@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}



.writing-content{
	padding-left: 10px;
	padding-right: 50px;
}


.writing-content p{
	font-family: Gotham;
}

.sub-head-txt1 {
    font-size: 16px;
    color: #58595b;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 15px;
    padding-top: 15px;
}

.sub-head-txt {
    font-family: Gotham;
    font-size: 16px;
    margin: 10px 0px;
}

.head-txt {
  font-family: Gotham;
}

.writing-slides p.home_content_r_row{
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: Gotham;
    font-weight: 500;
    line-height: 22px;
}

.writing-slides p.home_content_r_row span {
    font-size: 12px;
    font-family: Gotham;
    font-weight: 400;
    padding-bottom: 0;
    line-height: 15px;
}

.writing-slides p.home_content_r_row span:nth-child(1) { 
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
}

.writing-slides p{
  	font-family: Gotham;
}

.writing-slides .writing-slide{
    width: 600px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #b7a074;
    margin-bottom: 50px;
}

.writing-slides .writing-slide:first-child{
    padding-top: 70px;
}

.content-txt{
    min-height: 80px;
}

.content-img {
    max-width: 250px;
    margin: auto;
}

span.writer-txt{
    display: block;
    padding-top: 10px;
    text-align: right;
    padding-right: 20px;
}

.writing-sliders .writing-slider{
    width: 100%;
    padding-bottom: 20px;
}

.writing-sliders p.home_content_r_row{
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: Gotham;
    font-weight: 500;
    line-height: 22px;
}

.writing-sliders p{
    font-family: Gotham;
}

.writing-sliders p.home_content_r_row span{
    font-size: 12px;
    line-height: 15px;
    font-family: Gotham;
    font-weight: 400;
}

.writing-sliders p.home_content_r_row span:nth-child(1){
    padding-top: 15px;
    font-size: 16px;
    font-weight: 500;

}


/************************************************************************************************************
RESPONSIVE
************************************************************************************************************/
  

@media only screen and (max-width: 767px){

    .writing-content{
      padding-right: 10px;
    }

    .writing-slides .writing-slide{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }


}



/*.writing-head{
  height: 60px;
  width: 60px;
  background-color: #EE4224;
  position: relative;
    padding-top: 5px; 
    padding-right: 5px;
}

.writing-head p{
    font-family: Gotham-Book;
    font-size: 10px;
    text-align: right;
    color: #FFF;
    margin-bottom: 0px;
    font-weight: 600;
}*/







