/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 2.8.0

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #000;
	/*font-family: "Source Sans Pro", sans-serif;
	font-family: 'Poppins', sans-serif !important;*/
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Poppins', sans-serif !important;*/
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 10px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	/*border-top: 1px solid #eee;*/
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: fixed;
		width: 100%;
		z-index: 9999999;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		margin-top: 70px;
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
/*********page styles***********/
.title-area img {
    width: 150px!important;
}
.wp-custom-logo .title-area {
    padding-top: 16px;
}
.menu .sf-with-ul{
	padding:25px 15px;
}
.nav-primary{
	padding:0;
}
.nav-primary li a::after {
    border-color: transparent #086277 transparent transparent;
    border-style: solid;
    border-width: 6px;
    content: "";
    margin-top: -5px;
    position: absolute;
    right: -10px;
    top: 36px;
    transform: rotate(-90deg);
}
.sub-menu a::after{
	display:none;
}
.page-id-7 .site-inner {
    clear: both;
    margin: 0 auto;
    padding: 90px 30px 0;
} 
.home .site-inner {
    clear: both;
    margin: 0 auto;
    padding: 30px 30px 0;
}
.nav-primary li a {
    color: #707070;
    font-size: 15px;
    font-weight: 600;
	padding:25px 0;
}
/*.carousel article.has-thumb {
    float: left;
    padding: 0;
    width: 50%;
}*/
.ml-slider-3-10-3.metaslider.metaslider-responsive.metaslider-47.ml-slider.alignwide {
    max-width: 100%!important;
}
.owl-dots {
    display: none;
}
.owl-nav {
    position: absolute;
}
.owl-carousel .is-grid {
    display: block!important;
}
.owl-carousel .ab-block-post-grid-image {
	position:relative;
	border-radius: 10px;
	overflow: hidden;
	
}
.owl-carousel article{
	position:relative;
	overflow: hidden;
    border-radius: 10px;
	margin-bottom:0!important;
	max-height:250px;
}
/*.owl-carousel{
	margin-bottom:0!important;
}*/
.owl-carousel .ab-block-post-grid-image::after, .page-id-7 ul.rslides li .caption-wrap, .page-template article .ab-block-post-grid-image::after{
	content:"";
	display:block!important;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%)!important;
	position:absolute!important;
	left:0!important;
	top:0!important;
	width:100%!important;
	height:100%!important;
	padding:0 20px!important;
	opacity:1;
}
.owl-carousel .ab-block-post-grid-text, .page-template article .ab-block-post-grid-text{
    position: absolute;
    left: 0;
    top: auto;
    padding: 0 20px;
    bottom: 10px;
}
.owl-carousel .ab-block-post-grid-text .ab-block-post-grid-title a{
	color:#fff;
	font-size:15px;
	font-weight:800;
}
.page-id-7 ul.rslides li {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px!important;
}
.page-id-7 ul.rslides li .caption {
    color: #fff!important;
    font-size: 30px!important;
    font-weight: 800!important;
    z-index: 9!important;
    position: absolute;
    top: 29px;
}
.page-id-7 h2 a{
	color:#707070;
	font-size:25px;
	font-weight:800;
	text-decoration: none;
}
.owl-carousel .ab-block-post-grid-text .post-format a, .page-template article .post-format a {
    color: #fff;
    font-size: 15px;
    background-color: #0995db;
    text-decoration: none;
    display: inline-block;
    padding: 3px 20px;
    border-radius: 15px;
}
.sidebar {
	/*float:right;
    right: 20px;
    overflow-y: auto;
    position: fixed;
    width: 30%;
    z-index: 9;
	top:95px;
	height: 100%;
	height:555px;*/
}
.nav-primary {
    float: left;
}
.widget-title {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #707070;
}
.widget-wrap li a{
	font-size: 14px;
    color: #707070;
	text-decoration: none;
}
.footer-widgets .wrap {
    max-width: none;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background:#fff;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 40px;
    height: 40px;
    border: solid #777 1px;
    border-radius: 50%;
    font-size: 20px!important;
    line-height: 20px;
	
}
.owl-carousel button.owl-dot{
	display:none;
}
.owl-nav span {
    font-size: 32px!important;
    color: #777;
}
.owl-nav{
	position:absolute!important;
	top:41%;
	left:0;
	width:100%;
}
.owl-nav button.owl-next{
	position:absolute!important;
	right:-18px;
}
.owl-nav button.owl-prev{
	position:absolute!important;
	left:-18px;
}
.site-inner {
    max-width: none!important;
}

