/*
Theme Name: Rose
Theme URI: https://rose.az-theme.net
Description: A WordPress Theme for Bloggers
Author: AZ-Theme
Author URI: https://az-theme.net
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rose
Tags: blog, e-commerce
Tested up to: 5.7.2
Requires PHP: 7.0
*/
:root{
    --body-color: #242424;
    --primary-color: #000;
    --accent-color: #f09e77;
    --body-fonts: 'Lora', sans-serif;
    --heading-fonts: 'Playfair Display', sans-serif;
    --menu-color: #666;
    --menu-color-hover: #000;
    --caret-color: #ddd;
    --menu-bg-color: #fff;
    --meta-color: #999;
}
body {
    background: #f3f3f3;
    color: var(--body-color);
    font-family: var(--body-fonts);
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--primary-color);
	margin: 0 0 15px 0;
    font-weight: normal;
    font-family: var(--heading-fonts);
}
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: var(--accent-color);
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    outline: none;
}
a:hover, a:focus {
    color: var(--accent-color);
    outline: none;
    text-decoration: none;
}
a:active {
    outline: none;
}
iframe, select {
    max-width: 100%;
}
input:focus{
    outline: none
}
.chosen-container-single .chosen-search input[type="text"] {
    min-width: inherit;
}
input, textarea {
    border: 1px solid #dddddd;
    line-height: normal;
    max-width: 100%;
    padding: 12px 15px;
    color: var(--body-color);
}
input[type="submit"] {
    background: var(--accent-color);
    border: medium none;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    min-width: inherit;
    padding: 10px 20px;
    text-transform: uppercase;
}
.mc4wp-form-fields > label {
    font-style: italic;
}
input[type="submit"]:hover {
    opacity: 0.8;
}
.rose-overflow-hidden {
    overflow: hidden;
}
.wpcf7-form .wpcf7-form-control-wrap{
    margin-bottom: 30px;
    display: block;
}
.wpcf7-form p{margin-bottom: 0}
.wpcf7-form .wpcf7-form-control{
    width: 100%;
}
.wpcf7-form .wpcf7-submit{
    width: auto;
    display: inline-block;
}
div.wpcf7 img.ajax-loader {
    display: inline-block;
}
div.wpcf7-response-output{
    margin-left: 0;
}
button, .button {
	background: var(--primary-color);
	border: none;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	display: inline-block;
}
/* ----- WORDPRESS CORE ----- */
.sticky {
    background: transparent;
}
.bypostauthor {
    background: transparent;
}
.gallery-caption {
    background: transparent;
}
.screen-reader-text {
  display: none;
}
.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;
    width: 100%;
}

table, td, th {
    border: 1px solid #eee;
}

th, td {
    padding: 5px;
}

blockquote {
  border-left: 5px solid var(--accent-color);
}

dt, dd {
  line-height: inherit;
}

#rose-header {
    position: relative;
    z-index: 30;
}

#main-container {
  position: relative;
  z-index: 10;
}
/* ----- TOPBAR -----*/
.topbar {
	background: var(--menu-bg-color);
	border-bottom: 1px solid #eeeeee;
	position: relative;
	z-index: 10;
	display: flex;
}

.topbar.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.admin-bar .topbar.fixed{
    top: 32px;
}

@media(max-width: 782px){
  .admin-bar .topbar.fixed{
    top: 46px;
  }
}
.topbar .social{text-align: right}
.social a {
  background: #f0f0f0 none repeat scroll 0 0;
  border-radius: 50%;
  color: var(--primary-coor);
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  text-align: center;
  width: 30px;
}

.social a:hover {
    background-color: var(--accent-color);
    color: #fff;
}

.topbar .social a:first-child {
  margin-left: 0;
}

.topbar .social a:last-child {
  margin-right: 0;
}

/* ----- LOGO-ADS -----*/
.site-logo {
  margin-bottom: 5px;
}

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

.site-logo a img, .site-logo a, .site-logo a img:hover {
    opacity: 1;
}

