/*
Theme Name:   AtomicSoup Child
Theme URI:    http://atomicsoup.com
Description:  AtomicSoup WordPress theme example child theme
Author:       Neil Tipping
Author URI:   http://atomicsoup.com/neil-tipping
Template:     AtomicSoup
Version:      1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Enter your custom styles here for your child theme they will override the parent theme, however, they will not override the dynamic styles generated from the theme options panel. */

.gform_wrapper .gfield_required .gfield_required_custom, .gform_wrapper .gfield_required .gfield_required_text { 
	font-weight: inherit !important;
	font-size: 16px;
}

.gm_required .gfield_required .gfield_required_custom::before {
    content: "*";
    padding-right: 2px;
    font-size: 26px;
    font-weight: normal;
    vertical-align: sub;
}

span.gfield_required.gfield_required_custom {
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}

p.gform_required_legend { margin-bottom:10px; }

.gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
	color: #f5f5f5 !important;
}

/* iPhone X in landscape */
@media (max-width: 812px) {
	.footer-socket .footer-socket-row-height { height: 270px !important }
}

/* iPhone 6/7/8 in portrait and below */
@media (max-width: 375px) {
	.entry-content p img { 
	    width: 100%;
	    margin-left: 0 !important;
    	margin-bottom: 10px !important;
    }
}