/*
Theme Name: Weetracker Prime
Theme URI: http://www.google.com/
Author: The Instaacoders Team
Author URI: http://instaacoders.com/
Description: Weetracker a Big News Portal
Version: 1.15
License: GNU General Public License v2 or later
License URI: http://www.instaacoders.com/
Text Domain: weetracker
*/

/*----- Reset Css -----*/
.wpmmtextleft {
	text-align: left;
}
.wpmmtextright {
	text-align: right;
}
.wpmmtextcenter {
	text-align: center;
}
.wpmm-feature-title {
    margin: 14px 0 6px;
    padding: 0;
    border-bottom: none !important;
}
.wpmm-featurebox-btn {
    display: inline-block !important;
    margin-top: 25px;
    border-radius: 3px;
    font-weight: 400 !important;
    font-size: 12px;
    transition: 400ms !important;
    -webkit-transition: 400ms !important;
    line-height: 24px !important;
}
.wpmm-featurebox-btn.wpmmbtnsize_s {
	padding: 4px 12px 2px !important;
}
.wpmm-featurebox-btn.wpmmbtnsize_m {
	padding: 5px 15px !important;
}
.wpmm-featurebox-btn.wpmmbtnsize_l {
	padding: 10px 25px !important;
}
.wpmmlayout1 .wpmm-feature-item {
	padding: 0;
}
.wpmmlayout1.wpmmtextcenter .wpmm-feature-item{
    padding:15px;
}
.wpmm-feature-desc {
    line-height: 24px;
}
.elp_caption 
{
}
.elp_msg 
{
}
.elp_textbox 
{
}
.elp_button 
{
}
.elp_textbox_class 
{
}
.elp_textbox_button 
{
}
.elp_lablebox
{
}
.yith-infs-loader {
	text-align: center;
	margin: 10px 0 30px;
}
.yith-infs-loader img {
	max-width: 100%;
	display: inline-block;
}
/* Fade In */
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.yith-infs-animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.rowss blockquote{    font-weight: 600;
        font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.9rem;
    position: relative;
    margin: 0;
    display: inline-block;
    padding: 0 40px;}
.rowss blockquote p, .rowss blockquote p span, .rowss blockquote span {
	color: #bf1e2e !important;
}
.wttitle-post span.weetitle {
    color: #000!important;
}