/* Theme Name: Godhuli
   File Description: Main CSS file of the template
*/

body {
	font-family: 'Lora', serif;
	color: #333;
	word-wrap: break-word;
}
a {
	color: #000;
}
.entry-content a {
	text-decoration: none;
	color: #79be49;
}
.entry-content a:hover {
	text-decoration: underline;
}
.entry-content a:focus {
	border: 1px dashed #79be49;
}
a:hover,
a:focus {
	color: #79be49;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
}
.h2,
h2 {
	font-size: 1.8rem;
}
.logo-box h2 {
	font-size: 45px;
	line-height: 50px;
	display: inline-block;
	font-weight: 600;
}
.logo-box a.navbar-logo {
	display: inline-block;
}
.logo-box p.site-description {
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
	color: #000;
}
.btn {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius: 2px;
	font-weight: 600;
	padding: .6rem .8rem;
}
.btn-outline-custom {
	color: #79be49;
	background-color: transparent;
	background-image: none;
	border-color: #79be49;
}
.btn-outline-custom.active,
.btn-outline-custom:hover,
.btn-outline-custom:active,
.show>.btn-outline-custom.dropdown-toggle {
	color: #fff;
	background-color: #79be49;
	border-color: #79be49;
}
.btn-outline-custom.active,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.show>.btn-outline-custom.dropdown-toggle {
	color: #fff;
	background-color: #79be49;
	border-color: #79be49;
}
.btn-outline-custom.focus,
.btn-outline-custom:focus {
	box-shadow: none;
}
.btn-read-more {
	color: #333;
	font-weight: 500;
	display: inline-block;
	text-decoration: underline !important;
}
/* ============
	Navbar
===============*/

.logo-box {
	background-color: #ffffff;
	text-align: center;
	padding: 20px;
}
#topnav {
	z-index: 1030;
	background-color: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	margin-bottom: 1px;
}
#topnav .logo {
	float: left;
	line-height: 70px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #333;
	font-weight: 700;
	font-size: 22px;
}
#topnav .menu-extras {
	float: right;
}
#topnav .has-submenu.active .submenu li.active > a {
	color: #79be49;
}
#topnav .has-submenu.active > a,
#topnav .navigation-menu li.active > a {
	color: #79be49;
}
#topnav .has-submenu.active .menu-arrow {
	border-color: #79be49;
}
.has-submenu {
	position: relative;
}
#topnav .navbar-toggle {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#topnav .navbar-toggle .lines {
	width: 25px;
	display: block;
	position: relative;
	margin: 28px auto;
	height: 15px;
}
#topnav .navbar-toggle span {
	height: 2px;
	width: 100%;
	background-color: #ffffff;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}
#topnav .navbar-toggle span:last-child {
	margin-bottom: 0;
}
#topnav .navbar-toggle.open span {
	position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
	top: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
	visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
	width: 100%;
	top: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#topnav .navbar-toggle.open span:hover,
#topnav .navbar-toggle.open span:focus {
	background-color: #79be49;
}
#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus {
	background-color: transparent;
	color: #79be49;
}
#topnav .navigation-menu > li .submenu li .menu-arrow {
	right: 10px;
	top: 15px;
}
.dropdown-toggle::after {
	display: none;
}
.menu-arrow {
	border: solid #777777;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 5px;
	top: 30px;
}
.submenu-arrow {
	border: solid #777777;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 18px;
}
@media (min-width: 992px) {
	#topnav .navbar-toggle,
	#topnav .logo-mobile {
		display: none;
	}
}
@media (max-width: 991px) {
	.logo-box {
		display: none;
	}
	.menu-arrow {
		top: 15px;
		right: 20px;
	}
	.logo-mobile img {
		height: auto;
		padding: 5px 0;
	}
	.submenu-arrow {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		position: absolute;
		right: 20px;
		top: 12px;
	}
	.logo {
		padding: 0 !important;
		line-height: 0;
	}
	#topnav .container {
		width: auto;
	}
	#topnav .navigation-menu {
		float: none;
		max-height: 400px;
		text-align: left;
	}
	#topnav .navigation-menu > li {
		display: block;
	}
	#topnav .navigation-menu > li > a {
		color: #28282e;
		padding: 10px 20px;
	}
	#topnav .navigation-menu > li > a:hover,
	#topnav .navigation-menu > li .submenu li a:hover,
	#topnav .navigation-menu > li.has-submenu.open > a,
	#topnav .menu-extras .menu-item .cart > a:hover,
	#topnav .menu-extras .menu-item .search > a:hover {
		color: #79be49;
	}
	#topnav .navigation-menu > li > a:focus,
	#topnav .navigation-menu > li .submenu li a:focus,
	#topnav .navigation-menu > li.has-submenu.open > a,
	#topnav .menu-extras .menu-item .cart > a:focus,
	#topnav .menu-extras .menu-item .search > a:focus {
		color: #79be49;
	}
}