.archive_loop_wrap article {
    width: 33.333%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
	margin-bottom: 30px;
}
.archive_loop_wrap article img {
    width: 100%!important;
    /*min-height: 385px;
    object-fit: cover;*/
	margin:0;
}
.archive_loop_wrap article .entry-content {
    position: relative;
    /*border-radius: 10px;*/
    overflow: hidden;
}
/*.archive_loop_wrap article .entry-content::after{
	content:"";
	display:block!important;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%)!important;
	position:absolute!important;
	left:0!important;
	top:0!important;
	width:100%!important;
	height:100%!important;
	padding:0 20px!important;
	opacity:1;
}*/
.archive_loop_wrap article .entry-header{
	position: absolute;
    left: 0;
    top: auto;
    padding: 0 35px;
    bottom: 25px;
	z-index:9;
	    height: 70px;
}
.archive_loop_wrap article .entry-header .entry-title {
    font-size: 30px;
    margin-bottom: 0;
    overflow: hidden;
   /* text-overflow: ellipsis;
    white-space: nowrap;*/
    max-width: 400px;
    color: #fff;
}
.page-id-7 .entry-title {
	display:none;
}
.archive_loop_wrap article .entry-header .entry-title-link{
	font-size: 20px;
    color: #fff;
	text-decoration: none;
	font-weight:600;
}
.archive_loop_wrap article .entry-header .entry-meta, .archive_loop_wrap article .entry-header .entry-meta .entry-author a{
	font-size: 14px;
    color: #fff!important;
	text-decoration: none;
}
.archive main#genesis-content {
    width: 100%!important;
}
.archive .archive-title, .page-template h1.entry-title{
	font-size: 40px;
    color: #0995db;
	text-decoration: none;
	text-align:center;
	font-weight:800;
}
.page-template h1.entry-title{
	margin-bottom:30px;
}
.archive_loop_wrap {
    margin: 0 -15px;
}
.archive .archive_loop_wrap .entry-meta .entry-categories a, .post-template-default article .entry-meta .entry-categories a{
	color: #fff;
    font-size: 13px;
    background-color: #0995db;
    text-decoration: none;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 15px;
	margin: 0 0 7px;
}
.entry-tags a{
	color: #fff;
    font-size: 13px;
    background-color: #0995db;
    text-decoration: none;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 15px;
	margin: 0 0 7px;
}
.single .entry-tags {
    padding: 0 35px;
    z-index: 9;
}
.archive_loop_wrap p.entry-meta {
    position: absolute;
    bottom: 85px;
    padding: 0 20px;
    z-index: 9;
}
.archive .pagination-next{
	text-align:center!important;
	float:none;
}
.archive .load-more {
    color: #fff;
    font-size: 12px;
    background-color: #086277;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: 300;
    margin: 40px auto 40px !important;
}
@media only screen and (min-width: 960px){
.post-template-default .content{
	/*width: 100%!important;*/
}
}
.post-template-default .content img{
	width: 100%!important;
}
.post-template-default article{
	position:relative;
}
.post-template-default article .entry-header::after {
   /* content: "";
    display: block!important;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%)!important;
    position: absolute!important;
    left: 0!important;
   
    width: 100%!important;
    height: 100%!important;
    padding: 0 20px!important;
    opacity: 1;*/
}
.post-template-default article .entry-header {
  
}
.post-template-default article .entry-header .entry-title{
	
	
/*	z-index:9;
	font-size: 43px;
	font-weight: 800;
	padding: 0 35px;
	text-shadow:0px 0px 10px rgba(0,0,0,0.7);*/

}
.post-template-default article .entry-header p.entry-meta {
    position: absolute;
    bottom: 70px;
    color: #fff;
    z-index: 9;
    font-size: 14px;
    padding: 0 0px;
}
.post-template-default article .entry-header p.entry-meta a{
	color: #fff;
	text-decoration: none;
}
.post-template-default .entry-content {
    width: 75%;
    margin: 40px auto;
}
.post-template-default article .entry-meta .entry-categories {
    padding: 0 35px;
    z-index: 9;
}
.single_header_wrap {
    position: relative;
}
.post-template-default .site-inner, .page-template .site-inner{
	margin-top:30px !important;
}
.page-template .site-inner{
	padding-top:30px !important;
}
.footer-widgets {
    background-color: #063d4a;
}
.site-footer {
    background-color: #063d4a;
    border-top:solid #064351 2px;
	
}
.widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #7e9aa1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.widget-wrap li a {
    font-size: 13px;
    color: #7e9aa1;
}
.widget ul > li {
    margin-bottom: 0;
}
 

.page-template .content {
    width: 100%;
}
.page-template .ab-block-post-grid article{
	position: relative!important;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0!important;
}
.page-template .ab-block-post-grid article .ab-block-post-grid-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.page-template .ab-block-post-grid article .ab-block-post-grid-title a {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}
.more-content-btn {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 99999;
    top: auto;
    /*background: rgba(255,255,255,0.6);*/
    text-align: center;
}
.home h2 {
    position: relative;
    z-index: 999999;
}
.more-content-btn .ab-button {
    color: #fff!important;
    font-size: 14px!important;
    background-color: #0995db!important;
    text-decoration: none!important;
    display: inline-block!important;
    padding: 13px 35px!important;
    border-radius: 39px!important;
    text-transform: uppercase!important;
    margin: 150px 0 0 0;
}
.home .entry-content{
	position:relative;
}
.menu-landing-page-footer-container {
        padding: 0 30px 50px;
}
.footer-widget-area {
    width: calc(100% / 4)!important;
}

.landingfootercontent  {
    float: left;
    width: 65%;
}
.landingfootercontent .menu li {
	margin:0 0 10px;
}
.home .landingfootercontent .menu li {
	margin:0 0 0;
}
.home .landingfootercontent .menu li.menu-item-has-children {
	float:left;
width: 33%;
}
.landingfootercontent .menu li a {
    font-size: 14px;
    color: #707070;
    text-decoration: none;
    font-weight: 700;
	margin-bottom:10px;
	display: inline-block;
}
.landingfootercontent .menu .sub-menu a {
    font-size: 14px!important;

}
.site-footer p, .site-footer p a{
	font-size: 13px;
    color: #7e9aa1;
	text-decoration: none;
}

.home .footer-widgets {
	/*display:none;*/
}
.footer-widgets .widget_media_image img{
	width:160px;
}
.sidebar-primary {
  
}

.sidebar-primary .custom_html-2 {
	margin-bottom:10px;
}
.sidebar-primary h2 {
    font-weight: 600;
    text-align: center;
margin-top: 7px;
    font-size: 20px;
    line-height: 30px;
}

.sidebar-primary h5 {
	font-size: 16px;
    line-height: 29px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

#email-subscribers-2 {
	text-align:center;
}
#es_txt_button {
    width: 200px;
    border-radius: 0px;
}

/*.home footer {
	display:none;
}*/

.es_form_success .es_msg, .es_msg {
    color: #fff!important;
    font-size: 13px;
}
.home .landingfootercontent {
    float: left;
    width: 69%;
}
.home .site-footer{
	float:left;
	width:100%;
}

