/* 
	Author: Envalabs
	Version: 1.0

	index css content :
	
	1. Body
	2. Header
	3. Menu Top
	4. Menu Nav
	5. Featured slider 1
	6. Content
	7. Content Post
	8. Gallery Grid
	9. Gallery Slide
	10. Video Post
	11. Audio Post
	12. Quote Post
	13. Link Post
	14. Pagination
	15. Featured 2
	16. Sidebar
	17. About Me Widget
	18. Social Widget
	19. Instagram Widget
	20. Latest Post Widget
	21. Categories Widget
	22. Recent Comment Widget
	23. Subscribe Widget
	24. Ads Widget
	25. Tags Widget
	26. Popular Post Widget
	27. Footer 1
	28. Single Page
	29. Breadcumb
	30. Ads bottom
	31. List Post
	32. Grid Post
	33. Slider 2
	34. Slider 3
	35. Footer 2
	

end index css content */

/* load font */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
/* font-family: 'Oswald', sans-serif; */
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,400italic,700italic,700);
/* font-family: 'Merriweather', serif; */
/*--------------------------------
1. Body 
-------------------------------- */
body{
	/*background: url(../images/bg-fashion.jpg);
	background-size: 100%;*/
	background: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	font-family: 'Merriweather', serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
html, body{
    /*overflow-x: hidden;*/
}
html{
	overflow-x: hidden;
}
a:hover{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}
a {
    color: #2b2b2b;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{}
h1{
	font-size:30px;
}
h2{
	font-size:26px;
}
h3{
	font-size:24px;
}
h4{
	font-size:20px;
}
h5, h6{
	font-size:16px
}
::-webkit-input-placeholder {
   color: #191919;
}

:-moz-placeholder { /* Firefox 18- */
   color: #191919;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #191919;  
}

:-ms-input-placeholder {  
   color: #191919;  
}
.clear{
	clear: both;
}
/*--------------------------------
2. Header
-------------------------------- */
/* social top */
.wrap-social-top{
	background: #000;
}
.social-top{
	margin: auto;
	padding-top: 8px;
	padding-bottom: 0px;
}
.social-top ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.social-top ul li{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	display: inline-block;
}
.social-top ul li a{
	color: #fff;
	font-size: 11px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social-top ul li a:hover{
	color: #BBB91B;
}
/*social top header 2*/
.social-header2{
	background: #eaeaea;
}
.social-top-header2{
	margin: auto;
	padding-top: 12px;
	padding-bottom: 2px;
}
.social-top-header2 ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.social-top-header2 ul li{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: inline-block;
}
.social-top-header2 ul li a{
	color: #191919;
	font-size: 10px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social-top-header2 ul li a:hover{
	color: #BBB91B;
}
/* logo top */
.wrap-logo-top{
	padding-top: 40px;
	padding-bottom: 50px;
	background: #fff;
}
/* header 2 */
.wrap-logo-top-header2{
	padding-top: 40px;
	padding-bottom: 50px;
	background: #fff;
}
.logo-top{
	margin: auto;
	width: 300px;
	padding-bottom: 5px;
	text-align: center;
}
.logo-top img{
	max-width: 100%;
}
.text-logo-top{
	text-align: center;
	letter-spacing: 2px;
	font-size: 13px;
	word-spacing: 1px;
	color: #191919;
}
/* date & search */
.date-searh-top{
	/*border-bottom: 1px solid #eaeaea;*/
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}
.date-top{
	color: #191919;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.search-top{
	color: #191919;
	text-align: right;
	font-size: 12px;
}
.search-top input{
	outline: none;
	border: none;
	color: #191919;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}
/*--------------------------------
3. Menu Top 
-------------------------------- */
/*menu top */
.wrap-menu{
	padding-top: 0px;
	padding-bottom: 0px;
	background: #fff;
}
.wrap-border-mn{
	border-bottom: 7px solid #000;
}
/* Scroll to top */
.scrollup{
	position:fixed;
	bottom:10px;
	right:10px;
	background:rgba(0,0,0,.3);
	color: #fff;
	padding-top:17px;
	padding-bottom:17px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	visibility:hidden;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.scrollup:hover{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-backface-visibility: hidden;
	color: #BBB91B;
}
/*--------------------------------
4. Menu Nav
-------------------------------- */
/* menu nav 2 */
/* button mobile menu */
.wrap-ol-bt2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.ol-bt-menu2{
	font-size: 23px;
	color: #191919;
	display: none;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 1px;
	text-align: left;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.ol-bt-menu2:hover{
	color: #BBB91B;
}
.ol-bt-menu2 i{
	font-size: 25px;
}
.ol-bt-menu2 i:hover{
	color: #BBB91B;
}
.ol-bt2{
	text-transform: uppercase;
}
.ol-bt-menu2 i{
	cursor: pointer;
}
.ol-bt-menu2 span{
	cursor: pointer;
}
/* search responsive */
.wrap-ol-search{
	text-align: right;
}
.ol-search{
	text-transform: uppercase;
}
/* menu nav canvas slide */
.navigation {
    list-style: none;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.ol-nav-menu2{
	position: relative;
	z-index: 9999;
}
.ol-menu2{
	margin:0px;
	padding: 0px;	
	list-style: none;
	text-align: center;
}
.ol-menu2 > li:after{
	content: "/";
	margin-left: 19px;
	color: #eaeaea;
}
.ol-menu2 > li:last-child:after{
	content: "";
	margin-left: 0;
}
.ol-menu2 > li{
	padding-bottom:10px;
	padding-top:10px;
	cursor: pointer;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	display: inline-block;
	background: #fff;
	line-height: 40px;
	color: #191919;
}
.ol-menu2 > li{
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu2 > li.menu-item-has-children > a:after{
	content:"\f0d7";
	font-family:"Fontawesome",sans-serif;
	font-size: 8px;
	color: #191919;
	display: inline-block;
	padding-left: 8px;
	vertical-align: top;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu2 > .menu-item-has-children:hover:after{
	/*color: #BBB91B;*/
}
.ol-menu2 li:hover a{
	color: #BBB91B;
}
.ol-menu2 li:hover{
	/*border-bottom: 2px solid #BBB91B;*/
}
.ol-menu2 > li > a{
	position:relative;
}
.ol-menu2 > li > a{
	-webkit-transition:0.3s;
	transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu2 li a{
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #191919;
	font-size: 15px;
	vertical-align: middle;
}
.ol-menu2 li i{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.ol-menu2 li i:hover{
	color: #BBB91B;
}
/* sub menu */
.ol-menu2 > li.menu-item-has-children a{
	text-align: left;
}
.ol-menu2 ul{
	margin-top: 10px;
	visibility: hidden;
	position: absolute;
	margin-left: -15px;
	padding-left: 0;
	background: #fff;
	z-index: 9999;
	border: 1px solid #eaeaea;
}
.ol-menu2 ul li{
	list-style: none;
}
.ol-menu2 ul li:first-child:before{
	border: 0px;
}
.ol-menu2 ul li:last-child:after{
	border: 0px;
}
.ol-menu2 > ul > li{
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.ol-menu2 ul li:hover{}
.ol-menu2 > ul > li > a{
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu2 ul li a{
	text-transform: uppercase;
	display: block;
	font-size:14px;
	letter-spacing :2px;
	text-transform: uppercase;
	color: #191919 !important;
	display: block;
	font-size:14px;
	letter-spacing :2px;
	min-width: 230px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	z-index: 3;
	position : relative;
	line-height: 40px;
	border-bottom: 1px solid #eaeaea;
}
.ol-menu2 ul li:hover a{
	padding-left: 20px;
	color: #BBB91B !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #fff;
}
.ol-menu2 li:hover > ul{
	visibility: visible;
	z-index:1;
	-webkit-animation-name: flipInX;
    -webkit-animation-duration: 0.3s; 
    animation-name: flipInX;
    animation-duration: 0.3s;
}
/* sub sub menu */
.ol-menu2 ul ul{
	margin-top: -45px;
	margin-left: 230px;
	visibility: hidden;
	position: absolute;
	padding-left: 0;
	z-index: 9999;
}
.ol-menu2 ul ul li{
	list-style: none;
}
.ol-menu2 > ul > ul > li{
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu2 ul ul li:hover{
	background: #fff;
}
.ol-menu2 ul ul li a{
	text-transform: uppercase;
	display: block;
	font-size:14px;
	letter-spacing :2px;
	min-width: 230px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	z-index: 3;
	position : relative;
	color: #191919 !important;
	background: #fff !important;
	border-bottom: 1px solid #eaeaea !important;
}
.ol-menu2 ul ul li:hover a{
	color: #191919 !important;
	background: #fff !important;
	border-bottom: 1px solid #BBB91B;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #fff;
	border-bottom: 1px solid #fff;
}
.ol-menu2 ul ul li:hover > ul{
	visibility: visible;
	z-index:1;
	-webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 0.3s; 
    animation-name: fadeInUp;
    animation-duration: 0.3s;
}
/* search input top */
.wrap-input-search{
	background: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	z-index: 9999;
}
.wrap-input-search-res{
	background: #fff;
}
.wrap-input-search > input{}
.input-search{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background: transparent;
	border: none;
	color: #191919;
	outline: none;
	font-size: 14px;
	text-align: center;
}
/* menu responsive */
.wrap-menu-res{
	display: none;
	border-top: 1px solid #f5f5f5;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 20px;
}
.menu-canvas{
	margin: 0;
	padding: 0;
}
.menu-canvas li.menu-item-has-children > a:before{
	content:"\f067";
	font-family:"Fontawesome",sans-serif;
	font-size: 8px;
	vertical-align: middle;
	margin-right: 15px;
}
.menu-canvas li.menu-item-has-children > a:after{
	content:"\f067";
	font-family:"Fontawesome",sans-serif;
	font-size: 8px;
	vertical-align: middle;
	margin-left: 15px;
}
.menu-canvas li{
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-top: 13px;
	padding-bottom: 13px;
}
.menu-canvas li:last-child{
	border-bottom: none;
}
.menu-canvas > li{
	border-bottom: 1px solid #f5f5f5;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.menu-canvas li a:hover{
	background: none;
	color: #BBB91B;
}
.menu-canvas li a{
	color: #191919;
}
.menu-canvas > li > a{
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.menu-canvas ul{
	visibility: hidden;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 0;
	height: 0;
	padding-top: 20px;
}
.menu-canvas li ul{
	visibility: visible;
	z-index:1;
	display: none;
	height: auto;
	-webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.3s; 
    animation-name: fadeIn;
    animation-duration: 0.3s;
}
.menu-canvas ul li{
	display: block;
}
/* scrool to top */
.el_totop{
	background: #000;
	color: #fff;
	background:rgba(0,0,0,.4);
	position: fixed;
	border-radius: 50%;
	right: 5px;
	bottom: 4px;
	padding: 12px 20px;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	z-index: 99999;
}
.el_totop.eltophide{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
/*--------------------------------
5. Featured slider 1
-------------------------------- */
.wrap-featured-slider-1{
	position: relative;
}
.featured-slider-1{}
.f-slider-1{
	position: relative;
	width: 100%;
}
.f-slider-1 img{
	width: 100%;
}
.overlay-f-slider-1{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.3);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.overlay-f-slider-1:hover{
	background: rgba(0,0,0, 0.2);
}
.meta-f-slider-1{
	position: absolute;
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 45px;
    border: 3px solid #000;
    padding-top: 30px;
    padding-bottom: 45px;
    background: rgba(255,255,255, 0.9);
    text-align: center;
}
.meta-top-slider-1{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 14px;
	width: 80%;
	margin: auto;
	color: #000;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.meta-top-slider-1 a{
	color: #000;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-top-slider-1 a:hover{
	color: #BBB91B;
}
.meta-cat-f-slider-1{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
	max-width: 85%;
	margin: auto;
}
.meta-cat-f-slider-1 a{
	color: #000;
	line-height: 25px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-cat-f-slider-1 a:hover{
	color: #BBB91B;
}
.meta-cat-f-slider-1 > span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.meta-cat-f-slider-1 a:after {
    content: "/";
    color: #000;
}
.meta-cat-f-slider-1 a:last-child:after {
    content: "";
}
.meta-title-f-slider-1{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 51px;
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}
.meta-title-f-slider-1 a{
	color: #000;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-title-f-slider-1 a:hover{
	color: #BBB91B;
}
.nav-featured-slider-1{
	position: absolute;
	bottom: 29px;
	z-index: 3;
	width: 100%;
	margin: auto;
	text-align: center;
}
.nav-f-slider1-prev{
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 16px;
    background: #000;
	margin-right: 10px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav-f-slider1-prev:hover{
	color: #BBB91B;
}
.nav-f-slider1-next{
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 21px;
    padding-right: 18px;
    background: #000;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav-f-slider1-next:hover{
	color: #BBB91B;
}
.active .meta-top-slider-1{
	-webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 0.9s;
    -moz-animation-name: fadeInDown;
    -moz-animation-duration: 0.9s;
    -ms-animation-name: fadeInDown;
    -ms-animation-duration: 0.9s;
    -o-animation-name: fadeInDown;
    -o-animation-duration: 0.9s;
    animation-name: fadeInDown;
    animation-duration: 0.9s;
}
.active .meta-title-f-slider-1{
	-webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 0.9s;
    -moz-animation-name: fadeInUp;
    -moz-animation-duration: 0.9s;
    -ms-animation-name: fadeInUp;
    -ms-animation-duration: 0.9s;
    -o-animation-name: fadeInUp;
    -o-animation-duration: 0.9s;
    animation-name: fadeInUp;
    animation-duration: 0.9s;
}
.seperator-slider1{
	text-align: center;
	font-size: 10px;
	color: #C7C7C7;
	margin-bottom: 20px;
}
.seperator-slider1 i{
	padding-left: 8px;
	padding-right: 8px;
}
/*--------------------------------
6. Content
-------------------------------- */
/* CONTENT */
.wrap-all-content{
	padding-top: 70px;
	padding-bottom: 60px;
	background: #fff;
}
/* wrap content & sidebar */
.wrap-content-post-sidebar{}

/* wrap content */
.wrap-content-post{
}
/* wrap per post */
.ol-content-post{
	margin-bottom: 90px;
}
/*--------------------------------
7. Content Post
-------------------------------- */
/* wrap meta per post */
.wrap-meta-per-post{
	/*overflow: hidden;
	padding-bottom: 20px;*/
	margin-bottom: 10px;
	text-align: center;
}
/* meta author & date */
.meta-author-date{
	position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #191919;
    top: -11px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: inline;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.meta-author-date a{
	color: #000;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-author-date a:hover{
	color: #BBB91B;
}
.meta-post-cat{
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 3px;
    text-align: center;
    margin: auto;
    height: 37px;
    overflow: hidden;
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    top: -24px;
    z-index: 99;
    text-transform: uppercase;
}
.meta-post-cat span{
	background: #000;
    display: inline;
    padding-top: 8px;
    padding-bottom: 8px;
}
.meta-post-cat a{
	color: #fff !important;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 40px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-post-cat a:hover{
	color: #BBB91B;
}
.meta-post-cat a:last-child:after {
    content: "";
    display: inline-block;
    content: "\f111";
    font-family: "Fontawesome",sans-serif;
    font-size: 6px;
    vertical-align: middle;
    padding-left: 10px;
}
.meta-post-cat a:first-child:before {
    content: "";
    display: inline-block;
    content: "\f111";
    font-family: "Fontawesome",sans-serif;
    font-size: 6px;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 3px;
}
/* title post */
.meta-title-post{
	position: relative;
	padding-top: 25px;
	padding-bottom: 22px;
	padding-left: 30px;
    padding-right: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 35px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	line-height: 46px;
	letter-spacing: 1px;
}
.meta-title-post h2{
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: 1px;
}
.meta-title-post a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-title-post a:hover{
	color: #BBB91B;
}
/* image post */
.wrap-image-post{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.wrap-image-post img{
	width: 100%;
}
.wrap-image-post:hover .overlay-image-post{
	background: rgba(0,0,0, 0.1);
}
.overlay-image-post{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0);
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.triangle-down{
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	position: absolute;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 999;
}
/* meta comment & share */
.wrap-meta-cs{}
/* share overlay */
.social-share-post{
	display: none;
	position: absolute;
	display: none;
	background: rgba(0,0,0, 0.3);
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 20%;
	overflow: hidden;
	z-index: 99;
}
/* style social on gallery grid post */
.gal-grid-post .social-share-post{
	width: 99.33333%;
}
.title-social-share{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #fff;
	letter-spacing: 5px;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.icon-social-share ul{
	margin: 0;
	padding: 0;
}
.icon-social-share li{
	list-style: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.icon-social-share li a{
	color: #fff;
	font-size: 20px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.icon-social-share li a:hover{
	color: #BBB91B;
}
.meta-comment-post{
	text-align: left;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
}
.meta-comment-post a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-comment-post a:hover{
	color: #BBB91B;
}
.meta-share-post{
	text-align: right;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	color: #191919;
	margin-bottom: 40px;
}
.meta-share-post span{
	cursor: pointer;
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-share-post span:hover{
	color: #BBB91B;
}
.wrap-desc-content{
	margin-bottom: 25px;
}
.wrap-desc-content p{
	font-size: 12px;
    color: #191919;
    text-align: justify;
    line-height: 32px;
    word-spacing: 1px;
    letter-spacing: 1px;
    padding-left: 50px;
    padding-right: 50px; 
}
.dropcap > p:first-child:first-letter {
    background: #000;
    color: #fff;
    float: left;
    display: inline;
    font-size: 70px;
    line-height: 60px;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-right: 15px;
    margin-top: 12px;
}
/* readmore */
.wrap-readmore{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 25px;
}
.readmore-content{
	background: #fff;
    color: #191919;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.readmore-content:hover{
	color: #BBB91B;
    letter-spacing: 1px;
}

/* readmore list */
/* readmore */
.wrap-readmore-list{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    font-style: italic;
    /*margin-bottom: 30px;*/
    padding-top: 15px;
}
.readmore-content-list{
    color: #191919;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.readmore-content-list:hover{
	color: #BBB91B;
}
/*--------------------------------
8. Gallery Grid
-------------------------------- */
/* gallery grid */
.grid-post-top{
	margin-bottom: 4px;
}
.grid-post .wrap-image-post{
	margin-top: 10px;
}
.grid-post-img-sm{
	display: inline-block;
	width: 19%;
	position: relative;
}
.grid-post-img-sm img{
	width: 100%;
}
.grid-post-img-sm:hover .overlay-grid-post-top{
	background: rgba(0,0,0, 0.1);
}
.grid-post-img-big:hover .overlay-grid-post-top{
	background: rgba(0,0,0, 0.1);
}
.overlay-grid-post-top{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0);
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.grid-post-img-big{
	display: inline-block;
	width: 60.444%;
	position: relative;
}
.grid-post-img-big img{
	width: 100%;
}
.grid-post-bottom{
	margin-bottom: 4px;
}
.grid-post-img-2col{
	display: inline-block;
	width: 49.4111%;
	position: relative;
}
.grid-post-img-2col img{
	width: 100%;
}
.grid-post-img-2col:hover .overlay-grid-post-2col{
	background: rgba(0,0,0, 0.1);
}
.overlay-grid-post-2col{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0);
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
/*--------------------------------
9. Gallery Slide
-------------------------------- */
/* gallery slide post */
.wrap-gallery-slide-post{
	position: relative;
}
.wrap-gallery-slide-img{
	position: relative;
}
.wrap-gallery-slide-img img{
	width: 100%;
}
.wrap-gallery-slide-img:hover .overlay-gallery-grid-post{
	background: rgba(0,0,0, 0.1);
}
.overlay-gallery-grid-post{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0);
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
/* nav gallery slide post */
.wrap-nav-gallery-slide-post{
	position: absolute;
	width: 100%;
	margin-top: -40px;
	z-index: 99999;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.nav-prev-gal-slide{
	background: rgba(255,255,255, 0.3);
	color: #fff;
	padding: 10px;
	cursor: pointer;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav-prev-gal-slide:hover{
	background: rgba(255,255,255, 0.7);
	color: #BBB91B;
}
.nav-next-gal-slide{
	background: rgba(255,255,255, 0.3);
	color: #fff;
	padding: 10px;
	cursor: pointer;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav-next-gal-slide:hover{
	background: rgba(255,255,255, 0.7);
	color: #BBB91B;
}
/*--------------------------------
10. Video Post
-------------------------------- */
/* video post */
.wrap-video-post{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
/*--------------------------------
11. Audio Post
-------------------------------- */
/* audio post */
.wrap-audio-post{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
/* share audio without tumbnail */
.icon-social-share-w-t ul{
	margin: 0;
	padding: 0;
}
.icon-social-share-w-t li{
	list-style: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.icon-social-share-w-t li a{
	color: #191919;
	font-size: 20px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.icon-social-share-w-t li a:hover{
	color: #BBB91B;
}
.social-w-t{
	display: none;
	text-align: center;
}
/*--------------------------------
12. Quote Post
-------------------------------- */
/* quote */
.meta-quote-post{
	position: relative;
    padding-top: 25px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 1px;
    color: #191919;
}
.meta-quote-post blockquote{
	padding: 0;
	margin: 0;
	border: none;
}
.meta-quote-post .meta-post-cat{
	/*top: -24px !important;*/
}
.meta-quote-post > p > i{
	display: none;
} 
/*--------------------------------
13. Link Post
-------------------------------- */
/* link post */
.meta-link-post{
	position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 1px;
	word-wrap: break-word;
	text-transform: normal;
}
.meta-link-post a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-link-post a:hover{
	color: #BBB91B;
}
/*--------------------------------
14. Pagination
-------------------------------- */
/* pagination */
.wrap-pagination-index{
	margin-bottom: 40px;
}
.wrap-pagination-index ul{
	margin: 0;
	padding: 0;
	text-align: left;
}
.wrap-pagination-index ul li{
	list-style: none;
	display: inline-block;
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.wrap-pagination-index ul li a{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.wrap-pagination-index ul li a:hover{
	color: #BBB91B;
	border: 1px solid #BBB91B !important;
}
span.currents {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000;
	border: 1px solid #000;
    color: #fff;
}
/*--------------------------------
15. Featured 2
-------------------------------- */
/* featured 2 */
.wrap-featured-2{
	position: relative;
	padding-top: 20px;
	background: #fff;
}
.featured-2-title-head{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #191919;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

/* wrap featured 2 */
.featured-2{
	position: relative;
}
/* wrap per post */
.featured-2-content{
	padding: 20px;
}
/* meta date */
.featured-2-meta-date{
	margin-bottom: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #191919;
	font-size: 30px;
	text-align: center;
}
.featured-2-meta-date span{
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
/* meta author */
.featured-2-meta-author{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 10px;
	color: #191919;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.featured-2-meta-author a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.featured-2-meta-author a:hover{
	color: #BBB91B;
}
.featured-2-meta-cat:before{
	content: "/";
}
.featured-2-title{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #191919;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 30px;
	margin-bottom: 15px;
}
.featured-2-title a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.featured-2-title a:hover{
	color: #BBB91B;
}
/* nav featured 2 */
.nav-featured-2-f{
	background: #fff !important;
}
.wrap-nav-featured-2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
}
.nav-prev-featured-2{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #191919;
	cursor: pointer;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav-prev-featured-2:hover{
	color: #BBB91B;
}
.nav-next-featured-2{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #191919;
	cursor: pointer;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav-next-featured-2:hover{
	color: #BBB91B;
}
/*--------------------------------
16. Sidebar
-------------------------------- */
/* sidebar */
.wrap-sidebar-post{
}
.sidebarwidget{
	/*border-top: 1px solid #000;
	padding-top: 4px;*/
	margin-bottom: 55px;
}
.sidebar-title{
	text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 15px;
    background: #000;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    margin-bottom: 40px;
    color: #FDFDFD;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 26px;
}
.sidebar-title:before {}
/*--------------------------------
17. About Me Widget
-------------------------------- */
/* about me widget */
.wrap-w-aboutme{}
.w-aboutme-ava{
	width: 250px;
	height: 250px;
	max-width: 100%;
	position: relative;
	margin: auto;
	margin-bottom: 20px;
}
.w-aboutme-ava img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.w-aboutme-ava-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0, 0);
	border-radius: 50%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.w-aboutme-ava:hover .w-aboutme-ava-overlay{
	background: rgba(0,0,0, 0.1);
}
.w-aboutme-author{
	text-align: center;
	padding: 10px;
	border: 1px solid #191919;
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.w-aboutme-desc{
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #191919;
	text-align: center;
}
/*--------------------------------
18. Social Widget
-------------------------------- */
/* social network */
.wrap-w-social-n{}
.wrap-w-social-n ul{
	margin: 0;
	padding: 0;
}
.wrap-w-social-n li {
    border-bottom: none !important;
}
.wrap-w-social-n ul li{
	list-style: none;
	display: inline-block;
	margin-bottom: 5px !important;
	border: none;
}
.wrap-w-social-n ul li a{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #191919;
	border: 1px solid #191919;
	font-family: 'Merriweather', serif;
	font-weight: 500;
	font-size: 12px;
	text-transform: capitalize;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.wrap-w-social-n ul li a:hover{
	color: #BBB91B;
	background: #000;
}
/*--------------------------------
19. Instagram Widget
-------------------------------- */
/* instagram */
.wrap-w-instagram,.flickr_area{
	text-align: center;
}
.wrap-instagram-img{
    width: 120px;
    height: 120px;
    display: inline-block;
    position: relative;
    margin: 2px;
}
.wrap-instagram-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.link-insta{
	color: #fff;
}
.link-insta:hover{
	color: #BBB91B;
}
.flickr_badge_image{
	width: 25%;
	max-width: 300px;
	display: inline-block;
	position: relative;
	padding: 1px;
}
.flickr_badge_image img{
	width: 100%;
	height: 100%;
}
.overlay-insta-img{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.wrap-instagram-img:hover .overlay-insta-img{
	background: rgba(0,0,0, 0.1);
}
/*--------------------------------
20. Latest Post Widget
-------------------------------- */
/* latest post */
.wrap-w-latest-post{}
.w-latest-post{
	margin-bottom: 35px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}
.w-latest-post:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.latest-post-date{
	font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    top: -15px;
    color: #fff;
    left: 0;
    background: #000;
    right: 0;
    width: 150px;
    margin: auto;
    z-index: 99;
    padding-bottom: 7px;
    padding-top: 7px;
}
.latest-post-date span{
	font-size: 12px;
}
.latest-post-img{
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	border: 1px solid #000;
}
.latest-post-img img{
	width: 100%;
}
.latest-post-meta{
    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #2b2b2b;
    text-align: center;
    display: inline;
    text-transform: uppercase;
}
.latest-post-meta:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.latest-post-meta:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.latest-post-meta a{
	color: #2b2b2b;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.latest-post-meta a:hover{
	color: #BBB91B;
}
.overlay-latest-post{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.latest-post-img:hover .overlay-latest-post{
	background: rgba(0,0,0, 0.1);
}
.latest-post-title{
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
	text-align: center;
	padding-bottom: 5px;
}
.latest-post-title a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.latest-post-title a:hover{
	color: #BBB91B;
}
/*--------------------------------
21. Categories Widget
-------------------------------- */
/* categories */
.wrap-w-categories{}
.wrap-w-categories ul{
	margin: 0;
	padding: 0;
}
.wrap-w-categories ul li{
	list-style: none;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	font-family: 'Merriweather', serif;
	font-weight: 700;
	text-transform: capitalize;
	color: #adadad;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.wrap-w-categories ul li:hover{
	color: #BBB91B;
	padding-left:10px;
}
.wrap-w-categories ul li a{
	color: #191919;
	margin-right: 20px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.wrap-w-categories ul li a:hover{
	color: #BBB91B;
}
/*--------------------------------
22. Recent Comment Widget
-------------------------------- */
/* recent comment */
#recentcomments{}
.recentcomments{
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	font-size: 18px;
	font-weight: 500;
	color: #9e9e9e;
	font-family: 'Oswald', sans-serif;
	vertical-align: middle;
}
.url{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 18px;
}
span.comment-author-link a{
	background: #191919;
	display: inline-block;
	font-size: 9px;
	font-weight: 500;
	color: #fff;
	margin-right: 3px;	
	vertical-align: middle;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.recentcomments a{
	color: #191919;
	font-size: 13px;
	font-weight: 700;
	padding-left: 10px;
	line-height: 26px;
	vertical-align: middle;
	text-transform: capitalize;
	font-family: 'Merriweather', serif;
	font-style: italic;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.recentcomments a:hover{
	color: #BBB91B;
}
/*--------------------------------
23. Subscribe Widget
-------------------------------- */
/* subscribe */
.wrap-w-subscribe{}
.subscribe-widget{
	text-align: center;
}
.subscribe-widget p{
	font-size: 12px;
	color: #191919;
}
.subscribe-widget input{
	padding: 5px;
	height: 40px;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	font-size: 13px;
}
.button.subscribe{
	width: 100%;
	background: #191919;
	border: 2px solid #191919;
	color: #fff;
	outline: none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.button.subscribe:hover{
	color: #BBB91B;
}
/*--------------------------------
24. Ads Widget
-------------------------------- */
/* ads widget */
.wrap-ads-widget{
	position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 240px;
    margin: auto;
}
.wrap-ads-widget img{
	max-height: 400px;
}
.overlay-ads-widget{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
    padding-top: 72%;
    text-align: center;
    left: -1000px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.wrap-ads-widget:hover .overlay-ads-widget{
	left: 0px;
}
.ads-click{
	font-size: 13px;
}
.ads-click a{
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.ads-click a:hover{
	color: #BBB91B;
	border: 1px solid #BBB91B;
}
/*--------------------------------
25. Tags Widget
-------------------------------- */
/* tags */
.wrap-tags{}
.wrap-tags a{
	border: 1px solid #191919;
	color: #191919;
	font-size: 13px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	margin-right: 3px;
	display: inline-block;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.wrap-tags a:hover{
	color: #BBB91B;
	border: 1px solid #BBB91B;
}
/* tag cloud widget */
.tagcloud{}
.tagcloud a{
	border: 1px solid #191919;
	color: #191919;
	font-size: 13px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	margin-right: 3px;
	display: inline-block;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.tagcloud a:hover{
	color: #BBB91B;
	border: 1px solid #BBB91B;
}
/*--------------------------------
26. Popular Post Widget
-------------------------------- */
/* popular post */
.meta-popular-post{
	text-align: center;
	position: relative;
}
.meta-popular-post .popular-cat a{
	line-height: 20px;
}
.meta-popular-post .title-popular-post{
	margin-bottom: 10px;
}
.no-loop{
	font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 23px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
    color: #FDFDFD;
    position: absolute;
    background: #000;
    top: -20px;
    left: 41%;
    display: inline-block;
}
.title-popular-post{
	font-size: 14px;
	text-transform: capitalize;
	line-height: 22px;
    font-weight: 700;
}
.title-popular-post a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.title-popular-post a:hover{
	color: #BBB91B;
}
.popular-cat{
	font-size: 11px;
	display: block;
}
.popular-cat a{
	background: #191919;
	color: #fff;
	margin-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-transform: capitalize;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.popular-cat a:hover{
	color: #BBB91B;
}
/*Twitter*/
.twitter-widget-content{
	padding: 0 0 0 0;
    position: relative;
	}
.timeline-wrap{
	font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}
.timeline-wrap,.timeline-article{
	padding:0;margin:0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea; 
	}
.timeline-article{
	display:block;
	clear:both;
	position:relative;
	margin-left:3px;
	}

.tweet {
    display: block;
    margin-left: 5px;
    font-family:  'Merriweather', serif;
    font-size: 12px;
    color: #191919;
    line-height: 32px;
    word-spacing: 1px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-left: 1px solid #9E9D9D;
    font-style: normal;
    font-weight: 500;
    padding-left: 15px;
}
.timeline-article a:hover i{color:#EFA48D;}
.timeline-article-date{
	display:block;
	position:relative;
	clear:both;
	margin:0 0 0 -3px;
	padding:0;
	color:#999;
	font-size:85%;
	height:16px;
	line-height:16px;
	}
.timeline-article-date .fa{
	font-size:13px;
	line-height:16px;
	padding:0 13px 0 0;
	}
.timeline-article-date span{
	font-size:11px
	}
.timeline-article-date small{padding-left:5px;}
/*--------------------------------
27. Footer 1
-------------------------------- */
/* footer */
/* footer 1 */
.wrap-footer-1{
}
.footer-1{
	/*margin-top: 40px;*/
}
.footer-1-widget{
	padding-top: 50px;
	background: #fff;
}
.footer-1-copyright{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 22px;
	/*background: #fff;
	border-top: 1px solid #2F2F2F;*/
}
.footer-1-bottom{
	background: #000;
	/*padding-top: 9px;
	border-top: 10px solid #fff;*/
}
.sb-footer{
	/*background: #fff;*/
}
.social-footer{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.social-footer ul li a{
	font-size: 15px;
	/*color: #000;*/
}
.social-footer i{
	font-style: bold;
}
/* instagram footer */
.wrap-footer-instagram{
	position: relative;
}
.overlay-insta-f{
	position: absolute;
	text-align: center;	
	margin: 20px auto;
	width: 290px;
	left: 0;
	right: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: rgba(0,0,0, 0.2);
	z-index: 999;
}
.overlay-insta-f a{
	color: #fff;
	padding-left: 2px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.overlay-insta-f a:hover{
	color: #BBB91B;
}
.overlay-footer-instagram{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.overlay-footer-instagram:hover{
	background: rgba(0,0,0, 0.1);
}
.wrap-footer-instagram ul{
	margin: 0;
	padding: 0;
}
.wrap-footer-instagram ul li{
	list-style: none;
	display: inline;
	float: left;
	/*width: 20%;*/
	width: 12.5%;
	line-height: 0;
	margin: 0;
	position: relative;
	height: 165px;
}
.wrap-footer-instagram ul li a{
	line-height: 0;
	color: #fff;
}
.wrap-footer-instagram ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*--------------------------------
28. Single Page
-------------------------------- */
/* single */
.wrap-desc-single{
	margin-bottom: 40px;
}
.single-page-line{
	padding-bottom: 0px;
	position: relative;
	border-bottom: 1px solid #000;
}
.wrap-desc-single p{
	font-size: 12px;
	color: #191919;
	line-height: 32px;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-align: justify;
}
/*--------------------------------
29. Breadcumb
-------------------------------- */
/* breadcumb */
.wrap-breadcumb{
	    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 68px;
}
.breadcumb-title{
	font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 15px;
    color: #191919;
    text-align: center;
    text-transform: uppercase;
}
.breadcumb-title-post{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 6px;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
.breadcumb-title-post ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.breadcumb-title-post ul li{
	list-style: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	color: #191919;
}
.breadcumb-title-post ul li a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.breadcumb-title-post ul li a:hover{
	color: #BBB91B;
}
.breadcumb-title-post i{
	font-size: 20px;
}
.breadcumb-title-post span{
	font-style: italic;
	color: #adadad;
}
hr.line-breadcummb{
	height: 2px;
	width: 80px;
	margin: auto;
	background: #191919;
	margin-top: 25px;
	margin-bottom: 25px;
}
/* tags single */
.wrap-single-m{
	margin-bottom: 50px;
	position: relative;
}
.author-form{
	padding: 30px;
	background: #eee;
}
.single-heading{
	font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 28px;
    color: #191919;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 25px;
}
h3.comment-reply-title{
	font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 30px;
    color: #191919;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.tags-single{
	position: relative;
	text-align: left;
	font-size: 10px;
	margin-bottom: 40px;
}
.tags-single a{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #191919;
	color: #fff;
	margin-right: 2px;
	margin-bottom: 6px;
	display: inline-block;
	border: 1px solid #191919;
	text-transform: capitalize;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.tags-single a:hover{
	border: 1px solid #BBB91B;
	background: transparent;
	color: #BBB91B;
}
.tags-single span{
	font-size: 15px;
	margin-right: 10px;
}
/* about me in single page */
.about-me-single{}
.about-me-single-ava{
	width: 180px;
	height: 180px;
	float:left;
}
.about-me-single-ava img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.wrap-all-meta-author{
	margin-left: 220px;
	position: relative;
}
.about-me-name{
	color: #191919;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 25px;
    color: #191919;
    text-transform: uppercase;
}
.about-me-desc{
	font-size: 12px;
	line-height: 27px;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-align: left;
}
/* slide most visit in single page */
.slide-most-visit{
	/*padding-bottom: 30px;*/
}
.wrap-slide-mv{}
.slide-mv-img{
	position: relative;
	width: 100%;
	margin-bottom: 18px;
}
.slide-mv-img img{
	width: 100%;
}
.slide-mv-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0, 0.3);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.slide-mv-overlay:hover{
	background: rgba(0,0,0, 0.1);
}
.slide-mv-title{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.slide-mv-title a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.slide-mv-title a:hover{
	color: #BBB91B;
}
/* nav slide mv */
.wrap-nav-mv{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.nav-prev-slide-mv{
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 8px;
    background: #191919;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nav-prev-slide-mv:hover{
	color: #BBB91B;
}
.nav-next-slide-mv{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 8px;
    background: #191919;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nav-next-slide-mv:hover{
	color: #BBB91B;
}
/* comment single */
.wrap-meta-comment{
	border: 1px solid #eaeaea;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 23px;
	padding-bottom: 29px;
}
.ol-comment-single{
	margin-bottom: 5px;
	padding-bottom: 40px;
}
.comment-ava{
	width: 100%;
	position: relative;
}
.overlay-comment-ava{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.3);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.ol-comment-single:hover .overlay-comment-ava{
	background: rgba(0,0,0, 0.1);
}
.comment-ava img{
	width: 100%;
}
.name-comment{
	font-size: 17px;
	font-weight: 500;
	color: #191919;
	margin-bottom: 30px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.name-comment-say{
	padding-left: 10px;
	color: #bbbbbb;
	font-size: 14px;
	font-style: italic;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.date-comment{
	color: #B5B5B5;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.post-comment{
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #7e7e7e;
	margin-bottom: 30px;
}
.reply-comment{
	font-size: 12px;
}
.reply-comment a{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 1px solid #191919;
	color: #fff;
	background: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.reply-comment a:hover{
	color: #fff;
	border: 1px solid #BBB91B;
	background: #BBB91B;
}
/* comment form */
.wrap-comment-form{}
/* author */
.comment-form-author{}
.comment-form-author label{
	font-size: 12px;
	color: #191919;
	width: 100%;
}
#author{
	width: 100%;
	height: 35px;
	outline: none;
	border:1px solid #eaeaea;
}
/* email */
.comment-form-email{

}
.comment-form-email label{
	font-size: 12px;
	color: #191919;
	width: 100%;
}
#email{
	width: 100%;
	height: 35px;
	outline: none;
	border:1px solid #eaeaea;
}
/* url */
.comment-form-url{

}
.comment-form-url label{
	font-size: 12px;
	color: #191919;
	width: 100%;
}
#url{
	width: 100%;
	height: 35px;
	outline: none;
	border:1px solid #eaeaea;
}
/* comment */
.comment-form-comment{}
.comment-form-comment label{
	font-size: 12px;
	color: #191919;
	width: 100%;
}
#comment{
	width: 100%;
	height: 100px;
	outline: none;
	border:1px solid #eaeaea;
}
#submit{
	background: #191919;
	color: #fff;
	padding-top: 10px;
	border: 1px solid #797979;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#submit:hover{
	/*background: #2b2b2b;*/
	color: #fff;
	background: #BBB91B;
	border: 1px solid #BBB91B;
}

/* 404 page */
.wrap-page-404{
	padding-top: 80px;
	padding-bottom: 130px;
	border: 1px solid #eaeaea;
}
.text-page-404{
	font-size: 250px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #797979;
	text-align: center;
}
.text-page-search{
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	padding-bottom: 20px;
	color: #797979;
	text-align: center;
}
.desc-page-404{
	font-size: 12px;
	color: #797979;
	letter-spacing: 1px;
	text-align: center;
}
.input-page-404{
	padding-top: 30px;
	text-align: center;
}
.search-404{
	outline: none;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-right:none;
	height: 50px;
	width: 70%;
	text-align: center;
	color: #191919;
}
.seach-icon-404{
	display: inline-block;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	height: 50px;
	color: #797979;
	font-size: 14px;
	padding: 14px;
}
/*--------------------------------
30. Ads bottom
-------------------------------- */
/* banner ads bottom */
.banner-bottom{
	padding-top: 10px;
	overflow: hidden;
}
.banner-bottom-img{
	position: relative;
	text-align: center;
}
.banner-bottom-img-close{
	opacity: 0;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 9.2222%;
	color: #fff;
	font-size: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	background: rgba(0,0,0, 0.4);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.banner-bottom-img-close:hover{
	background: rgba(0,0,0, 0.7);
}
.banner-bottom-close{
	display: none;
}
.banner-bottom-img:hover .banner-bottom-img-close{
	opacity: 1;
}
@media screen and  (max-width: 1200px){
	.banner-bottom-img-close{
		right: 0.4444%;
	}
}
@media screen and  (max-width: 991px){
	.banner-bottom{
		display: none;
	}
}
/*--------------------------------
31. List Post
-------------------------------- */
/* list post */
/* wrap per post */
.ol-content-post-list{
	/*padding-bottom: 35px;*/
	margin-bottom: 50px;
	/*border-bottom: 1px solid #eaeaea;*/
}
.ol-content-post-list .wrap-meta-per-post{
	text-align: left;
}
.wrap-img-list-post{
	position: relative;
}
.wrap-img-list-post img{
	width: 100%;
}
.overlay-img-list{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0, 0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.overlay-img-list:hover{
	background: rgba(0,0,0, 0.1);
}
.wrap-all-meta-list-post{}
/* meta author & date */
.meta-author-date-list{
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-align: left;
	top: -12px;
    background: #fff;
    padding-right: 15px;
	font-size: 10px;
	display: inline;
	color: #191919;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.meta-author-date-list a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-author-date-list a:hover{
	color: #BBB91B;
}
.meta-post-cat-list{
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 10px;
    max-width: 99%;
    height: 31px;
    overflow: hidden;
    letter-spacing: 4px;
    text-align: left;
    margin: auto;
    position: absolute;
    width: 100%;
    top: -17px;
    text-transform: uppercase;
}
.meta-post-cat-list span{
	background: #000;
	display: inline;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}
.meta-post-cat-list a{
	color: #fff !important;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-post-cat-list a:hover{
	color: #BBB91B;
}
.meta-post-cat-list a:first-child:before {
    content: "";
    display: inline-block;
    content: "\f111";
    font-family: "Fontawesome",sans-serif;
    font-size: 6px;
    vertical-align: middle;
    padding-right: 10px;
}
.meta-post-cat-list a:last-child:after {
    content: "";
    display: inline-block;
    content: "\f111";
    font-family: "Fontawesome",sans-serif;
    font-size: 6px;
    vertical-align: middle;
    padding-left: 10px;
}
/* title post */
.meta-title-post-list{
	position: relative;
    word-wrap: break-word;
    padding-top: 24px;
    padding-bottom: 18px;
    margin-top: 12px;
    text-transform: normal;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 23px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    line-height: 32px;
    letter-spacing: 1px;
}
.meta-title-post-list a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-title-post-list a:hover{
	color: #BBB91B;
}
.wrap-desc-content-list{}
.wrap-desc-content-list p{
	font-size: 12px;
	color: #191919;
	line-height: 32px;
	word-spacing: 1px;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.overlay-post-format-list{
	position: absolute;
	top: 43%;
	left: 0;
	color: #fff;
	font-size: 35px;
	right: 0;
	text-align: center;
}
/* quote list */
.ol-content-post-list .list-post-quote{
	text-align: center;
}
.meta-author-date-list-quote{
	position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-align: left;
    top: -12px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
    display: inline;
    color: #191919;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.meta-author-date-list-quote a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-author-date-list-quote a:hover{
	color: #BBB91B;
}
.meta-post-cat-list-quote{
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 9px;
    max-width: 99%;
    height: 31px;
    overflow: hidden;
    letter-spacing: 4px;
    text-align: center;
    margin: auto;
    position: absolute;
    width: 100%;
    top: -19px;
    text-transform: uppercase;
}
.meta-post-cat-list-quote span{
	background: #000;
    display: inline;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}
.meta-post-cat-list-quote a{
	color: #fff !important;
	padding-right: 5px;
	padding-right: 5px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-post-cat-list-quote a:hover{
	color: #BBB91B;
}
.meta-post-cat-list-quote a:first-child:before {
    content: "";
    display: inline-block;
    content: "\f111";
    font-family: "Fontawesome",sans-serif;
    font-size: 6px;
    vertical-align: middle;
    padding-right: 10px;
}
.meta-post-cat-list-quote a:last-child:after {
    content: "";
    display: inline-block;
    content: "\f111";
    font-family: "Fontawesome",sans-serif;
    font-size: 6px;
    vertical-align: middle;
    padding-left: 10px;
}
.meta-title-post-list-quote{
	padding-top: 15px;
	position: relative;
	text-transform: uppercase;
	font-size: 23px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 35px;
	letter-spacing: 2px;
	border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    word-wrap: break-word;
    padding-top: 24px;
    padding-bottom: 18px;
}
.meta-title-post-list-quote a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-title-post-list-quote a:hover{
	color: #BBB91B;
}
.meta-title-post-list-quote > p > i{
	display: none;
}
/* link list */
.meta-author-date-list-link{
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 10px;
	color: #191919;
	padding-bottom: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
	border-bottom: 1px solid #191919;
}
.meta-author-date-list-link a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-author-date-list-link a:hover{
	color: #BBB91B;
}
.meta-post-cat-list-link{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 9px;
	letter-spacing: 5px;
	text-align: center;
	margin: auto;
	position: absolute;
	width: 100%;
	bottom: -11px;
	text-transform: uppercase;
}
.meta-post-cat-list-link span{
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.meta-post-cat-list-link a{
	color: #191919;
	padding-right: 5px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-post-cat-list-link a:hover{
	color: #BBB91B;
}
.meta-title-post-list-link{
	position: relative;
	word-wrap: break-word;
	padding-top: 22px;
	padding-bottom: 18px;
	text-transform: normal;
	margin-top: 12px;
	border-bottom: 1px solid #000;
    border-top: 1px solid #000;
	font-size: 23px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-align: left;
	line-height: 32px;
	letter-spacing: 1px;
}
.meta-title-post-list-link a{
	color: #191919;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-title-post-list-link a:hover{
	color: #BBB91B;
}
/*--------------------------------
32. Grid Post
-------------------------------- */
/* grid post */
ul.wrap-grid-post{
	margin: 0;
	padding: 0;
}
.wrap-grid-post li.grid-post{
	width: 48.555%;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.wrap-grid-post li.grid-post:nth-of-type(2n+2) {
    margin-right: 0;
}
.grid-post .ol-content-post{
	margin-bottom: 60px;
}
.grid-post .meta-author-date{
	font-size: 10px;
	padding-bottom: 0;
}
.grid-post .meta-post-cat{
	font-size: 10px;
	top: -21px;
}
.grid-post .meta-title-post{
	font-size: 25px;
	line-height: 32px;
	padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}
.grid-post .meta-comment-post{
	font-size: 11px;
}
.grid-post .meta-share-post{
	font-size: 11px;
}
.grid-post .title-social-share{
	font-size: 11px;
}
.grid-post .icon-social-share li a{
	font-size: 14px;
}
.grid-post .icon-social-share li{
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
}
.grid-post .readmore-content{
	font-size: 11px;
}
.wrap-desc-content-grid{
	margin-bottom: 0px;
}
.wrap-desc-content-grid p{
	font-size: 12px;
	color: #191919;
	line-height: 32px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.overlay-post-format-grid{
	position: absolute;
	top: 43%;
	color: #fff;
	left: 0;
	font-size: 20px;
	right: 0;
	text-align: center;
}
.grid-post .meta-quote-post{
	font-size: 25px;
    line-height: 36px;
}
.grid-post .meta-link-post{
	font-size: 25px;
    line-height: 32px;
}
/* header 3 */
.bt-header3{
	display: block;
	padding-bottom: 9px;
}
.wrap-ol-bt2-header3{
	text-align: left;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	margin-right: 10px;
}
.social-top-header3{
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}
.social-top-header3 ul{
	margin: 0;
	padding: 0;
	text-align: left;
}
.social-top-header3 ul li{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: inline-block;
}
.social-top-header3 ul li a{
	color: #191919;
	font-size: 10px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social-top-header3 ul li i{
	font-size: 14px;
}
.social-top-header3 ul li a:hover{
	color: #BBB91B;
}
/* animate loading page */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../images/Preloader_2.gif) center no-repeat #fff;
}
/*--------------------------------
33. Slider 2
-------------------------------- */
/* slider 2 */
.wrap-featured-slider2{
	position: relative;
}
.featured-slider2{}
/* slider item */
.f-slider2{
	position: relative;
}
.f-slider2 img{
	width: 100%;
}
/* wrap overlay item */
.wrap-overlay-f-slider2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 60px;
	background:rgba(0,0,0, 0.0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.wrap-overlay-f-slider2:hover{
	background:rgba(0,0,0, 0.0);	
}
.overlay-meta-f-slider2{
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	overflow: hidden;
	background: rgba(0,0,0, 0.7);
}
.meta-f-slider2{
	text-transform: uppercase;
	text-align: center;
	padding-top: 30px;
}
.meta-f-slider2-date{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	padding-bottom: 35px;
}
.meta-f-slider2-date span{
	font-size: 35px;
}
.meta-f-slider2-cat{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
	padding-bottom: 8px;
}
.meta-f-slider2-cat a{
	color: #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-f-slider2-cat a:hover{
	color: #BBB91B;
}
.meta-f-slider2-cat ul{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.meta-f-slider2-cat li{
	list-style: none;
	display: inline-block;
}
.meta-f-slider2-cat li a{
	color: #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-f-slider2-cat li a:hover{
	color: #BBB91B;
}
.meta-f-slider2-title{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 35px;
	letter-spacing: 2px;
	line-height: 47px;
	width: 90%;
	margin: auto;
}
.meta-f-slider2-title a{
	color: #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-f-slider2-title a:hover{
	color: #BBB91B;
}
/* nav slider 2 */
.nav-slider2-prev{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	color: #191919;
	font-size: 15px;
	position: absolute;
	top: 44%;
	left: 35px;
	z-index: 5;
	cursor: pointer;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav-slider2-prev:hover{
	color: #BBB91B;
}
.nav-slider2-next{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	color: #191919;
	font-size: 15px;
	position: absolute;
	top: 44%;
	right: 35px;
	z-index: 5;
	cursor: pointer;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav-slider2-next:hover{
	color: #BBB91B;
}
/*--------------------------------
34. Slider 3
-------------------------------- */
/* slider 3 */
.wrap-featured-slider3{}
.featured-slider3{}
.f-slider3{
	position: relative;
}
.f-slider3 img{
	width: 100%;
}
.overlay-f-slider3{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.4);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.active .overlay-f-slider3{
	background: rgba(0,0,0, 0.2);
}
.meta-f-slider3-top{
	position: absolute;
	top: 30px;
	width: 90%;
	left: 0;
	right: 0;
	opacity: 0;
	margin: auto;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.active .meta-f-slider3-top{
	opacity: 1;
}
.meta-f-slider3-author a{
	color: #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-f-slider3-author a:hover{
	color: #BBB91B;
}
.meta-f-slider3-date{
	letter-spacing: 4px;
}
.meta-f-slider3-bottom{
	bottom: 40px;
	position: absolute;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
	padding-right: 40%;
	opacity: 0;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.active .meta-f-slider3-bottom{
	opacity: 1;
}
.meta-f-slider3-title{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 37px;
	letter-spacing: 2px;
	line-height: 45px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.meta-f-slider3-title a{
	color: #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-f-slider3-title a:hover{
	color: #BBB91B;
}
.meta-f-slider3-cat{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.meta-f-slider3-cat ul{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.meta-f-slider3-cat ul:after{
	content: "/";
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.meta-f-slider3-cat li{
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
}
.meta-f-slider3-cat li a{
	color: #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-f-slider3-cat li a:hover{
	color: #BBB91B;
}
.meta-f-slider3-cat a{
	color: #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.meta-f-slider3-cat a:hover{
	color: #BBB91B;
}
/* nav slider 3 */
.wrap-nav-slider3{
	position: absolute;
	right: -40px;
	bottom: 40px;
	opacity: 0;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.active .wrap-nav-slider3{
	opacity: 1;
	right: 40px;
}
.nav-slider3-prev{
	display: inline-block;
	z-index: 9999;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 22px;
    padding-right: 22px;
	background: rgba(255,255,255, 0.5);
	color: #fff;
	cursor: pointer;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav-slider3-prev:hover{
	color: #BBB91B;
}
.nav-slider3-next{
	display: inline-block;
	z-index: 9999;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 22px;
    padding-right: 22px;
	background: rgba(255,255,255, 0.5);
	color: #fff;
	cursor: pointer;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav-slider3-next:hover{
	color: #BBB91B;
}
/* header 3 */
.wrap-logo-top-3{
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
}
.wrap-mn-sr{
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.mn-sr-click{}
.wrap-mn-top{
	text-align: left;
	font-size: 30px;
	color: #191919;
}
.mn-top{
	cursor: pointer;
}
.wrap-sr-top{
	text-align: right;
	font-size: 30px;
	color: #191919;
}
.sr-top{
	cursor: pointer;
}
.wrap-sr-searh{
	display: none;
}
.social-top-3{
	border-bottom: 1px solid #eaeaea;
}
.wrap-logo-header-3{

	text-align: center;
	margin: auto;
}
.logo-top-3{
	display: inline-block;
	width: 300px;
	margin-bottom: 10px;
}
.logo-top-3 img{
	max-width: 100%;
}
.date-searh-top-3{
	background: #fff;
	padding-top: 8px;
}
.text-logo-top-3{
	text-align: center;
	letter-spacing: 2px;
	font-size: 13px;
	word-spacing: 1px;
	color: #191919;
}
.wrap-mn-sr .menu-canvas li{
	text-align: left;
}
.wrap-mn-sr .menu-canvas li.menu-item-has-children > a:before{
	content:"";
	margin-right: 0px;
}
.wrap-mn-sr .menu-canvas li ul li{
	text-align: left;
	padding-left: 10px;
}
/*--------------------------------
35. Footer 2
-------------------------------- */
/* footer 2 */
.social-footer-2 {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
}
/* styling new */
label.screen-reader-text {
    display: none;
}
.social-top ul li a i {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 5px;
}
.social-top ul li.i-facebook a i{
 	padding-left: 14px;
    padding-right: 14px;
}
.social-top ul li.i-sound a i{
 	padding-left: 10px;
    padding-right: 10px;
}
ul.children{
	margin: 0;
	padding: 0;
}
.single-page-line .meta-post-cat {}



 .meta-author-date {
    padding-bottom: 0;
}
blockquote{
    margin: 0 0 10px;
    font-style: italic;
}
.meta-title-post-list-quote blockquote{
    border: none;
    padding: 0;
    margin: 0;
    font-size: auto;
}



/* style widget standard wp */
/* all widget */
.sidebarwidget > ul{
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebarwidget > ul.children{
	margin: 0;
	padding: 0;
}
.sidebarwidget ul > li {
    padding-bottom: 10px;
    list-style: none;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    line-height: 28px;
}
.sidebarwidget ul > li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidebarwidget ul > li > a {
    color: #191919;
    -webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.sidebarwidget li a:hover {
	color: #BBB91B;
}
.sidebarwidget li ul li {
	margin-left: 20px;
	border: none;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0px;
}
.sidebarwidget ul.menu{
	margin: 0;
	padding: 0;
}
.sidebarwidget ul.sub-menu{
	margin: 0;
	padding: 0;
}
.sidebarwidget select{
	padding: 10px;
	display: block;
	color: #797979;
	cursor: pointer;
	outline: none;
	width: 100%;
	margin: auto;
	max-width: 400px;
}
label.screen-reader-text{
	display: none;
}
form.search-form {}
input.search-submit {
    padding: 7px;
    background-color: #797979;
    outline: none;
    color: #fff;
    border: #797979;
    display: inline;
    margin-top: -39px;
}
input.search-submit:hover{
	background: #BBB91B;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
input.search-field {
    padding: 6px;
    outline:none;
    border: 1px solid #bbbbbb;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
table#wp-calendar {
    margin-bottom: 0;
}
.calendar_wrap thead tr th {
    padding: 2px;      
    font-weight: bold;      
    text-align: center;
}
table#wp-calendar {
    text-align: center;
    width: 100%;
}
table#wp-calendar thead {
    font-weight: bold;
    background: rgba(121, 121, 121, 0.29);
}
table#wp-calendar caption {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
table#wp-calendar td,table#wp-calendar th {
    padding: 2px;
    text-align: center;
}
table#wp-calendar tfoot tr td {
    padding: 5px;
    padding-bottom: 0;
    border: none;
}
.calendar_wrap tfoot #prev { text-align: right;}
.calendar_wrap tfoot #next { text-align: left; }
#wp-calendar tbody {
    font-family: 'Droid Sans', sans-serif;
    color: rgb(163, 164, 165);
}
table#wp-calendar a{
	color: #797979;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
table#wp-calendar a:hover{
	color: #BBB91B;
}
.desc-post img {
    max-width: 100%;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #FAFAFA;
    border-radius: 3px;
}
figure {
    max-width: 100% !important;
    max-height: 100%;
}
figure img {
    max-width: 100%;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 15px 6px 15px;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 10px;
}
h2{}
dl {
	margin: 0 20px;
}
dd {
	margin: 0 0 20px;
}
.desc-single-post .alignnone{
	max-width: 100%;
}
span.single_page_number {
	border: 1px solid #FD99BB;
	background: #FD99BB;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	color: #fff;
}
.page_single a span {
	background: #fff;
	color: #797979;
	border: 1px solid #7e7e7e;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.page_single a:hover span {
	background: #FD99BB;
	color: #fff;
	border: 1px solid #FD99BB;
}
.page-single a:hover{
	background: #FD99BB;
	color: #fff;
}
.content-post-title-quote blockquote{
	border-left: none;
}
/*Search Widget*/
span.screen-reader-text {
    display:none;
}
form.search-form {
    /*border-top: 1px solid #191919;
    padding-top: 45px;*/
}
/*text widget*/
.textwidget img{
	width: 100%;
}
.textwidget select{
	width: 100%;
	padding: 10px;
    outline: none;
    cursor: pointer;
}
.sticky {
    padding: 25px;
    border: 1px solid #797979;
    padding-bottom: 0px;
    margin-bottom: 40px;
}
.gallery-caption {
	border: 1px solid #ddd;
    padding: 5px;
    background-color: #FAFAFA;
    border-radius: 3px;
}
.bypostauthor {}
abbr.published {
    color: #B5B5B5;
    font-size: 12px;
    border: none;
    font-style: italic;
    margin-bottom: 10px;
    text-transform: capitalize;
}
img.alignnone {
    margin: 5px 0;
}
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
}
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
}
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
}
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
    max-width: 100%;
}
.wrap-desc-single img{
	max-width: 100%;
	margin-bottom: 10px;
}
label{
	/*padding-right: 10px;*/
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 70%;
}

input.wpcf7-form-control.wpcf7-text {
    width: 70%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit{
	background: #191919;
    color: #fff;
    width: 100px;
    border: 1px solid #797979;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input.wpcf7-form-control.wpcf7-submit:hover{
	color: #fff;
	background: #BBB91B;
	border: 1px solid #BBB91B;
}

.name-comment .url{
	padding: 0;
}
span.comment-author-link {
    background: #191919;
    display: inline-block;
    font-size: 9px;
    font-weight: 500;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 3px;
    vertical-align: middle;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Oswald', sans-serif;
}
/* text logo top */
.text-logo-top-1 {
    text-align: center;
    width: 50%;
    margin: auto;
    padding-top: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    letter-spacing: 1px;
    font-size: 26px;
    color: #000;
    line-height: 40px;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}
.text-logo-top-1 b {
    color: #848484;
}
.separator-readmore {
    text-align: center;
    color: #D8D8D8;
    font-size: 9px;
}
.separator-readmore i {
    padding-left: 5px;
    padding-right: 5px;
}



/* wrap featured slider 4 */
.el-wrap-featured-slider-4{
	position: relative;
}
.wrap-featured-slider-4{
	position: relative;
}
.featured-slider-4{
	position: relative;
}
.item-f-slider-4{
	position: relative;
}
.item-f-slider-4-big{
	position: relative;
	float: left;
	display:inline-block;
	margin-right: 10px;
	width: 78.999%;
	height: 400px;
}
.item-f-slider-4-big img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-f-slider-4-small{
	position: relative;
	float: left;
	display:inline-block;
	width: 20%;
	height: 400px;
}
.item-f-slider-4-small img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-f-slider-4-big:hover .overlay-f-slider-4-big{
	background: rgba(0,0,0, 0.1);
}
.item-f-slider-4-small:hover .overlay-f-slider-4-big{
	background: rgba(0,0,0, 0.1);
}

.overlay-f-slider-4-big:hover{
	background: rgba(0,0,0, 0.1);
}
.overlay-f-slider-4-big{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.2);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.overlay-f-slider-4-big-meta{
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 50%;
}
.overlay-f-slider-4-small-meta{
	position: absolute;
	bottom: 30px;
	width: 100%;
	padding-left: 20px;
    padding-right: 15px;
}
.overlay-f-slider-4-small-meta .f-slider-4-big-title{
	font-size: 17px;
	line-height: 26px;
}
.f-slider-4-big-title{
	font-family: 'Oswald', sans-serif;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 38px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.f-slider-4-big-title a{
	color: #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.f-slider-4-big-title a:hover{
	color: #BBB91B;
}
.f-slider-4-big-author{
	font-size: 12px;
	color: #DAD9D9;
	text-transform: capitalize;
}
.f-slider-4-big-author a{
	color: #fff;
	font-style: italic;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.f-slider-4-big-author a:hover{
	color: #BBB91B;
}
.f-slider-4-big-cat{
	padding-bottom: 10px;
	font-size: 9px;
}
.f-slider-4-big-cat a{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	background: #000;
	line-height: 24px;
	padding-top: 5px;
	margin-right: 3px;
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right: 9px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.f-slider-4-big-cat a:hover{
	color: #BBB91B;
}
/* featured 3 */
.wrap-featured-3{
	position: relative;
}
.featured-3-big{
	position: relative;
	width: 49.555%;
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.featured-3-big img{
	width: 100%;
}
.featured-3-big:nth-of-type(2){
	margin-right: 0;
}
.featured-3-small{
	position: relative;
	width: 48.555%;
	float: left;
	display: inline-block;
}
.featured-3-small-top{
	margin-bottom: 10px;
}
.featured-3-small-top-1{
	position: relative;
	display: inline-block;
	float: left;
	width: 48.999%;
	margin-right: 10px;
}
.featured-3-small-top-1:nth-of-type(2){
	margin-right: 0;
}
.featured-3-small-top-1 img{
	width: 100%;
}

.featured-3-small-top-1-1{
	position: relative;
	display: inline-block;
	float: left;
	width: 48.999%;
	margin-right: 10px;
}
.featured-3-small-top-1-1:nth-of-type(2){
	margin-right: 0;
}
.featured-3-small-top-1-1 img{
	width: 100%;
}

.featured-3-small-top-1-2{
	position: relative;
	display: inline-block;
	float: left;
	width: 48.999%;
	margin-right: 10px;
}
.featured-3-small-top-1-2:nth-of-type(2){
	margin-right: 0;
}
.featured-3-small-top-1-2 img{
	width: 100%;
}

.featured-3-small-bottom{
	height: 297px;
	position: relative;
}
.featured-3-small-bottom img{
	width: 100%;
}
.featured-3-small-bottom .overlay-f-slider-4-big-meta{
	width: 60%;
}
.f-slider-4-nav{
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 9999;
}
.f-slider-4-nav-prev{
	margin-right: 5px;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 22px;
	padding-right: 22px;
	border-radius: 50%;
	background: rgba(255,255,255, 0.4);
	color: #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.f-slider-4-nav-prev:hover{
	color: #BBB91B;
}
.f-slider-4-nav-next{
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 22px;
	padding-right: 22px;
	border-radius: 50%;
	background: rgba(255,255,255, 0.4);
	color: #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.f-slider-4-nav-next:hover{
	color: #BBB91B;
}
/* social share single */
.share-single{
	position: relative;
	margin-bottom: -26px;
	left: 0;
	right: 0;
	text-align: center;
}
.share-single ul{
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.share-single li{
	list-style: none;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	background: #000;
	border-radius: 50%;
	margin-bottom: 6px;
}
.share-single li a{
	color: #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.share-single li a:hover{
	color: #BBB91B;
}
/* featured 2 section 1 */
.item-featured-2{
	width: 24.333%;
	margin-right: 10px;
	position: relative;
	float: left;
	display: inline-block;
}
.item-featured-2-img{
	position: relative;
	height: 300px;
}
.item-featured-2-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-featured-2:nth-of-type(4){
	margin-right: 0px;
}
.overlay-item-f2{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;

}
.item-f2-desc{
	width: 90%;
	margin: auto;
	text-align: center;
	position: relative;
	margin-top: -90px;
	background: #000;
	padding: 10px;
}
.item-f2-title{
	font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: bold;
    border: 1px solid #fff;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 24px;
    word-wrap: break-word;
}
.item-f2-title a{
	color: #fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.item-f2-title a:hover{
	color: #BBB91B;
}
.item-f2-date{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 9px;
	padding-bottom: 5px;
}
.item-f2-cat{
	width: 80%;
    margin: auto;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: bold;
    background: #fff;
    position: relative;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    height: 20px;
    padding-top: 4px;
    margin-top: -21px;
    vertical-align: middle;
    overflow: hidden;
}
.item-f2-cat a{
	color: #000;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 14px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.item-f2-cat a:hover{
	color: #BBB91B;
}
/* tag line  */
.wrap-tag-line-1{
	font-size: 13px;
	color: #000;
	text-align: center;
	width: 70%;
	margin: auto;
	letter-spacing: 1px;
}
.share-single li.soc-m{
	padding-left: 17px;
	padding-right: 17px;
}
.share-single li.soc-l{
	padding-left: 13px;
	padding-right: 13px;
}

.social-footer-2 ul li a {
    font-size: 15px;
    /*color: #000;*/
}
.wrap-footer-1 .wrap-featured-2{
	padding-bottom: 60px;
    padding-top: 50px;
    background: #F7F7F7;
    border-top: 1px solid #eaeaea;
}
.wrap-footer-1 .featured-2-title-head{
	margin-bottom: 35px;
}
.wrap-footer-1 .featured-2-title-head:after {
    content: "";
    margin: auto;
    width: 40px;
    height: 1px;
    background: #000;
    display: block;
    position: relative;
    /* margin-bottom: 25px; */
    margin-top: 5px;
}
li.grid-post-full-width{
	width: 100% !important;
    list-style: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin-right: 0px !important;
}
/* logo footer */
.wrap-logo-footer{
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.logo-footer{
	width: 300px;
	margin: auto;
}
.logo-footer img{
	max-width: 100%;
}
.seperator-footer-copy{
	text-align: center;
	color: #424242;
    font-size: 10px;
}
.seperator-footer-copy i{
	margin-left: 8px;
	margin-right: 8px;
}
.wrap-newsletter{
	position: relative;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 30px;
	background: #f7f7f7;
}
.newsletter-line{
	max-width: 700px;
	width: 100%;
	margin: auto;
	margin-bottom: 45px;
	height: 1px;
	background: #34393d;
}
.wrap-footer-2 .wrap-social-footer-left{
	border-color: #34393d;
}
.wrap-footer-2 .wrap-social-footer-right{
	border-color: #34393d;
}
.wrap-newsletter .subscribe-widget input{
	max-width: 340px;
	width: 100%;
	margin-right: 5px;
}
.wrap-newsletter .button.subscribe{
	max-width: 125px;
}
.wrap-newsletter .subscribe-widget p{
	max-width: 700px;
	width: 100%;
	line-height: 23px;
	margin: auto;
	margin-bottom: 25px;
	font-size: 12px;
	letter-spacing: 1px;
}
.head-newsletter{
	font-size: 25px;
	font-weight: bold;
	display: inline-block;
	margin: auto;
	color: #000;
	position: relative;
	clear: both;
	text-transform: capitalize;
	padding-bottom: 20px;
	letter-spacing: 1px;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
img.emoji{
	width: auto !important;
	height: auto !important;
}


/* comment pagination next prev */
.comment-navigation{
    padding-bottom: 40px;
    text-align: center;
    clear: both;
}
.comment-navigation h1{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 18px;
    color: #191919;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.comment-navigation .nav-previous{
    text-align: left;
}
.comment-navigation .nav-previous a{
    padding-left: 15px;
    font-weight: bold;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.comment-navigation .nav-previous a:hover{
    color: #BBB91B;
}
.comment-navigation .nav-next{
    text-align: right;
}
.comment-navigation .nav-next a{
    padding-left: 15px;
    font-weight: bold;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.comment-navigation .nav-next a:hover{
    color: #BBB91B;
}
.comment-navigation div {
    display: inline;
    width: 50%;
    float:left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}