/** @package Aaika
* @copyright (C) 2017 by Joomlastars - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author Joomlastars <author@joomlastars.co.in>
* @authorurl <http://themeforest.net/user/joomlastars>
*/

/* You can add new css here */
#topHeader {
	 padding: 27px 0px;
	 background: #e6358f;
}
 .top_nav .right a {
	 color: #ffffff;
	 font-family: 'Raleway', sans-serif;
	 font-weight: 500;
	 margin-right: 16px;
	 transition: all 0.3s ease;
}
 #logo {
	 float: left;
	 display: block;
	 width: 100%;
	 min-height: 70px;
	 margin-top: 0px;
	 position: relative;
	 text-indent: -999em;
	 background: url(../images/logo.png) no-repeat left top;
}
 .fa {
	 display: inline-block;
	 font: normal normal normal 14px/1 FontAwesome;
	 font-size: inherit;
	 color: #fff f;
	 text-rendering: auto;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
 .top_nav .right {
	 float: left;
	 width: 60%;
	 text-align: right;
	 padding-top: 34px;
	 color: #fff;
}
 .fa-facebook {
	 color: gray;
}
 .fa-dribbble {
	 color: gray;
}
 .top_nav .topsocial li a {
	 background: #fff;
}
 .menu_main2 {
	 background: none;
}
 #header #trueHeader {
	 background: #9e005d;
	 border-bottom: 3px solid #db208e;
}
 #header ul.nav>li>a.active {
	 background: #b91880;
}
 #header ul.nav>li>a:hover.active {
	 background: #b92da8;
}
 .footer {
    padding: 30px 0px 0px 0px;
}
@media(min-width:0px) and (max-width:700px) {
#logo {
	 background: url(../images/logo.png) no-repeat center top;
}
}

@media only screen and (min-width: 600px) {
.item-pageblogj .ffp-feed-grid-item {
    display: inline-grid;
    width: 33%  !important;
   
}
.ffp-feed-grid-item {
    display: inline-grid !important;
      width: 33%  !important;
  
  }

  
  
  }
