/*------------------------------------------------------------------/*
Theme Name: Victoria
Theme URI: http://victoria.az-theme.net
Description: A Responsive WordPress Theme for Bloggers
Author URI: http://az-theme.net
Author: DannyWP
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Last change:  31-03-2017
Tags: blog
Text domain: victoria
*/
body {
  background-color: #fff;
  color: #242424;
  font-family: "Lora", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
h1,h2,h3,h4,h5,h6{
	letter-spacing: 1px;
	color: #000;
	margin: 0 0 15px 0;
    text-transform: uppercase;
    font-family: Raleway;
}
h1{
	font-size: 35px;
	line-height: 40px;
}
h2{
	font-size: 30px;
	line-height: 35px
}
h3{
	font-size: 24px;
	line-height: normal;
}
h4{
	font-size: 16px;
	line-height: 24px;
}
h5{
	font-size: 14px;
	line-height: 20px;

}
h6{
	font-size: 12px;
	line-height: 20px;
}
p {
    margin: 0 0 15px 0;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
a {
    color: #edb082;
    text-decoration: none;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    outline: none;
}
a:hover, a:focus {
    color: #edb082;
    outline: none;
    text-decoration: none;
}
a:active {
    outline: none;
}
iframe, select {
    max-width: 100%;
}
input {
  border: 1px solid #ddd;
  line-height: normal;
  padding: 10px;
}

input[type="submit"] {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-family: Raleway;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 13px;
  text-transform: uppercase;
}
input[type="submit"]:hover {
    background-color: #edb082;
    color: #fff;
}
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, th, td{
  border: 1px solid rgba(0,0,0,0.08);
}
th, td {
  padding: 0.4em;
  text-align: center;
}
table {
  border-collapse: separate;
  border-spacing: 0;
 border: none;
  margin: 0 0 1.6em;
  table-layout: auto;
  width: 100%;
}
th {
  border-width: 0 1px 1px 1px;
}
td {
  border-width: 0 1px 1px 1px;
}
th {
  border-width: 0 1px 1px 0px;
}
td {
  border-width: 0 1px 1px 0px;
}
tbody tr th{
    font-weight: 400;
}
tbody tr:first-child th{
	border-top-width: 1px;
}
tr td:first-child, tr th:first-child{
  border-left-width: 1px;
}
table tbody tr:first-child td,
table thead tr:first-child th,
table tbody tr:first-child td,
table thead tr:first-child th{
  border-top-width: 1px;
}
table thead + tbody tr:first-child td,
table thead + tbody tr:first-child td,
table tfoot + tbody tr:first-child td{
  border-top-width: 0;
}
blockquote {
  background: #f9f9f9 none repeat scroll 0 0;
  border-left: 5px solid #edb082;
  font-size: 14px;
  font-style: italic;
  padding: 10px 15px;
}
label{font-weight: 500;}
dt, dd {
  line-height: inherit;
}
/*---------------------------------------------*/
/*--- TOPBAR ---*/
#topbar {
  background: #f9f9f9 none repeat scroll 0 0;
}

.top-socials > a {
  color: #000;
  font-size: 14px;
  line-height: 50px;
  margin-right: 15px;
}

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

.top-socials > label {
  color: #999999;
  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: #000000;
  display: inline-block;
  line-height: 35px;
  margin-left: 15px;
}
.top-socials .social-list .social-icon:hover {
    color: #edb082;
}

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

#site-main a img:hover {
    opacity: 0.8;
}

/*--- Socials Fixed ---*/
.azsocials {
  left: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 30;
}
.azsocials a {
  background: #111;
  border-bottom: 1px solid #222;
  color: #ffffff;
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.azsocials a:hover {
    background: #edb082;
    color: #fff;
    border-color: transparent;
}

/* --- LOGO & Tagline --- */
.site-title {
  font-size: 72px;
  font-weight: 100;
}

.site-title a, .site-title a:hover, .site-title a:focus, .site-title a:active {
  color: #000;
  letter-spacing: 3px;
}

.site-description {
  color: #999;
  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;
}


/*--- Menu ---*/
#nav-wrapper {
  position: relative;
  text-align: center;
  z-index: 100;
}

