/*
Theme Name: Origin-Gbthemes
Theme URI: http://gbthemes.info/origin/
Description: Origin v1.1 : Responsive & Multipurpose WordPress Theme
Author: GbThemes
Author URI: http://gbthemes.info/
Version: 1.1
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=Roboto:300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Heebo:400,500,700');


@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; overflow-x: hidden;}

h1, h2, h3, h4, h5, h6 { letter-spacing: 1px; font-family: 'Roboto', sans-serif; color:#000000;}


.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:2px solid #cccccc;

}
textarea {
    border:2px 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:#ffffff;
  border:2px solid #000;
  font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
  background:#000000;

  }
  input[type="submit"]:hover{
  color:#ffffff;
  border:2px solid #C25F6A;
  background:#C25F6A;

  }



input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0px 0px 0;
	outline: 0 none;
  border:2px solid #cccccc;
}

.wpcf7 input[type="text"], input[type="email"]{
	width:50%;

  }



/* =============================================================== */
/* Header
================================================================ */
header {
  width: 100%;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  border-bottom:#000000 2px solid;
  min-height:75px;
  z-index: 9999;

}

h5.widget-title, h6.widget-title, .page-title-h1, h1, h2, h3, h4, h5, h6, #pbd-alp-load-posts2 {

}


#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 {
  max-width: 1080px;
  z-index:9999;
  margin-left: auto;
  margin-right: auto;
  padding-bottom:0px;
  padding-top:5px;
  position: relative;
}


.z-indexMenu {z-index:9999;}

.content-border-left {
	border-left: 2px solid #000000;
	padding-left: 6.80%;
}
.content-border-right {
	border-right: 2px solid #000000;
	padding-right: 6.80%;
}

/* Logo & Menu sections
==========================*/
.logo-header {
  margin-top:10px;
  text-align:center;
  width:100%;
}
.logo-header img {
  display: inline-block;
}
.menu-header {
  width:100%;
  text-align:center;
  margin-top:20px;
}
.logo-site-text {margin-top:20px; font-size:14px; line-height: 14px; 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 a {
	display: inline-block;
	color:#000000;
	padding: 10px 15px 20px 15px;
	margin: 0 0px;
	text-decoration: none;
	margin-left:2px;
	position:relative;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
    transition: 0.5s ease;

}
nav ul li a:hover {
  text-decoration: none;
  color:#000000;
}







nav li > a:after { margin-left: 5px; font-family: FontAwesome; content: "\F107"; font-weight: 400;}
nav ul ul > li > a:before { margin-right: 5px; font-family: FontAwesome; content: "\F104"; font-weight: 400;}
nav ul ul ul > li > a:before { margin-right: 0px; content: ""; }
nav ul ul > li > a:after { margin-left: 0px; content: ""; }
nav li > a:only-child:after { margin-left: 0; content: ''; }
nav ul ul li > a:only-child:before { margin-right: 0; content: ''; }



nav ul ul {
	opacity: 0;
	margin: 0px 0 0 2px;
	position: absolute;
	top:-9999px;
	left: 0;
	background:#000000;
  padding-top:10px; padding-bottom:10px;
z-index: 9999;
margin-top:0px!important;
transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}


nav ul ul li a:hover {color:#fff;}

nav ul ul li {
  border-bottom:0px solid transparent;
}
nav ul ul li:last-child {
  border-bottom:0px solid transparent;
}
nav ul ul li a {
	padding: 5px 0;
	display: block;
	width: 200px;
	margin: 0 0px;
	border:0;
	color:#ffffff;
	padding-left:18px; padding-right:18px;
	text-align:left;
  font-size:14px;
  letter-spacing: 0px;
  font-weight:normal;
  border-bottom: 0px solid transparent;
  text-transform: none;
  transition: 0.5s ease;

}





nav ul ul ul {
	position:absolute;
	top:-9999px;
	left:-200px!important;
	opacity: 0;
	margin: 0px 0 0 0px;
	z-index: 9999;
	background:#000000;
  width:200px;
}
nav ul ul ul li a {
	border: 0;
	color:#ffffff;
	text-transform:none;
	text-align:left;
	padding: 5px 0;
	padding-left:18px; padding-right:18px;
	font-weight:normal;
  font-size:14px;
  letter-spacing: 0px;
  text-transform: none;

}
nav ul li:last-child a { }
nav ul ul li:last-child a {border-bottom: 0px solid transparent; padding-right:18px;}
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:#000000; transition: opacity 0.5s;
    -webkit-transition: opacity 1s; color:#fff; border:0;}
#currentnav1 {color: #eeeeee !important;}
.ie-dropdown-fix {position: relative; z-index: 5;}


nav ul li:hover > a {color: #000000; text-decoration: none;}

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: #000000;
  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%;
	font-weight: normal;
}

/* 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: 700; font-size: 11px; letter-spacing: 1px;}

/* Contact form
==========================*/
.wpcf7-form-control {width:95%;}




.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 0px;
}
.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: 1080px;
}