.ab-block-post-grid {
	min-height:200px;
}
.home .widget-title {
   /* padding-left: 30px;*/
}
.archive .site-inner {
    margin-top: 30px!important;
}
.archive .archive-description {
    margin-bottom: 30px;
}
.page-id-376 .post-376 .ab-block-post-grid-image img{
	min-height:310px;
	object-fit:cover;
}
.page-id-376 article .ab-block-post-grid-text {
    position: absolute;
    left: 0;
    top: auto;
    padding: 0 20px;
    bottom: 50px;
}
.page-id-376 .site-inner {
    padding-top: 60px!important;
}
.swiper-container {
	display:none;
}
/*************RESPONSIVE CODES************************/
@media (min-width:250px) and (max-width:600px) {
	.swiper-container {
	display:block!important;
}
.sidebar {
    float: none!important;
    right: auto!important;
    overflow-y: auto!important;
    position: relative!important;
    width: 100%!important;
    z-index: 9!important;
    height: auto!important;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 30px;
}
.menu-toggle {
    text-indent: -9999px;
    background-image: url(https://jothishi.com/wp-content/uploads/2019/01/toggler.png);
    background-repeat: no-repeat;
    margin: 20px 0 0;
    padding: 0;
    background-position: center center;
    display: none;
}
.genesis-nav-menu {
    width: 100px;
}
.nav-primary {
    float: right;
    width: auto;
    display: inline-block !important;
	/*margin: 0 10px 0 0;*/
}
.nav-primary li a {
    font-size: 13px;
	padding: 25px 0px!important;
}
.sub-menu-toggle {
    float: right;
    padding: 0 0px;
    position: absolute;
    right: 6px;
    top: 12px;
    z-index: 100;
    overflow: visible!important;
    height: 40px;
    border-radius: 0;
    width: 93px;
    text-align: right;
    z-index: 999;
}
.sub-menu-toggle:focus {
	outline:none!important;
}
.nav-primary li a::after {
    border-color: transparent #086277 transparent transparent;
    border-style: solid;
    border-width: 6px;
    content: "";
    margin-top: -5px;
    position: absolute;
    right: -10px;
    top: 36px;
    transform: rotate(-90deg);
	display:none;
}

.dashicons-arrow-down-alt2:before {
    background-image: url(https://jothishi.com/wp-content/uploads/2019/01/dropdown.png);
    content: ""!important;
    /* content: ""; */
    margin-top: 0;
    position: relative;
    right: 3px;
    top: 5px;
    display: block;
    margin: 1px 0 0;
    bottom: 0;
    height: 7px!important;
    width: 10px!important;
    transform: none;
}
.sub-menu-toggle.activated::before {
    transform: rotate(360deg);
    top: 5px;
}
.title-area img {
    width: 115px!important;
}
.wp-custom-logo .site-container .title-area {
    max-width: max-content!important;
    display: inline-block;
    float: none;
    margin: 7px 0 0;
}
.page-id-7 ul.rslides li .caption {
    font-size: 16px!important;
    top: 9px;
}
.page-id-7 h2 a {
    font-size: 14px;
}
.home .rslides img {
    min-height: 150px;
    object-fit: cover;
}
.page-id-7 ul.rslides li {
    margin-bottom: 15px!important;
}
.site-header {
    padding: 0 15px;
}
.genesis-nav-menu .sub-menu {
    position: absolute;
    width: 135px;
    text-align: center;
    left: auto;
    right: -10px;
    border: solid #ddd 1px;
    padding: 0;
}
.genesis-nav-menu .sub-menu li a {
    padding: 15px 0;
}
.home .widget-title {
    padding-left: 30px;
}
.owl-carousel .ab-block-post-grid-text .post-format a, .page-template article .post-format a {
    display: none;
}
.home .site-inner {
    padding: 20px 20px 0;
}
.home .owl-item img{
	min-height: 150px;
    object-fit: cover;
}
.owl-carousel .ab-block-post-grid-text .ab-block-post-grid-title a {
    font-size: 11px;
    font-weight: 500;
}
.owl-nav {
    top: 40%;
	left: 10px;
    width: 95%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    border: none;
    width: 25px;
    height: 25px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
}
/*********innerpage-responsive********/
@media (min-width:250px) and (max-width:767px) {
.sub-menu li a {
    padding: 15px 0!important;
}
.genesis-nav-menu .sub-menu {
    padding: 15px 0;
}
.post-template-default .site-inner, .page-template .site-inner {
    margin-top: 0px !important;
    padding-top: 20px;
}
.post-template-default article .entry-header .entry-title {
    bottom: -120px;
    font-size: 23px;
    color: #707070;
    text-shadow: none;
    position: absolute;
    padding: 0;
}
.single .entry-tags {
    bottom: 65px;
}
.post-template-default article .entry-meta .entry-categories {
    bottom: 100px;
}
.post-template-default .entry-content {
    width: 100%;
    margin: 65px auto 0;
}
.post-template-default .entry-content p{
	font-size:14px;
}
.archive .archive_loop_wrap .entry-meta .entry-categories a, .post-template-default article .entry-meta .entry-categories a {
    font-size: 12px;
    padding: 1px 10px;
    margin: 0 5px 7px 0;
}
.entry-tags a {
    font-size: 11px;
    padding: 1px 10px;
}
.post-template-default article .entry-meta .entry-categories, .single .entry-tags {
    padding: 0 0;
    z-index: 9;
}
.post-template-default article .entry-header::after {
    top: 0!important;
	border-radius: 10px;
}
.post-template-default .content img {
    border-radius: 10px;
}
.post-template-default article .entry-header {
    overflow: visible;
}
.post-template-default article .entry-header p.entry-meta {
    bottom: -60px;
    display: flex;
}
.footer-widget-area {
    width: calc(100% / 2)!important;
}
.archive_loop_wrap article {
    width: 100%;
	max-height: 200px;
}
.site-inner {
    margin-top: 0px!important;
    padding: 20px 15px 0!important;
}
.archive .archive-title, .page-template h1.entry-title {
    font-size: 25px;
}
.archive_loop_wrap article .entry-header .entry-title-link {
    font-size: 15px;
}
.archive_loop_wrap article .entry-content {
    max-height: 200px;
}
.archive_loop_wrap article .entry-header {
    bottom: 15px;
}
.archive .archive_loop_wrap .entry-meta .entry-categories a, .post-template-default article .entry-meta .entry-categories a {
    font-size: 11px;
}
.archive .site-inner {
    margin-top: 5px!important;
}
.archive_loop_wrap p.entry-meta {
    bottom: 45px;
}
.entry-tags a {
    margin: 0 0 0px;
}
.archive .archive_loop_wrap .entry-meta .entry-categories a, .post-template-default article .entry-meta .entry-categories a {
    margin: 0 5px 0px 0;
}
}
@media (min-width:250px) and (max-width:400px) {
.footer-widget-area {
    width: calc(100% / 1)!important;
}
.footer-widgets {
    padding: 30px 0;
}
.footer-widget-area {
    margin-bottom: 30px;
}
.footer-widgets .widget_media_image img {
    width: 115px;
}
}





article.post {
	background-color:#fff;
	/*border-radius:5px;*/
	padding:10px;
}

.entry-title {
	color: #0895dc;
	font-size: 20px;
    padding: 17px 0px;
}





.archive_loop_wrap article .entry-content {
   height: 350px!important;
}


.loginbtn {
    background-color: #fff;
    border: solid 2px #0895dc;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 3px;
    margin: 7px 0px 0px 10px;
    float: right;
    color: #0895dc;
}
.btn-outline-primary.discover_btn {
    border: solid 2px #0895dc;
    color: #0895dc;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 20px;
    border-radius: 3px;
    margin: 1px 0px 0px 10px;
    text-decoration: none;
    float: right;
}
.btn-outline-primary.discover_btn:hover{
	color:#fff;
}
/***============28/7/2019===========***/

body.single .site-inner .content {
    /*background-color: #fff;*/
    float: left;
    /*padding: 65px;*/
    position: relative;
    width: 75%;
	margin: 20px 0 30px;
}
body.single article .entry-header p.entry-meta {
    position: relative;
    bottom: auto;
    color: #fff;
    z-index: 9;
    font-size: 14px;
    padding: 0 0px;
}
body article .entry-meta .entry-categories {
    padding: 0;
}
.entry-tags {
    padding: 0 0;
}
.single .entry-categories, .entry-tags {
    display: inline-block;
}
.single article .entry-header .entry-title {
    position: relative;
    bottom: auto;
    color: #086277;
    z-index: 9;
    font-size: 43px;
    font-weight: 700;
    padding: 0 0;
    text-shadow: none;
    font-size: 24px;
    margin: 15px 0 0;
}
body .site-inner .sidebar {
    float: left;
    right: auto;
    position: relative;
    width: 23%;
    z-index: 9;
    height: auto;
    margin-left: 15px;
}
body .site-inner .sidebar section.widget {
    position: relative;
    padding: 15px;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom:20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
body article .entry-content {
    padding: 0 0 !important;
    width: 100%;
    margin: 0;
}
body article{
    margin: 0 0 !important;
}
body article .entry-content p {
    margin: 0 0 20px;
    padding: 0;
    font-size: 14px;
}
body .site-inner .sidebar .widget-title{
	color:#086277;
	text-align:center;
}
.cat-item a{
	color:#086277!important;
	font-weight:600;
	font-size: 14px;
}
.cat-item {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between !important;
	font-weight:600;
	color:#086277;
	font-size: 14px;
	margin: 0 0 12px!important;
}


/***========swiper========***/
.swiper-container {
      width: 100%;
      height: 100%;
    }
	
.swiper-container-2 {
      width: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
     /* display: flex;*/
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
.swiper-slide img{
	width:100%;
}
.category-swiper {
    background: #e4e4e4 none repeat scroll 0 0;
    padding: 10px 0 10px;
}
.swiper-slide section {
    border-radius: 6px;
    overflow: hidden;
	position:relative;
	transition: all 0.5s ease 0s;
}
.swiper-slide section::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	transition: all 0.5s ease 0s;
}
.swiper-slide section a {
	box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 99;
}
.category-swiper .container {
    box-sizing: border-box !important;
    margin: 0 auto;
    padding: 0 10px !important;
    position: relative;
    width: 100%;
}
.swiper-slide section a span {
	transition: all 0.5s ease 0s;
    display: inline-block;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
	line-height: 1.1;
}
.fixed-swiper{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	padding: 15px 0;
	transition: all 0.3s ease 0s;
	z-index: 99;
}
.fixed-swiper section{
	height:50px;
}
.bg {
    min-height: 2000px;
    width: 100%;
}
.fixed-swiper section a {
    font-size: 12px;
    padding: 12px 12px 0;
}
.discover-box-right section {
    background: rgba(0, 0, 0, 0) url("images/discover.png") no-repeat scroll 0 0 / cover ;
    border-radius: 2px;
    min-height: 155px;
    overflow: hidden;
    position: relative;
}
.discover-box-right span {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.discover-box-right p {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}
.discover-box-right a {
    background-color: #0895dc;
    border-radius: 24px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 3px 0 0;
    padding: 5px 18px;
}
#rp4wp_related_posts_widget-4 h3 {
    color: #105f70;
    font-size: 16px;
    font-weight: 600;
}
#rp4wp_related_posts_widget-4 .rp4wp-related-post-content a {
    color: #105f70;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin: 10px 0 0;
}
#rp4wp_related_posts_widget-4 .rp4wp-related-post-image {
    box-sizing: border-box;
    float: none;
    padding-right: 0;
    width: 100%;
	max-height: 90px;
    overflow: hidden;
}
#rp4wp_related_posts_widget-4 .rp4wp-related-post-image .fluid-width-video-wrapper iframe{
	transform: translate(0%, -20%);
}
#rp4wp_related_posts_widget-4 .rp4wp-related-posts ul > li {
    padding: 0 0 30px;
}
#categories-3 h3{
	margin-top:5px;
}
#categories-3 li:last-child{
	margin-bottom:0;
}
#rp4wp_related_posts_widget-4 .rp4wp-related-post-image a{
	display:block;
}
#rp4wp_related_posts_widget-4 .rp4wp-related-post-image a img{
	width:100%;
}
.post-template-default .entry-content .rp4wp-related-posts h3, #rp4wp_related_posts_widget-3 .rp4wp-related-posts h3 {
    color: #105f70;
    font-size: 15px;
    font-weight: 600;
}
.post-template-default .entry-content .rp4wp-related-posts ul, #rp4wp_related_posts_widget-3 .rp4wp-related-posts ul {
    display: flex;
    flex-wrap: wrap;
    float: none;
    margin: 0 -15px;
    padding: 0;
    width: 100%;
}
.post-template-default .entry-content .rp4wp-related-posts .rp4wp-related-post-image{
    float: none;
    padding-right: 0;
    width: 100%;
	max-height: 120px;
	min-height: 120px;
    overflow: hidden;
}
.post-template-default .entry-content .rp4wp-related-posts ul > li {
    box-sizing: border-box;
    flex: 0 0 50%;
    margin: 0 0 40px;
    padding: 0 15px;
    position: relative;
	max-width:50%
}
.post-template-default .entry-content .rp4wp-related-posts .rp4wp-related-post-image a img{
	width:100%;
}
.post-template-default .entry-content .rp4wp-related-posts .rp4wp-related-post-content a, #rp4wp_related_posts_widget-3 .rp4wp-related-posts .rp4wp-related-post-content a{
    color: #105f70;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin: 10px 0 0;
	text-decoration:none;
	word-break:break-all;
}
.post-template-default .entry-content {
    margin: 0 auto;
    width: auto;
	padding:0!important;
}
.post-template-default .entry-content ol, .post-template-default .entry-content ul {
    padding-left: 20px;
}
.post-template-default .entry-content ol li{
	font-size: 14px;
    padding: 0;
}
.post-template-default .entry-content h2{
	font-size: 16px;
}
body.single .site-inner .content .after-entry {
    box-shadow: none;
    padding: 40px 0;
}
#rp4wp_related_posts_widget-3 .rp4wp-related-posts ul > li {
    box-sizing: border-box;
    flex: 0 0 50%;
    margin: 0 0 40px;
    padding: 0 15px;
    position: relative;
	max-width:50%
}
#rp4wp_related_posts_widget-3 .rp4wp-related-posts   .rp4wp-related-post-image{
    float: none;
    padding-right: 0;
    width: 100%;
	max-height: 160px;
	min-height: 160px;
    overflow: hidden;
	position: relative;
}
.post-template-default .entry-content .rp4wp-related-posts .rp4wp-related-post-image .fluid-width-video-wrapper {
    min-height: 120px;
}
#rp4wp_related_posts_widget-3 .rp4wp-related-posts   .rp4wp-related-post-image .fluid-width-video-wrapper{
	min-height: 160px;
}
#wpfront-scroll-top-container {
    background: rgba(8,149,220,0.8);
    display: block!important;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 12px 0 0;
    border-radius: 50%;
	bottom: 10px!important;
}
#wpfront-scroll-top-container img{
    width: 18px!important;
}
.register-btn {
    bottom: 10px;
    position: fixed;
    right: auto;
	left: auto;
    z-index: 999;
	transform:translateX(70%);
	display:none;
}
.register-btn > a {
    background-color: #0895dc;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 15px;
    text-decoration: none;
}
/***======details-page-responsive-code=======***/
@media (min-width:250px) and (max-width:959px) {
body .site-inner .content {
    padding: 30px;
	width:73%;
}
body .site-inner .sidebar {
    width: 25%;
}
}
@media (min-width:250px) and (max-width:826px) {
body .site-inner .content {
	width:72%;
}
body .site-inner .sidebar {
    width: 25%;
}
}
@media (min-width:250px) and (max-width:767px) {
body article .entry-header::after {
    display: none!important;
}
body .site-inner .content {
	width:66%;
}
body.site-inner .sidebar {
    width: 30%;
}
}
@media (min-width:250px) and (max-width:600px) {
body .site-inner .content {
	width:100%;
	float:none;
}
body.site-inner .sidebar {
    width: 100%;
	margin-left:0;
	float:none;
}	
.loginbtn {
/*	display:none!important;*/
font-size:12px;
	padding:3px 6px;
}
.loggedout {
    display: inline-block ;
	margin:6px 0 5px 5px;
	font-size:12px;
	padding:3px 6px;
}
body.single .site-inner .content {
	width:100%;
	padding: 15px 20px;
}
.swiper-container {
	max-height:130px!important;
}
.btn-outline-primary.discover_btn{
	margin:6px 0 5px;
	font-size:12px;
	border:2px solid #0895dc;
	padding:4px 6px;
}
.wp-custom-logo .site-container .title-area{
	float:left;
	width:auto;
	max-width:none;
	margin:0;
}
.title-area img{
	width:80px !important;
}
.post-template-default .entry-content .rp4wp-related-posts ul > li {
    flex: 0 0 50%;
    max-width: 50%;
	padding:0 6px;
}
.post-template-default .entry-content .rp4wp-related-posts ul > li .rp4wp-related-post-image a img{
	border-radius:0!important;
}
.post-template-default .entry-content .rp4wp-related-posts .rp4wp-related-post-content a, #rp4wp_related_posts_widget-3 .rp4wp-related-posts .rp4wp-related-post-content a{
	font-size:12px;
}
.post-template-default .site-inner, .page-template .site-inner{
	padding:0 0 0 !important;
}
body.single .site-inner .content {
    padding: 15px 5px;
}
.post-template-default .entry-content .rp4wp-related-posts ul, #rp4wp_related_posts_widget-3 .rp4wp-related-posts ul{
	margin:0;
}
.post-template-default .entry-content .rp4wp-related-posts .rp4wp-related-post-image .fluid-width-video-wrapper{
	min-height:117px;
}
body{
	overflow-x:hidden;
}
body.post-template-default .site-inner .sidebar{
	margin-left:0;
}
#rp4wp_related_posts_widget-3 .rp4wp-related-posts ul > li .rp4wp-related-post-image a img{
	border-radius:0!important;
}
#rp4wp_related_posts_widget-3 .rp4wp-related-posts ul > li{
	flex:0 0 50%;
	max-width:50%;
	padding:0 6px;
}
#rp4wp_related_posts_widget-3 .rp4wp-related-posts .rp4wp-related-post-image{
	max-height:110px;
	min-height:110px;
}
article.post{
	padding:10px 5px;
}
body.single .site-inner .content .after-entry{
	padding:40px 5px !important;
}
.post-template-default .entry-content .rp4wp-related-posts, #rp4wp_related_posts_widget-3 .rp4wp-related-posts{
	display:none;
}
.post-template-default .after-entry{
	display:none;
}
.register-btn {
    display: block!important;
}
}
@media (min-width:250px) and (max-width:575px) {
	#categories-3 {
    display: none;
}
}	





