/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


#respond.comment-respond .comment-reply-title 
{border-top: 1px solid #bebebe;
  padding-top: 10px;
  font-size: 0;}
#respond.comment-respond .comment-reply-title::before{
  content: "Lasă o recenzie" !important;
  font-size: 18px;
}
 #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url 
 {width: 50%!important;}
  #respond .comment-form-url
  {display: none!important}
  @media only screen and (max-width: 767px) 
  {#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url 
    {width: 100%!important;}}