.container-fluid {
  width: auto;
  max-width: 1920px;
}

.container1 {
  width: 100%;
  max-width: 1920px;
  margin-left:auto; margin-right:auto;
  margin-top:0px; margin-bottom:-1px;
  z-index:9998;
  background:#ffffff;

}
.container2 {
  width: auto;
  max-width: 1080px;
  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;
  font-weight: 400!important;
}

.widget_recent_entries .post-date {text-transform: uppercase; font-size: 11px;}
.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 #000; 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: left;
  padding-top:5px;
  padding-bottom: 0px;
}
.widget .post-meta-title span {
font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color:#000000;
  text-transform: uppercase;
}
.widget .post-meta-title span:after {
    height: 1px;
    display: block;
    width: 40px;
    background: #E53B55;
    border:0!important;
    content: '';
    margin-top:15px;
    margin-bottom:20px;

    padding:0!important;
}

.widget.null-instagram-feed .post-meta-title span:after {
    margin-top:15px;
    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:400;
	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: #000000;
  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:100%;
}


.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:300;
  padding:0px;
  padding-top:5px; padding-bottom: 5px;
}
.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:300;
line-height:170%;
}
.widget_text h2 {
line-height:170%;
}
.width-widget-post {width:100%;}
.widget .about-me-header .about-me-avatar {

}
.widget .about-me-text {
  line-height: 170%;
}
.about_me_widget.widget {
padding-top:0!important;
margin-top:0!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;
  margin-bottom:0px;
  background:#ffffff!important;
  padding-top:10px!important;
  margin-bottom:10px!important;
}
.ads_widget.widget, .widget_search.widget {
  border: 0!important;
}

.social_widget.widget {
  border:0!important;
	text-align: left!important;

}

.mailchimp_widget.widget {
  border:0!important;
  font-weight: 300!important;
	text-align: left!important;
	margin-top:-10px!important;

}
.mailchimp_widget [type="email"] {
  border:2px solid #000000!important;
  text-align: left;
  margin-bottom:10px!important;
  width:100%!important;
  background: #ffffff!important;

}
.mailchimp_widget [type="submit"] {
  border:0!important;
  text-align: left;
	font-weight: 700!important; font-size: 11px!important; letter-spacing: 1px!important;

}
.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: 80%; border-bottom:3px solid #C25F6A; padding:0px; text-transform: uppercase; letter-spacing: 1px; margin-right:10px;}
.post-tags a:hover {}

.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;}


.widget {
  border:0!important;
}

.widget_recent_entries { padding-top:30px!important;}
.widget_categories { padding-top:15px!important;}

/* Posts Summary 1
==========================*/
.post-list .post-img {width:40%; float:left;}
.post-list .post-desc {width:60%; float:left; padding-left:20px; padding-top:20px;}
.post-list .post-title {margin-top:0; padding-top:0px;}
.post-list .post-meta-title span {font-size:11px; color:#aaa; text-transform: uppercase }
.post-list .post-meta-title span a:hover {
  text-decoration: underline;
  color:#000000;
}
.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;}


