/* 
Theme Name: Child Theme of 2019
Author: Karla Dunn
Author URI: https://www.karladunn.com
Description: Making changes to t2019 theme
Template: twentynineteen
*/

/* Sacred Heights */
.site-title {
  font-family: 'Tangarine', cursive;
  font-size: 30px;
  margin-left: 10px;
}

.site-title a {
  color: yellow !important;
}

.site-logo .custom-logo-link {
  width: 212px;
  height: 125px;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .site-logo {
    right: calc(100% - (215px));
  }

  .site-logo .custom-logo-link {
    width: 425px;
    height: 250px;
  }
  .site-title {
    font-size: 60px;
    margin-left: 200px;
  }
}

.site-branding .site-branding-container {
  height: 300px;
  margin-left: 300px;
  margin-right: 0px;
}

/* Tagline */
.site-description {
  display: inline;
  color: white;
  font-family: 'Tangarine', cursive;
  font-weight: bold;
  font-size: 36px;
  margin: 0;
}

h1 {
    text-shadow:2px 2px 1px gold;
    text-align:left;
    margin: 0 calc(10% + 60px);
}

h2 {
	text-shadow:2px 2px 1px gold;
	text-align:center;
}

h3 {
	text-shadow:2px 2px 1px gold;
	text-align:center;
}

li {
    font-family: 'Alegreya Sans', sans-serif;
}

/* add space between columns */
.wp-block-column {
    margin: 0 20px;
    padding: 10px;
    /* border: thin solid black; */
    text-align: left;
  }

/* allow for wider content */
body.page .entry .entry-content > *,
  .entry .entry-summary > * {
    max-width: none;
}

/* remove short rule above heads */
h1:not(.site-title):before,
h1:before,
h2:before,
h3:before, 
.entry .entry-title:before {
    display: none;
}

/* remove filter from featured image */
.site-header.featured-image:after {
    background: none;
    opacity: 90%;
}

.site-header.featured-image .site-featured-image:after {
    background: none;
}

/* change background color */
  footer {
      background-color: #31A2AA;
  }

  .textwidget .hw-widget widget-area p {
    z-index: 10;
}

/* modify style of menu */
.main-menu .menu-item {
    padding: 15px 10px;
}

.main-navigation a {
    background-color: #31A2AA;
    color: white;
    font-weight: bold;
    height: 50px;
}
.menu-item .menu-item-type-post_type .menu-item-object-page .menu-item-home a {
    color: white;
}

.main-navigation .main-menu > li > a {
    color: lime !important;
}
.site-header.featured-image #menu-primary li:not(:last-child):after {
    color: #fff;
    width: 100%;
}

#header-widget-area {
    text-align: center;
}

/* change font on calendar */
.event-title .summary {
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: none;
}

.footer-menu {
    color: white;
    font-weight: bold;
}

.entry .entry-footer a {
    background-color: white;
}

#colophon .site-info a {
    color: white;
}

.wp-block-quote p {
    font-size: 1.75em;
}

/*restyle large quote */
.wp-block-quote.is-style-large p {
  font-family: "Tangerine", cursive;
  color: purple;
  text-align: center;
  margin: 10px 0;
}

/*restyle small quote */
.wp-block-quote.is-style-default p {
  font-family: "Tangerine", cursive;
  color: purple;
  text-align: center;
  margin: 10px 0;
  word-break: normal;
  border-left: 0;
}

