/* 
Theme Name: Luther Pendragon
Description: Website developed for Luther Pendragon - by Louder Digital
Author: Louder Digital
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.post-template-default.single.single-post .e-con-inner a {
color:#CF2E2A;	
} 

/* Hide text on frontend only */
body:not(.elementor-editor-active) .case-text {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

/* Show when expanded */
body:not(.elementor-editor-active) .case-main.active .case-text {
  max-height: 3000px;
  opacity: 1;
}
.cky-notice-btn-wrapper .cky-btn-reject, .cky-notice-btn-wrapper .cky-btn-accept, .cky-prefrence-btn-wrapper .cky-btn-preferences, .cky-prefrence-btn-wrapper .cky-btn-accept, .cky-prefrence-btn-wrapper .cky-btn-reject {
	background-color: #CF2E2A !important;
	border-color:#CF2E2A !important;
}
.cky-notice-btn-wrapper .cky-btn-customize {
	color:#CF2E2A !important;
		border-color:#CF2E2A !important;

}
.cky-notice .cky-title {
font-family: "Regards", sans-serif;}
.case-button a:focus {
    background: #cf2e2a !important;
}

.cky-btn-revisit-wrapper, .cky-switch input[type="checkbox"]:checked {
	background-color:	#CF2E2A !important;

}

/* people next prev */
.nextprep .post-navigation__next--label {
	background: #CF2E2A;
	padding: 10px 20px 10px 20px;
		border-radius:7px !important;
}
.nextprep .post-navigation__prev--label {
	background: #CF2E2A;
	padding: 10px 20px 10px 20px;
		border-radius:7px !important;
}

