/* custom css */
.container {
	margin-left: auto;
	margin-right: auto;
}
a {color: #222;}

.home article,
.archive article,
.search article {
	background: #fff;
	padding: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.home article:hover ,
.archive article:hover,
.search article:hover {
	padding: 20px;
	-webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.3), 0 10px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 12px 24px rgba(0,0,0,0.3), 0 10px 10px rgba(0,0,0,0.2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.home article:hover {
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: none;
}
.single-post article,
.page article {
	background: #fff;
	padding: 20px;
	-webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.3), 0 10px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 12px 24px rgba(0,0,0,0.3), 0 10px 10px rgba(0,0,0,0.2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.single-post article.comment-body,
.page article.comment-body {
	background: none;
	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: none;
    margin: 20px 0;
}

/* sticky menu */
.main-navigation {
	width: 100%;
	transition: .5s;
}
.nav-sticky {
    position: fixed !important;
    top: 0;
	height: fit-content;
    line-height: 15px;
    z-index: 999;
    transition: .5s;
}
.main-navigation {
	box-shadow: 0 12px 24px rgba(0,0,0,0.3), 0 10px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 -20px 20px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.2);
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.admin-bar .nav-sticky {
	top: 32px;
}
/* layout_style */
.uni_list-layout {
    width: 100%;
}
.uni_masonry-layout article {
    width: 46%;
    display: inline-grid;
}
.uni_masonry-layout article:nth-child(odd) {
    margin-right: 30px;
}
.uni_masonry-layout article:nth-child(even){
	margin-right: 0;
}
/* fancy-layout */
.uni_fancy-layout article {
    width: 100%;
}
.uni_fancy-layout article:nth-child(n+2) {
	width: 47%;
	display: inline-grid;
	margin: 0 15px;
	margin-bottom: 30px;
}
.uni_grid-layout article {
    width: 48%;
    float: left;
}
.uni_grid-layout.single-post article {
	width: 100%;
}
.uni_grid-layout.single-post article {
    margin: 30px 0;
}
.uni_grid-layout article:nth-child(odd) {
    margin-right: 30px;
}
.uni_grid-layout article:nth-child(even){
	margin-right: 0;
}
.unique_row {
	margin-right: -15px;
	margin-left: -15px;
}
.unique_col {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

header#masthead {
	background-size: cover !important;
	background: #222;
	margin: 0;
	position: relative;
	height: 350px;
	
}
.site-branding h1.site-title {
	margin-left: 2rem 0.5rem;
}
.site-branding h1.site-title a,
.site-branding p.site-title a {
	font-family: 'Dancing Script', cursive;
	font-size: 70px;
	outline: none;
	text-decoration: none;


  transform: translate(-50%,-50%);
  color: #ffffff;
  background: linear-gradient(to right, #4d4d4d 0, white 10%, #4d4d4d 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  white-space: nowrap;
}
.site-branding h4.site-description {
	text-align: center;
	margin-top: -2%;
	

	
}	


@keyframes shine {
  0% {
    background-position: 0
  }
  60% {
    background-position: 330px
  }
 100% {
    background-position: 330px
  }	
}

	
.site-main article {
	position: relative;
}
.posted-on a {
	border-radius: 10px 0;
	background: #fff;
    font-weight: 500;
}
.entry-meta span.author.vcard a,
span.cat-links a,
span.comments-link a {
	text-transform: capitalize;
	color: #222;
	margin: 0 5px;
	font-weight: 600;
}
span.cat-links a {
	color: #ff3030;
}
span.comments-link {
	margin-left: 10px;
}
span.edit-link {
	display: none;
}
.comments-link a {
	position: relative;
}
.author a {
	position: relative;
}

span.byline {
	text-transform: capitalize;
	float: right;
}
h2.entry-title a:hover {
	color: #ff3030;
	transition: .5s;
}
article a.post-thumbnail img {
	border-radius: 10px;
	height: 300px;
	object-fit: cover;
}
.post-thumbnail img {
	border-radius: 10px;
}
.form-submit input#submit {
    background: #222;
    padding: 15px 30px !important;
    color: #fff;
    font-size: 14px;
}
.comment-form-comment textarea {
	padding: 15px;
}
.main-navigation ul {
	border-radius: 10px 10px 0 0;
	background: #fff;
	text-align: center;
}
.main-navigation li {
	padding: 15px 20px;
	float: none;
	text-align: left;
	display: inline-block;
}
.main-navigation li a {
	font-size: 16px;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
}
.main-navigation ul ul {
	border-radius: 0;
}
.main-navigation li ul li {
	/* padding: 10px 0; */
	border-bottom: 1px #ccc dashed;
}
.main-navigation li ul li:last-child {
	border-bottom: none;
}
.main-navigation li ul li a {
	font-size: 14px;
	transition: .5s;
	color: #222;
}
.main-navigation li ul li a:hover {
	transition: .5s;
	padding-left: 10px;
}
.main-navigation li:hover {
    background: #f6f6f6;
}
.uni_fancy-layout article:nth-child(n+2) {
	width: 100%;
	margin: 0;
}
.comment-list {
	margin: 0;
}
.comment-list article {
	padding: 20px;
}
.comment-list li:nth-child(odd) {
	background: #f6f6f6;
}
.comment-list li:nth-child(even) {
	background: #fff;
}
.comment-author img {
	border-radius: 100%;
	height: 50px;
	width: 50px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
}
.comment-content p {
	margin-bottom: 0.5rem;
}
.reply a {
	color: #4692fc;
}
div#content {
	margin: 40px;
}

.right-sidebar div#primary {
	width: 67%;
	float: left;
	margin-right: 30px;
	margin-top: 32px;
}
.right-sidebar aside#secondary {
	width: 30%;
	float: left;
	position: sticky;
	top: 99px;
}
.left-sidebar div#primary {
    float: right;
    margin-right: 0;
    width: 67%;
    margin-top: 32px;
}
.left-sidebar aside#secondary {
    width: 30%;
    float: left;
    position: sticky;
    top: 99px;
}
.no-sidebar {
	display: none;
}
.widget {
	width: 100%;
	padding: 15px;
	display: inline-block;
	border: 1px #ccc solid;
	margin: 30px 0;
}
.widget .calendar_wrap,
.widget .widget_media_image img {
   padding-top: 20px;
}

