/*
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
*/

body {
    user-select: none; /* Disable text selection */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

img {
    pointer-events: none;
}


.fusion-li-item-content {
    padding-left: 0px !important;
}

@media screen and (max-width: 630px){
.fusion-li-item-content {
    word-wrap: break-word !important;
    hyphens: auto !important;
}
.ctm-font-size h2 {
    font-size: 50px !important;
}
.ctm-no-large-radius .fusion-column-wrapper {
    border-radius: 10px !important;
} 	
}
