/* 
Theme Name: eleven10 Theme
Description: eleven10 Studio theme
Author: eleven10
Author URI: https://eleven10.ca/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */


/* Text-level semantics
 */
a {
  /*background-color: transparent;
  text-decoration: none;*/
  color: #FE001A; /*Coke Red*/
}
a:hover, a:active {
  color: #333; /*Light Grey*/
}

button,
[type=submit],
[type=button] {
  /*display: inline-block;
  font-weight: 400;*/
  color: #FE001A; /*Coke Red*/
  /*text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;*/
  border: 1px solid #FE001A; /*Coke Red*/
  /*padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;*/
}

button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #FE001A; /*Coke Red*/
  text-decoration: none;
}
