/*
Theme Name: Signify Dark
Theme URI: https://wenthemes.com/item/wordpress-themes/signify-dark/
Author: WEN Themes
Author URI: https://wenthemes.com/
Description: Signify Dark is a free dark Blog and Corporate WordPress theme that is trendy, responsive, and dynamic. It is a child theme of Signify, a popular Corporate WordPress theme. Signify Dark inherits all the premium-like features and functionalities from its parent theme. However, the child theme comes with a dark color scheme. Dark color schemes are quite popular and trending nowadays on top charts as it is considered to be a bold design trend and also they’re easy on the eye. If you love dark theme for your blog or corporate site, Signify Dark is the one to go for. You will find features like Featured Content, Slider Options, Portfolio, Testimonials, Services, Hero Content, Header Media, Menu Options, and more in Signify Dark. With the awesome package full of features and a dark color scheme, Signify Dark will represent your site in an aesthetic manner. Your blog/corporate site will look absolutely gorgeous and professional across all screen sizes as well. Official Support Forum: https://themepalace.com/support-forum/ Full Demo: https://wenthemes.com/theme-demos/?demo=signify-dark
Version: 3.1
Requires at least: 5.6
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, news, photography, portfolio
Text Domain: signify-dark
Template: signify

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.
*/


/* Background Color */
body {
    background-color: #000;
}
/*andrea added*/
iframe {
	width: 100%;
	margin-top: 16px; 
}
ul {
	padding: 0;
	margin: 0;
}
ul li, ol li {
	margin-bottom: 5px;
}
/*added by andrea june 2024*/
ul li:before {
	margin-left: 0;
	padding-left: 0;
}
ul li {
   list-style-position: outside;
	margin: 15px;
}
/*custom sign for list item*/
ul.picwrap li {
  list-style-type:none;
  margin-left: 5%;
  text-indent: -10px;
}
ul.picwrap li::before{
  content:'\2618 \00A0';
  display:inline-block;
}
.flower-image {
	flex: 18%; 
}
.flower-name-email {
	flex: 1; 
	width: 35%;
	margin: 5px 2%;
}
.flower-name {
	margin: 0;  text-align: center; display: block; width: 150px; font-size: 01.0rem;
} 
.flower-text {
	flex: 28%;
	padding: 5px 1%;
}
.flower-item {
	flex: 1; width: 40%;
}
.flower-item-right {
	flex: 2; width: 60%;
}
.flower-wrap {
	display:flex;flex-wrap: wrap; border-top: 1px solid #666;border-bottom: 1px solid #666;
}
.flower-wrapper div:nth-child(2) {
	border-right: 1px solid #666;
}
.flower-wrapper {
	display:flex;flex-wrap: wrap; 
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.flower-info-wrapper {
	display:flex;flex-wrap: wrap; 
}
.flowers-order-wrap {
	width: 50%; 
	margin: auto;
}
.flowers-order-wrapper {
	flex-direction: row;
    flex-wrap: wrap;
	width: 80%; 
	margin: auto;
}
#wpcf7-f1635-p1636-o1 .group-flowers  {
	width: 55%;
	display: inline-block;
	margin: 0 2% 0 0;
	
}
.wpcf7-list-item-label {
	font-size: 1.0rem;
}
.wpcf7-list-item {
	margin-left: 0;
}
/*added june 13*/

input[type=radio],input[type=checkbox] {
    margin-right:0 !important;
}
.wpcf7 label.before-box {
	display: inline-block;
}
.wpcf7 label.before-box + .wpcf7-form-control-wrap {
	display: inline-block;
	width: 70%;
}
/*.wpcf7-checkbox {
	width: 40%;
	display: inline-block;
	margin: 0 2% 0 0;
	vertical-align: top;
}*/
#wpcf7-f1776-p1636-o1 {
	padding: 25px; 
	background-color: #222;
}
#wpcf7-f1776-p1636-o1 .wpcf7-list-item.first.last {
	margin: 0 0 0 0;
}
#wpcf7-f1635-p1636-o1 input[type="number"], #wpcf7-f1681-p1682-o1  input[type="number"] {
	width: 15%;
	display:inline-block;
	padding: 2px 5px;
	margin-left: 5px;
}
#wpcf7-f1635-p1636-o1 > .wpcf7-checkbox,  #wpcf7-f1681-p1682-o1  > .wpcf7-checkbox {
	width: 20%;
	display: inline-block;
	margin: 0 2% 0 0;
}
#wpcf7-f1635-p1636-o1 .wpcf7-list-item {
	margin:0;
	padding: 3px;
}
.col2-imageleft {
	background-color: #2a2a2a; 
	grid-auto-rows: minmax(100px, auto); 
	display: grid; 
	grid-gap: 1em; 
	grid-template-columns: repeat(2, 1fr); 
	justify-items: end; 
	padding: 30px 8%;
}
.semi-trans-box {
	background-color: rgba(0,0,0,0.3);
    display: block;
    margin: auto;
    width: fit-content;
    padding: 10px;
}
.wp-block-column {
	margin-right: 30px;
}
.custom-header-content-wrapper {
	padding: 10px; 
	background-color: rgba(0,0,0,0.3);
}
.custom-header-content-wrapper h2.section-title {
	font-size: 2rem;
}
/*andrea added may 2024*/
.attachment-post-thumbnail {
	float: left;
	padding-right: 10px;
	display: inline-block;
	width: 30%;
}

/* show roses details on new page */
#post-1857 [data-class=wpcf7cf_group], #post-1857 .wpcf7cf_remove, #post-1857 .wpcf7cf_add {
	display: inline-block;
}
#scrollup {
	margin-bottom: 80px;
}
form {
	margin: auto;
}

