

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

::-moz-selection {
	color: #fff;
}

::selection {
	color: #fff;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

p {
	margin-bottom: 1.5em;
	text-decoration: none;
}
a:hover {
	text-decoration: none;	
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote{
  font-size: 1em;
  margin: 25px auto;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left: 8px solid;
  line-height:1.6;
  position: relative;
  background:#f1f1f1;
}

blockquote::before{
  content: "\201C";
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ul, ol {
	/*margin: 0 0 1.5em 3em;*/
}

ul {
	list-style: disc;
	padding-left: 20px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}



/*-------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.main-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    background-color: #fff;
    text-align: center;
}

.main-preloader .main-preloader-inner {
    position: absolute;
    top: 50%;
    width: 100%;
}

.main-preloader .preloader-percentage {
    font-weight: bolder;
    font-size: 48px;
    margin: 0;
}

.main-preloader .preloader-percentage span {
    display: inline-block;
    font-size: 50px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	line-height: 1;
	padding: 7px 12px;
	color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	width: 100%;
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar {
	padding: 0 0;
	background: #fff;
}
.navbar a {
	font-weight: 800;
	color: #333;
}
.navbar .menu-item {
	padding: 0 10px;
}
.navbar .menu-item>.active {

}
.nav-link {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-toggler,.navbar-toggler:hover {
	padding: 0;
	border: none;
	outline: none;
}
.navbar .dropdown-menu {
	padding: 0;
	margin: 18px 0 0;
	border-radius: 0;
	border: 1px solid #fff;
}

.navbar .dropdown-menu .dropdown-item {
	padding: 10px 15px;
}
.nav-top {
	padding: 20px 0;
	color: #fff;
	background: #222;
}

.nav-top ul {
	margin-bottom: 0;
}
.nav-top-contact-info ul li {
	border-right: 1px solid #fff;
	padding-right: 10px;
}
.nav-top-contact-info ul li:last-child {
	padding-right: 0;
	border: none;
}
.nav-top-contact-info ul li i {
	margin-right: 5px;
}
.nav-top-social ul li {
	margin-right: 20px!important;
}
.nav-top-social ul li:last-child {
	margin-right: 0!important;
}
/*nav-top-v2*/
.nav-top-v2 {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.nav-top-quote-v2-right {
	float: right;
}
.nav-top-contact-info-v2 ul {
	margin-bottom: 0;
}
.nav-top-contact-info-v2 i {
	margin-right: 10px;
}
.nav-top-quote-v2 a {
	display: inline-block;
	color: #fff;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    padding: 7px 30px;
    margin-bottom: 20px;
}
.nav-top-social-v2 ul {
	margin-bottom: 0;
}

.nav-top-social-v2 ul li {
	margin-right: 20px!important;
}
.nav-top-social-v2 ul li:last-child {
	margin-right: 0!important;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


.alignfull, .alignwide {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

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

    .alignwide {
        margin-left  : -125px;
        margin-right : -125px;
        max-width    : 950px;
    }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	border: 1px solid #ccc;
	padding: 30px 20px;
	margin-bottom: 50px;
	/* Make sure select elements fit in widgets. */
}
.widget:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	position: relative;
	font-weight: bold;
	margin-bottom: 50px;
}

.widget .widget-title:after {
	position: absolute;
    content: " ";
    border-radius: 50px;
    height: 2px;
    width: 70%;
    top: 45px;
    left: 0;
}

.widget p {
	font-size: 15px;
}
.widget select {
	width: 100%;
	height: 40px;
	padding: 0 10px;
}

.widget ul, ol {
	list-style: none;
	padding-left: 0;
}
.widget .menu {
	margin-left: 0;
}
.widget .menu>li,.widget .menu>li ul>li {
	border-bottom: 1px dashed #ccc;
}
.widget .menu>li:last-child,.widget .menu>li ul>li:last-child {
	border-bottom: none;
}
.widget>ul,.widget>ol {
	margin: 0;
	padding: 0;
}
.widget li {
	font-size: 15px;
	line-height: 40px;
}
.widget>ul>li,.widget>ul>li ul>li {
	border-bottom: 1px dashed #ccc;
}
.widget>ul>li:last-child,.widget>ul>li ul>li:last-child {
	border-bottom: none;
}
.widget li a {
	color: #4c5462;
}

.diplay-on-xs {
	display: none;
}

.widget .widget_archive {

}
.widget_rss .widget-title .rsswidget {
	color: #4c5462;
}
.rsswidget {
	font-weight: 600;
	line-height: 25px;
}
.rss-date {
	padding: 0 7px;
	font-size: 12px;
	color: #fff;
	display: table;
	line-height: 25px;
	margin-bottom: 10px;
}
.rssSummary {
	line-height: 25px;
}

#wp-calendar {
	margin-bottom: 0;
}

#wp-calendar tr {
	text-align: center;
}
#wp-calendar a {
	font-weight: bold;
}
#wp-calendar caption {
    caption-side: top;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.widget_tag_cloud a {
	color: #4c5462;
}

.search-form form {
    position: relative;
    background: transparent;
}
.search-form form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4c5462;
    font-size: 14px;
    height: 45px;
    margin-bottom: 0;
    padding: 2px 55px 2px 15px;
    width: 100%;
}
.search-form form button {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    cursor: pointer;
}
.search-form form button i {
    color: #ccc;
}
.widget .recent-post-widget a {
	padding: 10px 15px;
	display: block;
	background: #fafafa;
	color: #333;
	margin-bottom: 10px;
}

