/*
Theme Name: Rose
Theme URI: http://rose.az-theme.net
Description: A WordPress Theme for Bloggers
Author: AZ-Theme
Author URI: http://az-theme.net
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rose
Tags: blog
/**
 * Table of Contents
 *
 * [ TYPOGRAPHY ]
 *
 * [ WORDPRESS CORE ]
 *
 * [ TOPBAR ]
 *
 * [ LOGO ]
 *
 * [ MENU ]
 *
 * [ ARCHIVE BOX ]
 *
 * [ POST ]
 *
 * [ PAGE ]
 *
 * [ FEATURED POST SLIDER ]
 *
 * [ WIDGET ]
 * 
 * [ BACK TO TOP ]
 *
 * [ SINGLE POST ]
 *
 * [ COMMENT ]
 *
 * [ PAGINATION ]
 *
 * [ FOOTER ]
 *
 * [ 404 PAGE ]
 *
 * [ RESPONSIVE ]
 *
 */

/* ----- TYPOGRAPHY -----*/ 
body {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #242424;
  font-family: "Lora",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}

h1,h2,h3,h4,h5,h6{
	letter-spacing: 2px;
	color: #000;
	margin: 0 0 15px 0;
}
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: #f09e77;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    outline: none;
}
a:hover, a:focus {
    color: #f09e77;
    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: #9e9e9e;
}