.flower-scattered {
  background-repeat: no-repeat;
  background-repeat: no-repeat; 
  background-position: bottom right; 
  background-size: cover; 
  background-image: url(https://ethican-nebula.com/wp-content/uploads/2022/08/scattered-orange-pink-roses-w1920-h1080.jpg);
}

.no-sidebar .alignwide {
    margin-left: calc( -78vw / 2 + 100% / 2 );
    margin-right: calc( -78vw / 2 + 100% / 2 );
    max-width: 78vw;
	margin-top: 60px;
}
.no-sidebar .alignwide-0topmargin {
    margin-left: calc( -78vw / 2 + 100% / 2 );
    margin-right: calc( -78vw / 2 + 100% / 2 );
    max-width: 78vw;
	margin-top: 0px;
}
.no-sidebar .alignwide-0bottommargin {
    margin-left: calc( -78vw / 2 + 100% / 2 );
    margin-right: calc( -78vw / 2 + 100% / 2 );
    max-width: 78vw;
	margin-bottom: 0px;
}

#post-505 figure {
	border: 2px solid #fff;
	margin: 32px 0 32px 32px;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 0 16px 16px 36px;
	margin-top: 0;
}
p, span {
	margin:0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.wp-block-media-text_rtl {
  display:grid;
  direction: rtl;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text__content_rtl {
    grid-column: 2; 
    direction: rtl;
    grid-row: 1; 
    padding: 0 8%;
    word-break: break-word;
	display: grid;

}
.page-id-505 div.wp-block-media-text {
	margin-bottom: -62px;
}

.page-id-505 div.wp-block-media-text .wp-block-media-text__content_l40 {
	margin-left: -40px;
	margin-right: 80px;
	position: relative;
	background-color: #F5F5F5;
	margin-top: 102px ;
	margin-bottom: 102px;
    padding:0;
}
.page-id-505 div.wp-block-media-text .wp-block-media-text__content_l40 p, .page-id-505 div.wp-block-media-text .wp-block-media-text__content_l40 h3 {
	padding: 5px 10px 12px 30px;
	
}
.wp-block-media-text__content_l40 p {
/*	margin-top: 30px !important;*/
	position: relative; 
}
.page-id-505 div.wp-block-media-text .wp-block-media-text__content_l40 p span {
	color: #000;
}
.wpcf7-form-control.wpcf7-textarea.summary-text {
    background-color: #222 !important;	
	border-color: #fff;
}

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 {
	background-color: #666 !important;
}
/*a:link {
  color: #FF0000;
}*/
.navigation-classic .main-navigation ul li:hover ul, .top-navigation ul li:hover ul {
	left: 0;
	right: auto;
}
/*.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.top-navigation ul li:hover > ul,
.top-navigation ul li.focus > ul,*/
/*.main-navigation, .top-navigation ul li:hover > ul,
.main-navigation, .top-navigation ul li.focus > ul {
  left: 0 !important;
  width: auto !important;
 }
*/
/*.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.top-navigation ul ul li:hover > ul,
.top-navigation ul ul li.focus > ul {
  left: 100%; }*/

/*.main-navigation  ul  #menu-item-518:hover > ul {
    left: 0 !important;
	right: auto !important;
}
.main-navigation  ul  #menu-item-17:hover > ul {
    left: -999 !important;
	right: 0 !important;
}
.navigation-classic .main-navigation > ul > li > ul{
    display: block;
    float: left;
    margin: 0;
    padding: 7px 0;
    position: absolute;
    top: auto;
    left: -999em;
    z-index: 99999;
}*/

/*@media only screen and (max-width: 747px) {*/
@media only screen and (max-width: 41.5em) {
  .flower-item {
     width: 100%;
	 flex: 100%;
  }
  .flower-wrap {
	width: 100%;
  }
  .flowers-order-wrap {
	width: 90%; 
  }
  .flower-image, .flower-text, .flower-name-email {
	flex-basis: fit-content;
	width: 45%;  
  }
  .flower-wrapper div:nth-child(2) {
	 border-right: none;	
  }
}
/*@media only screen and (min-width: 560px) {*/
@media only screen and (min-width: 31.1em) {
	.alignleft {
		margin: 0;
	}
	.home .wp-block-cover__inner-container {
		position: relative;
	}
.wp-block-media-text__content_rtl {
    grid-column: 2; 
    direction: rtl;
    grid-row: 1; 
    padding: 0 8%;
    word-break: break-word;
	display: grid;

}
.wp-block-media-text__content_l40 {
	padding: 12px 32px;
	margin-left: -40px;
	position: relative;
	background-color: #F5F5F5;
	margin-top: 62px;
	margin-bottom: 62px;

}
.wp-block-media-text__content_l40 p {
/*	margin-top: 30px;*/
	position: relative; 
}
.page-id-505 div.wp-block-media-text {
	margin-bottom: -62px;
}

}
.single .site-main .entry-header, .page .site-main .entry-header, .archive .page-header, .error404 .page-header, .search .page-header, .woocommerce-products-header {
	margin:0;
}
.home .wp-block-cover__inner-container {
	z-index: 1;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right:0;
	padding: 32px; 
	height: 80%; 
	margin: auto; 
	width: 80%; 
	background-color: rgb(0,0,0,.50); 
	color: #fff;
}
.site-branding {
	padding: 12px;
}
.site-branding img {
	width: 80%;
}
/* Page Background Color */
.screen-reader-text:focus,
.boxed-layout .site,
.section:nth-child(even),
#sticky-playlist-section .wp-playlist-light .wp-playlist-playing,
#sticky-playlist-section .wp-playlist-light .wp-playlist-tracks .wp-playlist-item:hover,
#sticky-playlist-section .wp-playlist-light .wp-playlist-tracks .wp-playlist-item:focus,
#header-top .menu-inside-wrapper input[type="search"].search-field,
.color-scheme-photography #site-generator,
.ui-state-active,
.color-scheme-wedding .section:nth-child(odd).hero-section .content-wrapper,
.section:nth-child(odd) .events-content-wrapper .hentry-inner,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.onsale,
.play-button:after,
#contact-section,
#contact-section .contact-content-wrapper,
.comments-area textyarea,
.comments-area input:not([type="submit"]),
.comment-form input:not([type="submit"]),
.comment-form textarea,
.site-header-menu input[type="search"].search-field,
.widget input[type="search"].search-field,
.widget input:not([type="submit"]),
.widget textarea,
.section:nth-child(even) + #contact-section .section-content-wrapper input:not([type="submit"]),
.section:nth-child(even) + #contact-section .section-content-wrapper textarea,
#search-top-container input[type="search"].search-field,
.section:nth-child(odd) + .promotion-section .entry-container-frame:after {
    background-color: #000;
}
/*andrea added*/
.footer-widget-1, aside.widget-area.footer-widget-area.one, .entry-footer{
	display: none;
}
.timeline-content-wrapper .hentry .hentry-inner:before {
    border-color: #000;
}

/* Secondary Background Color */
#colophon .widget-area,
body.boxed-layout,
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.section:nth-child(odd),
#header-top #header-top-search-wrapper.is-open .menu-inside-wrapper,
.section:nth-child(even) .events-content-wrapper .hentry-inner,
.color-scheme-wedding .section:nth-child(even).hero-section .content-wrapper,
.section:nth-child(even) + #contact-section .section-content-wrapper,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total,
.sidebar .widget-wrap,
#primary-search-wrapper .menu-inside-wrapper,
.menu-inside-wrapper,
.mobile-social-search,
#footer-newsletter,
mark,
ins,
.custom-header,
ul.tabs.wc-tabs li.active a,
.woocommerce-Tabs-panel,
.shop_table thead th,
ul.wc_payment_methods.payment_methods.methods li,
.comment-respond,
.widget_shopping_cart,
pre,
code,
.widget .ui-tabs .ui-tabs-panel,
select,
.select2-container--default .select2-selection--single,
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,
.header-top-bar:after,
.comment-list .comment .comment-container,
.section:nth-child(even) + .promotion-section .entry-container-frame:after,
.wp-block-pullquote.is-style-solid-color,
figure.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1),
.wp-block-pullquote.is-style-solid-color,
figure.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #222;
}

.section:nth-child(odd) .timeline-content-wrapper .hentry .hentry-inner:before,
.comment-list .comment-author:before {
    border-color: #222;
}
/*andrea added*/
.wp-block-button__link.has-background-color.wp-element-button {
	background-color: #000;
}
.is-style-outline.wp-block-button .wp-block-button__link, .is-style-outline.wp-block-button .more-link, .is-style-outline.wp-block-button .button {
	background-color: #000;
}

.align80 {
	width: 60%;
	margin: auto;
}

.wp-block-button__link {
  color: #fff !important;
  background-color: #000;
}
.wp-block-button__link:hover {
  color: #000 !important;	
}
.is-style-outline.wp-block-button .wp-block-button__link {
	border: 2px dashed red;
}
.site-content > .wrapper {
	padding: 0;
}
.site-header .header-top-bar .sub-menu{
	left: 0;
	background-color: #222;
}
.navigation-classic #site-navigation .sub-menu, .navigation-classic #site-navigation .children, .site-header .header-top-bar .sub-menu, .site-header .header-top-bar .children
{
	background-color: #222;
}
/*.navigation-classic .main-navigation ul ul, .top-navigation ul ul {
	left: 0;
}*/
@media only screen and (min-width: 85.375em) {
	header.entry-header {
		margin-bottom:0;
	}
	
}
@media only screen and (min-width: 85.375em) {
	header.entry-header {
		margin-bottom:0;
	}
}
@media only screen and (min-width: 64em) {
    .no-sidebar .alignwide {
      margin-left: calc( -78vw / 2 + 100% / 2 ) !important;
      margin-right: calc( -78vw / 2 + 100% / 2 ) !important;
      max-width: 78vw !important;
    }
    .navigation-classic .site-header .sub-menu,
    .navigation-classic .site-header .children,
    .site-header .header-top-bar .sub-menu,
    .site-header .header-top-bar .children {
        background-color: #222;
		
    }
	.wpcf7 div div {
		margin-top: 35px;
	}
}

/* Tertiary Background Color */
.style-one .events-content-wrapper .entry-meta,
#sticky-playlist-section .wp-playlist-light,
.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body,
#sticky-playlist-section .wp-playlist-tracks {
    background-color: #363636;
}

