/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.site-branding {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.site-title {
	display: none;
}

.site-description {
	margin-top: 16px;
	line-height: 1.5;
	font-size: 2px;
	color: #fff;
}

.site-description:before {
	color: #658089;
	content: "512-910-CATS (2287)";
	display: block;
	text-align: right;
	font-weight: 200;
	font-size: 18px;
}

.site-description:after {
	color: #658089;
	content: "11215 S IH-35 #109, Austin, TX, 78747";
	display: block;
	text-align: right;
	font-weight: 200;
	font-size: 12px;
}

.site-logo-link {
	opacity: .65;
}

/* Hero overlay */
.hero-container-inner {
	vertical-align: bottom;
}

.front-page-content-area .with-featured-image {
	opacity: .9;
	margin-bottom: 15px;
	padding: .1em 1.5em 0;
}

.tel_button {
	display: none;
}

.btn-vetter span {
	color: white;
	font-size: 14px;
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
	.tel_button {
		display: inline;
	  padding: 10px; 
	  color: #fff; 
	  background-color: #b18abf; 
	  border-radius: 4px;
	  opacity:1
  }
}
/* Hide page title on home page */
.home .entry-title {
    display: none;
}
/* Fix home page layout */
.home .front-page-content-area .content-area,
.home .content-area {
    width: 100% !important;
    float: none !important;
}
.home .content-wrapper,
.home .front-page-content-area .without-featured-image {
    padding-left: 55px !important;
    padding-right: 55px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.home .entry-body {
    padding-left: 0 !important;
}
.home .entry-meta {
    position: static !important;
    width: auto !important;
}
.home .hentry:after {
    display: none !important;
}
.home .sidebar-widget-area {
    display: none !important;
}
.home .entry-title {
    display: none !important;
}
.entry-title { display: none; }
/* Fix New Client Application page layout */
.page-id-6582 .front-page-content-area .content-area,
.page-id-6582 .content-area {
    width: 100% !important;
    float: none !important;
}
.page-id-6582 .content-wrapper,
.page-id-6582 .front-page-content-area .without-featured-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.page-id-6582 .entry-body {
    padding-left: 0 !important;
}
.page-id-6582 .entry-meta {
    position: static !important;
    width: auto !important;
}
.page-id-6582 .hentry:after {
    display: none !important;
}
.page-id-6582 .sidebar-widget-area {
    display: none !important;
}
/* Fix page layout for all pages with custom content */
.home .content-wrapper,
.page .content-wrapper {
    padding: 3em 55px !important;
}
.home .content-area,
.page .content-area {
    width: 100% !important;
    float: none !important;
}
.home .entry-body,
.page .entry-body {
    padding-left: 0 !important;
}
.home .entry-meta,
.page .entry-meta {
    position: static !important;
    width: auto !important;
}
.home .hentry:after,
.page .hentry:after {
    display: none !important;
}
.home .sidebar-widget-area,
.page .sidebar-widget-area {
    display: none !important;
}
.home .entry-title,
.page .entry-title {
    display: none !important;
}