.wp-block-quote.is-style-default {
  font-size: 2em;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
    font-size: 2.75em;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-header {
    margin: 0 calc(10% + 60px) 0;
    background: #31A2AA;
    background: white;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignfull,
  .entry .entry-summary > *.alignfull {
    margin-top: -59px;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignfull, .entry .entry-content .wp-block-cover.alignfull {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .site-header {
    padding: 1rem 0;
    background: #31A2AA;
  }
}

wp-block-cover.alignfull {
  margin-top: 20px;
}

a, a:visited, .main-navigation .main-menu > li, .main-navigation ul.main-menu > li > a, 
.post-navigation .post-title, .entry .entry-meta a:hover, .entry .entry-footer a:hover, 
.entry .entry-content .more-link:hover, .main-navigation .main-menu > li > a + svg, 
.comment .comment-metadata > a:hover, .comment .comment-metadata .comment-edit-link:hover, 
#colophon .site-info a:hover, .widget a, .entry .entry-content .wp-block-button.is-style-outline 
.wp-block-button__link:not(.has-text-color), .entry .entry-content > .has-primary-color, 
.entry .entry-content > *[class^="wp-block-"] .has-primary-color, 
.entry .entry-content > *[class^="wp-block-"].is-style-solid-color blockquote.has-primary-color, 
.entry .entry-content > *[class^="wp-block-"].is-style-solid-color blockquote.has-primary-color p {
  color: white;
}

@media only screen and (min-width: 768px) {
  .entry-footer footer {
    background-color: white;
  }
}

h2.ugb-header__title {
    color: lime !important;
}

/* Remove Proudly Powered by Wordpress */
.imprint{
	display:none;
}

.site-info::before {
    color: #fff;
    content: '@2019';
}

h2 {
    margin: .75rem 0;
}


element.style {
    margin-top: 0;
}
b, strong {
    font-weight: bolder;
}
*, *:before, *:after {
    box-sizing: inherit;
}

strong {
    font-weight: bold;
}
h2 {
    font-family: 'Tangerine';
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
}
h2 {
    text-shadow: 2px 2px 1px gold;
    text-align: center;
}

.entry-title, .not-found .page-title, .error-404 .page-title, .has-larger-font-size, h2 {
  font-size: 1.6875em;
}

@media only screen and (min-width: 768px) {
  .entry-title, .not-found .page-title, .error-404 .page-title, .has-larger-font-size, h2 {
    font-size: 2.25em;
  }
}

.main-navigation, .page-description, .author-description .author-link, .not-found .page-title, .error-404 .page-title, .post-navigation .post-title, .pagination .nav-links, .comments-title, .comment-author .fn, .no-comments, .site-title, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.author-description .author-link, .comment-metadata, .comment-reply-link, .comments-title, .comment-author .fn, .discussion-meta-info, .entry-meta, .entry-footer, .main-navigation, .no-comments, .not-found .page-title, .error-404 .page-title, .post-navigation .post-title, .page-links, .page-description, .pagination .nav-links, .sticky-post, .site-title, .site-info, #cancel-comment-reply-link, h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
}

p {
    margin-block-start: .5em;
    margin-block-end: .5em;
}

/* Remove automatic hyphenation */
.site-content article { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }
.widget-area .widget { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }

.site-logo .custom-logo-link { border-radius: 0; }

.social-navigation {
    float: right;
    margin-right: 10%;
}

.site-branding {
    margin-right: 0;
}

.svg-icon {
    width: 20px;
    height: 20px;
}

svg {
    transition: none;
    fill: none;
  }

.social-navigation ul.social-links-menu li a svg {
    width: 20px;
    height: 20px;
    z-index: -1;
}

.social-navigation ul.social-links-menu li a svg#ui-icon-link {
    z-index: -1;
}

/*
.sficon {
    background-image: url('http://karladunn.com/sacredheights/wp-content/uploads/2019/07/SERENUS-e1565543529602.jpg');
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 5px;
}
*/

.fbicon {
    background-image: url('http://karladunn.com/sacredheights/wp-content/uploads/2019/07/f_logo_RGB-Blue_58-e1565543433552.png');
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 5px;
}

.yticon {
    background-image: url('http://karladunn.com/sacredheights/wp-content/uploads/2019/07/youtube_social_square_red-e1565543384573.png');
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 5px;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large p {
    padding: 0;
  }

  div {
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    hyphens: none !important;
  }

  .main-navigation {
    margin-left: 200px;
    margin-right: 0;
  }

  .site-header {
    height: 300px;
    margin-left: 0;
    padding-left: 0;
  }

  .social-navigation {
    float: right;
  }

 .social-navigation ul.social-links-menu li a svg {
    width: 40px;
    height: 40px;
    z-index: -1;
}
	
 .svg-icon {
    width: 40px;
    height: 40px;
  }

}

button {
    background-color: #000;
}
button a {
    color: #fff;
}

button a:hover, a:active, a:visited {
    color: #fff;
}

.event-title {
    font-family: 'Alegreya Sans', sans-serif;
}

.js-marquee-wrapper .js-marquee {
    background-color: lime;
}

.js-marquee {
}

[class*="marquee-hsas-shortcode"] {
    background-color: lime;
}

.main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus,
.main-navigation .sub-menu > li > .menu-item-link-return:hover,
.main-navigation .sub-menu > li > .menu-item-link-return:focus {
  background: none;
}

.main-navigation .sub-menu > li > a:hover:after, .main-navigation .sub-menu > li > a:focus:after,
.main-navigation .sub-menu > li > .menu-item-link-return:hover:after,
.main-navigation .sub-menu > li > .menu-item-link-return:focus:after {
  background: none;
}