/*
Theme Name: Ramble
Theme URI: http://ramble.softhopper.net
Author: SoftHopper
Author URI: http://softhopper.net
Description: It\' s a blog Wordpress Theme. Which is a unique feature and user competitive feature.
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ramble
Tags: two-columns, four-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images,  post-formats, sticky-post, 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.

ramble is based on Underscores http://underscores.me/, (C) 2012-2015 Automatic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
	## Post, Page, Comments Table
# Forms
# Navigation
	## Links
	## Menus
		### Sticky Menu
	## Pagination
	## Navigation responsive
		### Mobile CSS
		### Pagination responsive
# Accessibility
# Alignments
# Clearings
# Widgets
#layouts
	## Header Content
		### Pre-Loader
		### Site Header
		### Shop Header
		### Header With Both side widget
		### Heading Four
	## Featured Content
	## Main Content
		### Box Layout
		### Home Version Layout-02
		### Home Version Three
		### Home Version Four
		### Home Version Five
		### Home Version Six
		### Home Version Seven
		### Home Version Eight
		### Single Post Footer
		### Single Post Navigation
		### No results
		### Category Section Heading
		### Post Author Info 
		### Related Post 
		### Portfolio
		### ShortCode 
	## Widget-content
		### About widget
		### Popular, Latest Post, Recent Comment widget
		### Hot News widget
		### Weather widget
		### Categories And Archive Widget
		### TagCloud Widget
		### Follow Us Widget
		### Social Share Widget
		### Editor Pick Widget
		### Search Widget
		### Calender Widget
		### Links, Meta, NavMenu, Pages, 
			Recent Comment, Recent Entries  Widget
		### RSS Widget
		### Text Widget
		### Twitter Widget Plugin
		### Email Subscribe Widget
		### Flickr Widget Plugin Fix
		### Widget Recent works
		### Custom nav for layout Eight
	## Footer Content
		### Footer Top
		### Footer Middle
		### Footer Bottom
		### Scroll Top
	## Layout Responsive
		### Header Responsive
		### Featured Responsive
		### Content Area Responsive
		### Layout Seven Responsive
		### Layout Eight Responsive
		### Magazine Area Responsive
		### Post author-info Responsive
		### Footer Responsive
		### Shop Responsive
		### Box layout Responsive
# Site Content
    ## Posts and pages
    	### Page Heading
    	### Post Meta
    	### Post Format
	## Asides
	## Comments
	## About Page
	## Contact Page
	## 404 Page
	## Site Responsive
		### Post Format Responsive
		### Comment and Contact Form Responsive
		### Widget Responsive
		### About Page Responsive
		### Contact Page Responsive
		### 404 page Responsive
# Infinite scroll
# Media
	## Captions
	## Galleries
		### WordPress Default Gallery
		### Post-gallery One
		### Post-gallery Two
		### Post Gallery Tiled
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  background-color: white;
  font-family: "Lato", sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.45em;
  color: #787878;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4em;
  color: #3d3d3d;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-weight: inherit;
}

h1 {
  font-size: 2.441em;
  margin: 0 0 1.875em;
}

h2 {
  font-size: 1.953em;
}

h3 {
  font-size: 1.563em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

small, .font_small {
  font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted black;
}

.entry-content h1 {
  margin-bottom: 0.625em;
}

#author-details .author-name {
  font-family: "Great Vibes", cursive;
}

.entry-header .entry-title {
  font-family: "Great Vibes", cursive;
  font-size: 40px;
  margin: 30px 0 25px;
  position: relative;
  z-index: 100;
}

.related-post-title {
  font-family: "Great Vibes", cursive;
  font-size: 32px;
  margin: 0 0 28px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.widget-title {
  font-family: "Great Vibes", cursive;
  font-size: 22px;
  letter-spacing: 0.04em;
  padding: 7px 0;
  word-spacing: 0.025em;
}

.section-title {
  display: table;
  font-family: "Great Vibes", cursive;
  font-size: 45px;
  margin: 30px auto 0;
  position: relative;
  word-spacing: 5px;
}
.section-title span {
  background: white;
  z-index: 10;
  position: relative;
}
.section-title:before, .section-title:after {
  background: #ebebeb;
  top: 50%;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  width: 50px;
}
.section-title:before {
  left: -75px;
}
.section-title:after {
  right: -75px;
}

::-moz-selection {
  color: white;
  display: inline-block;
  text-shadow: none;
}

::selection {
  color: white;
  display: inline-block;
  text-shadow: none;
}

p {
  margin-bottom: 1.875em;
  line-height: 1.75em;
}

blockquote {
  margin: 0 0 1.875em;
}

address {
  margin: 0 0 1.3em;
}

dfn, em, cite, i, code, kbd, tt, var {
  font-size: 1em;
}

em, cite, i {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  background: #f8f8f8;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  border-left: 10px solid #ccc;
  font-size: 0.929em;
  overflow: auto;
}

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
  word-wrap: break-word;
  overflow-x: hidden;
}

q {
  quotes: "" "";
}
q:before, q:after {
  content: "";
}

blockquote {
  border: 0;
  padding: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 20px;
  position: relative;
}
blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  content: "\f10d";
  font-style: normal;
  font-family: FontAwesome;
  font-size: 40px;
}
blockquote p {
  margin-bottom: 10px;
  position: relative;
  text-indent: 55px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote p cite {
  margin-left: 0;
  padding-left: 0;
}
blockquote p cite a {
  padding-left: 0;
}
blockquote footer {
  position: relative;
}
blockquote cite, blockquote a, blockquote span {
  padding: 0 1.2em;
  font-size: 0.8em;
  font-weight: 500;
  font-style: normal;
  position: relative;
  text-indent: 0;
}
blockquote cite {
  display: block;
}
blockquote cite::before {
  content: "";
  padding-right: 5px;
}

blockquote .small::before,
blockquote footer::before,
blockquote small::before,
blockquote .font_small::before {
  margin-left: 18px;
}

ul, ol {
  padding-left: 0.9em;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
  line-height: 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%;
  border: 1px solid #d2d2d2;
}

th, td {
  border: 1px solid #d2d2d2;
}

td {
  border-width: 0 1px 1px 0;
}

/*--------------------------------------------------------------
# Post, Page, Comments Table
--------------------------------------------------------------*/
.site-main .post li, .site-main .page li, .site-main #comments li {
  line-height: 1.3em;
}
.site-main .post table, .site-main .page table, .site-main #comments table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-left: none;
}
.site-main .post table tbody tr.odd, .site-main .page table tbody tr.odd, .site-main #comments table tbody tr.odd {
  background: white;
}
.site-main .post table th, .site-main .post table td,
.site-main .post table td, .site-main .page table th, .site-main .page table td,
.site-main .page table td, .site-main #comments table th, .site-main #comments table td,
.site-main #comments table td {
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  line-height: 18px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

.devider {
  padding: 0 15px;
}

/* Some border */
.small-border {
  display: block;
  height: 2px;
  margin: 0.5em 0.8em;
  width: 90px;
}

.ex-small-border {
  display: block;
  height: 1px;
  margin: 0.5em auto 0.8em;
  width: 200px;
  background: #d6d6d6;
  position: relative;
}
.ex-small-border:after {
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -38px;
  position: absolute;
  top: -1px;
  width: 80px;
}

.bg-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-size: 11px;
  padding: 12px 30px;
  color: white;
  line-height: normal;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"] {
  font-weight: bold;
  text-transform: uppercase;
  background: #c3c3c3;
  color: white;
}
input[type="submit"]:hover {
  color: white;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button a, input[type="button"] a, input[type="reset"] a, input[type="submit"] a {
  color: white;
}

.search-form .btn, .searchform .btn {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.search-form .btn:hover, .searchform .btn:hover {
  color: white;
  text-decoration: none;
}
.search-form .btn:focus, .searchform .btn:focus {
  background: transparent;
  color: white;
  outline: 0 none;
}
.search-form .btn:active:focus, .searchform .btn:active:focus {
  background: transparent;
  color: white;
  outline: 0 none;
}

.btn {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-default {
  color: #787878;
}
.btn-default:hover {
  color: #787878;
}

.more-link {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  word-spacing: 0.2em;
  letter-spacing: 0.1em;
  color: white;
  display: table;
  margin: 35px auto 0;
  width: 28.276%;
  line-height: 4.75em;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.more-link:hover, .more-link:focus, .more-link:active:focus {
  color: white;
  text-decoration: none !important;
}

.comment-reply-link {
  padding: 6px 22px;
  font-size: 11px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  background: black;
  color: white;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.comment-reply-link:hover {
  color: white;
}

.form-submit #submit {
  background: black;
  color: white;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.comment-navigation .nav-links a {
  background: white;
  display: inline-block;
  padding: 0.5em 1.8em;
  letter-spacing: 0.02em;
}
.comment-navigation .nav-links a:hover {
  color: white;
}

.go-button {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  width: 186px;
  height: 45px;
  line-height: 46px;
  background: #f7faf9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.go-button:hover {
  color: white;
}

.entry-content .btn {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  letter-spacing: 0;
  line-height: 1.7em;
}

.mfp-wrap button:hover, .mfp-wrap input[type="button"]:hover, .mfp-wrap input[type="reset"]:hover, .mfp-wrap input[type="submit"]:hover {
  background: transparent !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 0.5em 1em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url("images/select-bg.png") no-repeat scroll 95% 50%;
}
select option[selected] {
  color: white;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #787878 !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #787878 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  display: block;
  width: 100%;
  font-size: 0.8em;
  padding-left: 3px;
  display: block;
}

input,
select,
textarea {
  margin: 0;
  border: none;
  vertical-align: baseline;
  font-size: 100%;
  font-weight: 400;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* Placeholder Color */
::-webkit-input-placeholder {
  color: darkgray;
}

:-moz-placeholder {
  color: darkgray;
  opacity: 1;
}

::-moz-placeholder {
  color: darkgray;
  opacity: 1;
}

:-ms-input-placeholder {
  color: darkgray;
}

/* Form Controls */
.form-controller {
  font-size: 13px;
  border: 1px solid #ebebeb;
  background: white;
  width: 100%;
  padding: 0.5em 1em;
  outline: none;
}
.form-controller:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Post password Form */
.post-password-form input[type="password"] {
  font-size: 11px;
  border: 1px solid #f0f0f0;
  outline: none;
}
.post-password-form input[type="submit"] {
  padding: 12px 15px;
  position: relative;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#mobile-menu {
  display: none;
}

#main-nav {
  font-family: "Montserrat", sans-serif;
}

.mainmenu {
  position: relative;
}

.overlapblackbg {
  display: none;
}

.menu-click {
  display: none;
}

.center-nav .menu-list,
.shoping_cart_area .menu-list,
.shop-navigation .menu-list {
  width: auto;
}
@media only screen and (min-width: 992px) {
  .center-nav .menu-list,
  .shoping_cart_area .menu-list,
  .shop-navigation .menu-list {
    border-right: 0 none;
    right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-9.col-md-push-3 .menu-list {
    border-right: 0 none;
    right: 0;
    border-left: 1px solid #ebebeb;
    left: -1px;
  }
}

/*--------------------------------------------------------------
## Sticky Menu
--------------------------------------------------------------*/
#sticky-header {
  display: none;
}
@media only screen and (max-width: 992px) {
  #sticky-header {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  #sticky-header {
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  #sticky-header .container {
    padding: 0;
  }
  #sticky-header .navigation {
    border-top: 0 none;
  }
  #sticky-header .sticky-left {
    float: left;
    margin: 0;
    max-width: 970px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1050px) {
  #sticky-header .sticky-left {
    max-width: 760px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  #sticky-header .sticky-left .menu-list {
    border-right: 0 none;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  #sticky-header .sticky-left .menu-list > li > a {
    display: block;
    padding: 19px 22px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    color: black;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
  }
  #sticky-header .sticky-left .menu-list > li.current-menu-item > a:before,
  #sticky-header .sticky-left .menu-list > li.current-menu-ancestor > a:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #sticky-header .sticky-left .menu-list > li:last-child > a::after {
    content: "";
  }
  #sticky-header .sticky-left .navigation .main-menu li.sh_mega.menu-item-depth-0 > .sh_mega_wrap {
    min-width: 970px;
  }
  #sticky-header .sticky-right {
    float: right;
    position: relative;
  }
  #sticky-header .sticky-social,
  #sticky-header .sticky-search {
    float: right;
    padding: 12px 0;
  }
  #sticky-header .sticky-social .header-social {
    padding-right: 10px;
  }
  #sticky-header .sticky-search .search.default {
    display: none;
    top: 0;
    -webkit-transition: top 0.25s ease;
    transition: top 0.25s ease;
  }
  #sticky-header .sticky-search .search.default {
    background: white;
    left: 0;
    max-width: 250px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 60px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  #sticky-header .sticky-search #heading-search {
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    height: 40px;
    line-height: normal;
  }
  #sticky-header .sticky-search .input-group #submit-btn {
    border: 1px solid #ebebeb;
    height: 40px;
    width: 38px;
  }
  #sticky-header .sticky-search > #submit-btn {
    border: 0 none;
    border-left: 1px solid #ebebeb;
    outline: none;
  }
  #sticky-header .sticky-search > #submit-btn:hover {
    background: transparent;
  }
  #sticky-header .sticky-search > #submit-btn:focus,
  #sticky-header .sticky-search > #submit-btn:active.focus {
    outline: none;
    background: transparent;
  }
  #sticky-header .sticky-search .btn.active, #sticky-header .btn:active {
    box-shadow: 0 0 0 transparent inset;
  }
}
.sh_mega_wrap .item-header .pull-left {
  margin-left: 12px;
}
.sh_mega_wrap .item-header .control-latest-carousel {
  margin-right: 10px;
  margin-top: 9px;
}
.sh_mega_wrap .new-products .item > .col-md-12 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
  .sh_cats_column {
    display: none;
  }
}

.sh_cats_column .megamenu-content .entry-title {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-top: 0;
}

.sh_cats_column .megamenu-content.col-md-12 {
  padding: 0 !important;
}

.sh_cats_column .megamenu-content .cat-wrap > .row {
  margin: 0 !important;
  padding: 12px 0 0 0 !important;
}

.sh_cats_column .megamenu-content .cat-wrap > .row > .col-md-3 {
  padding: 0 15px !important;
  border: 0 none !important;
}

.sh_cats_column .megamenu-content .cat-wrap > .row > li a {
  border: 0 none !important;
  padding: 0 !important;
}

.sh_cats_column .megamenu-content .cat-wrap > .row .entry-title {
  font-size: 15px;
  margin: 10px 0 5px;
}

.sh_cats_column .megamenu-content .cat-wrap > .row .entry-date {
  font-size: 10px;
}

.sh_cats_column .megamenu-content .cat-wrap .view-all .fa {
  float: none !important;
}

.sh_cats_column .megamenu-content .cat-wrap .view-all {
  border-top: 1px dashed #ebebeb;
  color: #3d3d3d;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: -6px;
  margin-top: 20px;
  padding-bottom: 0;
  padding-top: 15px;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 2px;
}

.cats-mega-wrap .sub-menu .img_icon {
  margin-top: -11px;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.post-pagination {
  padding-top: 5px;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  clear: both;
  letter-spacing: 2px;
}
.post-pagination:before, .post-pagination:after {
  content: " ";
  display: table;
}
.post-pagination:after {
  clear: both;
}
.post-pagination .nav-links {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.post-pagination .nav-links a {
  font-weight: bold;
}
.post-pagination .nav-links > li {
  display: inline-block;
}
.post-pagination .nav-links > li:first-child {
  margin-right: 45px;
}
.post-pagination .nav-links > li:last-child {
  margin-left: 45px;
}
.post-pagination .nav-links > li a, .post-pagination .nav-links > li span {
  padding: 8px 12px;
  background: white;
  border: 1px solid #e1e1e1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.post-pagination .nav-links > li a > span {
  padding: 0;
  border: 0;
}
.post-pagination .nav-links li.nav-previous a, .post-pagination .nav-links li.nav-next a {
  border: 0;
  padding: 0;
  display: block;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.post-pagination .nav-links li.nav-previous a:hover, .post-pagination .nav-links li.nav-next a:hover {
  background: transparent;
  color: inherit;
}
.post-pagination .nav-links li.nav-previous.disabled > a, .post-pagination .nav-links li.nav-next.disabled > a {
  pointer-events: none;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.post-pagination .nav-links li.nav-previous a .fa-angle-double-left {
  font-size: 13px;
  margin-right: 8px;
}
.post-pagination .nav-links li.nav-previous > a:after {
  bottom: -4px;
  content: "";
  height: 1px;
  position: absolute;
  width: 85%;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.post-pagination .nav-links li.nav-previous > a:hover:after {
  width: 100%;
}
.post-pagination .nav-links li.nav-next a .fa-angle-double-right {
  font-size: 13px;
  margin-left: 8px;
}
.post-pagination .nav-links li.nav-next > a:after {
  bottom: -4px;
  content: "";
  height: 1px;
  position: absolute;
  width: 85%;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.post-pagination .nav-links li.nav-next > a:hover:after {
  width: 100%;
}
.post-pagination .page-numbers.current, .post-pagination .page-numbers:hover {
  color: white;
}
.post-pagination .page-numbers.dots {
  border: 0 none;
}
.post-pagination .page-numbers.dots:hover {
  background: transparent !important;
  border-color: transparent !important;
  color: inherit !important;
}

.page-nav-two {
  padding-bottom: 20px;
  padding-top: 30px;
  font-family: "Lato", sans-serif;
}
.page-nav-two .nav-links li.nav-next > a,
.page-nav-two .nav-links li.nav-previous > a {
  font-family: "Montserrat", sans-serif;
}
.page-nav-two .nav-links li.nav-next > a::after {
  width: 82%;
}
.page-nav-two .nav-links li.nav-next > a:hover::after {
  width: 100%;
}
.page-nav-two .nav-links li.nav-previous > a::after {
  width: 82%;
}
.page-nav-two .nav-links li.nav-previous > a:hover::after {
  width: 100%;
}
.page-nav-two .active a {
  color: white;
}

/* page link pagination */
.entry-content .page-links > a {
  border: 1px solid #ebebeb;
  font-size: 0.8em;
  padding: 0.4em 0.8em;
}

/*--------------------------------------------------------------
## Navigation Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mobile CSS
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  #sticky-header {
    display: none;
  }

  #header-middle .navigation {
    display: none;
  }

  .main-menu li a span:not(.my-cart) {
    display: none;
  }

  #mobile-menu {
    display: block;
  }

  .main-menu > li:hover > a {
    background-color: rgba(0, 0, 0, 0.04);
    text-decoration: none;
  }

  .top-menu .main-menu > li.current-menu-item > a,
  .top-menu .main-menu > li.current-menu-ancestor > a {
    background-color: rgba(0, 0, 0, 0.04);
  }

  .overlaybg {
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }

  .overlaybg.menuopen {
    display: block;
  }

  .top-menu .main-menu > li > a {
    backface-visibility: hidden;
    background-color: white;
    box-shadow: 0 0 1px transparent;
    color: #282828;
    display: block;
    font-weight: 700;
    line-height: 60px;
    overflow: hidden;
    padding: 5px 14px;
    position: relative;
    text-decoration: none;
    transform: translateZ(0px);
    vertical-align: middle;
  }

  /* Default Color */
  .main-menu li:hover .sub-menu {
    display: none;
  }
  .main-menu li:hover .sub-menu .sub-menu {
    display: none;
  }

  .sub-menu {
    display: none;
    font-size: 14px;
  }

  .main-menu li:hover .megamenu {
    display: none;
  }

  .main-menu .sub-menu .sub-menu li:hover .sub-menu {
    display: none;
    list-style: none;
    padding: 2px;
    border: solid 1px #ebebeb;
    background-color: white;
  }

  .main-menu li:first-child a {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .main-menu li:last-child a {
    border-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .innerpnd {
    padding: 0;
  }

  .menu-container {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 800px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .megamenu .title {
    padding: 12px 5px 12px 25px;
  }

  .megamenu .menu-click {
    display: none;
  }

  .menuexpander {
    border-right: 1px solid #ebebeb;
    display: inline-block;
    height: 53px;
    margin-bottom: -6px;
    position: relative;
    width: 56px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  #header-variation-two #mobile-menu ul {
    margin: 0;
    padding: 0;
  }

  /* Mobile click to drop arrow */
  .menu-click {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 120;
  }
  .menu-click i {
    display: block;
    background-size: 25px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
    float: right;
    padding: 15px;
    width: 43px;
    -webkit-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    border-left: 1px solid #e1e1e1;
  }

  .menu-extend.fa-plus::before {
    content: "\f068";
    font-family: FontAwesome;
  }

  /*2nd UL Style*/
  .main-menu li a [class*="sh-icon-"] {
    margin-right: 5px;
  }

  .main-menu .sub-menu a {
    display: block;
    padding: 11px 25px;
    border-bottom: solid 1px #ebebeb;
    font-weight: normal;
  }

  .top-menu .menu-wrapper ul > li ul {
    border-top: 0 none;
    border-bottom: 0 none;
    border-right: 0 none;
  }

  .sub-menu.sh_mega_wrap .menu-click {
    display: none;
  }

  .main-menu .sub-menu .sub-menu {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    border: solid 0;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .main-menu .sub-menu .sub-menu li {
    margin: 0;
    padding: 0;
    position: relative;
  }

  .sub-menu-sub li:hover > a {
    color: white;
  }

  .main-menu > li > a .fa {
    margin-right: 6px;
  }

  .sub-menu .sub-menu .sub-menu {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0;
    padding: 0;
    border: solid 0;
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .sub-menu .sub-menu .sub-menu li {
    margin: 0;
  }

  .sub-menu .sub-menu .sub-menu a {
    display: block;
    color: black;
    padding: 11px 25px;
    border-bottom: solid 1px #ebebeb;
    font-weight: normal;
  }

  .sub-menu .sub-menu .sub-menu li:hover > a {
    color: #fff;
  }

  .top-menu {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .top-menu .menu-wrapper .container {
    padding: 0;
  }
  .top-menu .menu-wrapper .row {
    margin: 0;
  }

  ul.main-menu li .img_icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    display: inline-block;
    height: 20px;
    margin-right: 8px;
    margin-top: 0;
    position: relative;
    top: 5px;
    width: 18px;
  }

  .top-menu .main-menu {
    height: 100%;
    display: block;
  }

  .top-menu .main-menu > li {
    width: 240px;
    display: block;
    border-right: none;
    background-color: transparent;
    text-align: left;
    white-space: inherit;
  }

  .top-menu .main-menu > li > a::before {
    opacity: 0;
  }

  .top-menu .main-menu > li > a::after {
    position: relative;
    content: "";
  }

  .top-menu .main-menu li {
    position: relative;
    display: table;
    width: 240px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .top-menu .main-menu > li > a {
    padding: 9px 32px 9px 17px;
    font-size: 13px;
    letter-spacing: 0;
    border-right: solid 0px;
    background-color: transparent;
    line-height: 25px;
    border-bottom: 1px solid #e1e1e1;
    position: static;
    text-transform: uppercase;
    color: #505050;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
  }

  .sh_mega_wrap .sh_mega_wrap {
    display: block !important;
  }

  .sh_mega_wrap.sh_mega_col_3 .menu-item-depth-1.mega_column,
  .sh_mega_wrap.sh_mega_col_2 .menu-item-depth-1.mega_column,
  .sh_mega_wrap.sh_mega_col_5 .menu-item-depth-1.mega_column,
  .sh_mega_wrap.sh_mega_col_6 .menu-item-depth-1.mega_column,
  .sh_mega_wrap.sh_mega_col_1 .menu-item-depth-1.mega_column {
    width: 100%;
  }

  .sub-menu {
    transform: none;
    opacity: 1;
    position: relative;
    top: 0px;
    background-color: white;
    border: 0 none;
    padding: 0px;
    visibility: visible;
    color: #505050;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
  }

  .sub-menu .sub-menu li a {
    color: #505050;
  }

  .sub-menu .sub-menu li a {
    line-height: 20px;
    font-size: 13px;
  }

  .sub-menu li .sub-menu li a {
    padding-left: 28px;
  }

  .sub-menu .sub-menu li a,
  .sub-menu .sub-menu .sub-menu li a {
    padding-left: 38px;
  }

  .sub-menu li .sub-menu .sub-menu {
    padding-left: 38px;
  }

  .sub-menu .fa {
    margin-right: 0;
  }

  .mrginleft {
    margin-left: 240px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .top-menu {
    width: 0;
    height: 100%;
    position: fixed;
    left: 0;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 1000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
    background-color: white;
  }
  .top-menu li {
    position: relative;
  }

  /*Nav Expanding Open Effect*/
  .top-menu.menuopen {
    width: 240px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .top-menu.menuclose {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .menucontent {
    z-index: 100;
  }

  /* Navigation arrow Animation */
  .animated-arrow {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 200;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  #menu-marker {
    width: 100%;
    display: block;
    padding-top: 10px;
    margin-left: 8px;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 47px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #282828;
    text-align: center;
  }

  .animated-arrow {
    cursor: pointer;
    padding: 26px 15px;
  }

  .animated-arrow.menuopen {
    position: fixed;
    left: 17em !important;
  }

  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    cursor: pointer;
    height: 3px;
    width: 23px;
    background: #282828;
    position: absolute;
    display: block;
    content: '';
  }

  .animated-arrow span:before {
    top: -7px;
  }

  .animated-arrow span:after {
    bottom: -7px;
  }

  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }

  .animated-arrow.menuopen span {
    background-color: transparent;
  }

  .animated-arrow.menuopen span:before,
  .animated-arrow.menuopen span:after {
    background: #d2d2d2;
  }

  .animated-arrow.menuopen span:before,
  .animated-arrow.active span:after {
    top: 7px;
  }

  .animated-arrow.menuopen span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
  }

  .animated-arrow.menuopen span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  ul.main-menu > li:not(.sh_mega):not(.sh_mega_cats) ul.sub-menu {
    border: 0 none !important;
  }
}
@media only screen and (max-width: 600px) {
  .menuexpander .menuopen {
    left: 240px;
    margin-top: 4px;
  }
}
/*--------------------------------------------------------------
# Pagination Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .paging-navigation {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 590px) {
  .paging-navigation .nav-links li {
    display: none;
  }
  .paging-navigation .nav-links li:first-child.nav-previous,
  .paging-navigation .nav-links li:last-child.nav-next {
    display: block;
  }
  .paging-navigation .nav-links li:first-child.nav-previous {
    float: left;
    margin-left: 60px;
  }
  .paging-navigation .nav-links li:last-child.nav-next {
    float: right;
    margin-right: 60px;
  }

  .page-nav-two .nav-links li.nav-previous:first-child {
    margin-left: 0;
  }
  .page-nav-two .nav-links li.nav-next:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 482px) {
  .paging-navigation {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .paging-navigation .nav-previous.pull-left,
  .paging-navigation .nav-next.pull-right {
    margin: 0 10px;
  }
}
/*--------------------------------------------------------------
# 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 {
  border-radius: 3px;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.8em;
  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 tool-bar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  background: white;
  padding-left: 30px;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.widget:last-child {
  border-bottom: none;
}
.widget select {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 0.4em 0.8em;
  outline: none;
  position: relative;
}
.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  border-bottom: 1px solid #ebebeb;
}
.widget p {
  font-family: "Lato", sans-serif;
}
.widget .widget-title-area {
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 30px;
}
.widget .widget-title-area:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(to right, white 8%, rgba(255, 255, 255, 0) 50%, white 100%);
  background-image: -o-linear-gradient(to right, white 8%, rgba(255, 255, 255, 0) 50%, white 100%);
  background-image: -webkit-gradient(to right, white 8%, rgba(255, 255, 255, 0) 50%, white 100%);
  background-image: linear-gradient(to right, white 8%, rgba(255, 255, 255, 0) 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_one', endColorstr='$color_two', GradientType=1);
  background-repeat: repeat-x;
}
.widget .widget-title {
  text-align: center;
  position: relative;
  text-transform: capitalize;
  margin: 0;
  clear: both;
}
.widget .widget-title > span {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 0 15px;
}
.widget .widget-title > span:before,
.widget .widget-title > span:after {
  border-top: 1px solid #b6b6b6;
  content: "";
  height: 10px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.widget .widget-title > span:before {
  left: -20px;
}
.widget .widget-title > span:after {
  right: -20px;
}
.widget .widget-content {
  position: relative;
  overflow: hidden;
}
.widget pre {
  padding: 0.5em;
}
.widget label {
  margin-bottom: 0;
  display: inline;
}
.widget option {
  padding: 0.2em 1em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
  padding: 0.5em 1em;
}
.widget input[type="text"]:focus,
.widget input[type="email"]:focus,
.widget input[type="url"]:focus,
.widget input[type="password"]:focus,
.widget input[type="search"]:focus,
.widget textarea:focus {
  box-shadow: none !important;
}

.widget-area .widget:first-child {
  padding-top: 45px;
}

.widget-style-two .widget .widget-title-area::before {
  background-image: none;
}
.widget-style-two .widget .widget-title > span::before,
.widget-style-two .widget .widget-title > span::after {
  border: 0 none;
}
.widget-style-two .widget .widget-title-area {
  background: #f8f8f8;
  border-top: 3px solid #ebebeb;
  border-bottom: 3px double #ebebeb;
  border-right: 3px double #ebebeb;
  border-left: 3px double #ebebeb;
  clear: both;
}
.widget-style-two .widget-title {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  padding: 12px 0;
  text-transform: uppercase;
}

.search-form .ramble-advance-search {
  display: none;
  background: white;
  padding: 10px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-top: 0 none;
}
.search-form .search-type-column {
  display: inline-block;
  margin-right: 22px;
}
.search-form .search-type-column label {
  margin-left: 5px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pre-Loader
--------------------------------------------------------------*/
.preloader {
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  text-align: center;
  z-index: 999999;
}
.preloader .loader {
  top: 40%;
  position: relative;
}
.preloader .loader i {
  font-size: 3em;
}

.preloader-logo {
  position: relative;
  top: 20%;
}
.preloader-logo img {
  margin: auto;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
#header-top {
  background: #fafafa;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 7px 0;
  position: relative;
  z-index: 999;
}
#header-top .header-search {
  float: left;
}
#header-top .header-search .form-control {
  background: transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0 transparent inset;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#header-top .header-social {
  float: right;
}
#header-top .header-social > a:last-child {
  padding-right: 0;
}

.header-social > a {
  line-height: 35px;
  font-size: 13px;
  padding: 0 5px;
}

#header-middle {
  margin-top: 40px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
#header-middle #site-logo {
  padding-top: 70px;
  text-align: center;
}
#header-middle .widget {
  margin-bottom: 0;
  padding-left: 0;
}
#header-middle .widget + .widget {
  margin-top: 30px;
  margin-bottom: 30px;
}
#header-middle .site-branding {
  padding: 45px 0;
  text-align: center;
  position: relative;
}
#header-middle .site-branding .site-title {
  margin-bottom: 0;
  font-size: 45px;
}
#header-middle .site-branding .site-description {
  color: darkgray;
  font-size: 13px;
}
#header-middle #header-widget-left {
  padding-right: 30px;
  padding-left: 30px;
}
#header-middle #header-widget-right {
  padding-right: 30px;
  padding-left: 30px;
}

