/**
Theme Name: nnedi
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: nnedi
Template: astra
*/

span.praise_authorship	{
color:#990099;
}

/*a img:hover	{ 
position: relative; 
top: -10px;
}*/ 

.page-id-1808 a img, .page-id-691 a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.page-id-1808 a img:hover, .page-id-691 a img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.page-id-691 .elementor-element-b2d51f0 a img {
	-webkit-transform: none;
	transform: none;
}
.page-id-691 .elementor-element-b2d51f0 a img:hover {
	-webkit-transform: none;
	transform: none;
}

ul.sub-menu {
    background: #000 !important;
    margin-top: -10px !important;
}

ul.sub-menu li a.menu-link	{
color:#ffffff !important;
}

ul.sub-menu li a.menu-link:hover	{
color:#990099 !important;
}

.page-id-2105 h3	{
margin-top:30px !important;
margin-bottom:0px !important;
}

/*TWITTER FEED*/

.fts-tweeter-wrap	{
background:white;
padding:10px;
margin:10px;
}

.fts-mashup-post-wrap, .fts-instagram-wrapper, .fts-tweeter-wrap, .fts-twitter-backg-image 	{
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important;;
}

.fts-slicker-facebook-posts, .fts-slicker-twitter-posts {
    width:100% !important;
}

.cat-description	{
min-height: 100px;
}


/*RESPONSIVE GRID CSS */

@media screen and (min-width:640px) {
   .home.fts-jal-single-fb-post, .home.fts-tweeter-wrap {
        width: calc(50% - 10px) !important;
        margin:5px !important;
    }
}
@media screen and (min-width:960px) {
 /* 33.3333% is 3 posts in a row. -10px is the total margin from left to right we subtract considering we want a margin of 5px of spacing below
    If you wanted 4 columns it would be 25% and so on */
   .home.fts-jal-single-fb-post, .home.fts-tweeter-wrap {
        width: calc(25% - 10px) !important;
/* margin 5px totals 10px if you add the left and right side that is why we do -10px above. */        
        margin:5px !important;
    }
}