/*****home page styles*****/
.todays-panchanga {
    background-color: #ffffff;
    border-radius: 2px;
    margin: 0 0 15px;
    padding: 20px;
    color: #000;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.todays-panchanga h3 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.todays-panchanga p {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.todays-panchanga ul {
    padding: 0;
	margin:0;
}
.todays-panchanga li {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    list-style: outside none none;
    margin-bottom: 8px;
}
.todays-panchanga li span{
    font-weight: 400;
	float:right;
}
.todays-panchanga li:last-child{
	margin-bottom:0;
}
.today-manthra {
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    margin: 0 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.today-manthra h3 {
    color: #10677b;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.manthra-video {
    border-radius: 2px;
    max-height: 135px;
    overflow: hidden;
    position: relative;
}
.today-manthra span {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.play-button img {
    width: 32px;
}
.popular-article-area {
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    margin: 15px 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.popular-article-area h5 {
    color: #737373;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px;
}
.article-box h4 a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.article-box h4 {
    line-height: 1.2;
    margin-bottom: 12px;
}
.article-box p {
    font-size: 14px;
	line-height: 1.2;
}
.article-box figure {
    margin: 0 0 5px;
    max-height: 105px;
    overflow: hidden;
}
.article-listing-inner {
    background-color: #fff;
    border-radius: 2px;
    padding: 20px 15px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.article-listing-inner h3 {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}
.article-list-main h4 a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.article-list-main h4 {
    line-height: 1.3;
    margin-bottom: 12px;
    margin-top: 12px;
}
.article-list-main p {
    font-size: 14px;
    line-height: 1.2;
}
.article-list-main figure {
    max-height: 140px;
    overflow: hidden;
}
.article-list-sub ul {
    list-style: outside none none;
    padding: 0;
}
.article-list-sub li {
    border-bottom: 1px solid #eee;
    display: table;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
}
.article-image {
    display: table-cell;
    max-height: 75px;
    overflow: hidden;
    width: 75px;
	max-height: 75px;
	min-height: 75px;
}
.article-image img {
    min-height: 70px;
    object-fit: cover;
    width: 100%;
}
.article-text a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

.article-text h4 {
	line-height: 0.7;
}
.article-text {
    display: table-cell;
    padding: 0 0 0 11px;
    vertical-align: top;
}
.more-article-btn {
    border: 1px solid #1198dc;
    border-radius: 2px;
    color: #1198dc;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 0;
    padding: 6px 45px;
	text-decoration: none!important;
}
/*****homepage***********/
.caption-wrap button, .caption-wrap input[type="button"], .caption-wrap input[type="reset"], .caption-wrap input[type="submit"], .caption-wrap .button {
    background-color: #0995db;
    border: 0;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    display: block!important;
    margin: 15px auto 0;
}
.metaslider .caption-wrap {
    position: absolute;
    bottom: auto!important;
    left: 0;
    background: transparent!important;
    color: white;
    opacity: 1 !important;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
    top: 100px;
}
.metaslider .caption {
    padding: 5px 10px;
    word-wrap: break-word;
    font-size: 23px;
    font-weight: 600;
}
.article-list-main img {
    width: 100%;
}
.home-center-container {
    padding-left: 0;
}
body.page-id-11231 .site-inner .sidebar {
    position: relative;
    width: 21.7777%;
    z-index: 9;
    height: 7680px;
    margin-left: 0;
    right: 0;
    top: 0;
    box-sizing: border-box;
    float: right;
}
body.page-id-11231 .site-inner .sidebar section#categories-3 {
    position: sticky;
    top: 65px;
}
.home-left-container {
    width: 27%;
    float: left;
}
.home-center-container {
    width: 71.4444%;
    float: right;
    position: relative;
}
.home-content-wrapper {
    width: 100%;
}
.content-sidebar-wrap {
    position: relative;
}
.article-listing-area {
   /* -ms-flex: 0 0 77%;
    flex: 0 0 77.5555%;
    max-width: 77.5555%;*/
}
body.page-id-11231 .container-fluid {
	padding:0;
}
.popular-article-area .swiper-slide {
    display: inline-block;
	text-align:center;
}
.popular-article-area .swiper-wrapper {
    height: auto;
}
@media (min-width:250px) and (max-width:991px) {
.metaslider .caption {
    font-size: 15px;
}
.caption-wrap button, .caption-wrap input[type="button"], .caption-wrap input[type="reset"], .caption-wrap input[type="submit"], .caption-wrap .button {
    font-size: 12px;
	margin: 5px auto 0;
}
.metaslider .caption-wrap {
    top: 40%;
}
.home-center-container {
    width: 100%;
    float: none;
    position: relative;
}
.home-left-container {
    width: 100%;
    float: none;
}
.sidebar {
    display: none;
}
.home-content-wrapper{
	width: 100%;
}
.metaslider {
    max-width: none!important;
}
body.page-id-11231 .site-inner {
    padding-top: 0 !important;
    padding: 0 0;
    margin: 0!important;
}
body.page-id-11231 .content {
    padding-top: 0 !important;
}
}
/*********7/16/2019*********/
body.home .after-entry.widget-area{
	display:none;
}
.home .content {
    width: 77%;
    float: left;
}
@media (min-width:250px) and (max-width:600px) {
.article-listing-area {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
body .site-inner .sidebar section.widget {
	display:none;
}
body.single .site-inner .sidebar section.widget {
	display:block!important;
}
body .site-inner .content {
    padding: 0;
}
embed, iframe, img, object, video, .wp-caption {
    max-width: 100%;
    width: 100%;
}
}
/***================category=================***/
.category main#genesis-content {
    float: left;
    width: 75.5555%!important;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 30px;
}
.category .archive_loop_wrap {
    margin:0;
}
.category .content .archive-title{
    font-size: 25px;
    color: #086277;
    text-align: left;
    font-weight: 600;
    padding: 30px 0 0 0;
}
.category .archive_loop_wrap p.entry-meta {
    display: none;
}
.category article.post {
    background-color: #fff;
    padding: 0 15px;
    margin: 0 0 30px!important;
}
.category .post-listing {
    margin: 0 -15px;
}
.category article .entry-content {
    max-height: 130px!important;
}
.category article .entry-title-link {
    font-size: 14px;
    color: #096277;
    text-decoration: none;
    font-weight: 600;
}
.category article .entry-title {
    line-height: 16px;
    padding: 10px 0 0;
}
.category article .entry-header {
    position: relative;
    padding: 0 15px!important;
    bottom: 0;
}
.category article .entry-header {
	display:none;
}
.category .site-inner {
    margin-top: 50px!important;
}
.clear {
    clear: both;
}
@media (min-width:250px) and (max-width:600px) {
	.category .site-inner {
    margin-top: 0!important;
	padding: 15px 15px 15px!important;
}
.category main#genesis-content {
    width: 100%!important;
    padding: 0 15px;
}
.category .sidebar {
	display:none;
}
.category article.post {
    margin: 0 0 20px!important;
}
.archive .load-more {
    margin: 20px auto 40px !important;
}
.single-post .site-footer {
    padding-bottom: 65px;
}
}
/***====23/7/2019===***/
.search-results .content {
    float: left;
    width: 75.5555%;
}
.search-results .content .entry-title a{
    color: #086277;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.search-results .content article {
    padding: 20px 30px;
}
.search-results .content  article .entry-meta{
	display:none;
}
.search-results .content  article .entry-title {
    padding: 0 0 0;
	font-size: 17px;
}
.search-results .content .archive-description, .search-no-results .content .archive-description{
    background-color: #fff;
    margin-bottom: 0;
    padding: 45px 30px 20px;
}
.search-results .content .archive-description h1, .search-no-results .content .archive-description h1 {
    color: #086277;
	font-size: 23px;
	margin:0;
}
.search-results .content .archive-description h1 i, .search-no-results .content .archive-description h1 i{
    color: #0995db;
    font-size: 19px;
}
.search-no-results .entry {
    padding: 0 30px;
    background-color: #fff;
}
.search-results .content  article a.entry-image-link {
    float: left;
    width: 30%;
    max-height: 160px;
    overflow: hidden;
	box-sizing:border-box;
}
.search-results .content article .search_post_wrap {
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding-left: 25px;
}
.search-results .content article a i {
    color: #086277;
    font-size: 16px;
    margin-right: 13px;
}
.search-results .content article p {
    margin: 0 0 10px;
	line-height: 20px;
}
.widget-area.header-widget-area {
    float: right;
    text-align: right;
	width:60%;
}
.widget-area.header-widget-area form {
    display: inline-flex;
    border: solid #ddd 1px;
    border-radius: 5px;
    height: 39px;
	width:60%;
	margin: 7px 0 0;
	overflow: hidden;
	position:relative;
	padding-right: 40px;
}
.widget-area.header-widget-area form button {
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    color: #0995db;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 15px;
    position: absolute;
    right: 0;
}
.widget-area.header-widget-area form button:hover{
	background-color: transparent;
	color: #0995db;
}
.widget-area.header-widget-area form .form-control{
    border: none;
    color: #999;
    font-size: 14px;
    padding: 0 15px;
	font-weight:600;
	width: 100%;
}
.widget-area.header-widget-area form .form-control:focus{
	box-shadow:none;
}
.widget-area.header-widget-area form input::placeholder {
  color: #999;
  opacity: 1;
}

.widget-area.header-widget-area form input:-ms-input-placeholder { 
 color: #999;
}

.widget-area.header-widget-area form input::-ms-input-placeholder { 
 color: #999;
}
.loginbtn {
    float: none;
    display: inline-block;
}
.btn-outline-primary.discover_btn {
    float: none;
    display: inline-block;
}
/***===search-drawer===***/
.search-drawer {
    height: 63px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
    z-index: 99;
}

.search-tool {
  height:65px;
  width:100%;
  background-color:#fff;
}

#search-nav {
  height:64px;
  width:100%;  
}

#search-close {
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    color: #777;
    cursor: pointer;
    display: table;
    float: right;
    font-size: 14px;
    font-weight: 100;
    height: 100%;
    padding: 8px 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 1;
	display:none;
}

