@charset "UTF-8";
/*!
Theme Name: AnanyaPRO
Theme URI: https://www.falgunithemes.com/downloads/ananyapro/
Author: Falguni Desai
Author URI: https://falgunithemes.com/
Requires at least: 4.7
Tested up to: 5.6
Requires PHP: 7.0
Description: AnanyaPRO is easy to customize, fully responsive and translation ready WordPress theme. The theme is well suited for travel, food, personal fashion or any other blogging websites. Make your story telling website unique with  a unique header image or a header video and further customizing it with custom background color, custom accent color, custom menu, social menu and other theme options. The theme is responsive and mobile friendly and looks great on all devices. The theme is translation ready and can be translated in any language. The theme also support RTL languages like Arabic.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ananyapro
Tags: flexible-header, custom-header, custom-background, custom-menu, custom-colors, featured-images, two-columns, right-sidebar, footer-widgets, threaded-comments, rtl-language-support, theme-options, 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.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Accessibility
# Alignments
# Clearings
# Widgets
# Navigation
	## Links
	## Menus
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: "Lora", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  word-wrap: break-word;
}

p {
  margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5 {
  color: #313131;
  line-height: 1.2;
  margin: 1.7rem 0 1.7rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited {
  color: #313131;
}

h1 {
  font-size: 3.052em;
}

h2 {
  font-size: 2.441em;
}

h3 {
  font-size: 1.953em;
}

h4 {
  font-size: 1.563em;
}

h5 {
  font-size: 1.25em;
}

small, .text_small {
  font-size: 0.8em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

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

embed,
iframe,
object {
  max-width: 100%;
}

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

pre {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  margin-bottom: 1.25em;
  padding: 1em;
}

code, kbd {
  background: #e0e0e0;
  color: #313131;
  margin-bottom: 1.25em;
}

blockquote {
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #424242;
  font-family: "Playfair Display", serif;
  font-size: 120%;
  font-weight: bold;
  margin: 0;
  padding: 20px;
  text-transform: none;
}
blockquote p {
  margin-bottom: 0;
}

blockquote:before {
  content: "“";
  font-size: 3.5em;
  color: #e6e9ec;
  font-family: Times New Roman, Times, serif;
  font-weight: 900;
  line-height: 1;
  display: block;
  height: 0.6em;
}

cite {
  color: #757575;
  font-size: 0.8em;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -1px;
  padding-top: 1em;
}

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

address {
  font-size: 110%;
  font-style: italic;
  margin-bottom: 1.25em;
}

.wp-block-pullquote {
  border-top: 3px solid #424242;
  border-bottom: 3px solid #424242;
  color: #424242;
  margin: 0em 0 1.25em;
  padding: 1em 0;
}
.wp-block-pullquote blockquote {
  border-left: none;
}
.wp-block-pullquote blockquote p {
  font-size: 1.2em;
  font-weight: 700;
}
.wp-block-pullquote cite {
  color: #757575;
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 1.2em;
  font-weight: 700;
}

ul, ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1.25em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

table {
  border: 1px solid #E0E0E0;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table td, table th {
  border: 1px solid #E0E0E0;
  padding: 5px 4px;
}

table thead {
  background: #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table thead th {
  font-weight: bold;
  color: #212121;
  text-align: left;
}

table tfoot {
  font-weight: bold;
  color: #212121;
  border-top: 1px solid #e0e0e0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit],
#infinite-handle span {
  border: 1px solid transparent;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.8em;
  line-height: 1;
  padding: 0.8em 1.2em 0.8em;
  text-transform: uppercase;
}

.hero-section-btn1,
.hero-section-btn2 {
  padding: 14px 26px;
}
.hero-section-btn1:focus,
.hero-section-btn2:focus {
  outline: none;
}

.btn-fp-bg-color-straight,
.btn-fp-bg-color-slight-round,
.btn-fp-bg-color-round,
.btn-accent-color-straight,
.btn-accent-color-slight-round,
.btn-accent-color-round {
  color: #ffffff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-fp-bg-color-straight a, .btn-fp-bg-color-straight a:hover, .btn-fp-bg-color-straight a:focus,
.btn-fp-bg-color-slight-round a,
.btn-fp-bg-color-slight-round a:hover,
.btn-fp-bg-color-slight-round a:focus,
.btn-fp-bg-color-round a,
.btn-fp-bg-color-round a:hover,
.btn-fp-bg-color-round a:focus,
.btn-accent-color-straight a,
.btn-accent-color-straight a:hover,
.btn-accent-color-straight a:focus,
.btn-accent-color-slight-round a,
.btn-accent-color-slight-round a:hover,
.btn-accent-color-slight-round a:focus,
.btn-accent-color-round a,
.btn-accent-color-round a:hover,
.btn-accent-color-round a:focus {
  color: #fff !important;
}

.btn-fp-bg-color-straight:hover,
.btn-fp-bg-color-slight-round:hover,
.btn-fp-bg-color-round:hover,
.btn-accent-color-straight:hover,
.btn-accent-color-slight-round:hover,
.btn-accent-color-round:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn-fp-bg-color-straight:focus,
.btn-fp-bg-color-slight-round:focus,
.btn-fp-bg-color-round:focus,
.btn-accent-color-straight:focus,
.btn-accent-color-slight-round:focus,
.btn-accent-color-round:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.hero-section-btn1,
.hero-section-btn2,
.feat-sec-btn {
  font-size: 14px;
  padding: 0.8em 1.6em;
}

.feat-sec-btn:visited {
  color: rgba(0, 0, 0, 0.8);
}
.feat-sec-btn:focus {
  outline: none;
}

.fp-btn-fill-straight:hover, .fp-btn-fill-slight-round:hover,
.fp-btn-fill-round:hover, .fp-btn-underline:hover {
  text-decoration: none;
}

.btn-fp-bg-color-straight,
.btn-fp-bg-color-slight-round,
.btn-fp-bg-color-round,
.btn-accent-color-straight,
.btn-accent-color-slight-round,
.btn-accent-color-round,
.hero-btn-fill-straight,
.hero-btn-fill-slight-round,
.hero-btn-fill-round,
.hero-btn-border-straight,
.hero-btn-border-slight-round,
.hero-btn-border-round,
.hero-btn-underline,
.hero-btn-color-fill-straight,
.hero-btn-color-fill-slight-round,
.hero-btn-color-fill-round,
.hero-btn-color-border-straight,
.hero-btn-color-border-slight-round,
.hero-btn-color-border-round,
.fp-btn-fill-straight,
.fp-btn-fill-slight-round,
.fp-btn-fill-round,
.fp-btn-border-straight,
.fp-btn-border-slight-round,
.fp-btn-border-round,
.fp-btn-underline {
  border: 2px solid;
  border-radius: 0 !important;
  font-weight: 700;
  letter-spacing: 2px;
}
.btn-fp-bg-color-straight a, .btn-fp-bg-color-straight a:visited,
.btn-fp-bg-color-slight-round a,
.btn-fp-bg-color-slight-round a:visited,
.btn-fp-bg-color-round a,
.btn-fp-bg-color-round a:visited,
.btn-accent-color-straight a,
.btn-accent-color-straight a:visited,
.btn-accent-color-slight-round a,
.btn-accent-color-slight-round a:visited,
.btn-accent-color-round a,
.btn-accent-color-round a:visited,
.hero-btn-fill-straight a,
.hero-btn-fill-straight a:visited,
.hero-btn-fill-slight-round a,
.hero-btn-fill-slight-round a:visited,
.hero-btn-fill-round a,
.hero-btn-fill-round a:visited,
.hero-btn-border-straight a,
.hero-btn-border-straight a:visited,
.hero-btn-border-slight-round a,
.hero-btn-border-slight-round a:visited,
.hero-btn-border-round a,
.hero-btn-border-round a:visited,
.hero-btn-underline a,
.hero-btn-underline a:visited,
.hero-btn-color-fill-straight a,
.hero-btn-color-fill-straight a:visited,
.hero-btn-color-fill-slight-round a,
.hero-btn-color-fill-slight-round a:visited,
.hero-btn-color-fill-round a,
.hero-btn-color-fill-round a:visited,
.hero-btn-color-border-straight a,
.hero-btn-color-border-straight a:visited,
.hero-btn-color-border-slight-round a,
.hero-btn-color-border-slight-round a:visited,
.hero-btn-color-border-round a,
.hero-btn-color-border-round a:visited,
.fp-btn-fill-straight a,
.fp-btn-fill-straight a:visited,
.fp-btn-fill-slight-round a,
.fp-btn-fill-slight-round a:visited,
.fp-btn-fill-round a,
.fp-btn-fill-round a:visited,
.fp-btn-border-straight a,
.fp-btn-border-straight a:visited,
.fp-btn-border-slight-round a,
.fp-btn-border-slight-round a:visited,
.fp-btn-border-round a,
.fp-btn-border-round a:visited,
.fp-btn-underline a,
.fp-btn-underline a:visited {
  text-decoration: none;
}

.fp-btn-fill-straight,
.fp-btn-fill-slight-round,
.fp-btn-fill-round,
.fp-btn-border-straight,
.fp-btn-border-slight-round,
.fp-btn-border-round,
.fp-btn-underline {
  border: 2px solid #ec407a;
}

.hero-btn-fill-straight,
.hero-btn-fill-slight-round,
.hero-btn-fill-round {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #313131;
}
.hero-btn-fill-straight a, .hero-btn-fill-straight a:visited,
.hero-btn-fill-slight-round a,
.hero-btn-fill-slight-round a:visited,
.hero-btn-fill-round a,
.hero-btn-fill-round a:visited {
  color: #313131;
  text-decoration: none;
}

.hero-btn-border-straight,
.hero-btn-border-slight-round,
.hero-btn-border-round {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}
.hero-btn-border-straight a, .hero-btn-border-straight a:visited,
.hero-btn-border-slight-round a,
.hero-btn-border-slight-round a:visited,
.hero-btn-border-round a,
.hero-btn-border-round a:visited {
  color: #fff;
  text-decoration: none;
}

.hero-btn-color-border-straight,
.hero-btn-color-border-slight-round,
.hero-btn-color-border-round {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}
.hero-btn-color-border-straight a, .hero-btn-color-border-straight a:visited,
.hero-btn-color-border-slight-round a,
.hero-btn-color-border-slight-round a:visited,
.hero-btn-color-border-round a,
.hero-btn-color-border-round a:visited {
  color: #fff;
  text-decoration: none;
}

.fp-btn-fill-straight,
.fp-btn-border-straight,
.hero-btn-fill-straight,
.hero-btn-border-straight,
.more-btn-fill-straight,
.more-btn-border-straight {
  border-radius: 0 !important;
}

.btn-fp-bg-color-slight-round,
.btn-accent-color-slight-round {
  border-radius: 3px !important;
}

.hero-btn-color-fill-slight-round,
.hero-btn-color-border-slight-round,
.hero-btn-fill-slight-round,
.hero-btn-border-slight-round,
.fp-btn-fill-slight-round,
.fp-btn-border-slight-round,
.more-btn-fill-slight-round a,
.more-btn-border-slight-round a,
.more-btn-slight-round a,
.more-btn-fill-gray-color a,
.more-btn-border-gray-color a {
  border-radius: 5px !important;
}

.btn-fp-bg-color-round,
.btn-accent-color-round {
  border-radius: 20px !important;
  padding-left: 5px;
  padding-right: 5px;
}

.hero-btn-color-fill-round,
.hero-btn-color-border-round,
.hero-btn-fill-round,
.hero-btn-border-round,
.more-btn-fill-round a,
.more-btn-border-round a,
.fp-btn-fill-round,
.fp-btn-border-round {
  border-radius: 100px !important;
}

.fp-btn-underline,
.hero-btn-underline,
.more-btn-underline a {
  background: transparent !important;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.fp-btn-underline {
  border-bottom: 2px solid #ec407a;
  color: #ec407a;
}
.fp-btn-underline a, .fp-btn-underline a:visited {
  color: #ec407a;
}

.hero-btn-underline {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 15px 0;
}
.hero-btn-underline a, .hero-btn-underline a:visited {
  color: #fff;
  font-size: 0.8em;
  padding: 0;
}

.hero-btn-color-fill-straight,
.hero-btn-color-fill-slight-round,
.hero-btn-color-fill-round {
  background: #ec407a;
  border-color: transparent;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}
.hero-btn-color-fill-straight a, .hero-btn-color-fill-straight a:visited,
.hero-btn-color-fill-slight-round a,
.hero-btn-color-fill-slight-round a:visited,
.hero-btn-color-fill-round a,
.hero-btn-color-fill-round a:visited {
  color: #fff;
  text-decoration: none;
}

.hero-btn-color-border-straight,
.hero-btn-color-border-slight-round,
.hero-btn-color-border-round {
  border-color: #ec407a;
  background: transparent;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}
.hero-btn-color-border-straight a, .hero-btn-color-border-straight a:visited,
.hero-btn-color-border-slight-round a,
.hero-btn-color-border-slight-round a:visited,
.hero-btn-color-border-round a,
.hero-btn-color-border-round a:visited {
  color: #fff;
  text-decoration: none;
}

.btn-fp-bg-color-straight,
.btn-fp-bg-color-slight-round,
.btn-fp-bg-color-round,
.btn-accent-color-straight,
.btn-accent-color-slight-round,
.btn-accent-color-round {
  background: #ec407a;
  border-color: transparent;
  color: #fff;
}

.read-more {
  margin-bottom: 3em;
  text-align: left;
}
.read-more a {
  font-size: 0.67em;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 8px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.more-btn-fill-straight a, .more-btn-fill-straight a:visited, .more-btn-fill-straight a:hover,
.more-btn-fill-slight-round a,
.more-btn-fill-slight-round a:visited,
.more-btn-fill-slight-round a:hover,
.more-btn-fill-round a,
.more-btn-fill-round a:visited,
.more-btn-fill-round a:hover {
  border: none;
  background-color: #ec407a;
  color: #fff;
}

.more-btn-border-straight a, .more-btn-border-straight a:visited, .more-btn-border-straight a:hover,
.more-btn-border-slight-round a,
.more-btn-border-slight-round a:visited,
.more-btn-border-slight-round a:hover,
.more-btn-border-round a,
.more-btn-border-round a:visited,
.more-btn-border-round a:hover {
  border: 2px solid #ec407a;
  background-color: #fff;
  color: #ec407a;
}

.more-btn-fill-straight a,
.more-btn-border-straight a {
  border-radius: 0;
}

.more-btn-fill-slight-round a,
.more-btn-border-slight-round a {
  border-radius: 2px;
}

.more-btn-fill-round a,
.more-btn-border-round a {
  border-radius: 10px;
}

.more-btn-fill-gray-color a, .more-btn-fill-gray-color a:visited, .more-btn-fill-gray-color a:hover {
  border: none;
  background: #e8e8e8;
  color: #313131;
}

.more-btn-border-gray-color a, .more-btn-border-gray-color a:visited, .more-btn-border-gray-color a:hover {
  background: #fff;
  border: 2px solid #313131;
  color: #313131;
}

.more-btn-underline a, .more-btn-underline a:visited, .more-btn-underline a:hover {
  background: transparent;
  border: none;
  border-bottom: 2px solid #ec407a;
  color: #ec407a;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .buttons-wrapper {
    display: block;
  }
  .buttons-wrapper a {
    display: block;
  }
  .buttons-wrapper a:nth-child(even) {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .btn-fp-bg-color-straight,
.btn-fp-bg-color-slight-round,
.btn-fp-bg-color-round,
.btn-accent-color-straight,
.btn-accent-color-slight-round,
.btn-accent-color-round {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .hero-btn-fill-straight,
.hero-btn-fill-slight-round,
.hero-btn-fill-round,
.hero-btn-border-straight,
.hero-btn-border-slight-round,
.hero-btn-border-round,
.hero-btn-underline,
.hero-btn-color-fill-straight,
.hero-btn-color-fill-slight-round,
.hero-btn-color-fill-round,
.hero-btn-color-border-straight,
.hero-btn-color-border-slight-round,
.hero-btn-color-border-round,
.fp-btn-fill-straight,
.fp-btn-fill-slight-round,
.fp-btn-fill-round,
.fp-btn-border-straight,
.fp-btn-border-slight-round,
.fp-btn-border-round,
.fp-btn-underline {
    font-size: 14px;
  }

  .hero-section-btn1,
.hero-section-btn2,
.feat-sec-btn {
    font-size: 14px;
    padding: 1em 2em;
  }

  #hero-section-btn2 {
    margin-left: 10px;
  }

  .hero-btn-underline {
    padding: 15px 0;
  }
  .hero-btn-underline a, .hero-btn-underline a:visited {
    padding: 0;
  }
}
.hero-section-btn1:focus,
.hero-section-btn2:focus,
.feat-sec-btn:focus {
  outline: 3px solid rgba(0, 0, 0, 0.3);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.75;
  padding: 4px;
  max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  max-width: 100%;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.widget-area:after,
.widget:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  padding-left: 1.5em;
}

.widget {
  display: block;
  padding: 30px 30px;
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget .widget-title {
  font-size: 1.563em;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
}
.widget ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.widget ul li {
  list-style: none;
  margin-bottom: 0.3em;
}
.widget ul li a {
  color: #313131;
  text-decoration: none;
}
.widget ul li:last-child {
  border-bottom: none;
}
.widget ul ul {
  margin-left: 0.5em;
}
.widget ul ul li {
  border-bottom: none;
}

#secondary .widget {
  background: white;
}
#secondary .widget ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#secondary .widget ul li li {
  border-bottom: none;
}
#secondary .widget ul li:last-child {
  border-bottom: none;
}

.widget:first-child {
  padding: 40px 30px;
}

.widget_categories ul li,
.widget_archive ul li {
  color: #aaa;
  float: left;
  width: 100%;
  text-align: right;
}

.widget_categories ul li a,
.widget_archive ul li a {
  float: left;
  overflow: hidden;
}

.widget_categories ul ul li {
  border-bottom: none;
}

/*** Search Widget **/
.widget_search label {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  width: calc(100% - 80px);
}

