/* 

	    Elantra Main Stylesheet

	- - - - - Content - - - - - - -
		
	01 - Reset & Basics
	02 - Header
	03 - Blog Style
	04 - Post Formats
	05 - Blog Masonry
	06 - Most Commented Block
	07 - Featured Slider
	08 - Other Styles
	09 - Gallery
	10 - Comment Form
	11 - Sidebar
	12 - Contact Form
	13 - Wordpress Custom Style
	14 - Footer
	15 - Media Queries
	
	- - - - - - - - - - - - - -
	
*/





/* 01 - Reset & Basics
-----------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
}

body {
  background: #f5f5f5;
  color: #252525;
  word-wrap: break-word;
  overflow-wrap: break-word;
 /* Renamed property in CSS3 draft spec */
  overflow-x: hidden;
  font-size: 14px;
}

a {
	color: #d8b18e;
}

a, a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

a:active {
  text-decoration: none;
}

a:active, a:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

a:hover, a:focus {
	text-decoration: none;
}

.full .container {
  width: 100% !important;
}

.full-width {
	width: 100% !important;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}
 
.no-padding {
	padding: 0px !important;
}

#ElantraTheme-layout .wpb_row.vc_row-fluid.full .wpb_column {
  padding: 0 !important;
  margin: 0;
}

.container .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.wpb_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.elantraBox {
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  -moz-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  width: 1200px;
  margin: 60px auto;
}

#elantra-loader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

span.dropcap {
	text-transform: none !important;
	font-family: 'Raleway', sans-serif !important;
	font-weight: bold !important;
	color: #fff !important;
	background: #252525 !important;
	float: left !important;
	padding: 20px 20px !important;
	font-size:100px !important;
	margin:6px 30px 0 0!important;
	line-height:110px !important;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover {
  outline: 0px !important;
  -webkit-appearance: none;
  color: #252525 !important;
}

input, button, select, textarea {
  max-width: 100%;
}

textarea {
	min-height: 180px;
}

input, select, textarea {
  box-shadow: none !important;
  background: #fff !important;
  color: #252525 !important;
  border-radius: 0 !important;
  font-family: 'Raleway', sans-serif;
	height: 50px;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 42px;
	padding-left: 20px;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border: 1px solid rgba(0,0,0,0.06);
	width: 100%;
}



input[type="submit"] {
	color: #fff !important;
	background: #252525 !important;
	text-align: center;
	font-size: 14px;
	border: none;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 26px;
	margin-top: 6px;
}


input[type="submit"]:hover {
	background: #d8b18e !important;
}

div.wpcf7-validation-errors {
	border: none;
	background: #252525;
	color: #fff;
	text-align: center;
}

div.wpcf7-response-output {
	margin: 0px !important;
}

select {
	padding: 10px;
}

input[placeholder], [placeholder], *[placeholder] {
  color: #252525 !important;
  font-size: 15px;
  padding: 0px 26px;
}

.form-group {
  margin-bottom: 5px;
  padding: 0px;
}

/* Scroll To Top */

.scrollToTop {
  width: 50px;
  padding: 20px 0px;
  text-align: center;
  background: #fff;
  color: #252525;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 0px;
  display: none;
  z-index: 1000;

}

.scrollToTop i {
	width: 100%;
}

.scrollToTop span {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
	font-weight: bold;
}

.scrollToTop:hover {
  color: #fff;
  background: #252525;
}

/* 02 - Header
-----------------------------------*/

/* About Me Section */


.about-me-section-bg {
 	background-color: #252525;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 46px;
	z-index: 1;
} 


.about-me-section-wrapper:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: -1;
	left: 0px;
	display: block;
	background: #252525;
 	filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    opacity:0.7;
    -moz-opacity: 0.70; 
}
.about-me-section-wrapper {

	color: #fff;
	text-align: center;
	padding: 50px 0px;
	z-index: 1;
	position: relative;

}

.about-me-section-wrapper .about-me-fa {
	font-size: 36px;
}

.about-me-section-wrapper .socials:after {
	display: none;
}


.about-me-section-wrapper .section-image {
	display: inline-block;
	margin-bottom: 20px;
}


.about-me-section-wrapper h2 {
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 70px;
	position: relative;
}

.about-me-section-wrapper h2:after {
	content: '';
	position: absolute;
	width: 52px;
	height: 2px;
	background: #d8b18e;
	left: 50%;
	bottom: -29px;
	margin-left: -26px;
}

.about-me-section-wrapper .section-content {
	font-weight: normal;
	font-size: 14px;
}


/* small header */

.small-header-wrapper {
  background: #252525;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
	
}
.small-header-wrapper a {
	color: #fff;
}

.small-header .nav>li>a:hover, 
.small-header .nav>li>a:focus {
  background: none;
  color: #fff;
}


.small-header #menu-header-links-menu>li:first-child>a {
	padding-left: 0px;
}


.small-header .navbar-nav {
	font-size: 13px;
}

.small-header .navbar-nav>li>a {
	line-height: 16px;
	color: rgba(255,255,255,0.4);
}

.small-header .navbar-nav>li>a:hover {
	line-height: 16px;
	color: rgba(255,255,255,1);
}

/* reset */

.navbar {
  margin-bottom: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.navbar-default {
  background: transparent;
  border: none;
} 

.navbar-collapse {
  padding: 0;
}

/* logo */

a.logo-text {
  margin-top:16px;
  display: inline-block;
  font-size: 46px;
  position: relative;
  line-height: 98px;
  color: #252525;
  font-family: 'Noto Serif', serif;
}

a.logo-text img {
	display: inline-block;	
}

.ElantraTheme-brand {
  padding: 167px 0;
  text-align: center;
  overflow: hidden;
}

.ElantraTheme-brand img {
  margin: 0 auto;
  display: inline-block;
}

.cssanimations *[data-anim="true"] {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate3d(0, 90px, 0);
  -moz-transform: translate3d(0, 90px, 0);
  transform: translate3d(0, 90px, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.cssanimations .anim-in[data-anim="true"] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.logo-back {
  position: absolute;
  top: 10px;
  left: 0;
  transform: scale3d(1.01, 1.01, 1) translate3d(0px, 0px, 0px);
  width: 100%;
  min-height: 100%;
}

/* header style */

.ElantraTheme-header.header-1 {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.ElantraTheme-header.header-1:after {
	content:'';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: 4px;
	background: rgba(0,0,0,0.06);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.is-sticky .ElantraTheme-header.header-1 {
  left: 0;
  width: 100%;
  z-index: 1000;
}

.is-sticky .ElantraTheme-header.header-1:after {
	opacity: 0;
}

.navbar-nav.navbar-center {
  float: none;
  text-align: center;
}

.navbar-nav>li {
  float: none;
  display: inline-block;
}

.header-1 .navbar-nav>li>a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  padding: 62px 0px 62px 0px;
  position: relative;
  margin: 0px 22px 0px 22px;
  color: #252525;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.is-sticky .navbar-nav>li>a {
  padding: 42px 0px 42px 0px;
}

.is-sticky a.logo-text {
	margin-top: 0px;
	line-height: 88px;
}

.is-sticky .elantra-header-search {
height: 94px;
line-height: 94px;
}

.is-sticky .elantra-header-search .search {
	top: 73px;
}

.is-sticky .header-1 .navbar-nav>li>a:before {
	bottom: 32px;
}

.is-sticky .elantra-header-search i {
line-height: 94px;
}

.header-1 .navbar-nav>li>a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	left: 0px;
	bottom: 50px;
	background: #d8b18e;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.header-1 .navbar-nav>li>a:hover:before {
	width: 100%;
}
.header-1 .navbar-nav>li>:last-child>a {
  padding-right: 0;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background: none;
  color: #252525;
}

.dropdown-menu {
  margin: 0px;
  padding: 0px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 0;
  max-width: 260px;
  min-width: 210px;
  background: #252525;
}

.dropdown-menu li {
	position: relative;
}

.dropdown-menu li:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	left: 0px;
	bottom: 0px;
	background: #d8b18e;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 999;
}

.dropdown-menu li:hover:after {
	width: 100%;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
}

.navbar-nav>li>.dropdown-menu:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #252525 transparent;	
}

.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}

.dropdown-menu>li>a {
  color: rgba(255,255,255,0.55);
  padding: 15px 20px;
  font-family: 'Raleway', sans-serif;
  font-weight:normal;
  text-transform: none;
  font-size: 13px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  white-space: normal;
}

.dropdown-menu>li>a:not(last-child) {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background: rgba(255,255,255,0.04);
  color: #fff;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-left: 0;
}

.menu-item-has-children>a:after {
  content: "+";
  margin-left: 10px;
}

.dropdown-menu>li.dropdown>a:after {
  content: "+";
  right: 20px;
  position:absolute;
}

.dropdown-menu>li.dropdown>a {
  padding-right: 45px;
  
}

.sticky-wrapper {
  height: auto !important;
  min-height: 50px;
}

.is-sticky {
  background-color: inherit;
}

.logged-in .is-sticky {
  top: 33px !important;
}

.elantra-header-search {
  position: relative;
  float: right;
  cursor: pointer;
  height: 138px;
  line-height: 138px;
  font-size: 16px;
  color: #252525;
  margin-left: 32px;
}

