/*
Theme Name: Rose-Gbthemes
Theme URI: http://gbthemes.net/rose/
Description: Rose v1.0 : A Lovely WordPress Theme for Bloggers
Author: GbThemes
Author URI: http://gbthemes.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, fluid-layout, responsive-layout, post-formats, theme-options, translation-ready
*/



/* =============================================================== */
/* Import Section
================================================================ */


@import url(https://fonts.googleapis.com/css?family=Arapey:400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic);


@import url("css/base.css");	
	


/* =============================================================== */
/* Miscellaneous Site Styles
================================================================ */

html,
body {
  height: 100%;
        /* The html and body elements cannot have any padding or margin. */
	
}

body {background: #ffffff;}

h1, h2, h3, h4, h5, h6 { letter-spacing: 1px;}

.content_back {
}

input[type="text"], input[type="email"], input[type="password"] {
    -moz-box-sizing: border-box;
    font-size: 13px;
    height: 100%;
    padding: 10px;
    width: 100%;
    border:1px solid #cccccc;
    
}
textarea {
    border:1px solid #cccccc!important;
    
}

#error404-s {width:70%;}

input[type="submit"]{
	-webkit-border-radius:0px;
     -moz-border-radius:0px;
          border-radius:0px;
  padding:8px 16px;
  margin-top:10px;
  color:#000000;
  border:1px solid #dbdbdb;
  font-family:Georgia,serif;
  font-style:italic;
  background:#ffffff;
  
  }
  input[type="submit"]:hover{
  color:#ffffff;
  border:1px solid #000000;
  font-family:Georgia,serif;
  font-style:italic;
  background:#000000;
  
  }



input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0px 0px 0;
	outline: 0 none;
  border:1px solid #cccccc;
}

.wpcf7 input[type="text"], input[type="email"]{
	width:50%;
  
  }



/* =============================================================== */
/* Header
================================================================ */
header {
  width: 100%;
  font-family: 'Arapey', serif;
  font-size: 12px;
  margin-left: auto; 
  margin-right: auto;
  padding-top: 20px;
  padding-bottom:40px;
}

h5.widget-title, h6.widget-title, .page-title-h1, h1, h2, h3, h4, h5, h6, #pbd-alp-load-posts2 {
  font-family: 'Arapey', serif;
}

.social-icons-bar {
  font-family: 'Arapey', serif;
  font-size: 12px;
  width:100%;
  background:#fff;
  padding-top:5px; padding-bottom:5px;
  margin-left:auto; margin-right:auto;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.10);
  -moz-box-shadow:    0px 1px 6px 0px rgba(50, 50, 50, 0.10);
  box-shadow:         0px 1px 6px 0px rgba(50, 50, 50, 0.10);
}
.social-icons-bar-content {
  max-width:1130px;
  margin-left:auto; margin-right:auto;
}
.social-icons-bar-content-left {
  width:50%;
  float: left;
  text-align: left;
  padding-top:4px;
}
.social-icons-bar-content-right {
  width:50%;
  float: right;
  text-align: right;
}


#content-site img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}


.sidebar-border-left {
}
.sidebar-border {
}

/*
.row-fluid {display: table;}
.span9 {display: table-cell;
vertical-align: top; float:none;}
.span3 {border-left:1px solid #eeeeee; padding-left:25px; 
display: table-cell;
vertical-align: top;
float:none;
}
*/

.wrap-slide {
  width:100%; 
  position: relative;
}

.wrap-slide-page {
  width:100%; 
  padding-top:0px;
  padding-bottom:20px;
  margin-bottom:20px;
  text-align:center;
  margin-top:5px;
  border-bottom:1px solid #eeeeee;
  
}
.wrap-slide-page h1 {
  display: inline-block;
  font-size:200%;
  text-align:center;
  margin:0;
  padding:0;
}




/* =============================================================== */
/* Menu
================================================================ */
.site-menu {
  width:100%;
  z-index:3;
}
#site-menu2 {
  background:none;
  padding-top:0px; padding-bottom:0px;
  margin-left:auto; margin-right:auto;
  border-bottom:1px solid #dbdbdb;
  border-top:1px solid #dbdbdb;
}

#site-menu22 {
  background:none;
  padding-top:0px; padding-bottom:0px;
  margin-left:auto; margin-right:auto;

}


.z-indexMenu {z-index:9999;}



/* Logo & Menu sections
==========================*/
.logo-header {
  float:center;
  margin-top:30px;
  text-align:center;
  margin-bottom:50px;
}
.logo-header img {
  margin-left:auto; margin-right:auto;
  display: inline-block;
}
.menu-header {
  float:center;
  margin-left:auto; margin-right:auto;
  
}
.logo-site-text {margin-top:2px; font-size:24px; line-height: 32px; font-weight: 600;}
.tagline {font-size:12px; text-transform: uppercase; letter-spacing: 2px;}
.menu-site-text {margin-top:10px; margin-bottom:10px;}

.margin-menu {padding-bottom:0px;}