.logo {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: inline-block;
  height: 107px;
  margin: auto;
  width: 362px;
}

.widget.about_info {
  height: 318px;
}

#author-info {
  text-align: center;
}
#author-info #author-image {
  padding-top: 15px;
}
#author-info .image {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 100%;
  height: 124px;
  margin: auto;
  width: 124px;
}
#author-info #author-details h3 {
  font-size: 25px;
  margin-bottom: 5px;
}
#author-info #author-details span {
  display: block;
  font-size: 13px;
}
#author-info .author-social {
  margin-top: 20px;
  padding-bottom: 20px;
}
#author-info .author-social > a {
  border: 1px solid #d2d2d2;
  border-radius: 100%;
  color: #d2d2d2;
  display: inline-block;
  font-size: 11px;
  height: 28px;
  line-height: 26px;
  margin: 0 4px;
  width: 28px;
}

.header-content {
  text-align: center;
  clear: both;
  display: block;
  position: relative;
  border-bottom: 1px solid gainsboro;
}

.search-social .search {
  display: inline-block;
  float: right;
}

.search.default {
  max-width: 200px;
}

.search.default button, .search.default input[type="button"], .search.default input[type="reset"], .search.default input[type="submit"],
.search.dropdown .btn {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  outline: none;
  transition: all 0.2s ease 0s;
}

.search.default i,
.search.dropdown .btn i {
  color: #6b6d6d;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Shop Header
--------------------------------------------------------------*/
.header-three {
  padding: 0 !important;
}
.header-three .header-search {
  float: right !important;
  padding: 13px 0;
}
.header-three .header-search .search.default {
  max-width: 130px;
}
.header-three .searchform {
  border-left: 1px solid #d2d2d2;
}
.header-three#header-top .header-search .form-control {
  font-style: italic;
  height: 25px;
  letter-spacing: 0.025em;
  padding: 0 15px;
  text-transform: capitalize;
}
.header-three .header-social > a {
  line-height: 45px;
}
.header-three #shop-nav {
  float: left;
}
.header-three .head-social-shop-wrap {
  line-height: 50px;
  margin-right: 10px;
}
.header-three > .container > .row > #shop-nav .menu-submenu {
  min-width: 120px !important;
}
.header-three .shop-navigation .menu-list > li > a {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  color: #787878;
  padding: 13px 8px;
}
.header-three .shop-navigation .menu-list .menu-submenu > li > a {
  font-size: 12px;
  padding: 7px 15px;
}
.header-three .shop-navigation .menu-list > li:last-child > a {
  padding-right: 0;
}
.header-three .shop-navigation .menu-submenu li a .my-cart {
  position: relative;
  top: 0;
  font-size: 10px;
  margin-left: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header-three .cartbox {
  line-height: 50px !important;
}
.header-three .main-menu > li > a:hover {
  background: transparent !important;
}

.head-social-shop-wrap {
  float: right;
}
.head-social-shop-wrap .navigation .sub-menu {
  right: 0;
  left: auto !important;
}
.head-social-shop-wrap .navigation .main-menu > li > .sub-menu {
  margin-top: 7px !important;
}

.header-three .head-social-shop-wrap .main-menu > li > .sub-menu {
  margin-top: 2px !important;
}

.shoping_cart_area {
  float: right;
  padding-right: 5px !important;
  border: 0 none !important;
  line-height: normal !important;
  margin-top: 0 !important;
}
.shoping_cart_area .widget.woocommerce.widget_shopping_cart {
  padding: 0;
  margin: 0;
}
.shoping_cart_area .widget_shopping_cart_content .empty {
  padding: 15px;
}
.shoping_cart_area .widget_shopping_cart_content .ramble-cart-single-item {
  border-bottom: 1px dashed #ebebeb;
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.shoping_cart_area .widget_shopping_cart_content .ramble-mini-cart {
  clear: both;
  overflow: hidden;
}
.shoping_cart_area .cartbox {
  border: 0 none;
  line-height: 37px;
  padding: 0;
  overflow: visible;
}
.shoping_cart_area .cart-products li {
  border: 0 none !important;
  margin-bottom: 0 !important;
}
.shoping_cart_area .cartbox .fa-shopping-cart {
  font-size: 15px;
  margin-left: 0;
  padding: 0 15px;
  color: #787878;
}
.shoping_cart_area .cartbox .my-cart {
  border: 1px solid;
  border-radius: 50px;
  color: #787878;
  font-size: 10px;
  line-height: 0.5;
  padding: 4px;
  position: absolute;
  top: 5px;
  right: -5px;
}
.shoping_cart_area .cartbox .fa-angle-down {
  display: none;
}
.shoping_cart_area .price {
  padding-top: 8px;
}
.shoping_cart_area .sub-menu {
  min-width: 320px !important;
  right: 0;
  padding: 10px;
}
.shoping_cart_area .cart-products li .image {
  display: block;
  float: left;
  margin-left: 5px;
  width: 105px;
}
.shoping_cart_area .cart-products li .image {
  display: block;
}
.shoping_cart_area .cart-products li .image a {
  border: 0 none;
  padding: 10px;
}
.shoping_cart_area .cart-products li .content {
  text-align: left;
  margin-top: 5px;
}
.shoping_cart_area .cart-products li .content > a {
  border: 0 none;
  display: block;
  font-size: 13px;
  margin-top: 8px;
  padding: 0 !important;
  text-transform: capitalize;
}
.shoping_cart_area .cart-products li .content .price span.amount {
  color: #666;
  display: inline-block;
  font-weight: normal;
  margin-top: 10px;
  font-weight: bold;
}
.shoping_cart_area .cart-products li .ptop {
  padding: 7px 0;
  position: absolute;
  right: -12px;
  top: -5px;
}
.shoping_cart_area .cart-products li .ptop a {
  background: transparent none repeat scroll 0 0 !important;
  border: 0 none;
  padding: 16px 24px !important;
}
.shoping_cart_area .cart-products li .ptop a:hover {
  color: inherit !important;
}
.shoping_cart_area .sub-menu {
  overflow: hidden;
}
.shoping_cart_area .sub-menu > li {
  border-bottom: 1px dashed #ebebeb;
  clear: both;
  display: block;
  position: relative;
}
.shoping_cart_area .sub-menu > li:last-child {
  border-bottom: 0 none;
}
.shoping_cart_area .fix {
  overflow: hidden;
}
.shoping_cart_area .total-price {
  border-bottom: 1px dashed #ebebeb;
  overflow: hidden;
  padding-bottom: 18px;
  padding-right: 22px;
  padding-top: 18px;
}
.shoping_cart_area .total-price h3 {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}
.shoping_cart_area .header-cart-action {
  margin-bottom: 34px;
  padding: 0 15px;
}
.shoping_cart_area .header-cart-action a {
  border: 1px solid #ebebeb !important;
  border-radius: 50px;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  margin: 15px 13px -20px;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.shoping_cart_area .header-cart-action a:first-of-type {
  float: left;
}
.shoping_cart_area .header-cart-action a:last-of-type {
  float: right;
}
.shoping_cart_area .header-cart-action a:hover {
  color: white !important;
}

/*--------------------------------------------------------------
# Header With Both side widget
--------------------------------------------------------------*/
#header-middle.heading-bothside-widget .col-md-3 {
  border: 0 none;
  padding-left: 15px;
}
#header-middle.heading-bothside-widget > .container > .row > .col-md-12 {
  padding: 0;
}
#header-middle.heading-bothside-widget > .container > .row > .col-md-12 > .row > .col-md-6 {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
@media only screen and (max-width: 992px) {
  #header-middle.heading-bothside-widget > .container > .row > .col-md-12 > .row > .col-md-6 {
    border-left: 0 none;
    border-right: 0 none;
  }
}
@media only screen and (max-width: 480px) {
  #header-middle.heading-bothside-widget > .container > .row > .col-md-12 > .row > .col-md-6 {
    padding: 0;
  }
}
#header-middle.heading-bothside-widget > .container > .row > .col-md-12 > .row > .col-md-6 #site-logo {
  padding: 75px 0;
}
@media only screen and (max-width: 992px) {
  #header-middle.heading-bothside-widget > .container > .row > .col-md-12 > .row > .col-md-6 #site-logo {
    padding: 30px 0 15px;
  }
}
#header-middle.heading-bothside-widget #main-nav {
  margin-top: 0;
}
#header-middle.heading-bothside-widget .widget {
  padding-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 45px;
}

/*--------------------------------------------------------------
# Heading Four
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .header-four > .container > .row > .col-md-12:first-child > .row {
    display: table;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .header-four > .container > .row > .col-md-12 {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .header-four > .container > .row > .col-md-12 > .row > [class^=col-md-] {
    display: table-cell;
    vertical-align: bottom;
    float: none;
  }
}
@media only screen and (max-width: 400px) {
  .header-four > .container > .row > .col-md-12 > .row > [class^=col-md-] {
    padding: 0;
  }
}
.header-four #site-logo {
  padding-top: 60px !important;
}
@media only screen and (max-width: 992px) {
  .header-four #site-logo {
    padding-top: 15px !important;
    padding-bottom: 15px;
  }
}
.header-four #site-logo .logo {
  width: 315px;
  height: 93px;
}
@media only screen and (max-width: 400px) {
  .header-four #site-logo .logo {
    height: 78px;
    width: 260px;
  }
}
.header-four .header-ads {
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .header-four .header-ads {
    padding-left: 0;
  }
}
.header-four .header-ads img {
  width: 100%;
  height: 100%;
}

.disable_border_full {
  border-left: 0 none !important;
  border-right: 0 none !important;
}
.disable_border_full #site-logo {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  bottom: -1px;
}
.disable_border_full .navigation {
  display: table;
  margin: auto;
  width: auto;
}

@media only screen and (min-width: 992px) {
  #header-middle .col-md-9.col-md-push-3.widget_left {
    left: 25% !important;
    border-right: 0 none !important;
  }
}
#header-middle .hot-news-slider .hot-entry-title {
  margin-top: 30px !important;
}

.box-layout .disable_border_full {
  padding: 0 !important;
}
.box-layout #header-middle #author-info .author-social {
  margin-top: 10px !important;
  padding-bottom: 18px !important;
}
.box-layout.blog .site-content > .container > .row .col-md-9.col-md-push-3 .content-area {
  padding-right: 0 !important;
}
.box-layout.blog #footer-top > .container {
  border-bottom: 0 none !important;
}
.box-layout.blog #footer-middle .widget {
  margin: 45px 0 !important;
}
.box-layout #header-middle .row.navigation-center > .col-md-12 {
  border-top: 1px solid #ebebeb !important;
}
.box-layout #header-middle .row.navigation-center > .col-md-12 > .navigation {
  border-top: 0 none;
}
@media (min-width: 1200px) {
  .box-layout .site-footer .container-fluid {
    width: 1170px !important;
    padding: 0 15px !important;
  }
}
.box-layout #footer-bottom .container-fluid .jr-insta-slider .widget-title-area {
  border-left: 1px solid #ebebeb !important;
  border-right: 1px solid #ebebeb !important;
}
@media (min-width: 992px) {
  .box-layout .site-footer .container-fluid {
    width: 970px;
  }
}

#header-variation-two.header-two {
  padding: 15px 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 4px;
}
#header-variation-two.header-two .logo-area {
  max-width: 180px;
}
#header-variation-two.header-two .navigation {
  border-top: 0 none;
}
#header-variation-two.header-two .menuexpander {
  border-right: 0 none !important;
}
#header-variation-two.header-two.sticky-navigation {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999999;
  background: #fff;
}
#header-variation-two.header-two.sticky-navigation + div {
  margin-top: 60px;
}
#header-variation-two.header-two #navToggle {
  margin-left: -15px;
}

/*--------------------------------------------------------------
# Featured Content
--------------------------------------------------------------*/
#featured {
  margin-top: -1px;
  position: relative;
}
#featured.feature-area {
  overflow: hidden;
}
#featured #featured-content .col-md-12 {
  padding: 0 2px;
}
#featured #featured-slider .item .post-thumb {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 0;
  position: relative;
  width: 100%;
  padding-top: 115%;
}
#featured .item .post-content {
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#featured #featured-slider .item {
  position: relative;
}
#featured .cat-links {
  color: white;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
#featured .cat-links a:hover {
  color: white !important;
}
#featured .cat-links .border {
  background: white;
  display: block;
  height: 2px;
  margin-top: 2px;
  position: relative;
  width: 45px;
}
#featured .post-content .bottom-content {
  bottom: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
#featured .post-content .entry-title {
  color: white;
  font-size: 22px;
}
#featured .post-content .entry-title a:hover {
  border-bottom: 0 none;
}
#featured .post-content .entry-title a:active,
#featured .post-content .entry-title a:focus,
#featured .post-content .entry-title a:focus.active {
  color: white;
}
#featured .post-content .entry-meta {
  color: white;
}
#featured .entry-meta a:hover {
  color: white;
}
#featured .item .post-content:hover {
  opacity: 1;
}
#featured .featured-two-wrapper {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
#featured #featured-two .item [class^=col-md-] {
  padding: 0;
  margin: 2px;
}
#featured #featured-two .item .post-thumb {
  height: 0;
  padding-top: 22em;
  width: 100%;
}
#featured #featured-two .featured-post {
  margin: 2px;
  padding: 0;
  position: relative;
}
#featured #featured-three {
  background: #f8f8f8;
  margin-top: 1px;
}
#featured #featured-three .owl-item .item [class^=col-md-] {
  padding: 0;
}
#featured #featured-three .owl-item .item > .col-md-6 > .row {
  margin: 0;
}
#featured #featured-three .owl-item > .item .featured-post-other {
  display: table;
  width: 100%;
  height: 100%;
}
#featured #featured-three .owl-item > .item > .col-md-6 .featured-post-other > .col-md-6 {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media only screen and (max-width: 992px) {
  #featured #featured-three .owl-item > .item > .col-md-6 .featured-post-other > .col-md-6 {
    display: block !important;
  }
}
#featured #featured-three .owl-item .featured-post-other > .col-md-6 {
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  #featured #featured-three .owl-item .featured-post-other > .col-md-6 {
    display: block !important;
  }
}
#featured #featured-three .owl-item .featured-post-single .post-thumb {
  height: 0;
  padding-top: 82%;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0) scale(1) !important;
  transform: rotate(0) scale(1) !important;
}
@media only screen and (min-width: 993px) and (max-width: 1100px) {
  #featured #featured-three .owl-item .featured-post-single .post-thumb {
    padding-top: 110%;
  }
}
@media only screen and (max-width: 992px) {
  #featured #featured-three .owl-item .featured-post-single .post-thumb {
    padding-top: 62%;
  }
}
#featured #featured-three .owl-item .featured-post-other .post-thumb {
  height: 0;
  padding-top: 82%;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0) scale(1) !important;
  transform: rotate(0) scale(1) !important;
}
@media only screen and (min-width: 993px) and (max-width: 1100px) {
  #featured #featured-three .owl-item .featured-post-other .post-thumb {
    padding-top: 110%;
  }
}
@media only screen and (max-width: 992px) {
  #featured #featured-three .owl-item .featured-post-other .post-thumb {
    padding-top: 62%;
  }
}
#featured #featured-three .owl-item .post-thumb > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#featured #featured-three .owl-item .post-thumb:hover {
  -webkit-transform: rotate(15deg) scale(1.4) !important;
  transform: rotate(15deg) scale(1.4) !important;
}
#featured #featured-three .owl-item .featured-post-single .post-content {
  padding: 75px;
  color: white;
}
#featured #featured-three .owl-item .featured-post-single .entry-title {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  margin-top: 15px;
}
#featured #featured-three .owl-item .cat-links {
  color: white !important;
  text-transform: uppercase;
}
#featured #featured-three .owl-item .entry-title {
  margin-bottom: 15px;
}
#featured #featured-three .owl-item .entry-content {
  margin-top: 0;
}
#featured #featured-three .owl-item .featured-post-other .content-wrap {
  max-height: 215px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  #featured #featured-three .owl-item .featured-post-other .content-wrap {
    width: 60%;
    margin: 20px auto 20px;
  }
}
@media only screen and (max-width: 480px) {
  #featured #featured-three .owl-item .featured-post-other .content-wrap {
    width: 85%;
  }
}
#featured #featured-three .owl-item .featured-post-other .cat-links {
  margin-top: 3px;
}
#featured #featured-three .owl-item .featured-post-other .entry-title {
  font-size: 30px;
  color: inherit;
}
#featured #featured-three .owl-item .featured-post-other .entry-title a:focus {
  color: inherit !important;
}
#featured #featured-three .owl-item .featured-post-other .entry-content p {
  margin-bottom: 0;
}
#featured #featured-three .owl-item .featured-post-other .entry-content {
  margin-bottom: 0;
}
#featured #featured-three .owl-item .featured-post-other .entry-content p {
  margin-bottom: 0;
}
#featured #featured-three .owl-item .featured-post-other .col-md-6 .post-content {
  padding: 30px;
}
@media only screen and (min-width: 1680px) {
  #featured #featured-three .owl-item .featured-post-other .col-md-6 .post-content {
    padding: 30px 15%;
  }
}
#featured #featured-three .item > .col-md-6 > .row > .col-md-6 .post-content {
  position: relative;
  opacity: 1;
  background: transparent !important;
  text-align: center;
}
#featured #featured-three .featured-post-single .content-wrap {
  left: 15%;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#featured #featured-three .item .col-md-6 .featured-post-other .cat-links,
#featured #featured-four .item .col-md-6 .cat-links {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  padding: 8px 20px;
  position: relative;
  z-index: 99;
}
#featured #featured-three .item .col-md-6 .featured-post-other .cat-links:before,
#featured #featured-four .item .col-md-6 .cat-links:before {
  border: 1px solid;
  bottom: -3px;
  content: "";
  left: -3px;
  position: absolute;
  right: -3px;
  top: -3px;
}
#featured #featured-three .item .col-md-6 .featured-post-other .cat-links a,
#featured #featured-four .item .col-md-6 .cat-links a {
  position: relative;
}
#featured #featured-four {
  position: relative;
}
#featured #featured-four .item {
  display: table;
  width: 100%;
  height: 100%;
}
#featured #featured-four .item [class^=col-md-] {
  padding: 0;
}
#featured #featured-four .col-md-6 {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
#featured #featured-four .post-thumb {
  height: 0;
  padding-top: 75%;
}
@media only screen and (min-width: 993px) and (max-width: 1100px) {
  #featured #featured-four .post-thumb {
    padding-top: 100%;
  }
}
#featured #featured-four .post-content {
  position: relative;
  opacity: 1;
  background: transparent !important;
  text-align: center;
  padding-bottom: 15%;
  padding-left: 10%;
  padding-right: 10%;
}
#featured #featured-four .post-content .cat-links {
  color: white !important;
  text-transform: uppercase;
}
#featured #featured-four .post-content .entry-title {
  color: #3d3d3d;
  font-size: 36px;
}
#featured #featured-four .post-content .entry-title a:focus {
  color: inherit;
}
#featured #featured-four .post-content .entry-content {
  margin-bottom: 30px;
}
#featured #featured-four .post-content .entry-content p {
  margin-bottom: 0;
}
#featured #featured-four .post-content .more-link {
  line-height: 4em;
  margin-top: 0;
  width: 35%;
}
#featured #featured-four .owl-controls {
  display: none;
}
#featured .featured-thumb-control-wrap .controller {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 99;
  background: #f8f8f8;
}
#featured .featured-thumb-control-wrap .control-wrap {
  margin: auto;
  padding: 0 15px;
  width: 85%;
}
#featured .featured-thumb-control-wrap .control-wrap .owl-controls {
  display: block !important;
}
#featured .featured-thumb-control-wrap .owl-item {
  background: black;
  cursor: pointer;
}
#featured .featured-thumb-control-wrap .owl-item.active.current img {
  opacity: 0.75;
}
#featured .featured-thumb-control-wrap .owl-controls .owl-nav div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
}
#featured .featured-thumb-control-wrap .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
#featured .featured-thumb-control-wrap .owl-controls .owl-nav .owl-next {
  right: -50px;
}
#featured .featured-five > .container {
  padding: 0;
}
#featured #featured-five {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ebebeb;
}
#featured #featured-five .post-thumb {
  height: 0;
  padding-top: 45%;
}
#featured #featured-five .post-content {
  opacity: 1;
  width: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#featured #featured-five .post-content:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 450px solid transparent !important;
  border-left: 200px solid;
  border-bottom: 450px solid;
  border-right: 200px solid transparent !important;
  top: 0;
  left: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#featured #featured-five .post-content .bottom-content {
  bottom: 8%;
  left: 8%;
  position: absolute;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#featured #featured-five .post-content .entry-title {
  font-size: 28px;
}
#featured #featured-five .owl-controls .owl-nav div {
  border: 1px solid white;
  color: white;
  font-size: 20px;
  line-height: 30px;
  height: 35px;
  position: absolute;
  text-align: center;
  top: 14%;
  -webkit-transform: translateY(-14%);
  transform: translateY(-14%);
  width: 35px;
}
#featured #featured-five .owl-controls .owl-nav .owl-prev {
  left: 2.8%;
}
#featured #featured-five .owl-controls .owl-nav .owl-next {
  left: 7%;
}

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
body.archive {
  background: white;
}

.site-content {
  padding: 0 0 62px;
  overflow: hidden;
}

.site-content .col-md-10.col-md-offset-1,
.site-content > .container > .row > .col-md-12 {
  padding-top: 45px;
}

.section-heading {
  text-align: center;
  margin-bottom: 45px;
  border-bottom: 1px solid #ebebeb;
}
.section-heading h2 {
  font-family: "Great Vibes", cursive;
  font-size: 45px;
}
.section-heading .small-border {
  margin: auto;
  background: black !important;
}

