/*
Theme Name: group theme
Theme URI: https://www.lindengroup.co.uk
Template: renden
Author: lindengroup
Author URI: https://www.lindengroup.co.uk
Version: 1.0.9.1563347716
Updated: 2019-07-17 07:15:16

*/

#nav-above, #nav-below {
    background-color: #1e1e1e;
    padding: 30px;
}
.nav-previous a, .nav-next a {
    border: none;
    font-weight: 700;
    background-color: #e0484c;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.nav-previous a:hover, .nav-next a:hover {
    background-color: #e0484c;
    opacity: 0.9;
}
.pag li a, .pag li span {
    border: none;
    font-weight: 700;
    background-color: #1e1e1e;
    color: #fff;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
}
.pag li a:hover, .pag li.current span {
    background-color: #e0484c;
}
#pre-header {
    background-color: #1e1e1e;
}
#pre-header .header-links .menu-hover > a, #pre-header .header-links > ul > li > a:hover {
    color: #e0484c !important;
}
#pre-header .header-links li a, #pre-header-social li, #pre-header-social li a {
    color: #fff;
}
#pre-header .header-links > ul > li:before {
    display: none;
}
#pre-header .header-links .sub-menu {
    background-color: #2e2e2e;
    border-top: none;
}
#pre-header .header-links .sub-menu a {
    padding-right: 15px;
    color: #fff;
    border-bottom: 1px solid #454545;
    margin: 0 15px;
}
#pre-header-social li {
    border-left: 1px solid #454545;
}
#pre-header-social li:last-child {
    border-right: 1px solid #454545;
}
#pre-header-social li a:hover {
    background-color: transparent !important;
    color: #e0484c;
}
#header .header-links > ul > li a, #header-sticky .header-links > ul > li a {
    font-weight: 700;
    text-transform: uppercase;
}
#header .header-links .sub-menu, #header-sticky .header-links .sub-menu {
    background-color: #1e1e1e;
    border-top: none;
    border-bottom: none;
}
#header .header-links .sub-menu a, #header-sticky .header-links .sub-menu a {
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid #454545;
}
#header .sub-menu li, #header-sticky .sub-menu li {
    border-left: none;
    border-right: none;
}
.main-navigation .sub-menu .sub-menu {
    top: 0;
    border-left: 1px solid #454545;
}
#header-search .fa-search {
    background-color: #e0484c;
    color: #fff;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#intro {
    background-color: #343434;
    border-bottom: 1px solid #454545;
}
#intro .page-title {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
}
#intro #breadcrumbs-core {
    color: #fff;
    text-align: left;
}
.themebutton, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    font-weight: 700 !important;
    text-transform: uppercase;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 20px;
}
.themebutton:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #e0484c;
    opacity: 0.75;
}
#section-home .section {
    border: none;
    background-color: #1e1e1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#section-home img {
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
#section-home .entry-content {
    padding-bottom: 10px;
    color: #fff;
}
#section-home h3 {
    margin-bottom: 15px;
    color: #fff;
}
#section-home .more-link {
    font-weight: 700;
    margin-top: 0;
    background-color: #e0484c;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 20px;
}
#introaction, #outroaction {
    background-color: #1e1e1e;
    padding: 60px 0;
}
#introaction-core, #outroaction-core {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    padding: 45px;
}
.action-text h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.action-teaser p {
    line-height: 24px;
}
.action-link a {
    font-weight: 700;
    margin-top: 20px;
    background-color: #e0484c;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 20px;
}
#footer {
    background-color: #1e1e1e;
    padding: 60px 0;
}
#footer-core h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
#sub-footer {
    background-color: #1e1e1e;
    color: #fff;
    border-top: 1px solid #454545;
}
#sub-footer a {
    color: #fff;
}
#footer-menu li:after {
    display: none;
}
#sidebar .widget {
    margin-bottom: 50px;
}
#sidebar h3.widget-title {
    font-size: 18px;
    color: #1e1e1e;
    text-transform: capitalize;
}
#footer .widget li a {
    font-size: 13px;
    color: #fff;
}
#sidebar .widget_tag_cloud a {
    font-size: 13px;
    font-weight: 600;
    background-color: #1e1e1e;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
#footer .widget_tag_cloud a {
    font-size: 13px;
    font-weight: 600;
    background-color: #454545;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
#footer .widget_tag_cloud a:hover {
    background-color: #e0484c;
    color: #fff;
}
#footer .widget_search .search {
    outline: none;
    background-color: #f7f7f7;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.blog-article .more-link {
    padding-top: 0;
}
.blog-article .more-link a {
    border: none;
    font-weight: 700;
    margin-top: 0;
    background-color: #e0484c;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 20px;
}
.blog-article {
    margin-bottom: 50px;
    background-color: #1e1e1e;
    position: relative;
    border-bottom: none;
    padding: 30px;
}
.blog-article.sticky {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #1e1e1e;
    border-bottom: none;
}
.blog-article.sticky .entry-content {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    color: #fff;
}
.blog-article .entry-meta a:hover {
    opacity: 0.75;
}
.blog-style1 .entry-content.comment-icon .comment .comment-text {
    display: inline-block;
}
.blog-style1 .entry-content.comment-icon .comment:before {
    margin-right: 10px;
    content: "/";
    color: #999;
}
.blog-style1 .entry-content.comment-icon .comment {
    position: relative;
}
.blog-style1 .entry-content.comment-icon .fa-comments {
    border: none;
    padding-right: 5px;
    display: inline;
    color: #232323;
}
.blog-style1 .entry-content.comment-icon .fa-comments:hover {
    border: none;
}
.single .entry-header {
    border-bottom: none;
}

