/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body.home .page-header {
    display: none !important;
}
a{
	text-decoration: none;
    color: #222222;
}
a:hover{
    color: #0A2E57;
}
.home .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.home .site-navigation ul.menu li a {
    color: #FFFFFF;
}
.home .site-navigation ul.menu li a:hover {
    color: #0A2E57;
}
.home .site-navigation ul.menu li.kayou-registeration-btn a {
    border: 1px solid #FFFFFF;
}
.site-navigation ul.menu li.kayou-registeration-btn a {
    border: 1px solid #222222;
}
.site-navigation ul.menu{
    gap: 15px;
}
.site-navigation-toggle-holder .site-navigation-toggle {
    background: none;
}
.kayou-artisan-master-search .inner-container {
    background-color: rgb(255, 255, 255, 0.5);
    max-width: 940px;
    width: 100%;
    display: flex;
    padding: 15px 20px;
}
.kayou-artisan-master-search .inner-container > * {
    position: relative;
}
.kayou-artisan-master-search .icon {
    position: absolute;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15px;
    border-radius: 50px;
}
.kayou-artisan-master-search button {
    background-color: #0A2E57;
    color: #ffffff;
    padding: 15px 30px;
    border: 0;
    border-radius: 0;
}
.kayou-artisan-master-search button:hover {
    background-color: #0A2E57;
}
.kayou-artisan-master-search .postcode-block {
    border-left: 1px solid #CCCCCC;
}
.kayou-artisan-master-search input {
    border: 0;
    padding: 15px 15px 15px 55px;
    border-radius: 0;
}
.trades-items .item {
    background-color: #FFFFFF;
    padding: 30px 15px;
    box-shadow: 0px 0px 5px 1px #e3e6ed;
}
.trades-items .title {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}
.trades-items .link {
    text-decoration: none;
    color: #0A2E57;
}
/*.trades-items .item:hover {
    background-color: #E5EDFD;
}*/
.trades-items .item:hover .title {
    color: #0A2E57;
}
.trades-items {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    /* text-align: center; */
}
.page-header {
    padding: 40px 20px;
    text-align: center;
    position: relative;
    background-color: #FFF;
    margin-bottom: 60px;
}
.page-header .page-title {
    position: relative;
    margin-bottom: 0;
    display: none;
}
.posts-list-container .post {
    padding: 25px 25px;
    margin-bottom: 30px;
    border: 0;
    box-shadow: 0px 0px 5px 1px #e3e6ed;
    border-radius: 7px;
}
.posts-list-container .post img {
    margin-bottom: 25px;
}
.posts-list-container .post .entry-title a {
    color: #0A2E57;
    font-size: 22px;
}
.posts-list-container .thumbnail{
    max-width: 15rem;
}
.posts-list-container .post:hover .entry-title a {
    color: #0A2E57;
}
.posts-list-container .post .wp-post-image {
    object-fit: cover;
    height: 10rem;
    width: 50rem;
    margin-bottom: 0;
    border: 1px solid #DDD;
    border-radius: 5px;
}
.posts-list-container .content {
    font-size: 14px;
}
.posts-list-container .post-inner-wrap {
    display: flex;
    gap: 25px;
}
.posts-list-container .published {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 7px;
}
nav.pagination {
    border-top: 1px solid #DDDDDD;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav-previous a, .nav-next a {
    color: #222222;
    text-decoration: none;
    font-size: 18px;
}
ul.category-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.category-menu-container{
    padding: 25px 25px;
    margin-bottom: 30px;
    border: 0;
    box-shadow: 0px 0px 5px 1px #e3e6ed;
    border-radius: 7px;
}
.artisan-achievements .ratings svg {
    width: 14px;
}
.artisan-achievements .thumbnail img {
    width: 40px;
}
.artisan-achievements .gallery img {
    object-fit: cover;
    height: 380px;
    position: relative;
}
.artisan-achievements .artisan-link::after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.artisan-achievements .gallery {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.artisan-achievements .artisan-link {
    display: block;
    position: relative;
}
.artisan-achievements .owl-nav {
    text-align: center;
    margin-top: 25px;
}
.artisan-achievements .item {
    position: relative;
}
.artisan-achievements .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px;
    display: flex;
    gap: 10px;
    color: #FFF;
    z-index: 1;
}
.star-checked{
    fill: #0A2E57;
}
.artisan-achievements .content .name {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
/*.trades-items .item {
    padding: 30px 10px;
    border: 1px solid #DDD;
}*/
select.form-select.form-control {
    border: 0;
    padding: 15px 15px 15px 55px;
    border-radius: 0;
}

.stl_ft
{
    width: 70%;
    background-color: #00000050;
    padding: 15px 20px;
}
.stl_ft .kayou-artisan-master-search .inner-container {
    background-color: rgb(255, 255, 255, 0.5);
    max-width: 940px;
    width: 100%;
    padding: 0px;
}
.cursor-pointer {
    cursor: pointer;
}
.modal-wrapper {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 18%);
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.modal-wrapper .modal-inner {
    max-width: 500px;
    border-radius: 14px;
    width: 100%;
    background: #fff;
}
.modal-wrapper .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-wrapper .close-btn svg {
    width: 14px;
}
.modal-wrapper .close-btn:hover svg {
    fill: #0A2E57;
}
.modal-wrapper .modal-header label {
    font-size: 20px;
}
.modal-active {
    overflow: hidden;
}
.modal-wrapper.active {
    display: flex;
}
.modal-wrapper .modal-header,
.modal-wrapper .modal-body {
    padding: 16px;
}
.modal-wrapper .form-check:not(:last-child) {
    margin-bottom: 4px;
}
.modal-wrapper input[type="submit"] {
    background-color: #0A2E57;
    color: #222222;
    padding: 10px 16px;
    border: 0;
    margin-top: 16px;
    border-radius: 0;
    border:1px solid #0A2E57;
}
.modal-wrapper input[type="submit"]:hover {
    color: #0A2E57;
    background: transparent;
}
.modal-wrapper .form-check-input:checked {
    background-color: #0A2E57;
    border-color: #0A2E57;
}
.modal-wrapper .form-check-input:focus {
    border-color: #0A2E57;
    box-shadow: 0 0 0 .25rem rgb(254 136 31 / 25%);
}
@media only screen and (max-width: 767px) {
    .trades-items{
        grid-template-columns: repeat(2, 1fr);
    }
    .kayou-artisan-master-search .inner-container {
        display: block;
    }
    .kayou-artisan-master-search button {
        width: 100%;
    }
    .trades-items{
        grid-gap: 10px;
    }
    .trades-items .title{
        font-size: 16px;
    }
    .stl_ft
{
    width: 100%;
    background-color: #00000050;
    padding: 15px 20px;
}
.stl_ft .kayou-artisan-master-search .inner-container {
    background-color: rgb(255, 255, 255, 0.5);
    padding: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    .trades-items{
        grid-template-columns: repeat(4, 1fr);
    }
    .stl_ft
    {
        width: 70%;
        background-color: #00000050;
        padding: 15px 20px;
    }
    .stl_ft .kayou-artisan-master-search .inner-container {
        background-color: rgb(255, 255, 255, 0.5);
        width: 100%;
        padding: 0px;
    }
}

#comments .title-comments { display: none;}


summary ::marker {
    color: #fff;
}

.artisan-achievements .owl-stage-outer .owl-stage .item .content .thumbnail img { 
      background: #fff;
    vertical-align: middle;
    height: 40px;}
.home.page .site-navigation-toggle-holder .site-navigation-toggle{
    color: #fff;
}


button.carousel__button:hover 
{
    background-color: #0A2E57 !important;	
}