.widget_search .search-field {
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}

.widget_search .search-submit {
  display: inline-block;
}

.widget_search .search-field,
.widget_search .search-submit {
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 10px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.no-header-image .navbar {
  position: relative;
  left: auto;
  right: auto;
}

@media screen and (max-width: 991.98px) {
  #navbarResponsive {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  #navbarResponsive,
#socialMenuResponsive {
    margin-left: -1em;
    margin-right: -1em;
  }
}
.main-navigation ul {
  background: white;
  color: #313131;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.main-navigation ul ul {
  background: #fff;
  border-radius: 2px;
  display: none;
  float: none;
  margin-left: 10px;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  right: auto;
  top: 0;
}
.main-navigation ul ul li {
  width: 100%;
}
.main-navigation ul ul li ul.toggled-on {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  color: #313131;
  width: 100%;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  text-decoration: none;
}
.main-navigation ul ul.toggled-on {
  display: block;
}
.main-navigation ul a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.main-navigation ul #desktop-search-icon {
  display: none;
}
.main-navigation ul #navbar-search-box {
  display: block;
}
.main-navigation ul #navbar-search-box .search-field {
  border: 1px solid #313131;
  border-radius: 3px;
  color: #313131;
  font-size: 15px;
}
.main-navigation ul #navbar-search-box .search-submit {
  display: none;
}
.main-navigation ul #social-media-icons {
  display: block;
}
.main-navigation ul #social-media-icons .mobile-social-menu ul {
  display: block;
  left: auto;
  position: relative;
  top: auto;
}
.main-navigation ul #social-media-icons .mobile-social-menu ul li {
  float: left;
  list-style: none;
  width: auto;
}
.main-navigation ul #social-media-icons .mobile-social-menu ul a {
  font-size: 16px;
  padding-right: 5px;
}
.main-navigation li {
  float: none;
  position: relative;
}
.main-navigation a {
  color: #313131;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-align: left;
  text-decoration: none;
}
.main-navigation a.custom-logo-link,
.main-navigation a.nt-custom-logo-link {
  margin: 0;
  padding: 0;
}

.main-navigation ul a:focus,
.main-navigation .dropdown-toggle:focus,
.main-navigation ul #navbar-search-box .search-field:focus {
  outline: 1px solid;
  outline-offset: -3px;
  outline-color: #717171;
}

#social-media-icons .mobile-social-menu ul a {
  border-bottom: none;
}

.dropdown-toggle {
  background-color: #fff;
  background: linear-gradient(#fff, #fff);
  border: none;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  font-size: 0.8em;
  height: 46px;
  padding: 0;
  position: absolute;
  right: 0;
  left: auto;
  text-transform: none;
  top: 0;
  width: 40px;
}

.dropdown-toggle:after {
  border-top: none;
  font-family: "Font Awesome 5 Free";
  font-size: 0.8em;
  font-weight: 900;
  content: "\f107";
  font-size: 13px;
  height: 41px;
  left: 1px;
  padding: 10px 0;
  position: relative;
  width: 35px;
}

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

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
  border: none;
  background: transparent;
  color: #777;
  outline: none;
  outline-offset: -1px;
}

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

