/*
Theme Name: Standish - Boutique de pieces
Theme URI: http: //mysite.com/
Description: Theme enfant par Standish
Author: Standish Communications
Author URI: https: //www.standish.ca/
Template: oceanwp
Version: 0.1
*/

.elementor.elementor-1047.dce-elementor-post-7712 img {
  width: auto;
}

.center-toggle-icon .elementor-toggle .elementor-tab-title{
    line-height: 75px
}

.center-toggle-icon .elementor-tab-title a{
    color:#ffffff !important;
}

#wpadminbar {
    display: none !important;
}

html{
    margin-top: 0 !important;
}

main#main{
opacity:0;
transition:opacity 1.5s;
}

main#main.ready{
opacity:1;
}

.loading_animation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    opacity: 0 !important;
    visibility: hidden;
}

body:not(.ready) .loading_animation{
    opacity: 0.95;
    visibility: visible;
}


.grass {
width: 300px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 0.25rem solid #7b6855;
    overflow: hidden;
    padding: 0 11px;
}
.grass svg {
	fill: #5d9345;
	animation: skew 1.5s infinite;
	transform: skew;
	animation-direction: alternate;
}
@keyframes skew {
	0% {
		transform: skewX(13deg) translate(-7px);
	}
	100% {
		transform: skewX(-13deg) translate(7px);
	}
}

@media screen and (max-width: 768px){
    .desktop_only{
        display: none;
    }
}

body.woocommerce-page.logged-in .woocommerce-billing-fields {
    display: block !important;
}