.elantra-header-search i {
  display: block;
  line-height: 134px;
   -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.elantra-header-search:hover i {
  color: #d8b18e;
}

.elantra-header-search .search {
  position: absolute;
  top: 86px;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  width: 200px;
  left: -284px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.elantra-header-search .search .search-query {
  height: 48px;
  line-height: 48px;
  background: #fff !important;
  font-family: "Raleway", sans-serif;
  width: 300px;
  max-width: 300px;
  padding: 0px 22px;
  font-weight: normal;
  border: 1px solid rgba(0,0,0,0.06);
  border-top: 0;
}

.elantra-header-search.acik .search {
  visibility: visible;
  opacity: 1;
}


/* 03 - Blog Style
-----------------------------------*/

.blog-excerpt {
  font-weight: normal;
} 
/*  2.1 classic style */
.sidebar-inner {
  margin-bottom: 40px;
}

.blog-standard-with-sidebar .post-item {
  padding: 0px;
  margin-bottom: 22px;
}

.masonry-blog .post-item {
  background: #fff;
}

.blog-standard-with-sidebar .blog-content-container {
  background: #fff;
  margin-bottom: 22px;
  width: 100%;  
  height: auto;
  position: relative;
  display: inline-block;
}  
  
.blog-standard-with-sidebar .blog-content {
  padding-left: 35px;
  padding-bottom: 35px;
  padding-right: 35px;
  position: relative;
  display: block;
  width: 100%;  
  height: auto;
  text-align: center;
}

.blog-standard-with-sidebar h1.blog-title {
  margin-bottom: 18px;
  font-size: 28px;
}

.blog-standard-with-sidebar .blog-title {
  padding: 0 30px;
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: normal;
}

.blog-standard-with-sidebar .blog-title a {
  color: #252525;
  line-height: 40px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-standard-with-sidebar .postdata {
  text-align: center;
  display: block;
  position: relative;
}

.blog-post-icon {
	position: absolute;
	z-index: 90;
	background: #252525;
	color: #fff;
	width: 56px;
	height: 82px;
	line-height: 82px;
	font-size: 26px;
	text-align: center;
	margin-left: 30px;
	margin-top: 30px;
}


.blog-standard-with-sidebar .blog-meta {
  font-size: 14px;
  font-weight: normal;
  color: #252525;
  padding: 0px 30px;
  margin-bottom: 45px;
}

.blog-standard-with-sidebar .blog-meta a:focus,
.blog-standard-with-sidebar .blog-meta a:active,
.blog-standard-with-sidebar .blog-meta a:hover {
	border: none;
}

.blog-standard-with-sidebar .blog-meta i {
  margin-right: 9px;
}

.blog-meta>span {
	margin: 0px 3px
}

.blog-standard-with-sidebar .blog-meta i.fa-cog {
  margin-left: 0px;
  margin-right: 0px;
}

.blog-standard-with-sidebar .blog-meta a {
  color: #252525;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-standard-with-sidebar .blog-meta a:hover, .blog-standard-with-sidebar .blog-title a:hover {
  color: #d8b18e;
}

.blog-standard-with-sidebar .blog-thumbnail {
  margin-bottom: 20px;
}

.blog-standard-with-sidebar .blog-excerpt {
  line-height: 28px;
  margin-top: 32px;
  text-align: center;
}


.blog-standard-with-sidebar .margin-up-block {
  padding: 30px 34px 0px 34px; 
  z-index: 2;
  margin-top: -110px; 
  min-height: 100px;
  position: relative;
  display: block;
  background: #fff;
}


.read-more-button {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 45px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; 
}



.read-more-button a {
  color: #252525;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 11px 30px 11px 30px; 
}

.read-more-button:hover a {
  color: #252525;
  border-color: #d8b18e;
}


.read-more-button:hover {
  border-color: #d8b18e;
}

.read-more-button i {
  margin-left: 7px;
}



/* 04 - Post Formats
-----------------------------------*/


/* Post Like System */


a.jm-post-like {
	-moz-transition: all 0.3s ease-out 0.2s;
	-webkit-transition: all 0.3s ease-out 0.2s;
	-o-transition: all 0.3s ease-out 0.2s;
}

a.jm-post-like.liked {
	color: #d8b18e;
}
a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #d8b18e;
}


/* quote */
.blog-standard-with-sidebar .post-item.format-quote, .blog-standard-with-sidebar .post-item.format-link {
  padding: 0;
  clear:both;
}

.quoto-link-image {
  position: relative;
  background: #d8b18e;
}

.quoto-link-over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  text-align: center;
  color: #fff;
  padding: 107px 50px 80px;
  background: rgba(0,0,0,0.3);
}

.masonry-container .quoto-link-over {
  background: none;
}


.quoto-link-over h3.quoto-link-content {
  font-weight: normal;
  margin-top: 17px;
  color: #fff;
}

.quoto-link-over h5.quoto-link-name {
  font-weight: normal;
  line-height: 36px;
}

.quoto-link-over .fa {
  font-size: 36px;
  line-height: 1;
}

.quoto-link-over.no-image {
  position: relative;
  height: auto;
  overflow: hidden;
  background: transparent;
}

.quoto-link-over img {
  border-radius: 3px;
}

.quoto-link-image {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  -moz-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
}

/* Gallery Post Type  */

.post-slider {
  position: relative;
  overflow: hidden;
}

.post-slider .flex-direction-nav a, .portfolio-slider .flex-direction-nav a {
  display: block;
}

.post-slider .flex-direction-nav a {
   top: 0;
   opacity: 1;
   display: block;
   text-align: center;
   line-height: 56px;
}

.full-page-wrapper .post-slider .flex-direction-nav a {
	top: auto;
	bottom: 0px;
}

.post-slider .flex-direction-nav .flex-prev {
  left: auto;
  right: 46px;
}

.post-slider .flex-direction-nav .flex-next {
  right: 0;
}

.post-slider:hover .flex-prev {
  left: auto;
  right: 46px;
}

.post-slider:hover .flex-next {
  right: 0;
}

.post-slider .flex-direction-nav a {
  background: #252525 !important;
  height: 56px!important;
  width: 46px!important;
}

.post-slider .flex-direction-nav a.flex-next:before ,
.post-slider .flex-direction-nav a.flex-prev:before {
	opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; 
}

.post-slider a.flex-next:hover:before ,
.post-slider a.flex-prev:hover:before {
	opacity: 0.4;
}


.post-slider .flex-direction-nav a {
	text-shadow: none;
}

.post-slider .flex-direction-nav a.flex-next:before {
	content: '\f054';
	color: #fff;
	font-size: 18px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.post-slider .flex-direction-nav a.flex-prev:before {
	content: '\f053';
	color: #fff;
	font-size: 18px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.post-grid-thumbnails {
  padding: 0px;
  text-align: center;
}

.post-grid-thumbnails ul {
	display: inline-block;
}

.post-item .flex-direction-nav a {
	margin: 30px 30px 0px 0px;
}

.post-grid-thumbnails li {
  width: 33%;
  margin: 0 0.15%;
  margin-bottom: 1px;
  float: left;
  position: relative;
  overflow: hidden;
}

.masonry-blog .post-grid-thumbnails li {
  width: 49.7%;
    margin: 0 0.15%;
	margin-bottom: 1px;
}

.elantra-caption {
  display: none;
}

.post-grid-thumbnails li .elantra-caption {
  position: absolute;
  bottom: -40px;
  width: 100%;
  left: 0;
  line-height: 40px;
  padding-left: 20px;
  display: block;
  background: rgba(0,0,0,0.7);
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}


.post-grid-thumbnails li:hover .elantra-caption {
  bottom: 0;
}

/* audio video */

.mejs-controls .mejs-time-rail span, 
.mejs-controls .mejs-time-rail a,
.mejs-time-buffering,
.mejs-time-loaded,
.mejs-time-current,
.mejs-time-handle,
.mejs-time-float {
	border-radius: 0px !important;
	outline: none !important;
}

.mejs-time-loaded,
.mejs-time-current,
.mejs-time-total, .mejs-time-slider {
  height: 4px !important;
  outline: none !important;
}

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
	background: rgba(0,0,0,0.5) !important;
	outline: none !important;
}

.ElantraTheme_custom_audio .mejs-container, .ElantraTheme_custom_audio .mejs-embed, .ElantraTheme_custom_audio .mejs-embed body, .ElantraTheme_custom_audio .mejs-container .mejs-controls {
	margin-top: -50px !important;
}


.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: rgba(255, 255, 255, 0.5) !important;
}

.mejs-controls .mejs-time-rail {
	margin-top: 3px !important; 
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	height: 4px !important;
	top: 13px !important;
}

.mejs-container .mejs-controls,
.mejs-container,
.mejs-audio {
	height: 50px;
}


.mejs-audio {
	height: 50px !important;
}

.mejs-container .mejs-controls .mejs-time {
	padding: 18px 3px 0 !important;
}

.mejs-controls div.mejs-time-rail {
	padding-top: 15px !important;
}

.mejs-controls .mejs-button button {
	margin: 17px 5px !important;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	margin-top: 10px; 
}

.mejs-overlay-button{display:none;}
.mejs-container .mejs-controls{height:50px!important;background:#rgba(0,0,0,0.7)!important; visibility:visible!important;}


/* 05 - Blog Masonry
-----------------------------------*/

.masonry-container {
  padding: 0;
  position: relative;
}

.masonry-blog {
  position: relative;
  display: block;
}

.masonry-blog .post-item {
  padding-top: 0px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
  display: block;
}

.masonry-blog .socials:after {
	display: none;
}


.masonry-blog .read-more-button {
	margin-bottom: 20px;
}


.masonry-blog .quoto-link-over {
	position: relative;
}


a.ElantraTheme-loading-button {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  padding: 3px 10px; 
  color: #fff;
  width: 30%;
  background: #252525;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
} 


a.ElantraTheme-loading-button:hover {
  background: #d8b18e;
  color: #fff;
}

.ElantraTheme-loadblog {
  text-align: center;
  margin: 40px 0px 80px 0px;
}

.ElantraTheme-loading-button #infscr-loading {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  margin-top: -26px;
}


/* 06 - Most Commented Block
-----------------------------------*/

 
.most-commented-block-wrapper {
	background: #eaeaea;
	padding: 60px 0px 30px 0px;
} 
 

.most-commented-title h2 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-top: 0px;
	padding-bottom: 36px;
	margin-bottom: 36px;
}
 
 
.most-commented-block .post-item {
	background: #fff;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}


.most-commented-block .post-item .blog-thumbnail {
	width: 50.1%;
	overflow: hidden;
	position: relative;
	float: left;
	z-index:1;
}
 
.most-commented-block .post-item .blog-thumbnail img {
  -webkit-transition: all 0.4s; 
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 0;
  transform: scale(1.2); 
-webkit-transform: scale(1.2); 
}
.most-commented-block .post-item .blog-thumbnail:hover img { 
transform: scale(1.0); 
-webkit-transform: scale(1.0); 
}

.most-commented-block .post-item .blog-thumbnail a {
	z-index: -1;
	display: block;	
}

.most-commented-block .post-item .blog-thumbnail a:after {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background: #252525;
 	filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity:0;
    -moz-opacity: 0; 
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;

}


.most-commented-block .post-item .blog-thumbnail a:hover:after {
 	filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    opacity:0.7;
    -moz-opacity: 0.70; 
}


.most-commented-block .post-item .blog-thumbnail a:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
 	content: "\f067";
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	color: #fff;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-top: -220px;
	margin-left: -20px;
 	filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity:0;
    -moz-opacity: 0;
}


.most-commented-block .post-item .blog-thumbnail a:hover:before {
	margin-top: -20px;
	filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1; 
}