.content-area .page-header {
  background: #f8f8f8;
  border: 0 none;
  margin: 0 0 1.9em;
  padding: 2.28em;
  text-align: center;
}
.content-area .page-header .page-title {
  font-size: 1.563em;
  margin-bottom: 0;
  margin-top: 0;
}
.content-area .page-header .search {
  margin-top: 1.5em;
}
.content-area .page-header .search .form-controller {
  height: 43px;
}
.content-area .page-header .search .btn-search {
  padding: 0.75em 1em;
}
.content-area .entry-header {
  text-align: center;
}
.content-area .entry-header.header-two {
  background: white;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
  margin-left: 30px;
  margin-top: -60px;
  padding: 20px 15px 15px 20px;
  position: relative;
  text-align: left !important;
  z-index: 10;
}
.content-area .grid-content .entry-header.header-two {
  padding: 30px 15px 15px 30px;
}
.content-area .grid-content .entry-header .entry-content {
  margin-top: 15px;
}
.content-area .grid-content .entry-header .entry-content p {
  margin-bottom: 15px;
  font-size: 14px;
}
.content-area .post-thumb, .content-area .post-media, .content-area .post-link {
  margin-bottom: 32px;
}
.content-area .post-thumb img {
  margin: auto;
}
.content-area .post-media .wp-video {
  height: auto !important;
  width: 100% !important;
}
.content-area .post-media .wp-video .mejs-container {
  height: auto !important;
  padding-top: 57%;
  width: 100% !important;
}
.content-area .post-media .wp-video .mejs-mediaelement {
  right: 0;
  bottom: 0;
}
.content-area .post-media .wp-video .mejs-mediaelement video {
  bottom: 0;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}
.content-area .post-media .wp-video .mejs-overlay, .content-area .post-media .wp-video .wp-video .mejs-poster {
  height: 100% !important;
  width: 100% !important;
}
.content-area .post-media .mejs-overlay-button {
  top: 40% !important;
}
.content-area .entry-content {
  margin: 28px 0 0;
}
.content-area .entry-content .mejs-container {
  margin-bottom: 1.6em;
}
.content-area .entry-content .wp-playlist {
  border: 0 none;
  padding: 0;
  margin: 0 0 1.9em;
}
.content-area .entry-content .wp-playlist .mejs-container {
  margin: 0 auto;
}
.content-area .entry-content p a:hover {
  text-decoration: underline;
}
.content-area .entry-content > ul, .content-area .entry-content > ol {
  margin-bottom: 1.875em;
  margin-left: 20px;
}
.content-area .entry-content ol li,
.content-area .entry-content ul li {
  padding-top: 10px;
  line-height: 1.5em;
}
.content-area .entry-content > ol > li:first-child,
.content-area .entry-content > ul > li:first-child {
  padding-top: 0;
}
.content-area .entry-content > h1:last-child,
.content-area .entry-content > h2:last-child,
.content-area .entry-content > h3:last-child,
.content-area .entry-content > h4:last-child,
.content-area .entry-content > h5:last-child,
.content-area .entry-content > h6:last-child {
  margin-bottom: 25px;
}
.content-area .entry-content .edit-link {
  display: block;
  margin: 15px 0;
}
.content-area .entry-content .edit-link:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 5px;
}
.content-area .entry-footer .more-link {
  margin-top: 0;
}
.content-area .entry-footer .footer-meta {
  font-size: 11px;
  word-spacing: 1px;
  position: relative;
  color: darkgray;
}
.content-area .entry-footer .footer-meta a {
  color: inherit;
}
.content-area .entry-footer .footer-meta table {
  border: 0 none;
  margin: 0;
}
.content-area .entry-footer .footer-meta table th, .content-area .entry-footer .footer-meta table td {
  border-color: #ebebeb;
  font-weight: normal;
  margin: 0;
  vertical-align: middle;
}
.content-area .entry-footer .post-comment {
  width: 36%;
  padding: 17px 0;
  padding-right: 45px;
  border-left: 0 none;
  text-align: right;
}
.content-area .entry-footer .post-view {
  width: 36%;
  padding: 17px 0;
  padding-left: 45px;
  border-right: 0 none;
  text-align: left;
}
.content-area .entry-footer .share-area {
  width: 28.2%;
  padding: 17px 0;
  margin: auto;
  text-align: center;
}
.content-area .entry-footer .share-area a {
  margin: 0 5px;
  font-size: 11px;
}
.content-area .entry-footer .share-area div {
  display: inline-block;
  background: white;
  padding: 0 10px;
  position: relative;
}
.content-area .entry-footer .share-area a span {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 24px;
  border: 1px solid #d2d2d2;
  color: #d2d2d2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-area .entry-footer .share-area a span:hover {
  color: white;
}
.content-area .entry-footer .tags-links span:before {
  content: "\f02b";
  font-family: FontAwesome;
  position: relative;
  left: -0.8em;
}
.content-area .type-attachment .entry-content {
  margin-bottom: 0;
  margin-top: 1.9em;
  text-align: center;
}

.full-width-content {
  float: none;
  margin: auto;
}

/*--------------------------------------------------------------
# Box Layout
--------------------------------------------------------------*/
.box-layout.site-content {
  padding: 0;
}
.box-layout #header-middle {
  margin-top: 30px;
  border-bottom: 0 none;
}
.box-layout #header-middle > .container {
  background: white;
  border: 1px solid #ebebeb;
}
.box-layout .site-header + .site-content > .container {
  border-top: 0 none !important;
}
.box-layout.blog #header-top {
  background: transparent;
  box-shadow: 0 1px 2px transparent;
  padding: 0;
}
.box-layout.blog #header-top > .container {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  background: #f8f8f8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 7px 30px;
}
.box-layout.blog #header-middle {
  margin-top: 0 !important;
}
.box-layout.blog #header-middle > .container {
  padding: 0 15px;
}
.box-layout.blog #sticky-header {
  background: transparent;
  box-shadow: 0 1px 2px transparent;
  padding: 0;
}
.box-layout.blog #sticky-header > .container {
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.box-layout.blog #author-info #author-image {
  padding-top: 22px;
}
.box-layout.blog #featured-content > .container {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 30px !important;
}
.box-layout.blog #featured-content > .container > .row {
  margin: 0;
}
.box-layout.blog #featured-content > .container > .row > .col-md-12 {
  padding: 0 !important;
}
.box-layout.blog .widget-area .widget {
  padding-left: 25px;
  padding-right: 25px;
}
.box-layout.blog .paging-navigation {
  padding-bottom: 37px;
}
.box-layout.blog > .row > .col-md-3 {
  padding: 0;
}
.box-layout.blog .site-content > .container {
  padding: 0 15px;
  background: white;
  border: 1px solid #ebebeb;
}
.box-layout.blog .site-content > .container > .row > .col-md-9 {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .box-layout.blog .site-content > .container > .row > .col-md-9 {
    padding: 15px;
  }
}
.box-layout.blog .site-content > .container > .row .col-md-9.col-md-push-3 .content-area {
  padding-right: 30px;
}
.box-layout.blog .site-content > .container > .row .col-md-3.col-md-pull-9 .widget-area .widget {
  padding-left: 25px;
  padding-right: 25px;
}
.box-layout.blog .widget-area .widget:first-child {
  padding-top: 30px;
}
.box-layout #header-middle > .container > .row > .col-md-12:first-child > .row {
  margin: 0;
}
.box-layout #featured {
  margin-top: 0;
}
.box-layout #featured #featured-content .container {
  background: white;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding-top: 30px;
}
.box-layout #featured #featured-content .col-md-12 {
  padding: 0 30px;
}
.box-layout .featured-two-wrapper {
  border-bottom: 0 none !important;
  border-top: 0 none !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.box-layout .featured-two-wrapper > .container {
  padding: 0 15px;
}
.box-layout #featured-five {
  border-bottom: 0 none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.box-layout .featured-five > .container {
  padding: 0 15px !important;
}
.box-layout .site-content {
  padding-bottom: 0;
}
.box-layout .site-content > .container {
  background: white;
  border: 1px solid #ebebeb;
  border-top: 0 none;
  padding-bottom: 62px;
}
.box-layout #footer-top {
  background: transparent !important;
  margin: 0;
}
.box-layout #footer-top > .container {
  background: white;
  border: 1px solid #ebebeb;
  border-top: 0 none;
}
.box-layout #footer-top > .container > .row > .col-md-12 {
  margin-bottom: 0;
  padding: 0 15px !important;
}
.box-layout #footer-middle {
  margin-bottom: -1px;
  padding: 0;
}
.box-layout #footer-middle > .container {
  background: white;
  border: 1px solid #ebebeb;
  padding: 0 15px;
}
.box-layout #footer-middle > .container > .row {
  margin: 0 5px;
}
.box-layout #footer-middle .widget {
  padding: 0;
}
.box-layout #footer-middle .widget_recent_works .widget-content li,
.box-layout #footer-middle #flickr li {
  width: 78px;
}
.box-layout #footer-bottom > .container {
  padding: 0;
  border: 1px solid #ebebeb;
  margin-top: -1px;
}
.box-layout #footer-bottom .widget.widget_instafeed {
  background: transparent;
  margin-top: -15px;
}
.box-layout .site-footer .widget {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.box-layout .site-footer #footer-top .widget {
  margin-top: 15px;
  margin-bottom: 15px;
}
.box-layout .site-footer .control-latest-carousel {
  margin-right: 11px;
}
.box-layout .copyright-area {
  padding: 0;
  background: transparent !important;
}
.box-layout .copyright-area > .container {
  padding: 12px 15px;
}

.main-bg-pattern {
  background-repeat: repeat;
  background-size: scroll;
}
.main-bg-pattern .box-layout {
  background: transparent;
}
.main-bg-pattern #header-middle {
  border-bottom: 0 none !important;
}
.main-bg-pattern #header-middle .container {
  background: 1px solid #ebebeb;
}
.main-bg-pattern #featured-content > .container {
  background: white;
}
.main-bg-pattern .site-content > .container > .row > .col-md-3 {
  padding-right: 0;
}
.main-bg-pattern #content-magazine.site-content > .container > .row > .col-md-12:first-child {
  padding-top: 30px;
}

.main-bg-image {
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}
.main-bg-image .box-layout {
  background: transparent;
}
.main-bg-image .box-layout #footer-top > .container > .row > .col-md-12 {
  margin-bottom: 0;
}
.main-bg-image #header-middle {
  border-bottom: 0 none !important;
}
.main-bg-image #header-middle .container {
  background: 1px solid #ebebeb;
}
.main-bg-image #featured-content > .container {
  background: white;
}
.main-bg-image #content-magazine.site-content > .container > .row > .col-md-12:first-child {
  padding-top: 30px;
}
.main-bg-image #footer-top {
  margin: 0;
}
.main-bg-image #footer-top > .container {
  border-bottom: 0 none;
  border-top: 0 none;
}
.main-bg-image #footer-bottom .widget-title {
  color: white;
}

.box-layout-two {
  background: #f8f8f8;
}
.box-layout-two.site-content.blog {
  margin-bottom: 0 !important;
}
.box-layout-two #header-middle {
  border-bottom: 0 none;
}
.box-layout-two .col-md-9.full-width-content {
  border: 1px solid #ebebeb;
  background: white;
}
.box-layout-two.site-content.blog {
  margin-bottom: 45px;
}
.box-layout-two.site-content.blog .col-md-9.full-width-content {
  padding: 30px 30px 45px;
  border-top: 0 none;
}