/* Main Text Color */
body,
input,
select,
optgroup,
textarea,
table a,
input::placeholder,
textarea::placeholder,
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"],
blockquote,
.singular-content-wrap .entry-content a:not(.more-link):not(.button):not(button):not(.wp-block-button__link):not(.wp-playlist-caption):hover,
.singular-content-wrap .entry-content a:not(.more-link):not(.button):not(button):not(.wp-block-button__link):not(.wp-playlist-caption):focus,
.singular-content-wrap .entry-summary a:not(.more-link):not(.button):not(button):not(.wp-block-button__link):not(.wp-playlist-caption):hover,
.singular-content-wrap .entry-summary a:not(.more-link):not(.button):not(button):not(.wp-block-button__link):not(.wp-playlist-caption):focus,
.has-background-image.events-section .hentry .event-list-description .entry-summary,
.has-background-image.events-section .hentry .event-list-description .entry-content,
#search-top-container .search-submit,
.is-style-outline.wp-block-button .wp-block-button__link {
    color: #fff;
}

/* Header Text Color */
.site-title a,
.site-description {
    color: #fff;
}

/* Absolute Header Menu Text Color */
.transparent-header-color-scheme.has-header-media .site-header-main .menu-toggle,
.transparent-header-color-scheme.has-header-media .site-header-main .menu-label,
.transparent-header-color-scheme.home .site-header-main .menu-toggle,
.transparent-header-color-scheme.home .site-header-main .menu-label {
    color: #fff;
}

@media only screen and (min-width: 75em) {
    .transparent-header-color-scheme.has-header-media.navigation-classic .site-header-main .main-navigation > .nav-menu > li > a,
    .transparent-header-color-scheme.home.navigation-classic .site-header-main .main-navigation > .nav-menu > li > a {
        color: #fff;
    }
/*	.navigation-classic .main-navigation ul:hover ul, .top-navigation ul:hover ul {
		left:0;
	}*/
}

@media only screen and (min-width: 48em) {
    .transparent-header-color-scheme.has-header-media .site-header-main .cart-contents,
    .transparent-header-color-scheme.home .site-header-main .cart-contents {
        color: #fff;
    }
}

/* Absolute Header Text Color */
.transparent-header-color-scheme.has-header-media .site-title a,
.transparent-header-color-scheme.has-header-media .site-description,
.transparent-header-color-scheme.home .site-title a,
.transparent-header-color-scheme.home .site-description {
    color: #fff;
}

/* Custom Header and Slider Color */
.header-media-tagline,
.custom-header .section-title,
.custom-header .site-header-text,
.feature-slider-wrapper .entry-container .entry-title,
.feature-slider-wrapper .entry-container .entry-title span,
.feature-slider-wrapper .entry-container .entry-summary,
.feature-slider-wrapper .entry-container .entry-content {
    color: #fff;
}

/* Headline Text Color */
h1,
h2,
h4,
h5,
h6,
.section-title,
.vcard,
.color-scheme-music .testimonial-content-section .entry-content,
.color-scheme-music .stats-section .entry-summary,
.color-scheme-music .stats-section .entry-content,
.has-background-image.events-section .hentry .entry-title a,
.has-background-image.events-section .hentry .entry-title,
.has-background-image.events-section.style-two .hentry .entry-meta a,
#featured-content-section .section-content-wrapper .hentry .more-link,
#featured-content-section .section-content-wrapper .hentry .button,
#featured-content-section .section-content-wrapper .hentry button,
.wpcf7 input[type=submit],
.comments-area input[type=submit],
.position,
.section-description-wrapper,
.section-title-wrapper + .section-description,
.section-title + .section-description,
.section-title-wrapper + .section-subtitle,
.section-heading-wrapper > .section-description,
.section-title + .section-description,
.drop-cap:first-letter,
#featured-content-section .entry-header .entry-meta > span a:hover,
#featured-content-section .entry-header .entry-meta > span a:focus,
.product .woocommerce-Price-amount:hover,
.product .woocommerce-Price-amount:focus,
#stats-section .entry-title a:hover,
#stats-section .entry-title a:focus,
.product-container:not(.entry-container) a.button,
.author-name,
.comment-reply-link,
.author-title,
.stats-section .entry-summary .more-link,
.stats-section .entry-content .more-link,
.comment-respond .comment-form p label,
.woocommerce .products .product-container .added_to_cart,
#collection-section .collection-wrapper .product-container .added_to_cart,
.archive-posts-wrapper .hentry .more-link,
.archive-posts-wrapper .hentry .button,
.archive-posts-wrapper .hentry button,
#service-section .more-link,
#service-section .hentry .button,
#service-section .hentry button,
#testimonial-content-section .owl-prev,
#testimonial-content-section .owl-next {
    color: #fff;
}
/*h3.mono {
	margin:0 -32px !important;
}
h3.mono span {
	margin:0 32px;
}*/
h3 {
	margin: 0 !important;
	font-size: 2rem;
}
h3 {
	color: #cc0000;
}

/* Link Color */
a,
.entry-title a,
#colophon .widget li,
.sidebar .widget-wrap p,
.sidebar .widget-wrap li a,
.custom-header-content .site-header-text .entry-meta a:hover,
.custom-header-content .site-header-text .entry-meta a:focus,
.dropdown-toggle,
.site-header-menu .menu-inside-wrapper .nav-menu li button,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
.social-search-wrapper .menu-social-container li a,
.menu-social-container a,
.sidebar nav.social-navigation ul li a:hover,
.sidebar nav.social-navigation ul li a:focus,
.screen-reader-text:focus,
td#today,
.menu-toggle,
.menu-label,
.nav-title,
.post-title,
ul.page-numbers li .page-numbers,
.archive-content-wrap .navigation.pagination .page-numbers,
.woocommerce.has-header-image .woocommerce-breadcrumb a:hover,
.woocommerce.has-header-image .woocommerce-breadcrumb a:focus,
span.breadcrumb a:hover,
span.breadcrumb a:focus,
.comments-title,
.comment-reply-title,
.widget_recent_entries li a,
.toggled-on.active:before,
.comment-respond .comment-form p.is-focused label,
.contact-section.section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li a
.signify-logo-slider-section .section-content-wrapper .entry-title a span,
.site-header-top-main .contact-details li,
.filter-button-group .button,
.filter-button-group .button:hover,
.filter-button-group .button:focus {
    color: #fff;
}

#menu-item-522 a:before {
	content:"\f0ac";
}
#menu-item-1552 a:before {
	content:"\f129";
}
#menu-item-56 a:before {
	content:"\f015";
}
#menu-item-58 a:before {
	content:"\f003";
}
/* Page Post Content Link Color */
.singular-content-wrap .entry-content a:not(.more-link):not(.button):not(button):not(.wp-block-button__link):not(.wp-playlist-caption),
.singular-content-wrap .entry-summary a:not(.more-link):not(.button):not(button):not(.wp-block-button__link):not(.wp-playlist-caption) {
    color: #db4f3d;
}