#search-close i{
  height:24px;
  width:24px;
  display:table-cell;
  vertical-align:middle;
  z-index: 1  
}

button#search-header {
    background-color: #0995db;
    border: 1px solid #0995db;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 15px;
    height: 40px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 1;
}

button#search-header:hover, #ext-menu:hover, #search-btn:hover {
    background-color: rgba(255, 255, 255, 0.45);
}


#overlay {
  height:100vh;
  width:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  background:rgba(0,0,0,0.57);
  display:none;
  z-index: 9;
  
  
}

.s-opened {
  width:100%;
  display:block;
    animation: swiftRight 1s cubic-bezier(.55,0,.1,1) normal;
}


.s-closed {
  width:0px;
  animation: swiftoutRight 1s cubic-bezier(.55,0,.1,1) normal;
  
}

/** SEARCH ELEMENTS **/

#search-form form {
    border-radius: 3px;
    height: 64px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

#search-form {
    height: 65px;
    position: relative;
    top: -52px;
    z-index: 0;
}

#search-form input {
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    color: #000;
    display: block;
    float: left;
    font-size: 15px;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: relative;
    text-indent: 15px;
}
#search-form label {
    position: absolute;
    right: 13px;
}

input:focus,
input:valid {
  box-shadow: none;
  background-color:transparent;
  outline: 0px;
}

