/*
 Theme Name:     Cennarium Theme v2.1
 Description:    Theme for Cennarium
 Author:         UDS
 Author URI:     http://www.uniquedavissolutions.com
 Template:       divi
 Version:        2.0.0
*/
 
@import url("../divi/style.css");
@import url("styles/main_menu.css");
@import url("styles/landing_gallery.css");
@import url("styles/landing_tabs.css");
@import url("styles/sign_up.css");
@import url("styles/login.css");
@import url("styles/general.css");
@import url("styles/checkout.css");
@import url("styles/cart.css");
@import url("styles/order_info.css");
@import url("styles/my_account.css");
@import url("styles/peca-details-modal.css");
@import url("styles/cennarium-membership.css");
@import url("styles/modal.css");
@import url("styles/blog.css");
@import url("styles/signup-module.css");
@import url("styles/order-pay.css");
@import url("styles/order-received.css");
@import url("styles/home2.css");
@import url("styles/checkout2.css");
/* =Theme customization starts here



------------------------------------------------------- */
/* COLORS
* --deep-purple:rgb(83,72,238);
* --deep-purple-overlay:rgba(83,72,238,0.8);
* --deep-purple-text: #312D7D;
* --pale:#f3f3f3;
* --dark-yellow: #FDC76B;
*/

/* style the cta button */


    @font-face {
        font-family: univia_problack;
        src: url("fonts/univiaproblack-webfont.woff2");
    }

    @font-face {
        font-family: univia_promedium;
        src: url("fonts/univiapro-medium-webfont.woff2");
    }
    
    @font-face {
      font-family: lato;
      src: url("fonts/Lato-Regular.ttf");      
    }

   .cta-button-signin {
     background-color:#c4298e !important;
     border-radius:0 !important
   }
   
   .cta-button-signin:hover {background-color:#FDC76B !important;}
   
   #top-menu .cta-button-signin a { color:white !important; }

   .cta-button {border-radius: 0px;}
   li.cta-button {
      background-color:#FDC76B;
      font-weight: 700;
      font: 16px/16px;
      /*text-transform: uppercase;*/
      text-align: center;
      padding: 8px 10px 10px!important;
      border-radius: 3px;
      -moz-transition: all 0.5s; 
      -webkit-transition: all 0.5s;
      transition: all 0.5s;}
   li.cta-button:hover {background-color:#4348EE; color: #FFFFFF !important;}
   li.cta-button a:hover {color: #FFFFFF !important; }
   
   @media only screen and (min-width : 981px) {
      li.cta-button {height: 33px;}
   }
    #top-menu .cta-button a {
        color: #464646;
    }
    #top-menu a:hover {
        color: #FFFFFF !important;
    }

    

#top-menu>li>a {
  padding: 0 !important;
}

#top-menu a {
    color: #E2DDDD !important;
}

#top-menu a:hover {
    color: #fff !important;
}


/* my account */
.edit-account label {
  color: #312D7D !important; /*--deep-purple-text*/
}

.edit-account legend {
  color: #312D7D !important; /*--deep-purple-text*/
}

.woocommerce label {
  color: #312D7D !important; /*--deep-purple-text*/
}

.woocommerce p {
  color: #312D7D !important; /*--deep-purple-text*/
}