.site-name, .site-name:hover, .site-name:active, .site-name:focus {
  background: #edb082 none repeat scroll 0 0;
  color: #ffffff;
  float: left;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 50px;
  margin-right: 20px;
  padding: 0 20px;
  text-transform: uppercase;
}
.toggle-mainmenu {
  display: none;
}
#nav-wrapper .container{
    position: relative;
}
#site-main {
  margin-top: 50px;
}

/*--- Menu ---*/
#nav-wrapper .azmenu {
  border-bottom: 4px double #eee;
}

#nav-wrapper ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#nav-wrapper .azmenu > li {
  display: inline-block;  
  margin-right: 50px;
}
#nav-wrapper .azmenu > li:last-child {
    margin-right: 0;
}
#nav-wrapper .azmenu a {
  color: #000000;
  display: block;
  font-family: Raleway;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 60px;
  text-transform: uppercase;
}
#nav-wrapper .azmenu .current-menu-item > a,
#nav-wrapper .azmenu a:hover {
    color: #edb082;
}
#nav-wrapper .menu-item-has-children {
  position: relative;
  z-index: 20;
}
#nav-wrapper .sub-menu {
  background: #f9f9f9;
  left: 0;
  margin: 0;
  min-width: 200px;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  visibility: hidden;
}
#nav-wrapper .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}
#nav-wrapper .sub-menu li {
    display: block;
}
#nav-wrapper .azmenu .sub-menu a {
  border-top: 1px solid #eee;
  display: block;
  font-size: 11px;
  line-height: 40px;
  padding: 0 15px;
  transition: none 0s ease 0s ;
  -webkit-transition: none 0s ease 0s ;
  -moz-transition: none 0s ease 0s ;
  width: 100%;
}
#nav-wrapper .sub-menu a:hover {
  background: #edb082 none repeat scroll 0 0;
  color: #ffffff;
}

/*--- 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) none repeat scroll 0 0;
  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 none repeat scroll 0 0;
  padding: 40px;
}

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

.post .post-title, .featured-area .slide-item-text .post-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.featured-area .slide-item-text .post-title {
    margin: 0;
}
.featured-area .post-metas {
    margin-bottom: 20px;
}
.featured-area .post-metas a, .featured-area .post-metas .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: #edb082;
}

/* ----- ARCHIVE BOX -----*/
.archive-box {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  margin-bottom: 60px;
  min-height: 250px;
  position: relative;
}

.archive-box .bg-overlay {
  background: #000000 none repeat scroll 0 0;
  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);
  font-family: Raleway;
  left: 50%;
  padding: 10px 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}

.archive-box .content-text span, .archive-box .content-text h4 {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0;
}

.archive-box .content-text {
  text-align: center;
}
.subtitle {
  margin: 0;
}

.archive-box .content-text h4 {
  font-style: normal;
  font-weight: bold;
}
/** 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: 330px;
  position: relative;
  text-align: center;
}

.az-promo-box .az-probox-item .az-item-link {
  background: #ffffff none repeat scroll 0 0;
  color: #000;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 500;
  left: 50%;
  letter-spacing: 1px;
  line-height: normal;
  min-width: 165px;
  padding: 15px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 5;
}

.az-promo-box .az-probox-item .az-item-link:hover {
	background-color: #edb082;
    color: #fff;
}

.az-probox-item .bgoverlay {
  background: #000000 none repeat scroll 0 0;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  width: 100%;
}

/*--- Post ---*/
.post {
  border-bottom: 4px double #eeeeee;
  margin-bottom: 55px;
  padding-bottom: 10px;
}

.post .post-format {
  position: relative;
  z-index: 10;
}

.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: #000;
  margin-left: 15px;
}

.social-share.share-buttons > a:hover {
    color: #edb082;
}

.post .post-footer {
  overflow: hidden;
  position: relative;
}