/* Small menu. */
.dropdown-toggle,
.menu-toggle {
  display: block;
}

#site-navigation {
  padding-bottom: 0;
}
#site-navigation .navbar-brand {
  color: #fff;
  font-size: 18px;
}
#site-navigation.navbar-shrink {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2), 0 0 10px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2), 0 0 10px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2), 0 0 10px 1px rgba(255, 255, 255, 0.2);
  color: #313131;
}
#site-navigation.navbar-shrink .site-title a,
#site-navigation.navbar-shrink .site-description,
#site-navigation.navbar-shrink .nav-menu-primary > li.menu-item > a,
#site-navigation.navbar-shrink .nav-menu-primary > li.page_item > a,
#site-navigation.navbar-shrink .header-social-menu li a i,
#site-navigation.navbar-shrink .nav-search-icon i {
  color: #313131;
}
#site-navigation.navbar-shrink .header-social-menu {
  border-left: 1px solid #313131;
}
#site-navigation .container {
  border-bottom: none;
  padding: 15px 0 15px;
}

.home #site-navigation .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-light .navbar-toggler {
  background-color: transparent;
  border: none;
  color: white;
}

.no-header-image .navbar-light .navbar-toggler {
  background-color: transparent;
  border-color: none;
  color: #313131;
}

.no-header-image #site-navigation {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #313131;
}
.no-header-image #site-navigation .nav-menu-primary > li.menu-item,
.no-header-image #site-navigation .nav-menu-primary > li.menu-item > a,
.no-header-image #site-navigation .nav-menu-primary > li.page_item,
.no-header-image #site-navigation .nav-menu-primary > li.page_item > a,
.no-header-image #site-navigation .header-social-menu ul,
.no-header-image #site-navigation .header-social-menu li a i {
  color: #313131;
}
.no-header-image #site-navigation .site-branding .site-title a,
.no-header-image #site-navigation .site-branding .site-description {
  color: #313131;
}
.no-header-image #site-navigation .nav-menu-primary > li.menu-item > a:hover,
.no-header-image #site-navigation .nav-menu-primary > li.page_item > a:hover,
.no-header-image #site-navigation .header-social-menu li a i:hover {
  color: #313131;
  opacity: 0.7;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  text-align: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media only screen and (min-width: 992px) {
  .navbar {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .no-header-image .navbar {
    padding-top: 0em;
    padding-bottom: 0em;
  }

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

  .main-navigation {
    /*ul ul:before,*/
  }
  .main-navigation ul {
    background: transparent;
    color: #fff;
  }
  .main-navigation ul a {
    border-bottom: none;
  }
  .main-navigation ul #desktop-search-icon {
    cursor: pointer;
    display: block;
  }
  .main-navigation ul #navbar-search-box {
    display: none;
  }
  .main-navigation ul #social-media-icons {
    display: none;
  }
  .main-navigation ul ul {
    background: #fff;
    border-radius: 2px;
    display: block;
    float: left;
    position: absolute;
    margin-left: 0px;
    top: 100%;
    left: -999em;
    right: auto;
    z-index: 99999;
    -webkit-box-shadow: 0 5px 10px 0 rgba(4, 10, 41, 0.2);
    box-shadow: 0 5px 10px 0 rgba(4, 10, 41, 0.2);
  }
  .main-navigation ul ul ul {
    left: -999em;
    right: auto;
    top: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(4, 10, 41, 0.2);
    box-shadow: 0 5px 10px 0 rgba(4, 10, 41, 0.2);
  }
  .main-navigation ul ul ul:before,
.main-navigation ul ul ul:after {
    border: 0;
  }
  .main-navigation ul ul li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: transparent;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    right: 100%;
    left: auto;
  }
  .main-navigation ul ul li:last-child {
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  .main-navigation ul ul a {
    color: #313131;
    font-size: 14px;
    padding: 0.5rem 1rem;
    width: 200px;
  }
  .main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
    text-decoration: none;
  }
  .main-navigation ul ul .menu-item-has-children > a:after,
.main-navigation ul ul .page_item_has_children > a:after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 0.7em;
    top: 50%;
    left: auto;
  }
  .main-navigation ul li > ul li:hover,
.main-navigation ul li > ul li:focus {
    background: rgba(0, 0, 0, 0.1);
  }
  .main-navigation li {
    float: left;
    position: relative;
  }
  .main-navigation a {
    padding: 5px 15px;
  }
  .main-navigation li:hover > ul,
.main-navigation li.focus > ul {
    left: auto;
    right: 0;
  }
  .main-navigation ul ul:after {
    border-style: solid;
    content: "";
    position: absolute;
  }
  .main-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 15px;
    top: -7px;
    left: auto;
  }
  .main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: -0.1em;
    top: 50%;
    transform: translatey(-45%);
    left: auto;
  }
  .menu-toggle {
    display: none;
  }

  .dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }

  #site-navigation .navbar-brand {
    font-size: 22px;
  }
  #site-navigation .nav-menu-primary > li.menu-item > a, #site-navigation .nav-menu-primary > li.page_item > a {
    color: #fff;
  }
  #site-navigation.navbar-shrink .container {
    padding: 10px 0;
  }
  #site-navigation .container {
    border-bottom: none;
    padding: 20px 0 20px 0;
  }

  .no-header-image #site-navigation .header-social-menu ul {
    border-left: 1px solid #313131;
  }
}
.cart-contents .count {
  opacity: 0.7;
}

/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/
.pagination {
  justify-content: center;
  margin: 1em 0;
}
.pagination .page-numbers {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 0 -2px rgba(46, 51, 64, 0.1);
  -moz-box-shadow: 0 4px 0 -2px rgba(46, 51, 64, 0.1);
  box-shadow: 0 4px 0 -2px rgba(46, 51, 64, 0.1);
  color: #313131;
  float: left;
  font-size: 12px;
  width: 35px;
  margin: 0px 3px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  height: 35px;
  line-height: 36px;
}
.pagination .current {
  background-color: #ec407a;
  border: 1px solid #ec407a;
  color: #fff;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-links a {
  padding: 3px;
  margin-right: 2px;
}

.post-navigation a {
  display: block;
  line-height: 0;
}
.post-navigation a .nav-innner {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 95px);
}
.post-navigation a img {
  display: inline-block;
  margin-right: 15px;
  max-width: 80px;
}
.post-navigation a span {
  color: #424242;
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: normal;
  margin: 1px 0 1px;
}
.post-navigation a div {
  color: #313131;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  transition: 0.3s;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-navigation .nav-next img {
  margin: 0 0 0 15px;
}
.post-navigation .nav-next {
  padding-left: 5px;
}
.post-navigation .nav-previous {
  padding-right: 5px;
}

.post-navigation,
.comments-area {
  padding-top: 20px;
}

.infinite-scroll .pagination {
  display: none;
}

#infinite-handle {
  text-align: center;
}

@media (max-width: 1136px) {
  .post-navigation a img {
    display: none;
  }
  .post-navigation a .nav-innner {
    width: 100%;
  }

  .comments-area {
    padding-top: 20px;
  }
}
/*--------------------------------------------------------------
## Header Social Menu
--------------------------------------------------------------*/
.header-social-menu,
.nav-search-icon {
  font-size: 15px;
  line-height: 26px;
}

#navbarResponsive,
#socialMenuResponsive {
  font-size: 15px;
}

@media screen and (max-width: 991.99px) {
  #socialMenuResponsive {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header-social-menu {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-shrink: 0;
  padding: 0px 10px 0 15px;
  position: relative;
}
.header-social-menu ul {
  border-left: none;
  border-right: none;
  display: block;
  font-size: inherit;
  list-style: none;
  padding-left: 0px;
}
.header-social-menu li {
  float: left;
  font-size: inherit;
  padding: 10px 0;
  position: relative;
}
.header-social-menu li a, .header-social-menu li #desktop-search-icon {
  border-bottom: none;
  font-size: inherit;
  padding: 5px 5px;
}
.header-social-menu li a i, .header-social-menu li #desktop-search-icon i {
  cursor: pointer;
  font-size: inherit;
}
.header-social-menu li.menu-item-search {
  float: none;
}

