/*!
Theme Name: EllaPress
Theme URI: https://pixelonetry.com/downloads/ella-wordpress-theme/
Author: pixelonetry
Author URI: https://pixelonetry.com/
Description: EllaPress is a fully responsive Retina enabled One Page & Multipurpose WordPress Theme suitable for any kind of creative or business use. Premium Kenburn Slider Effects Free from EllaPress. The theme is highly optimized for both mobile and desktop platforms. One uses lazy-loading of images and compression of all required scripts, meaning not only will your website look great, but it will also be lightening fast. In case you would like to integrate an online shop to your website you will benefit from WooCommerce compatibility provided by this parallax WordPress Theme. EllaPress can be used for all kinds of business or corporate websites and is furthermore suitable for personal online presences. Thanks to its responsiveness, your content will be displayed well-organized on all kinds of screen size resolutions, EllaPress SEO Ready and translatabe with Polylang and WPML. EllaPress is SEO Ready. EllaPress supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, and much more. The PRO demo at https://pixelonetry.com/previews/?theme=ella-premium
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ellapress
Tags: custom-background, custom-logo, custom-menu, featured-images, post-formats, flexible-header, business, portfolio, threaded-comments, theme-options, sticky-post, full-width-template, right-sidebar, one-column, two-columns, blog, e-commerce, 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.

ellapress is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	 display: flex;
     flex-direction: column;
     min-height: 100vh;
     margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
}

/**
 * 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: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * 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;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * 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.35em 0.75em 0.625em;
}

/**
 * 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;
}

/**
 * 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */


