/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
@font-face {font-family: "Univers LT Std 45 Light";
    src: url("https://db.onlinewebfonts.com/t/e93576bbe6e7599d042e2cae1bdba8c4.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/e93576bbe6e7599d042e2cae1bdba8c4.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/e93576bbe6e7599d042e2cae1bdba8c4.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/e93576bbe6e7599d042e2cae1bdba8c4.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/e93576bbe6e7599d042e2cae1bdba8c4.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/e93576bbe6e7599d042e2cae1bdba8c4.svg#Univers LT Std 45 Light") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Univers LT Std 65 Bold";
    src: url("https://db.onlinewebfonts.com/t/d85410082243ec6a4322ace19d5b74bb.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/d85410082243ec6a4322ace19d5b74bb.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/d85410082243ec6a4322ace19d5b74bb.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/d85410082243ec6a4322ace19d5b74bb.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/d85410082243ec6a4322ace19d5b74bb.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/d85410082243ec6a4322ace19d5b74bb.svg#Univers LT Std 65 Bold") format("svg"); /* iOS 4.1- */
}

@media (max-width: 768px)
{
	#slider {
		display: block;
		height: 192px;
		overflow: hidden;
	}
	#slider h2{display:none;}
	#slider > div.fl-row-content-wrap{background-size: cover; background-position:center;}
}


#pulse {
    z-index: 3 !important;
    position: relative;
}

#pulse .container {
  width: 200px;
  height: 100%;
  margin: 0 auto 0;
margin-top: -20px;
}

#pulse .pulse-button .fa {
    font-size: 88px;
    color: #fff;
    margin-left: -6px;
}

#pulse .pulse-button {

  position: relative;
  width: 100px;
  height: 100px;
  border: none;
  box-shadow: 0 0 0 0 rgba(115, 0, 15, 0.7) !important;
  border-radius: 50%;
  background-color: #B40506 !important;
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
/*
 * #B40506 -> til juleknap 
 * #6199cb -> original farve til playknap
 */

#pulse .pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(115, 0, 15, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(115, 0, 15, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(115, 0, 15, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(115, 0, 15, 0);}}