.logo-ads {
	display: flex;
	align-items: center;
	justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.menu-fixed .logo-ads {
	margin-top: 105px;
}

.logo-ads.has-ads {
	justify-content: space-between;
}

.logo-ads.has-ads .ads {
	width: 70%;
	text-align: right;
	padding-left: 35px;
}

.logo-ads .site-branding {
    text-align: center;
}

.logo-ads.has-ads .site-branding {
    width: 30%;
    text-align: left;
}

.site-title {
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 5px;
}

/* ---------------------------------------- Archive Box ---------------------------------------*/
.archive-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 50px;
}

.archive-box::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(0,0,0,0.36);
}

.archive-box span, .archive-box h1 {
	color: #fff;
	font-size: 30px;
	margin: 0 3px;
	letter-spacing: 0;
	position: relative;
	z-index: 2;
	font-style: italic;
}

/* ----- POST -----*/
.post {
  margin-bottom: 30px;
}

.post .post-inner {
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 30px 30px 40px;
}

.post.sticky .post-inner {
  border-color: var(--accent-color);
}
.post .post-format {
  margin-bottom: 15px;
  text-align: center;
}
.post .post-video > iframe, .post .post-audio > iframe {
  width: 100%;
}
.post .entry-content {
	text-align: center;
}
.single-post .post .entry-content {
	text-align: left;
}
.post .entry-content .post-excerpt {
	text-align: left;
}
.post .read-more {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 50px;
	margin-top: 2rem;
}
.post .read-more a {
	color: var(--primary-color);
	font-style: italic;
	padding: 10px 15px;
	display: inline-block;
	font-size: 0.9rem;
}
.post .read-more > a:hover {
    color: var(--accent-color);
}
.post .read-more .rose-like-post {
	border-right: 1px solid #eee;
	color: var(--accent-color);
}
.post-gallery {
	position: relative;
}
.post-gallery .owl-prev, .post-gallery .owl-next {
    border-radius: 30px;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
}

.post .post-gallery .owl-nav .owl-prev, .post .post-gallery .owl-nav .owl-next {
    background: #fff;
}

.post-gallery .owl-prev {
  left: 20px;
}

.post-gallery .owl-next {
  right: 20px;
}