.widget .recent-post-widget a:last-child {
	margin-bottom: 0;
}

.widget .recent-post-widget p {
	margin-bottom: 0;
}
.widget .about-site-widget img {
	margin-bottom: 20px;
}
.widget .about-site-widget p {
	color: #cfcfcf;
}
.widget .widget-site-social a {
	margin-right: 15px;
}

.widget .widget-site-social a:last-child {
	margin-right: 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.section-padding {
	padding: 100px 0;
}
.post table th, table td {
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

.the_excerpt {
	position: relative;
	margin-bottom: 50px;
}

.single-excerpt:last-child .the_excerpt {
	margin-bottom: 0;
}
.single-excerpt:last-child .entry-meta p {
	margin-bottom: 0;
}

.post_thumbnail {
	margin-bottom: 40px;
}

.auhor_avatar {
	position: absolute;
	top: 7px;
	left: 7px;
	display: inline-block;
	text-align: center;
	width: 80px;
}

.auhor_avatar img {
	margin-top: 5px;
}
.auhor_avatar span {
	display: block;
	color: #fff;
}

.the_excerpt_date {
	padding-top: 5px;
	position: absolute;
	top: 7px;
	right: 7px;
	text-align: center;
	width: 80px;
	color: #fff;
}

.the_excerpt_date h3 {
	font-weight: bold;
	margin-bottom: 0;
}
.the_excerpt_date h6{
	font-weight: bold;
}
.the_excerpt_date b {
	display: block;
	background: #000;
	color: #fff;
	padding: 0 0 2px;
}

.entry-header
.entry-title a {
	font-weight: bold;
	color: #4c5462;
	display: inherit;
	margin-bottom: 20px;
}

.excerpt-readmore a {
	text-transform: uppercase;
	font-weight: bold;
}
.the_excerpt .entry-meta ul {
	border-top: 1px solid;
	margin: 0;
	padding-top: 20px;
	margin-top: 20px;
}

.the_excerpt .entry-meta ul li i,.single-post .entry-meta ul li i {
	margin-right: 5px;
}

.the_excerpt .entry-meta ul li a,.single-post .entry-meta ul li a {
	color: #4c5462;
	font-weight: 600;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-header .entry-title a {
	color: #fff;
}
.sticky .the_excerpt_content {
	padding: 30px 30px 10px;
	color: #fff;
}
.sticky .excerpt-readmore a,.sticky .the_excerpt .entry-meta i,.sticky .the_excerpt .entry-meta a {
	color: #fff;
}
.sticky .the_excerpt .entry-meta a:hover {
	color: #fafafa;
}
.sticky .the_excerpt .entry-meta ul {
	border-top: 1px solid #fff;
}
.hentry {
	margin: 0 0 1.5em;
}

.single-excerpt:last-child .hentry {
	margin-bottom: 0;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.breadcrumb-banner {
	position: relative;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
	padding: 100px 0;
	color: #fff;
}
.breadcrumb-bnr-shadow:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.04));
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.04));
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 255, 255, 0.04)));
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.04));
}
.breadcrumb-title h1 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}
.breadcrumbs a {
	font-weight: bold;
	color: #fff;
}
.pagination .nav-links a {
	border: 1px solid;
    padding: 8px 16px;
    color: #4c5462;
}