.grid-post2 .back-white-post, .grid-post3 .back-white-post {
  margin-bottom:0px;
}
.post-summary-footer {
  border-bottom: 2px solid #000000;
  width: 96%;
  margin-bottom:60px;
  margin-top:5px;
  margin-left:4%;
}
.divclear { }

.post-summary.post .post-title {
  margin-top: 0px;
  position:relative;
  max-width:750px;
  text-align: left;
}
.post-summary.post .post-title h2 a {
  display:inline-block;
}
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: left;
  padding-top:5px;
  padding-bottom:0px;
}
.post-summary .post-meta-title span {
  display: inline-block;
  position: relative;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:#aaaaaa;
}
.post-summary .post-meta-title span a {
  color:#aaaaaa;
}
.post-summary .post-meta-title span a:hover {
  text-decoration: underline;
  color:#000000;
}

.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:0px; padding-top:15px;
  font-weight: 500;
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0;
}
.post-title h2 a {
  font-size: 25px;
  color: #000000;
  display: block;
  font-weight: 500;
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0;

}
.post-list .post-title h2 {
    padding-bottom:5px; padding-top:12px;
}
.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: 0px; padding-right: 0px;
}

.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:80%; text-transform: uppercase; }
.post-meta, .post-meta a {color: #aaaaaa;}
.post-meta a {}
.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:#aaaaaa;
}
.post-meta span a {
  color:#aaaaaa;
  text-decoration: none;
}
.post-meta span a:hover {
  color:#000000;
  text-decoration: underline;
}
.post-left .post-meta {
  text-align:left;
  margin-top:0px;
}

.post-left .post-desc {
  text-align:left;
  padding-top:0;
}

.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: left;
  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:10px 15px;
  margin-top:0px;
  line-height:12px;
  color:#ffffff;
  border:2px solid #000000;
	background:#000000;
  font-size: 11px;
  letter-spacing: 1px;
	font-weight: 700;
  text-transform: uppercase;

}
.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:2px solid #C25F6A;
  color:#ffffff;
  background:#C25F6A;
}

.kc_button, .custom-button-style .kc-cta-button a, .content-button a {
  background: #000000;
  color: #ffffff;
  letter-spacing: 1px;
}
.kc_button:hover, .custom-button-style .kc-cta-button a:hover, .content-button a {
  background: #e53b55;
  color: #ffffff;
}
.kc_button.secondary {
  background: #e53b55;
  color: #ffffff;
  letter-spacing: 1px;
}
.kc_button.secondary:hover {
  background: #000000;
  color: #ffffff;
}

.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 a {
  width:26px;
  height:26px;
  border:1px solid #000000;
  border-radius: 16px;
  display: inline-block;
  text-align: center;
  color:#ffffff;
  background: #000000;
	font-size: 10px;
	line-height: 25px;
}
.share-link-summary a:hover.facebook {
  color:#fff;
  background: #325C94;
  border:1px solid #325C94;
}
.share-link-summary a:hover.google {
  color:#ffffff;
  background: #D9031F;
  border:1px solid #D9031F;
}
.share-link-summary a:hover.twitter {
  color:#ffffff;
  background: #00ABDC;
  border:1px solid #00ABDC;
}
.share-link-summary a:hover.pinterest {
  color:#ffffff;
  background: #CB2027;
  border:1px solid #CB2027;
}

.post-footer {
  float:right;
  text-align: right;
  margin-top:-31px;
}

.hr-footer-post {
  width:100%;
  height:1px;
  border-bottom: 2px solid #000000;
  margin-left:auto; margin-right:auto;
  margin-top:60px; margin-bottom:20px;
}

