/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1760338811
Updated: 2025-10-13 09:00:11

*/

/* fira-mono-regular - latin */
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../child/fonts/fira-mono-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-regular - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../child/fonts/fira-sans-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* FOOTER */

footer ul li {
    list-style: none; 
    line-height: 2em;
}

footer ul {
    padding-left: 0 !important; 
}

footer ul li a, 
footer .et_pb_text_inner a {
    color: #333333;
}

footer li a {
    padding-bottom: 5px; 
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 -1px #00BCF0 ! IMPORTANT;
    transition: all .3s; 
}

footer .et_pb_text_inner a {
    padding-bottom: 5px; 
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 -1px #00BCF0 ! IMPORTANT;
    transition: all .3s; 
}

footer .et_pb_text_inner a:hover {
    padding-bottom:  3px;
    box-shadow: inset 0 -0.1em rgba(0, 0, 0, 0), inset 0 -0.0em rgba(0, 0, 0, 0) ! IMPORTANT;
    transition: all .3s; 
    color: #00BCF0;
}

/* BUTTONS */

.et_pb_button_module_wrapper {
    display: inline; 
}

.blue-button {
    background: #00bcf0;
    margin-right: 40px; 
    border: 1px solid #00bcf0 !important;
    border-radius: 0; 
	margin-top: 30px; 
    color: #ffffff !important; 
    box-shadow: none; 
    text-shadow: none; 
}

a.blue-button:hover {
     border: 1px solid #ffffff !important;
}

.grey-button {
    background: #333333;
    margin-right: 40px; 
    margin-top: 30px;
    border: none !important; 
    border-radius: 0; 
}

a.grey-button {
    color: #ffffff !important; 
    box-shadow: none; 
    text-shadow: none; 
    border: 0; 
}

.white-button-border {
    border: 1px solid white !important; 
}
.grey-button2,
.border-button {
	border: 1px solid #333333;
    border-radius: 0; 
	color: #333333;
}

a.grey-button2:hover {
	border: 1px solid #333333 !Important;
    border-radius: 0; 
	color: #333333;
}

/* WooCommerce Login-Button */
.woocommerce-form-login__submit.button {
    background: #00bcf0 !important;
    color: #ffffff !important;
    border: 1px solid #00bcf0 !important;
    border-radius: 0 !important;
    margin-top: 30px !important;
    margin-right: 40px !important;
    box-shadow: none !important;
    text-shadow: none !important;
}


.woocommerce-form-login__submit.button:hover {
    background: #00bcf0 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

.woocommerce-form-login__submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.woocommerce-form-login__submit::after {
    position: static !important;
    margin-left: 10px !important;
    margin-top: 0 !important;
    line-height: 1 !important;
}

/* TOGGLE */

.et_pb_toggle {
    border: none; 
    padding: 0;
    background: none; 
    padding-bottom: 10px; 
    border-bottom: 1px solid #333333;
}

#et-main-area .et_pb_toggle_title {
    color: #333333; 
	line-height: 1.4em;
}

.et_pb_toggle_title {
    font-family: 'Fira Sans', Helvetica, Arial, Lucida, sans-serif !important;
}

body .et_pb_module .et_pb_toggle_title:before {
    content: "\e906";
    font-weight: bold ; 
    font-family: 'wga' !important;  
    font-size: 13px; 
    transition: all .3s;
	color: #00bcf0;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\e906";
    transform: rotate(180deg);
    transition: all .3s;
    color: #00bcf0;
}

/* SOCIAL ICONS FOOTER */

ul.et_pb_social_media_follow_0_tb_footer li a.icon {
	margin-left: 0 !important; 
	margin-right: 10px !important; 
}

/* CUSTOM TOGGLE */ 

.cs-toggle-wrapper .et_pb_column {
   border-left: 3px solid #00bcf0;
   padding-left: 30px;
}

.cs-toggle-wrapper .et_pb_toggle {
border-bottom: 1px solid white;
}

.cs-toggle-wrapper .et_pb_toggle_content {
    padding-right: 30px; 
    padding-bottom: 30px; 
}

.cs-toggle-wrapper .cs-toggle .et_pb_toggle_content {
     opacity: 0; 
     transition: opacity .3s;
} 

.cs-toggle-wrapper .et_pb_toggle_title {
    bottom: 0; 
    position: absolute !important; 
    width: 100%; 
    margin-bottom: 15px !important;
    z-index: 10;
}

.cs-toggle-wrapper .et_pb_toggle_title:after { 
    bottom: 10px !important; 
}

.cs-toggle-wrapper .cs-toggle.et_pb_toggle_open .et_pb_toggle_content {
    opacity: 1; 
    transition: opacity .3s;
}  

/* LINK TILE */

.cs-link-tile .et_pb_column:hover {
    transform: scale(1.04);
    transition: all .3s; 
}

.cs-link-tile .et_pb_column {
      transition: all .4s; 
}

.cs-link-tile .et_pb_column:after {
    content: "\e900";
    font-family: 'wga' !important;
    color: #00BCF0; 
    background: none;
    font-size: 70px; 
    position: absolute; 
    right: 0; 
    top: 20px; 
    opacity: 0; 
    transition: all .4s; 
}

.cs-link-tile .et_pb_column:hover:after {
    opacity: 1; 
    transition: all .4s; 
}


