/*!
Theme Name: okuma-main
Theme URI: 
Description: 
Version: 1.0
*/
.movie-wrap {
  margin: 0 auto 4.5rem auto;
  padding: 0 15px;
  max-width: 800px;
}
.movie-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-container iframe{
  position:absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/** for the iframe **/
iframe#my-iframe {
    width: 100%;
    height: 500px;
    border: 0px;
}


p.date-here {
    font-weight: bold;
    color: #000000;
}
.category-area {
    padding: 10px 10px 10px 10px;
    background-color: #FF6600;
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    text-align: center;
}
p.title-here a {
    font-size: 18px !important;
}
.row-holder {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.casestudy-title{
  margin-top:25px;
}