.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; border-bottom: 2px solid #000000; padding-bottom:50px; margin-bottom:60px;}
.post-list .img-circle {padding-top:5px; padding-bottom:5px; padding-left:5px; padding-right:5px; border-radius: 50%!important;}
.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:0px; 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: 5px 15px 5px 15px;
  border:2px solid #000;
  /*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: 11px;
  letter-spacing: 1px;
  text-align: center;
  background: #000000;
  text-transform: uppercase;
  color:#ffffff;
}
.navleft a:hover {
  color:#ffffff;
  border:2px solid #C25F6A;
  background: #C25F6A;
}

.navright a {
  padding: 5px 15px 5px 15px;
  border:2px solid #000;
  /*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: 11px;
  letter-spacing: 1px;
  text-align: center;
   background: #000000;
   text-transform: uppercase;
   color:#ffffff;
}

.navright a:hover {
  color:#ffffff;
  border:2px solid #C25F6A;
  background: #C25F6A;
}


.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: 2px solid #eeeeee;
}
.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; border-radius: 50%!important;}
.avatar-author {margin-top:-60px;}
.author-share {padding: 0px 40px 0px 40px; display:inline-block;
font-size: 14px; font-weight: 600;}



#post-0 {
  margin-top: 60px;
}

.instagram-feed {
  padding:0;
  margin:0; margin-top:0px; margin-left: auto; margin-right: auto;
  width:100%;
  /*max-width:1080px;*/
  position: relative;
  /*margin-bottom:-20px;*/
  text-align: center;
  border-top: 2px solid #000000;
}
.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;

}


.instagram-feed h5.widget-title, .instagram-feed h6.widget-title {
  border-bottom: 0px;
  text-align:center;
  padding: 10px 20px 10px 20px;
  position:absolute;
  z-index:9999;
  font-weight:600;
  font-size: 10px;
  text-transform: uppercase;
  top: 50%;
left: 50%;
transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  color:#ffffff;


}



/* =============================================================== */
/* Post Navigation
================================================================ */
.navigation {text-align:center;}
.navigation ul {display:inline-block;}
.navigation ul li {position:relative; display:inline-block;}
.navigation ul li a {position:relative; display:inline-block;}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration:none;
}

.navigation li {
  font-size: 12px;
  font-weight: 700;

}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #ffffff;
  border-radius: 0px;
  cursor: pointer;
  padding: 4px;
  padding-left:10px; padding-right:10px;
  color:#000000;
}

.navigation li a:hover,
.navigation li.active a {
  background: #000000;
  color:#ffffff;
}


