a html {
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%; 
}
body {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
/* Grouping content */
/* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE. */
hr {
	box-sizing: content-box;
	overflow: visible;
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
/* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers. */
pre {
	font-family: monospace, monospace;
	font-size: 1em;	
}
/* Text-level semantics */
/* Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
    color: #D09459;
    transition: all .400s ease-in-out;
    text-decoration: none;
    display: inline-block;
}
p a,
.elementor p a{
	text-decoration: underline;
}
p a:hover,
.elementor p a:hover{
	text-decoration: none;
}
/* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
/* Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
	font-weight: 700;
}
/* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
/* Add the correct font size in all browsers. */
small {
	font-size: 80%;
}
/* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content */
/* Remove the border on images inside links in IE 10. */
img {
	border-style: none;
    display: block;
}
/* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox. */
button,
select {
	text-transform: none;
}
/* Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/* Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/* Correct the padding in Firefox. */
fieldset {
	padding: 0;
}
/* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out fieldset` elements in all browsers. */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
	vertical-align: baseline;
}
/* Remove the default vertical scrollbar in IE 10+. */
textarea {
	overflow: auto;
}
/* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10. */
[type="checkbox"], 
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: auto;
    margin-right: 10px;
}
/* Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari. */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
/* Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
/* Interactive */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
	display: block;
}
/* Add the correct display in all browsers. */
summary {
	display: list-item;
}
/* Misc */
/* Add the correct display in IE 10+. */
template {
	display: none;
}
/* Add the correct display in IE 10. */
[hidden] {
	display: none;
}
input,
select{
	border-radius: 0;
	padding:15px;
}
/* Typography */
body,
button,
input,
select,
optgroup,
textarea {
	color: #676767;
    font-family: "Khula", Sans-serif;
	font-size: 15px;
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, a h1, a h2, a h3, a h4, a h5, a h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	color: #3E3E3E;
	clear: both;
}
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.4;
}
.post h1, 
.post h2, 
.post h3, 
.post h4, 
.post h5, 
.post h6 {
    word-break: break-word;
}
a h1, a h2, a h3, a h4, a h5, a h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    -webkit-transition: all .400s ease-in-out;
    -moz-transition: all .400s ease-in-out;
    -ms-transition: all .400s ease-in-out;
    -o-transition: all .400s ease-in-out;
    transition: all .400s ease-in-out;
}
a:hover, a:focus, 
a h1:hover, a h2:hover,a h3:hover, a h4:hover, a h5:hover, a h6:hover, 
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
    color: #D09459;
    text-decoration: none;
}
h1{
	font-size: 48px;
	line-height: 1.2;
}
h2{
	font-size:40px ;
}
h3{
	font-size:36px ;
}
h4{
	font-size: 30px;
}
h5{
	font-size:26px ;
}
h6{
	font-size:22px ;
}
.elementor-heading-title,
.site-content .elementor-heading-title{
	margin-bottom: 0;
}
p {
	margin: 0 0 1.8em 0;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 1.5em 1em 1.5em 3em;
    padding: 1.2em;
    font-size: 1.1em;
    line-height: inherit;
    position: relative;;
    border-left: 5px solid rgba(0,0,0,.05);
    font-style: italic;
}
blockquote p:last-child {
    margin: 0;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/* 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: transparent;
	/* Fallback for when there is no custom background color defined. */
}
ul, ol {
    padding-left: 0;
    margin: 0 0 1.5em 3em;
}
li>ol, li>ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dt {
	font-weight: 800;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
table {
	margin: 0 0 25px;
	width: 100%;
    border-collapse: collapse;
    border: 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
}
table tbody tr td {
	border-top: 1px solid #ccc;
}
table tr th {
    background-color: #f7f7f7;
    text-align: left;
}
tbody th {
    border-top: 1px solid #ccc;
}
table tr th, 
table tr td {
    font-weight: 500;
    padding: 15px 25px;
}
label {
    color: #3E3E3E;
    display: inline-block;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
}
.slick-slide:focus {
    box-shadow: none;
}
/* Forms */
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,
select {
	height: 45px;
	color: #676767;
	border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
}
textarea {
    height: auto;
}
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,
select:focus {
	outline: none;
    border: 1px solid #D09459;
}
/* Navigation*/
/* Menus */
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* 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 ;
	width: 1px;
	word-wrap: normal ; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #F7F7F7;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto ;
	clip-path: none;
	color: #676767;
	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. */
}
/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
main.site-main{
	display: block;
    margin:80px 0px;
}
/* Content */
/* Posts and pages */
.sticky {
	display: block;
}
.post,
.page {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 0;
}
/* Comments */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
/* 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;
}
/* 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;
}
/* additional css */
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container{
    width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
header.site-header {
    position: relative;
    z-index: 11111;
    transition: all 0.4s ease-in-out;
}
.empowerment-main-menu  {
    width: 100%;
    max-width: 950px;
    width: auto;
    margin-left: auto;
}
.empowerment-sticky-element nav.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.empowerment-default-header{
    padding: 20px 15px;
}
.empowerment-sticky-element {
	position: relative;
    background-color: #fff;
    width: 100%;
	transition: all 0.4s ease-in-out;
}
.empowerment-sticky-element.is-transparent {
    position: absolute;
    background-color: transparent;
}
header.site-header nav.navbar p.site-description {
    margin-bottom: 0;
    line-height: 1.4;
}
header.site-header nav.navbar .site-title {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.site-header .empowerment-sticky-element.is-sticky {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
    /*animation: smoothScroll 0.6s forwards;*/
}
/*@keyframes smoothScroll {
    0% {
        transform: translateY(-88px);
    }
    100% {
        transform: translateY(0px);
    }
}*/
.navbar {
    padding: 0;
}
.navbar-brand, .navbar-brand a.custom-logo-link {
    line-height: 0;
}
.navbar-brand{
	padding-right: 15px;
    max-width: 190px;
}
.navbar-brand a {
    width: 100%;
}
.navbar-brand a.retina-home-link ~ a.custom-logo-link, 
.navbar-brand a.retina-home-link ~ .sticky-home-link,
.empowerment-sticky-element:not(.is-sticky) .navbar-brand a.sticky-home-link,
.empowerment-sticky-element.is-sticky .navbar-brand a.custom-logo-link {
    display: none;
}
.navbar-expand-lg .navbar-nav {
    flex-wrap: wrap;
}
ul.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;	
}
ul.navbar-nav li.menu-item a {
	position: relative;
    text-decoration: none;
}
ul.navbar-nav>li.menu-item>a{
	text-transform: uppercase;
}
ul.navbar-nav>li.menu-item>a:before,
a.link:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    height: 2px;
    width: 0;
    left: 0;
    background-color: #D09459;
    transition: all 0.4s ease-in-out;
}
ul.navbar-nav>li.menu-item:hover>a:before,
ul.navbar-nav>li.menu-item:focus>a:before,
ul.navbar-nav>li.menu-item.current_page_item>a:before,
ul.navbar-nav>li.menu-item.current_page_parent>a:before,
a.link:hover:before,
a.link:focus:before {
    width: 100%;
}
body.page-template-default .absolute-header.fixed .empowerment-elementor-main-menu nav ul li a {
    color: #fff;
}
/* when transparent */
body.single-layout1 .site-header .empowerment-sticky-element .navbar-nav>li>a,
.empowerment-sticky-element.is-transparent .navbar-nav>li>a{
	color: #fff;
}
/* when sticky */
body .navbar-nav>li>a,
body .empowerment-sticky-element.is-sticky .navbar-nav>li>a,
body.single-layout1 .site-header .empowerment-sticky-element.is-sticky .navbar-nav>li>a{
	color: #3E3E3E;
	font-size: 14px;
}
body .site-header .navbar-nav>li>a:hover,
body .site-header .navbar-nav>li.current_page_item>a,
body .site-header .empowerment-sticky-element.is-sticky>.navbar-nav>li>a:hover,
body .site-header .empowerment-sticky-element.is-sticky>.navbar-nav>li.current_page_item>a,
.empowerment-sticky-element.is-transparent>.navbar-nav>li>a:hover,
.empowerment-sticky-element.is-transparent>.navbar-nav>li.current_page_item>a,
body.single-layout1 .site-header .empowerment-sticky-element.is-sticky .navbar-nav>li>a:hover,
body.single-layout1 .site-header .empowerment-sticky-element .navbar-nav>li>a:hover{
	color: #D09459;
}
/* sticky end */
.navbar-nav li{
	margin-left: 20px;
}
.navbar-nav li:first-child{
	margin-left: 0px;
}
.navbar-nav .sub-menu li {
    margin-left: 0;
}
.navbar-nav li.menu-item-has-children{
	position: relative;
}
ul.sub-menu ul {
    left: 101%;
    top: 0;
    margin-top: 0;
}
.sub-menu li{
	margin:0;
}
.sub-menu .menu-item-has-children>a:after {
    content: '>';
    margin-left: auto;
    display: inline-block;
    float: right;
    font-size: 20px;
    line-height: 1;
}
.sub-menu li a{
	display: inline-block;
	padding:15px;
	width: 100%;
	background-color:#fff;
	color: #3E3E3E;
	line-height: 1.5;
	font-size:14px;
	border-bottom: 1px solid #dcdcdc;
}
.sub-menu li a:hover,
.sub-menu li a:focus, 
.sub-menu li.current_page_item a{
	background-color:#000;
	color: #fff;
}
.sub-menu li:last-child>a{
	border-bottom: 0;
}
.site-footer .right-resurved p {
	margin-bottom: 0;
	color: #fff;
}
.site-footer{
	background-color: #3E3E3E;
	padding: 0px;
	font-size:14px;
}
.site-footer .right-resurved{
	text-align: center;
	padding: 30px 0;
}
.site-footer .right-resurved a:hover {
    color: #fff;
}
a.navbar-toggler {
	display: none;
}
.search-wrapper .search-icon svg {
    width: 20px;
	height: 20px;
}
.search-wrapper .search-icon {
    cursor: pointer;
}
.search-wrapper .search-icon .search-container form .search-group-wrap{
    display: flex;
    flex-wrap: wrap;
}
.search-wrapper .search-icon .search-container form label {
    width: 75%;
    margin: 0;
}
.search-wrapper .search-icon .search-container form input {
    height: 50px;
}
.search-wrapper .search-icon .search-container form input.search-submit {
    width: 25%;
    padding: 0;
}
.search-wrapper .search-icon .search-container form button.search-submit {
    width: 25%;
    height: 50px;
    position: relative;
}
.search-wrapper .search-icon .search-container form button.search-submit svg, 
.search-wrapper .search-icon .search-container form button.search-submit svg path {
    fill: #fff;
}
.search-wrapper .search-icon {
    position: relative;
  margin-left: 15px;
    line-height: 0;
}
.search-wrapper .search-icon .search-container {
    position: absolute;
    width: 400px;
    right: 0;
    background-color: #fff;
    padding: 15px;
    margin-top: 23px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.search-wrapper .search-icon .search-container.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.search-wrapper.classic .search-icon .search-container{
    position: relative;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    margin: 0;
    transform: translateY(0);
    width: 100%;
}
.menu-btn-wrap{
    margin-left: 25px;
    margin-right: 0;
}
/* mega menu */
sup.menu-label {
    padding: 3px;
    margin-left: 5px;
}
.navbar-nav li.has-ua-mega-menu {
    position: static;
}
.navbar-nav li.has-ua-mega-menu ul.nav-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    background-color: #fff;
}
/* default button */
a.blog-btn,
.btn,
input[type="submit"],
input[type="button"],
button,
.button,
.elementor-button{
	display: inline-block;
	line-height: 1;
	font-weight: normal;
	border-radius: 0px;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	background-color: #3E3E3E;
	-webkit-transition: all .400s ease-in-out;
	-moz-transition: all .400s ease-in-out;
	-ms-transition: all .400s ease-in-out;
	-o-transition: all .400s ease-in-out;
	transition: all .400s ease-in-out;
	cursor: pointer;
}
a.blog-btn:hover,
.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover,
.elementor-button:hover{
	color: #fff;
	background-color: #D09459;
}
/* primary button */
.btn-primary,
button,
a.blog-btn,
.btn,
input[type="submit"],
input[type="button"],
.button,
.elementor-button{
	font-size: 14px;
	padding: 15px 20px;
}
/* secondary-button */
.comments-area .form-submit input#submit,
.btn.btn-secondary,
.widget_search .search-form input.search-submit {
    padding: 14px 20px;
    border-radius: 0;
    border: 0;
    background-color: #7d7d7d;
   background-image: none;
    color: #fff;
}
.comments-area .form-submit input#submit:hover,
.btn-secondary:hover,
.widget_search .search-form input.search-submit:hover {
    background-image: none;
    background-color: #000;
    color: #fff;
}
/* blue-button */
input.button {
    width: auto;
}
input.button[type=reset] {
    background-color: transparent;
    color: #3E3E3E;
    padding: 0;
    border: 0;
}
input.button[type=reset]:hover {
	color: #D09459;
}
input.file, input[type=file] {
    padding: 0;
    width: auto;
    border: 0;
}
/* link */
a.link,
a.blog-btn.link {
	position: relative;
    font-size: 16px;
    background-color: transparent;
    background-image: none;
    padding: 0;
    color: #3E3E3E;
    text-decoration: none;
    border: 0;
    box-shadow: none;
    text-transform: capitalize;
    line-height: 1.4;
}
a.link:hover,
a.link:focus,
a.blog-btn.link:hover,
a.blog-btn.link:focus {
    background-color: transparent;
    background-image: none;
    color: #D09459;
    border: 0;
    box-shadow: none;
}
figure{
	margin:0px;
	line-height: 0;
}
figcaption {
    line-height: 1.5;
}
/* Sidebar Css */
.widget {
    background-color: #F7F7F7;
    padding: 25px;
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}
.widget:last-child {
    margin: 0;
}
.widget select {
    max-width: 100%;
}
.widget .widget-title{
	position: relative;
	background-color: transparent;
	line-height: 1;
	font-size: 22px;
    margin-bottom: 20px;
}
.widget ul,
ul.empowerment-recent-post-holder{
	padding: 0;
	margin:0;
	list-style-type: none;
}
.widget ul li,
ul.empowerment-recent-post-holder li.empowerment-recent-post-item {
    text-transform: capitalize;
	margin-bottom: 10px;
}
.widget ul li:last-child,
ul.empowerment-recent-post-holder li.empowerment-recent-post-item:last-child{
    margin-bottom: 0;
}
ul.empowerment-recent-post-holder li.empowerment-recent-post-item h5{
    font-size:20px;
}
ul.empowerment-recent-post-holder li.empowerment-recent-post-item h6{
    font-size:16px;
}
.widget ul li a{
	color: #676767;
}
.widget ul li a:hover{
	color: #D09459;
}
.widget ul ul{
	padding: 10px 0px 0px 15px;
}
.widget ul ul li {
    margin-bottom: 5px;
}
.widget form {
    display: flex;
    flex-wrap: wrap;
}
.widget h2 {
    font-size: 26px;
}
section#monster-widget-placeholder-2 select#archives-dropdown--1 {
    margin: 25px;
}
.tagcloud a {
    margin: 0 3px;
}
.widget .textwidget form {
    padding: 0;
}
mark, ins {
    background: transparent;
}
.widget_search .search-form label input[type="search"],
.widget form label ~ input.search-field {
  width: 100%;
  height: 50px;
  border-radius: 0;
  padding: 10px 15px;
  margin-bottom: 0;
}
.widget_search .search-form label,
.widget form label ~ input.search-field {
  width: 70%;
}
.widget_search .search-form input.search-submit{
    width: 30%;
    padding: 0!important;
    height: 50px;
}
/* breadcrumb */
.breadcumb-section{
	position: relative;
	margin-bottom: 50px;
    background-color: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    min-height: 150px;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcumb-section.overlay:before {
    content: " ";
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.single-layout1 .breadcumb-section.overlay:before {
    background: rgba(0, 0, 0, 0.4);
}
.breadcumb-section ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}
.breadcumb-section ul li a{
	color: #676767;
}
body.single-layout1 section.breadcumb-section {
    padding-top: 80px;
}
body.single-layout1 .breadcumb-section.single-breadcrumb {
    min-height: 80vh;
    height: 80vh;
}
.breadcumb-section.header-is-transparent {
    padding-top: 80px;
}
.breadcumb-section .container {
	position: relative;
	z-index: 1;
	margin: 0;
}
.breadcumb-section .title-banner-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.breadcumb-section.left .title-banner-wrapper {
	align-items: flex-start;
}
.breadcumb-section.right .title-banner-wrapper {
	align-items: flex-end;
}
.breadcumb-section.right .title-banner-wrapper .breadcrumb-title {
    text-align: right;
}
.breadcumb-section.center .title-banner-wrapper {
	align-items: center;
	text-align: center;
}
.breadcumb-section.wide .title-banner-wrapper {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}
.breadcumb-section .title-banner-wrapper .breadcrumb-title {
    width: 100%;
}
.breadcumb-section.wide .title-banner-wrapper .breadcrumb-title {
    width: 50%;
	margin-bottom: 0;
}
.breadcumb-section .title-banner-wrapper .woocommerce-breadcrumb{
	margin-bottom: 0;
}
.single-layout1 .breadcumb-section .breadcrumb-title, 
.single-layout1 .breadcumb-section div#empowerment-breadcrumb, 
.single-layout1 .breadcumb-section div#empowerment-breadcrumb a {
    color: #fff;    
}
.single-layout1 .breadcumb-section h1{
    font-size: 48px;
}
.breadcrumb-blog-caption h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.breadcrumb-blog-caption h2 {
    font-size: 48px;
}
.empowerment-breadcrumb-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
}
span.delimiter {
    margin: 0 5px;
}
.empowerment-breadcrumb-wrap div#empowerment-breadcrumb a {
    color: #676767;
}
.empowerment-breadcrumb-wrap div#empowerment-breadcrumb a, 
.empowerment-breadcrumb-wrap div#empowerment-breadcrumb span {
    text-transform: capitalize;
}
.empowerment-breadcrumb-wrap div#empowerment-breadcrumb a:hover {
    color: #D09459;
}
/* new sidebar */
.empowerment-recent ul li{ 
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 15px;
}
.empowerment-recent ul.empowerment-recent-slider li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.empowerment-recent ul li:last-child,
.empowerment-recent-slider ul li{ 
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.empowerment-recent ul li figure{
	position: relative;
    margin-bottom: 0;
    width: 25%;
    overflow: hidden;
}
.empowerment-recent ul li.recent-post-full figure,
.empowerment-recent-slider ul li figure{
    width: 100%;
    margin-bottom: 15px;
}
.empowerment-recent ul li .empowerment-recent-post-content h3 {
    margin-bottom: 5px;
}
.empowerment-recent ul li figure a{
	display: block;
}
.empowerment-recent ul li figure img,
.empowerment-recent ul li figure a{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
li figure.overlay a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #000;
	opacity: 0;
	z-index: 1;
    transition: all 0.3s ease-in-out;
}
li:hover figure.overlay a:before{
	opacity: 0.5;
}
.empowerment-recent ul li:hover figure img{
    transform: scale(1.1);
}
.empowerment-recent ul li .empowerment-recent-post-content{
	width: 75%;
}
.empowerment-recent ul li figure + .empowerment-recent-post-content{
    padding-left: 20px;
}
.empowerment-recent ul li .empowerment-recent-post-content h4{
	font-size: 18px;
    margin-bottom: 0;
}
.widget .empowerment-recent ul li.recent-post-full .empowerment-recent-post-content,
.widget .empowerment-recent-slider ul li .empowerment-recent-post-content{
	width: 100%;
    padding-left: 0px;
}
.empowerment-recent ul li.recent-post-full .empowerment-recent-post-content h4,
.empowerment-recent-slider ul li .empowerment-recent-post-content h4{
	font-size: 18px;
}
.empowerment-recent ul li .empowerment-recent-post-content h5{
	margin-bottom: 0;
}
.empowerment-recent ul li .empowerment-recent-post-content a{
    font-weight: 500;
    display: block;
    line-height: 1.4;
    margin-bottom: 5px;
}
.empowerment-recent ul li p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
span.mdates{
    font-size: 12px;
    color: #676767;
    display: block;
}
span.mdates i {
    margin-right: 5px;
}
.empowerment-recent-slider ul{
    padding: 0px;
}
.empowerment-recent-slider ul.slick-dots {
    display: none;
}
.widget .slick-slider {
    padding-bottom: 0px;
}
button.slick-arrow{
    position: absolute;
    bottom: inherit;
    top: 50%;
    left: inherit;
    height: 35px;
    width: 35px;
    border: 0;
    background-color: transparent;
    display: flex!important;
    align-items: center;
    border-radius: 50px!important;
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    font-size: 0;
    transform: translateX(-50%);
    outline: none;
    background-image: none;
}
.widget .widget-title + .slick-slider button.slick-arrow{
    top: -75px;
    right: 0px;
}
h4:not(.widget-title) .empowerment-recent-slider button.slick-arrow {
    top: 0;
}
button.slick-prev.slick-arrow{
	left: -12px;
}
button.slick-next.slick-arrow {
    transform: rotate(180deg);
    right: -20px;
}
.widget .widget-title + .slick-slider button.slick-prev.slick-arrow{
	left: inherit;
    margin-right: 15px;
}
.widget .widget-title + .slick-slider button.slick-next.slick-arrow {
    margin-left: 10px;
    right: 0;
}
button.slick-arrow:hover, 
button.slick-arrow:focus  {
	background-color: transparent;
}
button.slick-arrow:before,
button.slick-arrow:after {
    content: '';
    display: block;
    display: flex;
    align-items: center;
    height: 2px;
    width: 12px;
    left: 50%;
    margin-left: -6px;
    background-color: #4A4A4A;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
button.slick-arrow:before {
    transform: rotate(-45deg);
    margin-top: -1px;
}
button.slick-arrow:after {
   transform: rotate(45deg);
   margin-bottom: -1px;
}
.utal button.slick-arrow:before {
    margin-top: 0px;
}
.utal button.slick-arrow:after {
   margin-bottom: 0px;
}
.utal .slick-slider button.slick-arrow:before, 
.utal .slick-slider button.slick-arrow:after {
    left: initial;
}
.empowerment-recent-post-content .star-rating {
    float: inherit;
    margin: 5px 0;
    font-size: 12px;
}
.widget form input {
    width: 100%;
    margin-bottom: 0;
}
.widget form button {
    width: 100%;
}
.widget form button.wp-block-search__button {
    width: 45%;
}
.price_slider_wrapper {
    width: 100%;
}
ul.slick-dots {
    position: relative;
    display: flex!important;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    list-style-type: none;
}
ul.slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%!important;
    border: 0!important;
    margin: 0 5px;
    background-color: #a0a0a0;
}
ul.slick-dots li.slick-active button {
    background-color: #4A4A4A;
}
/* scroll to top */
.scroll-to-top {
	position: fixed;
	bottom: 40px;
	height: 40px;
	width: 40px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: all 0.3s ease-in-out;
}
.scroll-to-top.position-right {
	right: 40px;
}
.scroll-to-top.position-left {
	left: 40px;
}
.scroll-to-top span {
    position: absolute;
    width: 12px;
    display: block;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}	
.scroll-to-top span:first-child {
    transform: rotate(-45deg);
    left: 10px;
}
.scroll-to-top span:last-child {
    transform: rotate(45deg);
    right: 10px;
}
.scroll-to-top:hover {
	background-color: #000;
}
.scroll-to-top:hover span {
    background-color: #fff;
}	
.scroll-to-top.square {
	border-radius: 0;
}
.scroll-to-top.circle {
	border-radius: 50%;
}
/* pagination */
.site-main .post-navigation {
	margin-top: 50px;
	margin-bottom: 0;
}
.site-main .post-navigation .float-left, 
.site-main .post-navigation .float-right {
	display: inline-block;
	width: 50%;
}
.site-main .post-navigation .float-left {
	text-align: left;
}
.site-main .post-navigation .float-right {
	text-align: right;
}
.site-main .post-navigation .float-left h2, 
.site-main .post-navigation .float-right h2 {
	font-size: 20px;
	margin-bottom: 0;
}
.navbar-brand h2.site-title a:hover, 
.navbar-brand .site-description:hover {
    color: #3E3E3E;
}
ol.comment-list{
    padding: 0;
    list-style-type: none;
    margin: 0;
}
article.comment-body {
    background-color: #F7F7F7;
    padding: 30px 30px 30px 100px;
    position: relative;
}
ol.comment-list li.comment {
    margin-bottom: 30px;
}
ol.comment-list .children{
    margin: 15px 0;
    list-style-type: none;
    padding-left: 30px;
}
.comment-respond {
    margin-top: 60px;
}
.avatar, .comment-body:before {
    position: absolute;
    left: 3%;
    top: 17%;
    width: 100px;
    height: 100px;
    border-radius: 0%;
}
.comment-list .reply{
	text-align: right;
}
h2.comments-title {
    font-size: 20px;
    margin-bottom: 20px;
}
article.comment-body img.avatar {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
}
.comment-reply-title small {
    font-size: 16px;
    float: right;
	margin-top: 10px;
}
/* Gutenberg Css */
.wp-caption-text{
	font-size: 90%;
	font-style:italic;
	margin-top: 10px;
	color: #676767;
}
.blog .sticky .card{
    background-color: #F7F7F7;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding: 30px;	
}
.blog .sticky .card.list .list-content-wrap{
	width: 100%;
}
.gallery-caption{font-size: 14px;}
.bypostauthor{font-size: 15px;}
/* Text Color */
.has-strong-purple-color {
	color: #5029c0;
}
.has-strong-orange-color{
	color:  #ff8b24;
}
/* Background Color */
.has-strong-purple-background-color{
	background-color: #5029c0;
}
.has-strong-orange-background-color{
	background-color:  #ff8b24;
}
/* Button Css */
.wp-block-button__link{
	background-color: #000;
}
.is-style-outline .wp-block-button__link{
	border: 2px solid #000;
	color: #000;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus{
	background-color: #D09459;
}
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus{
	background-color: #D09459;
	color: #fff;
	border: 2px solid #D09459;
}
/* Font Size Css */
.has-small-font-size{
	font-size: 12px;
}
.has-large-font-size{
	font-size: 32px;
}
.has-huge-font-size{
	font-size: 40px;
}
 /* Image Alignment Css */
.wp-block-image .alignnone,
img.alignnone,
figure.alignnone{
	max-width: 100%;
	margin: 20px 0px;
}
.alignwide {
	margin-left  : -80px;
	margin-right : -80px;
	margin-top: 90px;
	margin-bottom: 90px;
	max-width    : 100vw;
}
.alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	min-width    : 100vw;
	margin-top: 90px;
	margin-bottom: 90px;
}
.alignfull img,
.alignwide img {
	width: 100vw;
}
.wp-block-image .alignleft,
.alignleft{
	float: left;
	margin: 5px 20px 15px 0px;
}
.alignright,
.wp-block-image .alignright{
	float: right;
	margin: 5px 0px 15px 20px;
}
.wp-block-image .aligncenter,
img.aligncenter,
figure.aligncenter{
	float: none;
	margin: 60px auto;
}
.wp-block-cover, 
.wp-block-cover-image{
	width: auto;
}
/* product */
main.site-main.list ul.products {
	width: 100%;
}
main.site-main.list ul.products li.product {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
main.site-main.list ul.products li.product figure {
	position: relative;
	width: 30%;
}
main.site-main.list ul.products li.product figure img{
	margin-bottom: 0;
}
main.site-main.list ul.products li.product .woo-content.list {
	width: 70%;
	padding-left: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
/* product single */
.post-navigation a, .post-navigation a {
    display: inline-block;
}
.post-navigation a span.single-nav-left,
.post-navigation a span.single-nav-right {
    min-height: 40px;
    min-width: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #3E3E3E;
    color: #3E3E3E;
    transition: all 0.4s ease-in-out;
}
.post-navigation a:hover span.single-nav-left,
.post-navigation a:hover span.single-nav-right {
    background-color: #3E3E3E;
    border: 1px solid #3E3E3E;
    color: #fff;
}
.post-navigation a span.single-nav-right {
    margin-left: auto;
}
/* blog */
.card {
	display: block;
	padding: 0px;
    margin-bottom: 50px;
}
.card figure {
    min-width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
}
.card p.card-text {
    width: 100%;
}
.card.default {
	padding: 0px;
	position: relative;
	height: 450px;
    border: 0;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
}
.card.default figure:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: inset 0px -200px 90px -70px rgba(0, 0, 0, 0.7);
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.card.default:hover figure:before {
    box-shadow: inset 0px -240px 90px -70px rgba(0, 0, 0, 0.7);
}
.card.default .content-default {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    z-index: 2;
}
.card.default figure{
	margin: 0;
}
.card.default .content-default .title-default {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0;
}
.card.default .content-default .title-default a{
    color: #fff;
}
.card.default .content-default .title-default a:hover{
    color: #D09459;
}
.card.default a.blog-btn  {
    margin: 0 30px;
}
.card.default figure{
    overflow: hidden;
	margin-bottom:0;
	height: 450px;
}
.card.default figure img{
	object-fit: cover;
	height: 450px;
	transition: all 0.3s ease-in-out;
}
.card.default:hover figure img{
	transform: scale(1.1);
}
.has-sidebar .container,
.has-sidebar .container-fluid,
.has-sidebar .no-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.left-sidebar .container ,
.left-sidebar .container-fluid,
.left-sidebar .no-container {
    flex-direction: row-reverse;
}
.right-sidebar .container,
.right-sidebar .container-fluid,
.right-sidebar .no-container {
    flex-direction: row;
}
.has-sidebar .page-content-wrapper,
.has-sidebar div#primary {
    width: calc(70% - 20px);
}
.no-sidebar div#primary{
    width: 100%;
}
.has-sidebar .empowerment-sidebar,
.has-sidebar div.secondary {
    width: calc(30% - 20px);
    display: inline-block;
}
.blog-content-wrapper .blogs,
section.related-posts .related-posts-wrap {
	display: flex;
	flex-wrap: wrap;
	min-width: 100%;
	margin: 0 -15px;
}
.blog-content-wrapper .blogs>div,
section.related-posts .related-posts-wrap>div{
    padding: 0 15px;	
}
section.related-posts .related-posts-wrap.slick-slider>div {
    padding: 0;
}
.col-1 .blog-content-wrapper .blogs>div {
    width: 100%;
    padding: 0;
}
.col-2 .blog-content-wrapper .blogs>div {
    width: 50%;
}
.col-3 .blog-content-wrapper .blogs>div ,
section.related-posts .related-posts-wrap>div {
    width: 33.33%;
}
.col-4 .blog-content-wrapper .blogs>div  {
    width: 25%;
}
/*section.related-posts .related-posts-wrap.slick-slider {
    display: block;
}*/
section.related-posts .related-posts-wrap>div.slick-list{
    width: 100%;
}
section.related-posts .related-posts-wrap>div.slick-list .slick-slide {
    margin: 0 15px;
}
.blog .card {	
	display: inline-block;
	width: 100%;
	background-color: transparent;
	margin-bottom: 50px;
    border: 0;
}
.blog .card p{
    word-break: break-word;
}
.blog .card figure,
section.related-posts .post figure{
	margin-bottom: 20px;
    overflow: hidden;
}
.blog .card figure a,
section.related-posts .post figure a{
	width: 100%;
}
.blog .card figure img,
section.related-posts .post figure img{
	width: 100%;
}
.card figure img,
section.related-posts .post figure img {
    transition: all 0.3s ease-in-out;
}
.card:hover figure img,
section.related-posts .post:hover figure img {
	transform: scale(1.1);
}
.blog .card .card-title,
section.related-posts .post .entry-title{
	font-size: 24px;
	margin-bottom: 5px;
    margin-top: -5px;
}
.blog .card.list .card-title{
	font-size: 28px;
}
.meta-info{
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 5px;
}
.meta-info>span{
	margin-right: 10px;
    margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    font-size: 14px;
    text-transform: capitalize;
    color: #6b6b6b;
    transition: all 0.4s ease-in-out;
}
.meta-info>span span:not(:last-child) {
    margin-right: 5px;
}
.meta-info>span a{
    color: #676767;
}
.meta-info>span>a:last-child {
    margin-right: 0px;
}
.meta-info>span:hover a {
    color: #D09459;
    cursor: pointer;
}
.post-date:before,
.post-comment:before,
.post-cats:before,
.post-tags:before,
.mdates:before{
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}
.font-awesome-enable .post-date:before, 
.font-awesome-enable .post-comment:before, 
.font-awesome-enable .post-cats:before, 
.font-awesome-enable .post-tags:before, 
.font-awesome-enable .mdates:before {
    background-image: none;
    font-family:"FontAwesome";
    font-family: "Font Awesome 5 Free";
    width: auto;
    height: auto;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}