.ananyapro-popup-search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 0;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 20px;
  margin: auto 10%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(250, 250, 250, 0.95);
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.open-search-form.ananyapro-popup-search-form {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.open-search-form.ananyapro-popup-search-form .search-field:focus,
.open-search-form.ananyapro-popup-search-form .search-submit:focus {
  outline: 3px solid rgba(0, 0, 0, 0.3);
}

.ananyapro-popup-search-form .ananyapro-close-popup {
  display: block;
  background: transparent;
  color: #919191;
  cursor: pointer;
  font-size: 40px;
  padding: 16px;
  position: fixed;
  left: auto;
  top: 80px;
  right: 120px;
  z-index: 1;
}

.ananyapro-popup-search-form .ananyapro-close-popup:focus {
  outline: 1px solid #717171;
}

@media only screen and (max-width: 992px) {
  .site .ananyapro-popup-search-form .search-form label,
.site .ananyapro-popup-search-form .search-form .search-submit {
    margin: 10px auto;
    width: 100%;
  }
}
.ananyapro-popup-search-form label {
  width: 50%;
}
.ananyapro-popup-search-form input[type=search] {
  border: 1px solid #919191;
  border-radius: 0;
  color: #111;
  font-size: 20px;
  font-style: italic;
  width: 100%;
}
.ananyapro-popup-search-form .search-submit {
  border-radius: 0;
  font-size: 18px;
  padding: 11px;
  text-transform: Capitalize;
}

@media screen and (min-width: 992px) {
  .main-navigation:not(.toggled) .header-social-menu {
    display: flex;
  }

  .header-social-menu {
    background: none;
    border-bottom: none;
    display: none;
    padding: 0px 0px 0 15px;
    position: relative;
  }
  .header-social-menu ul {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    display: -webkit-inline-block;
    display: inline-block;
    font-size: inherit;
    list-style: none;
    padding-left: 15px;
  }
  .header-social-menu li {
    float: left;
    font-size: inherit;
    padding: 0;
    position: relative;
  }
  .header-social-menu li a {
    color: #fff;
  }
  .header-social-menu li a i {
    color: #fff;
  }
  .header-social-menu li.menu-item-search {
    float: left;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-branding {
  width: 76%;
}

.site-title {
  color: #fff;
  font-size: 1.5em;
  margin: 0;
  text-align: left;
}

.site-title a {
  font-size: inherit;
}

.site-title a, .site-title a:visited, .site-title a:hover {
  color: #fff;
  font-weight: bold;
  padding: 0;
}

.site-description {
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  text-align: left;
}
.site-description a {
  margin: 0;
}

#masthead {
  display: block;
  position: relative;
}

.custom-heading {
  color: #fff;
  display: block;
  height: auto;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  width: 100%;
  z-index: 3;
}
.custom-heading .hero-title {
  color: #fff;
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 0.4em;
}
.custom-heading .subheading {
  color: #fff;
  font-family: "Lora", sans-serif;
  font-weight: 300;
}
.custom-heading .container {
  padding: 0;
}
.custom-heading .container .row {
  margin-left: 0;
  margin-right: 0;
}

.h-top {
  top: 20%;
  bottom: auto;
}

.h-bottom {
  bottom: 7%;
}

.h-center {
  bottom: 45%;
  transform: translate(0, 50%);
}

.over-hero-page-title {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 60%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.over-hero-page-title .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.over-hero-page-title .entry-title {
  font-size: 2em;
}
.over-hero-page-title .entry-title,
.over-hero-page-title .entry-description,
.over-hero-page-title .single-entry-meta,
.over-hero-page-title .woocommerce-products-header__title {
  color: #fff;
}
.over-hero-page-title .entry-title a, .over-hero-page-title .entry-title a:visited,
.over-hero-page-title .entry-description a,
.over-hero-page-title .entry-description a:visited,
.over-hero-page-title .single-entry-meta a,
.over-hero-page-title .single-entry-meta a:visited,
.over-hero-page-title .woocommerce-products-header__title a,
.over-hero-page-title .woocommerce-products-header__title a:visited {
  color: #fff;
  text-decoration: none;
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-width: 320px) and (max-height: 768px) {
  .custom-heading .hero-title {
    font-size: 2.2em;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media screen and (min-width: 300px) and (max-width: 413px) and (max-height: 576px) {
  .site-branding {
    width: 72%;
  }

  .custom-heading .hero-title {
    font-size: 1.75em;
  }
  .custom-heading .subheading {
    font-size: 16px;
    line-height: 1.25;
  }
}
/* Nolie Lumia 550*/
@media screen and (min-width: 640px) and (max-width: 700px) and (max-height: 450px) {
  .site-branding {
    width: 72%;
  }

  .custom-heading .hero-title {
    font-size: 1.75em;
  }
  .custom-heading .subheading {
    display: none;
  }
}
.custom-header,
.custom-header-other-page {
  position: relative;
}

.blog .custom-header-other-page,
.archive .custom-header-other-page,
.search-results .custom-header-other-page {
  margin-bottom: 0;
}

.has-header-image .custom-header,
.has-header-video .custom-header {
  display: table;
  height: 600px;
  height: 100vh;
  width: 100%;
}

.admin-bar .has-header-image .custom-header,
.admin-bar .has-header-video .custom-header {
  height: calc(100vh - 32px);
}

.site-featured-media,
.custom-header-media,
.featured-media {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.custom-header-other-page .custom-header-media {
  min-height: 112px;
  height: 112px;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: height 100ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
}

.page-title-over-hero .custom-header-other-page .custom-header-media,
.post-title-over-hero .custom-header-other-page .custom-header-media {
  min-height: 300px;
  height: 300px;
}

.woocommerce-page.single-product .page-title-over-hero .custom-header-other-page .custom-header-media,
.woocommerce-page.single-product .post-title-over-hero .custom-header-other-page .custom-header-media {
  min-height: 112px;
  height: 112px;
}

.custom-header-media img,
.custom-header-media video,
.custom-header-media iframe {
  position: absolute;
  height: auto;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  width: auto;
  top: 50%;
  padding-bottom: 1px;
  transform: translateX(-50%) translateY(-50%);
}

.custom-header-other-page .entry-header {
  color: #fff;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  top: auto;
}
.custom-header-other-page .entry-header .entry-title {
  color: #fff;
  font-size: 2.5em;
  margin: 0;
}
.custom-header-other-page .entry-header .entry-meta a {
  color: #fff;
}
.custom-header-other-page .blog-page-title {
  color: #fff;
  font-size: 3em;
  margin: 0;
}
.custom-header-other-page .blog-page-description {
  color: #fff;
  font-size: 1.2em;
  margin: 0;
}

.default-overlay .wp-custom-header:after {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.color-overlay .wp-custom-header:after {
  content: "";
  background: rgba(0, 45, 56, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.gradient-overlay .wp-custom-header:after {
  content: "";
  background: -moz-radial-gradient(left top, circle farthest-corner, #6442ff 15%, #0cb4ce 85%);
  background: -webkit-radial-gradient(left top, circle farthest-corner, #6442ff 15%, #006cff 50%, #0cb4ce 85%);
  background: radial-gradient(left top, circle farthest-corner, #6442ff 15%, #0cb4ce 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__gradient_overlay_start", endColorstr="$color__gradient_overlay_end",GradientType=1 );
  /* IE6-9 */
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wp-custom-header .wp-custom-header-video-button {
  background-color: rgba(34, 34, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  height: 45px;
  overflow: hidden;
  padding: 5px 10px;
  position: absolute;
  right: 10%;
  bottom: 10%;
  left: auto;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  z-index: 9999;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .site-branding {
    flex-shrink: 0;
    letter-spacing: normal;
    max-width: 250px;
    margin-right: 32px;
    width: auto;
  }

  .site-title {
    font-size: 1.8em;
  }

  .site-title a {
    font-size: inherit;
    letter-spacing: normal;
  }

  .custom-heading .hero-title {
    font-size: 3.5em;
  }
  .custom-heading .subheading {
    font-size: 22px;
  }
  .custom-heading .container {
    padding: 0;
  }
  .custom-heading .container .col-md-8 {
    padding: 0;
  }

  .custom-header,
.custom-header-other-page {
    background-color: #101010;
    position: relative;
  }

  .has-header-image .custom-header,
.has-header-video .custom-header {
    display: block;
    height: auto;
  }

  .custom-header-media {
    height: 1200px;
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
    position: relative;
  }

  .custom-header-other-page .custom-header-media {
    min-height: 126px;
    height: 126px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .page-title-over-hero .custom-header-other-page .custom-header-media {
    min-height: 350px;
    height: 350px;
  }

  .post-title-over-hero .custom-header-other-page .custom-header-media {
    min-height: 450px;
    height: 450px;
  }

  .over-hero-page-title .container {
    max-width: 850px;
  }
  .over-hero-page-title .single-entry-meta a, .over-hero-page-title .single-entry-meta a:visited {
    padding-bottom: 3px;
  }
}
/*--------------------------------------------------------------
## Site Content
--------------------------------------------------------------*/
.site-content {
  padding-top: 2em;
  padding-bottom: 1.5em;
}

.blog .site-content,
.archive .site-content,
.search-results .site-content {
  padding-top: 0em;
}

.home.blog .site-content {
  padding-top: 3em;
}

.blog-page-header + .container,
.archive-page-header + .container,
.search-page-header + .container {
  padding-top: 2em;
}

.blog .site-content.page-title-over-hero,
.archive .site-content.page-title-over-hero {
  padding-top: 2em;
  padding-bottom: 1em;
}

#primary,
#secondary {
  position: relative;
  width: 100%;
  min-height: 1px;
  margin-bottom: 2em;
  padding-left: 15px;
  padding-right: 15px;
}

.page #primary,
.page #secondary {
  margin-bottom: 0;
}
.page article {
  margin-bottom: 0;
}
.page .comments-area {
  margin-top: 2em;
}

.error404 #primary {
  background: #ffffff;
  flex: 0 0 100% !important;
  margin-left: 0%;
  margin-right: 0%;
  max-width: 100% !important;
  padding: 30px;
}

@media (min-width: 768px) {
  .site-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .blog-page-header + .container,
.archive-page-header + .container,
.search-page-header + .container {
    padding-top: 3em;
  }

  .blog .site-content.page-title-over-hero,
.archive .site-content.page-title-over-hero {
    padding-top: 5em;
    padding-bottom: 3em;
  }

  #primary,
#secondary {
    padding-left: 0px;
    padding-right: 0px;
  }

  #primary {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    margin-left: 0%;
    margin-right: 2%;
    max-width: 70%;
  }

  #secondary {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 1200px;
  }
}
/*--------------------------------------------------------------
## sidebar-content layout
--------------------------------------------------------------*/
.left-sidebar #primary {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .left-sidebar #secondary {
    -ms-flex-order: -1;
    order: -1;
    margin-right: 2%;
  }
}
/*--------------------------------------------------------------
## Full Width(no sidebar) layout
--------------------------------------------------------------*/
.full-width #primary {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-left: 0%;
  margin-right: 0%;
  max-width: 100%;
  flex-shrink: 0;
}
.full-width #secondary {
  display: none;
}

/*--------------------------------------------------------------
## Full Width(no sidebar) layout
--------------------------------------------------------------*/
.slim .row {
  justify-content: center;
}
.slim #primary {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-left: 0%;
  margin-right: 0%;
  max-width: 100%;
  flex-shrink: 0;
}
.slim #secondary {
  display: none;
}

@media screen and (min-width: 768px) {
  .slim #primary {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    margin-left: 0%;
    margin-right: 0%;
    max-width: 80%;
    flex-shrink: 0;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 2em;
}

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

article,
.post-navigation,
.comments-area,
.no-results {
  background: white;
  border-radius: 3px;
  position: relative;
}

.featured-image {
  padding-bottom: 15px;
}

.post-content-wrapper {
  padding: 0px 20px 20px;
}

.single-post .post-title-over-hero .post-content-wrapper {
  padding-top: 20px;
}
.single-post .post-title-over-hero .post-thumbnail {
  margin-bottom: 0;
}

.post-navigation,
.comments-area,
.no-results {
  padding: 15px 20px 15px;
}

.post-thumbnail {
  margin-bottom: 10px;
}
.post-thumbnail img {
  -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
  -moz-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
  box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: auto;
}

.entry-header {
  padding: 1em 0% 15px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.entry-header a, .entry-header a:visited {
  text-align: center;
  text-decoration: none;
}

.entry-title {
  font-size: 1.953em;
  line-height: 1.2;
  margin: 0;
  padding: 20px 0 5px 0;
  text-align: center;
  word-wrap: break-word;
}
.entry-title a {
  color: #313131;
}

.entry-meta {
  color: #757575;
  position: relative;
  font-size: 0.67em;
  font-weight: bold;
  text-transform: Capitalize;
}
.entry-meta a {
  color: #424242;
  font-style: normal;
  letter-spacing: 2px;
}
.entry-meta span:not(:last-child):after {
  content: "/";
  vertical-align: middle;
  margin: 0 5px;
  line-height: 1;
}
.entry-meta .posted-on a,
.entry-meta .posted-on a:visted {
  color: #313131;
}
.entry-meta .posted-on a {
  padding-bottom: 5px;
}

.single-entry-meta {
  color: #757575;
  font-size: 0.67em;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.single-entry-meta a, .single-entry-meta a:visited {
  color: #424242;
}
.single-entry-meta span:not(:last-child):after {
  content: "/";
  vertical-align: middle;
  margin: 0 5px;
  line-height: 1;
}

.meta-sep {
  color: #c1c1c1;
  font-weight: bold;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child {
  margin-top: 0;
}

.entry-footer,
.single-post-entry-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #424242;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0 0;
}
.entry-footer a,
.single-post-entry-footer a {
  color: #424242;
}

.footer-category-links,
.footer-tag-links,
.entry-edit-link,
.social-share {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: Capitalize;
}
.footer-category-links a,
.footer-tag-links a,
.entry-edit-link a,
.social-share a {
  text-decoration: none;
}
.footer-category-links a, .footer-category-links a:visited, .footer-category-links a:focus,
.footer-tag-links a,
.footer-tag-links a:visited,
.footer-tag-links a:focus,
.entry-edit-link a,
.entry-edit-link a:visited,
.entry-edit-link a:focus,
.social-share a,
.social-share a:visited,
.social-share a:focus {
  color: #424242;
}
.footer-category-links,
.footer-tag-links {
  padding-left: 0;
  padding-right: 0;
}

.entry-read-more {
  margin-bottom: 1.5em;
  text-align: center;
}

.social-share {
  padding-right: 0;
}

#blog-cat-links,
#blog-edit-link,
#blog-social-share {
  justify-content: center;
}

#single-cat-links,
#single-tag-links,
#single-social-share {
  justify-content: flex-start;
  margin-top: 1em;
}

.social-share ul,
.footer-comments-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-share ul li,
.footer-comments-link ul li {
  display: inline-block;
}

.social-share ul li:not(:last-child),
.footer-comments-link ul li:not(:last-child) {
  padding-right: 0.58824em;
}

.social-share ul li a,
.footer-comments-link ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.single-post .entry-header {
  padding: 30px 40px 1.5em;
  text-align: center;
}
.single-post .entry-title {
  font-size: 2em;
  padding-top: 0;
}
.single-post .post-thumbnail {
  margin-bottom: 1.5em;
}
.single-post .post-thumbnail img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
}

.over-hero-page-title .entry-title {
  font-size: 1.7em;
  padding-top: 0;
}

.single-post .post-content-wrapper,
.post-navigation {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page .entry-header {
  padding: 10px 40px 5px;
}
.page .entry-content {
  padding: 20px;
}
.page .post-thumbnail img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page .over-hero-page-title .entry-title {
  font-size: 2.2em;
  padding-top: 0;
}

.search-no-results .no-results {
  background: white;
  padding: 40px;
}
.search-no-results .no-results h1 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .featured-image {
    padding-bottom: 30px;
  }

  .post-content-wrapper {
    padding: 0px 40px 30px;
  }

  .single-post .post-title-over-hero .post-content-wrapper {
    padding-top: 30px;
  }

  .post-navigation,
.comments-area {
    padding: 30px 40px 30px;
  }

  .post-thumbnail {
    margin-bottom: 20px;
  }

  .entry-header {
    padding: 30px 0% 1.5em;
  }

  .entry-title {
    font-size: 2.441em;
    padding: 20px 0 10px 0;
  }

  #blog-social-share {
    justify-content: flex-end;
  }

  #blog-cat-links {
    justify-content: flex-start;
  }

  .footer-category-links {
    justify-content: flex-start;
    padding-right: 15px;
  }

  .footer-tag-links {
    justify-content: flex-end;
  }

  .entry-edit-link {
    text-align: center;
  }

  #single-tag-links {
    justify-content: flex-end;
  }

  .single-post .entry-title {
    font-size: 2.5em;
    padding-top: 0;
  }

  .over-hero-page-title .entry-title {
    font-size: 2.5em;
    padding-top: 0;
  }

  .page .entry-header {
    padding: 20px 40px 10px;
  }
  .page .entry-content {
    padding: 20px 40px 20px;
  }
  .page .post-thumbnail {
    margin-bottom: 20px;
  }
  .page .post-thumbnail img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .page .over-hero-page-title .entry-title {
    font-size: 3em;
    text-transform: capitalize;
  }

  .page .page-title-over-hero .entry-content {
    padding: 40px 40px;
  }
}
.entry-summary .read-more .btn,
.widget a:hover, .widget a:focus, a {
  color: #ec407a;
}

