/* Enter Your Custom CSS Here */

.navbar-inverse .navbar-search .search-query {
  width: 60px;
}

/* 
#footer_widgets_wrapper{
      display:none;   
}
*/

#footer-widgets .widget-container{
     display:none;  
}

#widgets-holder-wrap {
      display:none;   
}


#magazine .post-title {
			width: 250px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;   	 
}

#magazine .post-title a {
    font-size:18px;
    text-align: left;
	 
}

a:hover  {
 color: red;
}

entry-header{
      display:none;   
}

.entry p  {
    display:none;     
}

.comments-n-views {
     display:none;
}
 
.google-maps-title {
    display:none;     
}

.text {
  font-size:20px;
  font-family:helvetica;
  font-weight:bold;  
  text-transform:uppercase;
}

.parpadea {  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

HTML  LESS   Result
Edit


.portfolio-caption {
    text-transform: uppercase;
    font-size:17px;
}

.portfolio-caption:hover {
      color: blue;
}


.container {
    width: 1036px;
}


.widgets-holder-wrap {
      display: none;   
}

.n2-section-smartslider  {
     width: 6px;
}

#magazine .post-container .post  {    
	      margin-left: 30px;

}