/* Anything but Firefox and Internet Explorer 8 */
  @-moz-document url-prefix() { 
      input#in-search {
         height: 40px;
         top: auto;
            }
  }

@-webkit-keyframes autofill {
    to {
        color: #000;
        background: white;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

/** SHADOW **/

.shadow-bar {
  box-shadow: 0 16px 24px 2px hsla(0, 0%, 0%, 0.14), 0 5px 30px 5px hsla(0, 0%, 0%, 0.12), 0 8px 10px -5px hsla(0, 0%, 0%, 0.4);
}


@media only screen and (max-width: 1410px){
#search-header {
    right: 15px;
}

#search-close {
	right: 10px;
}
}

@media only screen and (max-width: 912px){
#search-header {
	right: 8px;
    width: 80px;
}

#search-close {
	right: 2px;
}
}
#search-header {
	right: -4px;
	width: 72px;
	font-size: 17px;
}

#search-close {
	right: 0px;
}
}

@media only screen and (max-width: 280px){

#search-close i {
    font-size: 1.2rem;
}
  
  #search-close {
    right: -4px;
}

#search-header {
    right: -8px;
    width: 65px;
    height: 21.5px;
    font-size: 15px;
}

input, input#in-search:focus, input:valid#in-search {
    width: 50%;
    margin-left: 10px;
  top: 15px;
}

