/* Contact form message "It has been sent." */
/*Comment style.css in contact form 7 file line 17,23,37*/
/*Comment the-guard/dynamic.css line 1601*/
/*contact form after sent not background color*/


div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

/*Disable author name &amp; category*/
.author_name i {
display:none !important; /*1*/
}


.categories-links {
display:none !important;/*2*/
}

.footercompany p {
  line-height: 0.1;
}

/*English blog number Bug*/
.blog-row-en > .upb_row_bg {
 display:none !important;
}

/*Greek blog number Bug*/
.blog-row-el > .upb_row_bg {
 display:none !important;
}

.comments-link{
display:none !important;
}

.post_date{
  display:none !important;

}

/*main menu height minimum*/
.head_line .sell_menuline {
    background-color: rgba(255,255,255,1);
     padding: 0 !important; 
}


.uvc-main-heading h2{
 		display:none !important;
}

/*Tablet 960px*/
@media only screen and (max-width: 960px) {
  .sell_menuline {
        padding: 0px 0 0px 0 !important; /*menu*/
  }
  
  .navbar-toogle{
    	    font-size: 40px !important;  /*sandwich*/
       	  margin-top: 4px !important;
       	 	
  }
}

/*Mobile 621px*/
@media only screen and (max-width: 621px) {
  	
  .sell_menuline .logo{
    width: 60% !important;
  		
  }
    
  .navbar-toogle{
    	    font-size: 40px !important; /*sandwich*/
       	  margin-top: -8px !important;
       	 	
  }
}

.roboto_font h3{
	text-align: left;
  font-family:Roboto;
  
  font-style:normal;
   font-weight: bold;
}

/*recaptcha Visibility*/
.grecaptcha-badge{
		visibility: hidden !important;
}


.entry-meta{
  display:none !important;
}

.entry-header{
  margin-top:14px !important;
}