.post-gallery .owl-next span, .post-gallery .owl-prev span {
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

a img {
    transition: opacity 0.5s;
    opacity: 1;    
}

a img:hover {
    opacity: 0.7;    
}

.cat-links {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.post .cat-links { color: var(--meta-color); }
.cat-links > a {
  color: var(--accent-color);
  display: inline-block;
  font-style: italic;
  transition: all 0.5s ease 0s;
}
.post-title {
    font-size: 24px;
    letter-spacing: 0;
    text-align: center;
}
.post .post-title {
  margin-bottom: 10px;
}
.post .meta {
	font-style: italic;
	margin-bottom: 20px;
	text-align: center;
	font-size: 0.9rem;
}
.meta .entry-date > a {
  margin-right: 5px;
}

.meta .author.vcard {
  color: var(--meta-color);
  margin-right: 5px;
}

.post .meta a {
	color: var(--meta-color);
	margin: 0 3px;
}

.post .meta a:hover {
    color: var(--accent-color);
}

.post .post-title a {
  color: var(--primary-coor);
  transition: all 0.5s;
}

.continute-reading a {
    color: var(--primary-coor);
    font-size: 10px;
    letter-spacing: 2px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

.continute-reading {
  margin: 30px 0 40px;
  text-align: center;
}

.continute-reading a::after {
  background: var(--meta-color);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto;
  opacity: 0.5;
  transition: all 0.5s ease 0s;
  width: 30%;
}

.continute-reading a:hover:after {
    opacity: 1;
    width: 100%;
    background: var(--primary-color);
}
.post .post-meta {
  color: var(--meta-color);
  font-size: 12px;
}

.post-meta .rose-like-post {
  margin-right: 5px;
}

.post-meta .rose-like-post i {
    font-size: 10px;
}

.post .post-meta > span {
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
}

.post .post-meta a {
  color: var(--meta-color);
  font-size: 12px;
  letter-spacing: 1px;
}

.post .post-meta a:hover {
    color: var(--primary-coor);
}

.post .post-meta .social-share {
  float: right;
}

.social-share a {
  border: 1px solid #eeeeee;
  border-radius: 30px;
  color: var(--primary-coor);
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-left: 5px;
  text-align: center;
  width: 35px;
}

.post .post-meta .social-share a {
    color: var(--primary-coor);
}

.social-share a:hover, .post .post-meta .social-share a:hover {
    color: #fff;
    background-color: var(--primary-coor);
    border-color: transparent;
}

.post .post-meta .social-share a:first-child {
    margin-left: 0;
}

.rose-blog-grid .row article:nth-child(2n+1) {
  clear: both;
}

.rose-blog-grid .post .continute-reading {
  margin: 20px 0 10px;
}

.rose-blog-grid3cols .row article:nth-child(2n+1) {
    clear: inherit;
}

.rose-blog-grid3cols .row article:nth-child(3n+1) {
    clear: both;
}

/* ----- PAGE ----- */
.page.type-page {
  margin-bottom: 60px;
}

.page.type-page .post-title {
  margin: 30px 0;
}

.page.type-page .social-share {
  display: block;
  margin-top: 60px;
  text-align: center;
}
.page .post-inner{
  background: #fff;
  padding: 30px;
  border:1px solid #eee;
}
/* ----- FEATURED POST SLIDER -----*/
#latest-stories {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 30px;
}
#latest-stories .slide-item {
	background-position: center;
	background-size: cover;
	min-height: 600px;
	position: relative;
	margin: 0;
}
#latest-stories .slide-item .box-content {
	background: rgba(0, 0, 0, 0.5);
	left: 50%;
	min-width: 50%;
	padding: 35px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 2px;
}
#latest-stories .read-more {
	margin: 0;
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.3);
    transition: 0.6s;
}
#latest-stories .read-more:hover {
	background: #fff;
	color: var(--accent-color);
}
#latest-stories .read-more:hover a {
	color: var(--accent-color);
}
#latest-stories .read-more:hover .rose-like-post{
    border-right-color: #ddd;
}
#latest-stories .read-more a {
	color: #fff;
}
#latest-stories .read-more .rose-like-post {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#latest-stories .read-more > a:hover, .widget_about_me .social-share a:hover {
    color: var(--accent-color);
}
#latest-stories .cat-links {
	color: #fff;
	margin: 0 0 1rem;
}
#latest-stories .post-title {
	margin-bottom: 1.8rem;
}
.post-title a {
    transition: all 0.5s;   
}
#latest-stories.post-gallery .owl-prev, #latest-stories.post-gallery .owl-next  {
  background: var(--accent-color);
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 60px;
  width: 30px;
}
#latest-stories.post-gallery .owl-prev {
  left: 0;
}
#latest-stories.post-gallery .owl-next {
  right: 0;
}
#latest-stories .post-title a, #latest-stories .cat-links a, #latest-stories .read-more .rose-like-post {
    color: #fff;
}
.post-title a:hover, #latest-stories .post-title a:hover, #latest-stories .cat-links a:hover, .cat-links a:hover, .read-more .rose-like-post:hover {
    color: var(--accent-color);
}
#latest-stories.style2 .slide-item .box-content {
  bottom: 0;
  left: 0;
  top: inherit;
  transform: none;
  width: 100%;
}
#latest-stories.style2 .owl-nav {
  display: none;
}
#latest-stories.style2 .slide-item .box-content {
    bottom: 0;
    display: table;
    left: 0;
    overflow: hidden;
    padding: 20px 30px;
    top: inherit;
    transform: none;
    width: 100%;
}
#latest-stories.style2 .slide-item .box-content .post-title {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
}
#latest-stories.style2 .slide-item .box-content .read-more {
    float: right;
    text-align: right;
}
#latest-stories.style2 .owl-dots {
	bottom: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
}
#latest-stories.style2 .owl-dots .owl-dot {
    background: var(--meta-color);
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    width: 10px;
}
#latest-stories.style2 .owl-dots .active {
  background: var(--accent-color);
}

/* ----- PROMO-BOX ----- */
.az-promo-box {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 60px;
}

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

.az-promo-box .az-probox-item .az-item-link {
    background: #fff;
    font-size: 11px;
    left: 50%;
    letter-spacing: 2px;
    padding: 5px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    white-space: nowrap;
}

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

