/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/

/*

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
body {
  	font-family: 'Source Sans Pro', sans-serif;
    	font-size: 15px;  

	
	font-size: 1.1em;
	line-height: 1.3em;
	
	color: #333333;
}

figcaption {
    font-size: 14px !important;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}


/* Paragraph Styling */
p {

  	font-family: 'Source Sans Pro', sans-serif;
 
	font-size: 17px;
	
	font-size: 1.1em;
	line-height: 1.3em;
	
/*	color: #333; */
}

/* links */
a {color: #A7AA13E !important;}
p a{color: #A7AA13; text-decoration: underline !important;}
p a{color: #A7AA13; text-decoration: underline !important;}
p a:link, p a:hover, p a:visited, p a:active{color: #003E7E; text-decoration: underline !important;}
/* Colour Styling */

.elementor-heading-title h1 span .orange {color: #FF7541;}

/* breadcrumbs */
.elementor-widget-breadcrumbs p a {
    color: #666666 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

/* Main menu */
.top-visit .jet-menu .jet-menu-item:hover > .top-level-link {
    color: 
#ffffff;
background-color:
    #A9AA6E !important;
}

/* header */
.dcmc-header h1 {

	
	/* color: #b3b37e; */
}

.dcmc-header h3 {

	
	color: #fff !important;
}
.dcmc-header p {

	
	color: #fff;
}
  
  
  /* Calendar */
  
  .mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover {
    color: #A7AA13 !important;
}