/* Link Hover Color */
p.stars:hover a:before,
p.stars:focus a:before,
#menu-toggle:hover,
button[type="submit"]:hover,
button[type="submit"]:focus,
nav.navigation.posts-navigation .nav-links a:hover,
nav.navigation.posts-navigation .nav-links a:focus,
#feature-slider-section .owl-nav button:hover:before,
#feature-slider-section .owl-nav button:focus:before,
#scrollup:hover,
#scrollup:focus,
.color-scheme-music .team-section .job-label,
.sidebar .widget-wrap li a:hover,
.sidebar .widget-wrap li a:focus,
#menu-toggle:focus,
.wp-playlist-playing a,
.color-scheme-music .events-content-wrapper .entry-container .entry-meta a:hover,
.color-scheme-music .events-content-wrapper .entry-container .entry-meta a:focus,
.wp-playlist-playing .wp-playlist-item-length,
#product-content-section.has-background-image .woocommerce-pagination .page-numbers:hover,
#product-content-section.has-background-image .woocommerce-pagination .page-numbers:focus,
#collection-section .collection-wrapper .posted_in a,
#menu-toggle:hover .menu-label,
#menu-toggle:focus .menu-label,
.star-rating span:before,
p.stars.selected a.active:before,
p.stars.selected a:not(.active):before,
p.stars.selected a.active ~ a:before,
p.stars a:hover ~ a:before,
p.stars a:focus ~ a:before,
button.menu-toggle:hover .menu-label,
button.menu-toggle:focus .menu-label,
.menu-inside-wrapper .main-navigation > .nav-menu > .current_page_item > a,
.menu-inside-wrapper .main-navigation > .nav-menu > .current_page_item > a:visited,
.navigation-default .menu-inside-wrapper .main-navigation > .nav-menu .current_page_item > a,
.navigation-default .menu-inside-wrapper .main-navigation > .nav-menu .current_page_item > a:visited,
.menu-inside-wrapper .top-navigation > .nav-menu > .current_page_item > a,
.menu-inside-wrapper .top-navigation > .nav-menu > .current_page_item > a:visited,
#reviews .comment-respond .comment-form-rating .stars span a.active:before,
.page-links .current,
#site-header-cart-wrapper a.cart-contents .count,
.header-top-left a.cart-contents .count,
#reviews .comment-respond .comment-form-rating .stars.selected span a:not(.active):before,
.contact-details li .fa,
.section-subtitle,
.playlist-section .entry-container > p,
.feature-slider-wrapper .entry-container .entry-title span:hover,
.feature-slider-wrapper .entry-container .entry-title span:focus,
#sticky-playlist-section .wp-playlist-playing .wp-playlist-caption,
#sticky-playlist-section .wp-playlist-item:hover .wp-playlist-caption,
#sticky-playlist-section .wp-playlist-item:focus .wp-playlist-caption,
#sticky-playlist-section .wp-playlist-playing .wp-playlist-item-length,
#sticky-playlist-section .wp-playlist-item:hover .wp-playlist-item-length,
#sticky-playlist-section .wp-playlist-item:focus .wp-playlist-item-length {
    color: #db4f3d;
}

.site-title a:hover,
.site-title a:focus,
a:hover,
a:focus,
.site-info a:hover,
.site-info a:focus,
.post-title:hover,
.post-title:focus,
.play-button-text:hover,
.play-button-text:focus,
.mejs-container .mejs-controls .mejs-button button:hover,
.mejs-container .mejs-controls .mejs-button button:focus,
.entry-content .mejs-toggle-playlist button:hover,
.entry-content .mejs-toggle-playlist button:focus,
.transparent-header-color-scheme.has-header-media .site-title a:hover,
.transparent-header-color-scheme.has-header-media .site-title a:focus,
.transparent-header-color-scheme.has-header-media.navigation-classic .site-header-main .main-navigation > .nav-menu > li > a:hover,
.transparent-header-color-scheme.has-header-media.navigation-classic .site-header-main .main-navigation > .nav-menu > li > a:focus,
.transparent-header-color-scheme.has-header-media .site-header-main .menu-toggle:hover,
.transparent-header-color-scheme.has-header-media .site-header-main .menu-toggle:focus,
.transparent-header-color-scheme.has-header-media .site-header-main .cart-contents:hover,
.transparent-header-color-scheme.has-header-media .site-header-main .cart-contents:focus,
.transparent-header-color-scheme.home .site-title a:hover,
.transparent-header-color-scheme.home .site-title a:focus,
.transparent-header-color-scheme.home .site-header-main .menu-label:hover,
.transparent-header-color-scheme.home .site-header-main .menu-label:focus,
.transparent-header-color-scheme.home .site-header-main .main-navigation .nav-menu > li > a:hover,
.transparent-header-color-scheme.home .site-header-main .main-navigation .nav-menu > li > a:focus,
.transparent-header-color-scheme.home .site-title a:hover,
.transparent-header-color-scheme.home .site-title a:focus,
.transparent-header-color-scheme.home.navigation-classic .site-header-main .main-navigation > .nav-menu > li > a:hover,
.transparent-header-color-scheme.home.navigation-classic .site-header-main .main-navigation > .nav-menu > li > a:focus,
.transparent-header-color-scheme.home .site-header-main .menu-toggle:hover,
.transparent-header-color-scheme.home .site-header-main .menu-toggle:focus,
.transparent-header-color-scheme.home .site-header-main .cart-contents:hover,
.transparent-header-color-scheme.home .site-header-main .cart-contents:focus,
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus,
.has-background-image .woocommerce-loop-product__title:hover,
.has-background-image .woocommerce-loop-product__title:focus,
.has-background-image .entry-container .entry-meta a:hover,
.has-background-image .entry-container .entry-meta a:focus,
.has-background-image .entry-container .entry-title a:hover,
.has-background-image .entry-container .entry-title a:focus,
.single footer .entry-meta a:hover,
.single footer .entry-meta a:focus,
#site-footer-navigation li a:hover,
#site-footer-navigation li a:focus,
#social-footer-navigation li a:hover,
#social-footer-navigation li a:focus,
.has-background-image .entry-title a:hover,
.has-background-image .entry-title a:focus,
.has-background-image .entry-meta a:hover,
.has-background-image .entry-meta a:focus,
.wp-playlist-tracks .wp-playlist-caption:hover,
.wp-playlist-tracks .wp-playlist-caption:focus,
#site-header-cart-wrapper a.cart-contents:hover,
#site-header-cart-wrapper a.cart-contents:focus,
.woocommerce-loop-product__title:hover,
.woocommerce-loop-product__title:focus,
.events-content-wrapper .entry-meta a:hover,
.events-content-wrapper .entry-meta a:focus,
.widget_recent_entries li a:hover,
.widget_recent_entries li a:focus,
.menu-inside-wrapper .main-navigation .nav-menu ul > li > a:hover,
.menu-inside-wrapper .main-navigation .nav-menu ul > li > a:focus,
.menu-inside-wrapper .top-navigation .nav-menu ul > li > a:hover,
.menu-inside-wrapper .top-navigation .nav-menu ul > li > a:focus,
button.dropdown-toggle:hover,
button.dropdown-toggle:focus,
.site-header-menu .menu-inside-wrapper .nav-menu li button:hover,
.site-header-menu .menu-inside-wrapper .nav-menu li button:focus,
.portfolio-section .entry-title a:hover,
.portfolio-section .entry-title a:focus,
.social-search-wrapper .menu-social-container li a:hover,
.social-search-wrapper .menu-social-container li a:focus,
button#wp-custom-header-video-button:hover,
button#wp-custom-header-video-button:focus,
.widget .ui-state-default a:hover,
.widget .ui-state-default a:focus,
.widget .ui-widget-content .ui-state-default a:hover,
.widget .ui-widget-content .ui-state-default a:focus,
.widget .ui-widget-header .ui-state-default a:hover,
.widget .ui-widget-header .ui-state-default a:focus,
body .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu ul .current_page_item > a:hover,
body .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu ul .current_page_item > a:focus,
.tag-cloud-link:hover,
.tag-cloud-link:focus,
.nav-title:hover,
.nav-title:focus,
.menu-social-container a:hover,
.menu-social-container a:focus,
.slider-content-wrapper .entry-container .entry-container-wrap .entry-title a:hover,
.slider-content-wrapper .entry-container .entry-container-wrap .entry-title a:focus,
.sidebar .widget-wrap .more-link:hover,
.sidebar .widget-wrap .more-link:focus,
.featured-content-section .hentry .more-link:hover,
.featured-content-section .hentry .more-link:focus,
#portfolio-content-section .more-link:hover,
#portfolio-content-section .more-link:focus,
.author a:hover,
.author a:focus,
.entry-meta a:hover,
.entry-meta a:focus,
.entry-title a:hover,
.entry-title a:focus,
.site-footer td#prev a:hover,
.site-footer td#prev a:focus,
.site-footer td#next a:hover,
.site-footer td#next a:focus,
.comment-reply-link:hover,
.comment-reply-link:focus,
.portfolio-content-wrapper .filter-button-group button:hover,
.portfolio-content-wrapper .filter-button-group button:focus,
.author-section-title:hover,
.author-section-title:focus,
.comment-permalink:hover,
.comment-permalink:focus,
.comment-edit-link:hover,
.comment-edit-link:focus,
.portfolio-content-wrapper .filter-button-group button.is-checked:hover,
.portfolio-content-wrapper .filter-button-group button.is-checked:focus,
.nav-subtitle:hover,
.nav-subtitle:focus,
.scroll-down:hover,
.scroll-down:focus,
.testimonials-content-wrapper.section.testimonial-wrapper .entry-title a:hover,
.testimonials-content-wrapper.section.testimonial-wrapper .entry-title a:focus,
#site-generator .menu-social-container a:hover,
#site-generator .menu-social-container a:focus,
.widget-wrap li a:hover,
.widget-wrap li a:focus,
.main-navigation ul:not(.sub-menu) > li > a:hover,
.main-navigation ul:not(.sub-menu) > li > a:focus,
.top-navigation ul:not(.sub-menu) > li > a:hover,
.top-navigation ul:not(.sub-menu) > li > a:focus,
#site-header-cart-wrapper a.cart-contents:hover,
#site-header-cart-wrapper a.cart-contents:focus,
#testimonial-content-section .owl-prev:hover,
#testimonial-content-section .owl-prev:focus,
#testimonial-content-section .owl-next:hover,
#testimonial-content-section .owl-next:focus,
#signify-logo-slider-section .owl-prev:hover,
#signify-logo-slider-section .owl-prev:focus,
#signify-logo-slider-section .owl-next:hover,
#signify-logo-slider-section .owl-next:focus,
.navigation.pagination a:hover,
.navigation.pagination a:focus,
#stats-section.has-background-image .hentry .more-link:hover,
#stats-section.has-background-image .hentry .more-link:focus,
.archive-content-wrap .section-content-wrapper.layout-one .entry-container > .entry-meta .posted-on a:hover,
.archive-content-wrap .section-content-wrapper.layout-one .entry-container > .entry-meta .posted-on a:focus,
button.menu-toggle:hover,
button.menu-toggle:focus,
.portfolio-section .entry-meta a:hover,
.portfolio-section .entry-meta a:focus,
.color-scheme-photography .portfolio-section .entry-title a:hover,
.color-scheme-photography .portfolio-section .entry-title a:focus,
.color-scheme-photography .portfolio-section .entry-meta a
ul.page-numbers .page-numbers:hover,
.color-scheme-photography .portfolio-section .entry-meta a
ul.page-numbers .page-numbers:focus,
.has-background-image.events-section.style-two .hentry .entry-meta a:hover,
.has-background-image.events-section.style-two .hentry .entry-meta a:focus,
.signify-logo-slider-section .section-content-wrapper .entry-title a span:hover,
.signify-logo-slider-section .section-content-wrapper .entry-title a span:focus,
#search-top-container .search-submit:hover,
#search-top-container .search-submit:focus,
#stats-section .entry-title a,
#featured-content-section .entry-header .entry-meta > span a,
.product .woocommerce-Price-amount {
    color: #db4f3d;
}

