/*
Theme Name: Modern Ecommerce Pro
Theme URI: https://www.ovationthemes.com/wordpress/ecommerce-wordpress-theme/
Author: Ovationthemes
Author URI: https://www.ovationthemes.com/
Description: 
Version: 0.0.6
Requires at least: 5.2
Tested up to: 5.8
Requires PHP: 6.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: modern-ecommerce-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Modern Ecommerce Pro WordPress Theme has been created by ovationthemes(ovationthemes.com), 2018.
Modern Ecommerce Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */
html {
	scroll-behavior: smooth;
}

.bypostauthor {
  font-weight: 600;
}

/*--------- Site Loader --------------*/

.preloader {
  background: #f4f9ff;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
}
.load{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100px;
  height:100px;
}
.load hr{
  border:0;
  margin:0;
  width:40%;
  height:40%;
  position:absolute;
  border-radius:50%;
  animation:spin 2s ease infinite;
}
.load :first-child{background:#16a412;animation-delay:-1.5s}
.load :nth-child(2){background:#28bc36;animation-delay:-1s}
.load :nth-child(3){background:#16a412;animation-delay:-0.5s}
.load :last-child{background:#28bc36}

/* ADDED BELOW */
.contact-icons {
	margin: 20px auto;
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
	color: #9AB8A3;
}

.wpcf7-submit, .sib-default-btn {
	background-color: #9AB8A3;
}

.sib-NAME-area, .sib-email-area {
	border-color: #9AB8A3 !important;
	margin-bottom: 10px !important;
}

.sib_signup_box_inside_1 {
	margin-top: 20px !important;
}

.post-img {
	object-fit: cover;
    height: 230px;
	overflow: hidden;
}

#latest_news .owl-carousel .owl-item img {
    height: auto;
}

.news-date {
    margin: 0px 0px;
}
/***************/

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}