.top-cat-link, .entry-meta .posted-on a {
  border-bottom: 2px solid #ec407a;
}

.entry-header a:hover, blockquote:before,
.footer-category-links i, .footer-tag-links i, .entry-edit-link a, .entry-edit-link a:visited, .entry-edit-link a:focus, .social-share a i, .social-share a:visited, .social-share a:focus i {
  color: #ec407a;
}

#secondary .widget .widget-title {
  border-bottom: 2px solid #ec407a;
  color: #ec407a;
}

button, input[type=button], input[type=reset], input[type=submit],
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, #infinite-handle span {
  border-radius: 3px;
  background: #ec407a;
  color: #fff;
}
button a, button a:visited, input[type=button] a, input[type=button] a:visited, input[type=reset] a, input[type=reset] a:visited, input[type=submit] a, input[type=submit] a:visited,
.woocommerce #payment #place_order a,
.woocommerce #payment #place_order a:visited, .woocommerce-page #payment #place_order a, .woocommerce-page #payment #place_order a:visited,
.woocommerce #respond input#submit.alt a,
.woocommerce #respond input#submit.alt a:visited, .woocommerce a.button.alt a, .woocommerce a.button.alt a:visited, .woocommerce button.button.alt a, .woocommerce button.button.alt a:visited, .woocommerce input.button.alt a, .woocommerce input.button.alt a:visited, .woocommerce #respond input#submit a, .woocommerce #respond input#submit a:visited, .woocommerce a.button a, .woocommerce a.button a:visited, .woocommerce button.button a, .woocommerce button.button a:visited, .woocommerce input.button a, .woocommerce input.button a:visited, #infinite-handle span a, #infinite-handle span a:visited {
  color: #fff;
}

.main-navigation ul a:hover,
.main-navigation ul a:focus {
  color: #ec407a;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.blog-layout-list-2 .entry-title {
  padding-top: 10px;
}
.blog-layout-list-2 .entry-meta .top-cat-link, .blog-layout-list-2 .entry-meta .posted-on a {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .blog .blog-layout-list-1 article,
.blog .blog-layout-list-2 article,
.archive .blog-layout-list-1 article,
.archive .blog-layout-list-2 article,
.search .blog-layout-list-1 article,
.search .blog-layout-list-2 article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .blog .blog-layout-list-1 article .featured-image,
.blog .blog-layout-list-2 article .featured-image,
.archive .blog-layout-list-1 article .featured-image,
.archive .blog-layout-list-2 article .featured-image,
.search .blog-layout-list-1 article .featured-image,
.search .blog-layout-list-2 article .featured-image {
    padding-bottom: 0;
    position: relative;
    flex-shrink: 0;
    max-width: 35%;
    width: 100%;
  }
  .blog .blog-layout-list-1 article .post-content-wrapper,
.blog .blog-layout-list-2 article .post-content-wrapper,
.archive .blog-layout-list-1 article .post-content-wrapper,
.archive .blog-layout-list-2 article .post-content-wrapper,
.search .blog-layout-list-1 article .post-content-wrapper,
.search .blog-layout-list-2 article .post-content-wrapper {
    padding: 15px 30px 15px;
    width: 65%;
  }
  .blog .blog-layout-list-1 article .entry-header,
.blog .blog-layout-list-2 article .entry-header,
.archive .blog-layout-list-1 article .entry-header,
.archive .blog-layout-list-2 article .entry-header,
.search .blog-layout-list-1 article .entry-header,
.search .blog-layout-list-2 article .entry-header {
    padding-top: 0px;
    padding-bottom: 0em;
    text-align: left;
  }
  .blog .blog-layout-list-1 article .entry-title,
.blog .blog-layout-list-2 article .entry-title,
.archive .blog-layout-list-1 article .entry-title,
.archive .blog-layout-list-2 article .entry-title,
.search .blog-layout-list-1 article .entry-title,
.search .blog-layout-list-2 article .entry-title {
    font-size: 2em;
    padding: 10px 0 10px 0;
  }
  .blog .blog-layout-list-1 article .entry-summary,
.blog .blog-layout-list-2 article .entry-summary,
.archive .blog-layout-list-1 article .entry-summary,
.archive .blog-layout-list-2 article .entry-summary,
.search .blog-layout-list-1 article .entry-summary,
.search .blog-layout-list-2 article .entry-summary {
    display: block;
  }
  .blog .blog-layout-list-1 article .entry-read-more,
.blog .blog-layout-list-2 article .entry-read-more,
.archive .blog-layout-list-1 article .entry-read-more,
.archive .blog-layout-list-2 article .entry-read-more,
.search .blog-layout-list-1 article .entry-read-more,
.search .blog-layout-list-2 article .entry-read-more {
    display: flex;
    margin-bottom: 0;
    text-align: left;
  }
  .blog .blog-layout-list-1 article .entry-read-more .read-more,
.blog .blog-layout-list-2 article .entry-read-more .read-more,
.archive .blog-layout-list-1 article .entry-read-more .read-more,
.archive .blog-layout-list-2 article .entry-read-more .read-more,
.search .blog-layout-list-1 article .entry-read-more .read-more,
.search .blog-layout-list-2 article .entry-read-more .read-more {
    float: left;
    margin-bottom: 0;
  }
  .blog .blog-layout-list-1 article .entry-read-more .read-more .more-link,
.blog .blog-layout-list-2 article .entry-read-more .read-more .more-link,
.archive .blog-layout-list-1 article .entry-read-more .read-more .more-link,
.archive .blog-layout-list-2 article .entry-read-more .read-more .more-link,
.search .blog-layout-list-1 article .entry-read-more .read-more .more-link,
.search .blog-layout-list-2 article .entry-read-more .read-more .more-link {
    text-transform: capitalize;
  }
  .blog .blog-layout-list-1 article .entry-read-more .list-layout-share-btn,
.blog .blog-layout-list-2 article .entry-read-more .list-layout-share-btn,
.archive .blog-layout-list-1 article .entry-read-more .list-layout-share-btn,
.archive .blog-layout-list-2 article .entry-read-more .list-layout-share-btn,
.search .blog-layout-list-1 article .entry-read-more .list-layout-share-btn,
.search .blog-layout-list-2 article .entry-read-more .list-layout-share-btn {
    display: block;
    float: right;
  }
  .blog .blog-layout-list-1 article .entry-read-more .list-layout-share-btn ul,
.blog .blog-layout-list-2 article .entry-read-more .list-layout-share-btn ul,
.archive .blog-layout-list-1 article .entry-read-more .list-layout-share-btn ul,
.archive .blog-layout-list-2 article .entry-read-more .list-layout-share-btn ul,
.search .blog-layout-list-1 article .entry-read-more .list-layout-share-btn ul,
.search .blog-layout-list-2 article .entry-read-more .list-layout-share-btn ul {
    list-style: none;
    padding: 0;
  }
  .blog .blog-layout-list-1 article .entry-read-more .list-layout-share-btn li,
.blog .blog-layout-list-2 article .entry-read-more .list-layout-share-btn li,
.archive .blog-layout-list-1 article .entry-read-more .list-layout-share-btn li,
.archive .blog-layout-list-2 article .entry-read-more .list-layout-share-btn li,
.search .blog-layout-list-1 article .entry-read-more .list-layout-share-btn li,
.search .blog-layout-list-2 article .entry-read-more .list-layout-share-btn li {
    float: left;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-right: 10px;
  }
  .blog .blog-layout-list-1 article.no-featured-image .post-content-wrapper,
.blog .blog-layout-list-2 article.no-featured-image .post-content-wrapper,
.archive .blog-layout-list-1 article.no-featured-image .post-content-wrapper,
.archive .blog-layout-list-2 article.no-featured-image .post-content-wrapper,
.search .blog-layout-list-1 article.no-featured-image .post-content-wrapper,
.search .blog-layout-list-2 article.no-featured-image .post-content-wrapper {
    padding: 15px 30px 15px;
    width: 100%;
  }
  .blog .blog-layout-list-1 article .entry-title,
.archive .blog-layout-list-1 article .entry-title,
.search .blog-layout-list-1 article .entry-title {
    padding-top: 15px;
    text-align: left;
  }
  .blog .blog-layout-list-1 article .entry-summary .entry-read-more,
.archive .blog-layout-list-1 article .entry-summary .entry-read-more,
.search .blog-layout-list-1 article .entry-summary .entry-read-more {
    margin-bottom: 10px;
  }
  .blog .blog-layout-list-2 article .entry-title,
.archive .blog-layout-list-2 article .entry-title,
.search .blog-layout-list-2 article .entry-title {
    font-size: 2em;
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: left;
  }
  .blog .blog-layout-list-2 article .entry-meta,
.archive .blog-layout-list-2 article .entry-meta,
.search .blog-layout-list-2 article .entry-meta {
    padding-bottom: 1.5em;
  }
  .blog .blog-layout-list-2 article .entry-meta .top-cat-link, .blog .blog-layout-list-2 article .entry-meta .posted-on a,
.archive .blog-layout-list-2 article .entry-meta .top-cat-link,
.archive .blog-layout-list-2 article .entry-meta .posted-on a,
.search .blog-layout-list-2 article .entry-meta .top-cat-link,
.search .blog-layout-list-2 article .entry-meta .posted-on a {
    border-bottom: none;
  }
  .blog .blog-layout-list-2 article .entry-summary .entry-read-more,
.archive .blog-layout-list-2 article .entry-summary .entry-read-more,
.search .blog-layout-list-2 article .entry-summary .entry-read-more {
    margin-bottom: 10px;
  }
  .blog .blog-layout-grid .site-main,
.archive .blog-layout-grid .site-main,
.search .blog-layout-grid .site-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5em;
    margin: 0 0 1em;
  }
  .blog .blog-layout-grid article,