#signify-logo-slider-section .owl-dots .owl-dot:hover,
#signify-logo-slider-section .owl-dots .owl-dot:focus {
    background-color: #db4f3d;
}

#stats-section .entry-title a,
#featured-content-section .entry-header .entry-meta>span a,
.product .woocommerce-Price-amount {
    color: #db4f3d;
}

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

    .navigation-classic .menu-inside-wrapper .main-navigation>.nav-menu>.current_page_item>a:before,
    .navigation-classic .menu-inside-wrapper .top-navigation>.nav-menu>.current_page_item>a:before {
        border-color: #db4f3d;
    }
}

#signify-logo-slider-section .owl-dots .owl-dot.active,
#feature-slider-section .owl-dots button.owl-dot.active span,
.owl-carousel .owl-dots button.owl-dot.active span {
    border-color: #db4f3d;
}

/* Secondary Link Color */
ins,
.color-scheme-corporate .job-label,
.color-scheme-photography .section-subtitle,
.color-scheme-photography #testimonial-content-section .entry-content:before,
.entry-breadcrumbs a,
.woocommerce.woocommerce-active .woocommerce-breadcrumb a,
p.stars a,
.single footer .entry-meta a,
p.stars a:before,
.entry-meta a,
.controller:before,
.tag-cloud-link,
.select2-results__option,
body.no-header-media-image .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu .current_page_item > a,
#footer-newsletter .wrapper .section-description,
.widget-wrap span.post-date,
.contact-section .entry-container a,
.archive .section-content-wrapper .more-link .readmore,
.featured-content-section .hentry .more-link,
.testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:before,
.testimonials-content-wrapper.section.testimonial-wrapper .cycle-prev:after,
.testimonials-content-wrapper.section.testimonial-wrapper .cycle-next:before,
.clients-content-wrapper .controller .cycle-pager span,
.testimonials-content-wrapper .cycle-pager:after,
.slider-content-wrapper .entry-container .entry-container-wrap .entry-summary,
.portfolio-content-wrapper .filter-button-group button,
.testimonials-content-wrapper .entry-title a,
.testimonials-content-wrapper.section.testimonial-wrapper .hentry,
.scrollup a:hover:before,
.scrollup a:focus:before,
.sidebar .widget-wrap .more-link,
.promotion-headline-wrapper.section .section-content-wrap .inner-container .more-button .more-link:hover,
.promotion-headline-wrapper.section .section-content-wrap .inner-container .more-button .more-link:focus,
.archive-content-wrap .section-content-wrapper.layout-one .entry-container>.entry-meta .posted-on a,
.author-label,
.entry-title .sub-title,
.section-heading-wrapper .entry-title .sub-title,
.section-heading-wrapper .entry-title span,
.author-section-title,
.comment-permalink,
.comment-edit-link,
.entry-title span,
.nav-subtitle,
.nav-menu .menu-item-has-children>a:before,
.nav-menu .menu_item_has_children>a:before,
input,
select,
optgroup,
#collection-section .collection-wrapper .posted_in a:hover,
#collection-section .collection-wrapper .posted_in a:focus,
.color-scheme-photography .filter-button-group .button,
.color-scheme-photography .filter-button-group .button:hover,
.color-scheme-photography .filter-button-group .button:focus,
.catch-breadcrumb .entry-breadcrumbs,
.catch-breadcrumb .woocommerce-breadcrumb {
    color: #999;
}

.color-scheme-photography .section .filter-button-group .button.is-checked:before {
    background-color: #999;
}

#content.site-content .wrapper #primary.content-area #main.site-main .hentry .entry-content #rpt_pricr.rpt_style_basic .rpt_plan.rpt_recommended_plan .rpt_foot {
    background-color: #db4f3d !important;
}

/* Button Background Color */
.more-link,
.button,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-time-handle,
.mejs-time-hovered,
.mejs-time-handle-content,
.mejs-time-current,
.mejs-time-handle-content,
.mejs-controls .mejs-time-rail .mejs-time-current,
#feature-slider-section .owl-prev,
#feature-slider-section .owl-next,
.section .filter-button-group .button.is-checked:before,
.pagination .page-numbers.current,
.entry-content button,
.entry-summary button,
button,
#scrollup,
.slider-content-wrapper .controllers .cycle-prev,
.slider-content-wrapper .controllers .cycle-next,
input[type="submit"],
button[type="submit"],
.scrollup a,
.sticky-post,
#team-dots li.active:after,
#team-content-section .team-content-wrapper.owl-carousel .owl-nav button:hover,
#team-content-section .team-content-wrapper.owl-carousel .owl-nav button:focus,
.wp-block-button__link,
#infinite-handle > span > button,
.menu-inside-wrapper #site-header-cart-wrappe li>a,
.contact-section .entry-container ul.contact-details li .fa,
nav.navigation.posts-navigation .nav-links a,
.page-numbers li .page-numbers.current,
.archive-content-wrap .pagination .page-numbers.current,
.cart-collaterals .shop_table.shop_table_responsive .cart-subtotal,
.catch-instagram-feed-gallery-widget-wrapper .button,
.sticky-label,
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus,
.archive-posts-wrapper .more-link:hover,
.archive-posts-wrapper .more-link:focus,
.archive-posts-wrapper .button:hover,
.archive-posts-wrapper .button:focus,
.archive-posts-wrapper button :hover,
.archive-posts-wrapper button :focus,
.comments-area input[type=submit]:hover,
.comments-area input[type=submit]:focus,
#service-section .more-link:hover,
#service-section .hentry .more-link:focus,
#service-section .hentry .button:hover,
#service-section .hentry .button:focus,
#service-section .hentry button:hover,
#service-section .hentry button:focus,
#featured-content-section .section-content-wrapper .hentry .more-link:hover,
#featured-content-section .section-content-wrapper .hentry .more-link:focus,
#featured-content-section .section-content-wrapper .hentry .button:hover,
#featured-content-section .section-content-wrapper .hentry .button:focus,
#featured-content-section .section-content-wrapper .hentry button:hover,
#featured-content-section .section-content-wrapper .hentry button:focus,
#stats-section .hentry .more-link:hover,
#stats-section .hentry .more-link:focus,
.woocommerce .products .product-container:not(.entry-container) .button:hover,
.woocommerce .products .product-container:not(.entry-container) .button:focus,
.woocommerce .products .product-container .added_to_cart:hover,
.woocommerce .products .product-container .added_to_cart:focus,
#collection-section .collection-wrapper .product-container .added_to_cart:hover,
#collection-section .collection-wrapper .product-container .added_to_cart:focus,
#site-generator #social-footer-navigation a:focus:before,
#site-generator #social-footer-navigation a:hover:before,
#feature-slider-section .owl-dots button.owl-dot span,
#portfolio-content-section .hentry .more-link:hover,
#portfolio-content-section .hentry .more-link:focus,
.timeline-section .content-wrapper:before,
.timeline-section .hentry .hentry-inner:before {
    background-color: #db4f3d;
}

