body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background-image: url("images/bg.png");
    background-repeat: no-repeat;
    background-position: 140% -100px;
}

input, textarea, select {
}

a {
    text-decoration: none;
    color: #3ebefd;
}

a:hover {
    text-decoration: none;
    color: #5d5e5e;
}

input:focus, textarea:focus, select:focus, a:focus, button:focus {
    outline: none;
    box-shadow: none;
}

header.header {
}

section {
    height: auto;
}

footer {
    height: auto;
}

.logo {
    float: left;
    margin: 30px 0;
}

#access .menu-header ul, div.menu ul {
    list-style: none outside none;
    margin: 0;
}

#access .menu-header li, div.menu li {
    float: left;
    position: relative;
}

#access a {
}

#access ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    position: absolute;
    width: 180px;
    z-index: 99999;
}

#access ul ul li {
    min-width: 180px;
}

#access ul ul ul {
    left: 100%;
    top: 0;
}

#access ul ul a {
    background: none repeat scroll 0 0 #a31c22;
    border: medium none;
    height: auto;
    line-height: 1em;
    padding: 10px;
    width: 160px;
}

#access ul li:hover>ul {
    display: block;
}

.top {
}

.social {
}

.social a {
    font-size: 25px;
}

.head {
}

#searchform input[type="submit"] {
}

#searchform input[type="text"] {
}

#searchform label {
    display: none;
}

.main {
    height: auto;
    overflow: hidden;
}

.copy {
    height: auto;
    overflow: hidden;
    width: 100%;
    border-bottom: 4px solid #85d9fd;
    text-align: center;
    font-size: 12px;
    color: #2e2e2e;
    text-transform: uppercase;
    font-weight: 400;
}

footer a {
}

.copy .right {
    text-align: right;
}

footer .widgets {
    height: auto;
    overflow: hidden;
    border-top: 12px solid #85d9fd;
    background: #3ebefd;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    font-size: 18px;
    font-weight: 400;
}

.social a {
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 40px;
}

.single-post-loop-section article.single-post-item {
    margin-bottom: 50px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 40px;
}

article.single-post-item>div.post-item-inner {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
}

article.single-post-item .post-thumb {
    overflow: hidden;
    margin-bottom: 20px;
}

article.single-post-item .post-thumb span.imgsc {
    display: block;
    width: 100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ddd;
}

article.single-post-item .post-meta {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 0;
    margin-top: -7px;
    float: left;
}

article.single-post-item .post-meta .date {
    float: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
}

article.single-post-item .post-meta ul.info-meta {
    float: right;
    line-height: 24px;
    list-style: none;
    padding: 0;
}

article.single-post-item .post-meta ul.info-meta li {
    display: inline-block;
    padding: 0 0 0 15px;
    position: relative;
    font-size: 14px;
    color: #e8c1ba;
}

article.single-post-item .info-meta .post-author strong {
    text-transform: capitalize;
    letter-spacing: 0;
    color: #e8c1ba;
}

article.single-post-item h2.post-title {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 30px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}

article.single-post-item h2.post-title:before {
    content: "";
    border-bottom: 1px solid #e8c1ba;
    width: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
}

article.single-post-item h2.post-title a {
    color: #000;
}

article.single-post-item .post-content {
    padding-bottom: 20px;
    line-height: 28px;
}

article.single-post-item .post-content p {
    margin: 0;
}

.single-post-loop-section {
    height: auto;
    overflow: hidden;
    padding: 30px 0;
}

.sidebars.sidebar-widget-area h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 30px 0 15px;
    padding-bottom: 15px;
}

.sidebars.sidebar-widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
}

.sidebars.sidebar-widget-area ul li {
    border-bottom: 1px solid #ddd;
}

.sidebars.sidebar-widget-area ul li a {
    color: #505050;
    padding: 5px 15px;
    display: block;
}

.sidebars.sidebar-widget-area {
    margin: 0 0 30px 0;
}

.sidebars.sidebar-widget-area ul li:last-child {
    border-bottom: 0;
}

.sidebars.sidebar-widget-area .featured-posts {
    border: 1px solid #ddd;
    padding: 15px;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post {
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px 100px;
    margin: 0 0 15px 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post img {
    position: absolute;
    top: 0;
    left: 0;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post h4 a {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    display: block;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post .post-time {
    font-size: 12px;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.sidebarsocial.social {
    float: left;
    margin: 10px 0;
}

.sidebars.sidebar-widget-area .tagcloud {
    padding: 5px;
}

.sidebar-widget-area h3 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 2px solid;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.single-entgry {
    padding: 40px 0 0 0;
}

article.single-post-item .post-thumb a {
    display: block;
}

article.single-post-item .post-info {
    padding: 10px 30px 30px;
}

.single-entgry.blogsli {
    background: #fff;
}

.single-post-loop-section article.single-post-item:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 20px;
}

.single-entgry.blogsli .entry-image {
    margin: 20px 0 30px 0;
    display: block;
}

.single-entgry.blogsli h1.inner-page-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 30px 0 15px;
    padding-bottom: 15px;
}

.single-entgry.blogsli h1.inner-page-title:after {
}

.single-entgry.blogsli .entry-content {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.8;
}

.single-entgry.blogsli .entry-content p:last-child {
    margin: 0;
}

.single-entgry.blogsli .entry-content p {
    margin: 0 0 30px 0;
}

.single-entgry.blogsli .entry-meta {
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px 0;
}

.sidebars.sidebar-widget-area:first-child {
    margin-top: 10px;
}

h3#wc-comment-header, #wpcomm {
    max-width: 100%;
}

.wpb_text_column.wpb_content_element.click-and-collect-ul {
    margin-bottom: 0;
}

.sidebars.sidebar-widget-area:first-child h3 {
    margin-top: 0;
}

.single-page-sidebar {
    margin-top: 40px;
}

.elementor-element.dkkpoi.elementor-widget-image-box > div {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.06);
    width: 328px;
    height: 175px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
}

.elementor-element.dkkpoi.elementor-widget-image-box > div:after {
    content: "";
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(62, 190, 253);
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 21px;
    height: 21px;
    z-index: 18;
    right: 0;
    margin: 0 auto;
}

.elementor-element.dkkpoi.elementor-widget-image-box.firmmargin > div {
    margin: 0 auto 185px;
}
footer .widgets h3 {
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

footer .widgets a {
    background: #85d9fd;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    color: #fff;
    padding: 0 50px;
    border-radius: 5px;
}

footer .widgets p:last-child {
    margin: 0;
}

.copy p {
    margin: 0;
    height: 40px;
    line-height: 40px;
}

.copy p a {
    color: #2e2e2e;
}
