/*

Theme Name: Avada Child

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/

.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.one-full {    width: 100%; float: left; }


.last {
    margin-right: 0 !important;
    clear: right;
}

.contactHighlight a {
	
	width: 100px;
	background-image: url("https://ptcreative.pt/relaxinc/wp-content/uploads/2020/02/contact_background.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	color: #fff !important;
}

.counter-box-container {
	
	border-radius: 40px;
	
}

.fusion-main-menu-sliding-bar {
	
	/*display: none;*/
}

 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