.woocommerce .products .product-container:not(.entry-container) .button,
.woocommerce .products .product-container .added_to_cart,
#collection-section .collection-wrapper .product-container .added_to_cart,
.wpcf7 input[type=submit],
.comments-area input[type=submit],
.comments-area input[type=submit]:hover,
.comments-area input[type=submit]:focus,
#service-section .hentry .more-link,
#service-section .hentry .button,
#service-section .hentry button,
#featured-content-section .section-content-wrapper .hentry .more-link,
#featured-content-section .section-content-wrapper .hentry .button,
#featured-content-section .section-content-wrapper .hentry button,
.archive-posts-wrapper .hentry .more-link,
.archive-posts-wrapper .hentry .button,
.archive-posts-wrapper .hentry button,
.color-scheme-music textarea:focus,
.color-scheme-music input[type="text"]:focus,
.color-scheme-music input[type="email"]:focus,
.color-scheme-music input[type="url"]:focus,
.color-scheme-music input[type="password"]:focus,
.color-scheme-music input[type="search"]:focus,
.color-scheme-music input[type="number"]:focus,
.color-scheme-music input[type="tel"]:focus,
.color-scheme-music input[type="range"]:focus,
.color-scheme-music input[type="date"]:focus,
.color-scheme-music input[type="month"]:focus,
.color-scheme-music input[type="week"]:focus,
.color-scheme-music input[type="time"]:focus,
.color-scheme-music input[type="datetime"]:focus,
.color-scheme-music input[type="datetime-local"]:focus,
.color-scheme-music input[type="color"]:focus,
.color-scheme-music .wpcf7 div input:focus,
.color-scheme-music .wpcf7 div textarea:focus,
.color-scheme-music #content #infinite-handle > span > button:hover,
.color-scheme-music #content #infinite-handle > span > button:focus,
.color-scheme-music #hero-section.section .more-link:hover,
.color-scheme-music #hero-section.section .more-link:focus,
.color-scheme-music #hero-section.section .button:hover,
.color-scheme-music #hero-section.section .button:focus,
.color-scheme-music #collection-section .more-link:hover,
.color-scheme-music #collection-section .more-link:focus,
.color-scheme-music #collection-section .button:hover,
.color-scheme-music #collection-section .button:focus,
.color-scheme-music .header-media .custom-header-content-wrapper .more-link:hover,
.color-scheme-music .header-media .custom-header-content-wrapper .more-link:focus,
.color-scheme-music .header-media .custom-header-content-wrapper .button:hover,
.color-scheme-music .header-media .custom-header-content-wrapper .button:hover,
.color-scheme-music.timeline-section.section .more-link:hover,
.color-scheme-music.timeline-section.section .more-link:focus,
.color-scheme-music.timeline-section.section .button:hover,
.color-scheme-music.timeline-section.section .button:focus,
.color-scheme-music #events-section.section .more-link:hover,
.color-scheme-music #events-section.section .more-link:focus,
.color-scheme-music #events-section.section .button:hover,
.color-scheme-music #events-section.section .button:focus,
.color-scheme-music .team-section .more-link:hover,
.color-scheme-music .team-section .more-link:focus,
.color-scheme-music .team-section .button:hover,
.color-scheme-music .team-section .button:focus,
.color-scheme-music .promotion-section .more-link:hover,
.color-scheme-music .promotion-section .more-link:focus,
.color-scheme-music .promotion-section .button:hover,
.color-scheme-music .promotion-section .button:focus,
.color-scheme-music .entry-content .button:hover,
.color-scheme-music .entry-summary .button:focus,
.color-scheme-music .view-more .button:hover,
.color-scheme-music .view-more .button:focus,
.color-scheme-music .view-more .more-link:hover,
.color-scheme-music .view-more .more-link:focus,
.color-scheme-music .entry-content button:hover,
.color-scheme-music .entry-summary button:hover,
.color-scheme-music #site-header-cart .woocommerce-mini-cart__buttons a:hover,
.color-scheme-music #site-header-cart .woocommerce-mini-cart__buttons a:focus,
.color-scheme-music .site-content .archive-posts-wrapper .posts-navigation .nav-links > div a:hover,
.color-scheme-music .site-content .archive-posts-wrapper .posts-navigation .nav-links > div a:focus,
.is-style-outline.wp-block-button .wp-block-button__link {
    border-color: #db4f3d;
}

.stats-section .entry-summary .more-link:hover,
.stats-section .entry-summary .more-link:focus,
.stats-section .entry-content .more-link:hover,
.stats-section .entry-content .more-link:focus {
    color: #db4f3d;
}

/* Button Text Color */
.more-link,
.color-scheme-music .events-content-wrapper .entry-container .entry-meta a,
#promotion-section .button.play-button:before,
#feature-slider-section .owl-prev:before,
#feature-slider-section .owl-next:before,
#product-content-section.has-background-image .product-container .button,
#product-content-section.has-background-image .product-container .added_to_cart,
.slider-content-wrapper .controllers .cycle-prev:before,
.slider-content-wrapper .controllers .cycle-next:before,
button,
#scrollup,
#primary-search-wrapper .search-container button,
input[type="submit"],
.button,
#site-generator #social-footer-navigation a:focus:before,
#site-generator #social-footer-navigation a:hover:before,
.sticky-post,
.scroll-down,
.scrollup a:before,
.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus,
button[type="submit"],
.portfolio-section .entry-title a,
button#wp-custom-header-video-button,
.wp-block-button__link,
#infinite-handle > span > button,
nav.navigation.posts-navigation .nav-links a,
ul.page-numbers .page-numbers.current,
#portfolio-content-section .entry-container,
.slider-content-wrapper #featured-slider-prev:hover:before,
.slider-content-wrapper #featured-slider-next:hover:before,
.slider-content-wrapper #featured-slider-prev:focus:before,
.slider-content-wrapper #featured-slider-next:focus:before,
.nav-menu .menu-item-has-children>a:hover:before,
.nav-menu .menu-item-has-children>a:focus:before,
.nav-menu .menu_item_has_children>a:hover:before,
.nav-menu .menu_item_has_children>a:focus:before,
.cart-collaterals .shop_table.shop_table_responsive .cart-subtotal,
.contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:hover a,
.contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:focus a,
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus,
.comments-area input[type=submit]:hover,
.comments-area input[type=submit]:focus,
.archive-posts-wrapper .hentry .more-link:hover,
.archive-posts-wrapper .hentry .more-link:focus,
.archive-posts-wrapper .hentry .button:hover,
.archive-posts-wrapper .hentry .button:focus,
.archive-posts-wrapper .hentry button:hover,
.archive-posts-wrapper .hentry button:focus,
#featured-content-section .section-content-wrapper .hentry .more-link:hover,
#featured-content-section .section-content-wrapper .hentry .more-link:focus,
#featured-content-section .section-content-wrapper .hentry .button:hover,
#featured-content-section .section-content-wrapper .hentry .button:focus,
#featured-content-section .section-content-wrapper .hentry button:hover,
#featured-content-section .section-content-wrapper .hentry button:focus,
.woocommerce .products .product-container .added_to_cart:hover,
.woocommerce .products .product-container .added_to_cart:focus,
#collection-section .collection-wrapper .product-container .added_to_cart:hover,
#collection-section .collection-wrapper .product-container .added_to_cart:focus,
.product-container:not(.entry-container) a.button:hover,
.product-container:not(.entry-container) a.button:focus,
#service-section .hentry .more-link:hover,
#service-section .hentry .more-link:focus,
#service-section .hentry .button:hover,
#service-section .hentry .button:focus,
#service-section .hentry button:hover,
#service-section .hentry button:focus,
.portfolio-section .entry-meta a,
#portfolio-content-section .hentry .more-link:hover,
#portfolio-content-section .hentry .more-link:focus {
    color: #fff;
}