.post-cats {
  margin-bottom: 15px;
  color: #999;
}

.post-cats a {
  color: #edb082;
  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: #000000;
}

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

.post .post-footer > div {
    line-height: 30px;
    display: inline-block;
    position: relative;
    z-index: 30;
}

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

.post-metas a {
  color: #999;
  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: #edb082;
}
.post .readmore a:hover {
    color: #fff;
    background: #edb082;
    border-color: transparent;
}
.post-metas > div {
  display: inline-block;
}
.latest-post .post-metas > div {
  display: block;
} 
.post-metas .post-line {
  color: #888888;
  font-size: 10px;
}
/*--- Widget ---*/
.widget {
  margin-bottom: 50px;
  overflow: hidden;
}

.widget a, .widget li {
    font-size: 12px;    
}

.widget li a:hover {
    color: #edb082;
}

.widget .widget-title, .post-related-title, .comments-title, #reply-title, #reply-title a {
  color: #000000;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.widget .widget-title, .post-related-title, #reply-title, .comments-title {
  background: #f9f9f9 none repeat scroll 0 0;
  padding: 12px 0;
  position: relative;
}

.widget .widget-title::before, .post-related-title:before, #reply-title:before, .comments-title:before {
  background: #edb082 none repeat scroll 0 0;
  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: #000;
  display: block;
  font-size: 11px;
  font-weight: bold;
  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;
}

/* --- Pinterest --- */
.victoria-widget-pinterest {
  margin: 0 -3px;
  overflow: hidden;
}