.blog.layout-one.box-layout .col-md-12.full-width-content {
  padding-top: 30px;
}
.blog.layout-one.box-layout .col-md-12.full-width-content .post .post-thumb {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .blog.layout-one.box-layout .col-md-12.full-width-content .post .entry-header,
  .blog.layout-one.box-layout .col-md-12.full-width-content .post .entry-content,
  .blog.layout-one.box-layout .col-md-12.full-width-content .post .entry-footer {
    padding: 0 12%;
  }
}
@media only screen and (max-width: 767px) {
  .blog.layout-one.box-layout .col-md-12.full-width-content .post .entry-header,
  .blog.layout-one.box-layout .col-md-12.full-width-content .post .entry-content,
  .blog.layout-one.box-layout .col-md-12.full-width-content .post .entry-footer {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .blog.layout-one.box-layout .col-md-12.full-width-content .related-post {
    padding: 0 12%;
  }
}
@media only screen and (max-width: 767px) {
  .blog.layout-one.box-layout .col-md-12.full-width-content .related-post {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .blog.layout-one.box-layout .col-md-12.full-width-content .post-pagination.paging-navigation {
    padding: 0 12% 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog.layout-one.box-layout .col-md-12.full-width-content .post-pagination.paging-navigation {
    padding: 0 15px 45px;
  }
}

/*--------------------------------------------------------------
# Home Version Layout-02
--------------------------------------------------------------*/
.grid-post .section-title {
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  word-spacing: 2px;
  display: block;
}
.grid-post .section-title:before {
  background: #f0f0f0;
  height: 1px;
  content: "";
  width: 100%;
  left: 0;
  top: 20px;
  position: absolute;
  z-index: -1;
}
.grid-post .section-title:after {
  height: 0;
}
.grid-post .section-title span {
  background: white;
  position: relative;
  padding: 0 15px;
}
.grid-post .hentry {
  margin-bottom: 60px;
}
.grid-post .entry-meta {
  text-transform: uppercase;
}
.grid-post .cat-links {
  background: transparent !important;
  color: inherit !important;
  font-weight: normal !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
}
.grid-post .cat-links:before {
  border: 0 none !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.grid-post .entry-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px !important;
  margin: 10px 0;
}
.grid-post .post-thumb {
  margin-bottom: 15px;
}
.grid-post .post-thumb img {
  width: 100%;
}
.grid-post .devider {
  padding: 0 3px;
}
.grid-post .entry-meta {
  font-weight: normal;
  font-style: normal;
}
.grid-post .post-media a {
  display: block;
}
.grid-post .post-media iframe,
.grid-post .post-media img {
  margin: auto;
  width: 100%;
}
.grid-post .post-body {
  text-align: center;
}
.grid-post .post-body .entry-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 5px;
}
.grid-post .post-body .entry-date {
  font-size: 11px;
  margin-top: 10px;
  color: #a0a0a0;
}
.grid-post .row .col-md-3 {
  border-left: 0 none;
}
.grid-post .entry-content {
  margin: 15px 0 0;
}
.grid-post .header-two {
  padding: 25px 20px 25px 25px !important;
}
.grid-post .header-two .entry-content > p:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Home Version Three
--------------------------------------------------------------*/
.layout-three .content-area .post {
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.layout-three .content-area .post > .row {
  display: table;
  height: 100%;
}
.layout-three .content-area .post > .row > .col-md-6 {
  background: #f8f8f8;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.layout-three .content-area .post.post.hentry {
  margin-bottom: 0;
}
.layout-three .content-area .post .post-thumb {
  margin-bottom: 0;
  height: 0;
  padding-top: 100%;
}
.layout-three .content-area .post .post-thumb > a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.layout-three .content-area .post .post-thumb img {
  width: 100%;
}
.layout-three .content-area .post > .row > .col-md-6:nth-child(2) {
  padding: 54px;
}
.layout-three .content-area .post .post-thumb + .overlay {
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
}
.layout-three .content-area .post .post-thumb + .overlay span {
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  display: table;
  font-size: 30px;
  height: 75px;
  left: 0;
  line-height: 72px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 75px;
  z-index: 99999;
}
.layout-three .content-area .post:hover .post-thumb + .overlay {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}
.layout-three .content-area .post .entry-content .alignnone.size-large {
  width: 100% !important;
}
.layout-three .content-area .post .entry-content .alignnone.wp-caption {
  width: 100% !important;
}
.layout-three .content-area .post .entry-content .alignnone.wp-caption .size-large {
  width: 100% !important;
}
.layout-three.with-border .content-area .post > .row > .col-md-6:nth-child(2) {
  background: white;
  border: 1px solid #ebebeb;
}
.layout-three.with-border .content-area .post.hentry {
  margin-bottom: 45px;
}
.layout-three.with-border .content-area .post.hentry:last-of-type {
  margin-bottom: 0;
}
.layout-three.with-border .content-area .post > .row > .col-md-6:nth-child(2) .meta-content:before {
  background-image: -webkit-linear-gradient(to right, white -10%, rgba(255, 255, 255, 0) 50%, white 120%);
  background-image: -o-linear-gradient(to right, white -10%, rgba(255, 255, 255, 0) 50%, white 120%);
  background-image: -webkit-gradient(to right, white -10%, rgba(255, 255, 255, 0) 50%, white 120%);
  background-image: linear-gradient(to right, white -10%, rgba(255, 255, 255, 0) 50%, white 120%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_one', endColorstr='$color_two', GradientType=1);
  background-repeat: repeat-x;
}
.layout-three .content-area .post > .row > .col-md-6:nth-child(2) .meta-content:before {
  background-image: -webkit-linear-gradient(to right, #f8f8f8 -10%, rgba(248, 248, 248, 0) 50%, #f8f8f8 120%);
  background-image: -o-linear-gradient(to right, #f8f8f8 -10%, rgba(248, 248, 248, 0) 50%, #f8f8f8 120%);
  background-image: -webkit-gradient(to right, #f8f8f8 -10%, rgba(248, 248, 248, 0) 50%, #f8f8f8 120%);
  background-image: linear-gradient(to right, #f8f8f8 -10%, rgba(248, 248, 248, 0) 50%, #f8f8f8 120%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_one', endColorstr='$color_two', GradientType=1);
  background-repeat: repeat-x;
}
.layout-three .content-area .post > .row > .col-md-6:nth-child(2) .entry-footer .more-link {
  width: 42.8%;
}
.layout-three .content-area .post > .row > .col-md-6:nth-child(2) .entry-footer .post-comment {
  width: 28%;
}
.layout-three .content-area .post > .row > .col-md-6:nth-child(2) .entry-footer .share-area {
  width: 41.1%;
}
.layout-three .content-area .post > .row > .col-md-6:nth-child(2) .entry-footer .post-view {
  width: 28%;
}
.layout-three .post-pagination.paging-navigation {
  padding-top: 45px;
}

/*--------------------------------------------------------------
# Home Version Four
--------------------------------------------------------------*/
.layout-four, .layout-five {
  padding-top: 45px;
}
.layout-four .content-area .post, .layout-five .content-area .post {
  background: #f8f8f8;
}
.layout-four .content-area .post .post-content, .layout-five .content-area .post .post-content {
  padding: 35px 60px 60px;
}
.layout-four .content-area .post .post-thumb, .layout-five .content-area .post .post-thumb {
  margin-bottom: 0;
}
.layout-four .content-area .post .meta-content::before, .layout-five .content-area .post .meta-content::before {
  background-image: -webkit-linear-gradient(to right, #f8f8f8 10%, rgba(248, 248, 248, 0) 50%, #f8f8f8 90%);
  background-image: -o-linear-gradient(to right, #f8f8f8 10%, rgba(248, 248, 248, 0) 50%, #f8f8f8 90%);
  background-image: -webkit-gradient(to right, #f8f8f8 10%, rgba(248, 248, 248, 0) 50%, #f8f8f8 90%);
  background-image: linear-gradient(to right, #f8f8f8 10%, rgba(248, 248, 248, 0) 50%, #f8f8f8 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_one', endColorstr='$color_two', GradientType=1);
  background-repeat: repeat-x;
}
.layout-four .entry-footer .post-comment,
.layout-four .entry-footer .post-view, .layout-five .entry-footer .post-comment,
.layout-five .entry-footer .post-view {
  width: 28%;
}
.layout-four .entry-footer .share-area, .layout-five .entry-footer .share-area {
  width: 34.09%;
}
.layout-four .related-post-item .post-media, .layout-five .related-post-item .post-media {
  margin-bottom: 0;
}
.layout-four .related-post-item .post-body, .layout-five .related-post-item .post-body {
  background: #f8f8f8;
  padding: 15px 35px 35px;
}
.layout-four .related-post-item .post-body .entry-meta, .layout-five .related-post-item .post-body .entry-meta {
  margin-bottom: 8px;
}
.layout-four .widget-area,
.layout-four .widget-area .widget,
.layout-four .widget-area .widget .widget-feed,
.layout-four .widget-area .widget ul,
.layout-four .widget-area .widget .tagcloud,
.layout-four .widget-area .widget .textwidget, .layout-five .widget-area,
.layout-five .widget-area .widget,
.layout-five .widget-area .widget .widget-feed,
.layout-five .widget-area .widget ul,
.layout-five .widget-area .widget .tagcloud,
.layout-five .widget-area .widget .textwidget {
  background: #f8f8f8;
  position: relative;
}
.layout-four .widget-area .widget .widget-title-area::before, .layout-five .widget-area .widget .widget-title-area::before {
  background-image: -webkit-linear-gradient(to right, #f8f8f8 20%, rgba(248, 248, 248, 0) 50%, #f8f8f8 80%);
  background-image: -o-linear-gradient(to right, #f8f8f8 20%, rgba(248, 248, 248, 0) 50%, #f8f8f8 80%);
  background-image: -webkit-gradient(to right, #f8f8f8 20%, rgba(248, 248, 248, 0) 50%, #f8f8f8 80%);
  background-image: linear-gradient(to right, #f8f8f8 20%, rgba(248, 248, 248, 0) 50%, #f8f8f8 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_one', endColorstr='$color_two', GradientType=1);
  background-repeat: repeat-x;
}
.layout-four .widget-area .widget, .layout-five .widget-area .widget {
  padding-left: 45px;
  padding-right: 45px;
}
.layout-four .widget-area .widget:last-child, .layout-five .widget-area .widget:last-child {
  padding-bottom: 60px;
}

.layout-four .post .more-link,
.layout-five .post .more-link {
  width: 37.7%;
}

@media only screen and (max-width: 767px) {
  .layout-four {
    padding-bottom: 0 !important;
  }
}
.layout-four .post-pagination {
  padding-left: 18px;
  padding-right: 18px;
}
@media only screen and (max-width: 767px) {
  .layout-four .post-pagination {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .layout-four .nav-links li.nav-previous:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout-four .nav-links > li:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout-four .nav-links li.nav-next:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout-four .nav-links > li:last-child {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Home Version Five
--------------------------------------------------------------*/
.layout-five .col-md-12 > .post.hentry {
  margin-bottom: 60px !important;
}
.layout-five .grid-post .post-content {
  padding: 22px 30px 30px !important;
}
.layout-five .grid-post .post-content .entry-header {
  text-align: left;
}
.layout-five .grid-post .post-content .entry-content {
  margin-top: 15px !important;
}
.layout-five .grid-post .post-content .entry-content p {
  margin-bottom: 0;
}
.layout-five .grid-post .post.hentry .entry-content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.layout-five .grid-post .post.hentry .entry-content > h1:last-child,
.layout-five .grid-post .post.hentry .entry-content > h2:last-child,
.layout-five .grid-post .post.hentry .entry-content > h3:last-child,
.layout-five .grid-post .post.hentry .entry-content > h4:last-child,
.layout-five .grid-post .post.hentry .entry-content > h5:last-child,
.layout-five .grid-post .post.hentry .entry-content > h6:last-child {
  margin-bottom: 0;
}
.layout-five .grid-post .post.hentry .entry-content > p:last-of-type {
  margin-bottom: 0;
}
.layout-five .grid-post .post.hentry .entry-content > ul,
.layout-five .grid-post .post.hentry .entry-content > ol {
  margin-bottom: 0;
}
.layout-five .grid-post .hentry {
  margin-bottom: 30px;
}
.layout-five .grid-post .entry-header {
  padding: 15px;
}
.layout-five .grid-post .post-with-content .entry-header {
  text-align: left;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .layout-five .nav-links li.nav-previous:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout-five .nav-links > li:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout-five .nav-links li.nav-next:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout-five .nav-links > li:last-child {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Home Version six
--------------------------------------------------------------*/
.layout-six .post .entry-header {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .layout-six .post .entry-header {
    text-align: center;
  }
}
.layout-six .post .entry-header .meta {
  border-left: 0 none !important;
  border-right: 0 none !important;
}
.layout-six .post .cat-links {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.layout-six .post .entry-title {
  margin: 28px 0 20px;
}
.layout-six .post .meta-content {
  display: inline-block;
}
.layout-six .post .meta-content:before {
  background-image: none !important;
}
.layout-six .post .post-content {
  padding-bottom: 22px;
  padding-top: 22px;
}
.layout-six .post .post-thumb > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.layout-six .post .more-link {
  display: inline-block;
  line-height: 3.9em;
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .layout-six .post .more-link {
    display: table;
    width: 35%;
    line-height: 4.1em;
  }
}
@media only screen and (max-width: 991px) {
  .layout-six .post {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 45px;
  }
}
.layout-six .post:hover .post-thumb .overlay {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .layout-six .post.format-quote {
    padding-bottom: 0 !important;
  }
}
.layout-six .post-thumb.bg-image {
  position: relative;
  margin-bottom: 0;
  height: 0;
  padding-top: 125%;
}
.layout-six .post-thumb.bg-image .overlay {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .layout-six .post-thumb.bg-image .overlay {
    opacity: 1;
  }
}
@media only screen and (max-width: 991px) {
  .layout-six .post-thumb.bg-image {
    margin-bottom: 22px;
    padding-top: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .layout-six .nav-links li.nav-previous:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout-six .nav-links > li:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout-six .nav-links li.nav-next:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout-six .nav-links > li:last-child {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Home Version Seven
--------------------------------------------------------------*/
.layout-seven > .container-fluid {
  padding: 0;
}
.layout-seven .post.hentry {
  margin-bottom: 0;
}
.layout-seven .post .col-md-6.col-md-push-6 .post-thumb {
  margin-bottom: 60px;
}
.layout-seven .post .post-thumb {
  height: 0;
  padding-top: 80%;
}
.layout-seven .post .post-thumb img {
  width: 100%;
}
.layout-seven .post .post-thumb,
.layout-seven .post .col-md-12 .post-thumb {
  margin-bottom: 0;
}
.layout-seven .post > .row {
  display: table;
  height: 100%;
  width: 100%;
  margin: 0;
}
.layout-seven .post > .row [class*='col-'] {
  padding: 0;
}
.layout-seven .post > .row .col-md-6 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.layout-seven .post .post-content {
  padding-left: 6%;
  padding-right: 20%;
}
@media only screen and (min-width: 1500px) {
  .layout-seven .post .post-content {
    padding-right: 35%;
  }
}
.layout-seven .post .col-md-6.col-md-pull-6 .post-content {
  padding-left: 20%;
  padding-right: 6%;
}
@media only screen and (min-width: 1500px) {
  .layout-seven .post .col-md-6.col-md-pull-6 .post-content {
    padding-left: 35%;
  }
}
.layout-seven .post .col-md-12 .post-thumb {
  background-attachment: fixed;
  padding-top: 30%;
  position: relative;
}
.layout-seven .post .col-md-12 .post-content {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 10% !important;
}
.layout-seven .post .col-md-12 .content-wrapper {
  border: 1px solid #ababab;
  color: white;
  padding: 35px 30px 30px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
}
.layout-seven .post .col-md-12 .content-wrapper:hover .entry-header .cat-links {
  background: white;
}
.layout-seven .post .col-md-12 .content-wrapper:hover .entry-header .cat-links:before {
  border-color: white !important;
}
.layout-seven .post .col-md-12 .entry-header {
  color: white;
}
.layout-seven .post .col-md-12 .entry-title,
.layout-seven .post .col-md-12 .entry-meta {
  color: inherit;
}
.layout-seven .post .col-md-12 .meta-content:before {
  background-image: none;
}
.layout-seven .post .col-md-12 .meta-content {
  border: 0 none;
}
.layout-seven .post .col-md-12 .meta-content .meta {
  border: 0 none;
}
.layout-seven .post .more-link {
  width: 40.58%;
  line-height: 4em;
  left: 1px;
}
.layout-seven .post .footer-meta .post-comment,
.layout-seven .post .footer-meta .post-view {
  width: 30%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.layout-seven .post .footer-meta .share-area {
  width: 40.5%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.layout-seven .paging-navigation {
  margin-top: 45px;
}
@media only screen and (min-width: 992px) {
  .layout-seven .paging-navigation {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 992px) {
  .layout-seven .paging-navigation {
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .layout-seven + .site-footer #footer-top {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Home Version Eight
--------------------------------------------------------------*/
.layout-eight {
  padding-bottom: 0;
}
.layout-eight > .container-fluid > .row > .col-md-3 {
  padding: 0;
}
.layout-eight #blog-main {
  margin-top: 5px;
}
.layout-eight .blog-head .logo {
  height: 83px;
  width: 275px;
  display: table;
}
.layout-eight #site-logo {
  margin: auto;
  max-width: 80%;
  padding-top: 60px;
}
.layout-eight .blog-head {
  max-height: 2392px;
  overflow-x: hidden;
  overflow-y: auto;
}
.layout-eight .blog-head .widget.about_info {
  height: auto;
  margin-bottom: 0;
}
.layout-eight .blog-head #author-info {
  border-left: 0 none;
  border-top: 1px solid white;
  margin-top: 45px;
  padding-top: 30px;
}
.layout-eight #author-info #author-details span {
  color: white;
}
.layout-eight #blog-head #main-nav {
  border-bottom: 1px solid white;
}
.layout-eight .blog-head #main-nav .menu-wrapper {
  max-width: 80%;
  border-right: 1px solid white;
  padding-bottom: 15px;
  padding-right: 0;
  padding-top: 15px;
  margin-right: 45px;
}
.layout-eight #blog-head #main-nav .menu-list > li {
  float: none;
}
.layout-eight .content-area {
  padding: 0 !important;
}
.layout-eight .blog-head .widget {
  color: white;
  padding-right: 30px;
  padding-left: 30px;
}
.layout-eight .blog-head .widget.about_info {
  padding-left: 0;
  padding-right: 0;
}
.layout-eight .blog-head .widget.layout_eight_custom_nav {
  padding-left: 0;
  padding-right: 0;
}
.layout-eight .blog-head .widget .widget-title-area {
  border-color: white;
}
.layout-eight .blog-head .widget .widget-title {
  color: inherit;
}
.layout-eight .blog-head .widget .widget-title > span::before,
.layout-eight .blog-head .widget .widget-title > span::after {
  border-color: white;
}
.layout-eight .blog-head .feed-wrapper .item-text h5,
.layout-eight .blog-head .feed-wrapper .item-text h5 a:hover {
  color: inherit;
}
.layout-eight .blog-head .feed-wrapper .item-meta {
  color: #f1f1f1;
}
.layout-eight .blog-head .widget ul li {
  border-color: #dedede;
}
.layout-eight .blog-head #flickr li {
  width: 87px;
}
.layout-eight .blog-head .widget_search .form-controller {
  background: transparent !important;
}
.layout-eight .blog-head .widget_search .btn-search {
  border: 1px solid #ebebeb;
}
.layout-eight .blog-head .widget_search .ramble-advance-search {
  background: transparent !important;
}
.layout-eight .blog-head ::-webkit-input-placeholder {
  color: white;
}
.layout-eight .blog-head :-moz-placeholder {
  color: white;
  opacity: 1;
}
.layout-eight .blog-head ::-moz-placeholder {
  color: white;
  opacity: 1;
}
.layout-eight .blog-head :-ms-input-placeholder {
  color: white;
}
.layout-eight .blog-head .widget_tag_cloud .tagcloud a {
  border: 1px solid #ebebeb !important;
}
.layout-eight .widget_nav_menu {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.layout-eight .widget_nav_menu .menu {
  border-right: 1px solid #ebebeb;
}
.layout-eight .widget_nav_menu .menu li a {
  color: white !important;
}
.layout-eight .widget_nav_menu .menu > li:first-child {
  padding-top: 20px !important;
}
.layout-eight .widget_nav_menu .menu > li:last-child {
  padding-bottom: 20px !important;
}
.layout-eight .widget_nav_menu .menu > li:first-child > .menu-click {
  top: 8px !important;
}
.layout-eight .widget_nav_menu .menu .menu-click {
  right: 0 !important;
  top: 0 !important;
}
.layout-eight .post {
  position: relative;
}
.layout-eight .post .post-thumb {
  padding-top: 60%;
  height: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.layout-eight .post .post-thumb img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1050px) {
  .layout-eight .post .post-thumb {
    padding-top: 100%;
  }
}
.layout-eight .post .post-content {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.layout-eight .post .content-wrapper {
  border: 1px solid #ababab;
  color: white;
  padding: 35px 30px 30px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
}
.layout-eight .post .content-wrapper:hover .entry-header .cat-links {
  background: white;
}
.layout-eight .post .content-wrapper:hover .entry-header .cat-links:before {
  border-color: white !important;
}
.layout-eight .post .entry-header .cat-links,
.layout-eight .post .entry-header .cat-links:before {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.layout-eight .post .entry-title {
  color: inherit;
  margin-bottom: 15px;
}
.layout-eight .post .entry-meta {
  color: #efefef;
}
.layout-eight .post .meta-content:before {
  background-image: none !important;
}
.layout-eight .post .meta-content {
  border: 0 none !important;
}
.layout-eight .post .meta-content .meta {
  border: 0 none !important;
}
.layout-eight .post-pagination.paging-navigation {
  background: #95cac5;
  margin-left: 5px;
  margin-right: 0;
  margin-top: 5px;
  padding: 20px;
}
.layout-eight .post-pagination.paging-navigation .nav-links > li a,
.layout-eight .post-pagination.paging-navigation .nav-links > li span {
  background: transparent !important;
  color: white !important;
}
.layout-eight .post-pagination.paging-navigation .nav-links > li a {
  border: 1px solid white;
  border-radius: 2em;
  padding: 10px 18px;
}
.layout-eight .widget {
  padding-left: 0;
}
.layout-eight .widget-area .widget:first-child {
  padding-top: 0;
}
.layout-eight #author-info .author-social > a {
  border-color: white;
  color: white;
}
.layout-eight .container-fluid {
  position: relative;
}
.layout-eight #content-areas {
  background: white !important;
  padding: 0;
}
.layout-eight + .site-footer {
  margin-top: 5px;
}
.layout-eight + .site-footer #footer-top {
  margin-bottom: 5px;
  margin-top: 0;
}
.layout-eight + .site-footer #footer-top .social-area {
  padding: 30px 0 !important;
}
.layout-eight + .site-footer .social_share_link {
  background: transparent !important;
}
.layout-eight + .site-footer .widget_instafeed .widget-title {
  color: white;
}
.layout-eight + .site-footer .container-fluid .col-sm-12.col-md-12 .jr-insta-slider:first-of-type .widget-title {
  background: transparent !important;
  color: white;
}
.layout-eight .widget-area {
  padding: 45px 45px 45px 0;
}
@media only screen and (max-width: 992px) {
  .layout-eight .widget-area {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .layout-eight .nav-links li.nav-previous:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout-eight .nav-links > li:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout-eight .nav-links li.nav-next:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .layout-eight .nav-links > li:last-child {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Single Post Footer
--------------------------------------------------------------*/
.single-post .site-content > .container > .row > .full-width-content {
  padding-top: 45px;
}
.single-post .entry-content .tag {
  display: table;
  margin: auto;
  text-align: center;
  font-size: 13px;
  color: darkgray;
  padding-top: 4px;
  margin-top: 30px;
}
.single-post .entry-content .tag span {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.single-post .entry-content .tag a {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-transform: capitalize;
  border: 1px solid #f0f0f0;
  color: #787878;
  display: block;
  float: left;
  font-weight: normal;
  line-height: 1.4em !important;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 6px 17px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  white-space: nowrap;
}
.single-post .entry-content .tag a:hover {
  color: white;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.single-post .inline {
  display: inline-block;
  float: left;
  padding-right: 8px;
}
.single-post .inline.post-format {
  font-size: 16px;
}
.single-post .inline.post-view:after {
  content: ",";
}
.single-post .entry-footer {
  padding-top: 37px;
}
.single-post .entry-footer .footer-meta {
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .single-post .container > .row > .col-md-9 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 640px) {
  .single-post .container > .row > .col-md-9 {
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------
# Single Post Navigation
--------------------------------------------------------------*/
.post-navigation {
  background-color: white;
  margin-bottom: 75px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .post-navigation {
    margin-bottom: 45px;
  }
}
.post-navigation .nav-links {
  font-family: "Montserrat", sans-serif;
  list-style: outside none none;
  padding-left: 0;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  background: white;
  color: black;
  font-size: 13px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  text-transform: uppercase;
}
.post-navigation .nav-previous {
  padding-right: 15px;
}
.post-navigation .nav-previous a:after {
  backface-visibility: hidden;
  bottom: -5px;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  transition-duration: 0.3s;
  transition-property: width;
  width: 135px;
}
.post-navigation .nav-previous a:hover:after {
  width: 145px;
}
.post-navigation .nav-next {
  padding-left: 15px;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  position: relative;
}
.post-navigation .nav-next a:after {
  backface-visibility: hidden;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition-duration: 0.3s;
  transition-property: width;
  width: 94px;
}
.post-navigation .nav-next a:hover:after {
  width: 105px;
}
.post-navigation .nav-previous a span.fa {
  margin-right: 6px;
}
.post-navigation .nav-next a span.fa {
  margin-left: 6px;
}

/*--------------------------------------------------------------
# No results
--------------------------------------------------------------*/
.no-results .page-header {
  background: white;
  border: 1px solid #f0f0f0;
  border-bottom: 0;
  padding: 1.9em;
  margin: 0;
}
.no-results .page-header h3 {
  margin: 0;
  text-align: center;
}
.no-results .page-header .page-title {
  position: relative;
}
.no-results .page-header .page-title:after {
  background: #f0f0f0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 60px;
  width: 100px;
}
.no-results .page-content, .no-results .entry-content, .no-results .entry-summary {
  background: white;
  border: 1px solid #f0f0f0;
  border-top: 0 none;
  padding: 1.9em;
  margin: 0 0 1.9em;
  text-align: center;
}
.no-results .page-content .page-not-found-icon, .no-results .entry-content .page-not-found-icon, .no-results .entry-summary .page-not-found-icon {
  font-size: 5.441em;
  margin-bottom: 0;
  line-height: normal;
  color: darkgray;
  margin-top: -14px;
  margin-bottom: 15px;
}
.no-results .page-content .page-not-found-icon i, .no-results .entry-content .page-not-found-icon i, .no-results .entry-summary .page-not-found-icon i {
  line-height: normal;
}
.no-results .page-content .input-group .form-controller, .no-results .entry-content .input-group .form-controller, .no-results .entry-summary .input-group .form-controller {
  width: 100%;
  height: 43px;
  padding: 0.56em 1em;
  font-style: italic;
  display: table-cell;
  border: 1px solid #f0f0f0;
}
.no-results .page-content button, .no-results .entry-content button, .no-results .entry-summary button, .no-results .page-content input[type="button"], .no-results .entry-content input[type="button"], .no-results .entry-summary input[type="button"], .no-results .page-content input[type="reset"], .no-results .entry-content input[type="reset"], .no-results .entry-summary input[type="reset"], .no-results .page-content input[type="submit"], .no-results .entry-content input[type="submit"], .no-results .entry-summary input[type="submit"] {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.75em 1em;
}
.no-results .page-content .btn-search i, .no-results .entry-content .btn-search i, .no-results .entry-summary .btn-search i {
  position: relative;
  top: 0;
  vertical-align: middle;
}
.no-results .page-content .search-form, .no-results .entry-content .search-form, .no-results .entry-summary .search-form {
  margin-bottom: 30px;
  margin-top: 40px;
  padding: 0 15px;
}

/*--------------------------------------------------------------
# Category Section Heading
--------------------------------------------------------------*/
.archive-page-title {
  margin-bottom: 60px;
}
.archive-page-title .title-content {
  background: white;
  border: 1px solid #f0f0f0;
  padding: 45px;
  text-align: center;
}
.archive-page-title .title-content h1 {
  margin: 0;
  line-height: 1em;
  font-weight: bold;
}
.archive-page-title .title-content h1 span {
  display: block;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.archive-page-title .title-content h1 span:after {
  background-color: #d2d2d2;
  content: "";
  display: block;
  height: 2px;
  margin: 8px auto 15px;
  width: 135px;
}

.page-header {
  background: #f8f8f8;
  border: 0 none;
  padding: 45px;
  text-align: center;
  margin: 0;
}
.page-header .page-title {
  margin-bottom: 0;
  font-family: "Great Vibes", cursive;
}
.page-header .page-title span {
  display: block;
  font-size: 18px !important;
  font-family: "Lato", sans-serif;
  font-style: italic !important;
  font-weight: normal;
  line-height: 2.5em !important;
}
.page-header .page-title span:after {
  background-color: #d2d2d2;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto 15px;
  width: 45px;
}
.page-header .small-border {
  margin: 0.2em auto;
}

.cat-links:empty {
  display: none;
}

/*--------------------------------------------------------------
# Post Author Info 
--------------------------------------------------------------*/
.author-info {
  background: white;
  margin-bottom: 75px;
  position: relative;
}
.author-info .at-img {
  width: 160px;
  height: 160px;
  margin: auto;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.author-info .at-img > img {
  min-height: 100%;
  min-width: 100%;
}
.author-info #author-details {
  position: relative;
}
.author-info #author-img {
  vertical-align: middle;
  border: 1px solid #f0f0f0;
  padding: 30px;
  width: 22%;
}
@media only screen and (max-width: 470px) {
  .author-info #author-img {
    border-left: 0 none;
    border-top: 0 none;
  }
}
.author-info .author-name {
  font-size: 1.25em;
  font-weight: normal;
  margin: 0 0 8px;
  text-align: left;
  white-space: nowrap;
}
.author-info .authors-title {
  font-size: 13px;
  color: #a0a0a0;
  margin: 0.2em 0 1em;
}
.author-info #post-author-details {
  border-color: #ebebeb;
  padding: 20px;
  overflow: hidden;
  width: 78%;
}
@media only screen and (max-width: 470px) {
  .author-info #post-author-details {
    display: block;
    border: 0 none;
  }
}
.author-info .authors-bio p {
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 470px) {
  .author-info .authors-bio p {
    margin-bottom: 0;
  }
}
.author-info b {
  font-weight: normal;
}
.author-info #author-meta {
  color: darkgray;
  font-size: 13px;
  position: relative;
  margin-top: 20px;
}
.author-info .post-count {
  float: left;
}
.author-info .authors-social {
  float: right;
}
.author-info .authors-social b {
  font-weight: normal;
  margin-right: 14px;
  vertical-align: middle;
}
.author-info .authors-social a {
  padding: 0 5px;
}
.author-info .authors-social a:first-child {
  padding-left: 15px;
}
.author-info .authors-social a i {
  vertical-align: middle;
}

.archive.author .author-info {
  margin-top: 0;
  margin-bottom: 2.2em;
}

/*--------------------------------------------------------------
# Related Post 
--------------------------------------------------------------*/
.related-post {
  margin-bottom: 75px;
}
.related-post .related-post-title:before {
  background: #f0f0f0;
  height: 1px;
  content: "";
  width: 100%;
  left: 0;
  top: 20px;
  position: absolute;
  z-index: -1;
}
.related-post .related-post-title span {
  background: white;
  position: relative;
  padding: 0 15px;
}
.related-post .cat-links a:after {
  content: ",";
  margin: 0 2px;
}
.related-post .cat-links a:last-of-type:after {
  content: "";
  margin-right: 0;
}
.related-post > .row + .row {
  margin-top: 30px;
}
.related-post .devider {
  padding: 0 2px;
}
.related-post .entry-meta {
  font-weight: normal;
  font-style: normal;
}
.related-post .post-media {
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 70%;
}
.related-post .post-media a {
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.related-post .post-media iframe,
.related-post .post-media img {
  margin: auto;
  width: 100%;
}
.related-post .post-body {
  text-align: center;
}
.related-post .post-body .entry-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 5px;
}
.related-post .post-body .entry-date {
  font-size: 11px;
  margin-top: 10px;
  color: #a0a0a0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .entry-title,
.portfolio .entry-meta,
.related-post.portfolio-single .entry-title,
.related-post.portfolio-single .entry-meta {
  text-align: left;
}
.portfolio .entry-title,
.related-post.portfolio-single .entry-title {
  font-size: 16px !important;
}
.portfolio .post,
.related-post.portfolio-single .post {
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.portfolio .post .post-thumb,
.related-post.portfolio-single .post .post-thumb {
  border-bottom: 1px solid #ebebeb;
}
.portfolio .post .post-thumb img,
.related-post.portfolio-single .post .post-thumb img {
  padding: 15px;
}
.portfolio .post .entry-header,
.related-post.portfolio-single .post .entry-header {
  padding: 0 15px 15px;
}
.portfolio .cat-links i.fa,
.related-post.portfolio-single .cat-links i.fa {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .portfolio [class*='col-'],
  .related-post.portfolio-single [class*='col-'] {
    right: 0;
    width: 100% !important;
  }
}

.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: inline-block;
}
.portfolio-filter li {
  float: left;
}
.portfolio-filter li a {
  border: 1px solid #ebebeb;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 6px 20px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.portfolio-filter li a:hover,
.portfolio-filter li a.current {
  color: white;
}
.portfolio-single .post-thumb {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .portfolio-single .post-thumb {
    margin-bottom: 25px;
  }
}
.portfolio-single .date {
  font-size: 12px;
  color: darkgray;
}
.portfolio-single .date i {
  margin-right: 5px;
}
.portfolio-single .dl-horizontal {
  font-size: 13px;
  margin-bottom: 0;
  padding-top: 30px;
}
.portfolio-single .dl-horizontal dt {
  color: darkgray;
  width: 115px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .portfolio-single .dl-horizontal dt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single .dl-horizontal dt:first-child {
    margin-top: 0;
  }
}
.portfolio-single .dl-horizontal dd {
  margin-left: 115px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .portfolio-single .dl-horizontal dd {
    margin-left: 0;
    margin-bottom: 3px;
  }
}

.related-post.portfolio-single {
  margin-top: 90px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# ShortCode
--------------------------------------------------------------*/
.progress {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.panel, .panel-group .panel {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\2212";
  float: right;
}

.panel-heading .accordion-toggle.collapsed:after {
  content: "\2b";
}

.nav-tabs {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.nav-tabs li {
  margin-top: 0 !important;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}
.nav-tabs > li.active > a {
  margin-right: 0;
}

.tab-content div {
  padding: 10px 15px;
}

#ramble-tab-content .edit-link {
  margin-bottom: 1em;
}

.alert {
  padding: 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.alert .close {
  line-height: 1.3em;
  right: 0;
  top: 0;
}
.alert .close:hover {
  background: transparent;
}

.entry-content .post-status-wrapper {
  padding: 30px;
}

/*--------------------------------------------------------------
# Magazine Content
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  #content-magazine > .container > .row > .col-md-12:first-child {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  #content-magazine > .container > .row > .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
#content-magazine .category-heading {
  background: #f8f8f8;
  border-top: 3px solid #ebebeb;
  border-bottom: 3px double #ebebeb;
  border-right: 3px double #ebebeb;
  border-left: 3px double #ebebeb;
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 12px 20px;
  line-height: normal;
}
#content-magazine .entry-header {
  text-align: left;
}
#content-magazine .category-heading {
  display: table;
  width: 100%;
  height: 100%;
}
#content-magazine .category-heading .left-section,
#content-magazine .category-heading .right-section {
  display: table-cell;
  vertical-align: middle;
}
#content-magazine .category-heading .left-section h4 {
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
}
#content-magazine .category-heading .right-section ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
}
@media only screen and (max-width: 460px) {
  #content-magazine .category-heading .right-section ul {
    padding-left: 60px;
  }
}
#content-magazine .category-heading .right-section li {
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  word-spacing: 3px;
  line-height: 1.75em;
}
#content-magazine .category-heading .right-section li:after {
  content: "/";
  padding: 0 10px;
}
#content-magazine .category-heading .right-section li:last-child:after {
  content: "";
  padding-right: 0;
}
#content-magazine .tab-container {
  display: none;
}
#content-magazine .tab .tab-container:first-child {
  display: block;
}
#content-magazine .entry-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin: 5px 0;
}
#content-magazine .cat-links {
  background: transparent !important;
  color: inherit;
  padding: 0;
  font-weight: normal;
  display: inline;
}
#content-magazine .cat-links:before {
  border: 0;
}
#content-magazine .entry-header .entry-meta .cat-links {
  letter-spacing: 0.025em;
  text-transform: none;
}
#content-magazine .post-thumb {
  margin-bottom: 22px;
}
#content-magazine .meta-content {
  border: 0 none;
}
#content-magazine .meta-content:before {
  background: transparent !important;
}
#content-magazine .meta {
  border: 0 none;
  padding: 0;
}
#content-magazine .entry-content {
  margin-top: 16px;
}
#content-magazine .category-style-one,
#content-magazine .category-style-two,
#content-magazine .category-style-three,
#content-magazine .category-style-five {
  margin-bottom: 30px;
}
#content-magazine .category-style-one .entry-header {
  text-align: left;
}
#content-magazine .category-style-one .post-thumb {
  position: relative;
}
#content-magazine .category-style-one .category-content .post-small {
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content-magazine .category-style-one .category-content .post-small {
    border-left: 0 none;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
#content-magazine .post-small {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content-magazine .post-small .post {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  display: table;
  overflow: hidden;
  padding-bottom: 25px;
  width: 100%;
}
#content-magazine .post-small .post img {
  width: 100%;
  height: 100%;
}
#content-magazine .post-small .post .image-area {
  float: left;
  margin-right: 15px;
  position: relative;
  width: 115px;
}
#content-magazine .post-small .post:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}
#content-magazine .post-small .entry-meta {
  font-weight: normal;
}
#content-magazine .post-small .entry-title {
  font-size: 16px;
  margin-top: 0;
}
#content-magazine .post-small .item-text {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #content-magazine .post-small .item-text {
    display: table;
  }
}
#content-magazine .post-small .devider {
  padding: 0 5px;
}
#content-magazine .post-small .hentry {
  margin-bottom: 25px;
}
#content-magazine .post-small .image-area .post-thumb {
  margin-bottom: 0;
}
#content-magazine .category-style-two .category-heading .right-section {
  display: none;
}
#content-magazine .category-style-two .post-small li.post {
  padding-bottom: 20px;
  padding-top: 20px;
}
#content-magazine .category-style-two .post-small .post .item-text {
  position: relative;
}
#content-magazine .category-style-two .post-small .post:first-child {
  border-top: 1px solid #ebebeb;
}
#content-magazine .category-style-two .post-normal .entry-header {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #content-magazine .category-style-two > .category-content > .row > .col-md-6:first-child {
    margin-bottom: 30px;
  }
}
#content-magazine .category-style-ads {
  overflow: hidden;
  margin-bottom: 30px;
}
#content-magazine .category-style-ads img {
  display: block;
  margin: auto;
  width: 100%;
}
#content-magazine .ads-content {
  margin-bottom: 30px;
  overflow: hidden;
}
#content-magazine .category-carousel-small {
  margin-top: 6px;
}
#content-magazine .category-carousel-small .post-thumb {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110px;
  width: 170px;
}
#content-magazine .category-style-three .entry-header {
  text-align: left;
}
#content-magazine #category-hot-post {
  border-top: 3px double #ebebeb;
  border-bottom: 3px double #ebebeb;
  background: #f8f8f8;
  margin: 0 0 30px;
}
#content-magazine #category-hot-post > .col-md-8 {
  background: white;
}
#content-magazine #category-hot-post .category-heading {
  border: 0 none;
}
#content-magazine #category-hot-post .carousel-inner .entry-title {
  font-size: 18px;
  margin-bottom: 0;
}
#content-magazine #category-hot-post .category-heading {
  padding: 40px;
  text-align: center;
}
#content-magazine #category-hot-post .left-section {
  float: none;
}
#content-magazine #category-hot-post .left-section h4 {
  font-family: "Great Vibes", cursive;
  text-transform: none;
  font-size: 60px;
  line-height: normal;
  margin-top: 10px;
}
#content-magazine #category-hot-post .left-section h4 span {
  display: block;
}
#content-magazine #category-hot-post #category-carousel-two {
  padding: 30px 0;
}
#content-magazine #category-hot-post .carousel-indicators li {
  border: 0 none;
  border-radius: 0;
  margin: 0 6px;
}
#content-magazine #category-hot-post .carousel-indicators .active {
  margin: 0 6px;
}
@media only screen and (max-width: 767px) {
  #content-magazine #category-hot-post .col-md-4 {
    margin-bottom: 30px;
  }
}
#content-magazine .category-style-five .category-content .post-small {
  border-right: 1px solid #ebebeb;
  padding-right: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content-magazine .category-style-five .category-content .post-small {
    border-right: 0 none;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
#content-magazine .control-video-carousel,
#content-magazine .control-trending-carousel {
  font-size: 18px;
  float: right;
}
#content-magazine .control-video-carousel .fa,
#content-magazine .control-trending-carousel .fa {
  line-height: normal;
}
#content-magazine .control-video-carousel .previous,
#content-magazine .control-video-carousel .next,
#content-magazine .control-trending-carousel .previous,
#content-magazine .control-trending-carousel .next {
  padding: 0 10px;
  cursor: pointer;
}
#content-magazine .category-trending .entry-title {
  font-size: 15px;
}
#content-magazine .category-trending .entry-meta {
  font-size: 9px;
  letter-spacing: 0.06em;
}
#content-magazine .all-latest-post.list .category-content .cat-links {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: darkgray;
  margin-top: 0;
}
#content-magazine .all-latest-post.list .category-content .entry-content,
#content-magazine .all-latest-post.list .category-content .entry-content p {
  margin-bottom: 0;
}
#content-magazine .all-latest-post.list .category-content .post {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#content-magazine .all-latest-post.list .category-content .post:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #content-magazine .all-latest-post.list .entry-header .cat-links {
    margin-top: 15px;
  }
}
#content-magazine .all-latest-post.list .post {
  margin-bottom: 30px !important;
}
#content-magazine .all-latest-post.grid .cat-links {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: darkgray;
  margin-top: 15px;
}
#content-magazine .paging-navigation {
  margin-top: 45px;
}
#content-magazine .widget {
  margin-bottom: 45px;
  padding-left: 0;
}
#content-magazine .widget .feed-wrapper .image-area {
  width: 75px;
}
#content-magazine .widget-area .widget:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 992px) {
  #content-magazine #mobile-widget-area {
    padding-top: 30px;
  }
}
#content-magazine > .container > .row > .col-md-12 > .row > .col-md-9 .row > .col-md-12:last-of-type {
  margin-bottom: 0 !important;
}
#content-magazine > .container > .row > .col-md-12 > .row > .col-md-9 .row > .col-md-6:last-of-type {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 767px) {
  #content-magazine > .container > .row > .col-md-12 > .row > .col-md-9 .row > .col-md-6:nth-last-child(2) {
    margin-bottom: 0 !important;
  }
}
#content-magazine > .container > .row > .col-md-12:not(:first-of-type) {
  padding-top: 0;
}
#content-magazine .devider {
  padding: 0 5px;
}

#trending-slider {
  margin-bottom: 30px;
}

.category-content .cat-links a:after {
  content: ",";
  padding: 0 2px;
}

.category-content .cat-links a:last-of-type:after {
  content: "";
  padding-right: 0;
}

@media only screen and (max-width: 992px) {
  #content-magazine > .container > .row .col-md-12 .widget-area {
    display: none;
  }
  #content-magazine #mobile-widget-area .widget-area {
    display: block !important;
  }
}
.box-layout.magazine #header-top {
  background: transparent;
  box-shadow: 0 1px 2px transparent;
  padding: 0;
}
.box-layout.magazine #header-top > .container {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  background: #f8f8f8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 7px 30px;
}
.box-layout.magazine #header-middle {
  border-bottom: 0 none;
  margin-top: 0;
}
.box-layout.magazine #sticky-header {
  background: transparent;
  box-shadow: 0 1px 2px transparent;
  padding: 0;
}
.box-layout.magazine #sticky-header > .container {
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.box-layout.magazine #featured-content > .container {
  padding: 30px;
}
.box-layout.magazine #featured-content > .container > .row {
  margin: 0;
}
.box-layout.magazine #content-magazine > .container > .row > .col-md-12:first-of-type {
  padding-top: 30px;
}
.box-layout.magazine #content-magazine > .container > .row > .col-md-12 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media only screen and (max-width: 767px) {
  .box-layout.magazine #content-magazine > .container > .row > .col-md-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.box-layout.magazine .widget-area .widget {
  padding-left: 0;
  padding-right: 0;
}
.box-layout.magazine #footer-top {
  margin: 0;
}
.box-layout.magazine #footer-top > .container > .row > .col-md-12 {
  margin-bottom: 0 !important;
  padding: 0 15px !important;
}
.box-layout.magazine #footer-top .item-header {
  margin-bottom: 0;
}
.box-layout.magazine #footer-top .widget {
  margin-top: 30px;
  margin-bottom: 30px;
}
.box-layout.magazine #footer-top .control-latest-carousel {
  margin-top: 4px;
}
.box-layout.magazine #footer-top .shop-layout {
  padding: 0;
}
.box-layout.magazine #footer-top .widget-area {
  margin-top: 0;
}
.box-layout.magazine #footer-top .control-latest-carousel {
  margin-right: 11px;
}
.box-layout.magazine #footer-middle {
  margin: 0;
}
.box-layout.magazine #footer-middle > .container {
  border-top: 0 none;
  padding: 0 !important;
}
.box-layout.magazine #footer-middle > .container .footer_widget_container {
  padding: 0;
}
.box-layout.magazine #footer-middle > .container .footer_widget_container .widget-area {
  margin-top: 0;
}
.box-layout.magazine #footer-middle > .container > .row {
  padding: 0;
}
.box-layout.magazine #footer-middle > .container .widget {
  margin-top: 30px;
  margin-bottom: 30px;
}
.box-layout.magazine #footer-bottom > .container {
  padding: 0;
  background: white;
}
.box-layout.magazine #footer-bottom > .container > .row :not(.col-md-12) .widget {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.box-layout.magazine #footer-bottom > .container > .row :not(.col-md-12) .widget-area {
  margin-top: 0;
}
.box-layout.magazine #footer-bottom > .container > .row > .col-md-12 .widget {
  margin-bottom: 0;
}
.box-layout.magazine #footer-bottom > .container .widget-area {
  margin-top: 0;
}
.box-layout.magazine .copyright-area {
  padding: 0;
  background: transparent !important;
}
.box-layout.magazine .copyright-area > .container {
  padding: 12px 15px;
}

/*--------------------------------------------------------------
# Shop Content
--------------------------------------------------------------*/
.shop-head {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.shop-head .shop-head-content {
  text-align: center;
  color: white;
  padding: 75px 0 90px;
}
.shop-head .shop-head-content .shop-title h3 {
  color: white;
  font-size: 60px;
  line-height: 80px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  z-index: 2;
}
.shop-head .shop-head-content .shop-dec p {
  padding: 5px;
}
.shop-head .shop-head-content .shop-dec {
  margin: auto;
  width: 50%;
}
.shop-head .shop-head-content .shop-readmore a {
  border: 1px solid white;
  color: white;
  display: block;
  padding: 10px 25px;
  transition: all 1s ease 0s;
  display: table;
  margin: auto;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  border-radius: 5px;
}

.shop-layout .shop-section-title {
  text-align: center;
  margin-bottom: 30px;
}
.shop-layout .shop-section-title h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: bold;
}
.shop-layout .shop-section-title .border {
  background: #505050;
  display: table;
  height: 2px;
  margin: auto;
  width: 30px;
}
.shop-layout .featured-products,
.shop-layout .products-container,
.shop-layout .related-product,
.shop-layout .products-category {
  background: #f8f8f8;
  padding: 30px;
  margin-bottom: 60px;
}
.shop-layout .products-container {
  overflow: hidden;
  margin-bottom: 30px !important;
  padding-bottom: 0;
}
.shop-layout .products-container .star-rating {
  float: none !important;
}
.shop-layout .related-product,
.shop-layout .products-category {
  margin-bottom: 0 !important;
}
.shop-layout .star-rating {
  margin: auto !important;
}
.shop-layout .star-rating:before {
  font-size: 13px !important;
  left: 0 !important;
  letter-spacing: 0.195em !important;
  top: 1px !important;
}
.shop-layout .star-rating span:before {
  left: 1px !important;
  letter-spacing: 0.41em !important;
  top: 2px !important;
}
.shop-layout .star-rating span {
  font-size: 11px;
}
.shop-layout .add-cart {
  margin-top: 30px;
}
.shop-layout .add-cart a.add_to_cart_button.product_type_simple,
.shop-layout .add-cart a.add_to_cart_button.product_type_variable,
.shop-layout .product_type_simple {
  background-color: transparent !important;
  background-image: none;
  border: 1px solid !important;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 11px !important;
  font-weight: bold;
  left: auto;
  line-height: 1.1 !important;
  margin: 0;
  overflow: visible;
  padding: 9px !important;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0 !important;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  border-radius: 0;
}
.shop-layout .add-cart a.add_to_cart_button.product_type_simple:before,
.shop-layout .add-cart a.add_to_cart_button.product_type_variable:before,
.shop-layout .product_type_simple:before {
  content: "\f07a";
  font-family: FontAwesome;
  color: white;
  font-weight: normal;
  margin: 0 10px 0 -10px;
  padding: 10px;
}
.shop-layout .add-cart a.add_to_cart_button.product_type_simple:after,
.shop-layout .add-cart a.add_to_cart_button.product_type_variable:after,
.shop-layout .product_type_simple:after {
  font-weight: normal;
}
.shop-layout .add-cart a.add_to_cart_button.product_type_simple:hover,
.shop-layout .add-cart a.add_to_cart_button.product_type_variable:hover,
.shop-layout .product_type_simple:hover {
  color: white;
}
.shop-layout .product_type_simple:before {
  content: "\f0a0";
}
.shop-layout .added_to_cart.wc-forward {
  font-size: 9px;
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.shop-layout .product-box {
  border: 1px solid #ebebeb;
  position: relative;
}
.shop-layout .single-img {
  position: relative;
  padding: 15px;
}
.shop-layout .single-img img {
  z-index: 9;
  display: block;
  margin: 0 auto;
}
.shop-layout .single-img .add_icon p {
  margin-bottom: 0;
}
.shop-layout .sale-sticker,
.shop-layout .onsale {
  border-radius: 100%;
  color: white;
  font-size: 12px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  position: absolute;
  right: -10px;
  text-align: center;
  text-transform: uppercase;
  top: -10px;
  width: 45px;
  z-index: 999;
}
.shop-layout #featured-product-slider .sale-sticker,
.shop-layout #featured-product-slider .onsale {
  top: -1px !important;
}
.shop-layout .product-info {
  text-align: center;
  border: 1px solid #ebebeb;
  margin-top: -1px;
  margin-bottom: 1px;
}
.shop-layout .info-container {
  padding: 0 20px 22px;
  text-align: center;
}
.shop-layout .product-info h2 {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 18px;
}
.shop-layout .product-info h2 + .star-rating.clearfix {
  margin-top: 15px !important;
}
.shop-layout .price {
  font-size: 13px !important;
  padding-top: 10px;
  position: relative;
  top: 15px;
  color: #787878 !important;
}
.shop-layout .price ins {
  font-weight: normal !important;
}
.shop-layout .price del {
  font-size: 11px;
  margin-right: 5px;
}
.shop-layout .replece {
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
  margin: 0 10px 0 0;
  text-decoration: line-through;
}
.shop-layout .products-container #masonry > [class*='col-'] .single-product {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .shop-layout .products-container #masonry > [class*='col-'] {
    width: 100% !important;
    right: 0 !important;
  }
}
.shop-layout #featured-product-slider .star-rating {
  float: none !important;
}
.shop-layout .product-area .widget {
  padding-left: 15px;
  padding-right: 15px;
}
.shop-layout .product-area .odering {
  float: left;
}
.shop-layout .product-area .row > .row {
  margin: 0;
}
.shop-layout .product-area .sortby-result {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}
.shop-layout .product-area .odering .orderby {
  border: 1px solid #ebebeb;
  padding: 10px  15px;
}
.shop-layout .product-area .result-count {
  float: right;
  font-family: montserrat;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .shop-layout .product-area .result-count {
    float: left;
    margin-bottom: 15px;
  }
}
.shop-layout .orderby {
  background: #fbfbfb url("images/select-bg.png") no-repeat scroll 93% center;
}
.shop-layout .product-area .widget-area .widget:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 992px) {
  .shop-layout .featured-products .col-md-4.col-sm-6:nth-child(1),
  .shop-layout .featured-products .col-md-4.col-sm-6:nth-child(2n) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .shop-layout .widget-area {
    margin-top: 45px;
  }
}
.shop-layout .product-area .page-header {
  display: none;
}

.product-cart {
  padding-bottom: 100px;
}

.shop_table {
  border-color: #ebebeb !important;
}

.shop_table.cart {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
  text-align: center;
}
.shop_table.cart .product-remove {
  width: 4%;
}
.shop_table.cart .product-thumb a {
  display: block;
  margin: auto;
  padding: 16px 0;
  width: 90px;
}
.shop_table.cart td,
.shop_table.cart th,
.shop_table.cart td {
  text-align: center !important;
  padding: 14px !important;
  vertical-align: middle !important;
  border-left: 1px solid #ebebeb !important;
}
.shop_table.cart th, .shop_table.cart td {
  color: black;
}
.shop_table.cart td {
  color: #787878;
}
.shop_table.cart .cart_item .product-remove a {
  font-size: 22px;
  color: red;
}
.shop_table.cart td.actions {
  padding: 25px !important;
}
.shop_table.cart .cart_item .product-quantity .quantity .input-text {
  border: 1px solid #ebebeb;
  padding: 5px 0;
  text-align: center;
  width: 50px;
}
.shop_table.cart .cart_item_update td {
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .shop_table.cart .cart_item_update td {
    padding: 20px;
  }
}
.shop_table.cart #coupon_code {
  border: 1px solid #e1e1e1;
  width: 53% !important;
  font-size: 13px;
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  .shop_table.cart #coupon_code {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.shop_table.cart .coupon .button {
  background: black;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 13px 15px;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .shop_table.cart .coupon .button {
    width: 100% !important;
    margin-bottom: 5px;
    float: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .shop_table.cart .button {
    width: 100% !important;
    float: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .shop_table.cart table.shop_table_responsive tr td,
  .shop_table.cart table.shop_table_responsive tr td {
    display: inline-block;
  }
}
.shop_table.cart input[name="update_cart"] {
  background: #000 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  float: right;
  font-size: 13px;
  font-weight: normal;
  padding: 13px 25px;
}
@media only screen and (max-width: 767px) {
  .shop_table.cart .cart-update {
    float: none !important;
  }
}
.shop_table.cart .cart-update .button {
  background: black;
  padding: 12px 15px;
}
@media only screen and (max-width: 767px) {
  .shop_table.cart .cart-update .button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .shop_table.cart thead tr {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .shop_table.cart .cart_item td {
    display: block;
    padding: 6px 10px;
    font-size: 13px;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .shop_table.cart .cart_item td:before {
    content: attr(data-title) ": ";
    float: left;
    font-weight: 700;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_table.cart .cart_item td.product-remove {
    display: block;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .shop_table.cart .cart_item td.product-remove:before {
    content: "" !important;
  }
}
@media only screen and (max-width: 767px) {
  .shop_table.cart .cart_item td.product-thumb {
    display: none !important;
  }
}

.cart-collaterals {
  width: auto !important;
}
.cart-collaterals .col-md-6 > h2 {
  font-size: 18px;
}
.cart-collaterals .shipping-calculator-container {
  border: 1px solid #ebebeb;
  padding: 30px 25px 40px;
}
.cart-collaterals .ts-shipping_country select,
.cart-collaterals .ts-state_country select,
.cart-collaterals .ts-shipping_postcode .input-text {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.cart-collaterals .ts-shipping_button {
  margin-bottom: 0;
  margin-top: 15px !important;
  padding: 0 !important;
}
.cart-collaterals .ts-shipping_button button, .cart-collaterals .ts-shipping_button input[type="button"], .cart-collaterals .ts-shipping_button input[type="reset"], .cart-collaterals .ts-shipping_button input[type="submit"],
.cart-collaterals .checkout .button {
  background: black;
  color: white;
  border: 0 none;
  padding: 15px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 11px;
  text-align: center;
}
.cart-collaterals .checkout .button {
  padding: 18px 15px !important;
  font-size: 13px !important;
}
.cart-collaterals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}
.cart-collaterals .shipping-calculator-container .form-row {
  margin: 0 0 1.875em !important;
}

.cart_totals h2 {
  font-size: 18px;
}

.cart_totals th, .cart_totals td {
  border-right: 0 none;
  width: 30%;
  padding: 18px;
  vertical-align: middle;
}
.cart_totals td {
  width: 70%;
  padding: 18px;
  vertical-align: middle;
}
.cart_totals td p {
  margin-bottom: 0;
}

.form-chackout .shipping_address {
  display: none;
}

@media only screen and (max-width: 992px) {
  .product-checkout > .container > .row > .col-md-6:first-child {
    margin-bottom: 30px;
  }
}
.product-checkout .market-info {
  border: 1px solid #d2d2d2;
  padding: 15px 18px;
}
.product-checkout .market-info .fa {
  margin-right: 10px;
}
.product-checkout .market-info .showlogin,
.product-checkout .market-info .showcoupon {
  margin-left: 15px;
}
.product-checkout .login,
.product-checkout .checkout_coupon {
  border: 1px solid #d2d2d2;
  margin-top: 30px;
  margin-right: 0;
  margin-left: 0;
}
.product-checkout .login > p:first-child {
  padding: 25px 25px 0;
  text-align: center;
}
.product-checkout .button {
  background: black;
}
.product-checkout label.inline {
  margin-left: 15px;
}
.product-checkout #coupon_code {
  border: 1px solid #d2d2d2;
  width: 100%;
}
.product-checkout .checkout_coupon .col-sm-12 {
  padding: 0 25px;
}
.product-checkout .checkout_coupon .col-sm-12:first-child {
  padding-top: 25px;
}
.product-checkout .checkout_coupon p {
  margin-bottom: 25px;
}
.product-checkout #ship-to-different-address .checkbox,
.product-checkout #ship-to-different-address-checkbox {
  display: inline;
}
.product-checkout #billing_address_1,
.product-checkout #shipping_address_1 {
  margin-bottom: 20px;
}
.product-checkout .form-chackout select {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 10px;
}
.product-checkout #createaccount {
  margin-right: 10px;
}
.product-checkout #createaccount,
.product-checkout #createaccount + .checkbox {
  display: inline;
}
.product-checkout #order_review th, .product-checkout #order_review td {
  padding: 15px;
  width: 50%;
}
.product-checkout #order_review th p, .product-checkout #order_review td p {
  margin-bottom: 0;
}
.product-checkout #order_review thead th, .product-checkout #order_review thead td {
  color: black;
}
.product-checkout #order_review tfoot th, .product-checkout #order_review tfoot td {
  color: black;
}
.product-checkout #order_review tfoot th .amount, .product-checkout #order_review tfoot td .amount {
  font-weight: bold;
}
.product-checkout #payment {
  padding: 45px;
  margin-bottom: 30px;
}
.product-checkout #payment li {
  list-style: none;
}
.product-checkout .payment_box.payment_method_cheque {
  margin-left: 15px;
}
.product-checkout .login,
.product-checkout .checkout_coupon,
.product-checkout .shipping-fields,
.product-checkout .create-account,
.product-checkout .payment_box {
  display: none;
}

.shop_table {
  margin-bottom: 0;
  border-left: 1px solid #ebebeb !important;
}
.shop_table th, .shop_table td, .shop_table td {
  border-right: 0 none !important;
  border-left: 0 none !important;
  padding: 15px !important;
  border-color: #ebebeb !important;
}

.single-product .site-main > .row:first-child {
  margin-top: 30px;
}
.single-product .product-datails-tab {
  overflow: hidden;
}
.single-product .product-datails-tab .tab-content div {
  padding: 0;
}
.single-product .product-thumbnail {
  float: right;
  width: 25%;
  max-height: 515px;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) and (min-width: 993px) {
  .single-product .product-thumbnail {
    max-height: 425px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 750px) {
  .single-product .product-thumbnail {
    max-height: 650px;
  }
}
@media only screen and (max-width: 690px) and (min-width: 600px) {
  .single-product .product-thumbnail {
    max-height: 552px;
  }
}
@media only screen and (max-width: 590px) and (min-width: 460px) {
  .single-product .product-thumbnail {
    max-height: 404px;
  }
}
@media only screen and (max-width: 390px) and (min-width: 340px) {
  .single-product .product-thumbnail {
    max-height: 297px;
  }
}
@media only screen and (max-width: 339px) and (min-width: 320px) {
  .single-product .product-thumbnail {
    max-height: 260px;
  }
}
.single-product .product-thumbnail li {
  border: 1px solid #ebebeb;
  padding: 10px;
  margin-bottom: 20px;
}
.single-product .large-image {
  width: 75%;
  float: left;
}
.single-product .tab-menu {
  list-style: none;
}
.single-product .product-datails-tab .tab-menu {
  margin-left: 6px;
}
@media only screen and (max-width: 480px) {
  .single-product .product-datails-tab .tab-menu {
    margin-left: 0;
  }
}
.single-product .large-image .tab-pane {
  border: 1px solid #ebebeb;
  padding: 10px !important;
}
.single-product .lg-thumb {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 0;
  padding-top: 121.6% !important;
}
.single-product .product-description .entry-title {
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 992px) {
  .single-product .product-description {
    margin-top: 25px;
  }
}
.single-product .product-description .price {
  font-size: 15px !important;
  clear: both;
  line-height: normal;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 0;
  display: block;
}
.single-product .product-description .reviews .ratings,
.single-product .product-description .reviews .ratings-view {
  display: inline-block;
}
.single-product .product-description .reviews .ratings-view {
  font-size: 11px;
  margin-left: 30px;
}
.single-product .product-meta .post_in,
.single-product .product-meta .tag_as {
  font-size: 13px;
}
.single-product .product-meta .post_in {
  margin-bottom: 8px;
}
.single-product .product-meta .post_in span,
.single-product .product-meta .tag_as span {
  font-family: "Montserrat", sans-serif;
  color: black;
  margin-right: 4px;
  padding-bottom: 8px;
  display: inline-block;
}
.single-product .product-meta .post_in a,
.single-product .product-meta .tag_as a {
  color: darkgray;
  margin: 0 4px;
}
.single-product .product-description .quantity {
  float: left;
  padding: 2px 0;
  width: 10%;
}
.single-product .product-meta {
  margin-bottom: 25px;
}
.single-product .product-description .buttons_added .input-text {
  border: 1px solid #ebebeb;
  padding: 5px 0;
  text-align: center;
  width: 50px;
  display: inline-block;
  float: left;
}
.single-product .product-description .single_add_to_cart_button {
  background: black;
  border: 0 none;
  display: inline-block;
  float: left;
  margin-left: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.single-product .tabs-wrapper {
  margin-top: 75px;
}
.single-product .tabs-description .nav > li {
  display: inline-block;
  margin-right: 15px;
}
.single-product .tabs-description .nav > li.active a {
  background: black;
  color: white;
  border-color: black;
}
.single-product .tabs-description .nav > li a {
  font-size: 13px;
  padding: 10px 30px;
  border: 1px solid #ebebeb;
}
.single-product .tab-description-gallery {
  text-align: center;
  display: block;
}
.single-product .tab-description-gallery img {
  display: inline-block;
  margin: 0 10px;
}
.single-product .tabs-wrapper .tab-content div {
  padding: 0;
}
.single-product #tab-description .row .col-md-6 {
  padding: 0 15px;
}
.single-product #tab-description .special-text {
  background: #f8f8f8;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 60px;
  font-family: "Montserrat", sans-serif;
  border-left: 4px solid;
}
.single-product .related-product {
  margin-top: 60px;
}
.single-product .related-product .star-rating {
  float: none;
}
.single-product .ramble-single-start-rating + span {
  display: none;
}
.single-product .product-summery {
  margin-top: 30px;
}
.single-product .woocommerce-error,
.single-product .woocommerce-info,
.single-product .woocommerce-message {
  margin: 0 15px 30px !important;
}

#tab-reviews #reviews > h3 {
  margin-top: 20px;
}
#tab-reviews .review-count {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
#tab-reviews .review-respond {
  margin-top: 30px;
}
#tab-reviews #respond input#submit,
#tab-reviews a.button,
#tab-reviews button.button,
#tab-reviews input.button[type="button"],
#tab-reviews input.button[type="reset"],
#tab-reviews input.button[type="submit"],
#tab-reviews input.button {
  background-color: black;
  border-radius: 0;
  box-shadow: none;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.025em;
  left: auto;
  padding: 14px 40px !important;
  text-decoration: uppercase;
}

#review-area .review-list {
  list-style: none;
  padding: 0;
}
#review-area .review-details {
  border: 1px solid #ebebeb;
  display: table-cell;
  overflow: hidden;
  padding: 15px 25px;
  vertical-align: top;
  width: 1070px;
}
#review-area .review-author {
  float: left;
  margin-right: 20px;
  width: 85px;
}
#review-area .author-img {
  padding-top: 100%;
  position: relative;
  transform: translateZ(0px);
}
#review-area .avatar.photo {
  border-radius: 10px;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#review-area .review-body {
  overflow: hidden;
  padding-top: 30px;
}
#review-area .review-content {
  margin-top: 10px;
}
#review-area .review-content p {
  margin-bottom: 0;
  font-size: 13px;
}
#review-area .review-metadata {
  display: inline-block;
}
#review-area .review-metadata .date {
  font-size: 11px;
  margin-left: 10px;
  color: darkgray;
}
#review-area .review-metadata p {
  margin-bottom: 0;
}
#review-area .review-metadata + .review-data.pull-right {
  margin-top: 5px;
}
#review-area > .review-list > li:first-child .review-body {
  padding-top: 0;
}

.rating-area .ratings,
.rating-area .devider {
  display: inline-block;
}

#review-comments {
  margin-top: 60px;
}
#review-comments .comment-reply-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}
#review-comments .comment-reply-title:before {
  background: transparent !important;
}
#review-comments .comment-form-rating {
  margin-top: 8px;
  display: inline-block;
}
#review-comments label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: normal;
}
#review-comments .stars {
  margin-top: 5px;
}
#review-comments .comment-form-comment #comment {
  border: 1px solid #ebebeb;
  height: 150px;
}

