/* 
Theme Name: CFC Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: cfc-theme-master
Version: 1.0.1
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
*/

.pagination {
  width: 80%;
  display: flex;
  justify-content: center;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: #0071bc;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

/* Begin supplier directory */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

/* search menu section start  */
#main-search {
    margin: auto;
    background-color: #D8E8FA;
}

#main-search .search {
    height: 100%;
    max-width: 1500px;
    display: flex;
    width: 80%;
    margin: auto;
    padding: 4% 0 2% 0;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.heading-sup {
    /* margin-left: 30px; */
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
}

.heading-sup h1 {
    font-weight: 600;
}

.search-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.keyword {
    background-color: #f5f5f5;
    width: 250px;
    padding: 10px 20px;
    outline: none;
    border: none !important;
    color: black;
}

.keyword::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 500;
    color: #000;
    font-size: 1rem;
}

/* Styles for the dropdowns */
.dropdown {
    position: relative;
    display: inline-block;
}

.selected-item {
    display: flex;
    align-self: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    color: rgb(9, 9, 9);
    padding: 10px 20px;
    cursor: pointer;
    width: 250px;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
}

.selected-text {
    font-size: 1rem;

}

.dropdown-list {
    flex-direction: column;
    align-items: left;
    justify-content: center;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.option {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    /* display: block; */
    color: #333;
    cursor: pointer;
}

.option:hover {
    background-color: rgba(137, 137, 137, 0.512);
}

.option input[type=radio] {
    margin-right: 10px;
}

.option input[type=checkbox] {
    margin-right: 10px;
}

.srch {
    background-color: #0769B9;
    border-radius: 80px;
    width: 200px;
    height: 50px;
    border: none;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.2s ease-in;
}

.srch:hover {
    background-color: #0769b9d0;
    transition: 0.2s ease-in;
}

.btm-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.btm-text p {
    font-weight: 600;
}

.btm-text a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9rem;
}

#main-search > div > div.search-menu > form > div.category-drp > div > div.dropdown-list > label {
    padding: 5px;
}

#main-search > div > div.search-menu > form > div.category-drp > div > div.dropdown-list > label > input[type=radio] {
    margin-right: 5px;
}

#main-search > div > div.search-menu > form > div.region-drp > div.dropdown-list > label {
    padding: 5px;
}

#main-search > div > div.search-menu > form > div.region-drp > div.dropdown-list > label > input[type=checkbox] {
    margin-right: 5px;
}

/* search menu section end */



/* Supplier card css Start */
.main-supplier {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
}

.supplier-card, .gv-container-6621 .gv-diy-view {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /*max-width: 650px;*/
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 25px;
    background-color: #F4F4F4;
    padding: 0px 15px 30px 15px;
}

.supplier-categories-list-wrapper {
    padding-right: 30px;
}

.supplier-categories-list-header {
    color: #fff;
    background-color: #005791;
    padding: 10px 15px 10px 15px;
    border-radius: 25px 25px 0px 0px;
}

.supplier-categories-list-header > h6 {
    font-size: 1.2em;
    font-weight: 700;
}

.supplier-categories-list {
    /*max-width: 650px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 0px 0px 25px 25px;
    background-color: #F4F4F4;
    padding: 30px 15px 30px 15px;
}

.supplier-categories-list li.active a {
    font-weight: 700;
}

.supplier-login {
    /*max-width: 650px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 25px;
    background-color: #F4F4F4;
    padding: 30px 15px 30px 15px;
}

@media only screen and (min-width: 801px) and (max-width: 1100px) {
    .supplier-card, .gv-container-6621 .gv-diy-view {
        width: 40%;
    }
}
@media only screen and (max-width: 800px) {
    .supplier-card, .gv-container-6621 .gv-diy-view {
        width: 90%;
    }
}

.supplier-card .badge, .gv-container-6621 .gv-diy-view .badge {
    /* background-color: #B2C3D9; */
    background: linear-gradient(to right, #B2C3D9, rgb(200, 230, 248));
    width: 40%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-top: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 5px;
    margin-left: 63%;
}

/* specific badges for types of sponsorships */

div.badge.badge_Featured {
    background: #2A7CC0;
}

div.badge.badge_Platinum {
    background: linear-gradient(to right, #AEADAB, #D9D8D6);;
}

div.badge.badge_Gold {
    background: linear-gradient(to right, #E1B338, #F0C453);;
}

div.badge.badge_Silver {
    background: #D1D1D1;
}

div.badge.badge_Bronze {
    background: linear-gradient(to right, #895E1A, #B08D57);;
}

div.badge.badge_Basic {
    background: #263846;
}

div.badge.badge_Free {
    background: #AEB5BA;
}


/* those without a sponsorship level set */
div.badge.badge_ {
    display: none;
}

.supplier-card .badge h6 {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9em;
    padding-top: 0.6em;
}

.supplier-card .logo-img {
    height: 100px;
    margin: 30px auto 30px auto;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.logo-img > img {
    max-height: 100px;
}

.supplier-card .logo-img h1 {
    color: rgb(105, 104, 104);
    text-align: center;
    vertical-align: middle;
}

.supplier-card .logo-name {
    margin: 5px auto;
    color: rgb(71, 71, 71);
}

.supplier-card .location {
    margin: 5px auto;
    padding: 10px 20px;
    color: rgb(71, 71, 71);
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.contact-details {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-details > a > div > i {
    padding-top: 10px;
}

.contact-details .cell {
    margin: 10px 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 1.2rem;
}

.contact-details > a > div > i {
    font-size: 18px;
}

.contact-details .cell a {
    color: rgb(71, 71, 71);
}

.contact-details .web {
    margin: 10px 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 100%;
    font-size: 1.2rem;
}

.contact-details a {
    text-decoration: none;
    color: rgb(71, 71, 71);
    transition: 0.2s ease-in;
}

.contact-details a:hover {
    transition: 0.2s ease-in;
    transform: scale(1.1);
}

.more-info {
    background-color: #0769B9;
    color: white;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 80px;
    height: 40px;
    margin: 20px;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.2s ease-in;
}

#suppliers_col > div > div > div > div > div.main-supplier > div > a > div.more-info {
    padding-bottom: 0px!important;
}

.more-info a {
    text-decoration: none;
    color: white;
}

.more-info:hover {
    background-color: #0769b9d0;
    transition: 0.2s ease-in;
}

/* Supplier card css End */
/* Supplier directory CSS end */