/*
Theme Name:   Twenty Twenty-Three Child
Theme URI:    https://potatoscallops.com.au/twentytwentythree-child/
Description:  TwentyTwentyThree Child Theme
Author:       Mr Spud Head
Author URI:   https://potatoscallops.com.au
Template:     twentytwentythree
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
Text Domain:  twentytwentythree-child
*/


/*Hide h1 Title on Form*/
/*
.page-id-11 h1.wp-block-post-title{
	display:none;
}
*/


/* WP Members Login Button */
#wpmem_login button, #wpmem_login input[type="submit"], #wpmem_reg button, #wpmem_reg input[type="submit"], #wpmem_reg select, #wpmem_reg textarea {
	background-color: #79CAB9 !important;
	color: #000;
	padding: 10px 30px !important;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	border: 1px solid #79CAB9 !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

/* Change Input Focus Color*/

input:focus, :focus {
	outline: 3px solid #79CAB9 !important;
}

:focus:not(:focus-visible) {
    outline: none !important;
	border:none !important;
    }

input:focus-visible, :focus-visible { 
	/*outline-color: #79CAB9 !important;*/
	outline: 3px solid #79CAB9 !important;
}

/* START GRAVITY VIEW FORM */ 

body #gform_wrapper_1 .gform_footer input[type="submit"] {
	background-color: #79CAB9;
	color: #000;
	padding: 10px 0;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	border: 1px solid #79CAB9;
		-webkit-appearance: none !important;
	border-radius: 0 !important;
}

#gform_browse_button_1_25 {
	background-color: #78C9B8;
	padding: 10px;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	border: 1px solid #79CAB9;
}

.gf_textarea .textarea {
	background-color: #fff;
	border: 1px solid;
}

.gf_dropdowns .gfield_select {
	background-color: #fff;
	border: 1px solid;
}

.gf_price .ginput_container input {
	background-color: #fff;
	border: 1px solid;
}

.gf_singleline .ginput_container input {
	border: 1px solid;
}

.gf_name .name_first input, .gf_name .name_last input {
	background-color: #fff;
	border: 1px solid;
}


/* ALign Thumbs to Right on Desktops and Center on Mobile */
#gform_wrapper_1 .gf_thumbs {
float: right;
right:0px;
width: 150px
}

.gf_thumbs img {
	border: 1px solid;
}

.clearfix:after {
	content: "";
	clear: both;
	display: table;
}

@media only screen and (max-width: 480px) {
#gform_wrapper_1 .gf_thumbs {
	position: relative;
	margin:auto;
	width: 100%;
text-align: center}


.gf_thumbs img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 40%
}
}