/* xl - DESKTOP STYLES */ 
.entry-title{
	font-family: "Raleway",sans-serif;
    font-size: 3.2em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-right: calc(0.05em * -1);
    text-align: center;
    text-transform: none;
    color: rgba(0,0,0,1);
    text-shadow: -10px -5px 50px rgb(176,176,176);
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
}
.entry-featured {
	width:100%;
}
.entry-featured p, .excerpt p{
	display:none !important;
	
}
}
article:focus{
	box-shadow: 0px 10px 8px -8px #888888;
}

.entry-thumb{
	width:50%;
	max-width:50%;
	margin:0 auto;
		border:none;

}
.entry-thumb img{
	
	width:100%;
	min-width:100%;
}

.entry-featured{
	border:none;
	
}

#x-iso-container .entry-featured,#x-iso-container .entry-thumb{
	width:100%;
	min-width:100%;
	
}

/* lg - TABLET LANDSCAPE STYLES */ 
@media (max-width: 1199px) {
  .entry-title{
  	font-family: "Raleway",sans-serif;
      font-size: 3.2em;
      font-style: normal;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.05em;
      margin-right: calc(0.05em * -1);
      text-align: center;
      text-transform: none;
      color: rgba(0,0,0,1);
      text-shadow: -10px -5px 50px rgb(176,176,176);
      transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  	
  }
  
  .entry-thumb{
  	width:50%;
  	max-width:50%;
  	margin:0 auto;
  	
  }
  .entry-thumb img{
  	
  	width:100%;
  	min-width:100%;
  }
}

/* md - TABLET PORTRAIT STYLES */ 
@media (max-width: 991px) {
  .entry-title{
  	font-family: "Raleway",sans-serif;
      font-size: 3.2em;
      font-style: normal;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.05em;
      margin-right: calc(0.05em * -1);
      text-align: center;
      text-transform: none;
      color: rgba(0,0,0,1);
      text-shadow: -10px -5px 50px rgb(176,176,176);
      transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  	
  }
}

/* sm - SMARTPHONE LANDSCAPE STYLES */ 
@media (max-width: 767px) {
  .entry-title{
  	font-family: "Raleway",sans-serif;
      font-size: 3.2em;
      font-style: normal;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.05em;
      margin-right: calc(0.05em * -1);
      text-align: center;
      text-transform: none;
      color: rgba(0,0,0,1);
      text-shadow: -10px -5px 50px rgb(176,176,176);
      transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  	
  }
}

/* xs - SMARTPHONE PORTRAIT STYLES */ 
@media (max-width: 479px) {
  .entry-title{
  	font-family: "Raleway",sans-serif;
      font-size: 3.2em;
      font-style: normal;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.05em;
      margin-right: calc(0.05em * -1);
      text-align: center;
      text-transform: none;
      color: rgba(0,0,0,1);
      text-shadow: -10px -5px 50px rgb(176,176,176);
      transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  	
  }
}

/* RETINA DISPLAY STYLES */ 
@media (min-device-pixel-ratio: 1.5) {
  .entry-title{
  	font-family: "Raleway",sans-serif;
      font-size: 3.2em;
      font-style: normal;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.05em;
      margin-right: calc(0.05em * -1);
      text-align: center;
      text-transform: none;
      color: rgba(0,0,0,1);
      text-shadow: -10px -5px 50px rgb(176,176,176);
      transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  	
  }
}