.single .entry-meta a:hover {
    opacity: 0.75;
}
.single .entry-header.comment-icon {
    margin-bottom: 0;
    background-color: #1e1e1e;
    padding: 30px;
}
.single .entry-header.comment-icon .comment .comment-text {
    display: inline-block;
}
.single .entry-header.comment-icon .comment:before {
    margin-right: 10px;
    content: "/";
    color: #999;
}
.single .entry-header.comment-icon .comment {
    position: relative;
}
.single .entry-header.comment-icon .fa-comments {
    border: none;
    padding-right: 5px;
    display: inline;
    color: #232323;
}
.single .entry-header.comment-icon .fa-comments:hover {
    border: none;
}
.single .entry-content {
    background-color: #1e1e1e;
    color: #fff;
    padding: 0 30px 30px;
}
#comments-title h3, #reply-title {
    color: #1e1e1e;
}
.commentlist article {
    border: none;
    background-color: #1e1e1e;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.comment .reply a {
    color: #e0484c;
}
#commentform #comment {
    border: none;
    outline: none;
    background-color: #f7f7f7;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
#pre-header .header-links > ul > li {
    border-right: 1px solid #454545;
}
#pre-header .header-links > ul > li:first-child {
    border-left: 1px solid #454545;
}
#pre-header .header-links .sub-menu li:last-child a {
    border-bottom: none;
}
#header .header-links .sub-menu .sub-menu, #header-sticky .header-links .sub-menu .sub-menu {
    border-left: 1px solid #454545;
    border-bottom: none !important;
}
#header .header-links .sub-menu li:last-child a, #header-sticky .header-links .sub-menu li:last-child a {
    border-bottom: none;
}
#header-search .fa-search:hover {
    opacity: 0.75;
}
#introaction-core .two_third, #outroaction-core .two_third, #introaction-core .one_third, #outroaction-core .one_third {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0;
}
.action-link a:hover {
    opacity: 0.75;
}
#section-home .more-link:hover {
    opacity: 0.9;
}
#footer-core h3:after {
    background-color: #e0484c;
    position: absolute;
    content: '';
    left: 0;
    width: 60px;
    height: 1px;
    bottom: 0;
}
#footer .widget li a:hover {
    color: #e0484c;
}
#footer .widget li a:before {
    display: none;
}
#footer .widget li span {
    font-size: 12px;
    display: block;
    color: #aaa;
}
#footer .widget_recent_entries li, #footer .widget_recent_comments li {
    margin-bottom: 10px;
}
#footer .widget li:last-child {
    margin-bottom: 0;
}
#sub-footer a:hover {
    color: #e0484c;
}
#intro.option2 .page-title {
    width: 100%;
    float: left;
}
#intro.option2 #breadcrumbs {
    display: block;
    width: 100%;
    float: left;
}
.blog-article .blog-title a, .blog-style1.blog-style1-layout1 .blog-article .entry-content {
    color: #fff;
}
.blog-article .entry-meta a, .blog-style1 .entry-content.comment-icon .comment a {
    font-weight: 700;
    color: #e0484c;
}
.blog-article .entry-meta i, .blog-style1 .entry-content.comment-icon .fa-comments {
    color: #e0484c !important;
}
.blog-article .more-link a:hover {
    opacity: 0.9;
}
.blog-article p.more-link {
    margin-bottom: 0;
}
#sidebar .widget_search .search {
    border: none;
    outline: none;
    background-color: #f7f7f7;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
#sidebar .widget_recent_entries li a:before {
    display: none;
}
#sidebar .widget li span {
    font-weight: 600;
    display: block;
    color: #aaa;
}
#sidebar .widget_recent_entries li, #sidebar .widget_recent_comments li {
    margin-bottom: 10px;
}
#sidebar .widget li:last-child {
    margin-bottom: 0;
}
#sidebar .widget li a {
    font-size: 14px;
    font-weight: 700;
    color: #232323;
}
#sidebar .widget li a:hover {
    color: #e0484c;
}
#sidebar .widget_tag_cloud a:hover {
    background-color: #e0484c;
    color: #fff;
}
.single .entry-meta, .single .entry-meta a, .single .entry-header.comment-icon .comment a {
    font-weight: 700;
    color: #e0484c;
}
.single .entry-meta i, .single .entry-header.comment-icon .fa-comments {
    color: #e0484c !important;
}
.comment-author a, .comment-meta a, .comment-author h4 {
    font-weight: 700;
    color: #fff;
}
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
    color: #fff;
}
code, pre, pre h2 {
    color: #7a7a7a !important;
}
.logged-in-as a {
    font-weight: 700;
}

h2{
	color:white;
}