.az-probox-item::after {
  border: 1px solid #fff;
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0.65;
  position: absolute;
  right: 20px;
  top: 20px;
}

/* ----- WIDGET ----- */
#sidebar .widget {
  margin-bottom: 50px;
}

#sidebar .widget:last-child { margin-bottom: 0; }

.widget .searchform .text {
  width: 100%;
}

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

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

.widget .widget-title {
	border: 1px solid var(--accent-color);
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
	padding: 15px 0;
}

.widget > ul, .widget_nav_menu .menu-main-menu-container ul {
  margin: 0;
  padding: 0;
}

.widget_nav_menu .menu-main-menu-container ul ul {
  padding-left: 15px;
}

.widget ul {
    list-style: outside none none;
}

.widget li {
  line-height: 35px;
}

.widget_about_me .widget-content {
    text-align: center;
}

.widget_about_me .about-title {
  color: var(--primary-coor);
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 15px 0 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.widget_about_me .desc {
  margin-bottom: 0;
}

.widget_mc4wp_form_widget input[type="email"] {
  border-color: #eeeeee;
  width: 100%;
}

.widget_mc4wp_form_widget input[type="submit"] {
  margin: 15px auto 0;
  padding: 14px 0;
  width: 100%;
}

.widget_mc4wp_form_widget {
  text-align: center;
}

.widget_mc4wp_form_widget {
    margin-bottom: 0;
}

.null-instagram-feed .instagram-pics.instagram-size-large {
  margin-left: -3px;
  margin-right: -3px;
}

.null-instagram-feed li {
  display: inline-block;
  padding: 3px;
  width: 50%;
}

.instagram-footer .instagram-pics {
    margin: 0;
    padding: 0;
}

.instagram-footer .instagram-pics li {
    margin: 0;
    padding: 0;
}

.rose_latest_posts_widget li {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.rose_latest_posts_widget li:last-child {
  border-bottom: medium none;
  margin-bottom: 0;
}

.rose_latest_posts_widget li:last-child .post-title {
  margin-bottom: 0;
}

.latest-post .post-title, .post-related .post-title {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: left;
}

.rose_latest_posts_widget .post-metas a {
  color: var(--meta-color);
  font-size: 12px;
  font-style: italic;
  margin-right: 10px;
}

.rose_latest_posts_widget .post-metas a:hover {
    color: var(--accent-color);
}

.rose_latest_posts_widget .post-metas a i {
    font-size: 12px;
}

.rose_latest_posts_widget .post-metas > div {
  display: inline-block;
  line-height: normal;
}

.rose_categories_widget ul {
  margin: 0;
  padding: 0;
}

.rose_categories_widget ul li {
	margin-bottom: 25px;
	position: relative;
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rose_categories_widget ul li a {
	background: rgba(255,255,255,0.9);
	padding: 0 20px;
	min-width: 50%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.rose_categories_widget ul li:last-child {
  margin-bottom: 0;
}

.rose_categories_widget .over-bg {
  bottom: 20px;
  left: 50%;
  line-height: normal;
  position: absolute;
  transform: translateX(-50%);
  width: 90%;
  z-index: 10;
}

.rose_categories_widget .over-bg > a {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  color: var(--primary-coor);
  display: block;
  font-size: 10px;
  letter-spacing: 4px;
  min-width: 90px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}

.rose_categories_widget .over-bg > a:hover {
    color: #fff;
    background-color: var(--accent-color);
}

.rose-google-plus, #___page_0 {
  max-width: 100%;
  text-align: center;
}

.tagcloud a, .rose-post-tags > a {
  color: var(--meta-color);
  font-style: italic;
}

.tagcloud a:hover, .rose-post-tags > a:hover {
    color: var(--accent-color);
}

.widget_nav_menu .menu {
  padding-left: 0;
}

.widget_nav_menu .sub-menu {
  padding-left: 15px;
}

/* ----- BACK TO TOP -----*/

.rose-top {
    background: #333333 none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 80px;
    color: #fff;
    height: 40px;
    line-height: 37px;
    position: fixed;
    right: 80px;
    text-align: center;
    width: 40px;
    z-index: 20;
    opacity: 0;
    transition: all 0.5s;
}

.rose-top.show {
    opacity: 1;
}
.rose-top:focus, .rose-top:hover {
    color: #fff;
}

/* ----- SINGLE POST -----*/
.rose-post-tags {
  margin: 50px 0 0;
}

.rose-post-tags .tag-title {
  color: var(--primary-coor);
  margin-right: 10px;
}

.navigation.post-navigation {
  background: #fff;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 20px 20px 18px;
}

.nav-links {
    overflow: hidden;
}

.nav-links .meta-nav {
  color: var(--meta-color);
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: normal;
  overflow: hidden;
}

.nav-links .prev, .nav-links .next {
  margin: 0;
  padding: 0;
}

.nav-links a {
    color: var(--primary-coor);
    font-size: 14px;
}

.nav-links a:hover, .nav-links .meta-nav:hover {
    color: var(--accent-color);
}

.nav-links .next .meta-nav {
    text-align: right;
}

.meta .rose-like-post {
  margin-right: 10px;
}

.post-tags-share {
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	padding: 15px;
	margin-top: 35px;
	justify-content: space-between;
}

.post-related {
  background: #fff;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 20px;
}

.post-related .post-related-title,  #reply-title, #comments .comments-title, #cancel-comment-reply-link {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 25px;
    text-align: center;
}

.post-related .post-title {
  margin: 10px 0 5px;
  text-align: center;
}

.post-related .post-title a, .latest-post .post-title a {
  color: var(--primary-coor);
}

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

.post-related .meta {
  color: var(--meta-color);
  font-style: italic;
  text-align: center;
}

.post-related .meta a {
    color: var(--meta-color);
}

.post-related .meta a:hover {
    color: var(--accent-color);
}

.post-related .meta .rose-like-post {
  margin-right: 5px;
}

.rose-like-post i {
  font-size: 13px;
}

.post-related-slide .owl-dots {
  text-align: center;
  width: 100%;
  line-height: 20px;
  margin-top: 10px;
}

.post-related-slide .owl-dots .owl-dot {
  background: var(--meta-color);
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
}

.post-related-slide .owl-dots .active {
  background: var(--accent-color);
}

/* ----- COMMENTS ----- */
#respond, #comments {
  background: #fff;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
  padding: 20px;
}

#message {
    min-height: 200px;
}
#comments .comment-list{
    margin-bottom: 0;
    padding: 0;
}

