/*
 Theme Name:     Amelia Phillips System
 Description:    Kadence Child theme created for Client by TC Web
 Author:         TC Web
 Author URI:     https://www.tcink.com.au/
 Template:       twentytwentythree
 Version:        1.0.10
 Text Domain:	twentytwentythree-child
*/

 
/* =Theme customization starts here
------------------------------------------------------- */


.formdone a {color: green;}
.formnotdone a {color: red;}
.formnotdone span {color: red; font-size: 0.8em; font-weight: bold;}
.formdone span {color: green; font-size: 0.8em; font-weight: bold;}


/* Large screens (1405px upwards) */
@media only screen and ( min-width: 980px ) { 
    .survey-form .gfield--type-survey thead td, .survey-form .gfield--type-survey tbody td:first-child {width: 33%;}
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
    /* your css goes here */
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
    /* your css goes here */
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    /* your css goes here */
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    /* your css goes here */
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    /* your css goes here */
}