/*------------------------------------------------------------------/*
Theme Name: Victoria
Theme URI: https://az-theme.net/downloads/victoria-a-wordpress-theme-for-bloggers/
Description: A Responsive WordPress Theme for Bloggers
Author URI: https://az-theme.net
Author: AZ-Theme.Net
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, entertainment
Text domain: victoria
Tested up to: 5.5
Requires PHP: 7.0
*/
:root {
    --primary-color: #111;
    --body-color: #242424;
    --accent-color: #edb082;
    --meta-color: #767676;
}
body {
    background-color: #fff;
    color: var(--body-color);
    font-family: "Lora", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--primary-color);
    font-family: Raleway;
    font-weight: 500;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
a, a:hover {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.5s;
    outline: none;
}
iframe, select {
    max-width: 100%;
    border: 1px solid #ddd;
    line-height: 40px;
	height: 40px;
}
input {
    border: 1px solid #ddd;
    line-height: normal;
    padding: 10px;
}
.widget select {
	width: 100%;
	padding: 0 10px;
}
.widget_search .searchform {
	background: #f0f0e8;
	padding: 25px;
}
input[type="submit"] {
	background: var(--primary-color);
	border: none;
	color: #fff;
	font-family: Raleway;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0 15px;
	min-width: 170px;
	transition: 0.6s;
}
input[type="submit"]:hover {
    background-color: var(--accent-color);
    color: #fff;
    cursor: pointer;
}
input:focus{
    outline: none
}
input, textarea {
    max-width: 100%;
}
/*-------------------------------*/
/*          WORDPRESS CORE
/*-------------------------------*/
.sticky {}
.screen-reader-text { display: none; }
.gallery-caption {}
.bypostauthor{}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: inherit;
  font-style:italic;
  color:inherit;
  line-height: 17px;
  margin: 8px 0 0;
}

table {
    border-collapse: collapse;
}

table, th, td{
    border: 1px solid var(--meta-color);
}

/* --------------------------------------------- TOPBAR -------------------------------------- */
#topbar {
    background: #f9f9f9;
}

.topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.top-socials > a {
    color: var(--primary-color);
    font-size: 14px;
    margin-right: 15px;
}

.top-search .searchform .text {
	background: #e2e2e2;
	border: none;
	border-radius: 30px;
	height: 36px;
	min-width: 300px;
	padding: 6px 15px;
	text-align: center;
}

.top-socials > label {
    color: var(--meta-color);
    display: inline;
    font-size: 10px;
    letter-spacing: 3px;
    margin: 0;
    text-transform: uppercase;
}

.top-socials .social-list {
    display: inline;
}

.top-socials .social-list .social-icon {
    color: var(--primary-color);
    display: inline-block;
    line-height: 35px;
    margin-left: 15px;
}

.top-socials .social-list .social-icon:hover {
    color: var(--accent-color);
}

.site-branding {
    overflow: hidden;
    padding: 70px 0 50px;
    text-align: center;
}

a img:hover {
    opacity: 0.8;
}

/* --- LOGO & Tagline --- */
.site-title {
	font-size: 70px;
	font-weight: 100;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
}

.site-title a, .site-title a:hover, .site-title a:focus, .site-title a:active {
    color: var(--primary-color);
    letter-spacing: 3px;
}

.site-description {
    color: var(--meta-color);
    font-style: italic;
    margin-bottom: 0;
    text-align: center;
}

.site-description > span {
    position: relative;     
}

.site-description > span::before, .site-description > span::after {
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 50px;
}

.site-description > span::before {
    left: -70px;
}

.site-description > span::after {
    right: -70px;
}

.site-logo {
    margin: 0;
}