.comment-list li:last-child {
  margin-bottom: 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 0 25px 0;
}
.comment-body .comment-author{
    float: left;
    margin-right: 22px;
}
.comment-body .comment-author img {
  border-radius: 50%;
  max-width: 70px;
}

.comment-body .comment-content{overflow: hidden;}

.comment-body .comment-content .author-name {
  color: var(--primary-coor);
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-right: 20px;
  text-transform: uppercase;
}

.comment-body .comment-content .author-name a{
  color: inherit;
}
.comment-body .date-comment {
  color: var(--meta-color);
  font-style: italic;
}
.comment-body .date-comment a{
    color: inherit;
}
.comment-body .comment-content .reply{
    float: right;
}
.comment-body .comment-content .reply a {
    background: #aaaaaa none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.75px;
    margin-left: 10px;
    padding: 3px 6px;
}
.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 {
  margin-bottom: 30px;
  width: 100%;
  min-width: 1px;
}

/* ----- PORTFOLIO ----- */
.portfolio-cats .filter {
  display: block;
  text-align: center;
}

.portfolio-cats .filter a {
  border: 1px solid var(--accent-color);
  color: #666;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 5px 50px;
  padding: 5px 20px;
  text-transform: uppercase;
}


.portfolio-cats .filter a:hover, .portfolio-cats .filter a.active {
	color: #fff;
  background-color: var(--accent-color);
  border-color: transparent;
}


.subtitle {
  margin: 0;
}

.rose-single-portfolio .post-title, .rose-single-portfolio .cat-links  {
  text-align: left;
}

.rose-single-portfolio .entry-content {
  margin-top: 20px;
}

.rose-single-portfolio .desc {
  text-align: center;
  text-transform: uppercase;
}

.rose-single-portfolio .social {
  margin-top: 30px;
  text-align: center;
}

