.view-photo-spacer {
  height: 65px;
}

.photo-info-hr {
  width: 100%;
}

.view-photo-data {
  font-weight: normal;
}

.view-photo-pricing-lnk {
  color:           #2A90F4 !important;
  text-decoration: none !important;
}

.view-photo-license-lnk:hover {
  text-decoration: none !important;
}

.license-enquiry-row {
  min-height:       600px;
  background-color: #F2F2F2;
  display:          none;
}

.file-info-container {
  background-color: #161616;
  color:            #FFFFFF;
}

.photo-info-cell:not(:last-child) {
  border-right: solid 1px #5C5C5C;
  /* min-height:   255px; */
}

@media (max-width: 767.98px) {
  .photo-info-cell {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .photo-info-cell:not(:first-child) {
    padding-top: 24px !important;
  }
  .photo-info-cell:not(:last-child):not(:first-child) {
    border-bottom: solid 1px #5C5C5C;
    padding-bottom: 24px !important;
    /* min-height:   255px; */
  }
  .photo-info-cell:nth-child(2n) {
    padding-top: 18px !important;
  }
}


.photo-info-cell a {
  padding: 5px;
  display: inline-block;
}

.file-info-cells {
  margin: -5px;
}



.in-this-img-btn {

  background-color: transparent;
  border-radius:    3px;
  border:           1px solid #566963;
  display:          inline-block;
  cursor:           pointer;
  color:            #FFFFFF;
  font-size:        15px;
  font-weight:      normal;
  padding:          8px 15px;
  text-decoration:  none;
  text-align: left;
}

.in-this-img-btn:hover{
  color:#161616;
  background-color: #FFFFFF;
}

.keywords-btn {
  background-color: transparent;
  border-radius:    5px;
  border:           1px solid #566963;
  display:          inline-block;
  cursor:           pointer;
  color:            #4D4D4D;
  font-size:        15px;
  font-weight:      normal;
  padding:          11px 23px;
  text-decoration:  none;
  margin: 10px 5px 0;
}

.keywords-btn:hover {
  background-color: #454545;
  color:            #FFFFFF;
}


.license-type-btn {
  margin-right:     10px;
  background-color: #FFFFFF;
  border:           1px solid #E8E8E8;
  display:          inline-block;
  cursor:           pointer;
  color:            #454545;
  font-size:        15px;
  padding:          13px 20px;
  text-decoration:  none;
  height:           50px;
  min-width:        120px;
}

@media (max-width: 600px) {
  .license-type-btn-container > div {
    flex-wrap: wrap;
  }
  .license-type-btn {
    display: block;
    width: 100%;
    min-width: unset;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .license-type-btn:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .license-type-btn {
    padding:          13px 40px;
    margin-right:     25px;
  }
}
@media (max-width: 767.98px) {
  #submit-license-request-btn {
    width: 100%;
  }
}

button.view-photo-license-btn {
  padding-left: 6px !important;
  padding-right: 6px !important;
}



.modal {
  text-align: center;
}

/*@media screen and (min-width: 768px) {*/
/*  .modal:before {*/
/*    display:        inline-block;*/
/*    vertical-align: middle;*/
/*    content:        " ";*/
/*    height: 100%;*/
/*    !* display: block; *!*/
/*  }*/
/*}*/

@media (max-width: 767.98px) {
  .modal .modal-title {
    font-size: 26px;
    line-height: 1.2;
  }
}

#license-modal .close{

  top: -8px;
  right: -8px;
  background-color: #161616;
  color: #fff;
  opacity: 1;
  z-index: 2;
}

.modal-title {
  line-height: 1.3;
}

#license-modal {
  width: 100vw;
}
@media (min-width: 768px) {
  #license-modal {
    width: 100%;
  }
  #license-modal .close {
    top: -25px;
    right: -25px;
  }
}
@media (max-width: 767.98px) {
  #license-modal #license-modal-label br {
    display: none;
  }
}



#license-modal .close svg{
  height: 40px;
  width: 40px;
  padding: 0.675rem;
}

@media (min-width: 768px) {
  #license-modal .close svg {
    height: 50px;
    width: 50px;
    padding: 0.875rem;
  }
}

#license-modal ul {
  list-style: none;
  padding-left: 0;
}

#license-modal button:not(.close) {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.modal-dialog {
  /* display:        inline-block; */
  text-align:     left;
  vertical-align: middle;
}

/*.license-modal-btn {*/
/*  margin-top:          20px;*/
/*  color:               #FF4551 !important;*/
/*  border:              2px solid;*/
/*  border-color:        #FF4551;*/
/*  border-radius:       30px !important;*/
/*  font-size:           20px;*/
/*  padding:             0.3em 1em !important;*/
/*  line-height:         1.7em !important;*/
/*  background-color:    transparent;*/
/*  background-size:     cover;*/
/*  background-position: center;*/
/*  background-repeat:   no-repeat;*/
/*  position:            relative;*/
/*  font-family:         'Poppins', sans-serif;*/
/*  font-weight:         bold;*/
/*  min-width:           300px;*/
/*  height:              50px;*/
/*}*/

/*.license-modal-btn:hover, .license-modal-btn:hover {*/
/*  background-color: #FF4551;*/
/*  color:            #FFFFFF !important;*/
/*}*/

.preview-modal-terms {
  font-weight: 800;
  font-size:   16px;
}