/*--- Featured Slider ---*/
.featured-area {
  margin-bottom: 50px;
  max-height: 600px;
  overflow: hidden;
}
.featured-area .slide-item {
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  min-height: 600px;
  position: relative;
}
.featured-area .slide-item-text {
  background: rgba(0, 0, 0, 0.2);
  left: 50%;
  min-width: 350px;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.post-text-inner {
  background: #ffffff;
  padding: 40px;
}

.featured-area .slide-item-text .post-cats a, .post .post-cats a {
  font-family: Raleway;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.post .post-title, .featured-area .slide-item-text .post-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.post-title.single-post-title {
	font-size: 2.6rem;
}

.featured-area .slide-item-text .post-title {
    margin: 0;
}
.featured-area .post-meta {
    margin-bottom: 20px;
}
.featured-area .post-meta a, .featured-area .post-meta .post-line {
    color: #fff;
}
.featured-area .read-more {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 30px;
  padding: 1px 15px 0;
  text-align: center;
  text-transform: uppercase;
}
.featured-area .read-more:hover {
    color: #111;
    background-color: #fff;
}

.featured-area .owl-controls {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.featured-area:hover .owl-controls {
    display: block;
    opacity: 1;
}
.featured-area .post-text-inner.post {
  margin: 0;
}
.featured-area .slider .owl-nav > div {
  top: 50%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
}
.featured-area .slider .owl-nav > div.owl-prev {
  left: 20px;
}
.featured-area .slider .owl-nav > div.owl-next {
  right: 20px;
}
.featured-area .slider .owl-nav > div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.owl-dots {
  bottom: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slider .owl-dots .owl-dot {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 30px;
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  text-align: center;
  width: 12px;
}
.slider .owl-dots .active {
    background: var(--accent-color);
}

/* ----- ARCHIVE BOX -----*/
.archive-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    margin-bottom: 50px;
    min-height: 250px;
    position: relative;
    text-align: center;
    font-family: Raleway;
}
.search .archive-box {
	color: var(--primary-color);
	border: 1px solid var(--accent-color);
	min-height: 120px;
}
.archive-box .bg-overlay {
    background: var(--primary-color);
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.archive-box .content-text {
	border: 1px solid rgba(255, 255, 255, 0.3);
	left: 50%;
	padding: 10px 30px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 2;
	display: flex;
}
.archive-box .content-text span, .archive-box .content-text h1 {
    color: inherit;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
}
.subtitle {
    margin: 0;
}
/** PromoBox */
.az-promo-box {
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}

.az-promo-box .az-probox-item {
    background-size: cover;
    margin-bottom: 50px;
    min-height: 250px;
    position: relative;
    text-align: center;
}

.az-promo-box .az-probox-item .az-item-link {
	background: rgba(255,255,255,0.9);
	color: var(--primary-color);
	font-size: 13px;
	left: 50%;
	letter-spacing: 2px;
	min-width: 60%;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	padding: 10px 20px;
	line-height: 24px;
}

.az-promo-box .az-probox-item .az-item-link:hover {
	background-color: var(--accent-color);
    color: #fff;
}

.az-probox-item .bgoverlay {
  background: var(--primary-color);
  height: 100%;
  opacity: 0.2;
  position: absolute;
  width: 100%;
}

/*--- Post ---*/
.post {
  border-bottom: 4px double #eeeeee;
  margin-bottom: 55px;
  padding-bottom: 10px;
}
.search-posts .post {
	margin-bottom: 35px;
}
.post.single-post-content {
    border-bottom: none;
}

.post .post-format {
	text-align: center;
	margin-bottom: 15px;
}

.post .post-video, .post .post-audio {
    margin-bottom: 0;
}

.post .post-content {
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}

.social-share.share-buttons {
  float: right;
}

.social-share.share-buttons > a {
  color: var(--primary-color);
  margin-left: 15px;
}

.social-share.share-buttons > a:hover {
    color: var(--accent-color);
}

.post .post-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

.post-footer.post-single-footer {
	border: 1px solid #ddd;
	padding: 10px 15px;
	border-radius: 2px;
	margin-bottom: 50px;
}

.entry-share a {
	margin-left: 15px;
}

.post-cats {
  margin-bottom: 15px;
  color: var(--meta-color);
}

.post-cats a {
  color: var(--accent-color);
  display: inline-block;
  line-height: 20px;
}

.post-cats a::after {
  background-color: #ddd;
  content: "";
  display: block;
  height: 1px;
  width: 96%;
}

.post .post-title a, .featured-area .slide-item-text .post-title a {
  color: var(--primary-color);
}

.post .post-excerpt, .about-widget p, .author-content > p, .comment-body .comment-content .comment-text p {
  margin-bottom: 30px;
}

.single-post-footer .social-share.share-buttons {
  display: inline;
}

.post-meta a {
  color: var(--meta-color);
  display: inline;
  font-style: italic;
  margin-right: 15px;
}

.post .post-time a, .post .post-like a, .single-post-footer .social-share a { border: none; }
.post a:hover {
    color: var(--accent-color);
}
.post .readmore a:hover {
    color: #fff;
    background: var(--accent-color);
    border-color: transparent;
}
.post-meta > div {
  display: inline-block;
}
.latest-post .post-meta > div {
  display: block;
} 
.post-meta .post-line {
  color: #888888;
  font-size: 10px;
}
/*--- Widget ---*/
.widget {
    margin-bottom: 50px;
}

.widget ul {
    list-style: none;
    padding: 0;
}

.widget li {
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
}

.widget .latest-post li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.widget ul ul {
    padding-left: 15px;
}

.widget a {
    color: var(--primary-color);
}

.widget li a:hover {
    color: var(--accent-color);
}

.widget .widget-title, .post-related-title, .comments-title, #reply-title, #reply-title a {
	color: var(--primary-color);
	font-family: Raleway;
	font-size: 14px;
	letter-spacing: 3px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.widget .widget-title, .post-related-title, #reply-title, .comments-title {
	background: #f9f9f9;
	padding: 15px 0;
}

.widget .widget-title::before, .post-related-title:before, #reply-title:before, .comments-title:before {
    background: var(--accent-color);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.widget .widget-title span, .post-related-title > span, .comments-title > span, #reply-title > span{
    margin-right: 15px;
}
/*--- About widget ---*/
.about-widget .about-title {
    color: var(--primary-color);
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 20px 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.about-widget p {
  text-align: center;
  margin-bottom: 0;
}
/*--- Socials widget ---*/
.social-widget {
  text-align: center;
}
.social-widget > a {
  background: #111111 none repeat scroll 0 0;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 5px;
  text-align: center;
  width: 30px;
}
/*--- Mailchimp widget ---*/
.widget_mc4wp_widget .mc4wp-form {
  margin: 0;
  text-align: center;
}

.widget_mc4wp_widget .mc4wp-form label {
  font-style: italic;
  font-weight: normal;
  margin-bottom: 15px;
}

.widget_mc4wp_widget .mc4wp-form input[type="submit"] {
    width: 100%;
}

.widget_mc4wp_widget form .mc-submit {
    margin: 0;
}

/*--- Instagram widget ---*/
.instagram-pics {
    padding: 0;
    margin: 0 -6px;
    list-style: none;
}
.instagram-pics li {
  display: inline-block;
  margin: 0 0 6px;
  padding: 0 3px;
  width: 33.3333%;
}
.instagram-footer .instagram-pics {
    margin: 0;
    padding: 0;
}
.instagram-footer .instagram-pics li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* ----------------------------- Mailchimp Form --------------------------------- */
.mc4wp-form-fields {
	background: #f7f3e1;
	padding: 25px;
}

.mc4wp-form-fields p {
	margin-bottom: 10px;
}

.mc4wp-form-fields p:last-child {
	margin-bottom: 0;
}

.mc4wp-form-fields input {
	width: 100%;
}

/* --- Pinterest --- */
.victoria-pinterest-widget .photos {
	margin: 0 -6px;
}

.victoria-pinterest-widget li {
	float: left;
	margin-bottom: 6px;
	border: none;
	width: 33.3333%;
	padding: 0 6px;
}

.victoria-pinterest-widget li a {
	position: relative;
	display: block;
}

.victoria-pinterest-widget li a span {
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.victoria-pinterest-widget li a::after {
	display: block;
	padding-top: 100%;
	content: "";
}

/* ------------------------------------------- Lastest Post ------------------------------- */
.widget .latest-post li {
	margin-bottom: 5px;
}

.latest-post li .post-image {
  margin-bottom: 10px;
}

.latest-post .post-title {
	font-size: 14px;
	line-height: 1.5;
    margin: 0;
}

.latest-post .post-time a {
	color: #999;
	font-size: 14px;
}

.post-related .post-title a:hover, .latest-post .post-item-text h4 a:hover {
    color: var(--accent-color);
}

.latest-post .post-meta a {
    border: medium none;
    color: var(--meta-color);
    font-size: 12px;
    letter-spacing: 0;
}

.victoria-footer .victoria_latest_posts_widget .post-image {
    margin-right: 10px;
    max-width: 150px;
}

.victoria-footer .latest-post > li {
    display: flex;
}

/*--- Search widget ---*/
.widget_search input[type="text"] {
	border: 1px solid #ddd;
	padding: 0 10px;
	width: 100%;
	height: 45px;
	line-height: 45px;
}

/* --- Tags --- */
.widget_tag_cloud .tagcloud {
    text-align: center;
}

.widget_tag_cloud a, .az-post-tags > a {
    background: #eee;
    color: #4d4d4d;
    display: inline-block;
    font-size: 14px !important;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 3px 15px;
}

.widget_tag_cloud a:hover, .az-post-tags > a:hover {
    color: #fff;
    background-color: var(--accent-color);
    border-color: transparent;
}
.az-post-tags {
    margin: 80px 0 45px;
    overflow: hidden;
    text-align: left;
}
.victoria-categories-image ul {
    margin: 0;
    padding: 0;
}

.victoria-categories-image ul li {
	margin-bottom: 20px;
	position: relative;
	border: none;
	min-height: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.victoria-categories-image ul li:last-child {
    margin-bottom: 0;
}

.victoria-categories-image .over-bg {
    background: var(--primary-color);
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.victoria-categories-image a {
	background: #fff;
	color: var(--primary-color);
	left: 50%;
	letter-spacing: 2px;
	min-width: 60%;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding: 5px;
	font-size: 14px;
}


.widget .victoria-categories-image a:hover {
    color: #fff;
    background-color: var(--accent-color);
}

/*--- Footer Instagram ---*/
#footer {
  background: #ffffff none repeat scroll 0 0;
  margin-top: 150px;
}
#footer .widget {
  margin-bottom: 0;
  border-left: none;
  border-right: none;
  padding: 20px 0;
}
.footer-bottom {
  color: var(--primary-color);
  font-family: Montserrat;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 20px 0;
  text-transform: uppercase;
}
/*--- Single Post ---*/
.single-post-footer .post-time.pull-left {
  padding-right: 0;
}
.post-footer.single-post-footer {
  border-bottom: 4px double #eeeeee;
  margin-bottom: 50px;
  padding-bottom: 10px;
  text-align: center;
}
.single-post-footer .post-time.pull-left {
  border: medium none;
}
.single-post-footer .social-share a:hover, .social-widget > a:hover {
    background-color: var(--accent-color);
    color: #fff;
}
.post-footer.single-post-footer::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

/* ---------------------------------------------- PAGINATION ------------------------------------------*/
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .page-numbers {
	color: inherit;
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #ddd;
	text-align: center;
	margin: 0 2px;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
	width: auto;
	padding: 0 15px;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
    background-color: var(--accent-color);
    color: var(--primary-color);
    border-color: transparent;
}

/*----- COMMENTS -----*/
#comments .comment-list{
    margin-bottom: 50px;
    padding: 0;
}
#comments ol.comment-list, #comments .comment > ol.children{list-style: none;}
.comment-list .comment-body {
    border-bottom: 1px dashed #e9e9e9;
    margin-bottom: 30px;
    padding: 25px 25px 25px 0;
}
.comment-body .comment-author{
    float: left;
    margin-right: 22px;
}
.comment-body .comment-author img{max-width: 70px}
.comment-body .comment-content{overflow: hidden;}
.comment-body .comment-content .author-name {
  color: var(--primary-color);
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-right: 20px;
  text-transform: uppercase;
}
.comment-body .comment-content .author-name a{
  color: inherit;
}
.comment-body .date-comment{
    font-size: 12px;
    color: var(--meta-color);
}
.comment-body .date-comment a{
    color: inherit;
}
.comment-body .comment-content .reply{
    float: right;
}
.comment-body .comment-content .reply a {
  background: #eeeeee none repeat scroll 0 0;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  color: #111111;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.75px;
  margin-left: 10px;
  padding: 5px 10px;
}
.comment-body .comment-content .reply a:hover{
    text-decoration: none;
}
.comment-body .comment-content .comment-text{
    letter-spacing: 0.75px;
    margin-top: 10px;
}
.comment-body .comment-content .comment-text p{
    margin-bottom: 10px;
    color: #666;
}
#commentform .input-form, #commentform .textarea-form {
  border: 1px solid #eeeeee;
  line-height: 35px;
  margin-bottom: 30px;
  padding: 0 5px;
  width: 100%;
}
textarea#message {
  min-height: 150px;
}
#cancel-comment-reply-link {
  font-size: 18px;
  margin-left: 15px;
}

