  /*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/*
 * Wonder slider plugin css
 */

.wonderpluginslider-container .amazingslider-box-1 div:nth-child(3) {
    display: none !important;
    width: 0;
    height: 0;
    background-color: transparent !important;
    border: 0;
    outline: none;
}

.wonderpluginslider-container .amazingslider-box-1 div:nth-child(3) a {
    color: transparent !important;
}

@media screen and (max-width:767px) {
    .tp-video-play-button {
        top: 38%;
        left: 38%;
    }
    .tp-video-play-button i {
        font-size: 62px !important;
        margin-top: 13px !important;
        padding-left: 5px !important;
    }
}


/*
 * Blog Page Short code css
 */

.post_list_shortcode {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 31px 30px 31px;
    background: #fff !important;
    margin: 0px 0px 30px 0px;
}

.heading-title {
    padding-top: 40px!important;
    padding-bottom: 20px!important;
}

.heading-title a {
    color: rgb(41, 73, 171) !important;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif!important;
}

.featured_images,
.elementordivider,
.page_excerption_text,
.continue_reading {
    padding-bottom: 20px!important;
}

.elementordivider {
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 20px!important;
}

.continue_reading a {
    background-color: #5bc0de;
    color: #fff;
    padding: 12px 25px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
}

.pagination {
    background-color: #fff;
    padding: 12px 40px;
    text-align: center;
    margin: 0 auto !important;
}


/***Sidebar Area****/

@media only screen and (min-width: 1100px) {
    body .hfeed.site.grid-container.container.grid-parent {
        min-width: 1100px;
    }
}

@media only screen and (min-width: 1260px) {
    body .hfeed.site.grid-container.container.grid-parent {
        min-width: 1200px;
    }
}

.widget-area .widget {
    padding: 0px;
}

.sidebar-seo {
    background: #1073c1;
    color: #fff;
    text-align: center;
    padding: 30px 15px 50px;
    border-radius: 5px;
}

img.sidebar-seo-image {
    border-radius: 100%;
    height: 100px;
    width: 100px;
}

#right-sidebar>.inside-right-sidebar .sidebar-seo h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 10% 25px;
    margin-bottom: 0;
    color: #fff;
}

#right-sidebar>.inside-right-sidebar .sidebar-seo p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 45px;
    padding: 0 10%;
    color: #fff;
}

#right-sidebar>.inside-right-sidebar .sidebar-button {
    background: #1aae7d;
    padding: 20px 25px;
    border: 1px solid #ccc;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

#right-sidebar>.inside-right-sidebar .sidebar-button:hover {
    background: white;
    color: #1aae7d;
    border: 1px solid #1aae7d;
    transition: background-color .5s ease;
}

@media only screen and (min-width: 769px) and (max-width:1024px) {
    .sidebar-button {
        font-size: 10px;
        padding: 10px;
    }
    .sidebar-seo {
        padding: 20px 0px 30px;
    }
    .widget-area.grid-25.tablet-grid-25.grid-parent.sidebar aside#custom_html-2 {
        position: fixed;
        /*width: 330px;*/
    }
}

@media (min-width: 1025px) {
    .widget-area.grid-25.tablet-grid-25.grid-parent.sidebar {
        width: 30%;
    }
    .widget-area.grid-25.tablet-grid-25.grid-parent.sidebar aside#custom_html-2 {
        position: fixed;
        width: 330px;
    }
    .content-area.grid-parent.mobile-grid-100.grid-75.tablet-grid-75 {
        width: 70%;
    }
}


/****Blog Pages/

body.page-template-default.page-child.parent-pageid-1236 .elementor-align-center.elementor-widget.elementor-widget-button a.elementor-button-link.elementor-button.elementor-size-lg,
body.page-template-default.page-child.parent-pageid-1236 .elementor-align-center.elementor-widget.elementor-widget-button a.elementor-button-link.elementor-button.elementor-size-lg span {
    color: #fff;
    background: #f00;
}

body.page-template-default.page-child.parent-pageid-1236 h1,
body.page-template-default.page-child.parent-pageid-1236 h2 {
    color: #2949ab;
}

body.page-template-default.page-child.parent-pageid-1236 h3,
body.page-template-default.page-child.parent-pageid-1236 h4,
body.page-template-default.page-child.parent-pageid-1236 p,
body.page-template-default.page-child.parent-pageid-1236 .elementor-widget-text-editor {
    color: #000;
}

body.page-template-default.page-child.parent-pageid-1236 .grid-parent a:visited {
    color: #006bbb;
}

body.page-template-default.page-child.parent-pageid-1236 .grid-parent a,
body.page-template-default.page-child.parent-pageid-1236 .grid-parent a span {
    color: #2949ab;
    text-decoration: underline;
    font-weight: 700 !important;
}

body.error404>.site>.site-content>.content-area {
    margin-bottom: 100px;
}


/*.menu-item-16576 a{
	color:red!important;
}
.menu-item-16576 a.elementor-item:after {
    background-color: red !important;
opacity: 1 !important;
}*/

li.menu-item-16576 {
    background: #D3B574;
    border-radius: 30px;
}

li.menu-item-16576:hover {
    background: #D3B574;
    box-shadow: 0px 7px 10px rgba(211, 181, 116, 0.4);
}

li.menu-item-16576 a {
    color: #000 !important;
}

.menu-item-16576 a.elementor-item:after {
    opacity: 0 !important;
}


/*=================================================================================
	ShareThis Plugin css
===================================================================================*/

.st-total .st-label,
.st-total .st-shares {
    color: #fff !important;
}


/*===============================================================================================
After Login wp comment box
=================================================================================================*/

.logged-in form#commentform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logged-in form#commentform textarea#comment {
    height: 100px;
    width: 95%;
}

.logged-in form#commentform .form-submit {
    flex: 0 0 20%;
}

.logged-in form#commentform .logged-in-as {
    flex: 0 0 100%;
}

.logged-in form#commentform .comment-form-comment {
    flex: 0 0 80%;
}


/*==============================================================================
Before Login wp comment box
================================================================================*/

@media only screen and (min-width: 768px) {
    form#commentform input {
        display: inline-flex !important;
        flex-wrap: nowrap;
        flex: 0 0 32.5%;
        width: 32.5%;
    }
}

p.form-submit input {
    width: auto !important;
}

form#commentform input#wp-comment-cookies-consent {
    width: auto;
}

form#commentform textarea#comment {
    height: 100px;
}

.ft_nav2 ul#menu-1-4766a083 li {
    display: contents !important;
}

.ft_nav2 ul#menu-1-4766a083 li a {
    display: block !important;
    width: 100% !important;
}


/*
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    section.elementor-section.tableContent.elementor-hidden-mobile+section.elementor-section.elementor-hidden-tablet.elementor-hidden-desktop {
        display: none !important
    }
}

@media only screen and (max-width: 767) {
    section.elementor-section.tableContent.elementor-hidden-mobile+section.elementor-section.elementor-hidden-tablet.elementor-hidden-desktop {
        display: block !important
    }
}*/