@import url('https://fonts.googleapis.com/css?family=Poiret+One');
.trawell-actions button{
	background: #588bc9 !important;
}

.trawell-entry {
  /* max-width: 600px; */
  width: 100%;
  max-width: 100% !important;
}

p.trawell-entry{
	font-size: 111px !important;
	text-transform: uppercase;
}
.best-quote{
	color: red !important;
}
blockquote, blockquote p{
	font-family: 'Poiret One', cursive;
	font-size: 1.15em;
} 

.article-social{
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.article-social .article-social-icons i{
	padding: 15px;
}
.article-social .article-social-icons i.fa-facebook:hover{
	color: #3b5998;
}
.article-social .article-social-icons i.fa-instagram:hover{
	color:#e95950;
}

.entry-content p a{
	color: rgba(242, 166, 214, 1) !important;
	text-decoration: underline !important;
	box-shadow: none !important;
}
.entry-content p a:hover{
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: none !important;
	background: rgba(242, 166, 214, 1) !important;
}



.hr-text {
  line-height: 2em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 2.5em;
  opacity: 0.8;
}
.hr-text:before {
  content: "";
  background: linear-gradient(to right, transparent, #000, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  font-size: 23px;
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #000;
  background-color: #fcfcfa;
}


@media only screen and (min-width: 1100px) {
	.container, .trawell-pre-footer .menu, .trawell-has-sidebar .trawell-main, .trawell-sidebar-none .trawell-main, .page-template-template-blank .trawell-main {
		max-width: 1460px !important;
	}
}