.most-commented-block .post-item .blog-thumbnail:before,
.most-commented-block .post-item .blog-thumbnail:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	z-index: 1;
 	filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity:0;
    -moz-opacity: 0;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.most-commented-block .post-item .blog-thumbnail:hover:before {
 	filter: alpha(opacity=20);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    opacity:0.2;
    -moz-opacity: 0.2;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

.most-commented-block .post-item .blog-thumbnail:hover:after {
 	filter: alpha(opacity=20);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    opacity:0.2;
    -moz-opacity: 0.2;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

.most-commented-block .post-item .postdata {
	width: 49.9%;
	padding: 20px;
	position: relative;
	float: left;
	text-align: center;
}

.most-commented-block .post-item .postdata .blog-meta {
	margin-top: 10px;
}

.most-commented-block .post-item .postdata .entry-title {
	color: #252525;
	font-size: 21px;
	font-weight: bold;
	width: 100%;
	height: 100px;
	margin-top: 36px;
	margin-bottom: 20px;
	overflow: hidden;
	display: table;
}

.most-commented-block .post-item .postdata .entry-title a {
	color: #252525;
	display: table-cell; 
	vertical-align: middle; 
}

.most-commented-block .post-item .postdata .entry-title a:hover {
	color: #d8b18e;
}

.most-commented-block .post-item .blog-meta i {
margin-right: 9px;
}

.most-commented-block .read-more-button {
	width: 100%;
	margin: 20px 0px 0px 0px;
	display: block;
}

.most-commented-block .read-more-button a {
	width: 100%;
}

.most-commented-block article:nth-child(4n-2) .post-item, 
.most-commented-block article:nth-child(4n-1) .post-item {
            background: #252525 !important;
            color: #fff;
}

.most-commented-block article:nth-child(4n-2) .entry-title a, 
.most-commented-block article:nth-child(4n-1) .entry-title a{
            color: #fff !important;
}

.most-commented-block article:nth-child(4n-2) .entry-title a:hover, 
.most-commented-block article:nth-child(4n-1) .entry-title a:hover{
			color: #d8b18e !important;
}

.most-commented-block article:nth-child(4n-2) .read-more-button a, 
.most-commented-block article:nth-child(4n-1) .read-more-button a{
			color: #fff;
			border-color: rgba(255,255,255,0.1);
}

.most-commented-block article:nth-child(4n-2) .read-more-button a:hover, 
.most-commented-block article:nth-child(4n-1) .read-more-button a:hover {
			border-color: #d8b18e;
}


/* 07 - Featured Slider
-----------------------------------*/

.featured-slider,
.simple-slider {
  position: relative;
  padding-bottom: 75px;
}


.slider-clearfix {
	position: relative;
	height: 40px;
}

.featured-posts,
.simple-posts {
  position: relative;
}

.featured-posts .featured-item {
  width: 600px;
  float: left;
  position: relative;
}

.simple-posts .simple-item {
  float: left;
  position: relative;
}

.featured-meta {
  font-size: 14px;
  display: block;
  position: absolute;
  height: auto;
  line-height: 1.1;
  width: 100%;
  color: #fff;
  padding-left: 48px;
  padding-top: 0px;
  padding-right: 48px;
  font-weight: normal;
  bottom: -120px;
  left: 0;
  text-align: center;
  margin: -50px 0 0 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.featured-meta .h2 {
	min-height: 80px;

}

.simple-slider .featured-meta .h2 {
	min-height: 0;
}

.featured-meta .h2 p a {
	color: #fff;
}

.simple-slider .featured-meta {
	text-align: center;
	padding: 0px 80px 20px 80px;
}


.featured-item:hover .featured-meta {
 bottom: 0px;
}


.simple-item:hover .featured-meta {
 bottom: 0px;
}


.featured-item-overlay {
	z-index: 9999;
}

.featured-item-overlay {

	overflow: hidden;
}

.featured-item-overlay .scale {
  -webkit-transition: all 0.4s; 
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
  position: relative;
  transform: scale(1.2); 
-webkit-transform: scale(1.2); 
}
.featured-item-overlay:hover .scale { 
transform: scale(1.0); 
-webkit-transform: scale(1.0); 
}

.featured-item:hover {
	background: none;
}

.simple-item:hover {
	background: none;
}



.featured-item-overlay:before {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background: #252525;
 	filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity:0;
    -moz-opacity: 0; 
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;

}


.featured-item:hover .featured-item-overlay:before,
.simple-item:hover .featured-item-overlay:before {
 	filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    opacity:0.7;
    -moz-opacity: 0.70; 
}



.featured-item:before,
.featured-item:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	z-index: 1;
 	filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity:0;
    -moz-opacity: 0;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.simple-item:before,
.simple-item:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 1px;
	z-index: 1;
 	filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity:0;
    -moz-opacity: 0;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.featured-item:hover:before,
.simple-item:hover:before {
 	filter: alpha(opacity=20);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    opacity:0.2;
    -moz-opacity: 0.2;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

.featured-item:hover:after,
.simple-item:hover:after {
 	filter: alpha(opacity=20);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    opacity:0.2;
    -moz-opacity: 0.2;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}


.featured-meta a .h2 {
	color: #fff;
	display: block;
	font-size: 36px;
	text-align:center;
	font-weight: normal;
	line-height: 48px;
	margin-bottom: 46px;
}

.featured-meta a:hover {
  color: #d8b18e;
}

.featured-meta i {
  font-size: 4px;
  vertical-align: middle;
  margin: 0 11px;
}

.featured-meta p {
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 0px;
  margin-bottom: 42px;
  min-height: 76px;
}

.simple-item .featured-meta p {
	min-height: 50px;
}

.featured-meta p i {
  line-height: 26px;
  font-size: 14px;
}

.featured-meta p a {
  color: #d8b18e;
  text-decoration: underline;
}

.featured-meta p a:hover {
  color: #d8b18e;
  text-decoration: none;
}

.featured-meta p a:hover {
  color: #fff;
}

.featured-slider .flex-control-nav,
.simple-slider .flex-control-nav {
  bottom: 20px;
}

.featured-slider .flex-control-paging li a,
.simple-slider .flex-control-paging li a {
	background: rgba(0,0,0,0.1);
	position: relative;
}


.featured-slider .flex-control-paging li a:before,
.simple-slider .flex-control-paging li a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	left: 0px;
	background: #252525;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.simple-slider .flex-direction-nav a {
	display: block;
	width: 42px;
	height: 60px;
	top: 50%;
	margin-top: -65px;
	position: absolute;
	text-shadow: none !important;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 999;
	text-align: center;
}

.simple-slider .flex-direction-nav a:hover {
		background: #252525;
}


.simple-slider:hover .flex-prev,
.simple-slider:hover .flex-next {
	left: -42px;
	opacity: 1;
	line-height: 64px;
}

.simple-slider:hover .flex-next{
	right: -42px;
	left: auto;
}

.simple-slider .flex-direction-nav a.flex-prev:before,
.simple-slider .flex-direction-nav a.flex-next:before {
	content: '\f053';
	color: #252525;
	font-size: 18px;
	line-height: 58px;
	height: 20px;
	top: 50%;
	text-align: center;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.simple-slider .flex-direction-nav a.flex-next:before {
	content: '\f054';
}


.simple-slider .flex-direction-nav a.flex-prev:hover:before,
.simple-slider .flex-direction-nav a.flex-next:hover:before {
	color: #fff;
}




.featured-slider .flex-control-paging li a:hover:before,
.simple-slider .flex-control-paging li a:hover:before {
	width: 100%;
}

.featured-slider .flex-control-paging li a.flex-active,
.simple-slider .flex-control-paging li a.flex-active {
	background: #252525;
}

.featured-slider .flex-control-paging li a,
.simple-slider .flex-control-paging li a {
  width: 36px;
  height: 6px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.featured-slider-alternative {
  margin-bottom: 56px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  -moz-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  overflow: hidden;
  position: relative;
}

.featured-right {
  width: 680px;
  height: 400px;
  float: right;
}

.featured-left {
  width: 360px;
  height: 400px;
  float: left;
  padding: 40px;
}

.featured-meta-alternative h4 a, .featured-meta-alternative h4 {
  margin-top: 0;
  line-height: 1;
  color: #252525;
}

.featured-meta-alternative p {
  font-size: 14px;
}

.featured-meta-alternative p a {
  color: #252525;
}

.featured-meta-alternative i {
  font-size: 4px;
  vertical-align: middle;
  margin: 0 10px;
}

.featured-slider-alternative .blog-excerpt p {
  font-size: 14px;
  line-height: 24px;
}

.featured-slider-alternative .flex-direction-nav a {
  opacity: 1;
  margin: -74px 0 0;
  top: 100%;
  color: #bababa;
  background: #e9e9e9;
  text-align: center;
  border-radius: 4px;
}

.featured-slider-alternative .flex-direction-nav a:hover {
  background: #d8b18e;
  color: #fff;
}

.featured-slider-alternative .flex-direction-nav .flex-prev {
  left: 235px;
}

.featured-slider-alternative .flex-direction-nav .flex-next {
  right: auto;
  left: 280px;
}

.featured-slider-alternative .flex-direction-nav a.flex-next:before {
  content: "\f061";
  font-family: 'FontAwesome';
  background-image: none;
  font-size: 14px;
  line-height: 40px;
}

.featured-slider-alternative .flex-direction-nav a.flex-prev:before {
  content: "\f060";
  font-family: 'FontAwesome';
  background-image: none;
  font-size: 14px;
  line-height: 40px;
}

.featured-left .blog-excerpt a {
  color: #9a9a9a;
}


/* 08 - Other Styles
-----------------------------------*/


/* Author  */

.about-the-author {
  background: #fff;
  padding: 0 0 35px 0;
  margin-bottom: 40px;
}

.about-the-author h6 {
  font-family: 'Raleway', sans-serif;
  line-height: 70px;
  margin: 0;
  color: #252525;
  padding-left: 35px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}

.author-meta {
  padding: 35px 35px 0 35px;
}

.author-meta .avatar {
  float: left;
  margin-right: 30px;
}

.author-bio {
  float: left;
  width: 82%;
}

.author-bio i {
  line-height: 40px;
}

p.about-author {
  font-size: 14px;
  color: #252525;
  font-weight: normal;
}

p.about-author-desc {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 24px;
}

/* Page-404 */

.page-404 {
	text-align: center;
	padding: 40px 0px;
}

.page-404 a:hover {
	color: #252525;
}

/* Related Posts */

.related-posts {
  background: #fff;
  padding: 0 0 35px 0;
  margin-bottom: 40px;
}

.related-posts h6 {
  font-family: 'Raleway', sans-serif;
  line-height: 70px;
  margin: 0;
  color: #252525;
  padding-left: 35px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}

.related-box {
  padding: 0 35px;
  margin-top: 35px;
}

.related-posts .related-item {
  width: 33%;
  margin-right: 0.5%;
  position: relative;
  float: left;
  min-height: 68px;
  overflow: hidden;
}

.related-posts .related-item:nth-child(3) {
  margin-right: 0;
}

.related-title {
	font-family: 'Raleway', sans-serif;
	font-size: 14px; 
	line-height: normal;
	font-weight: bold;
  position: absolute;
  bottom: -160px;
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,0.7);
  padding: 20px 20px 20px 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.related-posts .related-item:hover .related-title {
bottom: 0px;

}

.related-title a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

/* social share */


.blog-standard-with-sidebar .socials-wrapper {
	padding: 0px 30px;
	position: relative;
}

.socials {
  display: block;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 1;
}


.socials:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.1);
	left: 0px;
	top: 50%;
	z-index: -1;
}


.socials i {
  line-height: 40px;
}

.facebook-share, .twitter-share, .pinterest-share, .google-share, .tumblr-share, .linkedin-share, .stumbleupon-share, .mail-share {
  display: inline-block;
  cursor: pointer;
  height: 42px;
  width: 42px;
  margin: 5px 5px 5px 5px; 
  border-radius: 50%;
  color: #fff;
  background: #252525;
  text-align: center;
  line-height: 42px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.mail-share a {
  color: #fff;
}

.facebook-share:hover {
  background: #3b5998;
  color: #fff;
}

.twitter-share:hover {
  background: #00aced;
  color: #fff;
}

.pinterest-share:hover {
  background: #cb2027;
  color: #fff;
}

.google-share:hover {
  background: #dd4b39;
  color: #fff;
}

.tumblr-share:hover {
  background: #32506d;
  color: #fff;
}

.linkedin-share:hover {
  background: #007bb6;
  color: #fff;
}

.stumbleupon-share:hover {
  background: #eb4924;
  color: #fff;
}

.mail-share:hover {
  background: #d8b18e;
  color: #fff;
}

.mail-share:hover a {
  color: #fff;
}

/* Pagination */

.index-pagination {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 49px;
  margin-top: 40px;
  text-align: center;
}

.page-numbers {
  list-style: none;
  padding-left: 0;
}

.page-numbers > li {
  display: inline;
}

.page-numbers .current:hover {
  color: rgba(255,255,255,0.6);
}

.page-numbers .current {
  background: #252525;
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
  font-weight: bold;
  border-radius: 0;
  padding: 14px 18px;
  moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.page-numbers > li a {
  position: relative;
  color: #a5a5a5;
  font-size: 14px;
  line-height: 1;
  border-radius: 0;
  margin-right: 10px;
  font-weight: bold;
  padding: 14px 18px;
  background: #fff;
}

.page-numbers > li a.prev {
  border-radius: 0;
}

.page-numbers > li a.next {
  border-radius: 0;
}

.page-numbers > li:hover a {
  background: #d8b18e;
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.newer-page {
  float: left;
  position: relative;
}

.older-page {
  float: right;
  position: relative;
}

.newer-page a, .older-page a {
  margin-bottom: 60px;
  background: #fff;
  color: #bebebe;
  display: block;
  line-height: 50px;
  font-size: 14px;
  padding: 0 20px 0 20px;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.older-page a {
}

.newer-page:hover a, .older-page:hover a {
  color: #fff;
  background: #d8b18e;
}

.newer-page a:before, .older-page a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  padding-left: 5px;
}

.newer-page a:before {
  content: "\f177";
  padding-right: 5px;
  padding-left: 0;
}
/* single blog */

.single-post .blog-excerpt {
  text-align: left;
}

.single-post .blog-standard-with-sidebar .margin-up-block {
	margin-top: 0px; 
	padding: 0px;
}
  
.single-post .socials {
  display: block;
  margin: 0px auto 0;
  float: none;
  text-align: center;
}

.single .post-pagination {
  margin-top: 30px;
  text-align: center;
  line-height: 100px;
}

.single .post-pagination span {
  margin: 0 2px;
}

/* Next Prev with Content */

.prev-item, .next-item {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}

.nexthover  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  text-align: center;
  padding: 20px 50px 20px 50px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

 .prevhover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  text-align: center;
  padding: 20px 50px 20px 50px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.prev-next-posts h2 {
	color: #fff;
	font-size: 23px;
}


.prevhover:before, .nexthover:after {
  
  content:'\f104';	
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -23px;
  width: 24px;
  height: 46px;
  opacity: 1;
  color: #fff;
  display: block;
  font-family: "FontAwesome", sans-serif;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.nexthover:after {
  content: '\f105';
  left: auto;
  right: 20px;
}

.prev-item:hover .prevhover, .next-item:hover .nexthover {
  background: rgba(0,0,0,0.8);
}

.prev-item:hover .prevhover:before, .next-item:hover .nexthover:after {
  opacity: 1;
}

.prevhover.blanky:before, .nexthover.blanky:after {
  background-image: none;
}

.prev-next-posts .blanky p, .prev-next-posts .blanky p a {
 position: absolute;
 top: 50%;
 height: 40px;
 width: 100%;
 left: 0px;
 margin-top: -14px;
 text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #3b3b3b;
}

.query-title {
  text-align: center;
  text-transform: uppercase;
  margin: 40px 15px;
  background: #fff;
}

.query-title h4 {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 70px;
}

.single-tags {
	display: inline-block;
	margin-top: 20px;
}

.single-tags a,
.elantra-tag-cloud a  {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
  color: #252525;
  background: #fff;
  padding: 5px 16px; 
  margin-bottom: 4px;
  line-height: 28px;
  font-weight: bold; 
  font-size: 12px !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #e9e9e9;
  display: inline-block;
}

.single-tags a:hover,
.footer-widget .elantra-tag-cloud a:hover  {
  background: #d8b18e;
  color: #fff;
  border-color: #d8b18e;
}

/* 09 - Gallery
-----------------------------------*/

.ElantraTheme-gallery-item {
  padding: 10px;
  width: 31.5%;
  float: left;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.ElantraTheme-item-title a {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #252525;
}

.ElantraTheme-item-title a:hover {
	color: #d8b18e;
}

.ElantraTheme-item-thumb {
  position: relative;
}

.ElantraTheme-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.ElantraTheme-item-hover:before,
.ElantraTheme-item-hover:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	z-index: 1;
 	filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity:0;
    -moz-opacity: 0;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.ElantraTheme-item-hover:hover:before {
 	filter: alpha(opacity=20);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    opacity:0.2;
    -moz-opacity: 0.2;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

.ElantraTheme-item-hover:hover:after {
 	filter: alpha(opacity=20);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    opacity:0.2;
    -moz-opacity: 0.2;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

.ElantraTheme-item-thumb:hover .ElantraTheme-item-hover {
  opacity: 1;
}

.ElantraTheme-item-hover a {
  color: #fff;
  display: block;
  height: 100%;
}

.ElantraTheme-item-hover i {
  font-size: 18px;
  padding-top: 50%;
  margin-top: -41px;
}

.ElantraTheme-gallery-item h3 {
  font-size: 14px;
  color: #252525;
  line-height: 1;
  margin: 35px 0 5px 0;
  font-weight: bold;
}

.ElantraTheme-gallery-item .ElantraTheme-item-cat span {
  color: #9a9a9a;
  font-size: 14px;
}

.ElantraTheme-gallery-item .ElantraTheme-item-cat span:after {
  content: ", ";
}

.ElantraTheme-gallery-item .ElantraTheme-item-cat span:last-child:after {
  content: "";
}

.ElantraTheme-item-content {
  margin-bottom: 23px;
}

/* filter */

.gallery-filter {
  text-align: left;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.gallery-filter ul {
  display: block;
  overflow: hidden;
  margin: 0;
  background: #fff;
}

.gallery-filter ul li {
  float: left;
  list-style-type: none;
  height: 70px;
}

.gallery-filter ul li a {
  position: relative;
  color: #252525;
  font-size: 14px;
  line-height: 70px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery-filter ul li a:after {
  content: "|";
  display: inline;
  color: #252525;
  margin-left: 20px;
  margin-right: 20px;
}

.gallery-filter ul li:last-child a:after {
  content: "";
  display: none;
}

.gallery-filter ul li.active a, .gallery-filter ul li:first-child:hover a:before, .gallery-filter ul li:last-child:hover a:after {
  color: rgba(0,0,0,0.4);
} 

.gallery-filter ul li:hover a {
	color: #d8b18e;
}

.gallery-filter ul li.active:first-child a:before {
}

.gallery-filter ul li.active:last-child a:after {
}

/* 10 - Comment Form
-----------------------------------*/

/* Comment */
h3.comment-title {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 70px;
  color: #252525;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e9e9e9;
}

h3.comment-reply-title {
  font-family: 'Raleway', sans-serif;
  line-height: 70px;
  margin: 0;
  color: #252525;
  padding-left: 35px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}

ol.commentlist {
  padding-left: 0;
  margin-top: 30px;
  list-style: none;
  background: #fff;
}

ol.commentlist .children {
	position: relative;
}
ol.commentlist .children article {

	position: relative
}


ol.commentlist .children article:after {
	content: '';
	position: absolute;
	top: -20px;
	left: 41px;
	height: 100%;
	width: 1px;
	border-radius: 50%;
	background:none;
	border-left: 1px dashed #e9e9e9;
	
}

ol.commentlist .children {
	padding-left: 0px;
}

ol.commentlist .children:before {
	padding-left: 0px;
}



ol.commentlist .children .media {
	padding-left: 40px;
}


ol.commentlist ul, ol.commentlist ul li {
  list-style: none;
}

ol.commentlist li {
}

.avatar {
}

.media {
  margin-bottom: 40px;
}

.media:not(last-child) {
  border-bottom: 1px solid #e9e9e9;
}

.media-body {
  padding-bottom: 20px;
  position: relative;
  margin-right: 30px;
}

.media>.pull-left {
  position: relative;
  padding: 0px 20px 0px 40px;
  margin-right: 0px;
}

.media-heading {
  font-size: 14px;
  font-weight: 800;
  color: #252525;
  margin-bottom: 0px;
  display: inline-block;
}

p.comment-date {
  display: inline-block;
  margin-bottom: 7px;
}

.media-body p {
  color: #9a9a9a;
  font-size: 14px;
  font-weight: normal;
}

.comment-date a {
  color: #9a9a9a;
  font-size: 14px;
  font-weight: normal;
}

.logged-in-as {
  margin-left: 0px;
}

#respond {
  padding: 0 0 40px;
  background: #fff;
  margin-bottom: 40px;
}

p.comment-text {
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.comment-respond input#submit {
  color: #fff !important;
  background: #252525 !important;
  text-align: center;
  font-size: 14px;
  border: none; 
  font-weight: normal; 
  text-transform: uppercase;
  padding: 0px 26px;
  margin-top: 6px;
}

.comment-respond input#submit:hover {
	background: #d8b18e !important;
}

.comment-respond .buton {
  margin-top: 18px;
} 

.comment-respond form {
  margin-top: 35px;
  padding: 0 35px;
  display: block;
}


.comment-respond input {
  height: 50px;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 50px;
  padding-left: 20px;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid rgba(0,0,0,0.06);
}


.comment-respond input:focus {
	border: 1px solid #d8b18e;
	
}

.comment-respond textarea {
  padding-left: 10px;
  font-size: 14px;
   border: 1px solid rgba(0,0,0,0.06);
  background: #fff;
  padding: 20px 0 0 20px;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.comment-respond textarea:focus {
  border: 1px solid #d8b18e;
}

.blog-wrapper .reply a {
  color: #252525;
  display: inline-block;
  margin-top: 14px;
}

a.comment-reply-link {
  text-align: center;
  font-size: 14px;
  color: #9a9a9a;
  padding: 10px;
  background: #eeeeee;
  display: inline-block;
  margin-top: 5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

a.comment-reply-link:hover {
  background: #d8b18e;
  color: #fff;
}

span.comment_note {
  font-weight: 400 !important;
  font-size: 14px;
  display: block;
  color: #aaa;
  margin-top: 12px;
  line-height: 24px;
}



.pagination-single {
  margin-bottom: 40px;
}

.single-gallery .prev-next-posts {
   display: none;
}

.single-gallery .blog-post-icon i:before {
	content: "\f03e";
}

.blog-left a {
  float: left;
  text-align: center;
  float: left;
  text-align: center;
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
  color: #bababa;
  font-weight: normal;
}

.blog-right a {
  float: right;
  text-align: center;
  padding: 15px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
  color: #bababa;
  font-weight: normal;
}

.blog-left:hover a, .blog-right:hover a {
  background: #d8b18e;
  color: #fff;
}

/* 11 - Sidebar
-----------------------------------*/

/* facebook overlay */

.h2cweb_widget {
	position: relative;
	overflow: hidden;
}

.h2cweb_widget:hover .facebook-overlay-wrapper,
.footer-widget:hover .facebook-overlay-wrapper{
	left: 100%;
}

.facebook-overlay-wrapper {
	background: #252525;
	width: 100%;
	height: 100%;
	color: #fff;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 11;
	padding: 35px;
	cursor: pointer;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.facebook-overlay {
	border: 1px solid rgba(255,255,255,0.1);
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}

.facebook-overlay .facebook-overlay-icon {
	text-align: center;
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}

.facebook-overlay .facebook-overlay-icon .fa {
	height: 136px;
	width: 100%;
	font-size: 136px;
	top: 50%;
	margin-top: -100px;	
	left: 0px;
	position: absolute;
}

.facebook-overlay .facebook-overlay-text {
	border-top: 1px solid rgba(255,255,255,0.1);
	position: absolute;
	left: 0px;
	bottom: 35px;
	text-align: center;
	width: 100%;
	height: 60px;
}


.facebook-overlay .facebook-overlay-text h2 {
	margin-top: 15px;
	margin-bottom: 0px;
}

.facebook-overlay .facebook-overlay-text span {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
}


.facebook-overlay .facebook-overlay-text span b {
	color: #d8b18e;
	font-weight: normal;
}



.sidebar-widget {
  overflow: hidden;
  background: #fff;
  padding: 36px 35px 36px 35px;
  margin-bottom: 35px;
}

.sidebar-widget.widget_tag_cloud  a {
	color: #252525;
}

.sidebar-widget.widget_tag_cloud  a:hover {
	color: #d8b18e;
}

.sidebar-widget p {
  margin-bottom: 0;
}

.sidebar-widget .widget-title{
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #252525;
  line-height: 1;
  font-size: 21px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 26px;
  padding-bottom: 30px;
  z-index: 1;
  background: #fff;
}


.sidebar-widget .widget-title {
	position: relative;
	width: 100%;
}

.sidebar-widget .widget-title:before {
	content: '';
	position: absolute;
	width: 20%;
	margin-left: -10%;
	height: 2px;
	left: 50%;
	bottom: 4px;
	background: #252525;
	  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}


.sidebar-widget:hover .widget-title:before {
	width: 100%;
	margin-left: -50%;
	background: #d8b18e;
}

/* Sidebar List */

.sidebar-widget ul, .footer-widget ul {
  padding: 0;
  margin: 0;
}

.sidebar-widget ul li, .footer-widget ul li {
  
  list-style-type: none;
   padding-top: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  position: relative;
  width: 100%;
}


.sidebar-widget ul ul {
  border-top: 1px solid #e9e9e9;
  margin-top: 15px;
  background: #fafafa;
}
 
.footer-widget ul ul {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 15px;
  background: rgba(0,0,0,0.1);
}


.sidebar-widget .menu-item-has-children,
.footer-widget .menu-item-has-children {
	padding-bottom: 0px;
}

.sidebar-widget ul ul li,
.footer-widget ul ul li {
	border-bottom: none !important;
}

.sidebar-widget ul ul li:after,
.footer-widget ul ul li:after {
	display: none !important;
}

.sidebar-widget ul ul li, 
.footer-widget ul ul li {
	padding-left: 18px;
}

.footer-widget ul li:last-child:after,
.sidebar-widget ul li:last-child:after {
	display: block !important;
	
}

.footer_dark  .elantra-tag-cloud a {
	border: 1px solid #3b3b3b;
	background: none;
}


.footer_dark  .elantra-tag-cloud a:hover {
	color: #fff;
}

.footer-widget {
  overflow: hidden;
  position: relative;
  background: none !important;
  padding: 0px;
  margin-bottom: 0px;
}
.sidebar-widget ul li:after, 
.footer-widget ul li:after {
	content: '';
	position: absolute;
	width: 0px;
	height: 1px;
	left: 0px;
	bottom: -1px;
	background: #d8b18e;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 999;
}



.sidebar-widget ul li:hover:after, 
.footer-widget ul li:hover:after {
	width: 100%;
}

.sidebar-widget ul li:last-child:after,
.footer-widget ul li:last-child:after {
	display: none;
}


.sidebar-widget ul li:before, 
.footer-widget ul li:before {
  content: "\f0da";
  color: #252525;
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
  margin-right: 14px;
  margin-left: 6px;
}


.sidebar-widget ul li i, .footer-widget ul li i {
  font-size: 11px;
  padding-top: 3px;
  padding-right: 11px;
}

.sidebar-widget ul li a:hover i, .footer-widget ul li a:hover i {
  color: #252525;
}

.sidebar-widget ul li a:hover, .footer-widget ul li a:hover {
  color: #d8b18e;
}

.sidebar-widget ul li a, .footer-widget ul li a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #252525;
}

/* Advertisement Widget */

.ElantraTheme_advert_widget {
	text-align: center;
}

.ElantraTheme_advert_widget img {
	display: inline-block;
}



/* Twitter Widget */

.twitter-widget .tweet_meta i {
  font-size: 4px;
  margin: 0 5px;
  line-height: 12px;
  vertical-align: middle;
}

.elantra_twitter .twitter-widget .tweet {
  margin-top: 16px;
  margin-bottom: 13px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 14px;
}

.elantra_twitter .twitter-widget .tweet a, .elantra_twitter .twitter-widget .tweet .tweet_meta a:hover {
  color: #252525;
}

.elantra_twitter .twitter-widget .tweet a:hover {
  color: #d8b18e;
}

.elantra_twitter .twitter-widget .tweet p {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 24px;
}

.tweet_meta {
  margin-top: 5px;
}

.elantra_twitter .twitter-widget .tweet .tweet_meta a {
  color: #d8b18e;
}

.elantra_twitter .twitter-widget:nth-child(2) .tweet {
  margin-top: 0;
}

.elantra_twitter .twitter-widget:last-child .tweet {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
/* Popular Tags */

.sidebar-widget .elantra-tag-cloud {
  overflow: hidden;
}

.sidebar-widget .elantra-tag-cloud ul {
  overflow: hidden;
}

.sidebar-widget .elantra-tag-cloud ul li {
  padding-left: 0;
  float: left;
  margin-right: 3px;
  border-bottom: none;
}

.sidebar-widget .elantra-tag-cloud ul li:before {
  content: "";
  padding: 0;
  margin: 0;
  border: 0;
}

.sidebar-widget .elantra-tag-cloud ul li a {
  background: #e9e9e9;
  padding: 10px 10px;
  font-weight: normal;
  font-size: 12px !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar-widget .elantra-tag-cloud ul li a:hover {
  background: #d8b18e;
  color: #fff;
}

.sidebar-widget .elantra-tag-cloud ul li:hover {
  padding-left: 0;
}

/* Search Widget */

.sidebar-widget.widget_search {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 2px 0px 2px 0px;
}

.sidebar-widget.widget_search .widget-title-wrapper {
	padding: 0px 35px 0px 35px;
	display: block;
	position: relative;
}
 
.sidebar-widget.widget_search .widget-title {
	padding: 34px;
}

.search-query {
  position: relative;
  width: 100%;
  padding: 0px;
  line-height: 40px;
  height: 60px;
  border: none;
}

.search-query::-webkit-input-placeholder {
  font-size: 14px;
}

.search-query:-moz-placeholder {
  font-size: 14px;
}

.search-query::-moz-placeholder {
  font-size: 14px;
}

.search-query:-ms-input-placeholder {
  font-size: 14px;
}


.search {
	position: relative;
}

.search-icon {
  background: none;
  border: none;
  line-height: 60px;
  width: 60px;
  position: absolute;
  padding: 0px;
  color: #252525;
  top:0px;
  right: 0px;
}

.search-icon i {
  color: #252525;
  font-size: 15px;
  text-align: right;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.search-icon:hover i {
  color: #d8b18e;
  font-size: 15px;
}


/* RSS Widget */

.rsswidget img {
	float: left;
	margin-top: 5px;
}


/* Text Widget */

.widget_text img {
	margin: 10px 0px;
	display: inline-block;
}


/* Flickr Widget */

.ElantraTheme_flickr_item_box {
  overflow: hidden;
}

.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_large {
	position: relative;
}

.ElantraTheme_flickr_item_small {
	float: left;
	width: 25%;
	position: relative;
}


.ElantraTheme_flickr_item_small a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: #252525;
 	filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity:0;
    -moz-opacity: 0; 
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


.ElantraTheme_flickr_item_small a:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
 	content: "\f067";
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	color: #fff;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-top: -220px;
	margin-left: -20px;
 	filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity:0;
    -moz-opacity: 0;

}

.ElantraTheme_flickr_item_small a:hover:after {

	filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8; 
}

.ElantraTheme_flickr_item_small a:hover:before {
	margin-top: -20px;
	filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1; 
}

.ElantraTheme_flickr_item_thumb {
	position: relative;
	margin-bottom: 1px;
}

.ElantraTheme_flickr_item_large,
.ElantraTheme_flickr_item_thumb,
.ElantraTheme_flickr_item_small {
	overflow:hidden;
	z-index:1;
}


.ElantraTheme_flickr_item_small a, 
.ElantraTheme_flickr_item_large a,
.ElantraTheme_flickr_item_thumb a {
  display: block;  
  position: relative;
  z-index: -10;
}

.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_large a:before,
.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_thumb a:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
 	content: "\f067";
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	color: #fff;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-top: -80px;
	margin-left: -20px;
 	filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity:0;
    -moz-opacity: 0; 
}

.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_large a:hover:before,
.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_thumb a:hover:before {
 	filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
	margin-top: -20px;
    -moz-opacity: 1; 

}

.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_large a:after,
.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_thumb a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: #252525;
 	filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity:0;
    -moz-opacity: 0; 
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_large a:hover:after,
.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_thumb a:hover:after {
 	filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity:0.8;
    -moz-opacity: 0.80; 
}


.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_large:before,
.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_large:after,
.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_thumb:before,
.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_thumb:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	z-index: 20;
 	filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity:0;
    -moz-opacity: 0;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_large:hover:before,
.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_thumb:hover:before {
 	filter: alpha(opacity=20);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    opacity:0.2;
    -moz-opacity: 0.2;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
 	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_large:hover:after,
.ElantraTheme_flickr_item_box .ElantraTheme_flickr_item_thumb:hover:after {
 	filter: alpha(opacity=20);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    opacity:0.2;
    -moz-opacity: 0.2;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}


.ElantraTheme_flickr_item_large {
  float: left;
  max-width: 125px;
  width: 32.6%;
  height: auto;
  margin-right: 0.7%;
  margin-bottom: 2px;
}

.ElantraTheme_flickr_item_large:nth-child(3n) {
  margin-right: 0;
}

.ElantraTheme_flickr_item_box img {
  margin-bottom: 0 !important;
}

.instagram-slider {
  overflow: hidden;
  position: relative;
}

.ig-b-v-24 {
	display: inline-block;
}

.zoom-instagram-widget__follow-me {
	margin-top: 20px;
}

.zoom-instagram-widget__follow-me--center {
	text-align: center;
}

.instagram-pics:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.instagram-pic {
  float: left;
  width: 250px;
}

.sidebar-widget .instagram-slider ul li, .footer-widget .instagram-slider ul li {
  padding: 0;
  margin: auto;
  border: none;
}

.sidebar-widget .instagram-slider ul li:before, .footer-widget .instagram-slider ul li:before {
  display: none;
}

/* Instagram */

.instagram-slider .flex-direction-nav a, .instagram-slider .flex-direction-nav a {
  display: block;
}


.instagram-slider .flex-direction-nav a {
   top: 0;
   opacity: 1;
   display: block;
   text-align: center;
   line-height: 56px;
}

.instagram-slider .flex-direction-nav .flex-prev {
  left: auto;
  right: 46px;
}

.instagram-slider .flex-direction-nav .flex-next {
  right: 0;
}

.instagram-slider:hover .flex-prev {
  left: auto;
  right: 46px;
}

.instagram-slider:hover .flex-next {
  right: 0;
}

.instagram-slider .flex-direction-nav a {
  background: #252525 !important;
  height: 56px!important;
  width: 46px!important;
}

.instagram-slider .flex-direction-nav a.flex-next:before ,
.instagram-slider .flex-direction-nav a.flex-prev:before {
	opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; 
}

.instagram-slider a.flex-next:hover:before ,
.instagram-slider a.flex-prev:hover:before {
	opacity: 0.4;
}


.instagram-slider .flex-direction-nav a {
	text-shadow: none;
}

.instagram-slider .flex-direction-nav a.flex-next:before {
	content: '\f054';
	color: #fff;
	font-size: 18px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.instagram-slider .flex-direction-nav a.flex-prev:before {
	content: '\f053';
	color: #fff;
	font-size: 18px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.instagram-slider .flex-direction-nav a {
	margin-top: -56px;
}

/* Popular Posts */

#ElantraTheme-layout .sidebar-widget.popular-posts {
  padding-bottom: 27px;
}

#ElantraTheme-layout .wpp-list .wpp_def_noPath, #ElantraTheme-layout .sidebar-widget ul.wpp-list li:before, #ElantraTheme-layout .footer-widget ul.wpp-list li:before {
  display: none;
}

#ElantraTheme-layout .wpp-list span {
  font-size: 14px;
  font-weight: normal;
  margin-top: 6px;
}

#ElantraTheme-layout .wpp-list .pop-excerpt {
  font-size: 14;
  line-height: 24px;
}

#ElantraTheme-layout .wpp-list h3 {
  font-size: 14px;
  margin-top: 4px;
  line-height: 24px;
}

#ElantraTheme-layout .wpp-list h3 a {
  color: #252525;
}

#ElantraTheme-layout .wpp-list .wpp-thumbnail {
  position: relative;
  display: inline-block;
  float: none;
  margin-bottom: 7px;
}

#ElantraTheme-layout .wpp-list .wpp-thumbnail:after {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: #252525;

}


#ElantraTheme-layout .wpp-list .wpp-post-title {
  position: absolute;
  left: 0px;
  top: -240px;
  font-size: 21px;
  z-index: 1;
  font-weight: bold;
  padding: 16px 25px 16px 25px;
  
  width: 100%;
  color: #fff;
  text-align: left;
}

#ElantraTheme-layout .wpp-list .wpp-post-title:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background: #252525;
 	filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity:0.8;
    -moz-opacity: 0.80; 
}


#ElantraTheme-layout .wpp-list.without-image a.wpp-post-title {
	position: relative;
	color: #252525;
  top: 0px;
  
	display: inline-block;
  padding: 0px;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 16px;
  margin-top: 0px;
}

#ElantraTheme-layout .wpp-list.without-image a.wpp-post-title:hover {
	color: #d8b18e;
}

#ElantraTheme-layout .wpp-list.without-image a.wpp-post-title:after {
	display: none;
}

#ElantraTheme-layout .wpp-list li {
	overflow: hidden;
}

#ElantraTheme-layout .wpp-list li:hover .wpp-post-title {
	top: 0px;
}

#ElantraTheme-layout .wpp-list li {
  position: relative;
  margin: 0px 0px 30px 0px;
  float: none;
}