.nav-portfolio .older a, .nav-portfolio .newer a {
  border: 1px solid #eeeeee;
  color: #666;
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: normal;
  padding: 15px 30px;
  text-transform: uppercase;
}

.nav-portfolio .older, .nav-portfolio .newer {
    margin: 0;
}

.nav-portfolio a:hover {
    color: var(--accent-color);
}

.portfolio-item .rose-pagination {
  margin: 20px 0 0;
}

.portfolio-item .post-related {
    margin-top: 30px;    
}

.portfolio-item .post-related .post-related-title {
    text-align: left;
}

.portfolio-item .post-related .post-title {
  text-align: center;
}

.post.portfolio-item .post-inner {
  padding: 20px;
}

#portfoliolist .portfolio-item.rose-hide, #portfoliolist .portfolio-item.rose-show {
    transition: all 0.3s ease 0s;
}

#portfoliolist .portfolio-item.rose-hide {
    opacity: 0;
    width:0;
    padding: 0;
    height: 0;
    margin: 0;
}
#portfoliolist .portfolio-item.rose-show {
    opacity: 1;
    width: 33.3333%;
    padding: 0 15px;
    height: auto;
     margin-bottom: 30px;
}

/* ------------------------------------------- Blog pagination ----------------------------------------*/
.pagination {
	margin: 25px 0 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    background: #fff;
    border: 1px solid #eeeeee;
    color: #666;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    width: 40px;
}

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

/* -------------------------------------------- Footer ------------------------------------*/
.rose-footer {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #eee;
    clear: both;
    margin-top: 80px;
    overflow: hidden;
    padding: 50px 0 0;
    position: relative;
}

.footer-1, .footer-2, .footer-3 {
    margin-bottom: 60px;
}

.ft-bottom {
	display: flex;
	padding: 25px 0;
	align-items: center;
	justify-content: space-between;
}

.ft-bottom .copyright {
    color: var(--meta-color);
    font-style: italic;
}

footer .rose_latest_posts_widget li {
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    padding-bottom: 20px;
}

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

.rose-widget-pinterest {
  margin: 0 -3px;
  overflow: hidden;
}

.rose-widget-pinterest > a {
    display: inline-block;
    float: left;
    margin: 0 0 6px;
    max-height: 110px;
    overflow: hidden;
    padding: 0 3px;
    width: 33.3333%;
}

footer .shape {
    margin-bottom: 40px;
    text-align: center;
}

.newsletter-footer .widget_mc4wp_form_widget {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 0;
}

.newsletter-footer .widget_mc4wp_form_widget .widget-title {
    border: medium none;
    color: var(--meta-color);
    font-weight: normal;
    line-height: normal;
    margin-bottom: 15px;
}

.newsletter-footer .mc4wp-form-fields {
    display: table;
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    width: 100%;
}

.newsletter-footer .widget_mc4wp_form_widget label {
    display: none;
}

.newsletter-footer .widget_mc4wp_form_widget input[type="email"] {
    display: table-cell;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    vertical-align: middle;
    width: 70%;
}

.newsletter-footer .widget_mc4wp_form_widget input[type="submit"] {
    display: table-cell;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 20%;
}

/* ----- 404 PAGE -----*/
.error-page {
  text-align: center;
}

