/*
	Theme Name: Cathy Johnson Design
	Author: the WordPress team
	Author URI: https://wordpress.org/
	Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
	Requires at least: WordPress 4.9.6
	Version: 1.4
	License: GNU General Public License v2 or later
	License URI: LICENSE
	Text Domain: twentynineteen
	Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned with others.

	Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
	Underscores is distributed under the terms of the GNU GPL v2 or later.

	Normalizing styles have been helped along thanks to the fine work of
	Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.entry-content { word-wrap: break-word; }
.site-main .hentry + .hentry { padding-top: 2rem; margin-top: 2rem; border-top: 1px solid rgba(100, 100, 100, 0.3); }
@media ( min-width: 992px) {
	.site-main .hentry + .hentry { padding-top: 3rem; margin-top: 3rem; }
}
.entry-footer { font-size: 14px; color: #999; padding-top: 0.5rem; padding-bottom: 0.5rem; }

.pagination { margin: 3rem 0 0 0; display: block; background-color: transparent; border-radius: 0 !important; border: #ddd 1px solid; box-shadow: none; }
.says, .pagination .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
.pagination .current .screen-reader-text { position: static !important; }
.pagination .nav-links { min-height: 40px; position: relative; text-align: center; width: 100%; }
.nav-links:before, .nav-links:after { content: ""; display: table; }
.pagination .page-numbers { display: none; line-height: 40px; }
.pagination .current { display: inline-block; font-weight: 700; }
.pagination .page-numbers.current { text-transform: uppercase; }
@media screen and (min-width: 576px) {
	.pagination .page-numbers { display: inline-block; margin: 0 0.5rem; }
	.pagination .current .screen-reader-text { position: absolute !important; }
}
.pagination a { text-decoration: none; }
.pagination .prev, .pagination .next { -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3); color: #fff; margin: 0; overflow: hidden; position: absolute; top: 0; bottom: 0; height: auto; width: 40px; display: inline-block; text-indent: 999px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s; }
.pagination .next { background: url(images/next-arrow.png) no-repeat #444; right: 0; }
.pagination .prev { background: url(images/prev-arrow.png) no-repeat #444; left: 0; }
.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus { background-color: #000; }

.widget { background-color: #fff; border: #e2e2e2 1px solid; }
.widget-area .widget + .widget { margin-top: 1.8rem; }
.widget-title { background-color: #444; color: #fff; font-size: 19px; padding: 0.8rem 1rem; margin-bottom: 0; }
.widget ul { list-style: none; margin: 0; padding: 0.9rem 1rem; font-size: 1rem; }
.widget ul li + li { margin-top: 0.5rem; }
.widget ul li a { text-decoration: none; /*color: #fff;*/ }
.widget ul li a:hover { text-decoration: underline; }

input[type=text], input[type=email], input[type=password], input[type=search], textarea {
	min-height: 43px; font-size: inherit; padding: 0.5rem 0.75rem; border-radius: 0; background-color: transparent; display: block; width: 100%; line-height: 1.2; color: #888; background-clip: padding-box; border: 1px solid #d3d3d3; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button[type=submit], input[type=submit] {
    font-size: 1rem; text-transform: uppercase; line-height: 1.2; padding: 0.813rem 1rem; border-radius: 30px;
    border: #000 1px solid; color: #d3d3d3; position: relative; background-color: #000; overflow: hidden; -webkit-transition-delay: 0.1s; transition-delay: 0.1s;
}
button[type=submit]:hover, button[type=submit]:focus, button[type=submit]:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active { 
	background-color: transparent; color: #d3d3d3; border-color: #d3d3d3;
}
button[type=submit]:before, input[type=submit]:before { 
	content: ''; width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; z-index: -1; border-radius: 0.4rem; -webkit-transform: perspective(1px); transform: perspective(1px);
	background: #b79537; background: -moz-linear-gradient(left, #b79537 0%, #f2d78e 50%, #b79537 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #b79537), color-stop(50%, #f2d78e), color-stop(100%, #b79537)); background: -webkit-linear-gradient(left, #b79537 0%, #f2d78e 50%, #b79537 100%); background: -ms-linear-gradient(left, #b79537 0%, #f2d78e 50%, #b79537 100%); background: linear-gradient(to right, #b79537 0%, #f2d78e 50%, #b79537 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b79537', endColorstr='#b79537', GradientType=1 ); 
}
button[type=submit]:after, input[type=submit]:after { 
	content: ''; width: 0%; height: 100%; opacity: 0; background-color: #222; position: absolute; left: 0; right: 0; top: 0; z-index: -1; border-radius: 0.3rem; margin: 0 auto; -webkit-transform: perspective(1px); transform: perspective(1px); -webkit-transition-duration: 0.3s; transition-duration: 0.3s;
	background: #111111; background: -moz-linear-gradient(left, #111111 0%, #333333 50%, #111111 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #111111), color-stop(50%, #333333), color-stop(100%, #111111)); background: -webkit-linear-gradient(left, #111111 0%, #333333 50%, #111111 100%); background: -ms-linear-gradient(left, #111111 0%, #333333 50%, #111111 100%); background: linear-gradient(to right, #111111 0%, #333333 50%, #111111 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#111111', GradientType=1 ); 
}
button[type=submit]:hover:after, input[type=submit]:hover:after { width: 100%; opacity: 1; }

.search-form input[type=submit] { vertical-align: bottom; margin-bottom: 0.5rem; font-size: 1rem; text-transform: none; line-height: 1.2; padding: 11px 20px; color: #fff; background: #444; border: #444 1px solid; border-radius: 0.25rem; }
.search-form input[type=submit]:hover { color: #fff; background: #000; border-color: #000; }
.search-submit .fa-search { margin-left: 4px; }
.search-form label { margin-right: 10px; }

img.alignnone { height: auto; display: block; margin-bottom: 1.5rem; }
img.alignright { height: auto; float: right; margin-left: 1.5rem; margin-bottom: 1.5rem; margin-top: 0.5rem; }
img.alignleft { height: auto; float: left; margin-right: 1.5rem; margin-bottom: 1.5rem; margin-top: 0.5rem; }
img.aligncenter { height: auto; display: block; margin: 0 auto 1.5rem; }
a.phonelink { text-decoration:none; cursor:default;}
a.head-phone { font-size:27px; line-height:32px; text-decoration:none; cursor:default; display:block;font-family: 'Work Sans', sans-serif; letter-spacing:-0.5px;}
a.mail-text { font-size:12px; line-height:14px;font-family: 'Work Sans', sans-serif; letter-spacing:-0.5px; text-decoration:none;}
a.mail-text:hover{ text-decoration:underline;}
.call{ position:absolute; bottom:0; left:0; }
.p-half{ padding:0.5rem;}
.menu{ line-height:30px;}


@media (max-width: 575px) {
    .wp-block-image .alignright, .wp-block-image .alignleft { display: block; margin: 0 auto 1.5rem; float: none; }
}