/*
Theme Name: Plastic Child
Description: Custom Plastic Theme Child
Version: 1.0
Author: Carson
Author URI: TastyPlacement
Template: plastic
License: Copyright 2015-2025
Theme URI: tastyplacement.com
*/

/* Target the Google social icon container */
.av-social-link-google a.av-social-link-google {
    background-color: #dd4b39 !important; /* Google red */
    color: #ffffff !important;            /* White icon */
}

            #footer .flex_column.av_one_half {
                width: 31%;
                margin-right: 9%;
                margin-left: 0
            }

            #footer .container>.flex_column.av_one_half:last-child {
                width: 56%;
                margin-right: 0;
                padding-left: 4%;
                border-left: 1px solid #7F826A;
            }

.slideshow_caption {
	background-image: url("/wp-content/uploads/2025/02/5x5.transparency.black_.40.png");
}


/* let's fix the icon lists in all upper case */
.avia-icon-list .iconlist_title{text-transform: none; top: 4px; margin-bottom:0; position: relative;}


.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2{
text-transform: none;
letter-spacing: -1px;
}

.phone-info {
  background-color: #C81734 !important;
  padding: 6px 16px 2px 16px;       /* reduced top/bottom padding by 4px each → 8px shorter total */
  display: inline-block;
}

.phone-info a {
  color: #ffffff !important;   /* white text */
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-info .phone-icon {
  width: 18px;
  height: 18px;
  fill: #ffffff;               /* forces white */
  flex-shrink: 0;
}


@media only screen and (max-width: 767px) {
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {padding-top: 0px !important;}
.phone-info span {font-size: 26px !important; float: none !important}
#top #wrap_all .avia-slideshow-button {display: none}
	.slideshow_caption .avia-caption-content {display: none;}
	.responsive #top .slideshow_caption {width: 60%; max-width: 60%;}
	.mobileonly {
	 font-size: 19px;
	 border-radius: 5px;
     text-transform: uppercase;
     padding: 15px 16px;
     display: inline-block;
     margin: 15px 10px;
     text-decoration: none;
     font-weight: bold;
	 text-align: center;
	 }
}


@media only screen and (max-width: 767px) {
.responsive .phone-info span {
	font-size: 28px;
	padding: 8px 22px;
	}
}


/*let's disable some pointless animations */
.js_active .av-minimum-height .container{
z-index: 1; /*required for transition*/
opacity: 1.0;
-webkit-transition: none;
transition: 		none;
}

.js_active.av-preloader-enabled .av-minimum-height .container{
-webkit-transition: none;
transition: 		none;	
}

.avia_transform .avia-icon-list.av-iconlist-big .iconlist_icon {
    opacity: 1.0;
    -webkit-transform: none;
    -ms-transform: none;
	transform: none;
}    

/*this disables popup featured images on blog posts */
.big-preview.single-big a, .small-preview {
pointer-events: none;
cursor: default;
}

.entry-content-wrapper .post-title  {
font-size: 32px;
}
a {
text-decoration: underline;
}
.avia-button.avia-size-x-large {
font-size: 22px;
}



.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}

.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}



/*some fancy stuff for the slider: left icons*/
.prettybox {
background: rgb(255, 255, 255); 
background: rgba(255, 255, 255, .5); 
}
ul#creativ  {
padding: 0 0 0 22px;
text-indent: -22px;
text-align: center;
}
#creativ  li {
padding: 18px 0;
}

#creativ li:before {
display: inline;
content:  "\2713     ";

margin-left: -7px;
}

.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"],
.gform_wrapper button {
  font-size: 20px !important;
  font-weight: bold !important;
	background-color: #043D70 !important:
}
 
/* contribution by gogrw------------------------------------------------------*/
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px){
    .gform_wrapper .top_label li.gfield.gf_first_quarter,
    .gform_wrapper .top_label li.gfield.gf_second_quarter,
    .gform_wrapper .top_label li.gfield.gf_third_quarter,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    margin:0 0 0 0 !important;
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    }
}
/* GF Bulletpoint deletion */
body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
     list-style-type: none !important;
     list-style-image: none !important;
     list-style: none !important;
     background-image: none !important;
     background: none !important;
     padding: 0 !important;
     margin: 0 !important;
     border: none !important
}
body .gform_wrapper form .gform_body ul > li:before {
     content: "";
}