/*
Theme Name: Thunderstruck Design Custom Theme
Description: Child theme for Avada theme
Author: Thunderstruck Design
Author URI: http://thunderstruckdesign.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/********************** THUNDERSTRUCK DESIGN CUSTOM THEME - START ***************************/

.fusion-social-networks .fusion-social-network-icon:hover {
    opacity: 1;
    color: #fdba12!important;
}

.fusion-secondary-header a:hover {
    color: #fdba12!important;
}

/*
i.fa.fontawesome-icon:hover {
    border-color: #fdba12!important;
    color: #fdba12!important;
}*/

.fusion-layout-column:hover .fa.fontawesome-icon {
    color: #fdba12;
    border-color: #fdba12!important;
}

.fusion-fullwidth a:hover {
    color: #fdba12!important;
}

#triangle-bottomleft {
	position: relative;
	top: -118px;
	width: 100%;
    height: 100px;
    margin-bottom: -118px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: #FFFFFF;
} 

@media screen and (max-width: 800px) {
	#triangle-bottomleft {
		top: -67px;
		height: 50px;
	}
}