.archive .blog-layout-grid article,
.search .blog-layout-grid article {
    min-width: 0;
  }
  .blog .blog-layout-grid article .featured-image,
.archive .blog-layout-grid article .featured-image,
.search .blog-layout-grid article .featured-image {
    padding-bottom: 0;
  }
  .blog .blog-layout-grid article .post-content-wrapper,
.archive .blog-layout-grid article .post-content-wrapper,
.search .blog-layout-grid article .post-content-wrapper {
    padding: 20px 30px 20px;
    width: 100%;
  }
  .blog .blog-layout-grid article .entry-header,
.archive .blog-layout-grid article .entry-header,
.search .blog-layout-grid article .entry-header {
    padding-top: 10px;
    padding-bottom: 1em;
  }
  .blog .blog-layout-grid article .entry-title,
.archive .blog-layout-grid article .entry-title,
.search .blog-layout-grid article .entry-title {
    font-size: 2em;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .blog .blog-layout-grid article .post-thumbnail img,
.archive .blog-layout-grid article .post-thumbnail img,
.search .blog-layout-grid article .post-thumbnail img {
    width: 100%;
  }
  .blog .full-width .blog-layout-grid .site-main,
.archive .full-width .blog-layout-grid .site-main,
.search .full-width .blog-layout-grid .site-main {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/*--------------------------------------------------------------
## Archieve pages
--------------------------------------------------------------*/
.blog-page-header,
.archive-page-header,
.search-page-header,
.single-page-header {
  background-color: white;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
}
.blog-page-header .blog-page-title,
.blog-page-header .page-title,
.archive-page-header .blog-page-title,
.archive-page-header .page-title,
.search-page-header .blog-page-title,
.search-page-header .page-title,
.single-page-header .blog-page-title,
.single-page-header .page-title {
  font-size: 1.5em;
  margin: 0.5em 0;
  padding-top: 0.5em;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
.blog-page-header .blog-page-description,
.blog-page-header .archive-description,
.archive-page-header .blog-page-description,
.archive-page-header .archive-description,
.search-page-header .blog-page-description,
.search-page-header .archive-description,
.single-page-header .blog-page-description,
.single-page-header .archive-description {
  margin-bottom: 0.5em;
  text-align: center;
}

.search-page-header .page-title {
  text-transform: capitalize;
}

.single-page-header .single-entry-meta {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .blog-page-header,
.archive-page-header,
.search-page-header,
.single-page-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.5em 0em;
  }
  .blog-page-header .blog-page-title,
.blog-page-header .page-title,
.archive-page-header .blog-page-title,
.archive-page-header .page-title,
.search-page-header .blog-page-title,
.search-page-header .page-title,
.single-page-header .blog-page-title,
.single-page-header .page-title {
    font-size: 2em;
  }
  .blog-page-header .blog-page-description,
.blog-page-header .archive-description,
.archive-page-header .blog-page-description,
.archive-page-header .archive-description,
.search-page-header .blog-page-description,
.search-page-header .archive-description,
.single-page-header .blog-page-description,
.single-page-header .archive-description {
    margin-bottom: 1.25em;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#reply-title {
  margin-top: 10px;
  margin-bottom: 0.2em;
}

.logged-in-as a {
  font-size: 0.9em;
}

.comments-area {
  font-size: 1em;
}

#commentform textarea,
#commentform input:not(.submit) {
  background: transparent;
  width: 100%;
}
#commentform label {
  width: 100%;
}
#commentform #wp-comment-cookies-consent {
  width: auto;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
  width: auto;
}
.comment-form-cookies-consent #wp-comment-cookies-consent, .comment-form-cookies-consent label {
  display: inline;
}

.comment-author .avatar {
  border: 1px solid transparent;
  border-radius: 50%;
}

.comment-metadata {
  margin-bottom: 1em;
}
.comment-metadata a {
  color: #929292;
  font-size: 0.8em;
}

.comment-body {
  margin-bottom: 1em;
}
.comment-body .reply {
  margin-bottom: 1em;
}
.comment-body .reply .comment-reply-link {
  border: 1px solid #929292;
  color: #929292;
  padding: 4px 7px;
}

@media screen and (min-width: 768px) {
  .comment-body {
    margin-bottom: 2.5em;
  }
}
/*--------------------------------------------------------------
## Frontpage Sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Featured Sections
--------------------------------------------------------------*/
.ananyapro-front-page .site-content {
  padding-top: 0;
  padding-bottom: 0;
}
.ananyapro-front-page .custom-header {
  margin-bottom: 0;
}

.frontpage-section {
  position: relative;
  padding: 2.5em 0.5em;
}
.frontpage-section a {
  text-decoration: none;
}
.frontpage-section .section-header {
  display: block;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
}
.frontpage-section .sec-name {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 5px;
}
.frontpage-section .sec-title,
.frontpage-section .widget-title {
  margin-bottom: 0.3em;
}
.frontpage-section .cat-post-title {
  margin-bottom: 0.3em;
}
.frontpage-section .sec-title,
.frontpage-section .cat-post-title,
.frontpage-section .widget-title {
  margin-top: 0;
  position: relative;
}
.frontpage-section .sec-tagline {
  margin-bottom: 0.3em;
}
.frontpage-section .sec-name {
  color: #919191;
}
.frontpage-section .sec-tagline {
  color: #919191;
}
.frontpage-section article {
  margin-bottom: 2em;
}
.frontpage-section.light {
  color: #fff;
}
.frontpage-section.light article {
  background: transparent;
}
.frontpage-section.light .sec-name,
.frontpage-section.light .sec-title,
.frontpage-section.light .sec-tagline,
.frontpage-section.light a, .frontpage-section.light a:visited, .frontpage-section.light a:hover {
  color: #fff;
}
.frontpage-section.light .latest-posts-section {
  color: #fff;
}
.frontpage-section.light .latest-posts-section .latest-entry-meta {
  color: #ffffff;
}
.frontpage-section.light .latest-posts-section .latest-entry-meta a, .frontpage-section.light .latest-posts-section .latest-entry-meta a:visited {
  color: #ffffff;
}
.frontpage-section.light .latest-posts-section .post-read-more {
  color: #ffffff;
}
.frontpage-section.light .latest-posts-section .post-read-more a, .frontpage-section.light .latest-posts-section .post-read-more a:visited {
  border: 1px solid #fff;
  color: #ffffff;
}
.frontpage-section.light .posted-on {
  color: #ffffff;
}
.frontpage-section.light .posted-on a, .frontpage-section.light .posted-on a:visited {
  color: #ffffff;
}
.frontpage-section.light .page-read-more {
  color: #ffffff;
}
.frontpage-section.light .page-read-more a, .frontpage-section.light .page-read-more a:visited {
  border: 1px solid #424242;
  color: #ffffff;
}
.frontpage-section.light .fp-btn-border-straight, .frontpage-section.light .fp-btn-border-slight-round, .frontpage-section.light .fp-btn-border-round, .frontpage-section.light .fp-btn-underline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.frontpage-section.light .fp-btn-border-straight a, .frontpage-section.light .fp-btn-border-straight a:visited, .frontpage-section.light .fp-btn-border-slight-round a, .frontpage-section.light .fp-btn-border-slight-round a:visited, .frontpage-section.light .fp-btn-border-round a, .frontpage-section.light .fp-btn-border-round a:visited, .frontpage-section.light .fp-btn-underline a, .frontpage-section.light .fp-btn-underline a:visited {
  color: #ffffff;
}
.frontpage-section.light .sec-box-shadow {
  box-shadow: none;
}
.frontpage-section.dark article {
  background-color: #ffffff;
}
.frontpage-section.dark .latest-posts-section .latest-entry-meta {
  color: #424242;
}
.frontpage-section.dark .latest-posts-section .latest-entry-meta a, .frontpage-section.dark .latest-posts-section .latest-entry-meta a:visited {
  color: #424242;
}
.frontpage-section.dark .latest-posts-section .post-read-more {
  color: #424242;
  font-size: 13px;
  padding: 2em 0 1em;
  text-align: left;
}
.frontpage-section.dark .latest-posts-section .post-read-more a, .frontpage-section.dark .latest-posts-section .post-read-more a:visited {
  border: 1px solid #424242;
  border-radius: 2px;
  color: #424242;
  padding: 5px 10px;
}