#review_form {
  font-family: "Montserrat", sans-serif;
}
#review_form [class*='col-'] {
  padding: 0 15px;
}
#review_form #submit {
  background: black;
}
#review_form > .row > div:last-child p {
  margin-bottom: 5px;
  font-size: 13px;
}
#review_form > .row > div:last-child p label {
  margin-bottom: 0;
  font-weight: normal;
  margin-left: 8px;
}

.shop-layout.login .login.row {
  display: block !important;
  padding: 45px 15px;
}
.shop-layout.login .login > p:first-child {
  padding-top: 0;
}
.shop-layout.login .login .col-sm-12 {
  padding: 0 30px;
  text-align: left;
}
.shop-layout.login #rememberme {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.shop-layout.login .lost_password {
  margin-bottom: 0;
}

.woocommerce p.stars a:hover {
  color: inherit !important;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-top-width: 2px;
  list-style: none !important;
  background: transparent;
  border-bottom: 1px solid #ebebeb !important;
  border-left: 1px solid #ebebeb !important;
  border-right: 1px solid #ebebeb !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1.5em;
  border: 1px solid #ebebeb !important;
  height: 40px;
  padding: 0 10px;
}

.select2-container .select2-choice {
  border: 1px solid #ebebeb !important;
  color: #787878;
  height: 40px;
  border-radius: 0 !important;
  line-height: 2.5em;
}

.select2-drop-active {
  border-color: #ebebeb !important;
}

.shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 0 !important;
}
.shop_table.woocommerce-checkout-review-order-table td {
  border-left: 1px solid #ebebeb !important;
}

#add_payment_method #payment,
.woocommerce-checkout #payment {
  border-radius: 0 !important;
}

.payment_box.payment_method_cod {
  background: white !important;
}
.payment_box.payment_method_cod:before {
  border-bottom-color: white !important;
}

.wc_payment_methods.payment_methods.methods {
  border-bottom: 0 none !important;
}

.woocommerce-checkout-payment input.button.alt {
  margin-right: -15px !important;
  font-size: 11px !important;
  border-radius: 0 !important;
  padding: 12px 45px !important;
  background: black !important;
}

.woocommerce-checkout-payment .form-row.place-order {
  background: white !important;
}

.checkout_coupon button, .checkout_coupon input[type="button"], .checkout_coupon input[type="reset"], .checkout_coupon input[type="submit"], .return-to-shop .button {
  background: #000 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  font-weight: normal !important;
  padding: 12px 25px !important;
  word-spacing: 3px;
}

