/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*
 primary   - #17c558
 secondary - #004b1e
*/

.button-primary:hover {

	background: #292929 !important;
}

.badge-primary {

	background: #17c558;
}

.badge-primary:hover {

    background: #292929;
}

.heading-block h2, 
.heading-block h3,
.heading-block h4 {

    color: #000;
    text-transform: none;
}

.heading-block:after {

    border-top: 2px solid #000;
}

.heading-block > span:not(.before-heading) {   
    
    color: #292929;
}

p, p.lead {

    color: #000;
}

.dark p, .dark p.lead {

    color: #fff;
}

label {

    color: #292929;
}

.section {

    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #ccc;
    overflow: hidden;
}

.entry:after {

    content: none;
    /*position: relative;
    height: 2px;
    margin-top: 50px;
    background-color: #F5F5F5;*/
}

/* HEADER */

/*#header {

    background-color: #f9f9f9;
}

#header-wrap {

    background-color: #fff;
}*/

.header-extras {

    float: right;
    margin: 30px 0 0;
}

.header-extras li:first-child {

    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.header-extras li {

    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #eee;
}

.header-extras li {

    float: left;
    height: 40px;
    overflow: hidden;
    list-style: none;
}

.header-extras li i {
	
	float: left;
    margin-top: 0 !important;
    font-size: 36px !important;
}

.i-plain {

    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    color: #444;
    text-shadow: 1px 1px 1px #fff;
}

.header-extras li .he-text {

    padding-left: 15px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-extras li .he-text span {

    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

/* MENU */

#orc-btn {

	margin-top: 9.5px;
	font-size: 13px;
}

.dark #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a, 
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a, 
.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li:hover > a, 
.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li.current > a {

    color: #17c558;
}

/* SLIDER */
#slider .slider-caption h2 {

    text-transform: none;
    font-size: 54px;
}

#slider .slider-caption p {

    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}

/* SERVICE */

#service .entry {

	cursor: pointer;
}

#service .entry .text-overlay {

    position: absolute;
    opacity: 1;
    top: auto;
    bottom: 0;
    height: auto;
    padding: 40px 15px 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);

    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0, 75, 30, 0.75) 90%);
}

#service .entry:hover .text-overlay {

    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0, 75, 30, 0.75) 50%);
}

#service .entry .entry-title h3 {

    line-height: 1.3;
}

#service .entry .entry-content a {

    font-weight: bold;
    font-size: 16px;
}

#service .entry .entry-content a:hover {

    color: #fff;
}

#service .owl-carousel .owl-nav [class*=owl-] {

    border-radius: 0%;
}

/* LEAD */

#lead-box {

    background-color: #17c558;
    padding: 40px 20px;
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, .1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, .1);
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
#lead-box ::placeholder { 
    
    font-size: 13px;
    letter-spacing: 1px !important;
    color: #aaa;
    opacity: 1;
}

/* Internet Explorer 10-11 */
#lead-box :-ms-input-placeholder { 
    
    letter-spacing: 1px !important;
    color: #aaa;
}

/* Microsoft Edge */
#lead-box ::-ms-input-placeholder {
    
    letter-spacing: 1px !important;
    color: #aaa;
}

#lead-box input,
#lead-box textarea {

    color: #ccc;
    letter-spacing: 1px !important;
}

/* FOOTER */

.footer-extras li {
    
    float: left;
    clear: both;
    list-style: none;
    margin-bottom: 10px;
}

.footer-extras li i {

    display: block;
    /*border: 1px solid red;*/
}

.footer-extras li .he-text {
    
    margin-left: 45px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #ddd;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-extras li .he-text span {

    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

#copyrights {

    padding: 40px 0 5px 0;
    background-color: #DDD;
    font-size: 14px;
    line-height: 1.8;
}