/* About Me */

.ElantraTheme_aboutme_widget p {
  margin-top: 22px;
  font-size: 14px;
  color: #9a9a9a;
  text-align: left;
  line-height: 24px;
}

/* Calender */

.widget_calendar {
  float: left;
  width: 100%;
}

#wp-calendar {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ddd;
}

#wp-calendar caption {
  text-align: center;
  padding-top: 0;
  font-size: 14px;
  margin-bottom: 20px;
}

#wp-calendar th,#wp-calendar td {
  padding: 5px;
  line-height: 1.8571428;
  vertical-align: top;
  text-align: center;
  border: 1px solid #e9e9e9;
}

#wp-calendar thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fafafa;
}


.footer_dark #wp-calendar th,
.footer_dark #wp-calendar td {
	border-color: #3b3b3b;

}

.footer_dark #wp-calendar thead th {
	background-color: #2d2d2d;
	color: #fff;
}


.footer-widgets #wp-calendar thead th {
  border-bottom-color: #5a5a5a;
  background-color: #414141;
}

.footer-widgets #wp-calendar,.footer-widgets #wp-calendar th,.footer-widgets #wp-calendar td {
  border-color: #5a5a5a;
}

/* Recent Post */

.ElantraTheme-recent-post-widget .ElantraTheme-recent-post {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 21px;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}

