/*Header margin*/
header.site-header {
	margin-bottom:30px!important;
}

/*Blog Thumbnail*/
.patricia-thumbnail {
	margin-bottom:30px;
}

/*Colors*/

.entry-related .entry-title span {
	background:transparent;
}

.post-content .wp-caption-text, .entry-content .wp-caption-text {
	background-color: #f5ecef;}

body a {
	color:#c3809e;
}

.vt_slider .owl-carousel:hover .owl-nav button.owl-next, .vt_slider .owl-carousel:hover .owl-nav button.owl-prev{color:#c3809e;}

#backtotop a {
  color: #c3809e;
}
	
/*Fonts*/
.vt-blog-grid .post-title a{
	font-size:34px;
	line-height:38px;
}

.entry-content .post-title {
	font-size:4em;
	line-height:1em;
	margin-bottom:20px;
	margin-top:20px;}

body {
	color:#000000;
	font-size:18px;
}

.site-title, #nav-wrapper .vtmenu a, .featured-area .slide-item-text .post-cats a, .post-meta a, .post-meta .entry-date, h1, h2, h3, h4, h5, h6, input#submit, input[type="submit"], .entry-cat a, .comment-reply-link, a.link-more, .next_posts_link a, .site-footer .copyright {
  font-family: 'Raleway', sans-serif;
}

/*Post grid*/
.vt-blog-grid .post-title {
	margin-top:5px;
	margin-bottom:15px;
}

/*Slider*/

.slider_overlay {
	background:linear-gradient(to top, rgba(72, 45, 55, 0.87) 0, rgba(0, 0, 0, 0) 100%);
}

/*Sidebar*/
.widget-title::after {
	display:none;}

.widget-title {
  margin-bottom: 20px;
  margin-top: 5px;
	padding:0px;
}

.widget {
	border:2px solid #f5ecef;
	background:#f5ecef;
	padding:30px;}

.widget.patricia_blog_about_widget {background:#f5ecef;}


/*Input*/

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea {
  background-color: #fff;
  border: none;
	border-radius:0px;
}

/*Layout*/

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1340px;
}

@media only screen and (min-width: 992px) {
.post-inner {
	padding:20px;
	}}

@media only screen and (max-width: 959px) {
  #content article .entry-content {
    padding:0px 10px 13px;
  }
}

@media only screen and (max-width: 959px) {
.entry-content .post-title {
	font-size: 2.9em;}
}


/*Button*/
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color:#d5a4b3;
}

button:hover, input[type="button"], input[type="reset"], input[type="submit"]
{
	background-color:#c3809e;
}

.wp-block-search__button {
  background: #c3809e;
  border: none;
  padding: .375em .625em;
  color: #fff;
	font-size:12px;
	letter-spacing:2px;
  font-family: 'Raleway', sans-serif;
}

/*Header

.site-header {
  background-position: center center;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  margin: 20px 0px 10px 0px;
    margin-bottom: 10px;
}
*/
