/* 
 Theme Name:     Divi-Fortics
 Author:         Fortics
 Author URI:     http://www.fortics.com.br
 Template:       Divi
 Version:        2.0 (criada inicialmente por unknown, modificada por Rafael Camilo)
 Description:    Fortics Divi Child Theme
*/ 

/* WARNING < do not add css here, do changes on main.style.css and than minimize and public on style.min.css > WARNING */

/* to be commited */

#sz-chat-middle-svg-bg-bottom-1 .shape-fill-1-esp {
    fill: #318dcb;
}
#sz-chat-middle-svg-bg-bottom-1 .shape-fill-2-esp {
    fill: #ffffff;
}

/* end of */

/* job paused, may i remove the code? */
#sz-teste-lp {
	background-image: linear-gradient(to bottom, rgba(6,27,51,0.77) 0%, rgba(6,27,51,0.77) 100%), url(https://media.giphy.com/media/7b8jdNUoFBdcoILjjv/source.gif);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: #BBBBBB;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 200px;
}
#sz-teste-lp h2 {
	color: #ffff;
	font-family: inherit;
	font-size: 34px;
}
#sz-teste-lp p {
	color: #ffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
#sz-teste-lp span,
#sz-teste-lp strong
#sz-teste-lp b {
	color: #f5a623!important;
	font-family: inherit;
	font-size: inherit;
}
#lp-divisor-rd-style {
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
}
#sz-teste-lp-dark h2 {
	color: #ffff;
	font-family: inherit;
	font-size: 34px;
}
#sz-teste-lp-dark h3 {
	color: #ffff;
	font-family: inherit;
	font-size: 34px;
}
#sz-teste-lp-dark p {
	color: #ffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
#sz-teste-lp-light span,
#sz-teste-lp-light strong
#sz-teste-lp-light b {
	color: #f5a623!important;
	font-family: inherit;
	font-size: inherit;
}
#sz-teste-lp-light h2 {
	color: #0c3455;
	font-family: inherit;
	font-size: 34px;
}
#sz-teste-lp-light h3 {
	color: #0c3455;
	font-family: inherit;
	font-size: 18px;
}
#sz-teste-lp-light p {
	color: #0c3455;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
#sz-teste-lp-light span,
#sz-teste-lp-light strong
#sz-teste-lp-light b {
	color: #f5a623!important;
	font-family: inherit;
	font-size: inherit;
}

/* end of job paused */

@media only screen and (max-width: 980px) {
	.et_bloom .et_bloom_popup {
   		 z-index: 999999999999999999999999!important;
	}
	.et_bloom .et_bloom_popup .et_bloom_header_outer .et_bloom_form_header img {
		width: 150px;
	}
	.et_bloom .et_bloom_popup .et_bloom_header_outer .et_bloom_form_header .et_bloom_form_text h2 {
		font-size: 15px!important;
	}
	.et_bloom .et_bloom_popup .et_bloom_header_outer .et_bloom_form_header .et_bloom_form_text p {
		font-size: 14px!important;
	}
	.et_bloom .et_bloom_popup .carrot_edge .et_bloom_form_content {
        padding-top: 25px!important;
		padding-bottom: 60px!important;
	}
}

/* effects w/o plugins */
	#updowneffects-imgs,
	.updowneffects-imgs {
		will-change: transform;
		animation: updown 1000ms infinite alternate;
	}
	@keyframes updown { 
		0%{
			transform: translate(0px,25px);
		}
		100%{
			transform: translate(0px,0px);
		}
	}
	#zoomeffects-imgs,
	.zoomeffects-imgs {
		will-change: transform;
		animation: zoomio 1000ms infinite alternate;
	}
	@keyframes zoomio { 
		0%{
			transform: scale(1.1);
		}
		100%{
			transform: scale(1.2);
		}
	}
	#ballanceeffects-imgs,
	.ballanceneffects-imgs {
		will-change: transform;
		animation: ballance 1000ms infinite alternate;
	}
	@keyframes ballance { 
		0%{
			transform: translateX(0px) translateY(0px) rotateZ(355deg);
		}
		100%{
			transform: translateX(5px) translateY(5px) rotateZ(360deg);
		}
	}
	#ballanceeffects-imgs-2,
	.ballanceneffects-imgs {
		will-change: transform;
		animation: ballance 1200ms infinite alternate;
	}
	@keyframes ballance { 
		0%{
			transform: translateX(0px) translateY(0px) rotateZ(0deg);
		}
		100%{
			transform: translateX(-5px) translateY(-5px) rotateZ(10deg);
		}
	}
/* end of effects */