.post-date:before,
.mdates:before {
    background-image: url(../images/clock.svg);
}
.mdates:before{
    width: 13px;
    height: 12px;
}
.post-comment:before{
    background-image: url(../images/comment.svg);
}
.post-cats:before{
    background-image: url(../images/folder.svg);
}
.post-tags:before{
    background-image: url(../images/tag.svg);
}
.font-awesome-enable .post-date:before, 
.font-awesome-enable .mdates:before{
    content: "\f073";
}
.font-awesome-enable .post-comment:before{
    content: "\f075";
}
.font-awesome-enable .post-cats:before{
    content: "\f07b";  
} 
.font-awesome-enable .post-tags:before{
    content: "\f02c";  
    font-weight: 900;
}
.fancy a:before,
.fancy span:before {
    display: none;
}
span.meta-label:before {
    display: none;
}
.post-author a {
    display: flex;
    flex-wrap: wrap;
}
.utrapress-meta-author-image .author-img{
	margin-right: 0;
}
span.author-img {
    margin-right: 5px;
    display: inline-block;
    margin-top: -6px;
}
span.author-img img {
    width: 25px;
    height: auto;
    border-radius: 50%;
    position: relative;
}
.blog .card .blog-btn{
	margin-bottom: 20px;
}
.blog .card .blog-btn:last-child {
    margin-bottom: 0;
}
.blog .post{
	margin-bottom: 0;
}
.card figure img,
.card figure{
	width: 100%;
}
.card-body{
	padding:30px;
}
.card figure{
	margin-bottom: 0px;
}
section.blog.list .post {
    width: 100%;
}
.card.list {
    width: 100%;
    display: block;
}
.card.list figure {
    width: 100%;
    min-width: 100%;
}
.card.list .list-content-wrap {
	width: 100%;
}
/* commment -*/
h3.comment-reply-title {
    font-size: 24px;
}
form.comment-form input,
form.comment-form textarea {
    width: 100%;
}
p.comment-form-author, 
p.comment-form-email {
    width: calc(50% - 18px);
    display: inline-block;
}
 p.comment-form-author {
    margin-right: 14px!important;
}
 p.comment-form-email {
    margin-left: 15px!important;
}
p.comment-form-cookies-consent input {
    width: auto;
    margin-right: -7px 5px 0 0;
}
p.form-submit input {
    width: auto;
}
/* pagination */
.navigation.pagination {
    display: block;
    width: 100%;
}
.nav-links,
.woocommerce-pagination ul.page-numbers{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}
.nav-links a.page-numbers,
.nav-links span.page-numbers,
.woocommerce-pagination ul.page-numbers .page-numbers{
	width: 40px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border:1px solid #3E3E3E;
	color: #3E3E3E;
	-webkit-transition: all .400s ease-in-out;
	-moz-transition: all .400s ease-in-out;
	-ms-transition: all .400s ease-in-out;
	-o-transition: all .400s ease-in-out;
	transition: all .400s ease-in-out;
}
.nav-links span.page-numbers.current,
.nav-links .page-numbers:hover,
.woocommerce-pagination ul.page-numbers span.page-numbers.current, 
.woocommerce-pagination ul.page-numbers a.page-numbers:hover{
	color: #fff;
	background-color:#3E3E3E;
}
.nav-links .page-numbers:not(:first-child),
ul.page-numbers li:not(:first-child){
	margin-left: 5px;
}
/* blog single */
body.single-post .entry-content {
    font-size: 115%;
}
.single .post-thumbnail {
    margin-bottom: 30px;
}
.entry-content {
    margin-bottom: 30px;
}
.d-flex{
	display: flex;
}
.vertical-center{
	align-items: center;
}
.comments-area {
    margin-top: 50px;
}
ul.single-pagination-bar {
    align-items: flex-start;
  width: 100%;
  justify-content: space-between;
    padding: 0;
    list-style-type: none;
    margin: 50px 0 0 0;
}
ul.single-pagination-bar li {
  position: relative;
  width: calc(50% - 30px);
  padding: 20px;
  border: 1px solid #e3e3e3;
  transition: all 0.3s ease-in-out;
}
ul.single-pagination-bar li.page-bar-prev{
    padding-left: 40px;
}
ul.single-pagination-bar li.page-bar-next {
    padding-right: 40px;
}
ul.single-pagination-bar li a.link-cover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
ul.single-pagination-bar li .pagi-main-wrap {
    justify-content: flex-end;
}
ul.single-pagination-bar li.page-bar-prev .pagi-main-wrap {
    flex-direction: row-reverse;
}
ul.single-pagination-bar li span.custom-chevron {
    margin: 0;
    position: absolute;
    left: 5px;
    top: 50%;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
span.custom-chevron:before, 
span.custom-chevron:after {
    content: '';
    display: block;
    height: 2px;
    width: 12px;
    background-color: #000;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
span.custom-chevron:before {
    transform: rotate(-45deg);
    top: 10px;
}
span.custom-chevron:after {
    transform: rotate(45deg);
    bottom: 10px;
}
.pagi-content-wrap .custom-chevron.next {
    left: inherit;
    right: 5px;
    transform: rotate(180deg);
    transform-origin: center;
}
.pagi-content-wrap .label {
    font-size: 14px;
}
ul.single-pagination-bar li h4.article-name{
  font-size: 18px;
  margin-bottom: 0;
}
ul.single-pagination-bar li .pag-img {
    display: inline-block;
    width: 70px;
    margin-right: 20px;
    line-height: 0;
    height: 70px;
    overflow: hidden;
}
ul.single-pagination-bar li .pag-img.next-image{
  margin-left: 20px;
  margin-right: 0;
}
ul.single-pagination-bar li:hover{
  transform:translateY(-5px);
  background-color: #F7F7F7;
}
.entry-header h1 {
    font-size: 30px;
}
section.related-posts {
    margin-top: 100px;
}
/* search */
.search-section {
    padding: 144px 0 50px;
    background-color: #f5f5f5;
    margin-bottom: 60px;
}
/* contact form */
.form-group {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.form-group span{
	display: block;
	width: 100%;
}
.form-inline .form-group {
    width: calc(50% - 15px);
}
.form-inline {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.form-group textarea {
    height: 150px;
}
.screen-reader-response {
    display: none;
}
span.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 12px;
    line-height: 1;
    margin: 10px 0 0;
}
.wpcf7-response-output {
    font-size: 12px;
    padding: 0;
    margin: 0;
    text-align: center;
}	
.wpcf7-response-output.wpcf7-validation-errors{
	color: #ff0000;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #008000;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    border: none;
    line-height: 1.4;
}
/* author single */
.empowerment-author-box-wrapper{
	margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    border: 1px solid #d3d3d3;
}
.empowerment-author-box-wrapper .empowerment-author-box-image a {
    display: block;
}
.empowerment-author-box-wrapper .empowerment-author-box-image {
    margin-bottom: 20px;
}
.empowerment-author-box-wrapper .empowerment-author-box-image img{
    text-align: center;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px dashed #c0c0c0;
    padding: 5px;
}
.empowerment-author-box-wrapper .empowerment-author-box-content {
    width: calc(100% - 120px);
    padding-left: 30px;
}

.empowerment-author-box-wrapper .empowerment-author-box-title a{
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #676767;
    margin-bottom: 5px;
}
.empowerment-author-box-wrapper .empowerment-author-box-social {
    margin-top: 20px;
}
.empowerment-author-box-wrapper .empowerment-author-box-social a.empowerment-pro-author-icon{
    margin: 0;
    margin-right: 16px;
    color: #676767;
}
.empowerment-author-box-wrapper .empowerment-author-box-social a.empowerment-pro-author-icon:hover{ 
    color: #676767;
}
.empowerment-author-box-wrapper .empowerment-author-box-social svg {
    height: 18px;
    width: auto;
}
.empowerment-author-box-wrapper .empowerment-pro-author-box-image.img-signature {
    margin: 25px 0;
}
.empowerment-author-box-wrapper a.btn-primary {
    margin: 20px auto 0;
    display: block;
    width: 45%;
    text-align: center;
    border-radius: 25px;
}
.empowerment-author-box-wrapper a.btn-primary .link-label {
    line-height: 1;
}
.card.list .list-content-wrap .empowerment-social-share-wrapper{
	float: right;
	transform: translateY(5px);
}

.grid-text-over .blog-content-wrapper .blogs .card {
    position: relative;
    min-height: 500px;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.grid-text-over .blog-content-wrapper .blogs .card figure {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.grid-text-over .blog-content-wrapper .blogs .card figure a, 
.grid-text-over .blog-content-wrapper .blogs .card figure a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.grid-text-over .blog-content-wrapper .blogs .card .list-content-wrap {
    background-color: #fff;
    z-index: 1;
    padding: 30px;
}
.grid-text-over .blog-content-wrapper .blogs .card .list-content-wrap .card-title {
    margin: 0;
}
.empowerment-social-share-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.empowerment-social-share-wrapper ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0 0 0 15px;	
}
.empowerment-social-share-wrapper ul li a,
.empowerment-social-share-wrapper ul li {
    line-height: 1;
}
.empowerment-social-share-wrapper ul li a {
    margin: 0 2px;
    color: #676767 ;
    width: 32px;
    height: 32px;
    border: 1px solid #555555 ;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.empowerment-social-share-wrapper ul li a:hover{
    color: #fff;
    background-color: #555555 ;
    border: 1px solid #555555 ;
}
.empowerment-social-share-wrapper ul li a svg {
    height: 12px;
    width: auto;
}

/* popup */
.newsletter-popup {
    padding: 0;
    margin: 0;
}
.widget.newsletter-popup{
    margin: 0;
	
}
.empowerment-pro-newsletter-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
    background-color: rgb(0 0 0 / 49%);
}
.empowerment-pro-newsletter-popup.open {
	opacity: 1;
	visibility: visible;
}
.empowerment-pro-newsletter-popup span.link-cover {
    position: absolute;
    cursor: pointer;
}
.empowerment-pro-newsletter-popup .empowerment-pro-newsletter-popup-wrap {
    position: absolute;
    width: 700px;
    max-height: 80vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #fff;
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
    overflow: hidden;
}
.empowerment-pro-newsletter-popup.open .empowerment-pro-newsletter-popup-wrap {
    transform: translate(-50%, -50%) scale(1);
}
.empowerment-pro-newsletter-popup-wrap span.close {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 1;
    font-size: 28px;
    line-height: 1;
    color: #a7a7a7;
    cursor: pointer;
}
.empowerment-pro-newsletter-popup-wrap .default-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.empowerment-pro-newsletter-popup-wrap .default-wrap .col-left-wrap {
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.empowerment-pro-newsletter-popup-wrap .default-wrap .col-right-wrap {
    width: 55%;
    padding: 30px;
    float: right;
    margin-left: auto;
    background-color: #fff;
}
.empowerment-pro-newsletter-popup-wrap .default-wrap .content-wrap {
    max-height: 70vh;
}
.empowerment-pro-newsletter-popup-wrap .default-wrap .content-wrap .title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
}
.empowerment-pro-newsletter-popup-wrap .default-wrap .col-left-wrap .image-wrap, 
.empowerment-pro-newsletter-popup-wrap .default-wrap .col-left-wrap .image-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.empowerment-pro-newsletter-popup-wrap .default-wrap .content-wrap form {
    margin-top: 20px;
}
.empowerment-pro-newsletter-popup-wrap .default-wrap .content-wrap form input {
    height: 40px;
}
.empowerment-pro-newsletter-popup-wrap .default-wrap .content-wrap form p {
    display: flex;
    align-items: flex-end;
}
.empowerment-pro-newsletter-popup-wrap .default-wrap .content-wrap form p label {
    margin-bottom: 0;
}
.empowerment-pro-newsletter-popup-wrap .default-wrap .content-wrap form input.wpcf7-submit {
    width: 160px;
    padding: 0;
}
/*-author sidebar*/
.author-image {
    margin-bottom: 15px;
}
.author-image.rounded img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}
.emp-author-name {
    margin-bottom: 10px;
}

.emp-author-desc,
.emp-social-links-desc,
.emp-social-links-desc {
    margin-bottom: 15px;
}
.emp-author-links,
.emp-social-links {
    display: flex;
    align-items: center;
}
.emp-author-links a,
.emp-social-links a {
    margin-right: 10px;
}
/* footer */
footer ul.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
footer ul.menu>li.menu-item{
    margin-bottom:  5px;
}
footer ul.menu>li.menu-item:last-child{
    margin-bottom:  0px;
}
footer ul.menu>li.menu-item>a,
.contact-detail p a,
p.newsletter {
    font-size: 14px;
    color: #c0c0c0;
    transition: all 0.3s ease-in-out;
}
footer ul.menu li.menu-item a:hover,
.contact-detail p a:hover {
    color: #fff;
}
.newsletter {
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.newsletter input.wpcf7-email {
    height: 50px;
    border-radius: 0;
    border: 0;
    padding: 10px;
    font-size: 14px;
    background-color: #414346;
    color: #fff;
    width: 280px;
}
.newsletter input.wpcf7-submit {
    background-image: url('../images/paper-plane.png');
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    font-size: 0!important;
    height: 50px;
    width: 50px;
    border-radius: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D09459;
    padding: 0;
}
.newsletter input.wpcf7-submit:before {
    content: url(../images/paper-plane.png);
}
/* no result */
.no-results {
    height: 50vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.no-results .page-content {
    margin: 0;
}
.no-results .page-content form input {
    height: 50px;
}
.no-results .page-content form label input.search-field {
    padding: 10px;
}
.no-results h1.page-title {
    text-align: center;
}
.no-results .page-content {
    text-align: center;
}
.no-results form.search-form {
    display: flex;
    flex-wrap: wrap;
}
.no-results form.search-form label {
    width: 65%;
}
.no-results form.search-form input.search-submit {
    width: 35%;
}
 /* 404 error */
.error-404.not-found {
    height: 50vh;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.error-404.not-found .page-content{
    margin-top: 0;
}
.error-404.not-found .page-header{
    width: 100%;
    max-width: 40%;
    margin:0 auto 40px;
}
.error-404.not-found .page-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1;
    text-transform: uppercase;
}