.ElantraTheme-recent-post-widget .ElantraTheme-recent-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ElantraTheme-recent-post img {
  height: auto;
  width: 100px;
  float: left;
  margin-right: 20px;
}

.sidebar-widget .search input {
	padding-right: 60px;
}

.footer-widget .search input {
	padding-right: 60px;
}


.ElantraTheme-recent-post h5, 
.ElantraTheme-recent-post h5 a {
  font-family: 'Raleway', sans-serif;
  color: #252525;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 15px;
  line-height: 22px;
}

.ElantraTheme-recent-post h5 a:hover {
  color: #d8b18e;
}

.ElantraTheme-recent-post .ElantraTheme-recent-date {
  color: #252525;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.footer-widget .ElantraTheme-recent-post .ElantraTheme-recent-date {
	color: #fff;
}

/* Tabs Widget */

.ElantraTheme-tabs-widget {
  padding: 0 0 35px 0;
}

.ElantraTheme-tabs {
  margin-bottom: 35px;
  overflow: hidden;
}

.ElantraTheme-tabs-content {
  padding: 0 35px;
}

.ElantraTheme-tab:nth-child(1) {
  width: 32%;
  border-right: 1px solid #e9e9e9;
}

.ElantraTheme-tab:nth-child(2) {
  width: 40%;
  border-right: 1px solid #e9e9e9;
}

