/**
Theme Name: astra_leads
Author: Fred
Author URI: http://wpastra.com/about/
Description: Theme enfant astra pour les leads
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra_leads
Template: astra
*/

ul.list_inline {
    list-style-type: none;
    display: contents;
}

ul.list_inline > li {
    padding: 0;
    margin: 0;
    display: inline;
}

ul.list_inline > li::after {
    content: " - ";
}

button.main-floating:hover, button.main-floating:visited{
	background-color: #ff6833;
}

button.main-floating, button.main-floating:focus{
	background-color: #ff8333;
}
button.main-floating{
	position: fixed;
	right:20px;
	bottom:20px;
	padding: 20px;
}

button.main-comparateur{
	padding:20px;
	margin-bottom: 20px;
}

.post-thumb{
	position:relative;
}

.center-post-thumb{
	position: absolute;
	top:5px;
	right:5px;
	opacity: 80%;
}

#loaderContainer{
	position: absolute;
	top:0;
	background:#000;
	opacity: 70%;
	width:100%;
	height:100%;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 50% 45%;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
