/*
Theme Name:     CargoPress Child Theme
Theme URI:      http://www.proteusthemes.com
Description:    Child theme for the CargoPress
Author:         Primoz Cigler
Template:       cargopress-pt
Version:        1.0
*/


/* add custom CSS code bellow */

@font-face {
	font-family: Estedad;
	src: url('assets/fonts/Estedad-FD[KSHD,wght].woff2') format('woff2');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	font-display: swap;
}

body, p,a, h1,h2,h3,h4,h5,h6 {
    font-family: Estedad !important;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
}

.order-online {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 2000;
    width: 280px;
    height: 64px;
}

.mbounce {
	animation-name: mbounce-5;
	animation-timing-function: ease;
	animation-duration: 7s;
    animation-iteration-count: infinite;
	animation-delay: 5s;
}
@keyframes mbounce-5 {
        0%   { transform: scale(1,1)    translateY(0); }
        5%  { transform: scale(1.1,.9) translateY(0); }
        15%  { transform: scale(.9,1.1) translateY(-7px); }
        25%  { transform: scale(1,1)    translateY(0); }
        28%  { transform: scale(1,1)    translateY(-7px); }
        32%  { transform: scale(1,1)    translateY(0); }
        100% { transform: scale(1,1)    translateY(0); }
}