/**
 * Theme Name:     mirotheme child
 * Author:         Miro Team
 * Template:       mirotheme
 * Text Domain:	   mirotheme-child
 * Description:    The first WordPres theme that lets you build your own site from different modules. Dedicate mobile design included.
 */


 .fre-site-logo>a img {
    max-height: 250%;
    max-width: 250%;
}




.fre-footer-logo img {
    width: auto;
    height: 200%;
    max-width: 200%;
}



.fre-site-logo {
    display: inline-block;
    padding: 0px 0;
    margin-right: 42px;
    line-height: 40px;
    vertical-align: top;
}


.copyright-wrapper .logo-footer {
    position: relative;
    top: -10px;
}



a, a:focus, a:hover {
    color: #15cd72;
    text-decoration: none;
    outline: none;
	/*font-size:inherit;*/
}

.fre-page-title {
    padding: 30px 0;
    border-bottom: 1px solid #e4e7ea;
    margin-bottom: 40px;
   /* background-image:  url(https://hired.ro/wp-content/uploads/2019/03/bpo.gif);	*/
 /*background-repeat: no-repeat;*/
   background-position-x: right;
  /*background-color: #f9f9f9; */			background-size:contain;
}

.fre-page-title h2 {
  /* visibility: hidden;*/
		margin: 0;
    font-size: 28px;
    font-weight: 400;
    color: #2c3e50;
    line-height: 1.3em;
    
}

.hbupro-grey {
    background-color: #15cd72;
}


.hbupro-hero-banner-links a.hbupro-button {
		min-width: 190px;
		line-height: 44px;
	  border-radius: 4px;
    padding: 0px 10px;
    margin-right: 10px;
    margin-bottom: 3px;
		font-size: 14px;
		font-weight: 700;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}





.profile-freelance-info .freelance-info-avatar .freelance-avatar {
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: visible;
   /* border-radius: 50%; */
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}


@media (max-width: 600px) {
.profile-freelance-info .freelance-info-avatar .freelance-avatar img {
    width: 80%;
    height: 80%;  
}
}


/*#mycred-users-badges{
display:inline-axis;}*/
@media (max-width: 600px) {
#mycred-users-badges img {
max-width: 50px;
height: auto;
visibility:hidden
}
}


/*
h3 {
    display: inline-flex;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
*/



@media (max-width: 600px) {
.mycred-all-my-ranks .mycred-my-rank img {
  max-width: 100px;
  height: auto; 
  position: unset;
  bottom: -1px;
  left: 170px;  
  visibility: hidden
}
}

div.mycred-all-my-ranks .mycred-my-rank img {
  max-width: 100px;
  height: auto; 
  position: unset;
  bottom: -1px;
  left: 170px;  
}





div.mycred-all-my-ranks .mycred-my-rank { 
font-size:20px;
font-weight:400;
color: #2c3e50;
font-size: medium;
}

.jobs-price {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    width: 95px;
}

.jobs-view {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    width: 200px;
    text-align: right;
}



.btn-sumary {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    letter-spacing: 1.5px;
    border: none;
    outline: 0;
    display: inline-block;
    width: auto;
    background: #15cd72;
    padding-left: 22px;
    padding-right: 22px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
	
	
}

.project-action-col a {
    display: inline-block;
    width: auto;
    height: 44px;
    background: #FFF;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #666f78;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #dbdbdb;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 40px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
    min-width: 140px;
}

.btn-primary {
    color: #fff;
    background-color: ;
    border-color: #15cd72;

}

a:focus, a:hover {

    color: 

    #15cd72;
    text-decoration: none;
    outline: none;
    font-size: 15px;

}