/* 
 Theme Name:   expert-bakers-shop-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     expert-bakers-shop
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
@media (max-width: 768px) {
    h1{
      font-size: 28px!important;
    }
    h2{
      font-size: 26px!important;
    }
    h3{
      font-size: 24px!important;
    }
}


@media (max-width: 1400px) {
    .main-navigation .menu {
        margin-top: 0em;
        padding: 0;
        display: block;
    }
}



h2{
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 15px;
}

h3{
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
}

p{
    font-size: 16px;
}

.blog-area {
    background: linear-gradient(rgba(236, 208, 227, 0.959), rgba(252, 220, 241, 0.966)), 
                url('/img/food-pattern.jpg');
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    border-radius: 0px;
}


b, strong {
    font-weight: 700;
}


.breadcrumb-section h1 {
    font-size: 39px;
    overflow-wrap: anywhere;
    font-weight: 600;
    color: #fff;
}

.sidebar .widget {
    background-color: #fff;
    border-radius: 3px;
    padding: 5px;
    border: 1px solid var(--color-primary1);
    box-shadow: 3px 5px var(--color-primary1);
}



.section-spots {
    background: linear-gradient(135deg, rgba(243, 235, 240, 0.945), rgba(255, 248, 240, 0.9)), 
                url('/img/food-pattern.jpg');
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #560238;
}

.section-spots h3{
    margin-top: 20px;
    margin-bottom: 15px;
}
.section-spots h2 {
    margin-top: 30px;
    color: #F7F7F7;
    background: #8F4D77;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.section-spots p {
    color: #5A3E4E;
    background: rgba(255, 248, 240, 0.8);
    padding: 12px;
    border-left: 5px solid #8F4D77;
    border-radius: 6px;
    margin-bottom: 15px;
}

.section-spots .address-line {
    font-weight: bold;
    color: #560238;
    background: rgba(252, 220, 241, 0.8);
    padding: 12px;
    border-left: 5px solid #F7F7F7;
    border-radius: 6px;
    margin-bottom: 15px;
}






.restaurant-section {
    margin-top: 60px;
    background: linear-gradient(80deg, #8F4D77, #F7F7F7);
    color: #560238;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.restaurant-section h2 {
    margin-top: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #FCDCF1;
    border-bottom: 3px solid #560238;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.restaurant-section p {
    font-size: 16px;
    line-height: 1.6;
}

.restaurant-section .address {
    font-weight: bold;
    color: #e6c0d8;
    font-size: 18px;
}





@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes glowEffect {
    0% {
        box-shadow: 0 0 5px rgba(143, 77, 119, 0.3);
    }
    50% {
        box-shadow: 0 0 15px rgba(143, 77, 119, 0.5);
    }
    100% {
        box-shadow: 0 0 5px rgba(143, 77, 119, 0.3);
    }
}



.section-two {
    background: linear-gradient(135deg, #8F4D77, #F7F7F7);
    padding: 30px 0;
    animation: fadeInUp 1s ease-in-out;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #FCDCF1;
    border-radius: 12px;
    animation: fadeInUp 0.8s ease-in-out;
    position: relative;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    animation: glowEffect 1.5s infinite alternate;
}

.card::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(143, 77, 119, 0.3);
    top: -20px;
    right: -20px;
    border-radius: 50%;
    filter: blur(20px);
}

.card-img-top {
    border-radius: 12px 12px 0 0;
    transition: transform 0.5s ease;
}

.card:hover .card-img-top {
    transform: scale(1.1);
}

.card-body {
    padding: 15px;
    text-align: center;
    background: linear-gradient(135deg, #F7F7F7, #FCDCF1);
    border-radius: 0 0 12px 12px;
    position: relative;
    overflow: hidden;
}

.card-body::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(143, 77, 119, 0.2);
    bottom: -10px;
    left: -10px;
    border-radius: 50%;
    filter: blur(15px);
}

.card-title {
    font-weight: bold;
    color: #560238;
    position: relative;
}

.card-title-two {
    font-weight: bold;
    color: #560238;
    position: relative;
    font-size: 24px;
}



.card-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #8F4D77;
    margin: 8px auto;
    border-radius: 2px;
}

.card-text {
    color: #8F4D77;
    font-size: 0.95rem;
}

.btn-custom {
    background-color: #8F4D77;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    transition: background 0.3s, box-shadow 0.3s;
}

.btn-custom:hover {
    background-color: #560238;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    animation: glowEffect 1s infinite alternate;
}






@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.spots {
    background: linear-gradient(135deg, #E6F4E6, #F7F7F7);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    animation: fadeIn 1s ease-in-out;
}

.spots h2 {

    font-weight: bold;
    color: #1F4F1F;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.spots h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #d396bc;
    margin-top: 5px;
    border-radius: 2px;
}

.spots p {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.spots .line-adress{
    font-weight: bold;
    color: #d4a5d0;
}


.spots:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}






.sports-bar {
    background: linear-gradient(135deg, #edd6f0, #E6E6E6);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: fadeIn 1s ease-in-out;
}

.sports-bar h2 {
    font-size: 2rem;
    color: rgb(88, 31, 80);
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.sports-bar h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #A8A891;
    margin-top: 8px;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
}

.sports-bar p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.sports-bar h3 {
    font-size: 1.4rem;
    color: #5c7e5c;
    margin-bottom: 15px;
}

.sports-bar ul {
    font-size: 14px;
    list-style-type: none;
    padding: 0;
}

.sports-bar ul li {
    color: #63235f;
    align-items: center;
    transition: color 0.3s ease;
}

.sports-bar ul li::before {
    content: "🍸";
    font-size: 1.5rem;
    color: #57ca7e;
    margin-right: 10px;
}

.sports-bar ul li:hover {
    color: #00868C;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}




.cocktail-section {
    background: linear-gradient(rgba(216, 233, 214, 0), rgba(232, 252, 220, 0)), 
    url('/img/cocktails.jpg');
    
        background-size: cover;
        background-position: center;
        padding: 20px;
        border-radius: 10px;
}

  .cocktail-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
  }


  .cocktail-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  
  .cocktail-section h2{
    color: #63235f;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }



  .breadcrumb-section:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(121 104 122);
    opacity: 0.6;
    z-index: 1;
}



.breadcrumb-section h1 {
    font-size: 42px;
    overflow-wrap: anywhere;
    font-weight: 600;
    color: #f8eaf3;
    font-family:Georgia, 'Times New Roman', Times, serif
    
}



.logo-mainlogo{background:url('/img/logo.svg');}
.bg-mainlogo{background-color:#FBDCF1;}




[class*="logo-"]{
    display:block;
    text-indent:-9999px;
    text-align:left;
    background-size:90%;
    background-position:center center!important;
    background-repeat:no-repeat;
  }
  [class*="brand-"][class*="bg-"]{
    margin:0 auto;
    padding:5px;
    border-radius: 54px;
    width: 280px;
    height: 90px;
  }



  .custom-list {
    list-style: none;
    padding: 0;
}

.custom-list li {
    position: relative;
    padding-left: 5px;
}


.main-navigation .menu > li > a {
    font-size: 18px;
    text-transform: capitalize;
    color: #bd09a5;
    display: inline-block;
    padding: 10px 21px;
    font-weight: 700;
    position: relative;
    z-index: 99;
}




.market-section {
    margin-top: 45px;
    background: linear-gradient(135deg, #FADADD, #D4EAC7);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #333;
}

.market-section h2 {
    color: #D44C7E;
}

.market-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
   
}

.market-detail {
    margin-top: 10px;
    font-weight: bold;
    color: #D44C7E;
    font-size: 18px;
    background: #fff3f8;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



.featuree {
	background: url("/img/new-zealand.jpg");
	background-position: 50% 94px;
	display: block;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 70px 30px;
  }

  .featuree::before{
	background-color: #000;
  }

  @media (max-width: 768px) {
	.featuree {
	  padding: 70px 20px;
	 
	}
  }
  .featuree h2 {
	margin-bottom: 10px;
	color: #e0afde;
  }

  .featuree h3 {
	margin-bottom: 30px;
	color: #a9adb3;
  }
  .featuree p {
	color: #a9adb3;
	margin-bottom: 20px;
  }
  
  .featuree ul li {
    color: #a9adb3;
    margin-bottom: 20px;
    list-style-type: none;
    }






    #block-12.widget_search {
        background-color: #fce7f1; 
        border-radius: 8px; 
        padding: 20px;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); 
    }
    #block-12.widget_search .wp-block-search__label {
        font-size: 18px;
        font-weight: bold;
        color: #D061A8; 
        margin-bottom: 8px;
        display: block;
    }
    #block-12.widget_search .wp-block-search__input {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid #D061A8; 
        background-color: #fff;
        margin-bottom: 15px;
    }
    #block-12.widget_search .wp-block-search__button {
        pointer-events: none;
        background-color: #D061A8; 
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    #block-12.widget_search .wp-block-search__button:hover {
        background-color: #d81b60; 
    }
    #block-12.widget_search .wp-block-search__inside-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #block-12.widget_search .wp-block-search__input:focus {
        outline: none;
        border-color: #d81b60; 
    }




    .tw-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
      }
      
      .twitter-tweet {
        max-width: 100%;
        margin: 0 auto;
      }
      

      .sidebar-section {
        background-color: #F7F9FC; 
        padding: 10px; 
        border-radius: 8px; 
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
      }
      .sidebar-section p {
        font-size: 1rem;
        margin-bottom: 5px; 
        align-items: center;
        position: relative;
      }
      .sidebar-section p:before {
        content: "🍲"; 
        font-family: "Bootstrap Icons";
        font-size: 1.3rem; 
        color: #1F77B4; 
        left: 0px; 
        margin-right: 8px; 
      }
      .sidebar-section p a {
        text-decoration: none;
        color: #333; 
      }
      .sidebar-section h3 a:hover {
        color: #1F77B4; 
      }
      
      
      
    
      .main-navigation .menu > li > a {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 18px;
        text-transform: capitalize;
        color: #bd09a5;
        display: inline-block;
        padding: 12px 24px;
        font-weight: 700;
        position: relative;
        z-index: 99;
        border-radius: 8px;
        transition: all 0.3s ease-in-out;
    }
    

    .main-navigation .menu > li > a:hover {
        color: #fff;
        background: linear-gradient(135deg, #bd09a5, #ff4dc4);
        box-shadow: 0 4px 10px rgba(189, 9, 165, 0.4);
        transform: translateY(-2px);
    }
    
    