/* ----------------------------------------- Menu ----------------------------------------------- */
.rose-menu-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-toggle span {
	display: block;
	width: 25px;
	height: 1px;
	background: #000;
	margin: 6px 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;
    }

    .primary-menu ul {
    	visibility: hidden;
    	position: absolute;
    	top: 130%;
    	left: 0;
    	min-width: 230px;
    	background: var(--menu-bg-color);
    	transition: 0.3s;
    	opacity: 0;
    	padding: 5px 0;
    }
    
    .primary-menu ul ul {
    	top: 30%;
    	left: 100%;
    }
    
    .primary-menu li {
    	position: relative;
    	margin-right: 25px;
    }
    
    .nav-second .primary-menu > li {
        margin: 0 20px;
    }
    
    .primary-menu li li {
    	margin: 0;
    }
    
    .primary-menu li a {
    	display: inline-block;
    	padding: 15px 0;
    	color: var(--menu-color);
    	text-transform: uppercase;
    	letter-spacing: 1px;
    	font-size: 12px;
    	font-family: var(--body-fonts);
    }
    
    .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;
    	font-size: 14px;
    }
    
    .primary-menu li i {
    	display: inline-block;
    	font-size: 12px;
    	padding: 3px;
    	color: var(--caret-color);
    }
    
    .primary-menu li li i {
    	position: absolute;
    	right: 0;
    	top: 0;
    	padding: 9px;
    }
    
    .primary-menu li a:hover {
        color: var(--menu-color-hover);
    }
    
    .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: 1199.98px ) {
    #latest-stories .slide-item {
    	min-height: 480px;
    }
}
@media( max-width: 991.98px ) {
    .rose-menu-wrap {
    	position: relative;
    	padding: 10px 0;
    }
    .primary-menu, .primary-menu ul {
        list-style: none;
        margin: 0;
    }
    .primary-menu {
    	background: var(--menu-bg-color);
    	position: absolute;
    	width: calc( 100% + 30px );
    	top: 100%;
    	left: -15px;
    	padding: 5px 15px;
        display: none;
    }
    .primary-menu ul {
        padding-left: 15px;
        display: none;
    }
    .primary-menu li {
        position: relative;
    }
    .primary-menu li a {
    	display: block;
    	color: var(--menu-color);
    	text-transform: uppercase;
    	font-size: 12px;
    	letter-spacing: 1px;
    	padding: 5px 0;
    	font-family: var(--body-fonts);
    }    
    .primary-menu > li:last-child a {
    	border-bottom: none;
    }
    .primary-menu li i {
    	position: absolute;
        color: var(--caret-color);
    	right: 0;
    	top: 0;
    	z-index: 2;
    	cursor: pointer;
    	height: 42px;
    	line-height: 42px;
    	width: 30px;
    	text-align: center;
    }
    #latest-stories .slide-item .box-content {
    	min-width: 70%;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .site-branding {margin-bottom: 20px;text-align: center;}
    .post-title{font-size: 20px;}
    .post .read-more > a{padding: 8px;}
    .post .meta{margin-bottom: 10px;}
    #portfoliolist .portfolio-item.rose-show {
        width: 50%;
    }
}

@media ( max-width: 767.98px ) {
    .logo-ads {
	   display: block;
    }
    
    .logo-ads.has-ads .site-branding, .logo-ads.has-ads .ads {
	   width: 100%;
	   text-align: center;
       padding: 0;
    }

    #portfoliolist .portfolio-item.rose-show {
        width: 100%;
    }
    .rose-top {right: 20px;bottom: 40px;}
    .site-branding {
        text-align: center;
        margin-bottom: 20px;
    }
    #latest-stories .slide-item{min-height: 350px}
    #latest-stories .read-more > a{padding: 10px}
    .newsletter-footer .widget_mc4wp_form_widget input[type="submit"]{width: 25%}
    .comment-body .comment-author{margin-right: 15px;}
    .comment-body .comment-author img{width: 60px;}
    .comment-body .date-comment{display: block;}
    .comment-body .comment-content .reply{float: none;}
    .comment-body .comment-content .reply a{margin-left: 0}
    .comment-list ol.children {padding-left: 30px;}
    .ft-bottom .pull-right {margin-top: 15px;text-align: center;width: 100%;}
    .nav-portfolio .older a, .nav-portfolio .newer a{padding: 10px 20px}
    .archive-box .content-text{min-width: 360px;white-space: normal}
    
    .ft-bottom {
    	display: block;
    	text-align: center;
    }

    .ft-bottom .copyright {
    	margin-bottom: 10px;
    }
}
@media ( max-width: 600px ) {
    .topbar.fixed {
    	position: relative;
    }

    .admin-bar .topbar.fixed {
    	top: inherit;
    }

    .menu-fixed .logo-ads {
	   margin-top: 50px;
    }
}
@media ( max-width: 575.98px ) {
    #latest-stories .slide-item .box-content {
    	min-width: 100%;
    }
    .newsletter-footer .widget_mc4wp_form_widget input[type="email"]{width: 67%}
    .newsletter-footer .widget_mc4wp_form_widget input[type="submit"]{width: 33%}
    .archive-box .content-text{white-space: normal;min-width: 270px}
}