.victoria-widget-pinterest > a {
  display: inline-block;
  float: left;
  margin: 0 0 6px;
  max-height: 110px;
  overflow: hidden;
  padding: 0 3px;
  width: 33.3333%;
}
/*--- Lastest Post --- */
.latest-post {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.latest-post > li {
  border-bottom: 1px dashed #ddd;
  clear: both;
  margin-bottom: 26px;
  overflow: hidden;
  padding-bottom: 20px;
}

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

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

.latest-post .post-item-text h4 {
  margin: 0;
  text-transform: none;
}

.latest-post .post-item-text h4 a {
    color: #000;
}

.post-related .post-title a:hover, .latest-post .post-item-text h4 a:hover {
    color: #edb082;
}
.latest-post .post-metas a {
  border: medium none;
  color: #999;
  font-size: 12px;
  letter-spacing: 0;
}

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

.victoria-footer .latest-post > li {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/*--- Search widget ---*/
.widget_search input[type="text"] {
  border: 1px solid #eeeeee;
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 35px;
  padding: 0 5px;
  width: 100%;
}
/* --- Categories & Recent comments --- */
.widget_categories > ul, .widget_recent_comments ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget_categories li, .widget_recent_comments li {
  color: #999999;
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0 15px 0 0;
  text-align: right;
}
.widget_categories li , .widget_recent_comments li {
    font-family: Montserrat;
    font-size: 10px;
}
.widget_categories li a, .widget_recent_comments li a {
  color: #333333;
  float: left;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
  width: 90%;
}
.widget_recent_comments li {
  padding: 0 15px;
  text-align: inherit;
}
.widget_recent_comments li a { float: inherit; background: none; }

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

.widget_tag_cloud a, .az-post-tags > a {
  background: #eeeeee none repeat scroll 0 0;
  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: #edb082;
    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;
}

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

.victoria-categories-image .over-bg {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.victoria-categories-image a {
  background: #fff none repeat scroll 0 0;
  color: #000000;
  display: block;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 500;
  left: 50%;
  letter-spacing: 1px;
  line-height: 0;
  min-width: 120px;
  padding: 15px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 2;
}


.widget .victoria-categories-image a:hover {
    color: #fff;
    background-color: #edb082;
}

.rose-google-plus, #___page_0 {
  max-width: 100%;
  text-align: center;
}
/*--- 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: #000000;
  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: #edb082;
    color: #fff;
}
.post-footer.single-post-footer::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
/* ----- PAGINATION -----*/
.victoria-pagination {
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
}

.victoria-pagination .page-numbers {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  color: #000;
  display: inline-block;
  font-family: inherit;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  width: 40px;
}

.victoria-pagination .page-numbers:hover, .victoria-pagination .page-numbers.current {
    background-color: #edb082;
    color: #fff;
    border-color: transparent;
}
.az-pagination {
  border: 1px dashed #eee;
  margin: 50px 0;
  overflow: hidden;
  padding: 20px;
}
.az-pagination .newer { text-align: right;}
.az-pagination a {
  color: #000;
  font-family: Montserrat;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/*----- 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: #333333;
  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: #999999;
}
.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 #eeeeee;
  min-width: 50%;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    border: none;
}

/* --- 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;
  font-weight: 500;
  margin: 10px 0 0;
  text-align: center;
  text-transform: none;
}

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



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

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

/* -- Page -- */
.az-page .post-title.page-title {
  font-size: 20px;
  margin: 25px 0;
}

.az-page {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  overflow: hidden;
}


/* --- 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: #999;
  font-style: italic;
  padding: 20px 0;
  text-align: center;
}


@media (max-width: 767px) {
    #nav-wrapper .azmenu {
        display: none;
    }

    .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;
    }
    .toggle-mainmenu {
      display: inline-block;
      line-height: 50px;
      padding: 0 15px;
      font-size: 20px;
    }
    .top-share {
      left: inherit;
      right: 35px;
    }
    #nav-wrapper {
      text-align: left;
    }
    #menu-topbar-menu {      
      border: 0 none;
      display: none;
      left: 0;
      margin: 0;
      padding: 0 15px;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 20;
    }

   
    
    #nav-wrapper .azmenu li {
      background: #111;
      display: inline-block;
      float: left;
      line-height: inherit;
      margin: 0;
      text-align: left;
      width: 100%;
    }
    #nav-wrapper .azmenu li a {
        background: #111111 none repeat scroll 0 0;
        border: medium none;
        color: #888888;
        display: inline-block;
        font-size: 11px;
        line-height: 40px;
        padding-left: 15px;
        width: 100%;
    }
    #nav-wrapper .azmenu .sub-menu a {
        border-color: transparent;
    }
    #nav-wrapper .azmenu li a:hover {
        background: #222;
    }    
    #nav-wrapper .azmenu .menu-item-has-children > a {
        position: relative;
    }
    #nav-wrapper .sub-menu {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      display: none;
      left: inherit;
      opacity: 1;
      padding-left: 15px;
      position: inherit;
      top: inherit;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      visibility: inherit;
    }  
    #nav-wrapper .azmenu .caret::after {
      content: "\f107";
    }
    #nav-wrapper .sub-menu .dropdown > a .caret::after {
      content: "\f107";
    }
    
     #nav-wrapper .azmenu .dropdown-toggle .caret, #nav-wrapper .sub-menu .dropdown > a .caret {
        border: medium none;
        height: 30px;
        padding: 5px;
        width: 30px;
    }
    #nav-wrapper .sub-menu .dropdown > a .caret {
        right: -15px;
    }
    #nav-wrapper .azmenu .dropdown-toggle .caret::after {
      color: #888888;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
    }
    #nav-wrapper .azmenu .caret::after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 15px;
      left: inherit;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
    }
    #nav-wrapper .sub-menu .sub-menu {
        border: medium none;
        left: 0;
        position: relative;
        top: 0;
    }
    #nav-wrapper .sub-menu .dropdown > a .caret::after {
      content: "\f107";
    }
    .footer-bottom .pull-left, .footer-bottom .pull-right {
      text-align: center !important;
      width: 100%;
    }
    .footer-bottom .text-right {
        text-align: inherit;
    }
}
@media (min-width: 768px) {
    #menu-topbar-menu {
      display: block !important;
      padding: 0;
    }
    #nav-wrapper .azmenu .menu-item-has-children:hover > .sub-menu{
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}
@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%;
    }
}