/*!
Theme Name: LivingBenefitsLifeInsurance.Co
Theme URI: http://livingbenefitslifeinsurance.co/
Author: NewYorkLogoDesigns
Author URI: http://newyorklogodesigns.com/
Description: Basic WordPress theme for HTML to WordPress projects.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: basictheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

.ser-ull h2 {
	color: #5e4b10 !important;
}

.topWrap .topmenu li:last-of-type {
    padding-right: 0px;
}

.bg-theme {
	background-color: #5e4b10;
    padding: 40px 0;
}

.bg-theme h4 {
    font-size: 24px;
    font-style: normal;
    color: #ffffff;
    font-family: "Work Sans";
}

table {
	font-family: "Work Sans";
}

table th, table td{
	padding: 5px;
}

.bg-theme h4 a {
    color: #f9f5bc;
}


.bg-theme h4 a:hover {
    color: #b4a572;
}

.service-img {
	height: 500px;
	object-fit: cover;
}

.slider-content {
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 24px;
}

.page-template-default main#primary{
    padding: 50px 0;
}

.home main#primary,
.page-template main#primary {
    padding: 0;
}

h1.entry-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

body.single .main-header {
    position: relative;
}

body.single article {
    text-align: center;
    margin-bottom: 30px;
}

body.single .entry-header{
    margin-bottom: 15px;
}

body.single .entry-title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

body.single .post-thumbnail {
    margin-bottom: 10px;
}

#comments {
    text-align: center;
}

.post-navigation .nav-previous {
    float: left;
    text-align: left;
}

.post-navigation .nav-next {
    float: right;
    text-align: right;
}

.post-navigation a {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 3px;
}

.post-navigation a:hover {
    background-color: #ededed;
}

.menuWrap .sub-menu li {
	padding: 5px 0;
    padding-left: 0;
    padding-left: 0 !important;
    border-bottom: 1px solid #0c0c0c;
    cursor: pointer;
}

.menuWrap .sub-menu li:last-of-type {
    border-bottom: none;
}

.menuWrap .sub-menu li:hover {
    background-color: #5e4b10;
}

.menuWrap .sub-menu li:hover a {
    color:  #ffffff;
}

.menuWrap .sub-menu li a {
    font-size: 14.37px;
    color: #2f2f2f;
    font-family: "Work Sans";
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.sub-menu {
    display: none;
    text-align: left;
    background-color: #f3f3f3;
    width: 220px;
    padding: 8px 8px;
    position: absolute;
    border-radius: 5px;
    z-index: 2;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}


footer .menu li {
    margin-bottom: 10px;
}

footer .menu li a {
    font-size: 15px;
    color: #5e4b10;
    font-family: "Work Sans";
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

footer .menu li a:hover {
    color: #000000;
    transition: all 0.5s;
}