/* Searchbar */
.toggle-search {
	font-size: 18px !important;
}
.search-wrap {
	background-color: #eee;
	color: #1d1e3a;
	z-index: 9997;
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	height: 70px;
	padding: 0 15px;
	transform: translate3d(0, -100%, 0);
	transition: .3s;
}
.search-wrap form {
	display: flex;
	width: 100%;
}
.search-wrap .search-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.search-wrap .search-input {
	flex: 1 1;
	border: none;
	outline: none;
	box-shadow: none;
	background-color: transparent;
}
.search-wrap .search-input:focus {
	border: 1px solid #000;
}
.toggle-search:focus {
	font-size: 25px !important;
}
.search-wrap .close-search {
	width: 36px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: inherit;
	font-size: 24px;
}
.search-wrap .close-search:hover,
.search-wrap .close-search:focus {
	color: #ea553d;
}
.search-wrap.open {
	transform: translate3d(0, 0, 0);
}
.section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.badge-custom {
	color: #fff !important;
	background-color: #79be49;
}
/*=============== Humble Slider ===================*/

.main-slide {
	float: left;
	position: relative;
	width: 100%;
}
.slide-title {
	left: 50%;
	padding: 25px 50px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border: 5px double rgba(255, 255, 255, 0.35);
	border-radius: 5px;
}
.slide-title a {
	color: #ffffff;
}
.cat-text {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.active .slide-title {
	opacity: 1;
	transition: all 1s ease 1s;
}
.slide-title:before {
	background: #333333;
	content: "";
	opacity: 0.6;
	height: 100%;
	width: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}
.slide-title h2 {
	color: #fff;
	display: table;
	font-size: 30px;
	margin: 15px 0;
	width: 100%;
}
.main-slide > img {
	width: 100%
}
.meta {
	display: table;
	margin-bottom: 30px;
	margin-top: -5px;
	width: 100%;
	padding-left: 0;
}
.main-slide .meta {
	margin-bottom: 0;
}
.meta > li {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	padding: 0 10px;
}
.meta > li:before {
	background: #e3e3e3;
	content: "";
	height: 1px;
	margin-top: -1px;
	position: absolute;
	right: -5px;
	top: 50%;
	width: 10px;
}
.meta > li:last-child:before {
	display: none
}

.entry-meta .posted-on time.updated::before {
	content: "|";
	padding-right: 5px;
	padding-left: 5px;
}
.entry-meta .posted-on time.entry-date::before {
	content: "";
	padding-right: 0px;
	padding-left: 0px;
}

.owl-nav {
	height: 0;
	padding: 0 100px;
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 50%;
}

.slide-title a.cat-text:after {
	content: ",";
	padding: 0px 2px;
}

.slide-title .cat-text:last-child:after {
	content: "";
}

@media (max-width: 980px) {
	.slide-title {
		opacity: 1;
		background-color: #000;
		float: left;
		left: auto;
		position: relative;
		top: auto;
		width: 100%;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
	}
}
/*==============
  9. Blog
  ===============*/

.post {
	margin: 0 0 45px;
}
.post-header a.badge {
	margin-left: 5px;
	padding: 7px 10px;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 7px;
}
.post-header a.badge:first-child {
	margin-left: 0px;
}
.entry-meta .posted-on .post-date i {
	padding-right: 5px;
}
.post .entry-meta {
	display: flex;
	justify-content: center;
}
.post .entry-meta span {
	padding-right: 10px;
}
.post .entry-meta span,
.post .entry-meta span a {
	color: #777;
}
.post .entry-meta span:focus, .post .entry-meta span a:focus {
	color: #000;
	text-decoration: underline;
}
.post .entry-meta span:last-child {
	padding-right: 0px;
}
.post .entry-meta span.byline i {
	padding-right: 5px;
}
.post .entry-meta span.meta_comment i {
	padding-right: 5px;
}
.single .post h1 {
	padding-bottom: 7px;
	padding-top: 7px;
}
.single .post h2 {
	padding-bottom: 7px;
	padding-top: 7px;
}
.single .post h3 {
	padding-bottom: 7px;
	padding-top: 7px;
}
.single .post h4 {
	padding-bottom: 7px;
	padding-top: 7px;
}
.single .post h5 {
	padding-bottom: 7px;
	padding-top: 7px;
}
.single .post h6 {
	padding-bottom: 7px;
	padding-top: 7px;
}
.center {
	text-align: center;
}
.post ul {
	list-style-position: inside;
}
.post ol {
	list-style-position: inside;
}
.post img {
	max-width: 100%;
	height: auto;
}
.post + .post {
	border-top: 1px solid rgba(238, 238, 238, .7);
	padding-top: 50px;
}
.post-preview {
	margin: 0 0 25px;
}
.post-header {
	margin: 0 0 30px;
}
h2.post-title {
	margin: 15px 0;
	line-height: 40px;
	font-size: 2.5rem;
}
.post-date {
	color: #777;
}
.post-title a {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	word-wrap: break-word;
}
.post-tags {
	margin: 40px 0 0;
}
.post-tags a {
	background-color: #f5f5f5;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 7px;
	color: #303133;
	padding: 7px 8px 5px 10px;
	margin: 5px 10px 5px 0;
}
.post-tags a:hover,
.post-tags a:focus {
	background: #79be49;
	color: #fff;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin: 30px 0 20px;
}
.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
	margin-top: 0;
}
.post-content p {
	margin: 0 0 20px;
	line-height: 1.5em;
}
.post-content ul,
.post-content ol {
	line-height: 1.8em;
}
.post-content ul,
.post-content ol {
	margin-left: 40px;
}
.post-content ul {
	list-style-type: disc;
}
.post-content ol {
	list-style-type: decimal;
}
.min-height {
	height: auto;
	min-height: 300px;
}
.min-height .page-content-nfound {
	padding-top: 15px;
}
.min-height .page-content-nfound .back {
	padding-top: 20px;
}
.sidebar {
	padding-left: 30px;
}
.widget_search form {
	position: relative;
}
.search-button {
	position: absolute;
	top: 0;
	height: 100%;
	right: 10px;
	background-color: transparent;
	border: none;
	font-size: 20px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.search-button:focus,
.search-button.focus,
.search-button.active.focus,
.search-button.active:focus,
.search-button:active.focus,
.search-button:active:focus {
	outline: 0;
}
.search-button:hover,
.search-button:focus {
	color: #79be49;
}
.widget-title {
	position: relative;
	font-size: 14px;
	margin: 0 0 25px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.widget-title:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.widget-title:after {
	content: "";
	display: block;
	width: 35px;
	z-index: 1;
	position: relative;
	border-bottom: 1px solid #79be49;
	margin: 20px auto 25px 0px;
}
.widget {
	margin: 0 0 40px;
	font-size: 14px;
	border-color: #79be49;
	border: 4px double rgba(121, 190, 73, 0.50);
	padding: 20px;
	border-radius: 5px;
}
.widget ul,
.widget ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget ul li,
.widget ol li {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget ul li:last-child,
.widget ol li:last-child {
	border: 0;
	margin-bottom: 0;
}
.widget ul li a,
.widget ol li a {
	color: #333333;
}
.widget ul li a:hover,
.widget ol li a:hover {
	color: #79be49;
}
.widget ul li a:focus,
.widget ol li a:focus {
	color: #79be49;
}
.widget select {
	width: 100%;
	box-shadow: none;
	border-radius: 2px;
	border-color: #eee;
	padding: 12px 15px;
	height: 49px;
	font-size: 14px;
}
.widget select:focus {
	border-color: #79be49;
	box-shadow: none;
}
.widget select {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.widget select::-ms-expand {
	display: none;
}
.widget select:hover,
.widget select:focus {
	border-color: #888;
}
.widget select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.widget select option {
	font-weight: normal;
}
.widget_archive ul li a,
.widget_categories ul li a {
	margin-right: 5px;
	font-weight: 600;
}
.post-date {
	display: block;
}
.tagcloud > a {
	background: #f5f5f5;
	border-radius: 2px;
	color: #303133;
	display: inline-block;
	font-size: 9px !important;
	letter-spacing: 1px;
	margin: 5px 10px 5px 0;
	padding: 7px 8px 5px 10px;
	text-transform: uppercase;
}
.tagcloud > a:hover,
.tagcloud > a:focus {
	background: #79be49;
	color: #fff;
}
.widget_recent_comments .recentcomments span.comment-author-link {
	font-weight: 600;
}
.widget_recent_entries_custom ul li {
	border-bottom: 1px solid rgba(238, 238, 238, .7);
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.widget_recent_entries_custom .wi {
	float: left;
	width: 64px;
}
.widget_recent_entries_custom ul li img {
	height: 44px;
}
.widget_recent_entries_custom .wb {
	padding-top: 2px;
	margin-left: 84px;
}
.widget_recent_entries_custom .wb a {
	color: #303133;
}
.text-widget-des {
	line-height: 24px;
}
/* About Widget */

.about-widget {
	text-align: center;
}
.about-widget img {
	margin-bottom: 20px;
	max-width: 100%;
	width: 150px;
	height: auto;
}
.about-widget p {
	line-height: 24px;
}
/*==============
  Hierarchy Categories
  ===============*/

.widget_categories ul {
	padding: 5px 0px;
}
.widget_categories ul li {
	padding-bottom: 10px;
	margin-bottom: 10px
}
.widget_categories ul li ul.children {
	padding-left: 10px;
}
.widget_categories ul li ul {
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 0px;
}
.widget_categories ul li ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px
}
/*==============
  Gallery
  ===============*/

.gallery-item img {
	width: 100%;
	height: auto;
}
figure.gallery-item {
	margin: 8px 8px;
}
.searchform {
	outline: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: flex;
}
.searchform > .textbox {
	outline: 0;
	height: auto;
	width: 85%;
	line-height: 42px;
	padding: 0 16px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #212121;
	border: 0;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.searchform > .textbox:focus {
	outline: 0;
	background-color: #FFF;
	border: 1px dashed;
}
.searchform > .button {
	outline: 0;
	background: none;
	background-color: rgba(38, 50, 56, 0.8);
	height: auto;
	width: 17%;
	text-align: center;
	line-height: 42px;
	border: 0;
	color: #FFF;
	font: normal normal normal 24px/1"Material Design Icons";
	font-size: 16px;
	text-rendering: auto;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.searchform > .button::before {
	content: '\e8b6'
}
.searchform > .button:hover,
.searchform > .button:focus {
	background-color: #79be49;
}
/*==============
  Contact form 7
  ===============*/

.wpcf7 label {
	font-weight: 300;
	font-size: 15px;
}
.wpcf7 input {
	display: block;
	width: 100%;
	line-height: 1.25;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: none;
	border-radius: 2px;
	padding: 12px 15px;
	height: 40px;
	font-size: 14px;
}
.wpcf7 textarea {
	display: block;
	width: 100%;
	line-height: 1.25;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: none;
	border-radius: 2px;
	padding: 12px 7px;
	font-size: 14px;
	max-height: 150px;
}
.wpcf7 [type="submit"] {
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 2px;
	font-weight: 600;
	padding: .6rem .8rem;
	color: #fff;
	background-color: #343a40;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
	user-select: none;
	border: 1px solid transparent;
	line-height: 1.25;
	transition: all .15s ease-in-out;
	-webkit-appearance: button;
	max-width: 100px;
	font-size: 15px;
	text-transform: uppercase;
}

.wpcf7 [type="submit"]:hover,
.wpcf7 [type="submit"]:focus {
	cursor: pointer;
	color: #fff !important;
}
/*==============
  Navigation Menu
  ===============*/

.widget_nav_menu ul li {
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.widget_nav_menu ul li ul {
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
}
.widget_nav_menu ul li ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/*==============
  Search form
  ===============*/

.sidebar .widget_search .search-form {
	position: relative;
}
.sidebar .widget_search .search-form::before {
	content: "\FA48";
	position: absolute;
	bottom: 4px;
	right: 10px;
	cursor: pointer;
	height: 40px;
	width: 40px;
	padding: 0;
	color: #808080;
	font: normal normal normal 24px/1"Material Design Icons";
	text-transform: none !important;
	speak: none;
	line-height: 40px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	z-index: 1;
}
.sidebar .widget_search .search-form:hover::before,
.sidebar .widget_search .search-form:focus::before {
	content: "\FA48";
	color: #000;
}
.sidebar .widget_search .search-form label {
	width: 100%;
	margin-bottom: 0;
}
.sidebar .widget_search .search-form label span {
	display: none;
}
.sidebar .widget_search .search-form label input.search-field {
	border: none;
	padding: 4px 15px;
	height: 48px;
	line-height: 48px;
	font-size: 14.5px;
	padding: 0 15px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #d2d2d2;
}
.sidebar .widget_search .search-form label input.search-field:focus {
	border: 1px dashed #d2d2d2;
}
.sidebar .widget_search .search-form .search-submit {
	position: absolute;
	bottom: 4px;
	right: 10px;
	cursor: pointer;
	height: 40px;
	width: 40px;
	padding: 0;
	background-color: #000;
	border-color: #fff;
	opacity: 0;
	z-index: 2;
}
.sidebar .widget_search .search-form .search-submit:focus {
	opacity: 1;
	font-size: 0px;
	background: transparent;
}
/*==============
  Pages
  ===============*/

.widget_pages ul li {
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 600;
}
.widget_pages ul li ul {
	margin-top: 10px;
	padding-top: 10px;
}
.widget_pages ul li ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/*==============
  Recent Posts
  ===============*/

.widget_recent_entries ul li a {
	font-weight: 500;
	display: block;
	padding-bottom: 2px;
	font-size: 15px;
}
.widget_recent_entries ul li span.post-date {
	font-size: 13px;
}
/*==============
  10.Blog Detail
  ===============*/

.blog-detail-description {
	color: #666;
}
.blog-detail-description p {
	line-height: 24px;
}
.blockquote {
	font-size: 16px;
	font-style: italic;
	padding: 20px;
}
.blockquote-text {
	line-height: 24px;
}
.blockquote:before {
	content: "“";
	float: left;
	position: relative;
	top: 15px;
	left: 0;
	color: #cdced0;
	font-size: 68px;
	font-weight: 400;
	line-height: 24px;
}
blockquote {
	font-size: 16px;
	font-style: italic;
	padding: 20px;
}
blockquote p {
	line-height: 24px;
}
blockquote:before {
	content: "“";
	float: left;
	position: relative;
	top: 15px;
	left: 0;
	color: #cdced0;
	font-size: 68px;
	font-weight: 400;
	line-height: 24px;
	padding-right: 8px;
}
.wp-block-quote {
	font-size: 16px;
	font-style: italic;
	padding: 20px;
}
.wp-block-quote p {
	line-height: 24px;
	font-size: 1rem;
	font-weight: 500;
}
.wp-block-quote:before {
	content: "“";
	float: left;
	position: relative;
	top: 15px;
	left: 0;
	color: #cdced0;
	font-size: 68px;
	font-weight: 400;
	line-height: 24px;
}
.wp-block-quote cite::before {
	content: "\2014 \00A0";
}
.wp-block-quote {
	border-left: 0px solid #000;
	text-align: left;
}
.media,
.media-list {
	margin-top: 50px;
}
.media img {
	width: 74px;
	height: 74px;
}
.medias {
	margin-top: 50px;
}
.medias img {
	width: 74px;
	height: 74px;
}
.comment-respond #cancel-comment-reply-link {
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
}
.media-heading {
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.media-heading a {
	color: #000;
}
.media-heading a:hover,
.media-heading a:focus {
	color: #79be49;
}
.media-body a.reply-btn {
	float: right;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: #777;
}
.media-body span.reply-btn {
	float: right;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #777;
}
.media-body span.reply-btn a {
	color: #777;
}
.media-body p.post-date {
	margin-bottom: 20px;
	font-size: 12px;
}
.blog_comments ul {
	list-style: none;
}
.blog_comments ul .trackback a,
.blog_comments ul .pingback a {
	display: block;
	color: #79be49;
	font-weight: 600;
	margin: 5px 0px;
}
.form-control {
	box-shadow: none;
	border-radius: 2px;
	padding: 12px 15px;
	height: 49px;
	font-size: 14px;
}
.form-control:focus {
	border-color: #777;
}
textarea.form-control {
	height: auto;
}
.comment-form input[type="submit"] {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius: 2px;
	font-weight: 600;
	padding: .5rem .8rem;
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
	color: #fff !important;
	background-color: #79be49;
	border-color: #79be49;
	text-decoration: none;
	opacity: 1;
	cursor: pointer;
}
.single-entry-cat {
	margin-bottom: 15px;
	display: block;
}
.post-author-box {
	padding: 20px;
	border: 1px solid #eee;
}
.related-post {
	margin-top: 30px;
}
.related-post .post-preview {
	margin-bottom: 15px;
}
.related-post .post-header a {
	color: #333;
	overflow: hidden;
	display: block;
}
.related-post .post-header a:hover,
.related-post .post-header a:focus {
	color: #79be49;
}
.page-title-alt {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}
.post-author-box .socials li a {
	width: 36px;
	height: 36px;
	line-height: 34px;
	background-color: #ffffff;
	color: #070e14 !important;
	border: 1px solid #eee;
}
.post-author-box .socials li a:hover,
.post-author-box .socials li a:focus {
	background-color: #79be49;
	color: #ffffff !important;
	border-color: #79be49;
}
.quote-post .blockquote {
	border: 2px solid #79be49;
	border-radius: 5px;
	padding: 30px;
}
.quote-post .blockquote:before {
	color: #79be49;
	padding-right: 10px;
}
.quote-post .blockquote-text {
	line-height: 32px;
}
.link-post {
	background-color: #79be49;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	padding: 20px;
	border-radius: 5px;
}
.link-post i {
	font-size: 48px;
	display: block;
}
.link-post-content {
	border: 3px solid rgba(255, 255, 255, 0.3);
	padding: 10px;
}
.link-post a {
	color: #fff;
}
.archive-page-header {
	padding-bottom: 25px;
}
.archive-page-header .archive-description {
	padding-top: 10px;
}
.archive-page-header .archive-description p {
	font-weight: 300;
	font-size: 15px;
}
.single-attachment .blog-detail-description img {
	width: 100%;
	margin: 0px auto;
	display: block;
	float: none;
}
/*==============
  Table
  ===============*/

table {
	width: 100%;
	max-width: 750px;
	border-collapse: collapse;
	margin: 50px auto;
}
th {
	background: #79be49;
	color: white;
	font-weight: 600;
}
td,
th {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 1rem;
}
td a,
th a {
	color: #333 !important;
}

/*==============
Definition Lists
  ===============*/

dt {
	font-weight: 600;
	color: #000;
}
dt::after {
	content: ":";
}
dd {
	margin: 0 1rem 1rem;
}
/*==============
 12. Pagination
  ===============*/

.pagination {
	justify-content: center;
}
.page-numbers > li {
	display: inline-block;
	margin-right: 5px;
}

.pagination .nav-links a.page-numbers {
	display: inline-block !important;
	margin-right: 5px;
	border: 2px solid #eeeeee;
	color: #777777;
	float: none;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
}

.navigation.pagination {
	padding: 0px 15px;
}

.navigation.pagination .nav-links {
	width: 100%;
	text-align: center;
}

.page-numbers > li > a,
.page-numbers > li > span {
	border: 2px solid #eeeeee;
	color: #777777;
	display: block;
	float: none;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
}
.page-numbers > .active > a,
.page-numbers > .active > span {
	background-color: #79be49;
	border-color: #79be49;
	color: #ffffff;
}

.pagination .nav-links .page-numbers:hover {
	background-color: #79be49;
	color: #ffffff;
	border: 2px solid #79be49;
}

.pagination .nav-links .page-numbers.current {
	display: inline-block !important;
	margin-right: 5px;
	background-color: #79be49;
	color: #ffffff;
	border: 2px solid #79be49;
	float: none;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
}

.pagination .nav-links .page-numbers.dots:hover {
	background-color: transparent !important;
	color: #777777 !important;
	border: 0px solid transparent !important;
}


.page-numbers > li > a:hover,
.page-numbers > li > a:focus,
.page-numbers > li > span:hover,
.page-numbers > li > span:focus {
	background-color: #79be49;
	border-color: #79be49;
	color: #ffffff;
}
.page-numbers > .active > a,
.page-numbers > .active > a:focus,
.page-numbers > .active > a:hover,
.page-numbers > .active > span,
.page-numbers > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #79be49;
	border-color: #79be49;
	color: #fff;
	cursor: default;
	z-index: 3;
}
.page-numbers > li > span.current {
	background-color: #79be49;
	border-color: #79be49;
	color: #ffffff;
}
address {
	font-style: italic;
	font-weight: 300;
	color: #333;
}
/* ===================================
	Footer Instagram
====================================== */

footer {
	background: #eee;
}
.instagram-footer {
	text-align: center;
	overflow: hidden;
	padding-left: 0;
}
.instagram-title {
	font-size: 16px;
	text-transform: uppercase;
	margin: 30px 0 30px;
}
.instagram-footer li {
	width: 16.66666666666667%;
	display: inline;
	float: left;
	margin: 0;
}
.instagram-footer li img {
	max-width: 100%;
}
/* ===================================
	Copyright
====================================== */

.copy-wrapper {
	padding: 0px;
	overflow: hidden;
}
.copy-wrapper .copyright {
	margin-top: 24px;
	font-size: 15px;
}
.right-socials {
	float: right;
}
.copy-wrapper .socials {
	margin-top: 10px;
}
/* Social Widget */

.widget .socials {
	text-align: center;
}
.socials li {
	display: inline-block;
	margin: 0 4px 5px;
	text-align: center;
	cursor: pointer;
}
.socials li:last-child {
	margin-right: 0;
}
.socials li a {
	display: inline-block;
	margin-top: 0px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	background-color: #4a4a4a;
	border-radius: 50%;
	color: #fff !important;
}
.socials li a:hover,
.socials li a:focus {
	background-color: #79be49;
}
.socials li:first-child {
	margin-left: 0;
}
@media (max-width: 991px) {
	.sidebar {
		padding-left: 0;
		margin-top: 30px;
	}
	.slide-title h2 {
		font-size: 18px;
		line-height: 28px;
	}
}
.error-page h1 {
	font-size: 98px;
	font-weight: 700;
	line-height: 150px;
	text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}
.media-object.float-left {
	margin-right: 15px;
}
.comment-metadata.flex-center .card-block {
	padding-top: 12px;
	display: flex;
}
.flex-center a.reply-btn::before {
	content: "\F45A";
	font: normal normal normal 14px/1"Material Design Icons";
	padding-right: 5px;
}
.flex-center a.reply-btn:hover,
.flex-center a.reply-btn:focus {
	color: #79be49;
}
.blocks-gallery-item figure:focus,
figure:focus {
	border: 1px dashed #79be49;
}
.select2-container .select2-selection--single {
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}


@media only screen and (max-width: 767px) {
	#topnav a.navbar-logo img {
		width: 100%;
		max-width: 2000px;
	}
	#topnav a.navbar-logo {
		max-width: 400px;
		display: inline-block;
		padding: 0px;
	}
	#topnav a.navbar-logo p.site-description {
		margin-bottom: 0px;
	}
	.logo-mobile {
		display: inline-block;
		width: 80%;
	}
	.logo-mobile .navbar-logo h1 {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	#topnav .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.post .entry-meta {
		display: inline-block;
	}
	.full-width-contain .entry-content > .alignfull {
		margin-left: calc(-50vw + 50% - 0px);
	}
	.wp-block-gallery ul {
		list-style: none !important;
		margin: 0 0 0rem 0 !important;
	}
	.post-content ul, .post-content ol {
		margin-left: 0px;
	}
	.post ol {
		list-style-position: outside;
	}
	.post .entry-meta span {
		display: inline-block;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 28%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 20%;
	}
	.comment-metadata.flex-center .card-block {
		width: 100%;
	}
	.comment-metadata.flex-center .card-block .comment-content {
		width: 100%;
	}



	.wp-block-calendar table {
		width: 100%;
		border-collapse: collapse;
	}
	.wp-block-calendar table caption, .wp-block-calendar table tbody {
		color: #40464d;
	}
	.wp-block-calendar table th {
		font-weight: 400;
		background: #edeff0;
	}
	.wp-block-calendar tbody td, .wp-block-calendar th {
		padding: 4px;
		border: 1px solid #e2e4e7;
	}
	.wp-block-calendar tfoot td {
		border: none;
	}
	.wp-block-calendar a {
		text-decoration: underline;
	}
	.wp-block-calendar table caption{
		color: #40464d;
		background-color: #dcd7ca;
		width: 100%;
		caption-side: top;
		text-align: center;
	}
	.wp-block-calendar table tbody {
		color: #40464d;
	}
	.wp-block-calendar tbody td, .wp-block-calendar th {
		padding: 4px;
		border: 1px solid #e2e4e7;
	}
	.wp-block-calendar thead{
		vertical-align: bottom;
		white-space: nowrap;
	}
	.wp-block-calendar thead tr {
		position: initial;
		top: 0;
		left: 0;
	}
	.wp-block-calendar td, th {
		padding: 10px !important;
	}
	.wp-block-calendar tfoot td {
		text-align: center;
	}
	.wp-block-search .wp-block-search__button {
		margin-left: 0px;
		margin-top: 6px;
		display: block;
		padding: 6px 20px;
	}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	#topnav a.navbar-logo img {
		width: 100%;
		max-width: 200px;
	}
	#topnav a.navbar-logo {
		max-width: 400px;
		display: inline-block;
		padding: 0px;
	}
	#topnav a.navbar-logo p.site-description {
		margin-bottom: 0px;
	}
	.logo-mobile {
		display: inline-block;
		width: 80%;
	}
	.logo-mobile .navbar-logo h1 {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	#topnav .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.post .entry-meta {
		display: inline-block;
	}
	.full-width-contain .entry-content > .alignfull {
		margin-left: calc(-50vw + 50% - 0px);
	}
	.wp-block-gallery ul {
		list-style: none !important;
		margin: 0 0 0rem 0 !important;
	}
	.post-content ul, .post-content ol {
		margin-left: 0px;
	}
	.post ol {
		list-style-position: outside;
	}
	.post .entry-meta span {
		display: inline-block;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 28%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 20%;
	}
	.comment-metadata.flex-center .card-block {
		width: 100%;
	}
	.comment-metadata.flex-center .card-block .comment-content {
		width: 100%;
	}


	.wp-block-calendar table {
		width: 100%;
		border-collapse: collapse;
	}
	.wp-block-calendar table caption, .wp-block-calendar table tbody {
		color: #40464d;
	}
	.wp-block-calendar table th {
		font-weight: 400;
		background: #edeff0;
	}
	.wp-block-calendar tbody td, .wp-block-calendar th {
		padding: 4px;
		border: 1px solid #e2e4e7;
	}
	.wp-block-calendar tfoot td {
		border: none;
	}
	.wp-block-calendar a {
		text-decoration: underline;
	}
	.wp-block-calendar table caption{
		color: #40464d;
		background-color: #dcd7ca;
		width: 100%;
		caption-side: top;
		text-align: center;
	}
	.wp-block-calendar table tbody {
		color: #40464d;
	}
	.wp-block-calendar tbody td, .wp-block-calendar th {
		padding: 4px;
		border: 1px solid #e2e4e7;
	}
	.wp-block-calendar thead{
		vertical-align: bottom;
		white-space: nowrap;
	}
	.wp-block-calendar thead tr {
		position: initial;
		top: 0;
		left: 0;
	}
	.wp-block-calendar td, th {
		padding: 10px !important;
	}
	.wp-block-calendar tfoot td {
		text-align: center;
	}
	.wp-block-search .wp-block-search__button {
		margin-left: 10px;
		margin-top: 0px;
		display: block;
		padding: 6px 20px;
		border-radius: 4px;
	}
}