/*********************  ARTICLES PAGE CSS    *********************/

hr {
  border: 0.1vW solid #b2b2b2;
}

.ArtsDot-Articles-Content-Block {

}
  /******************* Main Content Block *******************/
.ArtsDot-Articles-Content-Article {
  float: left;
  width: 75%;
  padding: 0 2.5vW;
  text-align: left;
  font-size: 1vW;
}

/*.ArtsDot-Articles-Content-Article img {
	
max-width: 50%;
min-width: 50%;
height: inherit;
	
}*/

.ArtsDot-Articles-Content-Article p span strong {
    font-size: 1vW;
}

.ArtsDot-Articles-Content-Article div span strong {
    font-size: 1vW;
}

.ArtsDot-Articles-Content-Article * strong span {
    font-size: 1vW;
}

.ArtsDot-Articles-Content-Article * strong {
    font-size: 1vW;
}

.ArtsDot-Articles-Content-Article > h1 {
  text-align: left;
}

.ArtsDot-Articles-Content-Article-Text {
  font-size: 1vW!important;
  padding-bottom: 2vW!important;
}

.ArtsDot-Articles-Content-Article-Banner {
  display: block;
  width: 80%;
  margin: 1vW auto;
  text-align: center;
}

.ArtsDot-Articles-Content-Article-Artist {
  overflow: auto;
  margin: 2vW 0;
}

.ArtsDot-Articles-Content-Article-Artwork {
  float: left;
  width: 26vW;
}

.ArtsDot-Articles-Content-Article-Artist h3 {
  margin-bottom: 2vW;
  font-size: 1.2vW;
  font-family: 'Oswald-DemiBold', Arial, Sans-serif;
  text-transform: uppercase;
}
  /******************* Main Content Block END*******************/
  
  /******************* Recently added Articles Block *******************/
.ArtsDot-Articles-Content-Aside-Articles-Block {
  float: left;
  width: 25%;
  padding: 2.5vW;
  background-color: #ececec;
}

.ArtsDot-Articles-Content-Aside-Articles-Block .ArtsDot-Articles-Content-Aside-Articles-Article{
	
	max-width: 100%;
	padding-bottom: 2vW;
	height: auto;
	
}

.ArtsDot-Articles-Content-Aside-Articles-Block h2 {
  font-size: 2vW;
  font-family: 'Oswald-Bold', Arial, Sans-serif;
  text-align: left;
  margin-bottom: 3.5vW;
}

.ArtsDot-Articles-Content-Aside-Articles-Article {
    display: inline-block;
    margin-bottom: 2.7vW;
    float: left;
    max-width: 25%;
    margin: auto;
    padding-right: 2vW;
    height: 25vW;
    text-align:left;
    overflow: hidden;
}

.ArtsDot-Articles-Content-Aside-Articles-Article h3 {
  margin-bottom: 1vW;
  font-size: 1.4vW;
  font-family: 'Oswald-DemiBold', Arial, Sans-serif;
  text-transform: uppercase;
  color: #ff4403;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ArtsDot-Articles-Content-Aside-Articles-Text-Shadow {
	
    -webkit-box-shadow: inset 0 -14vW 14vW -11vW #fff;
    box-shadow: inset 0 -14vW 14vW -11vW #fff;
	
}

.ArtsDot-Articles-Content-Aside-Articles-Article p {
  font-size: 1vW;
  margin-bottom: 1.4vW;
  text-align: left;  
  zzmax-height: 7vW;
  overflow: hidden;

}

.ArtsDot-Articles-Content-Aside-Articles-Article img {
  width: 11vW;
  height: 10vW;
  -webkit-box-shadow: 0vW 0.2vW 0.4vW 0.05vW rgba(0,0,0,0.4);
  box-shadow: 0vW 0.2vW 0.4vW 0.05vW rgba(0,0,0,0.4);
  display: block;
  margin: auto;
  margin-top: 2vW;
  margin-bottom: 2vW;
}

.ArtsDot-Content-Block-Gray-Bottom-Button {
  margin: 1vW 0 2.7vW!important;
}

.ArtsDot-Content-Block-Gray-Bottom-Button a {
  -webkit-box-shadow: 0 0.1vW 0.8vW rgba(0,0,0,0.5);
  box-shadow: 0 0.1vW 0.8vW rgba(0,0,0,0.5);
}
  /******************* Recently added Articles Block END *******************/
  
  /******************* Articles navigation Block *******************/
.ArtsDot-Articles-Content-Previous {
  float: left;
  padding: 3.5vW 0;
}
  
.ArtsDot-Articles-Content-Next {
  float: right;
  padding: 3.5vW 0;
}

.ArtsDot-Articles-Content-Previous a,
.ArtsDot-Articles-Content-Next a {
  font-size: 1.4vW;
  font-family: 'Oswald-DemiBold', Arial, Sans-serif;
  text-transform: uppercase;
  color: #ff4403;
}

.ArtsDot-Articles-Content-Aside-Articles-Block .ArtsDot-Articles-Content-Aside-Articles-Article p{
	
position: inherit!important;
max-height: 6.5vW!important;
	
}

.ArtsDot-Articles-Content-Aside-Articles-Block .ArtsDot-Articles-Content-Aside-Articles-Article img{
	
margin: 2vW 0vW 2vW 0.5vW!important;
		
}

  /******************* Articles navigation Block END *******************/
  
  /******************* Recently added Articles Block END *******************/