input#in-search {
    font-size: 1.2rem;
    text-indent: 10px;
    line-height: 10px;
}
}
#search-btn span {
    color: #0995db;
}
#search-btn {
    display: none;
}
.btn-outline-primary.discover_btn {
   /* padding: 6px 6px;*/
}
.category .sidebar .widget_rp4wp_related_posts_widget{
	display:none;
}
.search-no-results .content {
    float: left;
    width: 75.5555%;
}
.category .sidebar {
    height: 3200px !important;
}
.category .sidebar section#categories-3 {
    position: sticky;
    top: 65px;
}
@media (min-width:250px) and (max-width:991px) {
	#search-btn {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
    cursor: pointer;
    width: auto;
}
.widget-area.header-widget-area form.form-inline {
    display:none;
}
#search-form form {
    height: auto;
	border: none;
	margin:0;
}
}
@media (min-width:250px) and (max-width:767px) {
.navbar-toggler {
    padding: 0;
    position: absolute;
    right: 0;
    top: 7px;
}
.navbar .form-inline {
    display: none;
}
.user .dropdown-toggle {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    height: 44px;
    margin: 0 0 15px;
    padding: 5px 10px !important;
}
.navbar-icon-top .navbar-nav .nav-link > i {
    font-size: 16px;
    position: relative;
    width: 26px;
}
button#search-header:hover {
    background-color: #0995db;
}
}
@media (min-width:250px) and (max-width:575px){
#search-form input {
    width: 100%;
}
button#search-header {
    width: 35px;
}
.navbar-brand > img {
    width: 105px;
}
.navbar-brand > img {
    width: 120px;
}
.btn-outline-primary.discover_btn {
    padding: 4px 6px;
    margin: 1px 0 0 5px;
}
#search-btn i {
    font-size: 15px;
}
#search-btn {
    top: 2px;
}
button#search-header {
    padding: 0 0;
}
}
@media (min-width:250px) and (max-width:600px) {
.search-results .content article a.entry-image-link {
    width: 100%;
    max-height: 240px;
}
.search-results .content article a.entry-image-link img{
	margin:0;
}
.search-results .content article .search_post_wrap {
    width: 100%;
    padding: 5px 0 0;
}
.search-results .content article p {
    display: none;
}
.search-results .content .entry-title a {
    font-size: 13px;
}
.search-results .content article .entry-title {
    margin: 0 0 0;
}
.search-results .content .archive-description h1, .search-no-results .archive-description h1{
    font-size: 16px;
}
.search-results .content .archive-description h1 i, .search-no-results .content .archive-description h1 i{
    font-size: 13px;
}
.search-results .content .archive-description, .search-no-results .content .archive-description {
    padding: 30px 15px 10px;
}
.search-results .site-inner, .search-no-results .site-inner{
    margin-top: 0px!important;
    padding: 1px 0px 0!important;
}
.search-results .content article {
    padding: 10px 15px;
}
.metaslider .caption-wrap {
    top: 26%;
}
.metaslider .caption {
    font-size: 13px;
}
.search-no-results .entry{
	margin:0;
}
.single-post .after-entry{
	display:block!important;
}
.single-post .rp4wp-related-posts {
    display: block!important;
}
}