#order_comments_field #order_comments {
  height: 150px !important;
}

#ship-to-different-address .checkbox {
  float: left;
}
#ship-to-different-address .checkbox + input[type=checkbox] {
  margin: 20px 0 0 12px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: #ebebeb !important;
  border-radius: 0 !important;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce input.button.disabled[type="button"], .woocommerce input.button.disabled[type="reset"], .woocommerce input.button.disabled[type="submit"],
.woocommerce button.button:disabled,
.woocommerce input.button[type="button"]:disabled,
.woocommerce input.button[type="reset"]:disabled,
.woocommerce input.button[type="submit"]:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button[disabled][type="button"]:disabled,
.woocommerce input.button[disabled][type="reset"]:disabled,
.woocommerce input.button[disabled][type="submit"]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  padding: 13px 15px !important;
}

.widget_shopping_cart_content {
  position: relative;
}

.widget > ul {
  position: relative;
}

.widget > form {
  position: relative;
}

.product-description .variations_form.cart {
  display: block;
  overflow: hidden;
}
.product-description .variations_form.cart .variations {
  border: 0 none;
}
.product-description .variations_form.cart .variations .label {
  font-size: 13px;
  color: black;
  padding: 0;
  border: 0 none;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}
.product-description .variations_form.cart .variations th, .product-description .variations_form.cart .variations td, .product-description .variations_form.cart .variations td {
  border: 0 none;
  vertical-align: middle;
}
.product-description .variations_form.cart .variations .value {
  font-size: 13px;
}
.product-description .variations_form.cart .variations .value select {
  width: 45%;
  border: 1px solid #ebebeb;
  padding: 5px 15px;
  outline: none;
}
.product-description .variations_form.cart .variations .value .reset_variations {
  border: 1px solid #ebebeb;
  padding: 6px 15px;
  margin-left: 10px;
}
.product-description .woocommerce-variation-price {
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: -8px;
}
.product-description .quantity .input-text.qty.text {
  border: 1px solid #ebebeb !important;
  padding: 8px 10px !important;
  position: relative;
  top: -1px;
}

.tab-pane .shop_attributes {
  border-style: solid !important;
  border-color: #ebebeb !important;
}
.tab-pane .shop_attributes td {
  font-style: normal !important;
  padding: 0 10px !important;
}
.tab-pane .shop_attributes td, .tab-pane .shop_attributes th, .tab-pane .shop_attributes td {
  border-style: solid !important;
  border-color: #ebebeb !important;
}

/*--------------------------------------------------------------
# Widget Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About widget
--------------------------------------------------------------*/
#author-info .author-social > a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#author-info .author-social > a:hover {
  color: white !important;
}
#author-info #author-details p {
  margin-bottom: 15px;
  font-size: 14px;
}

.about-widget .author-image-home {
  margin: auto auto 15px;
  overflow: hidden;
}
.about-widget .author-image-home img {
  width: 100%;
  height: auto;
}
.about-widget .about-description p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6em;
}
.about-widget .more-link {
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  background: transparent !important;
  position: relative;
  color: black;
  overflow: visible;
}
.about-widget .more-link:after {
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 25px;
  transition: width 0.3s ease 0s;
  width: 35px;
}
.about-widget .more-link:hover:after {
  width: 50px;
}

/*--------------------------------------------------------------
# Popular, Latest Post, Recent Comment widget
--------------------------------------------------------------*/
.feed-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.feed-wrapper .image-area {
  width: 65px;
  height: 60px;
  float: left;
  margin-right: 20px;
}
.feed-wrapper .image-area .fit-img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.feed-wrapper .image-area img {
  width: 100%;
  height: 100%;
}
.feed-wrapper .item-text {
  position: absolute;
  display: inline-block;
}
.feed-wrapper .item-text h5 {
  color: #505050;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.4em;
  display: block;
  max-height: 2.8em;
  overflow: hidden;
}
.feed-wrapper .item-meta {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-style: italic;
  color: darkgray;
  word-spacing: 0.1em;
}
.feed-wrapper .item-meta a:hover {
  text-decoration: underline;
}
.feed-wrapper .fit-img img {
  position: absolute !important;
  width: 100%;
  height: 100%;
  max-width: none !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.feed-wrapper:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0 none;
}

/*--------------------------------------------------------------
# Hot News widget
--------------------------------------------------------------*/
.hot-news-slider .hot-entry-title {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
  overflow: hidden;
}
.hot-news-slider p {
  font-size: 13px;
  margin-bottom: 10px;
}
.hot-news-slider .more-link {
  display: inline-block;
  font-size: 11px;
  margin-top: 15px;
  padding: 4px 18px;
  line-height: 2em;
  width: auto;
}
.hot-news-slider .devider {
  padding: 0 4px;
}
.hot-news-slider .owl-controls {
  margin-top: 4px;
}
.hot-news-slider .owl-controls .owl-nav div {
  display: inline-block;
  padding: 5px;
}

/*--------------------------------------------------------------
# Weather widget
--------------------------------------------------------------*/
.weather-carousel {
  text-align: left;
}
.weather-carousel .weather-image img {
  width: auto;
}
.weather-carousel h2 {
  font-size: 13px;
  text-transform: uppercase;
}
.weather-carousel ul {
  display: table;
  font-size: 11px;
  width: 100%;
}
.weather-carousel ul li {
  border: 0 none;
  float: left;
}
.weather-carousel .weather {
  width: 100%;
  overflow: hidden;
}
.weather-carousel .weather-image {
  float: left;
  margin-left: -14px;
}
.weather-carousel .weather li::after {
  content: "/";
  margin: 0 8px;
}
.weather-carousel .weather li:last-child:after {
  content: "";
  margin-right: -8px;
}
.weather-carousel .weather span {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
.weather-carousel .more-link {
  display: inline-block;
  font-size: 11px;
  margin-top: 15px;
  padding: 4px 18px;
  line-height: 2em;
  width: auto;
}
.weather-carousel .owl-controls {
  margin-top: 4px;
}
.weather-carousel .owl-controls .owl-nav div {
  display: inline-block;
  padding: 5px;
}

#header-widget-right .weather-carousel {
  text-align: right;
}
#header-widget-right .weather-image {
  float: right;
  margin-right: -14px;
  margin-left: auto;
  margin-top: 30px;
}
#header-widget-right ul li {
  float: right;
}
#header-widget-right .weather li::after {
  content: "/";
  margin: 0 8px;
}
#header-widget-right .weather li:last-child:after {
  content: "/";
  margin-right: 0;
}
#header-widget-right .weather li:first-child:after {
  content: "";
  margin-left: -8px;
}

/*--------------------------------------------------------------
# Categories And Archive Widget
--------------------------------------------------------------*/
.widget_categories,
.widget_archive,
.widget_layered_nav {
  font-family: "Montserrat", sans-serif;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_layered_nav ul li {
  font-size: 14px;
  color: #505050;
  display: block;
  line-height: 1em;
  padding-top: 20px !important;
  margin-top: 15px !important;
  border-top: 1px solid #ebebeb;
  border-bottom: 0 none !important;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: relative;
}
.widget_categories ul li ul,
.widget_archive ul li ul,
.widget_layered_nav ul li ul {
  padding-left: 15px;
}
.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_layered_nav ul li .count {
  position: absolute;
  right: 0;
}
.widget_categories > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_layered_nav > ul > li:first-child {
  border: 0 none;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/*--------------------------------------------------------------
# TagCloud Widget
--------------------------------------------------------------*/
.widget .tagcloud {
  position: relative;
  margin-bottom: -2px;
}
.widget .tagcloud a {
  border: 1px solid #e1e1e1;
  display: block;
  color: #505050;
  float: left;
  font-size: 12px !important;
  font-weight: normal;
  line-height: 1.4em !important;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 6px 17px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.02em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.widget .tagcloud a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Follow Us Widget
--------------------------------------------------------------*/
.follow-us-area {
  position: relative;
  margin: 0 auto -7px;
  text-align: center;
}
.follow-us-area .follow-link .fa {
  border: 1px solid #e1e1e1;
  color: darkgray;
  height: 35px;
  line-height: 2.5em;
  margin: 0 3px 9px;
  font-size: 0.8em;
  display: inline-block;
  text-align: center;
  width: 35px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.follow-us-area .follow-link .fa:hover {
  color: white;
}

.widget .follow-us-area a {
  margin-right: 5px;
  display: inline-block;
  line-height: 2.8em;
}
.widget .follow-us-area a span {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-left: 5px;
  font-size: 13px;
  display: none;
  letter-spacing: 0.025em;
}
.widget .follow-us-area .follow-link .fa {
  width: 30px;
  height: 30px;
  font-size: 0.75em;
}

.col-md-3 .follow-us-area .follow-link .fa,
.col-md-4 .follow-us-area .follow-link .fa,
.col-md-6 .follow-us-area .follow-link .fa {
  line-height: 2.8em;
}

.jr-insta-slider {
  position: relative;
}

/*--------------------------------------------------------------
# Editor Pick Widget
--------------------------------------------------------------*/
.widget_ramble_hand_picked_posts .post-thumb {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.widget_ramble_hand_picked_posts .item .post-content {
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease 0s;
}
.widget_ramble_hand_picked_posts .item .post-content:hover {
  opacity: 1;
}
.widget_ramble_hand_picked_posts .post-content .cat-links {
  color: white !important;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.widget_ramble_hand_picked_posts .post-content .cat-links a:hover {
  color: white !important;
}
.widget_ramble_hand_picked_posts .post-content .cat-links .border {
  background: white !important;
  display: block;
  height: 2px;
  margin-top: 3px;
  position: relative;
  width: 50px;
}
.widget_ramble_hand_picked_posts .post-content .bottom-content {
  bottom: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
.widget_ramble_hand_picked_posts .post-content .entry-title {
  color: white;
  font-size: 20px;
}
.widget_ramble_hand_picked_posts .post-content .entry-meta {
  color: white !important;
}
.widget_ramble_hand_picked_posts .post-thumb {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Search Widget
--------------------------------------------------------------*/
.widget_search .input-group .form-controller {
  display: table-cell;
  font-family: "Lato", sans-serif;
}
.widget_search .form-controller {
  height: 43px;
}
.widget_search button, .widget_search input[type="button"], .widget_search input[type="reset"], .widget_search input[type="submit"] {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.75em 1em;
}
.widget_search .btn-search i {
  position: relative;
  top: -1px;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Calender Widget
--------------------------------------------------------------*/
.widget_calendar {
  position: relative;
}
.widget_calendar #calendar_wrap {
  position: relative;
}
.widget_calendar table {
  margin: 0;
}
.widget_calendar td,
.widget_calendar th,
.widget_calendar td {
  font-size: 0.8em;
  line-height: 2.555em;
  text-align: center;
  padding: 0;
}
.widget_calendar caption {
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5em 1em;
}
.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  color: white;
  display: block;
  font-weight: bold;
}
.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  color: white;
}

/*------------------------------------------------------------------------
# Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
-------------------------------------------------------------------------*/
.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
}

.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_product_categories {
  font-size: 14px;
}
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
  text-decoration: none;
}
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0;
}
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_product_categories ul li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 0 none;
}
.widget_links > ul,
.widget_meta > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_product_categories > ul {
  position: relative;
}
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_nav_menu > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_product_categories > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}

.widget .menu,
.widget .product-categories {
  position: relative;
}
.widget .menu > li:first-child,
.widget .product-categories > li:first-child {
  border-top: 0 none;
  padding-top: 0;
}

.product-categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
  border: 0;
  margin: 0 0 0 1em;
}

.widget_recent_entries .post-date {
  display: block;
}

.widget_nav_menu .menu > li:first-child {
  padding-top: 0;
  margin-top: 0;
}
.widget_nav_menu .menu > li:last-child {
  padding-bottom: 0;
}
.widget_nav_menu .menu li {
  border-bottom: 0 none;
  border-top: 0 none;
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
}
.widget_nav_menu .menu li .sub-menu {
  display: none;
}
.widget_nav_menu .menu .menu-click {
  display: block;
}
.widget_nav_menu .menu .menu-click {
  position: absolute;
  top: -4px;
  right: -15px;
  display: block;
  cursor: pointer;
  z-index: 120;
}
.widget_nav_menu .menu .menu-click i {
  display: block;
  background-size: 25px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  float: right;
  padding: 15px;
  width: 43px;
  -webkit-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
}
.widget_nav_menu .menu > li:first-child > .menu-click {
  top: -11px;
}
.widget_nav_menu .menu .menu-extend.fa-plus::before {
  content: "\f068";
  font-family: FontAwesome;
}

/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss ul:last-child {
  margin-bottom: 0;
}
.widget_rss li {
  margin-bottom: 1.6em;
  padding-bottom: 25px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss li .rssSummary {
  font-family: "Lato", sans-serif;
  margin: 5px 0;
}
.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}
.widget_rss .rsswidget img {
  margin-top: -4px;
}
.widget_rss .rss-date, .widget_rss cite {
  font-size: 0.8em;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
}
.widget_rss > p {
  position: relative;
}

/*--------------------------------------------------------------
# Ads Widget
--------------------------------------------------------------*/
.advertisement-img {
  position: relative;
}

/*--------------------------------------------------------------
# Ramble Login form
--------------------------------------------------------------*/
.widget_ramble_login_form {
  font-family: "Lato", sans-serif;
}
.widget_ramble_login_form .ramble-theme-login-form {
  position: relative;
}
.widget_ramble_login_form .ramble-theme-login-form .login-username,
.widget_ramble_login_form .ramble-theme-login-form .login-password {
  margin-bottom: 15px !important;
}
.widget_ramble_login_form .ramble-theme-login-form .lost-pass {
  margin-bottom: 0 !important;
}
.widget_ramble_login_form .ramble-theme-login-form .login-username label,
.widget_ramble_login_form .ramble-theme-login-form .login-password label {
  margin-left: 1px;
}
.widget_ramble_login_form .ramble-theme-login-form .login-username #user_login,
.widget_ramble_login_form .ramble-theme-login-form .login-password #user_pass {
  margin-top: 5px;
  background: white;
  border: 1px solid #ebebeb;
  font-size: 13px;
  outline: medium none;
  padding: 0.5em 1em;
  width: 100%;
  height: 45px;
  line-height: normal;
}
.widget_ramble_login_form .ramble-theme-login-form .login-remember #rememberme {
  margin-right: 5px;
}
.widget_ramble_login_form .ramble-theme-login-form .login-submit {
  margin-bottom: 15px !important;
}
.widget_ramble_login_form .ramble-theme-login-form .login-submit #wp-submit {
  padding: 10px 30px;
  background: black;
}
.widget_ramble_login_form .ramble-theme-login-form .ramble-theme-login-board .left-thumb {
  float: left;
  margin-right: 20px;
  width: 90px;
}
.widget_ramble_login_form .ramble-theme-login-form .ramble-theme-login-board .right-details {
  font-size: 13px;
  font-family: "Lato", sans-serif;
  display: table-cell;
}
.widget_ramble_login_form .ramble-theme-login-form .ramble-theme-login-board .right-details > p {
  margin-bottom: 2px;
}
.widget_ramble_login_form .ramble-theme-login-form .ramble-theme-login-board .right-details > p strong {
  margin-left: 4px;
}
.widget_ramble_login_form .ramble-theme-login-form .ramble-theme-login-board .right-details > a {
  display: block;
  margin-bottom: 2px;
}
.widget_ramble_login_form .ramble-theme-login-form .ramble-theme-login-board .right-details > a:last-child {
  margin-bottom: 0;
}
.widget_ramble_login_form .ramble-theme-login-form .ramble-theme-login-board .right-details .dashboard-link,
.widget_ramble_login_form .ramble-theme-login-form .ramble-theme-login-board .right-details .your-profile {
  margin-bottom: 2px;
}
.widget_ramble_login_form .ramble-theme-login-form .ramble-theme-login-board .right-details i {
  line-height: normal;
  margin-right: 8px;
}

/*--------------------------------------------------------------
# Text Widget
--------------------------------------------------------------*/
.widget_text img {
  margin: auto;
  display: block;
}

.textwidget > :last-child {
  margin-bottom: 0;
}

.widget-about {
  text-align: center;
}
.widget-about p {
  margin-bottom: 20px;
}
.widget-about p > img {
  margin: auto;
}

.textwidget {
  position: relative;
}

/*--------------------------------------------------------------
# Twitter Widget Plugin
--------------------------------------------------------------*/
.timeline {
  background: transparent !important;
}

#twitter_profile_embed {
  margin-top: -15px;
}

.widget-title-area + div {
  position: relative;
}

/*--------------------------------------------------------------
# Email Subscribe Widget
--------------------------------------------------------------*/
.newsletter-area {
  font-family: "Lato", sans-serif;
  margin-top: -8px;
  position: relative;
}
.newsletter-area > p {
  margin-bottom: 15px;
}
.newsletter-area .form-newsletter p {
  margin-bottom: 10px;
}
.newsletter-area .form-newsletter .form-controller {
  background: transparent;
  border-color: #d2d2d2 !important;
  font-style: italic;
  height: 45px;
}
.newsletter-area .form-newsletter .btn {
  border: none;
}
.newsletter-area .form-newsletter .pad-left {
  padding-left: 5px;
}
.newsletter-area .form-newsletter .pad-right {
  padding-right: 5px;
}
.newsletter-area .form-newsletter #mc-embedded-subscribe {
  background: transparent;
  color: #3d3d3d;
  position: relative;
  text-transform: uppercase;
  border: 0 none;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 3px;
}
.newsletter-area .form-newsletter #mc-embedded-subscribe:hover, .newsletter-area .form-newsletter #mc-embedded-subscribe:focus, .newsletter-area .form-newsletter #mc-embedded-subscribe:active:focus {
  text-decoration: none !important;
  outline: none;
  background: transparent;
  -webkit-box-shadow: inset 0 0px 0px transparent;
  box-shadow: inset 0 0px 0px transparent;
}
.newsletter-area .form-newsletter #mc-embedded-subscribe:after {
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 35px;
  width: 45px;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}
.newsletter-area .form-newsletter #mc-embedded-subscribe:hover:after {
  width: 75px;
}
.newsletter-area .form-newsletter .mce_inline_error {
  margin-bottom: 8px;
  color: #aa1515;
  font-size: 13px;
}
.newsletter-area .form-newsletter .mce_inline_error.form-controller {
  margin-bottom: 0;
}
.newsletter-area #mce-success-response {
  margin-top: 10px;
  color: green;
  font-size: 13px;
}
.newsletter-area .mc-response {
  margin-top: 10px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Flickr Widget Plugin Fix
--------------------------------------------------------------*/
#ramble_flickr_badge_wrapper {
  text-align: center;
}

#ramble_flickr_badge_wrapper .flickr_badge_image {
  border-bottom: 0 none;
  display: inline-block;
  height: 75px;
  list-style: outside none none;
  margin: 0 5px 0 0;
  overflow: hidden;
  width: 79px;
}

#ramble_flickr_badge_wrapper img {
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Sidebar widget fix
--------------------------------------------------------------*/
#secondary .shop-layout .item-header, #secondary .recent-portfolio-item .item-header {
  display: none;
}
#secondary .shop-layout .item .col-md-12, #secondary .recent-portfolio-item .item .col-md-12 {
  padding: 0;
}

.widget .shop-layout .item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.post-portfolio {
  border: 1px solid #ebebeb;
}
.post-portfolio .post-thumb {
  border-bottom: 1px solid #ebebeb;
}
.post-portfolio .post-thumb img {
  padding: 15px;
}
.post-portfolio .entry-header {
  padding: 0 15px 15px;
}
.post-portfolio .entry-title {
  margin: 15px 0 5px !important;
}

.widget .shop-layout.woocommerce .star-rating {
  float: none !important;
}
.widget .shop-layout.woocommerce .price {
  top: 3px !important;
}
.widget .shop-layout.woocommerce .add-cart {
  margin-top: 20px !important;
}

/*--------------------------------------------------------------
# Widget Recent works
--------------------------------------------------------------*/
.widget_recent_works .widget-content {
  text-align: center;
}
.widget_recent_works .widget-content li {
  border-bottom: 0 none;
  display: inline-block;
  width: 79px;
  height: 75px;
  overflow: hidden;
  margin: 0 4px 1px 0;
}
.widget_recent_works .widget-content li img {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Custom nav for layout Eight
--------------------------------------------------------------*/
.layout_eight_custom_nav ul li {
  border: 0 none !important;
}

/*--------------------------------------------------------------
# Instagram widget 
--------------------------------------------------------------*/
.pllexislider-overlay ul li .jr-insta-wrap .jr-insta-datacontainer .jr-insta-time {
  float: none;
  text-align: right;
  font-size: 11px;
}

.site-footer .col-md-4 .jr-insta-thumb,
.site-footer .col-md-3 .jr-insta-thumb {
  background: transparent !important;
}

/*--------------------------------------------------------------
# wocommerce widget 
--------------------------------------------------------------*/
.widget-area .widget_shopping_cart_content .ramble-cart-single-item {
  border-bottom: 1px dashed #ebebeb;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.widget-area .widget_shopping_cart_content .ramble-cart-single-item:last-of-type {
  margin-bottom: 0;
}
.widget-area .widget_shopping_cart_content .fix {
  overflow: hidden;
  display: inline;
}
.widget-area .widget_shopping_cart_content .total-price {
  border-bottom: 1px dashed #ebebeb;
  overflow: hidden;
  padding-bottom: 18px;
  padding-right: 22px;
  padding-top: 18px;
}
.widget-area .widget_shopping_cart_content .total-price h3 {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}
.widget-area .widget_shopping_cart_content .image {
  display: block;
  float: left;
  margin-right: 15px;
  width: 80px;
}
.widget-area .widget_shopping_cart_content .content {
  text-align: left;
  margin-top: 5px;
}
.widget-area .widget_shopping_cart_content .content > a {
  border: 0 none;
  display: block;
  font-size: 13px;
  margin-top: 8px;
  padding: 0 !important;
  text-transform: capitalize;
}
.widget-area .widget_shopping_cart_content .content .price span.amount {
  color: #666;
  display: inline-block;
  font-weight: normal;
  margin-top: 10px;
  font-weight: bold;
}
.widget-area .widget_shopping_cart_content .ptop {
  padding: 7px 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}
.widget-area .widget_shopping_cart_content .ptop a {
  background: transparent none repeat scroll 0 0 !important;
  border: 0 none;
  padding: 14px 0 !important;
}
.widget-area .widget_shopping_cart_content .ptop a:hover {
  color: inherit !important;
}
.widget-area .widget_shopping_cart_content .price {
  top: 0 !important;
}
.widget-area .widget_shopping_cart_content .header-cart-action {
  margin-bottom: 34px;
}
.widget-area .widget_shopping_cart_content .header-cart-action a {
  border: 1px solid #ebebeb;
  border-radius: 50px;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  margin: 15px 10px -20px;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.widget-area .widget_shopping_cart_content .header-cart-action a:first-of-type {
  float: left;
}
.widget-area .widget_shopping_cart_content .header-cart-action a:last-of-type {
  float: right;
}
.widget-area .widget_shopping_cart_content .header-cart-action a:hover {
  color: white !important;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.4em !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  border-radius: 0 !important;
  height: 16px !important;
  width: 5px !important;
  margin-left: 0 !important;
  top: -0.35em !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 0 !important;
}

.woocommerce .widget_price_filter .ui-slider {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 30px !important;
}

.price_slider_wrapper .button {
  background: black !important;
  border-radius: 0 !important;
  color: white !important;
  font-size: 11px !important;
  letter-spacing: 0.035em;
  padding: 10px 20px !important;
  text-transform: uppercase;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: normal !important;
  line-height: 1.75em;
  margin-bottom: 5px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left !important;
  margin-right: 15px !important;
  width: 60px !important;
  margin-left: 0 !important;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 20px 0 !important;
}
.woocommerce ul.cart_list li:last-of-type,
.woocommerce ul.product_list_widget li:last-of-type {
  border: 0 none !important;
}
.woocommerce ul.cart_list li:first-of-type,
.woocommerce ul.product_list_widget li:first-of-type {
  padding-top: 0 !important;
}
.woocommerce ul.cart_list li:last-of-type,
.woocommerce ul.product_list_widget li:last-of-type {
  padding-bottom: 0 !important;
}

.product_list_widget .amount, .product_list_widget .reviewer {
  font-size: 12px;
  color: darkgray;
  font-family: "Lato", sans-serif;
}
.product_list_widget .star-rating {
  margin-bottom: 9px !important;
  margin-left: 0 !important;
  margin-top: 9px !important;
}

.woocommerce-product-search .form-controller {
  padding: 11px 15px !important;
}
.woocommerce-product-search .btn.btn-search {
  padding: 12px 15px;
}

.widget .shop-layout.woocommerce .page-header {
  display: none;
}
.widget .new-products.owl-carousel .owl-item {
  margin-bottom: 1px;
}

.blog .widget.widget_recent_reviews .star-rating span::before, .magazine .widget.widget_recent_reviews .star-rating span::before {
  font-size: 13px;
  letter-spacing: 0.19em;
  top: 1px;
}

/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer Top
--------------------------------------------------------------*/
.site-footer {
  overflow: hidden;
}

#footer-top .footer-top-content {
  border: 0 none;
  margin-bottom: 0;
}
#footer-top .widget {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  margin-top: 60px;
  margin-bottom: 60px;
}
#footer-top .widget .widget-title-area {
  border-top: 0 none;
  border-bottom: 0 none;
  margin-bottom: 10px;
}
#footer-top .widget .widget-title-area:before {
  background-image: none;
}
#footer-top .widget .widget-title-area .widget-title {
  margin-top: 0;
}
#footer-top .newsletter,
#footer-top .social-area {
  width: 50%;
  padding: 60px 85px;
  vertical-align: middle;
  text-align: center;
}
#footer-top .newsletter {
  border: 0 none;
  border-right: 1px solid #e1e1e1;
}
#footer-top .social-area {
  border: 0 none;
}
#footer-top .news-letter-title {
  float: left;
  margin-right: 20px;
  margin-top: 12px;
}
#footer-top .newsletter .form-control {
  border-radius: 0;
  box-shadow: 0 0 0 transparent inset;
  height: 46px;
  border-color: #e1e1e1;
}
#footer-top .newsletter #subscribe-btn {
  border-radius: 0;
  padding: 12px 15px;
  border-color: #e1e1e1;
  -webkit-transition: all 0.3s all;
  transition: all 0.3s all;
}
#footer-top .newsletter #subscribe-btn:hover {
  color: white;
}
#footer-top .social-area > a {
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  display: inline-block;
  font-size: 12px;
  height: 35px;
  line-height: 34px;
  margin: 0 5px;
  position: relative;
  width: 35px;
  -webkit-transition: all 0.3s all;
  transition: all 0.3s all;
}
#footer-top .social-area > a:hover {
  color: white;
}
#footer-top .shop-layout {
  /* padding: 45px 0; */
}
#footer-top .item-header {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-top: -15px;
}
#footer-top .item-header h4 {
  margin-bottom: 20px;
  margin-top: 0;
}
#footer-top .control-latest-carousel {
  margin-right: 15px;
}

