/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/





/*font family apply in wordpress start code here*/
h1, h2, h3, h4, h5 {
    font-family: 'minion-pro-display' !important;
    font-weight: 500;
}

/*nvigation*/
ul#menu-header-menu {
    font-family: 'proxima-nova' !important;
    font-weight: 500;
}

.sub_text{
 font-family: 'proxima-nova' !important;
}

.btn_hover_remove:hover .fusion-button-text {
  color: #f5a623 !important; /* or your desired hover text color */
}

.ul-fonts{
    color: #464646;
    font-family: 'proxima-nova' !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}
.ol-fonts{
    color: #464646;
    font-family: 'proxima-nova' !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

.btn_hover_remove{
     font-family: 'proxima-nova' !important;
     font-weight: 500 !important;
     color: #9C8200;
     letter-spacing: 2px;
}

span.menu-text.fusion-button.button-default.button-large{
    font-family: 'proxima-nova' !important;
    font-weight: 500;
}

.mengamenu h6{
    font-family: 'proxima-nova' !important;
    font-weight: 700 !important;
}

.button-full{
    font-family: 'proxima-nova' !important; 
    font-weight: normal ;
}

div#awb-mega-menu-11459 {
    font-family: 'proxima-nova';
    font-weight: 500;
}


/*homepage section css start*/
.fusion-slider-49 .fusion-title-heading {
    font-family: 'proxima-nova' !important;
    font-weight: 400;
}

.button-7{
    font-family: 'proxima-nova' !important;
    font-weight: normal;
}

p{
    font-family: 'proxima-nova' !important;
    font-weight: 400;
}

a.awb-menu__sub-a{
    font-family: 'proxima-nova' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    padding: 8px 30px !important;
}
/*end homepage*/

/*Gallery page*/
.page-id-7274 .awb-imageframe-caption-title {
    font-family: 'minion-pro' !important;
    font-weight: bold !important;
    color: #000 !important;
    text-shadow: 0 0 3px #FFF !important;
    line-height: 1.2 !important;
}

.parent-pageid-7274 .awb-imageframe-caption-title {
    font-weight: bold !important;
    font-family: 'minion-pro' !important;
}
/*end Gallery page*/
.ccifrm-keys {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
}

.ccifrm-keys li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.ccifrm-keys li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background-color: #000;
  box-shadow: inset 0 0 0 4px transparent;
}


a {
    transition: color 0.3s ease-in-out
}

a:link {
    color: #9C8200;
    text-decoration: none
}
a:visited {
    color: #9C8200
}

a:hover {
    color: #796500
}
.ccifrm-keys .red-bx {
  color: #ff4d4d;
}
.ccifrm-keys .red-bx::before {
  box-shadow: inset 0 0 0 4px #ff4d4d;
}

.ccifrm-keys .green-bx {
  color: #7cd3e0;
}
.ccifrm-keys .green-bx::before {
  box-shadow: inset 0 0 0 4px #7cd3e0;
}

.ccifrm-keys .blue-bx {
  color: #2ab8e6;
}
.ccifrm-keys .blue-bx::before {
  box-shadow: inset 0 0 0 4px #2ab8e6;
}


ul#menu-footer-menu {
    font-family: 'proxima-nova' !important;
    font-weight: normal !important;
}

.email-field #email {
    border: 1px solid #b0b6bb;
    background-color: #ffffff;
}

.blog-pagination {
    text-align: center;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 20px; 
}

.blog-pagination .page-numbers {
    color: #9C8200; 
}

.blog-pagination .page-numbers:hover {
    color: #464646;
}

.blog-pagination .page-numbers.current {
    color: #464646; 
    font-weight: bold;
}

/* Apply on page with ID 7 and category-blog */
.categories-list-data,
.category-blog .categories-list-data {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

/* List items */
.categories-list-data li,
.category-blog .categories-list-data li {
    display: inline-block;
}

/* Link styles */
.categories-list-data .category,
.category-blog .categories-list-data .category {
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ADADAD;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover state */
.category:hover,
.category-blog .categories-list-data .category:hover {
    color: #9C8200;
}

/* Active state */
.categories-list-data .category.active,
.category-blog .categories-list-data .category.active {
    color: #9C8200;
}

/* Mobile view */
@media (max-width: 767px) {
    .categories-list-data, .category-blog .categories-list-data {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

/*---------------------responsive css code start here-----------------------*/
@media (min-width: 320px) and (max-width: 767px) {
    h1 {
        font-family: 'minion-pro-display';
        font-weight: 500;
        font-size: 30px;
        justify-content: center;
        letter-spacing: 3px;
    }

body {
    color: #464646;
    font-family: "proxima-nova", Helvetica, Arial, _sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;

}
    p {
        color: #464646;
        font-size: 16px;
        line-height: 1.75;
    }

    .ol-fonts{
        font-size: 16px;
        font-weight: normal;
    }

    .ul-fonts{
        font-size: 16px;
        font-weight: normal;
    }

}