.owl-carousel .owl-dots button.owl-dot.active span {
    border-color: #fff;
}

/* Button Hover Text Color */
.more-link:hover,
.more-link:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
#promotion-section .button.play-button:hover:before,
#promotion-section .button.play-button:focus:before,
.entry-content button:hover,
.entry-content button:focus,
.entry-summary button:hover,
.entry-summary button:focus,
#social-search-toggle svg:hover,
#social-search-toggle svg:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
#primary-search-wrapper .search-container button:hover,
#primary-search-wrapper .search-container button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
#infinite-handle > span > button:hover,
#infinite-handle > span > button:focus,
nav.navigation.posts-navigation .nav-links a:hover,
nav.navigation.posts-navigation .nav-links a:focus,
ul.page-numbers li:hover,
ul.page-numbers li:focus,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus,
.contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:hover,
.contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:focus,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus,
.has-header-image .custom-header-content .more-link:hover,
.has-header-image .custom-header-content .more-link:focus,
#scrollup:hover,
#scrollup:focus,
.is-style-outline.wp-block-button .wp-block-button__link:hover,
.is-style-outline.wp-block-button .wp-block-button__link:focus {
    color: #000;
}


#signify-logo-slider-section .owl-dots .owl-dot,
.owl-carousel .owl-dots button.owl-dot span {
    background-color: #000;
}

#service-section .hentry .button,
#service-section .hentry button,
#signify-logo-slider-section .owl-prev,
#signify-logo-slider-section .owl-next,
.owl-carousel .owl-dots button.owl-dot span {
    color: #000;
}

/* Button Hover Background Color */
.more-link:hover,
.more-link:focus,
.button:hover,
.button:focus,
#feature-slider-section .owl-prev:hover,
#feature-slider-section .owl-prev:focus,
#feature-slider-section .owl-next:hover,
#feature-slider-section .owl-next:focus,
#feature-slider-section .owl-dots button.owl-dot span:hover,
#feature-slider-section .owl-dots button.owl-dot span:focus,
#contact-section.has-background-image input[type="submit"]:hover,
#contact-section.has-background-image input[type="submit"]:focus,
#scrollup:hover,
#scrollup:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.scrollup a:hover,
.scrollup a:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
#infinite-handle > span > button:hover,
#infinite-handle > span > button:focus,
.slider-content-wrapper .cycle-next:hover,
.slider-content-wrapper .cycle-next:focus,
.slider-content-wrapper .cycle-prev:hover,
.slider-content-wrapper .cycle-prev:focus,
.contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:hover,
.contact-section .section-content-wrap .hentry .entry-container .stay-connected .social-links-menu li:focus,
nav.navigation.posts-navigation .nav-links a:hover,
nav.navigation.posts-navigation .nav-links a:focus,
.archive-content-wrap .pagination .page-numbers:hover,
.archive-content-wrap .pagination .page-numbers:focus,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:hover,
.catch-instagram-feed-gallery-widget-wrapper .instagram-button .button:focus,
.has-header-image .custom-header-content .more-link:hover,
.has-header-image .custom-header-content .more-link:focus,
#feature-slider-section .more-link:hover,
#feature-slider-section .more-link:focus,
.is-style-outline.wp-block-button .wp-block-button__link:hover,
.is-style-outline.wp-block-button .wp-block-button__link:focus {
    background-color: #fff;
}

/* Border Color */
.comment-form input,
#scrollup:hover,
#scrollup:focus,
tbody tr:last-child th,
tbody tr:last-child td,
#header-top .cart-contents,
.section:nth-child(even) + .site-content .wrapper,
.ewnewsletter .ew-newsletter-wrap #subbutton,
.woocommerce .single_add_to_cart_button,
nav.navigation,
.site-content .archive-posts-wrapper .posts-navigation .nav-links .nav-previous a,
.woocommerce-tabs .panel,
.woocommerce-tabs ul.tabs li.active a:after,
.woocommerce-tabs ul.tabs:after,
.calendar_wrap tbody tr:first-child,
.calendar_wrap tbody tr:last-child,
tfoot,
tfoot tr td,
.author-info,
.wpcf7 div input,
.wpcf7 div textarea,
#promotion-section .play-button,
.woocommerce-shorting-wrapper,
.woocommerce-tabs ul.tabs.wc-tabs li,
.menu-wrapper .widget_shopping_cart ul.woocommerce-mini-cart li,
.entry-summary form.cart,
.widget_recent_entries li,
.team-section .team-content-wrapper .hentry .team-social-profile .social-links-menu,
table,
caption,
table th,
table thead tr,
table thead th,
thead th,
tbody th,
tbody td,
tbody tr,
table.shop_table_responsive tr td,
table tbody tr,
table.shop_table_responsive tbody tr:last-child,
.shop_table tfoot tr td,
.shop_table tfoot tr th,
table.shop_table.woocommerce-checkout-review-order-table .cart_item td,
table.shop_table.woocommerce-checkout-review-order-table tr td,
table.shop_table.woocommerce-checkout-review-order-table tr th,
.rtl tbody td:last-child,
.rtl table thead th:last-child,
.select2-container--default .select2-selection--single,
table.woocommerce-grouped-product-list.group_table,
table.woocommerce-grouped-product-list.group_table td,
table.variations,
table.variations td,
.woocommerce-posts-wrapper .summary.entry-summary .woocommerce-product-rating,
.cart-collaterals .order-total,
#payment .wc_payment_methods .payment_box,
.products .product,
select,
header .site-header-main,
abbr,
acronym,
.product-quantity input[type="number"],
.coupon input[type="text"],
.catch-instagram-feed-gallery-widget-wrapper .button,
.site-header-cart .widget_shopping_cart,
.woocommerce-grouped-product-list tr,
.mobile-social-search,
.widget .ui-tabs .ui-tabs-panel,
.site-header-menu .menu-inside-wrapper .nav-menu button:focus,
header .site-header-menu .menu-inside-wrapper .main-navigation .sub-menu li:last-child,
header .site-header-menu .menu-inside-wrapper .main-navigation .children li:last-child,
.comment-body,
.promotion-headline-wrapper.section .section-content-wrap .inner-container .more-button .more-link,
.section:nth-child(2n) + .site-content,
.archive-content-wrap .section-content-wrapper.layout-one .hentry .hentry-inner .entry-container>.entry-meta,
.playlist-content-wrapper .wp-playlist .wp-playlist-tracks,
.content-area .post-navigation .nav-previous,
.content-area .post-navigation .nav-next,
.page .site-main .entry-footer .entry-meta > span:not(.edit-link),
.single .site-main .entry-footer .entry-meta > span:not(.edit-link),
.events-content-wrapper .hentry,
.tagcloud a,
textarea:focus,
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,
.wpcf7 div input:focus,
.wpcf7 div textarea:focus,
#site-header-menu,
#content #infinite-handle > span > button:hover,
#content #infinite-handle > span > button:focus,
.site-footer-menu .wrapper > #social-footer-navigation,
.archive-posts-wrapper .layout-one .hentry .hentry-inner,
.navigation-classic .main-navigation ul ul,
.top-navigation ul ul,
#hero-section.section .more-link:hover,
#hero-section.section .more-link:focus,
#hero-section.section .button:hover,
#hero-section.section .button:focus,
.header-media .custom-header-content-wrapper .more-link:hover,
.header-media .custom-header-content-wrapper .more-link:focus,
.header-media .custom-header-content-wrapper .button:hover,
.header-media .custom-header-content-wrapper .button:hover,
.timeline-section.section .more-link:hover,
.timeline-section.section .more-link:focus,
.timeline-section.section .button:hover,
.timeline-section.section .button:focus,
#events-section.section .more-link:hover,
#events-section.section .more-link:focus,
#events-section.section .button:hover,
#events-section.section .button:focus,
.team-section .more-link:hover,
.team-section .more-link:focus,
.team-section .button:hover,
.team-section .button:focus,
.promotion-section .more-link:hover,
.promotion-section .more-link:focus,
.promotion-section .button:hover,
.promotion-section .button:focus,
.entry-content .button:hover,
.entry-summary .button:focus,
.view-more .button:hover,
.view-more .button:focus,
.view-more .more-link:hover,
.view-more .more-link:focus,
.entry-content button:hover,
.entry-summary button:hover,
#site-header-cart .woocommerce-mini-cart__buttons a:hover,
#site-header-cart .woocommerce-mini-cart__buttons a:focus,
.site-content .archive-posts-wrapper .posts-navigation .nav-links > div a:hover,
.site-content .archive-posts-wrapper .posts-navigation .nav-links > div a:focus,
#site-generator #social-footer-navigation a:before,
#primary-menu-wrapper #site-header-cart-wrapper,
.site-header-top-main,
.site-content + .recent-blog-content-wrapper,
.wp-block-table table,
.wp-block-table caption,
.wp-block-table thead,
.wp-block-table th,
.wp-block-table td,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table tr:first-child td {
    border-color: #2f2f2f;
}
a.wp-block-button__link.has-background-color.wp-element-button{
	background-color: #000;
}

