/**
 * Theme Name: Linda Orr
 * Template:   twentytwenty
 * Author: John Paredes Design
 */
/*@import url("../twentytwenty/style.css");*/

.primary-menu > li{
  margin: 3rem 0 0 4rem;
}
.primary-menu li > a:hover{
  text-decoration:none !important;
  border-bottom: 4px #2e1304 solid;
  margin-bottom:-4px;
  transition-property: none !important;
}
.post-inner{
  margin-top:-80px !important;
}
p{
  margin-bottom: .7em !important;
}
.post-inner{
  padding-top:0 !important;
}
.has-text-align-right{
  margin-bottom:60px !important;
  padding-left:15%;
}
#site-header{
  background-color:transparent;
}
.wp-image-110,.wp-image-113{
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5);
}
.home{
  background: #fff !important;
  background: radial-gradient(circle at bottom right, rgba(131,191,232,1) 0%, rgba(17,90,148,1) 100%);
}

.wp-image-110{
  margin-top:0 !important;
}
.singular .entry-header{
  display:none;
}
.page_item a, .menu-item a{
  color:#fff !important;
  font-family:Garamond Premier Medium, Times New Roman, serif;
  font-weight:normal;
}
.site-title a{
  font-family:Garamond Premier Medium, Times New Roman, serif;
  font-weight:normal;
  color:#454218 !important;
}
.primary-menu li.current-menu-item > a{
  text-decoration:none;
}
.primary-menu li.current-menu-item > a:hover{
  text-decoration:underline;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.homeabout) {
  width:800px;
  max-width:800px;
}

input::placeholder{
  text-align: center;
}
.homeinput{
  width:90% !important;
  background:#d4e5ee !important;
  border:none;
  border-style:none !important;
  text-align:center;
  margin: 0 auto !important;
  font-size:18pt;
  font-family:Garamond Premier Medium, Times New Roman, serif;
  color:#2e1304;
  margin-bottom:12px !important;
}
.homesubmit{
  width:90%;
  background:#2e1304 !important;
  color:#fff !important;
  text-align:center;
  margin: 0 auto !important;
  display:block !important;
  text-transform:none !important;
  text-decoration:none !important;
  font-size:18pt;
  font-family:Garamond Premier Medium, Times New Roman, serif;
}
.homesubmit:hover{
  text-decoration:none !important;
}
.pubupdates{
  font-size:21pt;
  color:#fff;
  font-family:Garamond Premier Medium, Times New Roman, serif;
}
.emailnotice{
  font-size:14pt;
  color:#fff;
  font-family:Garamond Premier Medium, Times New Roman, serif;
}
#homebooktag{
  padding-top:50px;
}
.wp-block-group.homeabout {
  max-width:none !important;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%);
  background-color: #5d453b;
  padding: 2rem 0;
  color: white;
}

.wp-block-group.homeabout .section-inner {
  width: 800px;
  max-width: 800px !important;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.homeabouttitle{
  font-size:1.5em;
}
.homeabouttest{
  font-size:inherit;
}
.wp-block-column.is-vertically-aligned-top figure{
  margin:0 !important;
}
.powered-by-wordpress{
  display:none !important;
}
#site-footer .section-inner{
  display:block;
}
#site-footer a{
  color:#fff !important;
  font-size:18pt;
  font-family:Garamond Premier Medium, Times New Roman, serif;
}
#site-footer{
  color:#fff !important;
  font-size:18pt;
  font-family:Garamond Premier Medium, Times New Roman, serif;
  background: radial-gradient(circle at bottom right, rgba(131,191,232,1) 0%, rgba(17,90,148,1) 100%);
}
.contactform input::placeholder,.contactform textarea::placeholder{
  text-align:left !important;
}
.contactform input, .contactform textarea{
  background:#d4e5ee !important;
  margin-bottom:8px;
  font-family:Garamond Premier Medium, Times New Roman, serif;
}
#site-footer input[type="submit"]{
  background:#2e1304 !important;
  color:#fff !important;
  text-transform:none;
  font-family:Garamond Premier Medium, Times New Roman, serif;
}
#site-footer input[type="submit"]:hover{
  text-decoration:none;
}
.contactform {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size:26pt;
}
.footer-contact-block {
  margin: 2rem auto;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  padding: 0 1rem;
  clear: both;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 2rem auto 0;
  padding: 0 1rem;
  flex-wrap: wrap; /* just in case it gets narrow on mobile */
}

.footer-primary-nav {
  margin-top: 0; /* override the 2rem from before */
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.footer-primary-menu {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-primary-menu li {
  display: inline;
}
.footer-primary-menu ul {
  margin-bottom:2rem !important;
}
.footersubmit {
  display: block !important;
  margin: 1rem auto 0 !important;
  padding:20px 120px !important;
}
#formResponse {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: skyblue;
  color: white;
  padding: 1.5em 2em;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 1.1em;
  z-index: 9999;
  display: none;
  opacity: 1;
  transition: opacity 1s ease-out;
}

@media (min-width: 700px) {
    .section-inner {
      width: 800px;
    }
	 .site-title a{
		font-size:54pt;
		color:#2e1304;
	 }
	 .page_item a,.menu-item a{
		font-size:28pt;
	 }
}
