/*
Theme Name: Creatus Child
Description: Child theme for Creatus theme
Author: Themezly
Author URI: http://themezly.com/
Template: creatus
Version: 1.0.0
Text Domain: creatus
*/

body .gform_wrapper select, body .gform_wrapper textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}

.thz-mobile-menu .has-children {
    position: relative;
}

.thz-mobile-menu .has-children .temp_link {
    display: inline-block;
    width: 80%;
    position: absolute;
    z-index: 999;
    top: 0;
    cursor: pointer;
}
.custom-links.thz-unstyled-list li:first-child{
	margin-left: 0 !important;
}
.custom-links.thz-unstyled-list li:last-child{
	margin-right: 0 !important;
}
.custom-links.thz-unstyled-list{
	flex-wrap: wrap;
}
@media (max-width: 1024px){
	.custom-links.thz-unstyled-list li{
		margin-left: 0 !important;
	}
}
@media (max-width: 480px){
	.custom-links.thz-unstyled-list li{
		flex: 1 1 100%;
	}
}