/*
Theme Name: Enfold child
Description: Enfold child theme
Version: 1.0
Theme URI: www.kriesi.at/themes/enfold/
Template: enfold
Text Domain: enfold-child
*/


/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme. 
* Instead use the custom.css file that is located in your themes /css/ folder to add your styles. 
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->General Styling
*/

.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


#call-to-action-bar {
	background-color: #c32d2c;
	text-align: center;
	color: #fff;
	_height: 36px;
	font-weight: 600;
	font-size: 0.95rem;
	height: 0;
	overflow: hidden;
	position: relative;
}
#call-to-action-bar .cta_inside {
	display: inline-block;
	padding: 0.4rem 0;
}
#call-to-action-bar .closer {
	position: absolute;
	right: 0;
	top: 0;
	width: 27px;
	height: 25px;
	line-height: 24px;
	background: rgba(0,0,0,.15);
	cursor: pointer;
}
#call-to-action-bar .closer:hover {
	background: rgba(0, 0, 0, 0.27);
}
#call-to-action-bar .closer > span {
	font-size: 0.9rem;
	font-weight: 600;
}
#call-to-action-bar .cta_inside .cta_button {
	margin-left: 1rem;
}
#call-to-action-bar .cta_inside .cta_button .cta_btn {
	color: #C32D2C;
	background-color: #FFF;
	padding: 0.25rem 1.1rem 0.3rem 1rem;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0,0,0, .3);
	line-height: normal;
  font-weight: 600;
}
#call-to-action-bar .cta_inside .cta_button .cta_btn:hover {
	border-radius: 2px;
	text-decoration: none;
  color: #FFF;
}
#call-to-action-bar .cta_inside .cta_button .cta_btn:hover:before,
#call-to-action-bar .cta_inside .cta_button .cta_btn:hover:after {
	border-radius: 2px !important;
	background-color: #337ebf !important;
  color: #FFF !important;
}