/* =============================================================== */
/* 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:10px;
  padding-bottom:20px;
  max-width:1080px;
  margin-left:auto; margin-right:auto;
  font-size:80%;
}


.social-footer{
  padding:20px 0px; padding-bottom:0px;
  color:#ccc;
  letter-spacing: 0px;
  text-align:center;
  width:100%;
  margin-bottom:0px;
  background: #000000;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;


}
.social-footer a {color:#fff; font-size:18px;}
.social-footer:hover a {color:#ccc;}


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; line-height: 120%!important;}
.relatedposts-title a, .relatedposts-title a:hover {font-weight: 600; font-size: 15px; line-height: 100%!important; text-align: center; padding-top:15px; font-family: 'Heebo', sans-serif;}
.relatedposts h5 { }
.relatedposts h5:after {
    height: 1px;
    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:1080px; margin-left:auto; margin-right:auto; padding-bottom:5px; padding-left:40px; padding-right:40px;}
.slider-mobilek {max-width:1080px; margin-left:auto; margin-right:auto; margin-bottom:0px; margin-top:40px; border-bottom: 2px solid #000000;}
.slider-mobilek2 {width:100%; margin-left:auto; margin-right:auto; margin-bottom:0px; border-bottom: 2px solid #000000;}

.margin-4-first {margin-left:4%;}

 .sp-p-l {padding-left:20px;}
.sp-p-r {padding-right:20px;}

#sidebarSticky {
  padding-top:60px;
}
#contente { padding-top:60px!important; }

/* =============================================================== */
/* 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: 1080px;
}
.top-bar-post-content-right {display: none;}


}

@media only screen and (max-width: 960px) {
 header {
  display: none;
 }
}

/* 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-list .post-title h2 { padding-top:10px!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%;
}


.mean-container .mean-bar {margin-top:-5px!important; right:-3px!important;}
.mean-container .mean-nav { margin-right:0px!important; }
.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;}

.post-summary-footer {border:0!important; margin-bottom:0px!important;margin-top:0px!important; padding-bottom:0px!important;}
.content-border-left {
	border-left:0!important;
	padding-left: 0!important;
}
.content-border-right {
	border-right: 0!important;
	padding-right: 0!important;
}

  }



/* 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: #000000;
  color: #fff;
  font-weight: 300;
  width: 90%;
  min-height: 20px;
  padding: 14px;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase!important;
  text-align: center;
  border: 0;
  font-style: normal;
  letter-spacing: 1px;
}

.mail-table .mail-button input:hover {
  background: #C25F6A;
}

.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;}

.about-me .about-me-header .about-me-avatar {border-radius: 0!important; min-width:100%!important; max-width: 100%!important; margin-left: auto!important; margin-right: auto!important; position: inherit!important; float: none!important;  display: inline-block; text-align: center; border:0!important;}
.about-me .about-me-header .about-me-name {margin-top:20px; float: none; text-align:left; font-size:12px; font-weight:bold; text-transform: uppercase; letter-spacing: 1px}
.about-me .about-me-text {
  padding: 0px 0px 0px; text-align:left; 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: 1px;
    display: block;
    width: 40px;
    background: #E53B55;
    border-right: 1px white;
    content: '';
    margin-top:10px;
    margin-bottom:15px;
}
.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:11px;}
.widget_recent_entries ul li {margin-bottom:7px; text-align: left;}
.widget_recent_entries ul li a {padding-bottom:2px; text-align: left;}
.widget_categories {margin-bottom:15px; padding-bottom: 10px;}
.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: 12!important; letter-spacing: 1px!important; font-weight: 800!important; text-transform: uppercase!important; color:#000!important;}



/* Top bar post page */
.top-bar-post {
  display: none;
  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:1080px;
  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:18px;
  color:#000000;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
}
.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:2px; font-size:90%; text-transform: none; padding-bottom:2px;}
.re-ant2 {margin-top:-4px; font-size:100%;}

.link-post-det a {
  color:#606060;
  padding-bottom:4px;
  font-size:14px;
  font-weight: 300;
    font-family: 'Heebo', sans-serif;
}


.share-link-top-bar {margin-top:-13px;}


.share-link-top-bar a {
  width:26px;
  height:26px;
  border:1px solid #000000;
  border-radius: 16px;
  display: inline-block;
  text-align: center;
  color:#ffffff;
  background: #000000;
	font-size: 10px;
  line-height:25px;
}
.top-bar-post-content-center .share-link-top-bar a {
  width:26px;
  height:26px;
  padding-bottom:5px;
  border-radius: 16px;
	font-size: 10px;
  line-height:25px;
}
.share-link-top-bar a:hover.facebook {
  color:#fff;
  background: #325C94;
  border:1px solid #325C94;
}
.share-link-top-bar a:hover.google {
  color:#ffffff;
  background: #D9031F;
  border:1px solid #D9031F;
}
.share-link-top-bar a:hover.twitter {
  color:#ffffff;
  background: #00ABDC;
  border:1px solid #00ABDC;
}
.share-link-top-bar a:hover.pinterest {
  color:#ffffff;
  background: #CB2027;
  border:1px solid #CB2027;
}


