/* Enter Your Custom CSS Here */

.entry-content a {
  border-bottom: 1px dotted #319F90;
}

.one-container .inside-article {
	padding: 30px;
}

.fa-5x {
    font-size: 6em;
    padding-bottom: 20px;
}

.yellow {
  background: #FDBF4E;
}

.yellow h2 {
  color: #fff;
 font-variant: small-caps;
}

.quote {
  font-style: italic;
  font-size: 1.2em;
}

.masonry-container .inside-article {
  border: 1px solid #FDBF4E;
}

.masonry-container .page-title {
  margin-bottom: 12px;
  font-weight: bold;

}

.entry-meta, 
#abap_box p  {
	font-size: 80%;
}

.site-header, .entry-summary, .masonry-container .entry-content {
	display: none;
}

.cat-links {
	margin-bottom: 6px;
}

.cat-links::before {
	content: "\f03a";
	color: #000;
}

.tags-links::before {
	color: #000;
}

a[rel="category tag"] {
	background: #FDBF4E;
	padding: 2px;
}

a[rel="tag"] {
	background: #319F90;
	padding: 2px;
}

.bighead, .bighead a {
  font-size: 38px;
  text-shadow: 1px 1px 1px #fff;
}

.sticky-popup {
width: 300px;
}

.sticky-popup #abap_box {
  display: none;
}

.sticky-popup .popup-header {
	background-color: #FDBF4E;
	border: 1px solid #000;
    width: 220px;
}

.sticky-popup-right .popup-title {
	padding: 12px;
writing-mode: inherit;
}

.giant {
  font-size: 48px;
  font-weight: bold;
  text-decoration: small-caps;
  text-shadow: 1px 1px 1px #fff;
}

textarea {
  height: 200px;
}

.disclaimer {
	padding: 20px;
	text-align: left;
	border: 1px solid #FDBF4E;
	margin: 10px 100px;
  color: #000;
}

.site-info, .site-info a {
  text-align: left;
  font-size: 0.8em;
  color: #fff;
}

.coffee {
  border: 1px solid #FDBF4E;
  padding: 15px;
}

.fa-2x {
  font-size: 2em;
  padding-right: 8px;
  color: #fff;
}

.mc4wp-form-theme-blue button, .mc4wp-form-theme-blue input[type="submit"] {
    background-color: #319f90 !important;
    border-color: #319f90;
    color: #fff !important;
}


.resp-sharing-button {
  display: inline-block;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
  margin: 0.5em;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.resp-sharing-button a {
  text-decoration: none;
  color: #FFF;
  display: block;
}

.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-bottom: -0.1em;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #FFF;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #FFF;
  stroke: none;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #FFF;
}

.resp-sharing-button--large .resp-sharing-button__icon svg {
  padding-right: 0.4em;
}

.resp-sharing-button__wrapper {
  display: inline-block;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--email {
  background-color: #444444;
  border-color: #444444;
}

.resp-sharing-button--email:hover
.resp-sharing-button--email:active {
  background-color: #2B2B2B;
  border-color: #2B2B2B;
}

.resp-sharing-button--linkedin {
  background-color: #0976b4;
  border-color: #0976b4;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #075683;
  border-color: #075683;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}




@media (max-width: 600px) {
#generate-section-1 {
  display: none;
}

.one-container .inside-article {
	padding: 20px;
}

.disclaimer {
	margin: 10px;
}

h2.entry-title {
  font-size: 24px;
}

}

@media (max-width: 480px) {
.menu-logo .main-navigation .sticky-logo img {
  height: 33px;
  width: 148px;
  padding-top: 10px;
}

.main-navigation .mobile-bar-items a {
  display: none;
}
}