input[type="submit"] {
  background: #f09e77 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  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;}
/* ----- 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 {
  border-left: 5px solid #f09e77;
}
label{font-weight: 500;}
dt, dd {
  line-height: inherit;
}

#rose-header {
  position: relative;
  z-index: 30;
}

#main-container {
  position: relative;
  z-index: 10;
}
/* ----- TOPBAR -----*/
.topbar {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #eeeeee;
  line-height: 50px;
  position: relative;
  z-index: 10;
}

.topbar.fixed {
  background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.show-adminbar .topbar.fixed{
  top: 32px;
}
@media(max-width: 782px){
  .show-adminbar .topbar.fixed{
    top: 46px;
  }
}
.topbar .social{text-align: right}
.social a {
  background: #f0f0f0 none repeat scroll 0 0;
  border-radius: 50%;
  color: #000000;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  text-align: center;
  width: 30px;
}

.social a:hover { background-color: #f09e77; color: #fff; }

.topbar .social a:first-child {
  margin-left: 0;
}

.topbar .social a:last-child {
  margin-right: 0;
}

.topbar .searchform .text {
  background: #eeeeee none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #747474;
  padding: 8px 8px 7px;
  text-align: center;
  width: 250px;
}

/* ----- MENU -----*/
.nav-wrapper {
}

.nav-wrapper > .rose-mainmenu {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.rose-mainmenu a {
  color: #666666;
  display: block;
  transition: opacity 0.5s ease 0s;
}

.rose-mainmenu a:hover {
    color: #f09e77;
}

.rose-mainmenu .sub-menu a {
  color: #999999;
  font-size: 14px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 40px;
  padding: 0 15px;
  text-transform: capitalize;
}

.rose-mainmenu .sub-menu a:hover {
    background-color: #f09e77;
    color: #fff;
}

.rose-mainmenu > li {
    display: inline-block;
    margin-right: 30px;
}

.rose-mainmenu > li:last-child {
    margin-right: 0;
}

.rose-mainmenu .menu-item-has-children {
    position: relative;
}

.rose-mainmenu .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  list-style: outside none none;
  min-width: 200px;
  padding: 0;
  position: absolute;
  visibility: hidden;
}

.rose-mainmenu .sub-menu.onmobile {
    visibility: inherit;
    display: none;
}

.rose-mainmenu .sub-menu li {
  border-bottom: 1px solid #f5f5f5;
  text-align: left;
  white-space: nowrap;
}

.rose-mainmenu .sub-menu li:last-child{
    border: none;
}

.rose-mainmenu > .menu-item-has-children > .sub-menu {  
  top: 100%;
  
}

.rose-mainmenu .sub-menu .sub-menu {
    left: 100%;
}

/* ----- LOGO-ADS -----*/
.site-branding {

}

.site-logo {
  margin-bottom: 5px;
}

.site-description {
  color: #999999;
  font-style: italic;
  margin-bottom: 0;
}

.site-logo a img, .site-logo a, .site-logo a img:hover {
    opacity: 1;
}

.logo-ads {
  padding: 10px 0;
}

.logo-ads .ads {
  display: block;
  float: right;
  max-height: 85px;
  overflow: hidden;
}

/* ----- 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: Playfair Display;
  font-style: italic;
  left: 50%;
  padding: 10px 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}

.portfolio-cats .filter {
  display: block;
  text-align: center;
}

.archive-box .content-text span, .archive-box .content-text h4 {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
}

.portfolio-cats .filter a {
  border: 1px solid #f09e77;
  color: #666666;
  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: #f09e77;
  border-color: transparent;
}

.archive-box .content-text {
  text-align: center;
}
.subtitle {
  margin: 0;
}

.archive-box .content-text h4 {
  font-style: normal;
  font-weight: bold;
}

/* ----- POST -----*/
.post {
  margin-bottom: 30px;
}

.post .post-inner {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  padding: 30px 30px 40px;
}

.post.sticky .post-inner {
  border-color: #f09e77;
}

.post .post-format {
  margin-bottom: 15px;
  text-align: center;
}

.post .read-more {
  overflow: hidden;
  padding: 40px 0 10px;
  text-align: center;
  white-space: nowrap;
}

.post .read-more > a {
  border: 1px solid #eee;
  color: #000;
  font-style: italic;
  padding: 10px 15px;
}

.post .read-more > a:hover {
    color: #f09e77;
}

.post .read-more .rose-like-post {
  border-right: medium none;
  color: #f09e77;
  font-style: normal;
}

.post-gallery {
  position: relative;
}

.post-gallery .owl-prev, .post-gallery .owl-next {
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

.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: #999; }

.cat-links > a {
  color: #f09e77;
  display: inline-block;
  font-style: italic;
  transition: all 0.5s ease 0s;
}

.post-title {
  font-family: Playfair Display;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
}

.post .post-title {
  margin-bottom: 10px;
}

.post .meta {
  font-style: italic;
  margin-bottom: 20px;
  text-align: center;
}

.meta .entry-date > a {
  margin-right: 5px;
}

.meta .author.vcard {
  color: #999999;
  margin-right: 5px;
}

.post .meta a {
    color: #999;
}

.post .meta a:hover {
    color: #f09e77;
}

.post .post-title a {
  color: #000;
  transition: all 0.5s;
}

.continute-reading a {
  color: #000;
  font-family: Montserrat;
  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: #999999 none repeat scroll 0 0;
  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: #000 none repeat scroll 0 0;
}
.post .post-meta {
  color: #999999;
  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: #999999;
  font-size: 12px;
  letter-spacing: 1px;
}

.post .post-meta a:hover {
    color: #000;
}

.post .post-meta .social-share {
  float: right;
}

.social-share a {
  border: 1px solid #eeeeee;
  border-radius: 30px;
  color: #000;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-left: 5px;
  text-align: center;
  width: 35px;
}

.post .post-meta .social-share a {
    color: #000;
}

.social-share a:hover, .post .post-meta .social-share a:hover {
    color: #fff;
    background-color: #000;
    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: #ffffff;
  padding: 30px;
  border:1px solid #eeeeee;
}
/* ----- FEATURED POST SLIDER -----*/
#latest-stories {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  margin-bottom: 50px;
  max-height: 670px;
  overflow: hidden;
  padding: 30px;
}

#latest-stories .slide-item {
  background-position: center center;
  background-size: cover;
  min-height: 600px;
  position: relative;
}

#latest-stories .slide-item .box-content {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  left: 50%;
  min-width: 400px;
  padding: 30px 0 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

#latest-stories .read-more {
  overflow: hidden;
  padding: 8px 0;
}

#latest-stories .read-more > a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-style: italic;
  padding: 10px 15px;
}