.ElantraTheme-tab:nth-child(3) {
  width: 28%;
}

.ElantraTheme-tab {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #bebebe;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  float: left;
  font-size: 14px;
  line-height: 58px;
  height: 58px;
  cursor: pointer;
}

.ElantraTheme-tab.aktif {
  color: #252525;
  border-bottom: 0;
  height: auto;
  opacity: 1;
}

.ElantraTheme-tab-content {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ElantraTheme-tab-content.aktif {
  height: auto;
  width: auto;
  opacity: 1;
  visibility: visible;
  display: block;
}

.footer-widget .ElantraTheme-tab,
.footer-widget .ElantraTheme-tab:nth-child(1),
.footer-widget .ElantraTheme-tab:nth-child(2),
.footer-widget .ElantraTheme-recent-post-widget .ElantraTheme-recent-post {
	border-color: #3b3b3b;
}

.footer-widget .ElantraTheme-tabs-content {
	padding: 0px;
}

.footer-widget .ElantraTheme-tab:nth-child(1) {
  border-right: none;

}

.footer-widget .ElantraTheme-tab:nth-child(2) {
  border-right: none;
}

.footer-widget .ElantraTheme-tab {
	color: #fff;
}

.footer-widget .ElantraTheme-tab.aktif {
	color: #d8b18e;
	border-top: 1px solid #3b3b3b;
	border-left: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;
}

.footer-widget .ElantraTheme-tab  {
	height: 59px;
}

.sidebar-widget .ElantraTheme-tab ul li:first-child {
  margin-top: 0;
} 

/* Archives */

.custom-archives {
  background: #fff;
  padding: 0 40px 40px 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

h3.archives-page-title {
  color: #252525;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
}

.panel {
  border: none;
  box-shadow: none;
}

.panel-heading {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.panel-title>a {
  display: block;
  font-size: 14px;
  color: #bebebe;
  font-weight: bold;
  margin: 0;
  line-height: 50px;
  padding-left: 20px;
}


.panel-default>.panel-heading {
color: #fff;
background-color: #252525;
border-color: #252525;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
}

.panel-group .panel {
margin-bottom: 0;
overflow: hidden;
border-radius: 0px;
}

.accordion-toggle {
	color: #d8b18e;
}

.accordion-toggle.collapse {
	color: #fff;
}

.tab-content {
	margin-top: 35px;
}

.nav-tabs>li>a {
	border-radius: 0px;
}

/* 12 - Contact Form
-----------------------------------*/

.contact-form-style {
  width: 40%;
  height: 50px;
  font-size: 14px;
  color: #9a9a9a;
  margin-bottom: 10px;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  -moz-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  padding-left: 15px;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
  display: block;
}

.contact-form-style-area {
  font-size: 14px;
  color: #9a9a9a;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  -moz-box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
  padding-left: 15px;
  padding-top: 15px;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
}

.contact-form-submit {
  color: #fff !important;
  background: #d8b18e !important;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 15px 15px;
  border: none;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}

.contact-form-submit:hover {
  color: #fff;
  background: #252525 !important;
}

.contact-form-style-area:focus, .contact-form-style:focus {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(60, 203, 137, 0.6);
  -moz-box-shadow: 0px 0px 3px 0px rgba(60, 203, 137, 0.6);
  box-shadow: 0px 0px 3px 0px rgba(60, 203, 137, 0.6);
}

/* 13 - Wordpress Custom Style
-----------------------------------*/

.page-outer {
  background: #fff;
  padding: 50px;
  margin-bottom: 40px;
}

.page-outer .blog-thumbnail {
  margin: 0 -50px 45px -50px;
}

h3.page-single-title {
  color: #252525;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
}

iframe {
  max-width: 100%;
}

.page iframe {
  margin: 0 0 45px 0;
  width: 100% !important;
}

.page div.wpcf7 {
  margin-top: 40px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter {
  margin: 20px auto;
}

img.alignleft {
  margin: 15px 20px 15px 0;
}

img.alignright {
  margin: 15px 0 15px 20px;
}

img.circle {
	width: 30%;
	border-radius: 50%;
	overflow: hidden;
}

.wp-caption {
  max-width: 100% !important;
  padding: 4px;
  margin: 10px 25px 25px 0px;
  text-align: center;
  background: #fff;
  border: 1px solid #e9e9e9;
}

.gallery img {
  margin-left: auto;
  margin-right: auto;
  border: none !important;
}

.attachment img {
	display: inline-block;
	text-align: center;
}

.wp-caption-text, .gallery-caption, .bypostauthor {
  color: #7d7d7d;
  margin-top: 12px;
}

.sticky {
  border-top: 2px solid #d8b18e;
}

.sticky:after {
  position: absolute;
  top: 0;
  right: 15px;
  width: 36px;
  height: 34px;
  background: #d8b18e;
  color: #fff;
  content: "\f08d";
  line-height: 34px;
  font-family: "FontAwesome";
  text-align: center;
}

video {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.wp-video {
  width: 100% !important;
  height: auto;
}

.disable-css {
  pointer-events: none;
  cursor: default;
}

.custom-archives ul {
  padding: 0;
}

.custom-archives ul li {
  padding-bottom: 11px;
  list-style-type: none;
  margin-top: 11px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
}

.custom-archives ul li:last-child {
  border-bottom: none;
}

.custom-archives ul li:before {
  content: "\f0f6";
  color: #9a9a9a;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 12px;
  margin-right: 10px;
}

.custom-archives ul li i {
  font-size: 11px;
  padding-top: 3px;
  padding-right: 11px;
}

.custom-archives ul li a:hover i {
  color: #252525;
}

.custom-archives ul li a:hover {
  color: #d8b18e;
}

.custom-archives ul li a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #9a9a9a;
}

blockquote {
  border-left: none;
  font-weight: normal;
  padding-left: 48px;
  padding-top: 20px;
  position: relative;
  font-style: italic;
}

blockquote p {
	font-size: 14px;
	font-family: 'Noto Serif', serif;
	font-weight: normal;
	line-height: 24px;
	color: rgba(0,0,0,0.6);
}

blockquote:before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  left: 0;
  font-style: normal;
  margin: auto;
  top: 17px;
  font-size: 24px;
  color: #d8b18e;
}

.single .ElantraTheme-header, .page .ElantraTheme-header {
  margin-bottom: 40px;
}

/* 14 - Footer
-----------------------------------*/

/* instagram feed block */

.instagram-footer-wrapper {
	display: block;
	position: relative;
	z-index: 1;
	background: #252525;
	color: #fff;
	padding: 36px 0px 30px 0px
}

.instagram-footer-wrapper a {
	display: block;
}

.instagram-footer-wrapper:after {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(255,255,255,0.016);
}

.instagram-footer-wrapper h3 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
}

.instagram-footer-wrapper .title {
position: relative;
min-height: 165px;
}

.instagram-footer-wrapper .read-more-button {
	width: 100%;
	margin: 20px 0px 0px 0px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.instagram-footer-wrapper .read-more-button a {
	color: #fff;
	border-color: rgba(255,255,255,0.1);
	width: 100%;
}

.instagram-footer-wrapper .read-more-button:hover a {
	color: #fff;
	width: 100%;
	border-color: #d8b18e;
}

/* footer */



.footer_dark {
  background: #252525;
}

.footer_dark .sidebar-widget {
	background: none;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.footer_dark .sidebar-widget .widget-title {
	color: #fff;
	background: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.footer_dark .sidebar-widget .widget-title:before {
	display: none;
} 


.footer_dark .rsswidget img {
	margin-right: 12px;
	margin-top: 9px;
}


.footer_dark .footer-widget h4,
.footer_dark .footer-widget h6 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.widgetscontainer {
  padding-bottom: 50px;
  overflow: hidden;
}

.footer-widget {
  margin-top: 50px;
  overflow: hidden;
  color: #9a9a9a;
}


.footer-widget p {
  font-size: 14px;
  line-height: 24px;
}

.footer_dark .comment-author-link {
  color: #fff;
}

.footer_dark .recentcomments a {
  color: #fff;
}

.footer_dark .footer-widget ul li {
  border-bottom: 1px solid rgba(255,255,225,0.06);
}

.footer_dark .footer-widget a {
  color: #fff;
}

.footer_dark .footer-widget .elantra-tag-cloud a:hover {
  color: #fff;
}

.footer_dark .footer-widget a:hover {
	color: #d8b18e;
}

.footer_dark .twitter-widget a {
  color: #fff;
}

.footer-widget ul li:before {
  color: rgba(255,255,255,0.4);
  float: left;
}

.footer-widget ul li a:hover i {
  color: #252525;
}

.footer-widget ul li a:hover {
  color: #d8b18e;
}

.footer-widget ul li a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #9a9a9a;
}

.footer_dark .twitter-widget .tweet_meta a {
  color: #d8b18e;
}

.footer_dark .twitter-widget a:hover {
  color: #d8b18e;
}

.footer_dark .twitter-widget .tweet_meta a:hover {
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* Footer Social Widget */

.footer-social {
  float: right;
}

.footer-social i {
  line-height: 40px;
}

.social-facebook, 
.social-twitter, 
.social-pinterest, 
.social-instagram, 
.social-flickr, 
.social-dribbble, 
.social-linkedin, 
.social-digg, 
.social-skype, 
.social-vimeo, 
.social-youtube, 
.social-stumbleupon, 
.social-yahoo, 
.social-foursquare, 
.social-rss, 
.social-google-plus,
.social-vk {
  float: left;
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  text-align: center;
  line-height: 43px;
  margin-bottom: 0px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.social-facebook i, .social-twitter i, .social-pinterest i, .social-instagram i, .social-flickr i, .social-dribbble i, .social-linkedin i, .social-digg i, .social-skype i, .social-vimeo i, .social-youtube i, .social-stumbleupon i, .social-yahoo i, .social-foursquare i, .social-rss i, .social-google-plus i, .social-vk i {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:hover .social-facebook, a:hover .social-twitter, a:hover .social-pinterest, a:hover .social-instagram, a:hover .social-flickr, a:hover .social-dribbble, a:hover .social-linkedin, a:hover .social-digg, a:hover .social-skype, a:hover .social-vimeo, a:hover .social-youtube, a:hover .social-stumbleupon, a:hover .social-yahoo, a:hover .social-foursquare, a:hover .social-rss, a:hover .social-google-plus, a:hover .social-vk {
  -webkit-animation: scale 3000ms linear both;
  animation: scale 3000ms linear both;
}

.social-google-plus i {
	margin-right:-4px;
}

a .social-facebook {
  background: #3b5998;
}

a .social-vk {
  background: #587a9f;
}

a .social-twitter {
  background: #00aced;
}

a .social-pinterest {
  background: #cb2027;
}

a .social-instagram {
  background: #517fa4;
}

a .social-flickr {
  background: #ff0084;
}

a .social-google-plus {
  background: #dd4b39;
}

a .social-dribbble {
  background: #ea4c89;
}

a .social-linkedin {
  background: #007bb6;
}

a .social-digg {
  background: #252525;
}

a .social-skype {
  background: #01aef2;
}

a .social-vimeo {
  background: #aad450;
}

a .social-youtube {
  background: #bb0000;
}

a .social-stumbleupon {
  background: #eb4923;
}

a .social-yahoo {
  background: #720e9e;
}

a .social-foursquare {
  background: #fc4575;
}

a .social-rss {
  background: #fe9900;
}

a:hover .social-facebook, a:hover .social-twitter, a:hover .social-pinterest, a:hover .social-instagram, a:hover .social-flickr, a:hover .social-dribbble, a:hover .social-linkedin, a:hover .social-digg, a:hover .social-skype, a:hover .social-vimeo, a:hover .social-youtube, a:hover .social-stumbleupon, a:hover .social-yahoo, a:hover .social-foursquare, a:hover .social-rss, a:hover .social-google-plus, a:hover .social-vk {
  background: #fff;
}

a:hover .social-facebook i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #3b5998;
}

a:hover .social-twitter i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #00aced;
}

a:hover .social-pinterest i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #cb2027;
}

a:hover .social-instagram i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #517fa4;
}

a:hover .social-flickr i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #ff0084;
}

a:hover .social-google-plus i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #dd4b39;
}

a:hover .social-vk i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #587a9f;
}