.sec-divider {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 15px auto 0px auto;
  max-width: 60px;
  position: relative;
  height: 15px;
}
.sec-divider .sec-divider-internal {
  display: inline-block;
  width: 100%;
}
.sec-divider:before {
  border-top: 3px solid #ec407a;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.sec-divider:after {
  content: "";
  display: table;
}

.sec-box-shadow {
  box-shadow: 0px 10px 24px 6px rgba(0, 0, 0, 0.06);
}

.hide {
  display: none;
}

.btn-invisible {
  background: transparent;
  border: 2px solid transparent;
  color: transparent;
}

.items-center {
  text-align: center;
}
.items-center .sec-divider {
  margin-left: auto;
  margin-right: auto;
}

.featured-content-section.items-center .featured-content {
  margin-bottom: 2em;
}

.featured-content-section .sec-tagline {
  margin-bottom: 0.3em;
}
.featured-content-section .featured-content {
  margin-bottom: 2em;
  text-align: justify;
}
.featured-content-section .feat-content-btn-wrap {
  justify-content: center;
}

.featured-category-section {
  position: relative;
}
.featured-category-section .cat-section-posts-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.featured-category-section article {
  margin-bottom: 2em;
  position: relative;
  width: 100%;
}
.featured-category-section .style1 article {
  background: none;
}
.featured-category-section .style1 .sec-box-shadow {
  box-shadow: none;
}
.featured-category-section .cat-sec-title-wrap {
  text-align: center;
  margin-bottom: 2em;
}
.featured-category-section .cat-sec-title-wrap .sec-divider {
  margin-left: auto;
  margin-right: auto;
}
.featured-category-section .cat-sec-content-wrap {
  display: block;
  padding: 0 0.5em;
  padding: 20px;
}
.featured-category-section .cat-post-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.3em;
  text-transform: capitalize;
}
.featured-category-section .style1 .cat-post-title {
  font-size: 1.2em;
}
.featured-category-section .posted-on {
  font-size: 12px;
  margin-bottom: 1em;
}
.featured-category-section .posted-on a, .featured-category-section .posted-on a:visited {
  color: #424242;
  font-style: normal;
  letter-spacing: 2px;
}
.featured-category-section .style1 .cat-section-posts-grid {
  display: block;
}
.featured-category-section .style1 article {
  float: left;
}
.featured-category-section .style1 .cat-post-featured-image {
  display: block;
  margin-bottom: 0em;
  position: relative;
}
.featured-category-section .style1 .cat-feat-img-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 100%);
  mix-blend-mode: overlay;
}
.featured-category-section .cat-post-excerpt {
  margin-top: 1em;
}
.featured-category-section .cat-post-excerpt .entry-read-more {
  display: none;
}
.featured-category-section .cat-read-more, .featured-category-section .cat-read-more:visited {
  color: #424242;
}
.featured-category-section .cat-post-featured-image img {
  width: 100%;
}
.featured-category-section .cat-sec-title-over-image {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  height: auto;
  display: block;
}
.featured-category-section .cat-sec-title-over-image h2 a, .featured-category-section .cat-sec-title-over-image h2 a:visited, .featured-category-section .cat-sec-title-over-image h2 a:hover {
  color: #fff;
  text-shadow: rgba(255, 255, 255, 0.1) -1px -1px 1px, rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

.cat-view-more {
  margin-top: 1em;
  text-align: center;
}

.featured-page-section-pages-wrap {
  position: relative;
}

.featured-page-section article {
  background: transparent;
  margin-bottom: 2em;
}
.featured-page-section .featured-pages-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featured-page-section .featured-page-section-pages-wrap {
  position: relative;
}
.featured-page-section .page-sec-feat-image img {
  width: 100%;
  margin-bottom: 0.5em;
}
.featured-page-section .page-title-wrap {
  text-align: left;
  margin: 0em 1em 1em 0em;
}
.featured-page-section .feat-page-title {
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}
.featured-page-section .column-3 .feat-page-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}
.featured-page-section .column-3 .page-sec-feat-image img {
  margin-bottom: 0em;
}
.featured-page-section .column-3 .page-sec-content-wrap {
  padding: 10px 15px 0px;
  text-align: center;
}
.featured-page-section .column-3 .page-excerpt {
  margin-bottom: 15px;
  text-align: left;
}
.featured-page-section .column-1 .page-sec-feat-image img {
  width: 100%;
  margin-bottom: 1.5em;
}
.featured-page-section .page-read-more {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 1em 0;
  text-align: left;
}
.featured-page-section .page-read-more a, .featured-page-section .page-read-more a:visited {
  color: #424242;
}
.featured-page-section.dark .column-1 article {
  background: transparent;
}

.cta-section {
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  text-align: center;
}
.cta-section .section-header {
  margin-bottom: 1em;
}
.cta-section .cta-content-wrap {
  margin-top: 0em;
}
.cta-section .cta-sec-btn1, .cta-section .cta-sec-btn2 {
  margin-bottom: 1em;
}
.cta-section.light {
  color: #fff;
}
.cta-section.light .sec-name,
.cta-section.light .sec-title,
.cta-section.light .sec-tagline,
.cta-section.light a, .cta-section.light a:visited, .cta-section.light a:hover {
  color: #fff;
}
.cta-section.light .cta-sec-btn1 {
  background: #ec407a;
  border-color: #ec407a;
  color: #fff;
}
.cta-section.light .cta-sec-btn1 a, .cta-section.light .cta-sec-btn1 a:visited {
  color: #fff;
}
.cta-section.light .cta-sec-btn1.fp-btn-underline a, .cta-section.light .cta-sec-btn1.fp-btn-underline a:visited {
  color: #ec407a;
}
.cta-section.light .cta-sec-btn2 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.cta-section.light .cta-sec-btn2 a, .cta-section.light .cta-sec-btn2 a:visited {
  color: #fff;
}
.cta-section.dark {
  color: #313131;
}
.cta-section .container {
  position: relative;
  z-index: 4;
}

.cta-section-filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}

.cta-section-filter:after, .cta-section-filter:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.frontpage-widget-area .frontpage-widget-title {
  text-align: center;
}
.frontpage-widget-area .widget:first-child {
  padding: 0;
}
.frontpage-widget-area .widget {
  padding: 0;
}

.showcase-categories-section .showcase-categories-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.showcase-categories-section .showcase-category-col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
.showcase-categories-section .showcase-category-col .category-image img {
  width: 100%;
}
.showcase-categories-section .showcase-category-col .category-name-wrap {
  margin-top: -130px;
}
.showcase-categories-section .showcase-category-col .category-name-wrap .category-name {
  color: #ffffff;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 80px;
  font-size: 1.6em;
  text-shadow: rgba(255, 255, 255, 0.1) -1px -1px 1px, rgba(0, 0, 0, 0.5) 1px 1px 1px;
  text-transform: capitalize;
  z-index: 1;
}
.showcase-categories-section .showcase-category-col .category-name-wrap .category-name:after {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  mix-blend-mode: overlay;
}