.widget_search input.search-submit {
	float: left;
    background: #ff3030;
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    width: 27%;
    border-radius: 0;
    border: none;
}
.widget_search input.search-field {
	float: left;
    padding: 10px;
    border-radius: 0;
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    border-right: none;
    width: 73%;
}
.widget ul {
	margin: 15px 0 10px;
	padding-left: 15px;
}
.widget li {
	list-style: none;
	transition: .5s;
}
.widget li a {
	list-style-type: none;
    text-decoration: none;
    font-size: 14px;
    color: #222;
	transition: .5s;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.widget li a:before {
	content: "\f054";
	font-family: FontAwesome;
    left: 0;
    top: 0;
    margin-right: 10px;
}
.widget li:hover a {
	margin-left: 10px;
	transition: .5s;
}
.widget h2.widget-title {
	font-weight: 500;
	font-size: 20px;
	background: #ff3030;
	text-align: center;
	padding: 10px;
	margin-top: -40px;
	color: #fff;
}
.site-main h2.entry-title {
	padding: 0;
	text-transform: capitalize;
	font-size: 20px;
}
.site-main .entry-meta {
	padding: 10px 0 20px;
}
.site-main .entry-meta span.posted-on {
	font-size: 14px;
}
.post-thumbnail a.post-thumbnail img {
	height: 400px;
	object-fit: cover;
}
span.author.vcard img {
	border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
}
.tagcloud {
	margin: 10px 0 0;
}
.tagcloud a {
	font-size: 14px !important;
	display: inline-block;
	border: 1px #222 solid;
	padding: 5px 7px;
	margin: 5px;
	border-radius: 5px;
}
.tagcloud a:hover {
	background: #222;
	color: #fff;
	transition: .5s;
}
/* footer */
.site-footer {
	padding: 20px 0;
	background: #222;
	margin: 0;
}
.site-info {
	text-align: center;
	color: #fff;
}
.site-info a,
.site-info a:visited {
	color: #fff;
}
.site-info a:hover {
	color: #999;
}

/* social-share */
.social-share {
	margin-bottom: 15px;
} 
.social-share ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.social-share li {
	list-style: none;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.social-share li a {
	padding-left: 20px;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
.social-share li a i {
	padding-right: 10px;
}
/* unique_slider */
.unique_slider {
	overflow: hidden;
	margin: 0 0 40px;
}
.article-img {
	position: relative;
}
.article-img:before {
	background: rgba(0, 0, 0, 0.5);
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
.unique-blog-content {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.article-img img {
	width: 100% !important;
    height: 450px;
    object-fit: cover;
}
.unique-blog-content ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.unique-blog-content ul li {
	display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    color: #fff;
}
.unique-blog-content h2.article-title {
    text-align: center;
    padding: 10px 0;
}
.unique-blog-content ul li i {
    color: #fff;
    margin-right: 5px;
}
.unique-blog-content ul li a,
.unique-blog-content h2.article-title a,
h2.article-title {
	color: #fff;
}
.unique-blog-content ul li a {
	background: #ff3030;
	padding: 5px 10px;
	border-radius: 5px;
}
/* section.breadcrumb */
section.breadcrumb {
	margin: 0;
}
.breadcrumb_wrap {
	margin: 0 20px;
}
section.breadcrumb i.fa.fa-home {
	margin-right: 10px;
	font-size: 20px;
	padding: 30px 0 0;
	color: #ff3030;
}
section.breadcrumb a {
	display: inline-block;
	font-weight: 600;
}
section.breadcrumb span.separator {
	margin: 0 8px;
}
.widget_media_image img {
	width: 100%;
	margin-top: 20px;
}
section#calendar-2 {
	background: #f6efe5;
}
.calendar_wrap caption {
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #222 solid;
	margin-bottom: 10px;
}

/* owl-carousel */
.owl-nav {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    margin: 0 auto;
}
.owl-nav .owl-prev {
	background: #ff3030;
	border-radius: 0;
	height: 60px;
	line-height: 70px;
	width: 60px;
	text-align: center;
	position: absolute;
	left: -50px;
	opacity: 0;
	border-radius: 100%;
	transition: .5s;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
	font-size: 30px;
	color: #fff;
}
.owl-nav .owl-next {
	background: #ff3030;
	border-radius: 0;
	height: 60px;
	line-height: 70px;
	width: 60px;
	text-align: center;
	position: absolute;
	right: -50px;
	opacity: 0;
	border-radius: 100%;
	transition: .5s;
}
.unique_slider:hover .owl-prev {
	left: -30px;
	opacity: 1;
	transition: .5s;
}
.unique_slider:hover .owl-next {
	right: -30px;
	opacity: 1;
	transition: .5s;
}
.owl-nav .owl-prev i {
	margin-left: 12px;
}
.owl-nav .owl-next i {
	margin-right: 10px;
}

/**
*Unique Blog Single Page
*
*/
body.single .post-next {
    width: 48%;
    float: right;
}
body.single .post-previous {
    width: 48%;
    float: left;
}


.single-post-nav {
    width: 100%;
    margin-top: 60px;
    border-top: 3px solid #45A3D6;
    background: #fff;
}
 
.single-post-nav a {
    text-decoration: none;
}
 
.single-post-nav > div {
    width: 50%;
    float: left;
    padding: 30px 50px;
    text-align: right;
}
 
.single-post-nav > div:first-child {
    border-right: 3px solid #45A3D6;
    text-align: left;
}
 
.single-post-nav > div h4 {
    margin: 0;
}
 
.single-post-nav > div:nth-of-type(1) img {
    float: left;
    margin-right: 16px;
}
 
.single-post-nav > div:nth-of-type(2) img {
    float: right;
    margin-left: 16px;
}

/* pagination */
.pagination.wraper-pagination {
	padding: 15px 0 0;
	clear: both;
	text-align: center;
}
.nav-links a.prev.page-numbers,
.nav-links a.page-numbers,
.nav-links a.page-numbers,
.nav-links span.page-numbers.current,
.nav-links span.page-numbers.dots {
	background: #222;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 15px;
	transition: .5s;
}
.nav-links span.page-numbers.current {
	background: red;
}
.nav-links a.page-numbers:hover {
	background: red;
	transition: .5s;
}

/* backtotop */
.backtotop {
  position: fixed; 
  font-size: 22px; 
  bottom: 12px; 
  right: 15px; 
  display: none; 
  background: #ff3030; 
  width: 40px; 
  height: 40px; 
  line-height: 30px;
  text-align: center; 
  cursor: pointer; 
  border-radius: 0;
  padding: 5px 0; 
  color: #fff;
  z-index: 9999;
}
.post-previous,
.post-next {
	margin-bottom: 30px;
}
.post-previous img {
	width: 100%;
}
.post-previous a.previous {
    float: left;
	background: #ff3030;
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px 0 0 30px;
}
.post-next a.previous {
    float: right;
	background: #ff3030;
	color: #fff;
	padding: 10px 20px;
	border-radius: 0 30px 30px 0;
}
/**
*custom logo
*/
.site-branding {
    text-align: center;
    margin: 30px 0px;
}
.uni_list-layout .enique_blog_grid,
.uni_grid-layout .enique_blog_grid,
.uni_fancy-layout .enique_blog_grid   {
	position: inherit !important;
	height: auto !important;
}

@media screen and (max-width: 1200px) {
	.site-info,
	.site-branding,
	.menu-menu-container,
	.site-content {
		max-width: 1140px;
		margin: 0 auto;
	}
    .uni_grid-layout article {
		width: 47%;
	}
	.uni_masonry-layout article {
		width: 100%;
	}
}
@media screen and (max-width: 1040px) {
	.right-sidebar div#primary,
	.left-sidebar div#primary {
		width: 66%;
	}
	.uni_fancy-layout article:nth-child(n+2) {
		width: 44%;
	}
	span.byline {
		float: none;
		display: block;
	}
}
@media screen and (max-width: 992px) {
	.uni_fancy-layout article:nth-child(n+2) {
		width: 43%;
	}
}

@media screen and (max-width: 840px) {
	.right-sidebar div#primary,
	.right-sidebar aside#secondary,
	.left-sidebar div#primary,
	.left-sidebar aside#secondary {
		width: 100%;
		float: none;
		display: block;
	}
}
@media screen and (max-width: 768px) {
	button.menu-toggle {
		width: 100%;
		color: #fff;
		border-radius: 0;
		height: 60px;
		padding: 10px;
		border: none;
		background: #222;
		text-align: left;
		outline: none;
	}
	button.menu-toggle:before {
		background: #222;
	    content: "\f0c9";
	    font-size: 25px;
	    font-family: FontAwesome;
	}
}
@media screen and (max-width: 600px) {
	.uni_grid-layout article:nth-child(odd) {
		margin-right: 0;
	}
	.uni_grid-layout article {
		width: 100%;
	}
	.admin-bar .nav-sticky {
		top: 0;
	}
    .main-navigation li {
    	float: none !important;
    	display: block;
    }
    .site-branding h1.site-title {
    	margin: 1rem 0 .5rem;
    }
    header#masthead {
    	height: 140px;
    }
    .main-navigation {
    	bottom: auto;
	    z-index: 9999;
    }
}
@media screen and (max-width: 480px) {
    .widget_search input.search-field {
    	width: 60%;
	}
	.widget_search input.search-submit {
		width: 40%;
	}


	/**
	*menu section
	*/
	.menu-unique-blog-main-menu-container {
		position: relative;
	}

	.main-navigation ul {
		position: absolute;
		width: 100%;
		border-radius: 0;
	}

	.main-navigation {
		box-shadow: 0 12px 24px rgba(0,0,0,0.3), 0 10px 10px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 -20px 20px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.2);
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

/**
* macnory file
*/
.enique_blog_grid_item { width: 200px; }

h1.unique-blog-nevigation {
	margin: 0;
	float: right;
}
h1.unique-blog-nevigation a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
b.fn {
	text-transform: capitalize;
}
.comment-respond label {
    display: block;
    padding-bottom: 5px;
    font-weight: 600;
}
.comment-respond input {
	width: 100%;
	padding: 10px !important;
}