.pagination .nav-links .current {
	padding: 9px 16px;
    color: #fff;
}

.pagination .nav-links .prev {
    color: #fff;
}
.pagination .nav-links .next {
    color: #fff;
}
.post-navigation {
	overflow: hidden;
	margin-bottom: 50px;
}
.post-navigation .nav-previous {
	float: left;
} 
.post-navigation .nav-next {
	float: right;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
	text-transform: capitalize;
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
}
.single-post .related-posts h4 {
	font-weight: bold;
	margin-bottom: 40px;
}
.single-post .related-posts .row {
	margin-bottom: 40px;
}

.single-post .related-posts .single-related-post {
	background: #fafafa;
}
.single-post .related-posts .single-related-post .related-post-title {
	padding: 15px 10px;
}
.single-post .related-posts .single-related-post .related-post-title a {
	font-weight: bold;
	color: #4c5462;
	line-height: 20px;
}

.single-post .related-posts .single-related-post .related-post-title span {
	font-size: 12px;
	display: block;
}
.comment-reply-title a {
	font-size: 18px;
	font-weight: bold;
}
.edit-link {
    float: right;
}

.edit-link a {
	padding: 0 15px;
	border: 1px solid;
	display: inline-block;
}

.logged-in-as a {
    margin-right: 10px;
    color: #4c5462;
}
.cat-links {
	margin-right: 10px;
}
.tags-links a,.cat-links a {
	margin: 0 5px;
}
.social-icons {
	margin-top: 20px;
	display: inline-block;
}
.social-icons a {
	margin: 0 5px;
	font-size: 20px;
}
.entry-footer {
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.post-comments {
	margin: 40px 0;
}
.comments-area .comments-title {
	font-weight: bold;
}
.post-comments .comment-list .row {
	background: #fafafa;
	padding: 20px 15px;
	margin-bottom: 15px;
}
.post-comments .comment-list .row p {
	margin-bottom: 0;
}
.post-comments .comment-reply-link {
	float: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px;
	display: inline-block;
}
.post-comments .commenter {
	margin-bottom: 10px;
}
.post-comments .commenter a {
	font-weight: bold;
	text-transform: capitalize;
}
.post-comments .commenter span {
	float: right;
	font-size: 12px;
	font-weight: 600;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.post-comments .no-comments {
	padding: 0 10px;
	background: #FF0000;
	color: #fff;
}

/*Comment Form*/

.comment-form input[type=text] {
    height: 50px;
    padding: 0 20px;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.comment-form textarea {
    height: 220px;
    padding: 20px;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.comment-form .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.comment-form input[type=submit] {
    font-size: 18px;
    border: none;
    color: #fff;
    padding: 15px 70px;
}

.comment-form input[type=submit]:hover {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.comment-navigation {
	margin: 50px 0;
}
.comment-navigation a {
	color: #fff;
	padding: 7px 20px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.custom-logo-link img {
	max-width: 230px;
	height: auto;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*footer*/
.site-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-top-content {
	padding-top: 100px;
	color: #fff;
}
.footer-top-content .footer-logo {
	font-weight: bold;
	color: #fff;
	font-size: 36px;
	margin-bottom: 50px;
	display: inline-block;
}
.footer-top-content .footer-logo img {
	max-width: 230px;
	height: auto;
}
.footer-top-content p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
}
.footer-top-content .mc4wp-form .mc4wp-form-fields input[type="email"] {
	height: 46px;
	border: 1px solid #fff;
	padding: 0 15px;
}
.footer-top-content .mc4wp-form .mc4wp-form-fields button {
	padding: 15px 30px;
	border: none;
	font-weight: 700;
	cursor: pointer;
}

.footer-widgets {
	padding: 100px 0 20px;
}
.footer-widget {
	color: #fff;
	margin-bottom: 50px;
}
.footer-widget .widget-title {
	font-weight: bold;
	text-transform: uppercase;
}
.footer-widget ul, .footer-widget ol {
	list-style: none;
	padding-left: 0;
}

.footer-widget>ul,.footer-widget>ol {
	margin: 0;
	padding: 0;
}
.footer-widget li {
	font-size: 15px;
	line-height: 35px;
}

.footer-widget li a {
	color: #cfcfcf;
}

.footer-widget .recent-post-widget {
	margin-top: 20px;
}
.footer-widget .recent-post-widget a {
	color: #cfcfcf;
	margin-bottom: 5px;
	display: inline-block;
}

.footer-widget .recent-post-widget a:last-child {
	margin-bottom: 0;
}

.footer-widget .recent-post-widget p {
	margin-bottom: 0;
	line-height: 16px;
}
.footer-widget .about-site-widget img {
	margin-bottom: 20px;
}
.footer-widget .about-site-widget p {
	color: #cfcfcf;
}
.footer-widget .widget-site-social a {
	margin-right: 15px;
}

.copyright-bar {
	color: #fff;
	padding: 20px 0;
	background: #333;
}
.copyright-bar a {
	color: #fff;
}
.copyright-bar p ,.copyright-bar ul {
	margin-bottom: 0;
}
.copyright-bar ul li {
	margin-right: 20px!important;
}
.copyright-bar ul li:last-child {
	margin-right: 0!important;
}
.copyright-bar p a {
	font-weight: bold;
}
.copyright-social-icons {
	text-align: right;
}
/*404*/
.error-404 {
	text-shadow: 2px 2px 8px #ccc;
	font-size: 172px;
	font-weight: bold;
}

/*backtotop*/

#backtotop {
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: none;
}

#backtotop i {
    padding: 15px 10px;
    border: 2px solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#backtotop i:hover {
    background: #fff;
    cursor: pointer;
}



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

/*----------------------------------------
IF SCREEN SIZE LESS THAN 1025px WIDE
------------------------------------------*/

@media screen and (max-width: 1024px) {
	.nav-top-v2 .col-sm-9 {
		font-size: 13px;
	}
}

/*----------------------------------------
IF SCREEN SIZE LESS THAN 769px WIDE
------------------------------------------*/

@media screen and (max-width: 768px) {
	.navbar-nav {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid;
	}
	.navbar-nav .nav-link {
		padding: 15px;
	}
	.navbar .menu-item>.active {
		color: #fff!important;
	}
	.navbar .dropdown-menu {
		margin-left: 20px;
	}
	.quick-contact {
		text-align: center;
	}
	.quick-contact i {
		margin-bottom: 20px;
	}
	.quick-contact ul li {
		line-height: 35px;
	}	
	.widget_calendar table td {
		font-size: 14px;
	}
}


/*----------------------------------------
IF SCREEN SIZE LESS THAN 415px WIDE
------------------------------------------*/

@media screen and (max-width: 414px) {
	.nav-top,.nav-top-v2 {
		text-align: center;
	}
	.nav-top-quote-v2-right {
		float: none;
	}
	.nav-top-contact-info-v2 .col-sm-4.row {
		margin: 0 auto 15px;
	}
	.nav-top-contact-info-v2 i {
		margin-bottom: 10px;
	}
	.nav-top-contact-info ul li {
	    border-right: none;
	    padding-right: 0; 
	}
	.nav-top-contact-info .list-inline-item:not(:last-child) {
		margin-right: 0;
	}
	.nav-top-social {
		margin-top: 15px;
	}
	.navbar {
		padding: 15px;
	}
	.breadcrumb-banner {
		padding: 70px 0;
	}
	.breadcrumb-title {
		text-align: center;
	}
	.widget-area {
		margin-top: 50px;
	}
	.copyright-bar {
		text-align: center;
	}
	.copyright-social-icons {
		text-align: center;
	}
	.copyright-bar p {
		margin-bottom: 10px;
	}
	.display-on-lg {
		display: none;
	}
	.diplay-on-xs {
		display: block;
	}
	.footer-top-content .mc4wp-form .mc4wp-form-fields button {
		margin-top: 15px;
	}
	.breadcrumb-bnr-shadow:before {
		width: 100%;
		background: -webkit-radial-gradient(rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.04));
		background: -o-radial-gradient(rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.04));
		background: radial-gradient(rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.04));
	}
	.post-comments .comment-list .avatar {
		margin-bottom: 20px;
	}

	.the_excerpt_date {
		left: 7px;
		width: 60px;
	}

	.auhor_avatar {
		display: none;
	}
	
	.error-404 {
	    font-size: 95px;
	}

	.font-weight-bold {
	    font-size: 30px;
	}
}
.quote-qu{color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: italic;
    padding: 90px 0;
    font-weight: 600;
    text-shadow: 0px 2px 2.5px #000;
    line-height: 32px;}