/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.010
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

.pswp__bg {
    opacity: 0.85 !important;
}
div.footer_menu a {
    color: white !important;
}
.wcpa_form_outer .wcpa_form_item .image-inline label, .wcpa_form_outer .wcpa_form_item .wcpa_radio .wcpa_check {
    display: none !important;
}
.wcpa_form_outer .wcpa_form_item .image-inline .wcpa_image {
    padding-right: 10px;
}
.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_square .wcpa_image input:checked+img, .wcpa_form_outer .wcpa_form_item .wcpa_disp_type_square .wcpa_image input:checked+div img {
	box-shadow: none;
    border: 1px solid currentColor;
    padding: 3px;
}
.wcpa_form_outer .wcpa_form_item .image-group .wcpa_image .wcpa_image_desc {
	border-radius: unset;
    border: 1px solid;
	text-align: center;
	width: auto;
	white-space: nowrap;
    box-shadow: unset;
}
.wcpa_form_outer .wcpa_form_item .select_arrow {
    display: none;
}