.wpcf7-form .wpcf7-form-control {
	border: 1px solid #ddd;
	width: 100%;
	padding: 5px 15px;
	line-height: 30px;
	background: #f9f9f9;
}

.wpcf7-form  .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 30px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
	background: var(--primary-color);
}

/* --- Author Box --- */
.az-post-author {
  margin-bottom: 50px;
}
.az-post-author .author-content {
  text-align: left;
}
.az-post-author .author-content .author-title > a {
  color: #111111;
}
.az-post-author .author-content .author-social {
  color: #888888;
  margin-right: 10px;
}
.author-content > p {
  margin-bottom: 10px;
}
/* --- Posts related --- */
.post-related, #comments, #respond {
    margin-bottom: 50px;
    text-align: left;
}

.post-related .post-title {
  font-size: 12px;
  margin: 10px 0 0;
  text-align: center;
  text-transform: none;
}

.post-related .post-like .fa-heart-o {
  font-size: 12px;
}



.post-related  .post-meta a {
    margin: 0;
}

.post-related time {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.post-related .like-post {
  text-align: center;
}

/* -- Page -- */
.az-page {
    background: #fff;
    border: none;
    overflow: hidden;
}

.page-thumbnail {
	margin-bottom: 25px;
}

.single-page-content .entry-share {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 45px 0;
}

.single-page-content .entry-share a {
	display: inline-block;
	border: 1px solid #ddd;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	margin: 0px 8px;
}

/* --- Footer --- */
.victoria-footer {
  border-top: 4px double #eee;
  margin-top: 100px;
  padding-top: 60px;
}

.victoria-footer .site-branding {
  padding-top: 10px;
}

.victoria-footer .copyright {
  border-top: 1px solid #ddd;
  color: var(--meta-color);
  font-style: italic;
  padding: 20px 0;
  text-align: center;
}

/* ------------------------------------------ Menu ------------------------------------ */
.nav-wrapper {
	font-family: Raleway, sans-serif;
	color: var(--primary-color);
	border-bottom: 4px double #ddd;
	margin-bottom: 50px;
	position: relative;
	z-index: 5;
}

.nav-wrap {
	position: relative;
}

.primary-menu li a {
    color: inherit;
}

.primary-menu li i {
    color: var(--meta-color);
    cursor: pointer;
}

.primary-menu li a {
	display: inline-block;
	padding: 24px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

.primary-menu li:hover > a, .primary-menu li:hover > i {
    color: var(--accent-color);
}

.mobile-toggle {
	display: none;
	align-items: center;
	justify-content: center;
}

.mobile-toggle a {
	padding: 15px 0;
    display: block;
}

.mobile-toggle span {
	display: block;
	width: 25px;
	height: 1px;
	background: var(--primary-color);
	margin: 5px 0;
}

/* --------------------------------------------- Responsive ------------------------------------- */
@media ( min-width: 992px ) {
    .primary-menu, .primary-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .primary-menu {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }

    .primary-menu ul {
    	visibility: hidden;
    	position: absolute;
    	top: 130%;
    	left: 0;
    	min-width: 230px;
    	background: #fff;
    	transition: 0.3s;
    	opacity: 0;
    	padding: 5px 0;
    	box-shadow: 0px 30px 30px 0 rgba(0,0,0,0.15);
    }

    .primary-menu ul ul {
    	top: 30%;
    	left: 100%;
    }

    .primary-menu li {
    	position: relative;
    	margin: 0 20px;
    }

    .primary-menu li li {
    	margin: 0;
    }

    .nav-second .primary-menu > li > a {
    	padding: 20px 0;
    }

    .primary-menu li li a {
    	padding: 5px 15px;
    	display: block;
    	letter-spacing: 0;
    	text-transform: capitalize;
    }

    .primary-menu li i {
    	display: inline-block;
    	font-size: 12px;
    	padding: 3px;
    }

    .primary-menu li li i {
    	position: absolute;
    	right: 0;
    	top: 0;
    	padding: 9px;
    }

    .primary-menu li.menu-item-has-children:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .primary-menu li li.menu-item-has-children:hover > ul {
        top: -5px;
    }

    .mobile-toggle {
        display: none;
    }
}

@media( max-width: 991.98px ) {
    .mobile-toggle {
        display: flex;
    }

    .nav-menu {
    	display: none;
    	background: #fff;
    	padding: 5px 15px;
    	position: absolute;
    	width: 100%;
    	top: calc(100% + 4px);
    	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    }

    .primary-menu, .primary-menu ul {
        list-style: none;
        margin: 0;
    }

    .primary-menu {
    	background: #fff;
    	padding: 0px;
    	position: relative;
    }

    .primary-menu ul {
        padding-left: 15px;
        display: none;
        border-top: 1px solid #ddd;
        margin-top: -1px;
    }

    .primary-menu li {
        position: relative;
    }

    .primary-menu li a {
    	display: block;
    	padding: 10px 0;
    	border-bottom: 1px solid #ddd;
    }
    
    .primary-menu > li:last-child > a {
    	border-bottom: none;
    }

    .primary-menu li i {
    	position: absolute;
    	right: 0;
    	top: 0;
    	z-index: 2;
    	cursor: pointer;
    	height: 42px;
    	line-height: 42px;
    	width: 30px;
    	text-align: center;
    }

    #sidebar {
    	margin-top: 65px;
    }
    
    .victoria-footer .latest-post > li {
    	display: block;
    }
    
    .victoria-footer .victoria_latest_posts_widget .post-image {
    	margin-right: 0;
    	max-width: 100%;
    }
}

@media (max-width: 767.98px) {

    .featured-area .slide-item-text .post-title a::before, .featured-area .slide-item-text .post-title a::after {
        background: none;
    }
    .featured-area .slide-item-text .post-title a, .post .post-title a {
        padding: 0;
    }
    .footer-bottom .pull-left, .footer-bottom .pull-right {
      text-align: center !important;
      width: 100%;
    }
    .footer-bottom .text-right {
        text-align: inherit;
    }
    .featured-area .slide-item {
    	min-height: 350px;
    }
}

@media (max-width: 1200px) {
    
    .featured-area .slide-item-text {
      min-width: 80%;
    }
    
}

@media (max-width: 480px) {
    .post .post-footer .pull-left {
      border-right: medium none;
      margin-bottom: 15px;
      text-align: center;
      width: 100%;
      padding: 0;
    }
    .pull-right.readmore {
      width: 100%;
      text-align: center;
    }
    .post .readmore a {
      display: inline-block;
    }
    .azblog-masonry .post .post-footer .pull-left {
      text-align: left;
    }
    .featured-area .slide-item {
      min-height: 350px;
    }
    .post-footer .pull-right {
      float: inherit !important;
      text-align: center;
      width: 100%;
    }
    .topsearch, .topsocial {
        text-align: center;
    }
    .footer-bottom, .footer-bottom .text-right {
      text-align: center;
    }
}
@media (max-width: 360px) {
    .topsearch, .topsocial {
      text-align: center;
      width: 100%;
    }
    .top-search .searchform .text {
      text-align: center;
      width: 100%;
    }
}