/* Main Navigation
==========================*/
nav { 
    
    list-style:none; 
    margin:0;
    padding:0;
    text-align:center;
	letter-spacing:0px;
	z-index: 9999;
}
nav ul, nav li {list-style:none; padding:0; margin:0; display:inline-block;}
nav ul li{position:relative;}
nav ul li:after{content: '/'; color:#eee;}
nav ul ul li:after{content: ''; color:#eee;}
nav ul li:last-child:after {content: '';}
nav ul li a { 
	display: inline-block;
	color:#000000;
	padding: 18px 15px 18px 15px;
	margin: 0 0px;
	text-decoration: none;
  transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
	margin-left:2px;
	position:relative;
	font-size:130%;
	font-weight:800;
	letter-spacing: 1px;
}
nav ul li a:hover { 
  text-decoration: underline;
}

/*
nav ul li ul:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 10px 10px;
border-color: #000 transparent;
display: block;
width: 0;
z-index: 1;
top: -10px;
left: 15px;
}

nav ul li ul li ul:after
{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 0px 0px;
  border-color: #000 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: 0px;
  left: 0px;
}
*/



nav ul ul {
	opacity: 0; 
	margin: 0px 0 0 2px;
  filter: alpha(opacity=0); 
	position: absolute;
	top:-9999px; 
	left: 0;
	background: #ffffff;
	z-index: 9999;
  padding-top:0px; padding-bottom:0px;
  transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
z-index: 9999;
border: 1px solid #dbdbdb;
}


nav ul ul li a:hover {color:#fff;}

nav ul ul li { 
  border-bottom:1px solid #eee;
}
nav ul ul li:last-child { 
  border-bottom:1px solid transparent;
}
nav ul ul li a {
	padding: 5px 0;
	display: block;
	width: 190px;
	margin: 0 0px;
	border:0;
	color:#454545;
	padding-left:18px; padding-right:18px;
	text-transform:none;
	text-align:left;
	font-weight:800;
  font-size:120%;
  letter-spacing: 1px;

}
nav ul ul ul { 
	position:absolute; 
	top:-9999px; 
	left:100%; 
	opacity: 0;
	margin: 0px 0 0 0px;
	z-index: 9999;
	
	background: #ffffff;
}
nav ul ul ul li a { 
	border: 0;
	color:#454545;
	text-transform:none;
	text-align:left;
	padding: 5px 0;
	padding-left:18px; padding-right:18px;
	font-weight:800;
  font-size:120%;
  letter-spacing: 1px;

}
nav ul li:last-child a {}
nav ul ul li:last-child a {border-bottom: 0px solid transparent}
nav ul ul li:last-child a:hover {border-bottom: 0px solid #454545; }
nav ul ul ul li:last-child a {border-bottom: 0px solid transparent !important}
nav ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
nav ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #454545 border: 0; }

nav ul ul li:hover > a {border-bottom: 0px solid transparent !important; background:#eeeeee; transition: opacity 0.5s;
    -webkit-transition: opacity 1s; color:#454545;}
#currentnav1 {color: #eeeeee !important;}
.ie-dropdown-fix {position: relative; z-index: 5;}


nav ul li:hover > a {color: #000000; text-decoration: underline;}

nav ul li a, nav ul ul li a, nav ul ul ul li a {
  
}



/* =============================================================== */
/* Custom page CSS
================================================================ */
.padding5 {padding-top:5px; padding-bottom:5px;}
.padding10 {padding-top:10px; padding-bottom:10px;}
.padding20 {padding-top:20px; padding-bottom:20px;}
.padding30 {padding-top:30px; padding-bottom:30px;}
.padding40 {padding-top:40px; padding-bottom:40px;}
.margin40 {margin-bottom:60px;}
.margin20 {margin-top:20px;}
.p-color {color:#454545;}
.s-color {color:#514148;}
.tab-pane {margin-bottom:40px;}
#portfolio-wrapper {width:100%;}
.index-text {position:relative; z-index:5;}



/* =============================================================== */
/* Buttons
================================================================ */
.button {
	display: inline-block;
	cursor: pointer;
	margin: 0 0px 0px 0px;
  transition: all 300ms linear;
  padding: 9px 25px 9px 25px;  
  font-size: 11px;
  font-weight: bold;
  border-radius:3px;
  behavior: url(css/PIE.htc);
  
}
.button:active {}

.button2 {
	display: inline-block;
	cursor: pointer;
	margin: 0 0px 0px 0px;
  transition: all 300ms linear;
  padding: 15px 25px 15px 25px;  
  font-size: 20px;
  font-weight: bold;
  border-radius:3px;
  behavior: url(css/PIE.htc);
  
}
.button2:active {}

.button.light {color:#000; background:#fff; border:2px solid #454545;}
.button.light:hover {
  text-decoration:none; 
  transition: all 300ms linear;
  background:#454545;
  color:#fff;
  border:2px solid #454545;
}

.button.dark {background: #454545;  color:#fff; border:2px solid #454545;}
.button.dark:hover {
  text-decoration:none; 
  transition: all 300ms linear;
  border:2px solid #454545;
  background:#fff;
  color:#000;
}

.button2.dark2 {color:#fff; background:#000;}
.button2.dark2:hover {
  text-decoration:none; 
  transition: all 300ms linear;
  background:#000;
  color:#fff;
}

/* =============================================================== */
/* Blackquote
================================================================ */
blockquote {
  
  line-height:170%;
  margin: 20px 20px 20px 20px;
  padding-left:50px;
  color: #383838;
  background: url(images/quotes.gif) left top no-repeat;
  min-height:29px;
  margin-bottom:40px;
  font-style:italic;
}
blockquote p {
  line-height:170%;
  font-style:italic;
  font-size:100%;
}

/* Lasted post widget
==========================*/
.latest-post {padding-bottom:8px;}
.latest-post:last-child {border: none;}
.latest-post p,
.latest-post a {
	margin: 0;
	line-height: 80%;
	text-align:center;
	
}
.latest-post span {
	color: #707070;
	margin: 3px 0 0 0;
	display: block;
	font-size:11px;
	font-weight:normal;
}
.latest-post img {
	margin-bottom:5px;
	border:0;
	width:100%;
  height:auto;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	margin-left:auto; margin-right:auto;
}
.latest-post img:hover {}

/* Flickr widget
==========================*/
.flickr_image {
  width: 87px;
  height: 87px;
  display: inline-block;
  margin: 0 5px 5px 0;
  overflow: hidden;
  padding: 0px;
  border:0;
  line-height: 0;
}
.flickr_image:hover {}
.flickr_image img {
  height: 87px;
  width: 87px;
  border-radius:50%;
}

.about-me-text {
  line-height: 150%;
  padding-bottom:20px;
} 

.about-me-header img {display: inline-block; margin-left:auto!important; margin-right: auto!important; }
.about-me-header {margin-left:auto!important; margin-right: auto!important; text-align: center; margin-top: 0px; padding:0!important;}
.about-me {padding-top:0px;}
.mail-text {font-weight: 400; line-height: 150%;}
.mail-button input[type="submit"] {max-width:150px; text-transform: none!important; font-weight: 400;}

/* Contact form
==========================*/
.wpcf7-form-control {width:95%;}




.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* BEGIN gallery */
.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  float: left;
  margin: 0 0px 0px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  max-width: -webkit-calc(50% - 0px);
  max-width:         calc(50% - 0px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/* END gallery */

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 12px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}


article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}





/* Site content
==========================*/
.wrap {
/*
  padding-left:25px; 
  padding-right:25px;
*/
}
#wrap {
/*
  padding-left:25px; 
  padding-right:25px;
*/
}
.container {
  width: auto;
  max-width: 1130px;
  
  /*background:#ffffff;*/
}
.container-fluid {
  width: auto;
  max-width: 1920px;
}

.container1 {
  width: 100%;
  max-width: 1920px;
  margin-left:auto; margin-right:auto;
  margin-top:0px; margin-bottom:30px;
  z-index:9998;
  background:#ffffff;
  
}
.container2 {
  width: auto;
  max-width: 1130px;
  margin-left:auto; margin-right:auto;
  margin-top:0px; margin-bottom:0px;
  z-index:9998;
  
}

/* Social icons
==========================*/

.social-icon {
  display: inline-block;
  color:#aaaaaa;
  text-decoration:none;
  width:40px;
  height: 35px;
  border: 1px solid #eee;
  padding-top:5px;
  border-radius:50%;
  margin-bottom:20px;
  margin-top:10px;
  margin-left:5px; margin-right:5px;
}
.social-icon:hover  {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration:none;
}


/* White background content
==========================*/
.page-background {background:#ffffff; padding:0px!important;}
.back-white {
padding-left:0px; padding-right:0px;
padding-top:0px; padding-bottom:25px;
}

.back-white-post {
  margin-bottom:40px;
}
.back-white-post2 {
  margin-bottom:30px;
}


/* =============================================================== */
/* Blog
================================================================ */

.blog-archive-page {padding-top:10px;}
.blog-archive-page ul li {
padding-top:0px; padding-bottom:0px;

}

/* Blog navigation
==========================*/

.navleft {float:left;}
.navright {float:right;}

/* Widget
==========================*/

.widget {
  text-align: center;
  background: #ffffff;
}

.widget_recent_entries .post-date {text-transform: uppercase;}
.widget_recent_entries ul li:last-child {margin-bottom: 0!important; padding-bottom: 0!important;}

.widget_search input[type="text"] {width:100%; -webkit-border-radius:0px;
     -moz-border-radius:0px;
          border-radius:0px; border: 1px solid #dbdbdb; margin-top:2px; background: #ffffff url(images/search.png) no-repeat no-repeat 96% 50%;}
.widget_search input[type="submit"] {display:none;}
.widget_search .screen-reader-text {display:none;}
.widget_tag_cloud {padding-bottom:30px; padding-top:0;}
h5.widget-title, h6.widget-title { 
  text-align:center;
  display: inline-block;
  text-align: center;
  padding: 0 40px 0 0px;
}
.widget_search.widget {padding-bottom:5px;}

.widget_categories.widget {margin-bottom:40px;}

.widget .post-meta-title {
  line-height: 4px;
  text-align: center;
  padding-top:5px;
  padding-bottom: 0px;
}
.widget .post-meta-title span {
  font-family: 'Arapey', serif;
  font-size: 130%; 
  font-weight: 800;
  letter-spacing: 1px;
  color:#000000;
}
.widget .post-meta-title span:after {
    height: 3px;
    display: block;
    width: 40px;
    background: #E53B55;
    border:0!important;
    content: '';
    margin-top:25px;
    margin-bottom:15px;
    margin-left:auto;
    margin-right: auto;
    padding:0!important;
}

.widget.null-instagram-feed .post-meta-title span:after {
    margin-top:25px;
    margin-bottom:25px;
}




.gb-recent-posts {}
.gb-flick {}
.widget_facebook_widget {}
.gb-flickr-feed {}

.widget ul {margin-top:0px;}
.widget_nav_menu .sub-menu { border-top: 1px dotted #ced8df; }
.widget li {
	font-weight:normal;
	list-style: none;
	margin: 0;
	padding-top:8px;
  text-align: center;
	
	
}


.widget .widget_recent_entries li:last-child, .widget .widget_categories li:last-child { border-bottom: none; clear: both;}
.widget li a {
	display: block;
	padding: 0px 0 10px 2px;
	color: #606060;
  text-align: center;
}
.widget li a:hover,
.widget_nav_menu .current_page_item > a, .widget_nav_menu .current-menu-item > a { color: #454545; }


.widget_categories li {text-align:right; padding-top:8px; border-bottom: 1px solid #eeeeee;}
.widget_categories li:last-child {border-bottom: 1px solid transparent;}
.widget_categories li a {float:left; text-align:left;}
.widget_categories li:after {
    content: " ";
    display: table;
}
.widget_categories li:after {
    clear: both;
}

.widget_categories.widget {
  margin-bottom:40px!important;
}


.widget .recentcomments {
	display: block;
	padding: 8px 0 8px 25px;
	background: url(images/comment.png) left no-repeat;
	line-height:130%;
}


.widget_calendar {
}

.widget_calendar table { width: 100%; }
.widget_calendar th, .widget_calendar td {
	background: none;
	border: 0;
	padding: 0;
}
.widget_calendar caption {
	font-weight:bold;
	text-align: center;
}
.widget_calendar tr th {
	font-weight:bold;
	background:#eee;
	padding:10px;
}
.widget_calendar tr td {
	padding: 8px 6px;
	text-align: center;
	font-weight:normal;
	
}
.widget_calendar tr td#prev {
	padding: 5px 0 0;
	text-align:left;
	padding-top:20px;
}
.widget_calendar tr td#next {
	padding: 5px 0 0;
	text-align: right;
	padding-top:20px;
}
.widget_calendar tr td#today {
	background: #f8f8f8;
	border: 1px solid #ced8df;
	font-weight: bold;
}
#footer .widget_calendar tr td#today {
	background: #464646;
	border: 1px solid #363636;
	font-weight: bold;
}
.widget_calendar tr td a {
	display: inline;
	font-weight: bold;
	padding: 0;
}

.widget_calendar {
margin-bottom:60px;
}
.rsswidget img { margin: 0 5px 0 0; }
.widget_rss .rss-date, .widget_rss .rssSummary { padding: 0 0 0 15px; }
.widget_rss .rss-date {
	color: #bbb;
	font-style: italic;
}
.widget {
	margin: 0px 0 40px 0;
	line-height: 15px;
	font-weight:bold;
  padding:20px;
  padding-top:30px; padding-bottom: 30px;
  border:1px solid #dbdbdb;
}
.widget h5 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top:0px;
	font-size:90%;
	text-align:center;
	
	margin-left:auto; margin-right:auto;
}
.widget h6 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top:0px;
	font-size:90%;
	text-align:center;
	
	margin-left:auto; margin-right:auto;
}

.widget_text {
font-weight:normal;
line-height:170%;
}
.widget_text h2 {
line-height:170%;
}
.width-widget-post {width:100%;}
.widget .about-me-header .about-me-avatar {
  margin-top:-125px!important;
}
.widget .about-me-text {
  line-height: 190%;
}
.about_me_widget.widget {
  margin-top:94px!important;
}
.span4 .widget_grid_widget {}
.span4 .ri-grid ul {}

.ads_widget {
  padding:0!important;
  margin: 0!important;
  margin-bottom:40px!important;
}
.widget_search {
  padding:0!important;
  margin: 0;
  padding-bottom:20px!important;
}
.ads_widget.widget, .widget_search.widget {
  border: 0!important;
}

.social_widget.widget {
  border:0!important;
  background: #f9f9f9;
  
}
.mailchimp_widget.widget {
  border:0!important;
  background: #f9f9f9;
  
}
.mailchimp_widget [type="email"] {
  border:0!important;
  text-align: center;
  margin-bottom:10px!important;
  
}
.mailchimp_widget [type="submit"] {
  border:0!important;
  text-align: center;
  
}
.mailchimp_widget form {
  padding-bottom:0!important;
  margin-bottom: 0!important;
  
}
.social_widget .post-meta-title span {
  
}

.latest-post h3 {font-size:100%; font-weight: normal;}

.tagcloud {margin-top:0px;}
.tagcloud a {padding:7px 7px; color:#606060; font-weight:normal; margin-top:2px; margin-bottom:2px; display: inline-block; font-size:100%;}
.border-next {border:2px solid #454545;}

.post-tags {text-align:left; margin-bottom:20px; margin-top: -10px;}
.post-tags a {font-size:100%; letter-spacing: 1px;
  font-size: 80%; border:1px solid #dbdbdb; padding:5px;}
.post-tags a:hover {border:1px solid #000000; background:#000000; color:#ffffff;}

.page-excerpts {
  font-family:Georgia,serif;
  font-style:italic;
  font-size: 13px; 
  color:#000;
  padding-top:15px;
}
h1.page-title-h1 {
  font-size: 35px;
  background: #000000;
  color:#ffffff;
  padding: 10px 15px 10px 15px;
}

.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6, {text-transform: none!important;}
.widget li h1, .widget li h2, .widget ul li h3, .widget li h4, .widget li h5, .widget li h6, {text-transform: none!important;}



/* Posts Summary 1
==========================*/
.post-list .post-img {width:35%; float:left;}
.post-list .post-desc {width:65%; float:left; padding-left:20px;}
.post-list .post-title {margin-top:0; padding-top:0;}
.post-list .post-meta-title span {font-size:12px; color:#ccc; font-family:Georgia,serif;
  font-style:italic;}
.post-list .post-left {margin-bottom:40px;}

.post-list .post-meta-title span a, .post-meta span a:hover {
  color:#c1c1c1;
}
.post-meta {text-align: center;}
.post-list .post-meta {text-align: left;}

.post-summary.post {
  margin-bottom:10px;
}

.grid-post2 .post-title {padding-top:10px; padding-bottom: 0;}
.grid-post3 .post-title {padding-top:10px; padding-bottom: 0;}

.post-summary.post .post-title {
  margin-top: 0px;
  position:relative;
  margin-left: auto; margin-right: auto;
  max-width:750px;
  text-align: center;

}
.post-summary.post .post-title h2 a {
  display:inline-block;
  margin-left: auto; margin-right: auto;
}
h2.post-grid-h a {font-size: 25px!important; line-height: 28px!important; letter-spacing: 0; padding-bottom:0px; padding-top:0px;}
.post-summary h2.post-grid-h a {font-size: 20px!important; line-height: 26px!important; letter-spacing: 0; padding-bottom:0px; padding-top:0px;}
.post-summary .post-meta-title {
  line-height: 4px;
  text-align: center;
  padding-top:5px;
  padding-bottom:0px;
}
.post-summary .post-meta-title span {
  display: inline-block;
  position: relative; 
  font-size: 90%;
  letter-spacing: 0px;
  color:#000000;
}
.post-summary .post-meta-title span:before,
.post-summary .post-meta-title span:after {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom: 1px solid #cccccc;
  top: 0;
  width: 10px;
}
.post-summary .post-meta-title span:before {
  right: 100%;
  margin-right: 15px;
}
.post-summary .post-meta-title span:after {
  left: 100%;
  margin-left: 15px;
}

.margin-grid-posts {
  margin-left:-4%;
}
.post-summary.grid-post2 {
  float:left;
  width:46%;
  margin-left:4%;
}
.post-summary.grid-post3 {
  float:left;
  width:29.3333%;
  margin-left:4%;
}
.grid-post2:nth-child(2){clear:both;}
.divclear {clear:both;}


.post-head {text-align:center; display:inline-block; margin-left: auto; margin-right: auto; }
.post-img {padding-top:0px;}
.post-title {padding-top:0px;}


/* Posts
==========================*/
.post {margin: 0px 0 0px 0;}

.post-img img {width:100%;}
.post-left0 {float:left; width:100px; position:absolute;}
.post-left {float:left; width:100%; position:relative; background: #ffffff;}
.margin-left-100 {margin-left:0px; margin-bottom:0px;}
.post p {margin: 0 0 10px 0;}
.post-img, .embed {margin: 0 0 0px 0px;}
.post-img, .outside {}
.post-content {margin: 0 0 0 0 !important;}
.align-left2 h2, .align-left2 h2 a {display: block; }
.post-title {margin-top:10px;}
.post-title h2 {
	font-size: 25px;
	color: #000000;
	margin: 0 0 0px 0px;
	display: block;
	padding-bottom:20px; padding-top:15px;
  font-weight: 300;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
}
.post-title h2 a {
	font-size: 25px;
	color: #000000;
	display: block;
  font-weight: 300;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
    
}
.post-list .post-title h2 {
    padding-bottom:5px; padding-top:10px;
}
.grid-post2 .post-title h2, .grid-post3 .post-title h2 {
  padding-bottom:10px; padding-top:5px;
}

.margin-bottom-post {margin-bottom:15px;}
.post-share {text-align:center; color:#c1c1c1; margin-top:-60px;}
.post-share img {list-style:none; display:inline-block; text-align:center;}
.post-share a {list-style:none; display:inline-block; text-align:center; font-size:90%; color:#c1c1c1;}
.margin-left {margin-left:0px;}
.width-left {width:150px;}
.post-title h2 a:hover {color: #000000;}
.post-desc {
	padding: 13px 0 0px 0px;
	border-bottom: 0px solid #e7e7e7;
  background:#ffffff;
}

.post-letter .post-desc {
  padding-left: 20px; padding-right: 20px;
}

.post-desc2 {
	padding: 0px 0 15px 0px;
	border-bottom: 0px solid #e7e7e7;
}
.post-info {
	padding: 0px 0 0px 0px;
	
}
.gallery-post-margin {margin-top:15px;}
.gallery-post-title-margin {padding-top:25px;}
.gallery-post-title-margin2 {margin-top:10px;}
.post-entry {
	margin-bottom: 20px;
	display: inline-block;
	padding-right: 13px;
	color: #154890;
}
.post-entry i {
	padding-left: 2px;
}
.post-entry:hover {}
.post-meta {padding: 0px 0 0px 0px; margin-top:10px; font-size:90%; font-family:Georgia,serif;
  font-style:italic;}
.post-meta, .post-meta a {color: #c1c1c1;}
.post-meta a {border-bottom:1px dotted #eeeeee;}
.post-meta a:hover {color: #606060;}
.post-meta span:first-child {padding-left:0;}
.post-meta span:last-child {border: none;}
.post-meta span {
	padding: 0 10px;
	border-right: 0px solid #c1c1c1;
	font-size:90%;
	color:#c1c1c1;
}
.post-meta span a, .post-meta span a:hover {
	color:#c1c1c1;
  font-family:Georgia,serif;
  font-style:italic;
}

.post-meta i {color:#cccccc; font-size:11px;}
.post-type {
	width:80px;
	height:65px;
  color:#fff;
  text-align:center;
  font-size:27px;
  background:#454545;
  padding-top:15px;
}

.more-center {
  text-align: center;
  padding-top:10px;
}
.post-footer {
  margin-top:30px;
  
}
.post-footer-left {
  float: left;
  width:49%;
  text-align: left;
  margin-top:0px;
}
.post-footer-right {
  float: left;
  width:50%;
  text-align: right;
  padding:0px 0px;
  margin-top:20px;
  font-family:Georgia,serif;
  font-style:italic;
  font-size: 12px;
}
.post-footer-right a:hover { color:#454545; }

.more-link{
  display:inline-block;
  padding:7px 10px;
  margin-top:0px;
  line-height:12px;
  color:#000;
  border:1px solid #dbdbdb;
  font-size: 11px;
  letter-spacing: 1px;
  
}
.more-link:hover{
  /*background:#454545;*/
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
          transition:all .3s ease;
  border:1px solid #000000;
  color:#ffffff;
  background:#000000;
}

.share-link{
  display:inline-block;
  /*border-radius*/
  padding:0px 0px;
  margin-top:20px;
  color:#d8dcdc;
  font-family:Georgia,serif;
  font-style:italic;
  text-align:left;
  font-size: 12px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;


}
.share-link a, .post-footer-right a { color:#d8dcdc; }
.share-link:hover{
  /*background:#454545;*/
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  color:#454545;
}

.share-link-summary {
  position: relative;
  display: inline-block;
}

.share-link-summary span:before,
.share-link-summary span:after {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom: 1px solid #e8e8e8;
  top: 11px;
  width: 150%;
}
.share-link-summary span:before {
  right: 100%;
  margin-right: 15px;
}
.share-link-summary span:after {
  left: 100%;
  margin-left: 15px;
}

.share-link-summary a {
  width:26px;
  height:26px;
  border:1px solid #000000;
  border-radius: 16px;
  display: inline-block;
  text-align: center;
  color:#ffffff;
  background: #000000;
}
.share-link-summary a:hover.facebook {
  color:#325C94;
  background: #ffffff;
}
.share-link-summary a:hover.google {
  color:#D9031F;
  background: #ffffff;
}
.share-link-summary a:hover.twitter {
  color:#00ABDC;
  background: #ffffff;
}
.share-link-summary a:hover.pinterest {
  color:#CB2027;
  background: #ffffff;
}

.post-footer {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

.post-title, .post-meta, .post-desc  { padding-left:0px; padding-right:0px; padding-bottom:10px;}

.post-list .post-title {padding-left:0; padding-bottom:0px; padding-top:0px;}
.post-list .post-left {background: #ffffff;}
.post-list .img-circle {padding-top:5px; padding-bottom:5px; padding-left:5px; padding-right:5px;}
.post-list .more-center {margin-left:0; margin-right: 0; text-align: left; padding-top:5px;}


.navigation {margin-top:0px;text-transform: uppercase; font-size:80%; font-weight: bold; margin-bottom:20px; padding-top:20px; background:#ffffff; padding-bottom:25px; padding-left:0px; padding-right:0px;}
.navigation .font-ic {font-size:14px;}
/*
.navleft a {border:0; border-right:1px solid #eeeeee; padding: 18px 15px 4px 15px; color:#d8dcdc;}
.navright a {border:0; border-left:1px solid #eeeeee; padding: 18px 15px 4px 15px; color:#d8dcdc;}
.navleft a:hover, .navright a:hover {color:#454545;}
*/

.navleft a {
  padding: 2px 10px 2px 10px;
  border:1px solid #dbdbdb;
  /*Transition*/
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  display: block;
  font-size: 110%;
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
  background: #ffffff;
}
.navleft a:hover {
  color:#ffffff;
  border:1px solid #000000;
  background: #000000;
}

.navright a {
  padding: 2px 10px 2px 10px;
  border:1px solid #dbdbdb;
  /*Transition*/
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  display: block;
  font-size: 110%;
  text-transform: none;
  letter-spacing: 1px;
  text-align: center;
   background: #ffffff;
}

.navright a:hover {
  color:#ffffff;
  border:1px solid #000000;
  background: #000000;
}


.info-blog {padding-top:7px;}

.prev-next-posts {
  padding:20px; padding-bottom:0px; padding-top:40px;
  background:#ffffff;
  margin-top:40px;
}

.min-margin {}

.align-left2 {float:left;}
.align-right2 {float:right;}
.align-left2 i, .align-right2 i {font-size: 70px;}

.color-font-icon {color:#454545;}

.bloggall{margin-left:-1.333%;}
.bloggallery {float:left; width:32%; margin-left:1.333%; position:relative; overflow:hidden;}
.bloggallery h2 {margin-top:10px; font-size:120%; color:#eeeeee;}

.gallerytitle {margin-top:-70px; position:absolute; width:100%; height:60px; padding:5px; background:rgba(0,0,0,0.6);}


/* Comments
==========================*/

h3.comment-reply-title {font-size: 120%!important; margin-bottom:20px;}

.comments-sec{
	float:left;
	width:100%;
	line-height: 20px;
}
.comments-sec h5 {
	border-bottom: 1px solid #eeeeee;
	margin: 0;
	padding-bottom: 10px;
}
.comments-nr h5 {
	margin: 0;
	padding-bottom: 0px;
    font-size:140%;
}
.comments-nr {margin-top:40px; position: relative; display: block; margin-left: auto; margin-right: auto; text-align: center;}

.comments-nr h5 {
  display: inline-block;
  position: relative; 
  font-size: 140%;
  letter-spacing: 1px;
  color:#000000;
}
.comments-nr h5:before,
.comments-nr h5:after {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom: 1px solid #ccc;
  top: 12px;
  width: 200%;
}
.comments-nr h5:before {
  right: 100%;
  margin-right: 15px;
}
.comments-nr h5:after {
  left: 100%;
  margin-left: 15px;
}


.comments-sec h5 span {color: #888;}
.comments{
	float:left;
	background:#ffffff;
	padding:20px;
}
.avatar {float:left;}
.author-bio .avatar {float:none; margin:10px auto;}
.vcard img {}

.comment-show {
	margin-top: 40px!important;
	margin-left: 0px!important;	
}
.comment-show li {
	list-style: none!important;
}
.comment-show li.comment > div {
	border-bottom: 1px dotted #eee;
  margin: 0;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  padding-left: 90px;
  background: #ffffff;
}
.comment-show .children {
	margin-left: 0px!important;
	padding-left: 40px;
}
.comment-show li.comment > div img.avatar {
	position: absolute;
	left: 0px;
	top: 20px;
}
.comment-show .reply {
	position: absolute;
	top: 20px; 
	right: 0px;	
}
.comment-show .comment-meta {
	font-size: 11px;
	line-height: 15px;
}
.comment-show li.comment > div p {
	padding-bottom: 0px;
	margin-top: 10px;
	line-height:170%;
}
.comment-author a {
	color: inherit;
}

a.comment-reply-link { font-size: 75%; letter-spacing: 1px; border: 1px solid #ccc; padding:3px;}
a.comment-reply-link:before {content:"";}
h3 small a#cancel-comment-reply-link {padding: 5px; border: 1px solid #ccc;}
      
/* Leave a Comment
==========================*/
.comment-respond {
  background:#ffffff;
  margin-bottom:80px;
  padding-top:20px;
}
h3.comment-reply-title {
  font-size:140%;
}



.comment-form label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
  font-size:100%;
}
.comment-form label span {color:#ea1c1c;}
.comment-form input, .comment-form textarea {
	
}
.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="password"] {
  border: 1px solid #cccccc!important;
}
.comment-respond input[type="text"]:focus,
.comment-respond input[type="password"]:focus,
.comment-respond input[type="email"]:focus,
.comment-form textarea:focus {
  box-shadow: 0 0px 0px 0;
  outline: 0 none;
  border:1px solid #cccccc;
}
.comment-form textarea {
	min-width: 100%;
	max-width: 100%;
	height:160px;
}
.form-allowed-tags {display:none;}
.comment-form-author {
  float:left;
  width:33.333%;
  padding-right: 1.333%;
}
.comment-form-email:before {
    content:'';
    display:block;
    clear: both;
}
.comment-form-email {
  float:left;
  width:33.333%;
  padding-right: 1.333%;
}
.comment-form-url {
  float:left;
  width:33.333%;
}
.comment-form-url:after {
    content:'';
    display:block;
    clear: both;
}

/* Link post
==========================*/
.link-post {
  margin-bottom:15px;
  background:#454545;
  padding:20px;
  padding-top:80px; padding-bottom:80px;
}
.link-post h3 {text-align:center;}
.link-post h3 a {
  color:#ffffff;
}


/* Quote post
==========================*/
.quote-post {
  font-style: italic;

  padding: 30px;
  
  position: relative;
  background: #F9F9F9 url(images/quote.png) no-repeat;
  background-position: 98% 80%;
  margin-bottom:20px;
}

/* Autor bio
==========================*/
.author-info {
  margin: 60px 0px 40px 0px;
  padding:20px;
  background: #ffffff;
  text-align:center;
}
.author-info2 {
  margin: 60px 0px 40px 0px;
  padding:20px;
  background: #ffffff;
  text-align:center;
  border: 1px solid #dbdbdb;
}
.author-info2 h5:after {
    height: 3px;
    display: block;
    width: 40px;
    background: #E53B55;
    border:0!important;
    content: '';
    margin-top:15px;
    margin-bottom:15px;
    margin-left:auto;
    margin-right: auto;
    padding:0!important;
}
.author-info2 h5, .author-info h5 {
  font-size: 120%;
}
.author-info a {
  
}
.author-info a:hover {
  
}

.author-bio {margin-top:0px; background:#ffffff;}
.author-bio img {margin-top:-100px; border-left:20px solid #ffffff; border-right:20px solid #ffffff;}
.avatar-author {margin-top:-60px;}
.author-share {padding: 0px 40px 0px 40px; display:inline-block; font-family: 'Arapey', serif; font-size: 14px; font-weight: 600;}





.instagram-feed {
  padding:0;
  margin:0; margin-top:30px;
  width:100%;
  position: relative;
  margin-bottom:-20px;
}
.instagram-feed .widget {
  padding:0;
  margin:0;
  background: none;
}

.instagram-feed .widget h5, .instagram-feed .widget h6 {
  margin-bottom: 20px;
  margin-top:0px;
  font-size:90%;
  color:#000000;
  text-align:center;
  margin-left:auto; margin-right:auto;
}


.instagram-feed h5.widget-title, .instagram-feed h6.widget-title { 
  border-bottom: 0px;
  text-align:center;
  padding: 0px 0px 0px 0px;
  position:relative;
  z-index:9999;
  font-weight:800;
  font-size: 140%;
  
}

/* =============================================================== */
/* Footer
================================================================ */
footer {
  /*position: relative; */
  color:#eeeeee;
  background: #222222;
  margin-top:0px;
  width:100%;
  letter-spacing: 1px;
  font-size: 110%;
}
footer img {border: 0!important;}

.instagram-feed .widget {
  border:0;
}


.wrap-footer {
  min-height: 100%;
  padding-left:40px; padding-right:40px;
  
}
#sub_footer {
  padding-top:10px;
  font-size:100%;
}
#sub_footer p {
  font-weight: 300;
}
#sub_footer {
  font-weight: 300;
  overflow:hidden;
  margin-bottom:0px;
  padding-top:30px;
  padding-bottom:20px;
  max-width:1130px;
  margin-left:auto; margin-right:auto;
  font-size:80%;
}


.social-footer{
  padding:20px 0px;
  color:#000;
  letter-spacing: 2px;
  text-align:center;
  width:100%;
  margin-bottom:0px;
  background: #ffffff;
  font-family: 'Arapey', serif;
  font-size: 110%;
  font-weight: 800;
  

}
.social-footer a {color:#000;}
.social-footer:hover a {color:#000;}


img.alignright {float:right; padding-left:10px;}
img.aligncenter {margin-left:auto; margin-right:auto; float:center;}
img.alignleft {float:left; padding-right:10px;}


#infscr-loading {text-align:center; margin-left:auto; margin-right:auto;}
#infscr-loading img {margin-left:auto; margin-right:auto;}




/* =============================================================== */
/* Slider
================================================================ */


.outside {margin-bottom:-50px; z-index:999; position:relative; margin-left:15px;}
.outside .slider-prev a {background:#454545; padding:10px; color:#ffffff; padding-top:5px; padding-bottom:5px; margin-right:2px;}
.outside .slider-next a {background:#454545; padding:10px; color:#ffffff; padding-top:5px; padding-bottom:5px;}

.ssba {margin-top:10px; margin-bottom:0; padding-bottom:0;}

.relatedposts {margin-top:30px; margin-bottom:0px; background: #f9f9f9; padding-left:20px; padding-right:20px;}
.relatedposts p {padding-bottom:0px; margin-bottom:0px;}
.relatedposts-item {
  float: left;
  width:30.60%;
  margin-left:4%;
  text-align: center;
}
.relatedposts-item-img {position: relative; margin-bottom:30px;}
.relatedposts-item-img img {width:100%;}
.relatedposts-title {margin-top:7px;}
.relatedposts-title a, .relatedposts-title a:hover {font-weight: 300; font-size: 16px; line-height: 18px!important; text-align: center; padding-top:15px; font-family: 'Playfair Display', serif;}
.relatedposts h5 { }
.relatedposts h5:after {
    height: 3px;
    display: block;
    width: 40px;
    background: #E53B55;
    border:0!important;
    content: '';
    margin-top:15px;
    margin-bottom:15px;
    margin-left:auto;
    margin-right: auto;
    padding:0!important;
}

pre:after {
    content:'';
	display:block;
    clear: both;
}
code:after {
    content:'';
	display:block;
    clear: both;
}
pre,
code  {
	   float:left;
	   margin-bottom:10px;
	   width:98%;
       }
	   

.colsa {
    -moz-column-count:2;
    -moz-column-gap: 2%;
    -moz-column-width: 20%;
    -webkit-column-count:2;
    -webkit-column-gap: 2%;
    -webkit-column-width: 20%;
    column-count: 2;
    column-gap: 2%;
    column-width: 20%;
	height:100%;
}






#upprev_box { border-top:2px solid #454545;}
#upprev_close { padding-top:20px; padding-right:5px;}

.nivo-control .active {
background:#454545;
}


.slider-home {max-width:1130px; margin-left:auto; margin-right:auto; padding-bottom:5px; padding-left:40px; padding-right:40px;}
.slider-mobilek {max-width:1130px; margin-left:auto; margin-right:auto; margin-top:50px; margin-bottom:20px;}
.slider-mobilek2 {width:100%; margin-left:auto; margin-right:auto; margin-top:0px; margin-bottom:0px; position: relative;}

.margin-4-first {margin-left:4%;}

 .sp-p-l {padding-left:20px;}
.sp-p-r {padding-right:20px;}

/* =============================================================== */
/* Mobile
================================================================ */
@media only screen and (max-width: 1170px) {
  header {margin-left:0px; margin-right:0px;}
  .container2 {margin-left:10px; margin-right:10px;}
  .slider-mobilek {margin-left:10px; margin-right:10px;}
  .share-link-summary span:before,
.share-link-summary span:after {
  width: 50%;
}
.top-bar-post-content-left {display: none;}
.top-bar-post-content-center {
  width:100%!important;
  float: none;
  text-align: center;
  max-width: 1170px;
}
.top-bar-post-content-right {display: none;}

.social-icons-bar-content {padding-left:10px; padding-right:10px;}
}

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
.span4 {  float:none;  display:block;  } 
.span6 {  float:none;  display:block;  } 
.text-align-right {text-align:left;}
.align-right {float:none;  display:block; margin-bottom:40px;}
.align-left {float:none;  display:block; margin-bottom:40px;}
.text-title {text-align:center;}
.text-title-home {text-align:center; margin-bottom:20px;}
.logo-header {  margin-top:20px;  margin-bottom:20px;  text-align:center;  }
.menu-header {  float:right;  }
nav {  border:0px solid #ccc;  border-width:0px 0;  }
#site-menu2 {display:none;}
.logo-header-img {width:50%; text-align:center;}
.wrap {margin:0;  padding:0;}
.content_back {padding-left:5px; padding-right:5px;}
.slider-home {padding-left:0px; padding-right:0px;}
.container2 {border:0; margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px;}
.logo-header {padding-left:2px;}
p.tagline, .hidde-mobile {display:none;}
.hidde-mobile  {display:hidden;}

.bloggall{margin-left:0;}
.bloggallery {float:left; width:100%; margin-left:0;}
.container1 {  margin-top:0px; margin-bottom:20px;  }
footer {  padding-left:0px; padding-right:0px;  }

  .metaslider .caption {display:none;}
  .relatedposts-item {  float: none;  width:100%;  margin-left:0!important;}
  .post {margin: 0px 0 0px 0; }
  header {margin-left:0px; margin-right:0px; margin-bottom:1px;}
  .share-link {display: none;}
  .slider-mobilek {margin-left:5px; margin-right:5px;}
  footer { padding-left:5px; padding-right:5px;  }
  #sub_footer {border-top:1px solid #eeeeee;}
  #content-site, #content-siteArchive {width:99.5%; border-bottom:0;}
  .sidebar-border-left {  background: none;  }
  .sidebar-border {  background: none;  }

   .sp-p-l {padding-left:0px;}
   .sp-p-r {padding-right:0px;}

   .post-list .post-img {width:100%!important; float:none!important;}
   .post-list .post-desc {width:100%!important; float:none!important; margin-left:0!important; padding-left:0px!important;}

   .post-summary.grid-post2 {
  float:none!important;
  width:100%!important;
  margin-left:0%!important;
  margin-right:0px!important;
}
.post-summary.grid-post3 {
  float:none!important;
  width:98%!important;
  margin-left:0%!important;
  margin-right:0px!important;
}
.margin-grid-posts {
  margin-left:0%!important;
}
.margin-grid-posts {
  margin-left:0;
}
.post {padding-left:5px; padding-right:5px;}
.relatedposts {margin-left:0!important;}
#pbd-alp-load-posts2 {margin-bottom:40px;}
.instagram-feed h5.widget-title, .instagram-feed h6.widget-title { font-size: 90%; }
nav ul li:after{content: ''; color:#eee;}

.slider-background {
  width:350px!important;
  height:150px!important;
  padding:5px;
}
.slider-background2 {
  width:350px!important;
  height:150px!important;
  border:0px solid #000;
}

.tp-caption.NotGeneric-Title,.NotGeneric-Title {
  font-size:18px!important;
  color: #ffffff!important;
  margin-top: 27px!important;
}
.tp-caption.NotGeneric-CallToAction {
  margin-top:-20px!important;
}
.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle{
  color: #000000!important;
  display: none;;
}
.share-link-summary span:before,
.share-link-summary span:after {
  width: 50%;
}

.social-icons-bar-content-left {padding-left:10px; width:90%;}
.social-icons-bar-content-right {display:none;}

.mean-container .mean-bar {margin-top:-5px!important; right:-3px!important;}
.mean-container .mean-nav { margin-right:0px!important; }
.social-icons-bar-content {padding-left:0px; padding-right:0px;}
.social-footer a span, .social-footer span {display:none;}

.comments-nr h5:before,
.comments-nr h5:after {
  width: 50%;
}

.margin-4-first {margin-left:0;}

  }



/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.span4 {  float:none;  display:block;  } 
.span6 {  float:none;  display:block;  } 
.align-right {float:none;  display:block; margin-bottom:40px;}
.align-left {float:none;  display:block; margin-bottom:40px;}
.text-title {text-align:center;}
.text-title-home {text-align:center; margin-bottom:20px;}
.logo-header {  margin-top:20px;  z-index:3;  text-align:center;  }
.menu-header {  float:right;  z-index:3;  }
nav {  border:0px solid #ccc;  border-width:0px 0;  }
#site-menu2 {display:none;}
.logo-header-img {text-align:center;}
.wrap {margin:0; padding:0;}
.content_back {padding-left:20px; padding-right:20px;}
.slider-home {padding-left:0px; padding-right:0px;}
.container2 {border:0; margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px;}
.logo-header {padding-left:0px;}
p.tagline, .hidde-mobile  {display:none;}
.hidde-mobile  {display:hidden;}

.bloggall{margin-left:-1%;}
.bloggallery {float:left; width:49%; margin-left:1%;}
.container1 {  margin-top:0px; margin-bottom:20px;  }
footer {  padding-left:0px; padding-right:0px;  }
  .relatedposts-item {  float: none;  width:100%; margin-left:0!important;  }
  header {margin-left:0px; margin-right:0px; margin-bottom:1px;}
  .slider-mobilek {margin-left:20px; margin-right:20px;}
  footer { padding-left:0px; padding-right:0px;  }

  .post-summary.grid-post3 {
  float:none!important;
  width:97.50%!important;
  margin-left:0%!important;
  margin-right:0px!important;
}




}


.slider-background {
  width:600px;
  height:200px;
  padding:2px;
  border: 5px solid rgba(0, 0, 0, 0.7);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.slider-background2 {
  background:#ffffff;
  background-color:rgba(0,0,0,0.7);
  width:600px;
  height:200px;
  border:0px solid #000;
}


/*Tiles Galery */
.galleryTiles {
  margin-left:-10px;
  margin-top:0px;
  margin-bottom:0;
}
.galleryTiles .caption {
  background: rgb(0,0,0);
  background: rgba(0,0,0,.6);
  text-align: center;
  display: none;
}
.galleryTiles .caption p {
  color: #fff;
  text-align: center;
  padding: 3px;
}
.galleryTiles .tile .zoom {

}
.galleryTiles .tile:hover .zoom {

}
.galleryTiles .tile img {
  margin:0; padding:0;
}
.galleryTiles .tile:hover img {

}


.galleryTiles .already-visible {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-animation: none;
  -o-animation: none;
  -webkit-animation: none;
  animation: none;
}
.galleryTiles .tile {
  float:left;
  margin:0px; margin-left:10px;
}

.galleryTiles .tile .ftg-social {
  display: none;
  position: absolute;
  bottom: 15px;
  right:10px;
}
.galleryTiles .tile:hover .ftg-social {
  display: block;
}
.galleryTiles .tile .ftg-social a {
  color: #fff;
  font-size: 15px;
  width:20px;
  height: 20px;
}
.galleryTiles .tile:hover .ftg-social a:hover {
  color: #000000;
  text-decoration: none;
}


.ftg-loading-panel {
  position:fixed;
  top:10px;
  right:10px;
  background:#222 url(img/loading.gif) no-repeat;
  width:40px;
  height:40px;
  padding:4px;
  border-radius:5px;
  z-index:1000;
}
.ftg-loading-panel p {
  display:none;
}


/* Widgets style */
.mail-table {
  display: inline-block;
}

.mail-table .mail-field,
.mail-table .mail-button {
  display: block;
}

.mail-table .mail-field input {
  display: inline-block;
  width: 92%;
  color: #555;
  background: #eee;
}

.mail-table .mail-field input:hover {
  background: #f4f4f4;
}

.mail-table .mail-field input:focus {
  background: #ebebeb;
  outline: 0;
}

.mail-table .mail-button input {
  display: inline-block;
  background: #454545;
  color: #fff;
  font-weight: 700;
  width: 90%;
  min-height: 20px;
  padding: 14px;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  text-align: center;
  border: 0;
}

.mail-table .mail-button input:hover {
  background: #454545;
}

.about-me {background-color:transparent;}
.about-me .about-me-header .about-me-avatar {margin-top: 0px; margin-bottom:10px; }
.about-me .about-me-header .about-me-avatar {border-top:0!important; border-bottom:0!important; border-left: 25px solid #ffffff; border-right: 25px solid #ffffff;}

.about-me .about-me-header .about-me-avatar {border-radius: 0!important; min-width:200px!important; max-width: 250px!important; margin-left: auto!important; margin-right: auto!important; position: inherit!important; float: none!important;  display: inline-block; text-align: center;}
.about-me .about-me-header .about-me-name {margin-top:20px; float: none; text-align:center; font-size:110%; font-weight:bold;}
.about-me .about-me-text {
  padding: 0px 0px 0px; text-align:center; font-size:100%; font-weight:normal; padding-bottom:10px;
}
.about-me .about-me-header .about-me-name { float: none!important; }
.about-me { position: inherit!important; }
.about-me .about-me-banner {display: none!important;}
.about-me .about-me-social {margin-bottom:10px;}
h3.about-me-name:after {
    height: 3px;
    display: block;
    width: 40px;
    background: #E53B55;
    border-right: 1px white;
    content: '';
    margin-top:15px;
    margin-bottom:15px;
    margin-left:auto;
    margin-right: auto;
}
.ads_widget {}
#jtwt .jtwt_tweet {
  position: relative;
  margin-bottom: 0px;
  color: #838383;
  font-size: 100%;
  line-height: auto;
  padding-left: 45px;
}

#jtwt .jtwt_tweet:before {
  position: absolute;
  top: 12px;
  margin-left: -45px;
  content: '\f099';
  font-family: 'FontAwesome';
  color: #33ccff;
  text-shadow: 1px -1px #089ccd, 1px 1px rgba(255,255,255,0.5);
  font-size: 30px;
}
.tweets {margin-bottom:10px;}

.widget_recent_entries .post-date {color:#cccccc; padding-left:2px; font-size:80%;}
.widget_recent_entries ul li {margin-bottom:7px;}
.widget_recent_entries ul li a {padding-bottom:2px;}
.widget_categories {margin-bottom:0px; padding-bottom: 0;}
.showbiz-navigation						{	margin-top:20px; margin-bottom:20px;}
[id*="showbiz_carousel-"] .showbiz-navigation {	margin-top:10px; margin-bottom:10px!important;}
#showbiz_carousel-light_1 .showbiz-navigation {	margin-top:0px; margin-bottom:0px!important;}
#showbiz_carousel-vel_1 {background:#ffffff !important;}*/
[id*="showbiz_carousel-"] .mediaholder {background-color:#fff;}
[id*="showbiz_carousel-"] .showbiz-title a,
[id*="showbiz_carousel-"] .showbiz-title a:visited,
[id*="showbiz_carousel-"] .showbiz-title a:hover {text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);}
.showbiz-button {text-shadow:0px 0px 0px #fff!important;}



.wp-caption {
  width:auto!important;
}
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
text-align: center;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
p img {
padding: 0;
max-width: 100%;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left
}


/*-------------------------------------------------------*/
/*- 19. INSTAGRAM WIDGET --------------------------------*/
/*-------------------------------------------------------*/
ul.instagram-pics {
    list-style: none;
    width:100%;
    margin:0;
    padding:0;
    background: none!important;
    /*padding-left:19px;
    padding-right: 19px;*/
}
ul.instagram-pics:after {
    clear: both;
}
ul.instagram-pics li {
  display: inline-block;
    float:left;
    
    margin:0;
    padding: 0;
    border:0;
    padding-bottom:0px;
}
ul.instagram-pics li a, ul.instagram-pics li img, ul.instagram-pics li a img {
    margin:0;
    padding: 0;
    border: 0px solid #ffffff;
    display: inline-block;
    float:left;
}
ul.instagram-pics li img, ul.instagram-pics li a img {
     width:100%;
}
.null-instagram-feed p, .null-instagram-feed p a {
    text-align: center;
    
}
ul.instagram-pics li:last-child {
  clear: right;
}

ul.instagram-column-2 li {
    width:50%;
}
ul.instagram-column-3 li {
    width:33.333%;
}
ul.instagram-column-4 li {
    width:25%;
}
ul.instagram-column-5 li {
    width:20%;
}
ul.instagram-column-6 li {
    width:16.666%;
}
ul.instagram-column-7 li {
    width:14.2857142%;
}
ul.instagram-column-8 li {
    width:12.50%;
}
ul.instagram-column-9 li {
    width:11.111%;
}
ul.instagram-column-10 li {
    width:10%;
}


h3.about-me-name { font-size: 130%!important; letter-spacing: 2px!important; font-weight: 800!important; text-transform: none!important; color:#000!important;}



/* Search 2 - expand input width */
.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}    

 /* Form wrapper styling */
.search-wrapper {
width: 178px;
margin: 0px 0 0px 0;
float:right;
height:30px;
padding-top:4px;
}
 
/* Form text input */
 
.search-wrapper input {
width: 138px;
height: 5px;
padding: 10px 5px;
float: left;
border: 0;
background: #f4f4f4;
border-radius: 0px 0 0 0px;
font-family: 'Arapey', serif;
}
 
.search-wrapper input:focus {
    box-shadow: 0 0px 0px 0;
    outline: 0 none;
    background: #f4f4f4;
    border:0!important;
}
 
.search-wrapper input::-webkit-input-placeholder {
   color: #ccc;
   font-weight: normal;
   font-style: italic;
}
 
.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
.search-wrapper button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 25px;
width: 30px;
font-size: 12px;
color: #fff;
text-transform: uppercase;
background: #000;
}
.search-wrapper button:active,
.search-wrapper button:focus{   
    outline: 0;   
}
 
    
 
.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}   


/* Top bar post page */
.top-bar-post {
  display: none;
  font-family: 'Arapey', serif;
  font-size: 12px;
  width:100%;
  background:#fff;
  padding-top:7px; padding-bottom:8px;
  margin-left:auto; margin-right:auto;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.10);
  -moz-box-shadow:    0px 1px 6px 0px rgba(50, 50, 50, 0.10);
  box-shadow:         0px 1px 6px 0px rgba(50, 50, 50, 0.10);
  position: fixed;
  top:0;
  z-index: 9999;
}
.top-bar-post-content {
  max-width:1130px;
  margin-left:auto; margin-right:auto;
}
.top-bar-post-content-left {
  width:30%;
  float: left;
  text-align: left;
}
.top-bar-post-content-center {
  width:40%;
  float: left;
  text-align: center;
  font-size:130%;
  color:#000000;
  font-weight: bold;
}
.top-bar-post-content-right {
  width:30%;
  float: right;
  text-align: right;
}
.top-bar-image {width:50px; height:50px; border-radius: 40px;}

.link-post-det1 {
  margin-right:10px;
}
.link-post-det2 {
  margin-left:10px
}
.link-post-det {
  
}
.re-ant {padding-top:4px; font-size:90%; text-transform: none; padding-bottom:2px;}
.re-ant2 {margin-top:-10px; font-size:100%;}

.link-post-det a {
  color:#606060;
  padding-bottom:4px;
  font-size:120%;
}


.share-link-top-bar {margin-top:-13px;}
.share-link-top-bar a {
  width:20px;
  height:20px;
  border:1px solid #000000;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  color:#ffffff;
  background: #000000;
  font-size: 12px;
}
.share-link-top-bar a:hover.facebook {
  color:#325C94;
  background: #ffffff;
}
.share-link-top-bar a:hover.google {
  color:#D9031F;
  background: #ffffff;
}
.share-link-top-bar a:hover.twitter {
  color:#00ABDC;
  background: #ffffff;
}
.share-link-top-bar a:hover.pinterest {
  color:#CB2027;
  background: #ffffff;
}

.slider_div {
  background: #e53b55;
  width:40px;
  height:3px;
  content: '';
}

.tp-resizeme a {color:#ffffff!important;}

.about-me-img-border {border-radius: 50%;}

.instagram-feed .widget h6.widget-title {
  
  margin-bottom: 15px;
}