/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


a.br-btn-primary{
	color:#3C3C3B !important;
}

a.br-btn-primary:hover{
	background-color:#3C3C3B !important;
	color:#FFEBBE !important;
}

.wpcf7-submit{
	background-color:#3C3C3B !important;
	color:#ffffff !important;
	border-color:#3C3C3B !important;
}

.widget ul li a {
    font-weight: 300;
    font-size: 18px;
}

a:hover{
	color: #BFB1F9 !important;
}
.style-light input{
	width: 100%;
}

#wpcf7-f54-p2-o1 .wpcf7-submit{
	background-color:#BFB1F9 !important;
	border-color:#BFB1F9 !important;
	color:#ffffff !important;
}

#br-form .row.unequal{
	border-radius:20px;
	overflow:hidden;
}









#br-img-shape .uncode-single-media-wrapper{
  overflow:hidden;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='white'%3E%3Ccircle cx='25' cy='25' r='25'/%3E%3Ccircle cx='50' cy='25' r='25'/%3E%3Ccircle cx='75' cy='25' r='25'/%3E%3Ccircle cx='25' cy='50' r='25'/%3E%3Ccircle cx='50' cy='50' r='25'/%3E%3Ccircle cx='75' cy='50' r='25'/%3E%3Ccircle cx='25' cy='75' r='25'/%3E%3Ccircle cx='50' cy='75' r='25'/%3E%3Ccircle cx='75' cy='75' r='25'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='white'%3E%3Ccircle cx='25' cy='25' r='25'/%3E%3Ccircle cx='50' cy='25' r='25'/%3E%3Ccircle cx='75' cy='25' r='25'/%3E%3Ccircle cx='25' cy='50' r='25'/%3E%3Ccircle cx='50' cy='50' r='25'/%3E%3Ccircle cx='75' cy='50' r='25'/%3E%3Ccircle cx='25' cy='75' r='25'/%3E%3Ccircle cx='50' cy='75' r='25'/%3E%3Ccircle cx='75' cy='75' r='25'/%3E%3C/g%3E%3C/svg%3E");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;

  -webkit-mask-position: center;
  mask-position: center;
}

#br-img-shape .uncode-single-media-wrapper img{
  display:block;
  width:100%;
  height:auto;
  border-radius:0 !important;
}


input, textarea, select, .seldiv, .select2-choice, .select2-selection--single {
	background-color: #ffffff5c;
}