@media screen and (max-width: 767px) {
  .featured-content-section .feat-content-btn-wrap {
    text-align: center;
  }
  .featured-content-section .feat-sec-btn {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 768px) {
  .frontpage-section {
    padding: 4em 0em;
  }
  .frontpage-section .section-header {
    margin-bottom: 3em;
  }
  .frontpage-section article {
    margin-bottom: 3em;
    position: relative;
    width: 100%;
  }
  .frontpage-section article {
    margin-right: 2%;
  }
  .frontpage-section .column-1 article {
    margin-right: 0;
  }
  .frontpage-section .column-2 article {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .frontpage-section .column-2 article:nth-child(2n) {
    margin-right: 0%;
  }
  .frontpage-section .column-3 article {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
  .frontpage-section .column-3 article:nth-child(3n) {
    margin-right: 0%;
  }
  .frontpage-section .column-4 article {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    max-width: 23.5%;
  }
  .frontpage-section .column-4 article:nth-child(4n) {
    margin-right: 0%;
  }
  .frontpage-section .sec-divider {
    height: 0px;
  }

  .featured-content-section .section-header {
    margin-bottom: 2em;
    text-align: left;
  }
  .featured-content-section .sec-divider {
    margin: 15px 0px;
  }
  .featured-content-section .feat-content-btn-wrap {
    text-align: none;
  }
  .featured-content-section .featured-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .featured-content-section.items-left .featured-image {
    padding-right: 50px;
  }
  .featured-content-section.items-right .featured-image {
    padding-left: 50px;
  }
  .featured-content-section.items-center .section-header {
    text-align: center;
  }
  .featured-content-section.items-center .sec-divider {
    margin-left: auto;
    margin-right: auto;
  }
  .featured-content-section.items-center .featured-image {
    margin-bottom: 2em;
    padding-right: 0px;
  }
  .featured-content-section .featured-image.order-md-6 {
    padding-left: 50px;
    padding-right: 15px;
  }

  .featured-page-section .page-sec-feat-image img {
    width: 100%;
    margin-bottom: 0.8em;
  }
  .featured-page-section .page-title-wrap {
    text-align: center;
    margin: 0em 1em 1em;
  }
  .featured-page-section .column-3 .page-sec-content-wrap {
    margin: 0em;
    padding: 15px 20px 0px;
    text-align: center;
  }
  .featured-page-section .column-1 .page-sec-feat-image img {
    width: 100%;
    margin-bottom: 2.5em;
  }

  .featured-page-section article {
    margin-bottom: 0em;
    position: relative;
    width: 100%;
  }

  .cat-section-posts-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cta-section {
    background-position: 50%;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
  }
  .cta-section .section-header {
    margin-bottom: 1.5em;
  }
  .cta-section .cta-title,
.cta-section .cta-tagline,
.cta-section .cta-content {
    margin-bottom: 4%;
  }
  .cta-section .cta-sec-btn2 {
    margin-left: 12px;
  }

  .showcase-categories-section .showcase-category-col {
    -ms-flex: 0 0 24.2%;
    flex: 0 0 24.2%;
    max-width: 24.2%;
    margin-right: 1%;
  }
  .showcase-categories-section .showcase-category-col:last-child {
    margin-right: 0;
  }

  .featured-category-section .cat-post-title {
    font-size: 1.5em;
  }
  .featured-category-section .style1 .cat-post-title {
    font-size: 1.5em;
  }
}
.latest-posts-section .latest-posts-section-title-wrap {
  margin-bottom: 2em;
  text-align: center;
}
.latest-posts-section .latest-posts-section-title-wrap .sec-divider {
  margin-left: auto;
  margin-right: auto;
}
.latest-posts-section .latest-posts-title-wrap {
  padding: 20px;
}
.latest-posts-section .latest-posts-content-wrap {
  padding: 0 20px 20px;
}
.latest-posts-section .latest-posts-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.latest-posts-section .featured-image {
  padding-bottom: 15px;
}
.latest-posts-section .entry-title {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0px;
  padding-top: 0;
  text-align: left;
  text-transform: capitalize;
}
.latest-posts-section .entry-title a {
  letter-spacing: 0px;
}
.latest-posts-section .latest-entry-meta {
  color: #424242;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
}
.latest-posts-section .latest-entry-meta a, .latest-posts-section .latest-entry-meta a:visited {
  color: #424242;
}
.latest-posts-section .latest-entry-meta .posted-on a {
  border-bottom: none !important;
}
.latest-posts-section .latest-entry-meta .top-cat-link {
  border-bottom: none !important;
}
.latest-posts-section .post-read-more {
  color: #424242;
  font-size: 0.9em;
  padding: 2em 0 1em;
  text-align: left;
}
.latest-posts-section .post-read-more a, .latest-posts-section .post-read-more a:visited {
  border-bottom: 1px solid #424242;
  color: #424242;
  padding: 5px 0px;
}
.latest-posts-section .view-blog-wrap {
  text-align: center;
}

/*--------------------------------------------------------------
## Frontpage Customizer Section Placeholder CSS
--------------------------------------------------------------*/
.ananyapro-panel-title {
  display: none;
}

.ananyapro-panel {
  background: #fff;
  min-height: 150px;
  height: auto;
  position: relative;
}

.ananyapro-customizer.ananyapro-front-page .ananyapro-panel .ananyapro-panel-title {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 10px;
  position: absolute;
  right: 3.2em;
  text-transform: uppercase;
  top: 3.2em;
  transform: translate(3px, -3px);
  z-index: 3;
}

.ananyapro-customizer.ananyapro-front-page .ananyapro-panel:after {
  border: 2px dashed #0085ba;
  bottom: 1em;
  content: "";
  display: block;
  left: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
}

.ananyapro-customizer.ananyapro-front-page .featured-content-section.ananyapro-panel .ananyapro-panel-title {
  background: #0085ba;
}

.ananyapro-customizer.ananyapro-front-page .ananyapro-page.ananyapro-panel:after,
.ananyapro-customizer.ananyapro-front-page .featured-page-section:after {
  border-color: #1fa115;
}

.ananyapro-customizer.ananyapro-front-page .featured-page-section.ananyapro-panel .ananyapro-panel-title {
  background: #1fa115;
}

.ananyapro-customizer.ananyapro-front-page .ananyapro-category.ananyapro-panel:after,
.ananyapro-customizer.ananyapro-front-page .featured-category-section.frontpage-section:after {
  border-color: #b910ad;
}

.ananyapro-customizer.ananyapro-front-page .featured-category-section.ananyapro-panel .ananyapro-panel-title {
  background: #b910ad;
}

.ananyapro-customizer.ananyapro-front-page .ananyapro-CTA.ananyapro-panel:after,
.ananyapro-customizer.ananyapro-front-page .cta-section.frontpage-section:after {
  border-color: #bbad25;
}

.ananyapro-customizer.ananyapro-front-page .cta-section.ananyapro-panel .ananyapro-panel-title {
  background: #e4d22f;
}

.ananyapro-customizer.ananyapro-front-page .latest-posts-section.ananyapro-panel:after,
.ananyapro-customizer.ananyapro-front-page .latest-posts-section.frontpage-section:after {
  border-color: #52d2d9;
}

.ananyapro-customizer.ananyapro-front-page .latest-posts-section.ananyapro-panel .ananyapro-panel-title {
  background: #52d2d9;
}

.ananyapro-customizer.ananyapro-front-page .showcase-categories-section.ananyapro-panel .ananyapro-panel-title {
  background: #7b052b;
}

.ananyapro-customizer.ananyapro-front-page .ananyapro-panel.frontpage-widget-area:after {
  border-color: #aaa;
}

.ananyapro-customizer.ananyapro-front-page .ananyapro-panel.frontpage-widget-area .ananyapro-panel-title {
  background: #aaa;
}

.ananyapro-customizer.ananyapro-front-page .ananyapro-panel.ananyapro-widget-area .frontpage-widget-placeholder-msg {
  font-size: 12px;
  text-transform: capitalize;
}

.ananyapro-customizer.ananyapro-front-page .ananyapro-panel .panel-content {
  z-index: 2;
}

.ananyapro-front-page.ananyapro-customizer #primary section.panel-placeholder {
  border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.ananyapro-panel > .customize-partial-edit-shortcut > button {
  top: 10px;
  left: 10px;
}

/* Ensure that placeholder icons are visible. */
.ananyapro-panel .customize-partial-edit-shortcut-hidden:before {
  visibility: visible;
}

.ananyapro-customizer.ananyapro-front-page .frontpage-section,
.ananyapro-panel {
  overflow: hidden;
  position: relative;
}

/* Add a highlight class to improve Customizer behaviour */
@-webkit-keyframes flash {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1;
  }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1;
  }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0;
  }
}
.label-placeholder {
  clip: rect(1px, 1px, 1px, 1px);
}

.ananyapro-customizer .label-placeholder.ananyapro-highlight {
  clip: auto;
  display: block;
  height: 112px;
}

.ananyapro-highlight::after {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ananyapro-customizer.ananyapro-front-page .ananyapro-panel .container {
  position: relative;
  z-index: 4;
}

.ananyapro-customizer.ananyapro-front-page .ananyapro-panel.disabled:after,
.ananyapro-panel .disabled .ananyapro-panel-title {
  opacity: 0.3;
}

.ananyapro-customizer.ananyapro-front-page .ananyapro-panel.disabled {
  padding: 20px 0;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: #fff;
  color: #717171;
  font-size: 0.95em;
  letter-spacing: 1px;
}
.site-footer a {
  color: #212121;
}

.site-info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
}

#footer .widget {
  padding: 15px 15px;
}
#footer .widget a {
  color: #212121;
}
#footer .widget ul li {
  border-bottom: none;
}
#footer .widget:first-child {
  padding-top: 30px;
}
#footer .widget-title {
  color: #212121;
  margin-bottom: 0.5em;
}
#footer .widget-title:after {
  background-color: #7c7c7c;
  content: "";
  display: block;
  height: 2px;
  margin: 25px 0 5px;
  width: 60px;
}
#footer .widget_recent_comments ul li,
#footer .widget_recent_entries ul li,
#footer .widget_archive ul li,
#footer .widget_categories ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(49, 49, 49, 0.2);
}
#footer .widget_recent_comments ul li:last-child,
#footer .widget_recent_entries ul li:last-child,
#footer .widget_archive ul li:last-child,
#footer .widget_categories ul li:last-child {
  border-bottom: none;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  left: auto;
  border: none;
  outline: none;
  background-color: #ec407a;
  color: white;
  cursor: pointer;
  opacity: 0.7;
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 999;
}

.scrolltop i {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .widget {
    padding: 30px 30px;
  }

  .scrolltop {
    bottom: 65px;
    right: 80px;
  }
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## 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.8075em 0;
}

.wp-caption-text {
  color: #929292;
  font-size: 15px;
  text-align: center;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
/**
 * Gutenberg
 * ----------------------------------------------------------------------------
 */
.wp-block-image figcaption {
  font-size: 0.8em;
}

.wp-block-image {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/*
Theme Name: AnanyaPRO

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove:before {
  display: none;
}
table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td:before {
    display: none;
  }
}
/**
 * Products
 */
/**
 * Single product
 */
/**
 * Single Product
 */
.single-product .product_title {
  text-align: left;
}
.single-product #main {
  background: #fff;
  padding: 40px 30px;
}

.archive.woocommerce #main {
  background: #fff;
  padding: 40px 30px;
}
.archive.woocommerce .site-content {
  padding-top: 2em;
  padding-bottom: 1.5em;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb {
  color: #424242;
}

.woocommerce a.remove {
  color: #313131 !important;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #aaaaaa;
}

@media screen and (min-width: 768px) {
  .archive.woocommerce .site-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
/**
 * Checkout
 */
/**
 * General WooCommerce components
 */
/**
 * WooCommerce widgets
 */
/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  form,
button,
input,
select,
textarea,
#secondary,
.main-navigation,
.custom-header,
.custom-header-other-page,
.featured-image,
.page-links,
.edit-link,
.post-navigation,
.pagination,
.comments-pagination,
.comment-respond,
.comment-edit-link,
.comment-reply-link,
.comment-metadata .edit-link,
.pingback .edit-link {
    display: none !important;
  }

  /* Font sizes */
  body {
    font-size: 14pt;
  }

  h1 {
    font-size: 30pt;
  }

  h2 {
    font-size: 25pt;
  }

  h3 {
    font-size: 20pt;
  }

  h4 {
    font-size: 17pt;
  }

  h5 {
    font-size: 13pt;
  }

  h6 {
    font-size: 11pt;
  }

  .entry-meta {
    font-size: 9pt;
  }

  /* Colors */
  body,
.site {
    background: none !important;
  }

  body,
a {
    color: #212121 !important;
  }

  .entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }

  .site-footer {
    background: #fff;
    color: #212121;
  }
  .site-footer a {
    color: #414141;
  }
  .site-footer .site-info {
    color: #212121;
  }
  .site-footer .site-info a {
    color: #414141;
  }
}