#latest-stories .read-more .rose-like-post {
    border-right: none;
    font-style: normal;
}

#latest-stories .read-more .rose-like-post i {
    font-size: 13px;
}

#latest-stories .read-more > a:hover, .widget_about_me .social-share a:hover {
    color: #f09e77;
}

#latest-stories .cat-links {
  color: #ffffff;
  margin-top: 0;
}
#latest-stories .post-title {
  margin-bottom: 20px;
}

.post-title a {
    transition: all 0.5s;   
}

#latest-stories.post-gallery .owl-prev, #latest-stories.post-gallery .owl-next  {
  background: #f09e77 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  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: #f09e77;
}

#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: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  line-height: 30px;
}

#latest-stories.style2 .owl-dots .owl-dot {
  background: #999999 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
}

#latest-stories.style2 .owl-dots .active {
  background: #f09e77;
}

/* ----- 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: #ffffff none repeat scroll 0 0;
  font-family: Montserrat;
  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: #000;
    color: #fff;
}

.az-probox-item::after {
  border: 1px solid #ffffff;
  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: #000;
}

.widget a:hover {
    color: #f09e77;
}

.widget .widget-title {
  border: 1px solid #f09e77;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 47px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.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: #000000;
  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 #eeeeee;
  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;
  line-height: 18px;
}

.rose_latest_posts_widget .post-metas a {
  color: #999999;
  font-size: 12px;
  font-style: italic;
  margin-right: 10px;
}

.rose_latest_posts_widget .post-metas a:hover {
    color: #f09e77;
}

.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: 20px;
  position: relative;
}

.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: #000000;
  display: block;
  font-family: Montserrat;
  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: #f09e77;
}

.rose-google-plus, #___page_0 {
  max-width: 100%;
  text-align: center;
}

.tagcloud a, .rose-post-tags > a {
  color: #999999;
  font-style: italic;
}

.tagcloud a:hover, .rose-post-tags > a:hover {
    color: #f09e77;
}

.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: #ffffff;
  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: #000000;
  margin-right: 10px;
}

.navigation.post-navigation {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 20px 20px 18px;
}

.nav-links {
    overflow: hidden;
}

.nav-links .meta-nav {
  color: #999999;
  display: block;
  font-family: lora;
  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: #000000;
  font-family: Playfair Display;
  font-size: 14px;
}

.nav-links a:hover, .nav-links .meta-nav:hover {
    color: #f09e77;
}

.nav-links .next .meta-nav {
    text-align: right;
}

.single-meta.rose-overflow-hidden {
    border: 1px solid #eeeeee;
    margin-top: 30px;
    overflow: hidden;
    padding: 20px;
}

.single-meta .rose-post-tags {
  color: #999999;
  margin: 0;
}

.meta .rose-like-post {
  margin-right: 10px;
}

.single-meta .alignright {
  margin: 0;
}

.post-related {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 20px;
}

.post-related .post-related-title,  #reply-title, #comments .comments-title, #cancel-comment-reply-link {
  font-family: Playfair Display;
  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: #000000;
}

.post-related .post-title a:hover, .latest-post .post-title a:hover {
  color: #f09e77;
}

.post-related .meta {
  color: #999999;
  font-style: italic;
  text-align: center;
}

.post-related .meta a {
    color: #999;
}

.post-related .meta a:hover {
    color: #f09e77;
}

.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: #999999;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
}

.post-related-slide .owl-dots .active {
  background: #f09e77;
}

/* ----- COMMENTS ----- */
#respond, #comments {
  background: #ffffff none repeat scroll 0 0;
  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: #333333;
  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: #999999;
  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: #ffffff;
    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 ----- */
.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: #666666;
  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: #f09e77;
}

.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;
}

/* ----- PAGINATION -----*/
.rose-pagination {
  margin: 20px 0 80px;
  overflow: hidden;
  text-align: center;
}