.site-footer .social_share_link.widget {
  padding-left: 0;
  margin-bottom: 0;
}

.control-latest-carousel span {
  cursor: pointer;
  border: 1px solid #ebebeb;
  margin: 0 4px;
  padding: 4px 12px;
}

.control-latest-carousel span .fa {
  line-height: normal;
}

/*--------------------------------------------------------------
# Footer Middle
--------------------------------------------------------------*/
#footer-middle .widget {
  padding: 0 10px;
  font-size: 14px;
  margin: 60px 0;
}

/*--------------------------------------------------------------
# Footer Bottom
--------------------------------------------------------------*/
#footer-bottom {
  color: #7e7e7e;
  text-align: center;
  letter-spacing: 0.1em;
}
#footer-bottom .widget {
  margin: 60px 0;
}

.copyright {
  letter-spacing: 0.045em;
  word-spacing: 0.05em;
}
.copyright a {
  color: inherit;
}
.copyright a:hover,
.copyright a:focus {
  text-decoration: underline;
  color: inherit !important;
}

.copyright-area {
  color: white;
  font-size: 12px;
  padding: 12px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .copyright-area > .container {
    padding: 10px 45px !important;
  }
}

.site-footer .widget {
  padding-left: 0 !important;
}
.site-footer .widget-area .widget:first-child {
  padding-top: 0 !important;
}
.site-footer .container-fluid {
  padding: 0;
}
.site-footer .container-fluid .col-sm-12.col-md-12 {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .container-fluid .col-sm-12.col-md-12 {
    padding: 0;
  }
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget {
  margin: 0 !important;
  padding: 0 !important;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget.jr-insta-slider {
  margin: 0 !important;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget.jr-insta-slider .widget-title-area {
  border: 0 none;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget.jr-insta-slider .widget-title-area:before {
  background-image: none;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget.jr-insta-slider .widget-title {
  padding-top: 0 !important;
  background: white;
  font-size: 38px;
  margin-bottom: -18px;
  padding: 0;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget.jr-insta-slider .widget-title-area {
  margin-bottom: 0 !important;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget.jr-insta-slider .jr-insta-thumb {
  position: relative;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget.jr-insta-slider ul.thumbnails li img {
  opacity: 0.45;
  display: block;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget.jr-insta-slider ul.thumbnails li:hover img {
  opacity: 1;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget .widget_ramble_follow_me {
  margin: 0 !important;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget .follow-us-area {
  padding: 20px 15px;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget .follow-us-area a {
  margin-right: 25px;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget .follow-us-area a span {
  color: white;
  display: inline-block !important;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget .follow-us-area .follow-link .fa {
  color: white;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget_instafeed .widget-title {
  padding-top: 0 !important;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget_ramble_follow_me + .jr-insta-slider .widget-title {
  background: transparent;
  color: white;
}
.site-footer .container-fluid .col-sm-12.col-md-12 .widget_ramble_follow_me + .jr-insta-slider .widget-title span:before,
.site-footer .container-fluid .col-sm-12.col-md-12 .widget_ramble_follow_me + .jr-insta-slider .widget-title span:after {
  border-color: white;
}
.site-footer .container .col-sm-12.col-md-12 .widget.widget_ramble_follow_me {
  margin: 0 !important;
}
.site-footer .container .col-sm-12.col-md-12 .widget_instafeed {
  margin: 0 !important;
}
.site-footer .container .col-sm-12.col-md-12 .widget-title-area + .follow-us-area {
  padding-top: 0 !important;
}
.site-footer .container .col-sm-12.col-md-12 .follow-us-area {
  padding: 20px 15px;
}
.site-footer .container .col-sm-12.col-md-12 .follow-us-area a {
  margin-right: 25px;
  color: inherit !important;
}
.site-footer .container .col-sm-12.col-md-12 .follow-us-area a span {
  display: inline-block;
}
.site-footer .container .col-sm-12.col-md-12 .follow-us-area .follow-link .fa {
  color: inherit !important;
}
.site-footer .container .col-sm-12.col-md-12 .follow-us-area .follow-link .fa:hover {
  color: white !important;
}
.site-footer .container .col-sm-12.col-md-12 .jr-insta-slider {
  margin-top: 0 !important;
}
.site-footer .container .col-sm-12.col-md-12 .jr-insta-slider .widget-title-area {
  border: 0 none;
}
.site-footer .container .col-sm-12.col-md-12 .jr-insta-slider .widget-title-area:before {
  background-image: none;
}
.site-footer .container .col-sm-12.col-md-12 .jr-insta-slider .widget-title {
  padding-top: 0 !important;
  background: white;
  font-size: 38px;
  margin-bottom: -18px;
  padding: 0;
}
.site-footer .container .col-sm-12.col-md-12 .jr-insta-slider .widget-title-area {
  margin-bottom: 0 !important;
}
.site-footer .container .col-sm-12.col-md-12 .textwidget .shop-layout.woocommerce .item-header,
.site-footer .container .col-sm-12.col-md-12 .textwidget .recent-portfolio-item .item-header {
  margin-top: 3px;
  padding: 0 10px 0 13px;
}
.site-footer .container .col-sm-12.col-md-12 .textwidget .shop-layout.woocommerce .item-header h4,
.site-footer .container .col-sm-12.col-md-12 .textwidget .recent-portfolio-item .item-header h4 {
  padding-bottom: 8px;
  margin-top: -3px;
}
@media only screen and (max-width: 600px) {
  .site-footer .container .col-sm-12.col-md-12 .textwidget .shop-layout.woocommerce .item-header .pull-left,
  .site-footer .container .col-sm-12.col-md-12 .textwidget .recent-portfolio-item .item-header .pull-left {
    width: 60% !important;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer .container .col-sm-12.col-md-12 .textwidget .shop-layout.woocommerce .item-header,
  .site-footer .container .col-sm-12.col-md-12 .textwidget .recent-portfolio-item .item-header {
    margin-top: 3px;
    padding: 0 0 0 0px;
    margin-right: -4px;
  }
}

.box-layout .container .col-sm-12.col-md-12 .jr-insta-slider {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
  margin-left: -1px;
  margin-right: -1px;
}
.box-layout.magazine #footer-middle > .container {
  border-top: 1px solid #ebebeb !important;
}
.box-layout.magazine #footer-middle .widget {
  margin: 34px 0 !important;
}
.box-layout.magazine .site-footer .container > .row.footer_widget_container {
  margin: 0 15px !important;
}
.box-layout .container .col-sm-12.col-md-12 .textwidget .shop-layout.woocommerce .item-header,
.box-layout .container .col-sm-12.col-md-12 .textwidget .recent-portfolio-item .item-header {
  padding: 0 0px 0 13px;
}

/*--------------------------------------------------------------
# Scroll Top
--------------------------------------------------------------*/
.topbutton {
  background: white;
  border: 1px solid;
  bottom: 50px;
  display: block;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
}
.topbutton:hover {
  color: white;
}

.btn-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.btn-hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

/*--------------------------------------------------------------
# Layout Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  #header-mobile {
    display: none;
  }

  #header-middle .container {
    padding: 0;
  }
  #header-middle > .container > .row + .row:last-of-type .navigation {
    margin-top: 0;
  }

  #site-logo .header-social {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #header-middle #site-logo {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: auto;
  }

  #header-middle {
    margin: 30px 0;
  }

  #mobile-menu-wrap .header-social {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .site-header {
    overflow: hidden;
  }

  #header-top {
    display: none;
  }

  #header-middle #site-logo {
    padding: 25px !important;
  }

  #header-middle #main-nav {
    display: none;
  }

  #header-mobile .search-mobile {
    display: inline-block;
    float: right;
  }

  #header-mobile {
    border-bottom: 1px solid #ebebeb;
  }

  .search-mobile #submit-btn-mobile {
    border-left: 1px solid #ebebeb;
    border-right: 0 none;
    border-bottom: 0 none;
    border-top: 0 none;
    padding: 16px 18px;
  }

  #site-logo .header-social {
    margin-top: 30px;
    margin-bottom: 5px;
  }

  #site-logo .header-social > a {
    padding: 0 10px;
  }

  .mobile-search-wrap {
    background-color: white !important;
    border: medium none !important;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 0;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .mobile-search-wrap.searchopen {
    width: 270px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .mobile-search-wrap.searchclose {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .overlaybg.searchopen {
    display: block;
  }

  #submit-btn-mobile {
    color: #282828;
  }

  #submit-btn-mobile:hover {
    background: transparent !important;
    outline: none;
  }

  #submit-btn-mobile.active.focus,
  #submit-btn-mobile.active:focus,
  #submit-btn-mobile.focus,
  #submit-btn-mobile.focus:active,
  #submit-btn-mobile:active:focus,
  #submit-btn-mobile:focus {
    outline: none;
    background: transparent;
  }

  #submit-btn-mobile.active,
  #submit-btn-mobile:active {
    box-shadow: 0 0 0 transparent inset;
  }

  .search.default {
    margin: auto;
    max-width: 220px;
    padding-top: 30px;
  }

  #heading-search.form-control {
    border-color: #ebebeb;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    height: 45px;
    line-height: normal;
    padding: 10px 15px;
  }

  #submit-btn {
    border: 1px solid #ebebeb;
    height: 45px;
    width: 45px;
  }

  .mobile-search-wrap .widget {
    padding-left: 0;
    padding-top: 30px;
  }

  .mobile-search-wrap .widget.about_info {
    height: auto;
  }

  .mobile-search-wrap #author-info #author-details h3 {
    white-space: nowrap;
  }

  .mobile-search-wrap #author-info #author-details span {
    white-space: nowrap;
  }

  .search-mobile .overlaybg .fa-times {
    color: #eee;
    font-size: 20px;
    left: 287px;
    position: fixed;
    top: 30px;
  }
}
@media only screen and (max-width: 780px) {
  #header-middle .row {
    margin: 0;
  }

  #header-middle #site-logo {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0;
  }

  #footer-top .shop-layout {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  #header-middle {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .logo {
    height: 89px;
    width: 293px;
  }
}
@media only screen and (max-width: 358px) {
  .logo {
    height: 81px;
    width: 272px;
  }
}
/*--------------------------------------------------------------
# Featured Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 1500px) {
  #featured #featured-three .featured-post-other .col-md-6 .post-content {
    padding: 45px;
  }

  #featured #featured-four .post-content {
    width: 80%;
    margin: auto;
  }

  #featured .featured-thumb-control-wrap .control-wrap {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) {
  .featured-two-wrapper .container {
    padding: 0;
  }

  #featured #featured-two .featured-post.col-md-6 {
    width: 49%;
  }

  .box-layout #featured #featured-two .featured-post.col-md-6 {
    width: 48.8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #featured #featured-two .featured-post.col-md-6 {
    width: 48.45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #featured #featured-two .featured-post.col-sm-6 {
    width: 49.4%;
  }
}
@media only screen and (max-width: 1292px) {
  #featured-slider .owl-controls .owl-nav .owl-prev {
    left: -34px;
  }
  #featured-slider .owl-controls .owl-nav .owl-next {
    right: -34px;
  }
}
@media only screen and (max-width: 992px) {
  #featured .featured-thumb-control-wrap .controller {
    position: relative;
  }

  #featured #featured-four .col-md-6 {
    display: block;
  }

  #featured #featured-four .post-content {
    padding: 8%;
  }

  #featured-three .owl-item > .item {
    display: block !important;
  }
  #featured-three .owl-item > .item > .col-md-6 {
    display: block !important;
  }
}
@media only screen and (max-width: 820px) {
  #featured-slider .owl-controls .owl-nav .owl-prev {
    left: -15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }
  #featured-slider .owl-controls .owl-nav .owl-next {
    right: -15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 992px) {
  #featured {
    padding-bottom: 60px;
  }

  #featured-five .owl-nav {
    margin-left: 45px;
    margin-top: 10%;
  }

  #featured #featured-five .post-thumb {
    padding-top: 60%;
  }

  #featured #featured-five .owl-controls .owl-nav .owl-prev {
    left: 3.8%;
  }

  #featured #featured-five .owl-controls .owl-nav .owl-next {
    left: 9.5%;
  }
}
@media only screen and (max-width: 767px) {
  #featured-slider .owl-controls .owl-nav {
    display: none;
  }
  #featured-slider .owl-controls .owl-dots {
    text-align: center;
    margin-top: 15px;
  }
  #featured-slider .owl-controls .owl-dot {
    display: inline-block;
  }
  #featured-slider .owl-controls .owl-dot span {
    background: white;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    width: 10px;
    opacity: 0.8;
  }
  #featured-slider .owl-controls .owl-dot span:hover,
  #featured-slider .owl-controls .owl-dot.active span {
    opacity: 1;
  }

  #featured-five {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: -75px;
  }

  #featured-five .owl-nav {
    margin-left: 18px;
    margin-top: 14%;
  }

  #featured #featured-five .post-thumb {
    padding-top: 60%;
  }

  #featured #featured-five .owl-controls .owl-nav .owl-prev {
    left: auto;
    margin-left: 15px;
  }

  #featured #featured-five .owl-controls .owl-nav .owl-next {
    left: auto;
    margin-left: 60px;
  }
}
@media only screen and (max-width: 500px) {
  #featured-five {
    border-bottom: 0 none !important;
  }

  #featured #featured-five .post-thumb {
    padding-top: 100%;
  }

  #featured #featured-five .post-content {
    width: 100%;
  }

  #featured #featured-five .post-content::after {
    border-bottom: 0 none !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-top: 0 none !important;
    content: "";
    height: 0;
    left: 400px;
    top: 0;
    width: 0;
    position: relative;
  }

  #featured .post-content .bottom-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  #featured #featured-five .owl-controls .owl-nav .owl-prev {
    margin-left: 10px;
  }

  #featured #featured-five .owl-controls .owl-nav .owl-next {
    margin-left: 50px;
  }

  #featured #featured-four .post-content .entry-footer .more-link {
    width: 53%;
  }
}
@media only screen and (max-width: 410px) {
  #featured #featured-three .owl-item .featured-post-single .post-thumb {
    padding-top: 115%;
  }
  #featured #featured-four .post-content .entry-footer .more-link {
    width: 60%;
  }
  #featured .featured-thumb-control-wrap .owl-controls .owl-nav .owl-prev {
    left: -35px;
  }
  #featured .featured-thumb-control-wrap .owl-controls .owl-nav .owl-next {
    right: -35px;
  }
}
@media only screen and (max-width: 340px) {
  #featured #featured-five .owl-controls .owl-nav .owl-prev {
    margin-left: 8px;
  }
}
/*--------------------------------------------------------------
# Content Area Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 991px) {
  .site-content > .container {
    padding: 0;
  }

  .site-content > .container > .row > .col-md-9 {
    padding-left: 0;
    padding-right: 30px;
    padding-top: 45px;
  }
  .site-content > .container > .row > .col-md-3 {
    padding-left: 0;
    border-left: 1px solid #ebebeb;
  }
  .site-content > .container > .row > .col-md-9.col-md-push-3 {
    padding-right: 0;
    padding-left: 30px;
    padding-top: 45px;
  }
  .site-content > .container > .row > .col-md-3.col-md-pull-9 {
    padding-left: 0;
    border-right: 1px solid #ebebeb;
    border-left: 0 none;
    padding-right: 0;
  }
  .site-content > .container > .row > .col-md-3.col-md-pull-9 .widget {
    padding-left: 0 none;
    padding-right: 30px;
    padding-left: 0;
  }
  .site-content > .container > .row > > .col-md-3.col-md-pull-9 .widget .widget-title-area::before {
    background-image: -webkit-linear-gradient(to right, white 2%, rgba(255, 255, 255, 0) 50%, white 92%);
    background-image: -o-linear-gradient(to right, white 2%, rgba(255, 255, 255, 0) 50%, white 92%);
    background-image: -webkit-gradient(to right, white 2%, rgba(255, 255, 255, 0) 50%, white 92%);
    background-image: linear-gradient(to right, white 2%, rgba(255, 255, 255, 0) 50%, white 92%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_one', endColorstr='$color_two', GradientType=1);
    background-repeat: repeat-x;
  }
  .site-content.blog #secondary.widget-area {
    margin-top: 1px;
  }

  .layout-five > .container > .row > .col-md-12 {
    padding: 0;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1400px) {
  #layout-five .row > .col-md-3 {
    padding-right: 10px;
  }
  #layout-five .row > .col-md-6 {
    padding: 0 10px;
  }
  #layout-five .row > .col-md-2 {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .content-area {
    padding-bottom: 1.75em;
  }
  .content-area .grid {
    overflow: hidden;
  }

  .layout-three .content-area .post > .row > .col-md-6 {
    display: block !important;
  }

  .layout-three .content-area .post .post-thumb {
    padding-top: 75%;
  }

  .related-post .post-media img {
    max-height: none !important;
  }

  .related-post .post-body .entry-title {
    margin-bottom: 20px;
  }

  .single .widget-area {
    margin-top: 30px;
  }

  .widget-area {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .content-area {
    padding-bottom: 1.75em;
  }
  .content-area .grid {
    overflow: hidden;
    right: 0;
    width: 100% !important;
  }
  .content-area .grid .post-thumb img {
    width: 100%;
  }
  .content-area .grid-post .row .col-md-3.col-sm-6 {
    overflow: hidden;
    right: 0;
    width: 100% !important;
  }

  .layout-five .grid-post .row .col-md-6.col-sm-6,
  .layout-five .grid-post .row .col-md-4.col-sm-6 {
    overflow: hidden;
    right: 0;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .box-layout .site-content > .container > .row {
    padding: 0;
    margin: 0 -15px;
  }

  .box-layout.blog #featured-content > .container {
    padding: 15px !important;
  }

  .site-footer .shop-layout {
    padding: 0 !important;
  }
  .site-footer .new-products .item > .col-md-12 {
    padding: 0;
  }
  .site-footer .follow-us-area a {
    margin-right: 8px !important;
  }
  .site-footer .follow-us-area a span {
    display: none !important;
  }

  .box-layout .site-footer .widget-area {
    margin-top: 0;
  }

  #footer-top .item-header {
    margin-left: 0;
  }
  #footer-top .item-header > .pull-left {
    width: 60%;
  }
  #footer-top .item-header .control-latest-carousel {
    margin-bottom: 0;
    margin-right: -4px;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 482px) {
  .content-area .grid .hentry {
    margin-bottom: 30px !important;
  }

  #blog-content .widget-area {
    margin-left: 15px;
    margin-right: 15px;
  }

  .archive .site-content .col-md-8 {
    padding: 0;
  }

  .layout-three .content-area .post > .row > .col-md-6:nth-child(2) .entry-footer .more-link {
    width: 100%;
  }

  .layout-four .content-area .post .post-content,
  .layout-five .content-area .post .post-content {
    padding: 10px 15px 15px !important;
  }
}
@media only screen and (max-width: 420px) {
  .content-area .author-info {
    padding-top: 30px;
  }

  .single .site-content .entry-content .tag {
    text-align: left;
  }

  .layout-three .content-area .post > .row > .col-md-6:nth-child(2) {
    padding: 30px 30px 45px;
  }
}
@media only screen and (max-width: 340px) {
  .layout-three .content-area .post > .row > .col-md-6:nth-child(2) {
    padding: 30px 15px 45px;
  }
}
@media only screen and (max-width: 570px) {
  .content-area .entry-header .meta-content::before {
    background-image: none !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 483px) {
  .post-readmore .more-link {
    width: 32%;
  }

  .content-area .entry-footer .post-comment,
  .content-area .entry-footer .post-view {
    width: 32%;
  }

  .content-area .entry-footer .share-area {
    width: 30%;
  }
}
@media only screen and (min-width: 483px) {
  .footer-meta .post-view-mobile {
    display: none;
  }
}
@media only screen and (max-width: 482px) {
  .entry-footer .post-readmore .more-link {
    height: 4em;
    line-height: 4.5em;
    width: 100%;
  }

  .footer-meta table {
    border: 1px solid #ebebeb !important;
    border-right: 0 none !important;
    border-left: 0 none !important;
  }

  .footer-meta .post-view {
    display: none;
  }

  .footer-meta .post-comment,
  .footer-meta .post-view-mobile {
    float: left;
    width: 50% !important;
    padding: 15px !important;
    text-align: center !important;
  }

  .footer-meta .share-area {
    float: left;
    width: 100% !important;
    padding: 15px !important;
    display: block !important;
    border-bottom: 0 none !important;
  }

  .footer-meta .post-comment {
    border-bottom: 0 none !important;
    border-left: 1px solid #ebebeb !important;
    border-top: 0 none !important;
  }

  .footer-meta .post-view-mobile {
    border-bottom: 0 none !important;
    border-left: 0 none !important;
    border-top: 0 none !important;
  }
}
/*--------------------------------------------------------------
# Layout Seven Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  .layout-seven .post > .row,
  .layout-seven .post > .row .col-md-6 {
    display: block !important;
  }
  .layout-seven .post .post-content,
  .layout-seven .post .col-md-6.col-md-pull-6 .post-content {
    margin: auto;
    padding: 0 15px 60px !important;
    width: 65%;
  }
  .layout-seven .post .post-thumb {
    margin-bottom: 60px !important;
    padding-top: 60%;
  }
  .layout-seven .post .col-md-12 .post-thumb {
    margin-bottom: 0 !important;
    padding-top: 35%;
  }
  .layout-seven .post .col-md-12 .post-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .layout-seven .post .col-md-12 .post-thumb {
    padding-top: 60%;
  }
  .layout-seven .post .col-md-12 .content-wrapper {
    width: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .layout-seven .post .post-content,
  .layout-seven .post .col-md-6.col-md-pull-6 .post-content {
    width: 95%;
  }

  .layout-seven .post .col-md-12 .post-thumb {
    padding-top: 100%;
  }

  .layout-seven .post .col-md-12 .post-thumb .entry-header {
    padding-top: 15%;
  }

  .layout-seven .post .col-md-12 .post-thumb {
    padding-top: 100%;
  }

  .layout-seven .post .col-md-12 .content-wrapper {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) {
  .layout-seven .post .col-md-12 .post-thumb {
    padding-top: 120%;
  }
  .layout-seven .post .col-md-12 .content-wrapper {
    width: 95%;
    left: 0;
    right: 0;
  }
}
/*--------------------------------------------------------------
# Layout eight Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 1500px) {
  .layout-eight > .container-fluid #content-areas.col-md-9 > .row > .col-md-4 {
    width: 25.333% !important;
  }
  .layout-eight .blog-head .left-widget-area {
    width: 75%;
    margin: auto;
  }
}
@media only screen and (max-width: 992px) {
  .layout-eight .blog-head .header-social {
    text-align: center;
    color: white;
  }
  .layout-eight .blog-head .header-social a {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .layout-eight .blog-head .header-social a:hover {
    color: black;
  }

  #mobile-menu .top-menu .widget {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mobile-menu .top-menu .widget.about_info + .menu-wrapper #menu-wrap {
    border-top: 1px solid #ebebeb;
    margin-bottom: 60px;
  }
  #mobile-menu .top-menu #flickr li {
    height: 65px;
    width: 65px;
  }

  #mobile-search .mobile-search-wrap .widget {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mobile-search .mobile-search-wrap .widget_search {
    display: none !important;
  }
  #mobile-search .mobile-search-wrap #flickr li {
    height: 75px;
    width: 75px;
  }

  .site-footer .social_share_link .social-link > a {
    line-height: 4.5em;
  }
}
@media only screen and (max-width: 767px) {
  .layout-eight .post .post-thumb {
    padding-top: 100%;
  }
}
@media only screen and (max-width: 490px) {
  .layout-eight .post .post-thumb {
    padding-top: 145%;
  }
  .layout-eight .post .content-wrapper {
    padding: 30px 15px 15px;
  }
}
/*--------------------------------------------------------------
# Magazine Area Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  #content-magazine #category-hot-post > .col-md-8 {
    padding-left: 30px;
  }
}
/*--------------------------------------------------------------
# Post author-info Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .author-info #author-meta {
    position: static;
  }

  .author-info .post-count,
  .author-info .authors-social {
    float: none;
  }
}
@media only screen and (max-width: 470px) {
  .author-info #author-img {
    display: block;
    width: 100%;
    border-right: 0 none;
    border-bottom: 1px solid #ebebeb;
  }

  .author-info .at-img {
    margin: 0 auto;
  }

  .author-info #author-details {
    display: block;
    text-align: center;
    width: 100%;
    border-width: 0 1px 1px;
  }

  .authors-bio {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 370px) {
  .author-info #author-footer .post-count,
  .author-info #author-footer .authors-social {
    float: none;
  }

  .author-info #author-footer {
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Footer Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  #footer-middle > .container > .row {
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 992px) {
  #footer-top .footer-top-content .newsletter,
  #footer-top .footer-top-content .social-area {
    border: 0 none;
    display: block;
    width: 100%;
  }
  #footer-top .footer-top-content .newsletter {
    padding: 45px 30px;
    border-bottom: 1px solid #ebebeb;
  }
  #footer-top .footer-top-content .newsletter span {
    float: none;
    margin-right: 0;
    padding-bottom: 4px;
  }
  #footer-top .footer-top-content .newsletter #newsletter-form {
    margin-top: 10px;
  }
  #footer-top .footer-top-content .social-area {
    padding: 30px 30px 45px;
  }
  #footer-top .footer-top-content .social-area span {
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  #footer-middle .container {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  #footer-middle .widget {
    margin-bottom: 30px;
  }

  .newsletter-area .form-newsletter .pad-right {
    padding-right: 15px;
  }

  .newsletter-area .form-newsletter .pad-left {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #footer-top #instafeed-area .list {
    width: 50%;
  }

  .topbutton {
    bottom: 8px;
    height: 35px;
    line-height: 36px;
    right: 8px;
    width: 35px;
    z-index: 10;
  }
}
@media only screen and (max-width: 410px) {
  #footer-top .footer-top-content .newsletter {
    padding: 45px 15px;
  }

  #footer-top .footer-top-content .social-area {
    padding: 30px 15px 45px;
  }
}
@media only screen and (max-width: 780px) {
  .admin-bar .top-menu {
    margin-top: 46px;
  }
  .admin-bar .animated-arrow.menuopen {
    top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar .top-menu.scroll {
    margin-top: 0;
  }
  .admin-bar .animated-arrow.menuopen.scroll {
    top: 20px;
  }
}
/*--------------------------------------------------------------
# Shop Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .product-checkout .login .pd-right {
    padding-right: 7px;
  }

  .product-checkout .login .pd-left {
    padding-left: 7px;
  }
}
/*--------------------------------------------------------------
# Box layout Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .box-layout.blog#featured #featured-two .featured-post.col-md-6 {
    width: 48.9%;
  }

  .main-bg-image .box-layout.blog.site-content > .container > .row > .col-md-9 {
    padding: 40px;
  }
  .main-bg-image .box-layout.blog.site-content > .container > .row > .col-md-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .main-bg-image .box-layout.blog.site-content > .container > .row .col-md-3 .widget-area .widget:first-child {
    padding-top: 40px;
  }
  .main-bg-image .box-layout.blog .widget-area .widget {
    padding-left: 30px;
    padding-right: 30px;
  }

  body.box-layout #header-middle {
    margin-top: 30px;
  }
  body.box-layout #header-middle.heading-bothside-widget > .container > .row > .col-md-12 {
    padding: 0 15px;
  }
  body.box-layout #content-magazine > .container > .row > .col-md-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.box-layout #footer-middle > .container > .row {
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  body.box-layout #header-mobile {
    background: white;
  }
  body.box-layout #header-middle {
    padding: 0;
    margin-top: 10px;
  }
  body.box-layout #header-middle.heading-bothside-widget > .container > .row > .col-md-12 {
    padding: 0 15px;
  }
  body.box-layout #site-logo {
    padding: 60px 0 30px;
  }
  body.box-layout #featured {
    padding-bottom: 0;
  }
  body.box-layout #featured .container {
    padding-bottom: 45px;
  }
  body.box-layout #content-magazine > .container > .row > .col-md-12 > .row > [class*='col-'] {
    padding: 0;
  }
  body.box-layout .paging-navigation .nav-links li.nav-previous:first-child {
    margin-left: 0 !important;
  }
  body.box-layout .paging-navigation .nav-links li.nav-next:last-child {
    margin-right: 0 !important;
  }
  body.box-layout .site-footer #footer-middle > .container {
    padding: 30px;
  }

  .box-layout .header-mobile-area {
    background: white;
  }
  .box-layout.blog .search-mobile #submit-btn-mobile {
    background: transparent;
  }
  .box-layout.blog #header-middle {
    margin-top: 10px;
    padding: 0;
  }
  .box-layout.blog #header-middle #site-logo {
    padding-top: 60px;
  }
  .box-layout.blog #site-logo .header-social {
    margin-bottom: 15px;
  }
  .box-layout.blog#featured {
    padding-bottom: 0;
  }
  .box-layout.blog.site-content > .container > .row > .col-md-9 {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px;
  }
  .box-layout.blog .header-ads {
    padding-bottom: 30px !important;
    padding-left: 0 !important;
    padding-top: 5px !important;
  }
  .box-layout .footer_widget_container {
    padding: 45px 30px;
  }

  .main-bg-image #header-mobile {
    background: #fafafa;
  }

  .box-layout-two.blog .search-mobile #submit-btn-mobile {
    background: transparent;
  }
  .box-layout-two.blog #header-middle {
    margin-top: 10px;
    padding: 0;
  }
  .box-layout-two.blog #header-middle .col-md-9.full-width-content {
    padding: 40px 0;
  }
  .box-layout-two.blog.site-content {
    padding-bottom: 15px;
  }
  .box-layout-two.blog.site-content .content-area {
    padding-bottom: 0;
  }
  .box-layout-two.blog.site-content .paging-navigation {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 779px) {
  .box-layout-two.blog #header-middle > .container {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .box-layout.blog.site-content > .container > .row > .col-md-9 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 30px;
  }
  .box-layout.blog .widget-area .widget {
    padding-left: 0;
    padding-right: 0;
  }
  .box-layout .footer_widget_container {
    padding: 0;
  }
}
@media only screen and (max-width: 450px) {
  .box-layout-two.blog.site-content > .container {
    padding: 0;
  }
}
/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 75px;
}

.page-content, .entry-content, .entry-summary {
  margin: 1.4em 0;
}

.page-links {
  clear: both;
  margin: 0 0 2.1em;
}

/*--------------------------------------------------------------
# Page Heading
--------------------------------------------------------------*/
.header-title {
  text-align: center;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Post Meta
--------------------------------------------------------------*/
.content-area .entry-header .cat-links {
  color: white;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 4px 14px;
  text-transform: uppercase;
  position: relative;
}
.content-area .entry-header .cat-links:before {
  border: 1px solid;
  bottom: -3px;
  content: "";
  left: -3px;
  position: absolute;
  right: -3px;
  top: -3px;
}
.content-area .entry-header .cat-links a {
  position: relative;
  line-height: 22px;
  display: inline-block;
}
.content-area .entry-header .cat-links a:after {
  content: ",";
  padding: 0 2px;
}
.content-area .entry-header .cat-links a:last-of-type:after {
  content: "";
  padding-right: 0;
}
.content-area .entry-header .cat-links a:hover {
  color: white;
}
.content-area .entry-header .entry-meta {
  position: relative;
}
.content-area .entry-header .meta-content {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.content-area .entry-header .meta-content:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 50%, white 90%);
  background-image: -o-linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 50%, white 90%);
  background-image: -webkit-gradient(to right, white 10%, rgba(255, 255, 255, 0) 50%, white 90%);
  background-image: linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 50%, white 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_one', endColorstr='$color_two', GradientType=1);
  background-repeat: repeat-x;
}
.content-area .entry-header .entry-meta .meta {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  display: inline-block;
  padding: 8px 32px;
  position: relative;
}
.content-area .entry-header .cat-links + .entry-meta {
  margin-top: 30px;
}

.grid-post .entry-meta span {
  display: inline !important;
}

.grid-post .cat-links {
  display: inherit !important;
}

.entry-meta {
  color: darkgray;
  font-size: 11px;
  letter-spacing: 0.04em;
  font-style: italic;
}
.entry-meta a {
  color: inherit;
}
.entry-meta span {
  display: inline;
}

.post-thumb > a {
  position: relative;
  display: block;
  z-index: 1;
}
.post-thumb .overlay {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.post-thumb .overlay:before {
  content: " ";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}
.post-thumb .overlay .fa {
  background-color: rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 18px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
  width: 46px;
}

/*--------------------------------------------------------------
# Post Format
--------------------------------------------------------------*/
.content-area .post {
  position: relative;
}
.content-area .post .post-thumb {
  overflow: hidden;
}
.content-area .page {
  position: relative;
}
.content-area .page .post-thumb {
  overflow: hidden;
}
.content-area .page .post-status-wrapper {
  text-align: center;
}
.content-area .page .post-status-wrapper iframe {
  margin: 10px auto !important;
}
.content-area .page .page-share {
  text-align: center;
}
.content-area .page .page-share span {
  font-size: 1.25em;
  font-style: italic;
}
.content-area .page .page-share span:after {
  content: "-";
  position: relative;
  vertical-align: middle;
}
.content-area .page .page-share a {
  padding: 0 5px;
}
.content-area .type-attachment {
  background: white;
  border: 1px solid #f0f0f0;
  padding: 1.9em;
  position: relative;
}
.content-area .type-attachment .post-thumb {
  overflow: hidden;
}
.content-area .format-chat .entry-content {
  margin-bottom: 0;
}
.content-area .format-chat .chat-transcript {
  padding: 5px 15px 30px;
}
.content-area .format-chat .chat-row {
  padding: 5px 0;
  clear: both;
  overflow: hidden;
}
.content-area .format-chat .chat-row p {
  margin-bottom: 0 !important;
  line-height: 1.4em;
}
.content-area .format-chat .chat-row cite {
  font-style: normal;
  font-weight: bold;
}
.content-area .format-chat .chat-row:nth-child(2n+2) .chat-author {
  float: right;
  padding: 10px  0 0 15px;
}
.content-area .format-chat .chat-row:nth-child(2n+2) .chat-text {
  float: right;
  background: white;
  border: 1px solid #f0f0f0;
}
.content-area .format-chat .chat-row:nth-child(2n+2) .chat-text:before {
  float: right;
  margin: 5px -28px 0 0;
  border-right-color: transparent !important;
  border-left-color: #f0f0f0;
}
.content-area .format-chat .chat-author {
  float: left;
  padding: 10px 15px 0 0;
}
.content-area .format-chat .chat-text {
  padding: 10px 15px;
  max-width: 55%;
  float: left;
  background: white;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.content-area .format-chat .chat-text:before {
  float: left;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  margin: 5px 0 0 -28px;
  border: 6px solid transparent;
  border-right-color: #f0f0f0;
}
.content-area .format-chat .chat-text a {
  color: white;
  text-decoration: underline;
}
.content-area .format-chat .entry-content #readmore-add .more-link {
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.content-area .format-chat .entry-content .chat-text p .more-link {
  display: none;
}
.content-area .format-standard .entry-content .twitter-tweet.twitter-tweet-rendered {
  margin: auto !important;
}
.content-area .format-audio .entry-title {
  margin-top: 30px;
}
.content-area .format-audio .post-media {
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.content-area .format-audio .post-media .audio-images ~ .post-audio-player {
  border: 0 none;
  bottom: 5px;
  left: 5px;
  position: absolute;
  right: 20px;
  z-index: 9;
}
.content-area .format-audio .post-audio-player {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  text-align: center;
}
.content-area .no-image .post-format {
  background: #f7faf9;
  line-height: 55px;
  margin-bottom: -15px;
  margin-top: -20px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-reply-title {
  font-family: "Great Vibes", cursive;
  font-weight: normal;
  font-size: 35px;
  margin: 0 auto 45px;
  display: table;
  background: white;
}
.comment-reply-title:before {
  background: #f0f0f0;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 24px;
  z-index: 1;
}
.comment-reply-title span {
  background: white;
  position: relative;
  padding: 0 15px;
  z-index: 20;
}

#reply-title small, #reply-title .font_small {
  display: block;
  text-align: center;
  margin-top: 5px;
}

.cancel-comment-reply-link {
  bottom: -2px;
  display: inline-block;
  left: 0.6em;
  position: relative;
}

.logged-in-as {
  margin-bottom: 15px !important;
  margin-top: -16px;
}

.comments-area {
  margin-top: 2.5em;
}
.comments-area .comment-list, .comments-area .children {
  list-style: none;
  padding: 0;
}
.comments-area .comments-title {
  font-family: "Great Vibes", cursive;
  font-weight: normal;
  font-size: 35px;
  margin: 0;
  text-align: center;
  position: relative;
  top: 24px;
}
.comments-area .comments-title:before {
  background: #f0f0f0;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.comments-area .comments-title span {
  background: white;
  padding: 0 15px;
  z-index: 10;
  position: relative;
}
.comments-area .comment-list {
  margin-bottom: 55px;
  border: 1px solid #f0f0f0;
  padding: 45px 30px;
  border-top: none;
}
.comments-area .comment-list .comment-respond {
  margin-top: 40px;
}
.comments-area .comment-body {
  overflow: hidden;
  padding-top: 60px;
  background: white;
}
.comments-area .comment-list > li.comment:first-child .comment-body {
  padding-top: 0;
}
.comments-area .comment-author {
  float: left;
  margin-right: 20px;
  width: 85px;
}
.comments-area .author-img {
  padding-top: 100%;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.comments-area .author-img .avatar.photo {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.comments-area .date {
  display: block;
  font-size: 11px;
  color: #a0a0a0;
  margin-top: 5px;
}
.comments-area .reply {
  margin-top: 20px;
}
.comments-area .comment-details {
  display: table-cell;
  vertical-align: top;
}
.comments-area .comment-details {
  width: 1070px;
  overflow: hidden;
}
.comments-area .comment-content > p {
  font-size: 14px;
  line-height: 22px;
}
.comments-area .comment-content > p:last-of-type {
  margin-bottom: 0;
}
.comments-area .comment-content blockquote p {
  font-size: 20px;
  line-height: 35px;
}
.comments-area .comment-content > ol,
.comments-area .comment-content > ul {
  margin-left: 1px;
}
.comments-area .comment-content ol li,
.comments-area .comment-content ul li {
  padding-top: 10px;
  line-height: 1.5em;
}
.comments-area .comment-content > ol > li:first-child,
.comments-area .comment-content > ul > li:first-child {
  padding-top: 0;
}
.comments-area .comment-metadata {
  margin-bottom: 0.5em;
}
.comments-area .comment-metadata .author {
  font-size: 16px;
  color: black;
}
.comments-area .comment-metadata .says, .comments-area .comment-metadata .comment-edit-link {
  color: #777;
}
.comments-area .children {
  margin-left: 108px;
  margin-top: 60px;
}
.comments-area .comment-navigation {
  margin-bottom: 3.5em;
}
.comments-area .comment-navigation .nav-links .nav-previous {
  float: left;
}
.comments-area .comment-navigation .nav-links .nav-next {
  float: right;
}
.comments-area .comment-navigation .nav-links span {
  font-size: 18px;
}
.comments-area .comment-respond {
  position: relative;
}

.comment-respond p {
  margin-bottom: 1em;
}
.comment-respond .form-submit {
  margin-bottom: 0;
}
.comment-respond .pd-left {
  padding-left: 8px;
}
.comment-respond .pd-right {
  padding-right: 8px;
}
.comment-respond .comment-subscription-form {
  display: none;
}

/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.about-me .container {
  overflow: hidden;
}
.about-me .header-title {
  margin-bottom: 0;
}
.about-me .entry-content {
  margin-bottom: 30px;
}
.about-me .entry-footer {
  position: relative;
  overflow: hidden;
}
.about-me .entry-footer .follow-link {
  float: left;
  position: relative;
  margin-top: 40px;
}
.about-me .entry-footer .follow-link span {
  margin-right: 10px;
}
.about-me .entry-footer .follow-link a {
  margin: 0 5px;
}
.about-me .entry-footer .author-sign {
  float: right;
  text-align: center;
}
.about-me .entry-footer .author-sign h3 {
  margin-top: 0;
  font-size: 16px;
}
.about-me .author-image {
  bottom: -95px;
  height: 220px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 220px;
}
.about-me .author-image img {
  border: 10px solid white;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.about-me .author-cover {
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 30em;
  position: relative;
}
.about-me .author-details {
  padding-top: 60px;
  padding-bottom: 45px;
}
.about-me .about-details .entry-content > .row > .col-md-12 {
  text-align: center;
}
.about-me .skill-details {
  border: 1px solid #ebebeb;
  margin-top: 75px;
  text-align: center;
  padding: 20px;
}
.about-me .skill-details .circliful {
  background: white;
  margin: auto;
  font-family: "Montserrat", sans-serif;
}
.about-me .skill-percentage {
  left: 0;
  position: absolute;
  right: 0;
  top: 38px;
}
.about-me .skill-content {
  margin-top: 60px;
}
.about-me .skill-content h4 {
  margin-bottom: 20px;
}
.about-me .skill-content p {
  margin-bottom: 0;
}
.about-me #author-skill .col-md-4 {
  padding: 25px;
}

.section-name {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
  color: #787878;
}

.section-name {
  position: relative;
}

.section-name::before {
  border-bottom: 1px solid #ebebeb;
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
}

.section-name span {
  background: white;
  padding: 0 15px;
  position: relative;
  z-index: 3;
}

.section-name::before {
  left: 0;
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-page .header-title {
  margin-bottom: 0;
}
.contact-page #gmaps {
  height: 30em;
  background: #f8f8f8;
}
.contact-page #address-main {
  margin: auto auto 45px;
  text-align: center;
  width: 35%;
}
.contact-page #address-main:before {
  background: #f0f0f0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -22px;
}
.contact-page #address-main span {
  background: white;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  word-spacing: 2px;
}
.contact-page .contact-details {
  padding-top: 15px;
}
.contact-page .contact-details > .row .col-md-4.col-sm-6 {
  padding: 25px;
}
.contact-page .contact-details .col-md-4.col-sm-6 .box {
  border: 1px solid #ebebeb;
  padding: 35px;
  position: relative;
  text-align: center;
}
.contact-page .contact-details .col-md-4.col-sm-6 .icon-area {
  display: block;
  left: 0;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  position: absolute;
  right: 0;
  top: -35px;
}
.contact-page .contact-details .col-md-4.col-sm-6 .icon-area .fa {
  background: white;
  border: 1px solid #ebebeb;
  font-size: 25px;
  padding: 20px 30px;
  position: relative;
}
.contact-page .details {
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.contact-page .details span {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}
.contact-page .contact-details > .row:first-child {
  margin: 0;
}
.contact-page .post img,
.contact-page .page img {
  max-width: none;
}
.contact-page .entry-content {
  margin-bottom: 45px;
  margin-top: 10px;
  position: relative;
}
.contact-page #contact-form-wrap {
  margin-top: 45px;
}
@media only screen and (max-width: 992px) {
  .contact-page #contact-form-wrap .contact-respond .col-md-12 {
    padding: 0;
  }
}
.contact-page .padding-left {
  padding-left: 0.5em;
}
.contact-page .padding-right {
  padding-right: 0.5em;
}
.contact-page .padding-left-right {
  padding: 0 0.5em;
}
.contact-page .contact-respond {
  margin-top: 30px;
}
.contact-page .contact-respond p {
  margin-bottom: 1em;
}
.contact-page .contact-respond .form-submit {
  margin-bottom: 0;
}
.contact-page .contact-respond #submit {
  background: black;
}
.contact-page #name,
.contact-page #email,
.contact-page #subject {
  height: 45px;
}
.contact-page span.wpcf7-not-valid-tip {
  color: #df2626;
  display: block;
  font-size: 0.8em;
  margin-bottom: -10px;
  margin-left: 4px;
  margin-top: 3px;
}
.contact-page div.wpcf7-validation-errors {
  border: 1px solid #efdf35;
  color: #df2626;
}
.contact-page div.wpcf7-mail-sent-ng {
  border: 1px solid #df2626;
}
.contact-page div.wpcf7-response-output {
  padding: 0.4em 1em;
  margin: 0;
}
.contact-page .wpcf7-mail-sent-ok {
  border-width: 1px;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error-page .error-search {
  margin-left: 5em;
  padding: 90px 0 45px;
}
.error-page .error-image {
  display: table;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 639px) {
  .error-page .error-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .error-page .error-image img {
    margin-left: -1.1em;
  }
}
.error-page .goto-button {
  bottom: 125px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: black;
  text-transform: uppercase;
  font-size: 13px;
}
@media only screen and (max-width: 599px) {
  .error-page .goto-button {
    position: relative;
    bottom: 0;
    left: -50px;
  }
}
.error-page .go-to:nth-child(1) {
  left: -16em;
  right: 0;
  position: absolute;
  top: -4px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
@media only screen and (max-width: 639px) {
  .error-page .go-to:nth-child(1) {
    left: -14em;
    top: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .error-page .go-to:nth-child(1) {
    position: relative;
    left: 0;
  }
}
.error-page .go-to:nth-child(2) {
  left: 0;
  right: 0;
  position: absolute;
  top: -4px;
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
}
@media only screen and (max-width: 639px) {
  .error-page .go-to:nth-child(2) {
    top: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .error-page .go-to:nth-child(2) {
    position: relative;
    left: 0;
  }
}
.error-page .go-to {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.error-page .go-to:hover, .error-page .go-to:focus {
  color: white;
}
@media only screen and (max-width: 599px) {
  .error-page .go-to {
    border: 1px solid #ebebeb;
    padding: 13px 34px;
    margin: 0 5px;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media only screen and (max-width: 480px) {
  .error-page .go-to {
    width: 100%;
    display: table;
    margin-bottom: 15px !important;
  }
}
.error-page .search {
  left: -50px;
  margin: auto;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .error-page .search {
    margin-top: 45px;
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .error-page .search {
    width: 100%;
  }
}
.error-page .form-controller {
  height: 50px;
  padding: 15px 20px;
}
.error-page .btn.btn-search {
  padding: 14px 18px;
}

/*--------------------------------------------------------------
## Site Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post Format Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .content-area .format-quote .quote-thumb .quote-content {
    padding: 2.8em 1em 1.2em !important;
  }

  .content-area .format-quote .quote-thumb .quote-content::before {
    top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #singlepage-layout-two .post-description {
    margin-top: -75px;
    padding: 15px;
  }

  #singlepage-layout-two .post-format {
    margin-top: -35px;
  }

  #singlepage-layout-two .col-md-12 {
    overflow: hidden;
  }

  .blog.layout-one .post .cat-links {
    margin-top: 5px;
  }

  .single .post {
    padding: 0 !important;
  }

  #singlepage-layout-two .post .col-sm-12 {
    padding: 0;
  }

  #post-others {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 492px) {
  .format-link .post-link h2 {
    font-size: 30px;
  }
  .format-link .images img {
    height: 100%;
  }
}
@media only screen and (max-width: 475px) {
  .content-area .post-link-wrapper .link-content {
    padding-left: 15px;
  }

  .content-area .post-link-wrapper .icon-area {
    padding: 45px 35px;
  }

  .content-area .post-link-wrapper .tb-cell > a {
    text-overflow: inherit;
    white-space: normal;
  }
}
@media only screen and (max-width: 410px) {
  .content-area .post-link-wrapper .icon-area {
    padding: 45px 15px;
  }

  #singlepage-layout-two .post-description {
    margin-top: -45px;
  }
}
@media only screen and (max-width: 340px) {
  .format-link .post-link h2 {
    font-size: 23px;
  }
}
/*--------------------------------------------------------------
# Comment and Contact Form Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #contact_form .form-submit {
    margin-bottom: 0;
  }

  .comment-respond .pd-right {
    padding-right: 15px;
  }

  .comment-respond .pd-left {
    padding-left: 15px;
  }

  .contact-respond .padding-right {
    padding-right: 0;
    padding-left: 0;
  }
  .contact-respond .padding-left-right {
    padding-right: 0;
    padding-left: 0;
  }
  .contact-respond .padding-left {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .children {
    margin-left: 40px !important;
  }
}
/*--------------------------------------------------------------
# Widget Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  #mobile-widget-area {
    display: none;
  }

  .top-menu .widget.about_info .author-name,
  .top-menu .widget.about_info #author-details span {
    white-space: nowrap;
  }
  .top-menu .widget.about_info #author-info .author-social {
    height: 28px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 992px) {
  #mobile-widget-area .widget_search .search-form {
    border: 1px solid #ebebeb;
    padding: 30px;
  }

  .widget {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #mobile-widget-area #secondary.widget-area .col-sm-6 {
    width: 50%;
    right: 0;
    overflow: hidden;
  }
  #mobile-widget-area #secondary-two.widget-area .col-sm-6 {
    width: 50%;
    right: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-widget-area #secondary.widget-area .col-sm-6 {
    width: 100%;
    right: 0;
    overflow: hidden;
  }
  #mobile-widget-area #secondary-two.widget-area .col-sm-6 {
    width: 100%;
    right: 0;
    overflow: hidden;
  }
}
/*--------------------------------------------------------------
# About Page Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 990px) {
  .about-me .entry-footer .follow-link {
    margin-top: 85px;
  }

  .author-sign {
    display: inline-block;
    float: none;
    left: 0;
    position: absolute;
  }

  .about-me .entry-footer .author-sign h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 639px) {
  .section-name::before {
    border-bottom: 0 none;
  }
}
/*--------------------------------------------------------------
# Contact Page Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .contact-details .row:nth-child(3) {
    margin: 0 -25px;
  }
}
@media only screen and (max-width: 992px) {
  .contact-details .row {
    margin: 0;
  }

  .contact-page #address-main::before {
    margin-top: 0;
  }

  .contact-page .entry-content::after {
    width: 0;
  }
}
@media only screen and (max-width: 990px) {
  .about-me #main,
  .contact-page #main {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 615px) {
  .contact-page #address-main {
    width: 50%;
  }
}
@media only screen and (max-width: 451px) {
  .contact-page #address-main {
    width: 60%;
  }
}
/*--------------------------------------------------------------
# 404 page Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .go-button {
    width: 100%;
  }
}
@media only screen and (max-width: 984px) {
  .error-page .border-left {
    display: none;
  }
}
@media only screen and (max-width: 577px) {
  .error-search {
    top: 0 !important;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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 .never ending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .entry-summary .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  border: none;
}

.format-audio iframe {
  width: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.4em 0;
  font-size: 0.9em;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# WordPress Default Gallery
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
}
.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;
}

/*--------------------------------------------------------------
# Post-gallery One
--------------------------------------------------------------*/
.gallery-one .owl-controls, .gallery-two .full-view .owl-controls {
  margin: 0;
  padding: 0;
}
.gallery-one .owl-controls .owl-nav div, .gallery-two .full-view .owl-controls .owl-nav div {
  display: block !important;
  position: absolute;
  background: white;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  top: 50%;
  font-size: 25px;
  margin: auto;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gallery-one .owl-controls .owl-nav .owl-prev, .gallery-two .full-view .owl-controls .owl-nav .owl-prev {
  left: 10px;
}
.gallery-one .owl-controls .owl-nav .owl-next, .gallery-two .full-view .owl-controls .owl-nav .owl-next {
  right: 10px;
}

.gallery-one .item {
  text-align: center;
}
.gallery-one .item img {
  margin: auto;
  height: auto;
  width: 100%;
  display: block;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Post-gallery Two
--------------------------------------------------------------*/
.gallery-two .full-view .item {
  text-align: center;
}
.gallery-two .full-view .item img {
  margin: auto;
  height: auto;
  width: 100%;
  display: block;
  vertical-align: middle;
}
.gallery-two .full-view-contol {
  margin-top: 10px;
}
.gallery-two .full-view-contol .item {
  cursor: pointer;
}
.gallery-two .full-view-contol .item > img {
  vertical-align: middle;
}
.gallery-two .full-view-contol .owl-item.active {
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.gallery-two .full-view-contol .owl-item.active:before {
  border-color: white transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  visibility: hidden;
  width: 0;
  z-index: 1;
}
.gallery-two .full-view-contol .owl-item.active.current::before {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Post Gallery Tiled
--------------------------------------------------------------*/
.ramble-tiled-gallery {
  z-index: 8;
}
.ramble-tiled-gallery:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: #f0f0f0;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: loadingSlider 1s linear infinite;
  animation: loadingSlider 1s linear infinite;
}
.ramble-tiled-gallery.justified-gallery:after {
  display: none;
}
.ramble-tiled-gallery .spinner {
  display: none !important;
}
.ramble-tiled-gallery .item {
  opacity: 0;
}
.ramble-tiled-gallery .item + .item {
  display: none;
}
.ramble-tiled-gallery .item.jg-entry {
  opacity: 1;
}
.ramble-tiled-gallery .item.jg-entry + .item {
  display: block;
}
.ramble-tiled-gallery.ramble-tiled-gallery-mobile .item {
  opacity: 1;
}
.ramble-tiled-gallery.ramble-tiled-gallery-mobile .item + .item {
  display: block;
}

.post-thumb .ramble-tiled-gallery a,
.post-thumb .gallery-one a,
.post-thumb .gallery-two .full-view a {
  cursor: url("images/cursor-plus.png") 20 20, auto !important;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: url("images/cursor-minus.png") 20 20, auto;
}

.mfp-zoom {
  cursor: url("images/cursor-plus.png") 20 20, auto;
}