a:hover .social-dribbble i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #ea4c89;
}

a:hover .social-linkedin i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #007bb6;
}

a:hover .social-digg i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  ; color: #252525;
}

a:hover .social-skype i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #01aef2;
}

a:hover .social-vimeo i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #aad450;
}

a:hover .social-youtube i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #bb0000;
}

a:hover .social-stumbleupon i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #eb4923;
}

a:hover .social-yahoo i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #720e9e;
}

a:hover .social-foursquare i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #fc4575;
}

a:hover .social-rss i {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
  color: #fe9900;
} 

.copyright-section {
  font-family: 'Raleway', sans-serif;
  text-align: left;
  padding: 9px 0px;
  color: rgba(255,255,255,0.4);
  font-size: 13px;
  display: inline-block;
}

.copyright-section a {
	color: rgba(255,255,255,1);
} 

.copyright-section a:hover {
	color: #d8b18e;
} 


.light .copyright-section a, .light .copyright-section i {
  color: #252525;
}

.footer_dark .copyright-background {
  background: rgba(0,0,0,0.1);
}

.footer-minimal {
  padding: 120px 0px;
}

.footer-minimal .footer-widget {
  display: table;
  margin: 0 auto;
}

.footer-minimal .footer-widget .textwidget {
  margin-top: 40px;
}

.footer-minimal .footer-widget p {
  text-align: center;
  line-height: 30px;
}

.light {
  background: #fff;
}

.widget-social-sidebar {
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	background: #252525;
}

.social-widget-wrapper {
	text-align: center;
	padding: 6px 0px;
	background: #252525;
}

.social-widget {
	display: table;
    margin: 0 auto;
}

/* 15 - Media Queries
-----------------------------------*/


@media (min-width: 992px) and (max-width: 1199px) {
	.most-commented-block .read-more-button {
		display: none;
	}
	
	.most-commented-block .post-item .postdata .entry-title {
		font-size: 20px;
		height: 80px;
	}
	
	.most-commented-block .post-item .postdata {
		height: 230px;
	}

}