.slider_div {
  background: #e53b55;
  width:40px;
  height:1px;
  content: '';
  margin-top:15px;
}
.slider_div_center {
  background: #e53b55;
  width:40px;
  height:1px;
  content: '';
  margin-top:15px; margin-bottom:15px;
  margin-left: auto;
  margin-right: auto;
}
.slider_div_white {
  background: #ffffff;
  width:40px;
  height:1px;
  content: '';
  margin-top:15px; margin-bottom:15px;
}
.slider_div_white_center {
  background: #ffffff;
  width:40px;
  height:1px;
  content: '';
  margin-top:15px; margin-bottom:15px;
  margin-left: auto;
  margin-right: auto;
}

.tp-resizeme a {color:#ffffff!important;}

.about-me-img-border {border-radius: 50%;}

.instagram-feed .widget h6.widget-title {

  margin-bottom: 15px;
}

/*hide portfolio author*/
/*
span.tg-item-author {
  display: none!important;
}
*/

h2.tg-item-title a {
  text-transform: uppercase;
  font-size:13px!important;
  letter-spacing: 1px!important;
}
span.tg-item-term {
  font-weight: 300;
  font-style: normal!important;
  font-size: 12px;
}





.author-bio-home {margin-top:0px; background:#ffffff; border-bottom:2px solid #000000; width:100%; margin-bottom:0px; text-align: center;}
.avatar-author-home {margin-left:auto; margin-right: auto;}
.avatar-author-home img.avatar { float:none; margin:10px auto; display:inline-block; border-radius: 50%;}
h5.author-title-home {color:#000000; font-size: 25px; margin-bottom:0; padding:0; margin:0; line-height:100%!important; font-weight: 500;
    font-family: 'Heebo', sans-serif;}
.author-info-home span {color:#222222!important; padding-top:20px!important;}

.author-info-home .post-meta span {
  color:#aaaaaa!important;
}

h5.author-title:after {
  height: 1px;
    display: block;
    width: 40px;
    background: #E53B55;
    border:0!important;
    content: '';
    margin-top:15px;
    margin-bottom:5px;
    margin-left:auto;
    margin-right: auto;
    padding:0!important; margin-bottom:15px!important;
}
.author-info-home h5:after {
    height: 1px;
    display: block;
    width: 40px;
    background: #E53B55;
    border:0!important;
    content: '';
    margin-top:15px;
    margin-bottom:5px;
    margin-left:auto;
    margin-right: auto;
    padding:0!important;
}


h5.widget-title, h6.widget-title, .page-title-h1, h1, h2, h3, h4, h5, h6, .widget .post-meta-title span, h3.about-me-name, #pbd-alp-load-posts2, .social-footer, .relatedposts-title a, .author-share {

}

/*START King Composer custom design*/
.progress-item span.label {
  background: none!important;
}
.sec-small-title, .kc-fb-layout-1 .content-icon i { color: #e53b55; }

.polygo-top-right {
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
}
.polygo-top-left {
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
}
.polygo-bottom-right {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}
.polygo-bottom-left {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}
.polygo-top-bottom {
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
}
.polygo-right {
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.polygo-left {
  -webkit-clip-path: polygon(17% 1%, 100% 0%, 100% 100%, 6% 100%);
clip-path: polygon(17% 1%, 100% 0%, 100% 100%, 6% 100%);
}
.split-background-horizontal {
background: linear-gradient(90deg, #f7f7f7 50%, #ffffff 50%);
}
.split-background-polygo {
background: linear-gradient(120deg, #f7f7f7 50%, #ffffff 50%);
}
.split-background-horizontal-right {
background: linear-gradient(90deg, #ffffff 50%, #f7f7f7 50%);
}
.home-style-5-welcome span {
color:#ffffff;
font-weight: 800;
}
img.box-shadow-style {
  -webkit-box-shadow: 0px 0px 70px 0px rgba(220,220,220,1)!important;
  -moz-box-shadow: 0px 0px 70px 0px rgba(220,220,220,1)!important;
  box-shadow: 0px 0px 70px 0px rgba(220,220,220,1)!important;
}
.ui-accordion-content {
  margin-bottom:20px!important;
}
.kc-google-maps iframe {height:400px!important;}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="password"] {
    -moz-box-sizing: border-box;
    font-size: 13px;
    height: 100%;
    padding: 20px;
    width: 100%;
    border:1px solid #e3e5ef;

}
.wpcf7-form textarea {
    border:1px solid #e3e5ef!important;
    width:100%

}

.div-form-full {margin-left: auto; margin-right: auto; max-width:780px;}
.div-form-full2 {margin-left: auto; margin-right: auto; max-width:870px; background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(234,234,234,1)!important;
  -moz-box-shadow: 0px 0px 40px 0px rgba(234,234,234,1)!important;
  box-shadow: 0px 0px 40px 0px rgba(234,234,234,1)!important;
  padding:80px;
}
.div-form-left {
  float:left;
  width:50%;
  padding-right:10px;
}
.div-form-right {
  float:left;
  width:50%;
  padding-left:10px;
}
.tp-caption.PostSlider-Button, .PostSlider-Button {background:#e53b55; color:#ffffff;}

#testimonial-slider {z-index:999!important;}

.float-left-cutom-css {margin-left: -120px!important;}
.kc_video_wrapper video {border-radius: 5px;}
.kc_video_wrapper {margin-left: auto!important; margin-right: auto!important;}
.margin-20-div {margin-right:-20px!important; margin-bottom:-20px!important;}
img.margin-20-bor { position: relative; }

.entry-thumb-wrapper {display: none!important;}
.kc-list-item-3 .content {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75)!important;
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75)!important;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75)!important;
border-radius: 5px!important;
}
.kc-list-item-3 .content:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0)!important;
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
border-radius: 5px!important;
}

.male-grid .tg-grid-area-bottom2 {
  margin-top:80px;
}
.male-grid .tg-grid-area-top1 {
  margin-bottom:20px;
}
/*END  King Composer custom design*/

/*START Testimonials*/
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}

.owl-carousel{
    padding-top: 20px;
}
.testimonial{
    text-align: center;
}
.description{
    /*color:#8a9aad;*/
    font-size: 15px;
    font-weight: normal;
    /*line-height: 25px;*/
    margin-bottom: 30px;
}
.pic{
    position: relative;
}
.pic > img {
    border-radius: 50%!important;
    max-width: 100px!important;
}
.pic:before{
    content: "\f10d";
    font-family: FontAwesome; font-weight: 900;
    display: inline-block;
    position: absolute;
    top:40px;
    left:37%;
    color:#eee;
    font-size: 26px;
}
.pic:after{
    content: "\f10d";
    font-family: FontAwesome; font-weight: 900;
    display: inline-block;
    position: absolute;
    top:40px;
    right: 37%;
    color:#eee;
    font-size: 26px;
}
.testimonial-title{
    font-size: 13px;
    text-transform: capitalize;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}
.testimonial-title > small{
    display: block;
    color:#ccc;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: -5px;
    letter-spacing: 1px;
}
.owl-buttons{
    position: absolute;
    top:13%;
    width: 100%;
}
.owl-prev{
    position: absolute;
    left:-14%;
}
.owl-next{
    position: absolute;
    right:-14%;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    border-radius: 50%;
}
.owl-prev:after,
.owl-next:after{
    font-family: FontAwesome; font-weight: 900;
    content: "\f060";
    width: 28px;
    height: 28px;
    font-size: 16px;
    color:#cccccc;
    transition: all 0.15s ease 0s;
}
.owl-next:after{
    content: "\f061";
}
.owl-prev:hover:after,
.owl-next:hover:after{
    color:#000000;
}
.owl-pagination{
    padding-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    width: 9px;
    height: 9px;
    background: #c5c5c5;
    border: 3px solid #c5c5c5;
    margin-right: 7px; margin-left: 7px;
    opacity: 1;
    transition: all 0.35s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #fff;
    border: 3px solid #90969d;
    opacity: 1;
}
@media screen and (max-width: 767px){
    .owl-buttons{
        top:3%;
        left: 43%;
        width: 12%;
    }
    .pic:before{
        left:10%;
    }
    .pic:after{
        right: 10%;
    }
    .polygo-right {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .split-background-horizontal {
    background: linear-gradient(90deg, #ffffff 50%, #ffffff 50%);
    }
    .polygo-left {
      -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
    }
    .split-background-horizontal, .split-background-horizontal-right {background: linear-gradient(90deg, #ffffff 50%, #ffffff 50%);}
}
@media screen and (max-width: 480px){
    .owl-buttons{
        top:3%;
        left: 40%;
        width: 18%;
    }
    .pic:before{
        left:0;
    }
    .pic:after{
        right: 0;
    }
}
/*END Testimonials*/

pre.wp-block-code {
  padding: 40px;
  width:100%;
}


#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom:10px;
	margin: 0 10px 0 0;
	z-index:100;

}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:40px;
	height:40px;
	background: url(images/back_to_top_btn.png) no-repeat 50% 50%;
	background-color:#454545;
	-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;


  border-radius:50%;

}
#backtotop a:hover {background-color: #454545;}

.site-menu.floating {
  position: fixed;
  top: 0;
  padding-top:0px; padding-bottom:0px;
  margin-top:0px; margin-bottom:0px;
   z-index:9999;
   background:#ffffff;
   border-top:0;
   -webkit-box-shadow: 0px 4px 22px -8px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 4px 22px -8px rgba(0,0,0,0.25);
box-shadow: 0px 4px 22px -8px rgba(0,0,0,0.25);
width:100%!important;
max-width:100%;
padding-left:60px; padding-right: 60px;
}
.site-menu.floating nav ul li a {
  padding-top: 10px; padding-bottom:10px;
  color:#000000;
}
.site-menu.floating nav ul li ul li a {
  color:#ffffff!important;
}
.site-menu.floating nav ul ul li a {
  padding-top: 5px; padding-bottom:5px;
}
.site-menu.floating .logo-header { display: none; }
.site-menu.floating .menu-header { padding-top:0px!important; padding-bottom:0px!important; margin-top:0px; margin-bottom:0px; }
.logo-header-float {display: none;}
.site-menu.floating .logo-header-float { display: block; float: left; }
.site-menu.floating .logo-header-float img { padding-top:8px; }
.logo-header-float-hide { display: none; }
.site-menu.floating .logo-header-float-hide { display: none; }
.site-menu.floating a#hidden_menu {color: #000000;}

/*.tg-item-inner .tg-item-excerpt { display: none; }*/
.tg-item-inner .tg-cats-holder { display: none!important; }
.tg-item-content-holder .tg-item-footer span { display: none!important; }
.tg-item-content-holder .tg-item-footer a { display: none!important; }
.tg-item-inner .tg-item-excerpt { display: none!important; }
.tg-item-read-more a {
  background:#000000!important;
  color:#ffffff!important;
  border: 2px solid #000000!important;
}
.tg-item-read-more a:hover {
  background:#e53b55!important;
  color:#ffffff!important;
  border: 2px solid #e53b55!important;
  opacity: 1!important;
}


.wc-form .wpcf7-form input[type="text"], .wc-form .wpcf7-form input[type="email"], .wc-form .wpcf7-form input[type="password"] {
    -moz-box-sizing: border-box;
    font-size: 13px;
    height: 100%;
    padding: 12px;
    width: 100%;
    border:1px solid #ffffff;
    color:#000000;
    border-radius: 3px;

}
.wc-form .wpcf7-form textarea {
    border:1px solid #ffffff!important;
    width:100%;
    border-radius: 3px;

}
.wc-form .wpcf7-form input[type="submit"] {
    background: #e53b55;
    border:0;
}
.wc-form .wpcf7-form input[type="submit"]:hover {
    background: #000000;
    border:0;
}