.rose-pagination .page-numbers {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  color: #666666;
  display: inline-block;
  font-family: inherit;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  width: 40px;
}

.rose-pagination .page-numbers:hover, .rose-pagination .page-numbers.current {
    background-color: #f09e77;
    color: #fff;
    border-color: transparent;
}

/* ----- FOOTER -----*/
.rose-footer {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #eeeeee;
  clear: both;
  margin-top: 80px;
  overflow: hidden;
  padding: 50px 0 0;
  position: relative;
}
.footer-1, .footer-2, .footer-3 {
  margin-bottom: 60px;
}

.ft-bottom {
  overflow: hidden;
  padding: 25px 0;
}

.ft-bottom .copyright {
  color: #999999;
  font-style: italic;
  text-align: center;
}

footer .rose_latest_posts_widget li {
  border-bottom: 1px dashed #eeeeee;
  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: #999999;
  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 {
  margin: 80px 0;
  text-align: center;
}

.rose-mainmenu > .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
}

.rose-mainmenu .sub-menu > .menu-item-has-children:hover > .sub-menu {
    top: 0;
    visibility: visible;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 1200px) {

}
@media(min-width:992px) and (max-width:1199px){
	.rose-mainmenu > li{margin-right: 15px;}
}
@media (max-width: 991px) {
    .rose-blog-grid3cols .row article:nth-child(3n+1) {
      clear: none;
    }
    .rose-blog-grid3cols .row article:nth-child(2n+1) {
      clear: both;
    }
}
@media(min-width: 768px) {
    .rose-mainmenu {
        display: block!important;
    }
    .mobile-menu {
        display: none!important;
    }
}
@media(min-width: 768px) and (max-width: 991px){
	.topbar .social{display: none;}
	.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: 767px) {
     #portfoliolist .portfolio-item.rose-show {
        width: 100%;
      }
    .topbar{line-height: 40px;padding: 10px 0;}
    .mobile-menu {
      background: #333333;
      color: #ffffff;
      display: block;
      font-family: 'Montserrat';
      font-size: 12px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      color: #ffffff;
    }
    .mobile-menu .togole-mainmenu {
	  color: inherit;
	  font-size: 17px;
	}
    .nav-wrapper .rose-mainmenu {
      border-top: 1px solid #eeeeee;
      padding: 0 15px;
      text-align: left;
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      background: #ffffff;
      top: 100%;
    }  
    .rose-mainmenu li {
      display: block;
      margin: 0;
    }
    .rose-mainmenu .sub-menu {
      position: inherit;
      visibility: inherit;
      display: none;
      border: none;
    } 
    .rose-mainmenu .sub-menu li{border-bottom: none;line-height: 40px;}
    .rose-mainmenu .sub-menu .sub-menu {
      left: inherit;
      padding-left: 15px;
    }  
    .rose-mainmenu .sub-menu a:hover {
	  background-color: transparent;
	  color: #f09e77;
	}
    .rose-mainmenu a, .rose-mainmenu .sub-menu a {
        display: inline-block;
        position: relative;
    }  
    .rose-mainmenu a .caret, .rose-mainmenu .sub-menu a .caret {
      border-width: 6px;
      display: block;
      position: absolute;
      right: -20px;
      top: 50%;
      transform: translateY(-50%);
    }
    .rose-top {right: 20px;bottom: 40px;}
    .site-branding {
	  text-align: center;
	  margin-bottom: 20px;
	}
	#latest-stories .slide-item{min-height: 350px}
	#latest-stories .slide-item .box-content{min-width: 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%;}
  .topbar.fixed{position: absolute;}
  .show-adminbar .topbar.fixed{top: 0;}
  .nav-portfolio .older a, .nav-portfolio .newer a{padding: 10px 20px}
  .archive-box .content-text{min-width: 360px;white-space: normal}
}
@media (max-width: 480px) {
	#latest-stories .slide-item .box-content{min-width: 220px;}
	.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}
}