.is-style-outline.wp-block-button .wp-block-button__link, .is-style-outline.wp-block-button .more-link, .is-style-outline.wp-block-button .button{
	background-color: #000;
}

.home #feature-slider-section .slider-content-wrapper, .home .custom-header .custom-header-content {
	padding-top: 100px;
	padding-bottom: 100px;
}
/*.home p {
	margin-top: 20px;
}*/

@media only screen and (max-width: 1200px) and (min-width: 800px)   {
	.align80 {
		width: 70%;
	}
}
@media only screen and (max-width: 799px) and (min-width: 641px)   {
	.align80 {
		width: 90%;
	}
}
@media only screen and (max-width: 640px) {
	.align80 {
		width: 90%;
	}
	.page-id-505 div.wp-block-media-text {
		margin-bottom:0;
		border-left: 5px solid #2a2a2a;
		border-right: 5px solid #2a2a2a;
		border-top: 10px solid #2a2a2a;
		border-bottom: 10px solid #2a2a2a;
	}
	.no-sidebar .alignwide {
		margin-top: 0;
	}
	.home .wp-block-cover__inner-container {
		position: relative;
		height: auto;
		width: 100%;
		top: auto;
		bottom: auto;
		padding-right: 0;
	}
	ul {
		margin-right: 0;
	}
	.home h2 {
		font-size: 1.3rem;
		margin:auto;
		padding:0;
		text-align:left;
	}
	.home .wp-container-6 h2, .home .wp-container-7 h2, .home .wp-container-8 h2  {
		float: left;
		display: block ;
		max-width: 60%;
		width: 60%;
	}
	.home .wp-container-6 p, .home .wp-container-7 p, .home .wp-container-8 p  {
		float: left ;
		display: block ;
		max-width: 35%;
		width: 35%;
	}
	

	#post-505 figure {
		border:none;
		margin:0;
	}
	.wp-block-media-text {
		margin-bottom: 0;
	}
	.home .wp-block-media-text .wp-block-media-text__content {
		padding-top: 30px;
	}
	.page-id-1411 .wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
	.page-id-505 div.wp-block-media-text .wp-block-media-text__content_l40 {
		margin: 0;
		padding: 0 0 60px 0;
	}
	.wp-block-media-text__content_l40 p span{
		color: #000;
	}
	#post-505 figure {
/*		padding: 30px 0 20px 0;*/
		padding: 0;
	}
	
/*	.flower-vase-background {
	  background-position: bottom right; 
      background-size: 45%; 
      background-repeat: no-repeat;
   }*/
   .wp-block-media-text__content_l40 {
      margin-left: 0;
	  margin-top: 0;
   }
   .wp-block-media-text__content_l40 h3.mono {
		margin-left: 2px;
   }
	.wp-block-cover__image-background wp-image-887 {
		height: 200px;
	}
	.alignleft {
		margin:0;
	}
	.no-sidebar .alignwide-0bottommargin, .no-sidebar .alignwide-0topmargin, .wp-block-columns .alignwide-0topmargin,.wp-block-columns .alignwide-0topmargin {
		margin-left: calc( -85vw / 2 + 100% / 2 );
        margin-right: calc( -85vw / 2 + 100% / 2 );
        max-width: 85vw;
	}
	.home .wp-block-media-text__content .alignwide {
		margin-left: calc( -80vw / 2 + 100% / 2 );
        margin-right: calc( -80vw / 2 + 100% / 2 );
        max-width: 80vw;
	}
	.home .wp-block-media-text__content .alignwide .wp-block-media-text__content {
		padding-left: 0;
	}
	.wp-image-887 {
		max-width: 200%;
	}
}


/* Text Color With Background */
.scroll-down,
#product-content-section.has-background-image .woocommerce-pagination .page-numbers,
.custom-header .entry-breadcrumbs a,
.woocommerce .custom-header .woocommerce-breadcrumb a,
.has-header-image .custom-header .catch-breadcrumb .entry-breadcrumbs,
.has-header-image .custom-header .catch-breadcrumb .woocommerce-breadcrumb,
.custom-header-content .entry-title .sub-title,
.hero-content-wrapper.has-background-image .entry-container,
.custom-header-content .entry-container,
.custom-header-content .entry-container .entry-title,
.ewnewsletter.has-background-image .section-title,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .hentry,
.testimonials-content-wrapper.section.testimonial-wrapper.has-background-image .position,
.slider-content-wrapper.content-frame .entry-container .entry-title a,
.slider-content-wrapper.content-frame .entry-container .entry-container-wrap .entry-summary,
.has-background-image .section-title,
.has-background-image .entry-container .entry-meta a,
.has-background-image .entry-container .entry-title a,
.has-background-image .entry-container .entry-title,
.has-background-image .entry-container .entry-title span,
.has-background-image .entry-container .entry-summary,
.has-background-image .entry-container .entry-summary,
.has-background-image .entry-container .entry-content,
.has-background-image .entry-container .entry-content,
.has-background-image .woocommerce-loop-product__title,
.content-color-white .entry-container .entry-title a,
.content-color-white .entry-container .entry-title,
.content-color-white .entry-container .entry-content,
.content-color-white .entry-container .entry-summary,
.content-color-white .section-description,
#promotion-section .play-button,
.has-background-image .products .button,
#service-section.has-background-image .hentry .more-link,
#stats-section.has-background-image .hentry .more-link,
.play-button-text,
.gallery-caption,
.has-background-image .event-list-description .entry-summary,
.has-background-image .event-list-description .entry-content,
#contact-section.has-background-image .entry-content,
#contact-section.has-background-image .entry-summary,
#contact-section .entry-container .entry-content .contact-details label,
#contact-section .entry-container .entry-summary .contact-details label,
.has-background-image .section-description-wrapper,
.has-background-image .section-title-wrapper + .section-description,
.has-background-image .section-title + .section-description,
.has-background-image .section-heading-wrapper > .section-description,
.has-background-image .section-title + .section-description,
.color-scheme-photography .portfolio-section .entry-title a,
.color-scheme-photography .portfolio-section .entry-meta a,
.mejs-controls,
#sticky-playlist-section .wp-playlist-caption,
#sticky-playlist-section .wp-playlist-item-length,
.mejs-container button {
    color: #ffffff;
} 
