/*
 Theme Name:   Union Vet Child Theme
 Author:       MSonder
 Template:     twentynineteen
*/

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html, body {  
	margin: 0px;
	
	border: 0px;
	padding: 0px;
	margin-top: 0px !important;
	
	text-align: left;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
	text-rendering: optimizelegibility;

	color: #181818;
	font-family: 'Figtree', sans-serif;
	font-size: 18px;
	line-height: 26px;

	background: #fff;
}

/* fix for animation plugin */


body:not(.custom-background-image).admin-bar::before {top: 0px;}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {height: 0px;}

body.admin-bar {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}



a {outline:none;}

ul {padding-top: 0px; margin-top: 0px;}

	ul#checkmark {
		list-style-type: none;
		padding: 0px; 
		margin: 0px;
	}
	
	ul#checkmark li {
		background-image: url('images/checkmark.png');
		background-repeat: no-repeat;
		background-position: 0px top; 
		padding-left: 35px;
	}		


:root {overflow-y: scroll !important;}
::-moz-selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

::selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

.right {float:right !important;}
.left {float:left !important;}
.clear {clear:both;}

.has-lt-blue-background-color {background-color: #deeaf4;}
.has-lt-blue-color {color: #deeaf4;}
.has-med-blue-background-color {background-color: #5981c1;}
.has-med-blue-color {color: #5981c1;}
.has-dk-blue-background-color {background-color: #204580;}
.has-dk-blue-color {color: #204580;}
.has-orange-background-color {background-color: #d1692a;}
.has-orange-color {color: #d1692a;}

.responsive {width: 90%; margin: 0 auto;}

/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */
		#top-wrapper {
			width: 100%;
			height: auto;
			background: #e7effb;
		}
		#top {
			width: 90%; 
			height: auto;
			margin: 0 auto;
            padding: 15px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
		}		

		#logo img {width: auto;}	
		
        .tag {font-family: 'Arima Madurai', cursive; font-style: italic; color: #5981c1; font-size: 20px; font-weight: 700;}
		.phone {color: #0468bf; font-size: 16px; text-transform: uppercase; font-weight: 500;}
		.phone i {color: #f2996e; margin-lefT: 20px;}
		.phone a {text-decoration: none;}
		.phone a:hover {text-decoration: underline;}

		#header-wrapper {
			width: 100%;
			height: auto;
			background: #ffffff;
		}
		#header {
			width: 90%; 
			height: auto;
			margin: 0 auto;
			position: relative;
            z-index: 9999;
		}		
		#header .g70 {position: absolute; top: 50%; transform: translateY(-50%); right: 0;}

		
		.blue-wrapper {
			width: auto;
			height: auto;
			background: #e7effb;
			padding: 80px 0;
		}	
		
		.blue {
			width: 90%;
			margin: 0 auto;
		}	
		.blue a {color: #204277; text-decoration: underline; line-height: 20px;}
		.blue a:hover {color: #3c65a5; text-decoration: none;}


		.content-wrapper {
			width: 100%;
			height: auto;
			margin: 0px auto;
            overflow-x: hidden !important;
		}
		.content-wrapper a {color: #3c65a5; text-decoration: underline; line-height: 20px;}
		.content-wrapper a:hover {color: #204277; text-decoration: none;}
				
		
		.wp-block-cover.alignfull {
			max-width: 100vw;
			width: auto;
			padding: 80px 0 60px 0;
            overflow-x: hidden !important;
		}
		.alignfull .wp-block-cover__inner-container {max-width: 1200px;}






.cta {background: #f8fafd; padding: 25px; border: solid 1px #becfe9; box-shadow: 0 0 20px 3px rgba(85, 121, 130, .3);}
.blue .cta  {background: #fff; padding: 25px; border: solid 1px #becfe9; box-shadow: 0 0 20px 3px rgba(85, 121, 130, .3);}


.homepage-hero {position: relative;}
.appointment-hero {
    position: absolute;
    bottom: 60px;
    left: 0;
    background: #fff;
    font-size: 18px;
    color: #0468bf;
    box-shadow: 0 0 6px 1px rgba(0,0,0,.4);
    z-index: 9999;
    width: 50%;
    padding: 10px 90px;
}

.appointment-hero p,
.appointment-hero .wp-block-buttons {display: inline-block;}

    .appointment-hero a.wp-block-button__link {
		display: inline-block;
		background: #e68554;
		font-family: 'Figtree', sans-serif;
		color:#fff !important;
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0;
		padding: 20px 30px;
		border-radius: 150px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	.appointment-hero a.wp-block-button__link:hover {background: #f1996d; color: #f8ede7;}
    .appointment-hero a.wp-block-button__link i {color: #0468bf;}


.homepage-ctas .wp-block-column {border-right: 3px solid #5981c1;}
.homepage-ctas .wp-block-column:last-child {border-right: 0px !important;}
.homepage-ctas h3 a {display: block; padding: 20px 0; text-decoration: none; color: #181818;}
.homepage-ctas h3 a:hover {background: #e7effb; color: #000; text-decoration: underline;}
.homepage-ctas h3 i {color: #5981c1; font-size: 36px; margin-bottom: 20px; display: block;}


.service-cta {
    background: #fff;
    padding: 30px 30px 15px 30px;
    border: solid 1px #becfe9;
    box-shadow: 0 0 20px 3px rgba(85, 121, 130, .3);
}
.service-cta figure {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 180px;
}
.service-cta img {flex-shrink: 0; min-width: 100%; min-height: 100%}
.service-cta h3 {
    text-transform: none;
    color: #5981c1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #5981c1;
}
.service-cta a {font-weight: bold; text-decoration: none;}
.service-cta a:after {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    font-style: bold;
    font-weight: 600;
    padding-left: 10px;
    color: #5981c1;
    font-size: 16px;
    transition: all 0.25s ease-in-out;
}
.service-cta a:hover:after {padding-left: 15px;}


.wp-block-columns.is-layout-flex {gap: 2em !important;}



/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
		
	button#menuToggle {display: none;}

	ul.menu {margin: 0; padding: 0px 0 0 0;}
	
	ul.menu li {list-style: none; position: relative; float: left;}
	ul.menu li:last-child a {}
	ul.menu li:first-child a {}
	
	ul.menu li:hover {cursor: default;}
    ul.menu li a {
        display: block;
        line-height: 55px;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        padding: 0 10px;
        width: 100%;
        color: #181818;
        text-decoration: none;
        border-bottom: 4px solid transparent;
    }
    ul.menu li a:hover, ul.menu li.current-menu-item a, ul.menu li a:focus {color: #3f3f3f; border-bottom: 4px solid #5981c1;}
    ul.menu li.menu-item-has-children a:after {
        content: '\f0d7';
        font-family: "Font Awesome 5 Pro";
        font-style: normal;
        font-weight: 600;
        padding-left: 10px;
        color: #5981c1;
    }
    ul.menu li ul {
        position: absolute;
        left: -9999em;
        width: auto;
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
    }
    ul.menu li:hover ul {
        left: 0;
        -webkit-box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
        box-shadow: -10px 0px 13px -7px #c7c7c7, 10px 0px 13px -7px #c7c7c7, 5px 5px 7px 5px rgba(181, 181, 181, 0);
    }
    ul.menu li:hover ul li {
        float: none;
        width: 100%;
        position: relative;
        z-index: 9999;
    }
    ul.menu li:hover ul li a {
        display: block;
        line-height: 45px;
        font-size: 16px;
        font-weight: 500;
        text-transform: none;
        text-shadow: none;
        text-align: left !important;
        padding: 0 30px 0 10px;
        background: #fff;
        width: 100%;
        color: #181818;
        border-left: 4px solid transparent;
        border-bottom: 4px solid transparent;
        text-decoration: none;
    }
    ul.menu li:hover ul li a:hover {
        background: #eeeeee;
        border-left: 4px solid #5981c1;
    }


    /* sub menu fix */
    ul.menu li:hover ul li:last-child a {
        background: #fff;
        color: #181818 !important;
        padding: 0 30px 0 10px;
        border-radius: 0px;
        z-index: 9999;
    }
    ul.menu li:hover ul li:last-child a:hover {
        background: #eeeeee;
        border-left: 4px solid #5981c1;
    }
    ul.menu li.menu-item-has-children:hover ul li a:after {
        content: '';
        display: none;
    }


/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */

		#pre-footer-wrapper {
			height: auto; 
			width: 100%;
			background: #5981c1;
		}		
		#pre-footer {
			height: auto; 
			width: 90%;
			margin: 0 auto;
			padding: 60px 0;
			background: #5981c1;
			font-family: 'Figtree', sans-serif;  
			font-size: 16px; 
			line-height: 30px; 
			color: #ffffff;
		}
        #pre-footer h2 {color: #fff;}
        #pre-footer .cta h2 {color: #181818;}
        #pre-footer .cta {padding: 80px 90px;}

		#footer-wrapper {
			height: auto; 
			width: 100%;
			background: #204580;
		}		
		#footer {
			height: auto; 
			width: 90%;
			margin: 0 auto;
			padding: 30px 0;
			background: #204580;
			font-family: 'Figtree', sans-serif;  
			font-size: 16px; 
			line-height: 30px; 
			color: #ffffff;
            display: flex;
            justify-content: space-between;
		}
		#footer a {color: #f1996d; text-decoration: underline;}
		#footer a:hover {color: #e5814f; text-decoration: none;}
        #footer p {font-size: 13px; line-height: 24px;}
        #footer b {color: #f1996d; font-weight: 800;}
        .footer-about {width: 30%;}
        .footer-action {align-self: center;}
        .footer-heading {font-family: 'Arima Madurai', cursive; font-size: 22px; display: block; margin-bottom: 20px;}
			
            /* Options - Social */
			ul.social-media-icons {list-style: none; margin: 0 !important; padding: 0;}
			ul.social-media-icons li {display: inline; padding: 2px 5px 0px 0px; margin: 0 !important;}
            ul.social-media-icons a {text-decoration: none !important;}			
            ul.social-media-icons a i {
				font-size: 18px;
				width: 40px;
				height: 40px;
				line-height: 40px;
				text-align: center;
				background: #5981c1;
				color: #fff;
			}
			ul.social-media-icons li a:hover {opacity: 0.8; text-decoration: none !important;}	

		#copyright-wrapper {
			height: auto; 
			width: 100%;
			background: #e7effb;
		}	
		#copyright {
			height: auto; 
			width: 90%;
			margin: 0 auto;
			padding: 20px 0;
			background: #e7effb;
			font-family: 'Figtree', sans-serif;  
			font-size: 14px; 
			line-height: 18px; 
			color: #5981c1;
		}
		#copyright a {color: #5981c1; text-decoration: none;}
		#copyright a:hover {color: #cfcfcf; text-decoration: underline;}
				

/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */


h1, h2, h3, h4, h5, h6 {font-family: 'Arima Madurai', cursive;}

h1:not(.site-title)::before, h2::before{
	background: none !important;
	content: none !important;
	height: 0px !important;
	margin: 0 !important;
	width: 0 !important;
}
		
h1 {
    /*animation: fade 0.5s ease-in both;*/
	color: #181818;
	font-family: 'Arima Madurai', cursive;
	font-size: 40px;
	line-height: 52px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
/*@keyframes fade {
  0% {opacity:0;}
  100% {opacity:1;}
}*/
.home h1 {font-size: 42px; color: #fff; font-weight: 300; line-height: 45px;}
.home h1 strong {font-size: 42px; line-height: 45px; font-weight: 800;}

h2 {
	color: #181818;
	font-family: 'Arima Madurai', cursive;
	font-size: 36px;
	line-height: 42px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

h3 {
	color: #181818;
	font-family: 'Arima Madurai', cursive;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
    text-transform: uppercase;
}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

hr,
hr.is-style-wide {
	border: 0; 
	height: 4px; 
	background: #dadada;
	text-align: center;
	line-height: 4px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 30px 0 45px 0;
}

hr.wp-block-separator:not(.is-style-wide) { 
	border: 0; 
	height: 4px; 
	background: #dadada;
	text-align: left;
	line-height: 4px;
	font-size: 26px;
	border-bottom: 0px;
	margin: 30px 0 45px 0;
}

	.pquote {	
		border-left: 12px solid #ec1f27;
		background: #e4e4e0;
		color: #000;
		font-size: 14px; 
		line-height: 20px;
		padding: 20px 10px 20px 40px;
	}
	.pquote a {color: #000 !important; font-weight: bold;}		
	.pquote a:hover {color: #ec1f27 !important;}		
	

	blockquote {	
		border-left: 12px solid #ec1f27 !important;
		background: #e4e4e0;
		color: #000; 
		padding: 20px 10px 20px 40px !important;
	}
	blockquote p {padding: 0;}
	blockquote a {color: #000 !important; font-weight: bold;}		
	blockquote a:hover {color: #ec1f27 !important;}		
	
	blockquote cite {
		font-size: 16px; 
		text-transform: uppercase; 
		color: #575757; 
		font-style: italic;
	}





	a.link {
		display: inline-block;
		background: #e68554;
		font-family: 'Figtree', sans-serif;
		color:#fff !important;
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0;
		padding: 10px 20px;
		border-radius: 150px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	a.link:hover {background: #f1996d; color:#f8ede7;}
    a.link i {color: #0468bf;}


	a.wp-block-button__link {
		display: inline-block;
		background: #5981c1;
		font-family: 'Figtree', sans-serif;
		color: #fff !important;
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0;
		padding: 20px 30px;
		border-radius: 150px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	a.wp-block-button__link:hover {background: #204580; color: #d5deed !important;}

	.orange a.wp-block-button__link {
		display: inline-block;
		background: #e68554;
		font-family: 'Figtree', sans-serif;
		color: #fff !important;
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0;
		padding: 20px 30px;
		border-radius: 150px;
		text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
	}
	.orange a.wp-block-button__link:hover {background: #305ba0; color: #e7effb !important;}
	.orange a.wp-block-button__link i {color: #0468bf; margin-right: 5px;}
	.orange a.wp-block-button__link:hover i {color: #e7effb;}










/*	--------------------------------------------------
	:: Blog Styles
	-------------------------------------------------- */

.entry .entry-content, .entry .entry-summary {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

.hentry {padding: 0px !important;}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1040px;
    padding: 0 0px 0 0px !important;
}

.widget {
    background-color: #f0eded;
    margin: 0 0 24px;
    padding: 10px;
	border-bottom: 5px solid #1d527b;
}

.widget li {
    padding: 10px 15px;
	background: #c2ccd4;
	margin: 0 0 10px;
	font-family: 'Figtree', sans-serif;
}
.widget li:hover {background: #a4b7c7;}


.widget li a {
	color: #0b304c !important;
    line-height: 20px;
    text-decoration: underline;
	font-size: 16px;
	/*text-transform: uppercase !important;*/
}

.widget .widget-title {
	font-family: 'Figtree', sans-serif;
    margin: 0 0 10px !important;
    padding: 5px 10px !important;
	background: #2e74a9 !important;
	color: #fff !important;
	font-style: normal !important;
	text-transform: uppercase !important;
}



/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */

div.content > div img {width: 100%;}
 /* Override */.no-full {width: auto !important;}
 

.g10, .g20, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33, .g25, .g75 {
	height:auto;
	float:left;
}
.g10 {width:10%;}
.g20 {width:20%;}
.g30 {width:30%;}
.g40 {width:40%;}
.g50 {width:50%;}
.g60 {width:60%;}
.g70 {width:70%;}
.g80 {width:80%;}
.g90 {width:90%;}
.g100 {width:100%;}

.g33 {width:33.33333333%;}
.g25 {width:25%;}
.g75 {width:75%;}

.padding {padding: 10px 15px;}











/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */


input, textarea, select {
    border: 0px !important;
	background: #f9fbfc !important;
	border-bottom: 2px solid #b6d0e5;
    font-family: inherit;
    padding: 10px !important;
	width: 100%;
}
select {padding: 14px !important;}
input[type="checkbox"], input[type="radio"] {
	width: auto;
}
input:focus, textarea:focus, select:focus {
    border: 0px;
	background: #cadae7!important;
	border-bottom: 2px solid #b6d0e5;
    font-family: inherit;
    padding: 10px !important;
}
select:focus {padding: 14px !important;}


            
	.gform_wrapper.gravity-theme .ginput_container_address span {
		flex: 0 0 100%;
	}
	.ginput_complex.ginput_container_address .address_city {
		width: 31% !important;
		margin-right: 2% !important;
		margin-left: 0 !important;
		padding: 0 !important;
		display: block;
		float: left;
		flex: unset !important;
	}
	.ginput_complex.ginput_container_address .address_state {
		width: 31% !important;
		margin-right: 2% !important;
		margin-left: 0 !important;
		padding: 0 !important;
		display: block;
		float: left;
		flex: unset !important;
	}
	.ginput_complex.ginput_container_address span.ginput_right+.ginput_left.address_zip {
		width: 33% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
		display: block;
		float: right;
		flex: unset !important;
	}

::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #000;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}



button:not(.add_list_item), button:not(.delete_list_item) {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #5981c1 0%, #5981c1 100%) repeat scroll 0 0;
  border-bottom: 2px solid #3a619f;
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  padding: 20px 25px;
  text-decoration: none;
}
input[type="submit"], input[type="button"], input[type="reset"] {
  background: #5981c1 !important;
  border-bottom: 0px !important;
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  padding: 15px 20px !important;
  text-decoration: none;
  width: auto;
}
button:hover:not(.add_list_item), button:hover:not(.delete_list_item) {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3a619f 0%, #3a619f 100%) repeat scroll 0 0;
  color: #d9deed;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3a619f 0%, #3a619f 100%) repeat scroll 0 0 !important;
  color: #cff2f8 !important;
}









/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */


@media screen and (min-width: 1200px) {
	
	.responsive {width: 1200px !important;}

}

@media screen and (min-width: 811px) {.opensub {display: none;}} 

@media screen and (max-width: 810px) {

    #top {display: block; text-align: center;}
    #logo {text-align: center;}
	#header {width: 100% !important; position: static;}
	#header .g70 {position: static; transform: none;}
        
	/* ********* Mobile Navigation Styles ********** */    
	button#menuToggle {
		display: block;
		border: 0;
		background: #242424 !important;
		border-bottom: transparent !important;
		padding: 10px 0;
		width: 100%;
		color: #fff;
		text-align: center;
		font-size: 24px;
		font-weight: 700; 
		border-radius: 0px !important;
	}
	button#menuToggle:hover, #menuToggle:focus {background: #242424 !important;}
    button#menuToggle i {color: #5981c1;}
    
	.menu-content {display: none;}

	.menu-content .right {float: none !important;}
	ul.menu {background: #242424;}
	ul.menu li {float: none; width: 100%;text-align: center;}
	ul.menu li a {color: #fff;}
	ul.menu li a:hover,
	ul.menu li.current-menu-item a,
	ul.menu li a:focus {color: #fff; background: #242424 ;}
    ul.menu li.menu-item-has-children a:after {content: '';}

	/* submenu */
	ul.sub-menu {display: none;}
	ul.menu li ul {
		position: static;
		left: 0;
		width: auto;
	}
	ul.menu li:hover ul li {
		float: none;
		width: 100%;
		position: static;
		text-align: center !important;
	}
	ul.menu li:hover ul li:hover {text-align: center;}

	ul.menu li .opensub {
		   color: #fff;
			position: absolute;
			right: 10px;
			font-size: 20px;
			top: 5px;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 30px;
			width: 30px;
			cursor: pointer;
	}	
    
	
    #content img.alignright {
        display: block;
        margin: 0px auto;   
        float: none;
        width: auto;
        max-width: 100%;
    }
    
    
    .homepage-hero {min-height: auto!important;}
	.home h1 {font-size: 50px;line-height: 68px;}
    .appointment-hero {display: none !important;}
    .wp-block-cover__inner-container .homepage-ctas {gap: 0px !important;}
    
    .alignfull .wp-block-cover__inner-container {max-width: 90%;}  
    .homepage-hero .wp-block-cover__inner-container {max-width: 100%;}  

    
    #footer {display: block;}
    .footer-about {width: 60%; float: left;}
       .footer-about .g50 {width: 50% !important;}
    .footer-info {width: 40%; float: left;}
    
    .footer-hours, .footer-action {width: 50%; float: left; padding-top: 30px;}
    
	.g25 {width: 50% !important;}
	.g30 {width: 100% !important;}
	.g33 {width: 100% !important;}
	.g50 {width: 100% !important;}
	.g70 {width: 100% !important;}
	
}


@media screen and (max-width: 780px) {
	.responsive {width: 90% !important;}
    .homepage-ctas .wp-block-column {border-right: 0px !important;}
}

@media screen and (max-width: 780px) {
    .homepage-hero .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {flex-basis: auto !important;}
}

@media screen and (max-width: 480px) {
    
	.responsive {width: 95% !important;}
    
    .tag {display: none;}
	
    
    .footer-about,
    .footer-info,
    .footer-hours,
    .footer-action {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
    
	.g10 {width: 100% !important;}
	.g20 {width: 100% !important;}
	.g25 {width: 100% !important;}
	.g40 {width: 100% !important;}
	.g60 {width: 100% !important;}
	.g80 {width: 100% !important;}
	.g90 {width: 100% !important;}

}	
	
	