h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Single post and single page underline fixes */

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.widget .textwidget a {
    text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.widget .textwidget a:hover {
    text-decoration: underline;
}

/*.page-content,
.entry-content,
.entry-summary {
 margin: 1.5em 0 0;
}*/

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Posts and pages
--------------------------------------------- */

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

/* 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 {
	text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
    float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/* Logined In
--------------------------------------------- */
/*.logged-in .pe-menu-sticky {
	margin-top: 32px!important;
}*/
.logged-in .pe-menu-sticky {
    margin-top: 32px;
}
/* Related
--------------------------------------------- */
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.clear {
    clear: both;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.logo img {
    max-height: 100px;
	margin-top: 5px;
}
.about-btn {
  margin-top: 10px;
}
.single-testimonlas h2 {
	font-family: "Playfair Display", Helvetica, Arial, sans-serif;
}
/*.row.pe-portfolio-scroller-item.pe-load-more-item {
    margin-top: 40px;
}*/

/*img.custom-logo {
	max-width: 40px;
}*/
h3.test-logo {
	font-family: "Playfair Display", Helvetica, Arial, sans-serif;
	margin-top: 15px;
    letter-spacing: 5px;
    margin-bottom: 0!important;
  }

.close-menu {
    display: none; /* Default to hidden */
    background-color: transparent; /* Transparent background */
    border: none; /* No border */
    font-size: 24px; /* Adjust font size */
    cursor: pointer; /* Change cursor to pointer */
    color: #333; /* Text color */
}
.close-menu:hover {
  color: #b8a279; /* Change color on hover */
}

/* Show close button on mobile devices */
@media (max-width: 768px) { /* Adjust the max-width as needed */
    .close-menu {
        display: inline-block; /* Show close button on mobile */
        top: 10px; /* Adjust top position */
        right: 10px; /* Adjust right position */
        z-index: 1000; /* Ensure itâ€™s above other content */
    }
}

/* NEW REALSE  */ 
.page-header {
    margin-bottom: 25px;
}
.author-post{
	display: flex;
	align-items: center;
	margin: 40px 0;
	border: 1px solid #eee;
	border-style: solid none;
	padding: 20px 0;
	overflow: hidden;
  }
  .author-post .author-image{
	margin: 0 15px 0 0;
  }
  .author-post img{
	width: 50px;
  }
  .author-post a{
	color: #333;
  }
  .author-post a:hover{
	color: #b8a279;
  }
  
  h2.entry-title {
    font-family: "Playfair Display", Helvetica, Arial, sans-serif;
	color: #444;
}
  .comment-form input[type="submit"] {
	color: #fff;
    background-color: #b8a279;
    border-color: #b8a279;
    font-size: 12px;
	padding: 5px 25px;
	line-height: 26px;
    font-weight: 400;
    display: inline-block;
    border: 2px solid #eee;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
}
  
  .comment-form input[type="submit"]:hover {
	background-color: #232323;
    border-color: #232323;
    color: #fff;
  }
  .comments-area .comment-form label[for="wp-comment-cookies-consent"] {
    display: inline-block!important;
    margin-left: 5px;
}
.comment-reply-title {
	font-family: "Playfair Display", Helvetica, Arial, sans-serif;
	font-size: 28px;
}
h3.comments-title {
	font-family: "Playfair Display", Helvetica, Arial, sans-serif;
}

.entry-footer {
    font-family: "Playfair Display", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 18px;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #666;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #b8a279!important;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}
/* -------------------------------------------------------------
POST NAVIGATION
-------------------------------------------------------------- */
.nav-links {
	display: flex;
	align-items: center;
	margin: 40px 0;
	border: 1px solid #ddd;
	border-style: solid none;
	/*padding: 20px 0;*/
	padding-top: 15px;
	padding-bottom: 22px;
	overflow: hidden;
	}
	
	
	/*
	.post-navigation {
	  border-bottom-width: 1px;
	  border-bottom-style: solid;
	  padding: 20px 0 22px;
	  overflow: hidden;
	}
	  */
	
	.post-navigation .previous-post {
	  float: left;
	  width: 50%;
	}
	
	.post-navigation .next-post {
	  float: right;
	  width: 50%;
	}
	
	
	.next-post > a {
	  float: right;
	  width: 75px;
	  margin-left: 18px;
	}
	
	.previous-post > a {
	  float: left;
	  width: 75px;
	  margin-right: 18px;
	}
	
	.nav-subtitle {
	  color: #666;
	  font-size: 11px; 
	  font-weight: 300; 
	  letter-spacing: 2px;
	  text-transform: uppercase; 
	}
	
	.nav-title {
	  color: #333; 
	  font-size: 14px; 
	  font-weight: 600; 
	  letter-spacing: 1px;
	}
	.nav-title:hover {
	  color: #b8a279; 
	}
	
	.post-navigation span {
	  /*display: block;*/
	  padding-top: 12px;
	  line-height: 2.2;
	 /* font-size: 11px;
	  letter-spacing: 1px;
	  */
	  font-weight: 600;
	  text-transform: uppercase;
	}
	
	.post-navigation > div h5 {
	  padding-bottom: 19px;
	  font-size: 13px;
	  line-height: 1.8;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	}
	
	.post-navigation .previous-post  > div {
	  float: left;
	  text-align: left;
	}
	
	.post-navigation .next-post  > div {
	  float: right;
	  text-align: right;
	}

	/* -------------------------------------------------
DF WordPress Navigation
----------------------------------------------------/*
/* Default WordPress */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  /*  margin: 0 0 2.5em; */
    overflow: hidden;
    font-size: 22px;
    font-family: "Playfair Display", Helvetica, Arial, sans-serif;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    margin-top: 10px;
    float: left;
    width: 50%;
    font-size: 22px;
    font-family: "Playfair Display", Helvetica, Arial, sans-serif;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    margin-top: 10px;
    float: right;
    text-align: right;
    width: 50%;
    font-size: 22px;
    font-family: "Playfair Display", Helvetica, Arial, sans-serif;
}
/* -------------------------------------------------------------
WP DEFAULT WIDGET
-------------------------------------------------------------- */
.widget-area {
	margin-bottom: 40px;
	/*margin-top: 20px;*/
  }
  .widget {
	margin: 0 0 1.5em;
	text-align: left;
  }
  .wp-block-heading {
	font-family: "Playfair Display", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
    font-size: 14px;
	text-align: left;
    color: #222;
  }
   .widget_recent_entries h3,
   .widget_categories h3, 
   .widget_text h3, 
   .widget_archive h3,
   .widget_meta h3,
   .widget_recent_comments h3,
   .widget_tag_cloud h3 {
	font-family: "Playfair Display", Helvetica, Arial, sans-serif;
	font-size: 26px;
	margin-bottom: 5px;
  }
  .widget ul li {
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
	padding: 10px 0;
	margin: 0;
 }
 .widget ul li a {
	color: #b8a279;
	 line-height: 24px;
 }
 .widget ul li a:hover {
	 opacity: 0.6;
 }
/* COMMENTS */
.wp-block-latest-comments__comment-meta {
	margin-bottom: 10px;
}
ol.wp-block-latest-comments {
	margin-top: 20px!important;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
}

ol.wp-block-latest-comments li {
	border-bottom: 1px solid #d9d9d9;
	/*margin: 0;*/
	/*padding: 6px 0; /* Tighten vertical spacing */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.4;
}

ol.wp-block-latest-comments li:last-child {
	border-bottom: none;
}

ol.wp-block-latest-comments li > * {
	margin: 0; /* Remove spacing from inner elements */
}

ol.wp-block-latest-comments li a {
	color: #b8a279;
	text-decoration: none;
}

ol.wp-block-latest-comments li a:hover {
	opacity: 0.6;
}

  /* STANDARD WIDGET TITLE */
  .widget-title {
	text-transform: uppercase;
	margin-bottom: 10px;
    font-size: 14px;
	text-align: left;
    color: #222;
  }
  .widget-title:after {
	display: none;
  }
  .widget-area .widget_calendar table{
	width: 100%;
  }
  /* text widget */
  .textwidget div {
	font-size: 13px;
  }
/* Seach Widget */
.widget_search{
	position:relative!important;
}

.widget_search form > a{
	display:none!important;
}
.widget_search input.search-field {
  display: block;
  width: 208px;
  border-radius: 0;
  box-shadow: none;
  font-size: 11px;
  height: 26px;
  padding-left: 10px;
  padding-right: 30px;
  border-color:#e9e9e9;

  outline:none;
  background-color: #fff;
 /* height: 56px; */
 /* width: 100%;*/
  line-height: 56px;
/*  font-size: 14px; */
  color: #666;
  padding-left: 26px;
  padding-right: 26px;
  border:1px solid #E0E2E3;
}
.widget_search input.search-field:focus {
	border-color:#666;
}

.widget_search input.search-submit {
    display: none;
}

/*.widget_search .search-form{
    display: flex;
  }
  .widget_search .search-form label{
    width: 100%;
  }
  .widget_search input.search-field {
    padding: 8px 5%;
    width: 100%;
    border-right: none;
    border: 1px solid #b8a279;
  }
  .widget_search input.search-field:active {
    outline: none;
  }
  .widget_search input.search-field:focus {
    outline: none;
  }
  .widget_search input.search-field:after {
    padding: 8px 5%;
    width: 100%;
    border-right: none;
    border: 1px solid #b8a279;
  }
  .widget_search input.search-submit {
    border: none;
    padding: 8px 5%;
    background: url(img/search.png) center no-repeat;
    color: #fff;
    width: 22%;
    height: 10px;
    background-size: 25px;
    text-indent: -9999px;
    background-color: #b8a279; 
    padding: 20px;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
  }
  .widget_search input.search-submit:hover{
	background-color: rgba(184, 162, 121, 0.695);

  }
  #search-submit__button {
    width: 24%;
  }*/
/*new update search widget*/
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-search .wp-block-search__input{
  width: 100%;
  display: inline-block;
  position: relative;
  border-right: none;
  border: 1px solid #b8a279;
  height: 40px;
  margin-top: 4px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper:focus,
.wp-block-search .wp-block-search__input:focus{
  outline: none;
}
.wp-block-search .wp-block-search__button{
  position: relative!important;
  border: none!important;
  display: block!important;
  padding: 8px 5%!important;
  background: url(img/search.png) center no-repeat!important;
  color: #fff!important;
  width: 30%!important;
  height: 10px!important;
  background-size: 25px!important;
  text-indent: -9999px;
  background-color: #b8a279!important;
  padding: 20px!important;
  border-radius: 0!important;
  transition: all 0.2s ease-in-out!important;
  opacity: 1!important;
}
.wp-block-search .wp-block-search__button:hover{
  background-color: rgba(184, 162, 121, 0.675)!important;
}
.wp-block-search__label {
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
}

/*Team Social*/

.pe-team-social .fa-facebook {
    color: #475996!important;
}
.pe-team-social .fa-twitter {
    color: #69baf3!important;
}
.pe-team-social .fa-gplus {
    color: #f00!important;
}
.pe-team-social .fa-linkedin {
    color: #4875b4!important;
}
.pe-team-social .fa-pinterest {
	color: #d03737!important;
}
.pe-team-social .fa-dribbble {
	color: #d76896;
}
.pe-team-social .fa-behance {
	color: #00a8e7;
}
.pe-team-social .fa-instagram {
    color: #beb3a8;
}
.pe-team-social .fa-dropbox {
	color: #008ad2;
}
.pe-team-social .fa-skype {
	color: #00a9ed;
}
.pe-team-social .fa-youtube {
    color: #cd1b20;
}
.pe-team-social .fa-tumblr {
    color: #3a5976;
}
.pe-team-social .fa-vimeo {
    color: #00adee;
}
.pe-team-social .fa-flickr {
    color: #d2d2d2;
}
.pe-team-social .fa-github {
    color: #6a737d;
}
.pe-team-social .fa-renren {
    color: #364a83;
}
.pe-team-social .fa-vk {
    color: #3b5998;
}
.pe-team-social .fa-xing {
    color: #015f5e;
}
.pe-team-social .fa-weibo {
    color: #be4443;
}
.pe-team-social .fa-digg {
    color: #222;
}
.pe-team-social .fa-deviantart {
    color: #57675d;
}
.pe-team-social .fa-envelope {
    color: #999;
}
.pe-team-social .fa-delicious {
    color: #0A0A0A;
}
.pe-team-social .fa-rss {
    color:  #e67e22;
}
/* Navigation
--------------------------------------------- */
.pe-menu-main ul li:hover > ul,
.pe-menu-main ul li.focus > ul {
	left: -15px!important;
}
@media only screen and (max-width: 992px) {
	.pe-menu-main ul li:hover > ul,
	.pe-menu-main ul li.focus > ul {
		left: 100%!important;
	}
}
@media only screen and (max-width: 768px) {
	.pe-menu-main ul li:hover > ul,
	.pe-menu-main ul li.focus > ul {
		left: 100%!important;
	}
}
.pe-menu-main ul ul li a {
    background-color: #333!important;
    color: #ccc!important;
}

.pe-menu-main ul ul li a:focus {
    background-color: #444!important;
    color: #fff!important;
}

/* Small menu. */

.menu-toggle-button {
	display: none!important;
}

@media screen and (min-width: 37.5em) {

	.pe-menu-main ul {
		display: block!important;
	}
}


/* Navigation
--------------------------------------------- */
/*
.pe-menu-main ul {
	display: none!important;
}
.pe-menu-main ul li.focus > ul {
	left: -15px!important;
}
.pe-menu-main ul ul li a {
    background-color: #333!important;
    color: #ccc!important;
}

.pe-menu-main ul ul li a:focus {
    background-color: #444!important;
    color: #fff!important;
}

.menu-toggle-button {
	display: none!important;
}


@media screen and (min-width: 37.5em) {

	.pe-menu-main ul {
		display: block!important;
	}
}
*/


/*.pe-menu-main ul li > ul {
	display: none !important;
	left: -15px !important;
}
*/

/* Show submenu when hovering over a parent */
/*
.pe-menu-main .menu-item-has-children:hover > ul,
.pe-menu-main .menu-item-has-children.open > ul,
.pe-menu-main .menu-item-has-children.focus > ul {
	display: block !important;
}
*/

/* Position adjustment */
/*
.pe-menu .dropdown-menu {
	left: -15px !important;
	display: none !important;
}

/ Show dropdown on hover or open state *
.pe-menu .menu-item-has-children:hover > .dropdown-menu,
.pe-menu .menu-item-has-children.open > .dropdown-menu {
	display: block !important;
}
*/
/*
.menu-item-has-children:hover .pe-menu-main ul li > ul,
.menu-item-has-children.open .pe-menu-main ul li > ul {
    display: block!important;
}
*/
/*.dropdown-menu {
    display: none!important;
    left: -15px!important;
    z-index: 1000!important;
}
.menu-item-has-children:hover .dropdown-menu,
.menu-item-has-children.open .dropdown-menu {
    display: block!important;
}
*/