/* New to copy */
.popular-article-area {
	max-height:300px!important;
}
@media (max-width: 600px) and (min-width: 250px){
.title-area img {
    width: 120px !important;
}
}
@media (max-width: 575px) and (min-width: 250px){
.btn-outline-primary.discover_btn {
    padding: 6px 15px!important;
    margin: 1px 0 0 5px;
}
}
@media (max-width: 600px) and (min-width: 250px) {
.loggedout {
       margin: 6px 0 5px 5px;
    font-size: 12px;
    padding: 5px 14px!important;
}
}
.register-btn {
-webkit-box-shadow: 0px -2px 8px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -2px 8px -1px rgba(0,0,0,0.75);
box-shadow: 0px -2px 8px -1px rgba(0,0,0,0.75);
}

.footer_items {
    text-align: center;
}
.footer_items ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.footer_items li {
    display: inline-block;
}
.footer_items li a {
    display: block;
    width: 35px;
    height: 35px;
    color: #fff;
    padding: 0 0 0;
    box-sizing: border-box;
    border-radius: 50%;
    background-size: 100% 100%!important;
}
.footer_items p {
    color: #88b2be;
    font-family: arial;
    font-size: 14px;
}
.footer_items li:first-child a{
	background: rgba(0, 0, 0, 0) url(images/youtube.png) no-repeat scroll 0 0 / auto;
}
.footer_items li:nth-child(2) a{
	background: rgba(0, 0, 0, 0) url(images/facebook.png) no-repeat scroll 0 0 / auto;
}
.footer_items li:nth-child(3) a{
	background: rgba(0, 0, 0, 0) url(images/twitter.png) no-repeat scroll 0 0 / auto;
}
.footer_items li:nth-child(4) a{
	background: rgba(0, 0, 0, 0) url(images/linkedin.png) no-repeat scroll 0 0 / auto;
}
.footer_items li:nth-child(5) a{
	background: rgba(0, 0, 0, 0) url(images/pinterest.png) no-repeat scroll 0 0 / auto;
}
.footer_items li:nth-child(6) a{
	background: rgba(0, 0, 0, 0) url(images/redit.png) no-repeat scroll 0 0 / auto;
}
.footer_items li:nth-child(7) a{
	background: rgba(0, 0, 0, 0) url(images/Instagram.png) no-repeat scroll 0 0 / auto;
}
.footer_items li:nth-child(8) a{
	background: rgba(0, 0, 0, 0) url(images/tumblr.png) no-repeat scroll 0 0 / auto;
}
.footer_items li:last-child a{
	background: rgba(0, 0, 0, 0) url(images/rss.png) no-repeat scroll 0 0 / auto;
}
/***============1/8/2019===========***/
.single-post article.post {
    padding: 30px 50px;
}
body.single-post .site-inner .content .after-entry {
    background-color: #fff;
    margin: 20px 0 0;
    padding: 20px 30px 0;
}
body.single-post .entry-title {
    color: #105f70;
    font-size: 22px;
    padding: 17px 0px 5px;
    font-weight: 600;
}
body.single-post .sidebar {
    margin-top: 20px;
}
.footer_items li a i{
	display:none;
}
.custom-logo-link {
	display:none;
}
.title-area p#title {
	margin-bottom:0px
}























/***************************NEW STYLES***************************/



.tag main#genesis-content {
	float: left;
    width: 75.5555%!important;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 30px;
}
.tag main#genesis-content article.post span.entry-categories, .tag main#genesis-content article.post span.entry-tags {
	display:none;
}
.tag main#genesis-content article.post .entry-content {
    height: 350px!important;
}
.tag main#genesis-content article.post .entry-content {
    max-height: 130px!important;
}
.tag main#genesis-content article.post .entry-title {
    line-height: 16px;
    padding: 10px 0 0;
}
.tag main#genesis-content article.post .entry-title-link {
    font-size: 14px;
    color: #096277;
    text-decoration: none;
    font-weight: 600;
}
.tag .sidebar section#categories-3 {
    position: sticky;
    top: 65px;
}
.tag .content .archive-title {
    font-size: 25px;
    color: #086277;
    text-align: left;
    font-weight: 600;
    padding: 30px 0 0 0;
}
@media (max-width: 600px) and (min-width: 250px) {
.tag main#genesis-content {
    width: 100%!important;
    padding: 0 15px;
}
}