
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */
    #bloccohome  [data-av_iconfont="entypo-fontello"]::before {
      font-size: 145px;
      font-weight: bold !important;
    }
    #porthome {
      min-height: 187px !important;
    }
    #porthome .read-more-link {
      top: 333px;
    }
    #porthome .slide-entry-title.entry-title {
      font-size: 22px;
    }
  }
  
  
  
  /*
  Mobile Styles
  ================================================== */
  /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
  
  @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    #porthome .slide-entry-title.entry-title {
      font-size: 15px;
    }
  }

#top .av-control-minimal .avia-slideshow-arrows a::before {
    border: 0px !important;
  }

#porthome .slide-meta {
    display: none;
  }
  #porthome .slide-entry-title.entry-title {
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 8px;
  }
 #porthome {
	min-height: 400px !important;
}
#porthome .slide-entry-excerpt.entry-content {
	font-size: 14px;
	color: #808080;
	line-height: 17px;
}
#porthome .slide-content {
	border: 1px solid #ccc !important;
	margin-top: -10px;
	padding: 15px !important;
	min-height: 187px;
	overflow: visible;
}
#porthome .read-more-link {
	border: 1px solid grey !important;
	padding: 10px;
	position: absolute;
	top: 85%;
	width: 100%;
	text-align: center;
	max-width: 210px;
}