/*
Theme Name: Divi_Child_V1
Version: 1.0
Description: A child theme of Divi
Author: Andrew
Template: Divi
*/

@import url("../Divi/style.css");


/* Divi toggle animate arrow and change colour */
/* Open toggle
.et_pb_toggle_open .et_pb_toggle_title:before {
align-content: center;
transform: rotate(180deg);
content: "\25bc";
transition:all 0.5s ease-in-out 0s;
color: #96010d !important;
}
/* Closed toggle
.et_pb_toggle_title:before {
align-content: center;
content: "\25bc";
font-size:3em;
transition:all 0.5s ease-in-out 0s;
color: #027508 !important;
}


/*Buton
<style type="text/css">
.rv_button.closed:after {content:"\33";}
.rv_button.opened:after{content:"\32";}
</style>*/
#main-footer {
z-index: 999999;
}

/***Newsletter FORM***/
.CF5d268dee187a6 .form-control{
background-color: #e6eee7;
border-radius: 0px;
text-decoration-color: #e6eee7;
margin: 0px;
max-width: 95%;
align-items: center;
border: none;
padding: 10px;
font-family: Lato;
color: #4f4f57;
font-size: 1.1em;
font-style: normal;
font-weight: 500;
box-shadow: none;
}

.fld_1425662 .form-control{
background-color: #e6eee7;
color: #e6eee7;
border: none;
}
/*** THIS CHANGES THE BUTTON STYLE Left align ***/
.caldera-grid input[type=submit] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  font-family: Lato;
  font-style: normal;
  text-align: center;
  color: #ffffff!important;
  background-color: #4f5757!important;
  border: 0px;
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 85px!important;
 transition: all 0.3s ease-in-out;
}

/*** THIS CHANGES THE BUTTON HOVER STYLE ***/
.caldera-grid input[type=submit]:hover {
 background: rgba(0, 0, 0, 0.05);
 border-color: transparent;
 color: #4f5757;
}


/* Switch Divi Logo on Mobile Devices */
@media only screen and (max-width: 981px) {
#logo {
content: url("https://triyo.com.au/wp-content/uploads/2019/08/Square_Logo.png");
max-height: 160px;
height: auto; /* default value - the browser calculates the height */
}
}