@media (max-width: 992px) {

	.simple-slider .featured-meta {
		text-align: center;
		padding: 0px 30px 0px 30px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	
	.most-commented-block .post-item .postdata .entry-title {
		font-size: 20px;
		height: 188px;
	}
	

	.most-commented-block article:nth-child(4n-2) .post-item, 
	.most-commented-block article:nth-child(4n-1) .post-item {
				background: #fff !important;
				color: #252525;
	}

	.most-commented-block article:nth-child(4n-2) .entry-title a, 
	.most-commented-block article:nth-child(4n-1) .entry-title a{
				color: #252525 !important;
	}

	.most-commented-block article:nth-child(4n-2) .entry-title a:hover, 
	.most-commented-block article:nth-child(4n-1) .entry-title a:hover{
				color: #d8b18e !important;
	}

	.most-commented-block article:nth-child(4n-2) .read-more-button a, 
	.most-commented-block article:nth-child(4n-1) .read-more-button a{
				color: #252525;
				border-color: rgba(0,0,0,0.1);;
	}

	.most-commented-block article:nth-child(4n-2) .read-more-button a:hover, 
	.most-commented-block article:nth-child(4n-1) .read-more-button a:hover {
				border-color: #d8b18e;
	}



	.most-commented-block article:nth-child(2n+1) .post-item {
				background: #252525 !important;
				color: #fff;
	}

	.most-commented-block article:nth-child(2n+1) .entry-title a{
				color: #fff !important;
	}

	.most-commented-block article:nth-child(2n+1) .entry-title a:hover{
				color: #d8b18e !important;
	}

	.most-commented-block article:nth-child(2n+1) .read-more-button a{
				color: #fff;
				border-color: rgba(255,255,255,0.1);;
	}

	.most-commented-block article:nth-child(2n+1) .read-more-button a:hover {
				border-color: #d8b18e;
	}

	
}

@media (max-width: 767px) {

	
	.most-commented-block .post-item .blog-thumbnail {
		width: 100%;
	}
	
	.most-commented-block .post-item .blog-thumbnail img {
		width: 100%;
	}
	
	.most-commented-block .post-item .postdata {
		width: 100%;
	}
	
	.most-commented-block .post-item .postdata .entry-title {
		height: auto;
	}


	.most-commented-block article:nth-child(4n-2) .post-item, 
	.most-commented-block article:nth-child(4n-1) .post-item {
				background: #fff !important;
				color: #252525;
	}

	.most-commented-block article:nth-child(4n-2) .entry-title a, 
	.most-commented-block article:nth-child(4n-1) .entry-title a{
				color: #252525 !important;
	}

	.most-commented-block article:nth-child(4n-2) .entry-title a:hover, 
	.most-commented-block article:nth-child(4n-1) .entry-title a:hover{
				color: #d8b18e !important;
	}

	.most-commented-block article:nth-child(4n-2) .read-more-button a, 
	.most-commented-block article:nth-child(4n-1) .read-more-button a{
				color: #252525;
				border-color: rgba(0,0,0,0.1);;
	}

	.most-commented-block article:nth-child(4n-2) .read-more-button a:hover, 
	.most-commented-block article:nth-child(4n-1) .read-more-button a:hover {
				border-color: #d8b18e;
	}



	.most-commented-block article:nth-child(2n+1) .post-item {
				background: #252525 !important;
				color: #fff;
	}

	.most-commented-block article:nth-child(2n+1) .entry-title a{
				color: #fff !important;
	}

	.most-commented-block article:nth-child(2n+1) .entry-title a:hover{
				color: #d8b18e !important;
	}

	.most-commented-block article:nth-child(2n+1) .read-more-button a{
				color: #fff;
				border-color: rgba(255,255,255,0.1);;
	}

	.most-commented-block article:nth-child(2n+1) .read-more-button a:hover {
				border-color: #d8b18e;
	}

}

@media (max-width: 1200px) {

	.instagram-footer-wrapper .read-more-button {
		font-size: 12px;
	}
	
	.instagram-footer-wrapper .title {
		position: relative;
		min-height: 134px;
	}

  .elantraBox {
    width: 992px;
  }  

/* Blog */


  .featured-right {
    width: 580px;
    padding-top: 30px;
  }

  .author-bio {
    float: left;
    width: 75%;
  }

  .nexthover, .prevhover {
    padding-top: 10px;
  }
}

@media (max-width: 992px) {
	.dropdown-menu {
		position: relative;
	}

	.related-posts .related-item {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px; 
	}

	
	.copyright-section {
		text-align: center;
		width: 100%;
	}
	
	.footer-social {
		text-align: center;
		float: none;
		display: inline-block;
	}
	
	.copyright-background .text-right {
		text-align: center;
		
	}
	
	
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 20px;
	padding: 9px 10px;
	margin-top: 36px;
	margin-bottom: 36px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}


a.logo-text {
	margin-top: 0px;
	margin-bottom: 12px;
}



.small-header .navbar-nav {
	display: none;
}


.small-header {text-align: center;}

.header-social {
	display: inline-block;
	float: none !important;
}
  


.header-1 .navbar-nav>li>a:before {
	display: none;
}	
	
	
	
/* Header */  

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #252525;
	color: #fff;
	border: none;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	color: #fff;
	background-color: #fff;
}


  .navbar-nav>li {
    display: block;
  }
  
  .small-header .navbar-nav>li {
    display: inline-block;
  } 

.small-header .navbar-nav {
	display: none;
}

  
  .header-1 .navbar-nav>li>a {
    padding: 0px 0;
    line-height: 50px;
  }
  
  .ElantraTheme-header {
	position: relative !important;
  }
  
  .prev-next-posts h2 {
	font-size: 14px;
	}
	
	.nexthover,
	.prevhover {
		padding: 10px 15px 10px 15px;
	}
  
  .dropdown-menu>li>a {
	line-height: 32px;
	text-align: left;
  }

  .navbar-collapse {
    overflow-x: hidden;
  }

  .dropdown-menu {
    width: 100%;
    text-align: center;
	min-width: 100%;
  }

  .dropdown-menu .dropdown-menu {
    left: auto;
    position: relative;
  }

  .navbar-nav {
	margin: 0px 0px 35px 0px;
	}
	
	p.about-author{
		margin-top: 20px;
	}	
}


@media (min-width: 768px) and (max-width: 992px) {

	.instagram-footer-wrapper .read-more-button {
		font-size: 14px;
	}
	
	.instagram-footer-wrapper .title {
		position: relative;
		min-height: auto;
	}

	
	.ElantraTheme-recent-post img {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}


.blog-standard-with-sidebar .margin-up-block {
	padding: 0px;
	margin-top: 32px;
}


  .elantraBox {
    width: 768px;
  }   
/* Blog */ 


  .featured-right {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .featured-left {
    width: 100%;
    height: auto;
  }
/* Misc */

  .ElantraTheme-gallery-item {
    width: 45%;
  }

  .gallery img {
  margin-left: auto;
  margin-right: auto;
  border: none !important;
}

.attachment img {
	display: inline-block;
	text-align: center;
}
  
  .author-meta {
    text-align: center;
  }

  .author-bio {
    width: 100%;
  }

  .author-meta .avatar {
    float: none;
    margin: 0 auto;
  }

  .nexthover, .prevhover {
    padding-top: 10px;
  }

  .elantra-header-search {
    display: none;
  }

  #ElantraTheme-layout .wpp-list li {
    width: 270px;
  }
}

@media (max-width: 820px) {



.simple-slider .flex-prev,
.simple-slider:hover .flex-prev {
	left: 0px;
	opacity: 1;
}

.simple-slider .flex-next,
.simple-slider:hover .flex-next {
	right: 0px;
	opacity: 1;
}

.simple-slider .flex-direction-nav a {
	opacity: 1;
}

.simple-slider .featured-meta {
	padding: 0px 60px 0px 60px;
}

@media (max-width: 767px) {

.prev-next-posts h2 {
	font-size: 24px;
}
	
.nexthover, .prevhover {
	padding: 35px 50px 35px 50px;
}

.header-1 .navbar-nav>li>a:before {
	display: none;
}


.blog-standard-with-sidebar .margin-up-block {
	padding: 0px;
	margin-top: 32px;
}


  .hide-mobile {
	display: none !important;
  }

  .elantraBox {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
  }
  
/* Header */

  .navbar-nav>li {
    display: block;
  }

  .header-1 .navbar-nav>li>a {
    padding: 10px 0;
  }

  .navbar-collapse {
    overflow-x: hidden;
  }

  .dropdown-menu {
    width: 100%;
    text-align: center;
  }

  .dropdown-menu .dropdown-menu {
    left: auto;
    position: relative;
  }

  .navbar-nav {
    margin-left: 0px;
  }   
  
/* Blog */   

  .quoto-link-over {
    position: relative;
    background: transparent;
  }



  .featured-right {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .featured-left {
    width: 100%;
    height: auto;
  }
  
/* Misc */

  .ElantraTheme_flickr_item_large {
    margin-right: 2.86% !important;
  }

  .scrollToTop {
    display: none;
  }

  .ElantraTheme-gallery-item {
    width: 45%;
  }

  .prev-item, .next-item {
    width: 100%;
  }

  .author-meta {
    text-align: center;
  }

  .author-bio {
    width: 100%;
  }

  .author-meta .avatar {
    float: none;
    margin: 0 auto;
  }

  .nexthover, .prevhover {
    padding-top: 35px;
  }

  .prev-next-posts h2 a {
    font-size: 16px;
  }

  .elantra-header-search {
    display: none;
  }
}

@media (max-width: 480px) {


.instagram-footer-wrapper .title {
min-height: 120px;
}

.instagram-footer-wrapper .read-more-button {
margin: 20px 0px 30px 0px;
position: relative;
width: auto;
}



.instagram-footer-wrapper .col-xs-6 {
	width: 100%;
	text-align: center;
}

#elantra-loader {
	/* display: none; */
}

.logo-text {
	max-width: 220px;
}


.socials:after {
	display: none;
}


.featured-meta {
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	bottom: -200px;
	left: 0;
	margin: -50px 0 0 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.featured-meta a .h2 {
	font-size: 21px;
	line-height: 30px;
}


.simple-slider .featured-meta {
	bottom: -250px;
}

  .elantraBox {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
  
/* Header */  

  .navbar-nav>li {
    display: block;
  }
  
  .header-1 .navbar-nav>li>a {
    padding: 10px 0;
  }
  
  .navbar-collapse {
    overflow-x: hidden;
  }

  .dropdown-menu {
    width: 100%;
    text-align: center;
  }

  .dropdown-menu .dropdown-menu {
    left: auto;
    position: relative;
  }

/* Blog */  

  .quoto-link-over {
    position: relative;
    background: transparent;
  }

  .featured-right {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .featured-left {
    width: 100%;
    height: auto;
  }

  .blog-standard-with-sidebar .blog-title {
    padding: 0 25px;
  }
  
/* Misc */
  
  .scrollToTop {
    display: none;
  }

  .ElantraTheme-gallery-item {
    width: 100%;
  }

  .prev-item, .next-item {
    width: 100%;
  }

  .author-meta {
    text-align: center;
  }

  .author-bio {
    width: 100%;
  }

  .author-meta .avatar {
    float: none;
    margin: 0 auto;
  }

  .nexthover, .prevhover {
    padding-top: 10px;
  }

  .prev-next-posts h2 a {
    font-size: 13px;
  }

  .elantra-header-search {
    display: none;
  }

  #ElantraTheme-layout .wpp-list li {
    width: 100%;
  }
}

