/*!
Theme Name: blogtrip
Theme URI: https://kellyycoding.blogspot.com/2023/05/blogtrip-theme.html
Author: kelly
Author URI:https://kellyycoding.blogspot.com/
Description: blogtrip is a simple and  responsive blogging WordPress theme that can 
be used for blog sites like travel blog, food blog, movie blog, fashion blog, lifestyle blog,etc. 
Version: 1.0.6
Tested up to: 6.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blogtrip
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 
translation-ready, right-sidebar,header-widget,  one-column,  two-columns,  blog, news, entertainment.

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

blogtrip is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- header
	- Navigation
	- top content 
	- page number
	- Posts and pages
	- Comments
	- Widgets
	- footer
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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 {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.425rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #636363;
}

a:visited {
	color: #000000;
}

a:hover,
a:focus,
a:active {
	color:#2894FF;
}
a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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;
	border-radius: 3px;
	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 {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.page {
	width:100%;
}

.site {
	max-width: 1300px;
	margin: 0 auto;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.theme-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
}

#masthead {
	width:100%;
	margin-bottom:30px;
}

.content-wrap-bg,
.site-footer  {
	width:100%;
	padding:25px 20px;
}

#primary, 
#secondary {
    width: 100%;
}

@media screen and (min-width:992px)   {  	
	.content-wrap-bg {
		display:flex;
		justify-content: space-between;
		padding:25PX 45px;
	}

	#primary {
		width:65%;
  	}

	#secondary {	
		width:30%;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* header */
.site-branding {
    text-align: center;
}

.site-branding .site-branding-logo {
	display:block;
}

.site-branding-logo img {
    width: 100%;
}

.site-title {
   font-size: 3.5rem;
   margin: 0 0 30px;
   line-height: 1.2;
   font-weight: 600;
}

.site-title a {
   color: #000;
   text-decoration:none;
   display:block;

}

.site-title a:hover {
  color: #2894FF;
}

@media screen and (max-width:480px) {
	.site-title {
		font-size: 2rem;
	}
}

@media screen and (min-width:768px) { 
	.site-description {
		font-size:1.125rem;
	}
}

@media screen and (min-width:992px) {
	.site-title {
		font-size: 3.5rem;
	}

	.site-description {
		font-size:1.25rem;
	}
}

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

.main-navigation {
	display: block;
	width: 100%;
	position: relative;
} 

.main-navigation ul {
  display:none;
	list-style: none;
	margin:0;
	padding-left:10px;
	width:100%;
}

.main-navigation ul li.menu-item-has-children>a::after {
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight:800;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f107";
    display: inline-block;
	margin-inline-start: 10px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left:140px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
	left: auto;
}  

.main-navigation ul ul {
    display: none;
}

.main-navigation li {
	position:relative;
	padding:0 12px;
}

@media screen and (min-width:992px) {
	.nav-menu {
		display:block !important;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex !important;
		flex-wrap:wrap;
		padding:10px 30px 0;
	}

	.main-navigation li {
		padding-right:15px;
		padding-bottom:10px;
	}
	
	.main-navigation ul li a {
		color:#fff;
		text-decoration: none;
		font-size: 18px;
		text-transform: uppercase;
		transition:color 0.6s ease;	
	}

	.main-navigation ul ul li a {
		color:#000;
		text-decoration: none;
		font-size: 18px;
		text-transform: uppercase;	
		transition:color 0.6s ease;
	}

	.main-navigation ul li a:hover,
	.main-navigation ul li a:focus {
		color:#7B7B7B;
	}
	
	.main-navigation ul ul {
		display:block;
		width:200px;
		padding-left:12px;	
	}
	
	.main-navigation ul ul li{	
		padding:8px;
		width:100%;
	}

	.main-navigation ul ul {
     	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
     	float: left;
     	position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99;
		background-color:#fff;
  	}

	.main-navigation ul ul ul {     
		top:30px;
		left: -999em;
		background-color:#fff;
	}
}

@media (max-width:991px)  {
	.menu-toggle {
		display: block;
		width:45px;
		height:45px;
		margin:20px;
		padding:0;
		position: relative;
		background: none;
		/* border:1px solid #fff;*/
		border:none;  
	}

	.menu-toggle span {
		display:block;
		width:36px;
		height:3px;
		margin:8px 3px;
		background-color:#fff;
	}

	.main-navigation ul li {
		margin:10px 0;
	}

	.main-navigation ul li a{
		text-decoration: none;
		font-size: 18px;
		color:#000;
		text-transform: uppercase;	
		transition: color 0.6s ease;
	}
	.main-navigation ul li a:hover,
	.main-navigation ul li a:focus {
		color:#7B7B7B;

	}
	.main-navigation ul ul {
		height: 0;
		transform: scaleY(0);
		transform-origin: top left;
		overflow: hidden;
		transition: all 500ms ease-in-out;
		margin-inline-start: 10px;
	}

	.main-navigation ul li.menu-item-has-children:hover>ul, 
	.main-navigation ul li.menu-item-has-children.focus>ul {
		height: auto;
		transform: scaleY(1);
	}


	.main-navigation ul.nav-menu {
		margin:0;
		padding:15px 10px;
		list-style: none;
		text-align: left;
		width: 100%;
	
		background-color:#fcfcfc;
		z-index: 9999;
		box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
		display:none;
	
	}

	.main-navigation.toggled ul {
		display: block;
	}
}

.top-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color:#60a3d9;

}

@media (max-width:991px)  {
	.top-menu {
		width: 100%;
		position: relative;
	}

	.top-menu .menu-left {
		width:100%;
	}

	.top-menu .menu-right {
		position:absolute;
		top:20px;
		right:0;
	}
}

/*search */
.top-menu .search {
	position:relative;
    width:45px;
}

@media screen and (min-width: 992px) {
	.top-menu .search {
		width:65px;
	}
}

.top-menu .search .search-wrap .search-show {
	font-size:20px;
	width:35px;
	height:35px;
	text-decoration:none;
	cursor: pointer;
	color:#fff;
	background-color:#60a3d9;
}

.top-menu .search .search-wrap .search-form {
	position:absolute;
	top:50px;
	right:0;
	width:270px;
	padding:6px;
 	z-index:99;
	visibility: hidden;
	background-color:#fff;
	border:1px dotted #e0e0e0;
}

.top-menu .search .search-wrap .search-form.active {
	visibility: visible;
}

.top-menu .search .search-wrap .search-form label input  {
	width:150px;
	border:1px solid #ccc;
	background-color:#fff;
}

.top-menu .search .search-wrap .search-form .search-submit {
	width:25%;
	padding:0;
	font-size:16px;
	margin:0 8px;
	background-color:#60a3d9;
	color:#fff;
	border:1px solid #BEBEBE;
	line-height: 1;
	cursor: pointer;
}

@media screen and (max-width: 991px) {
	.top-menu .search {
		padding-top:10px;
	}
	.top-menu .search .search-wrap .search-close {
		top:10px;
	}
	.top-menu .search .search-wrap .search-form {
		top:70px;
	}
}

/* search end */

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	font-size:1rem;
	font-weight:600;
	color:#2894ff;
	cursor:pointer;
	transition:color 0.6s ease;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:focus,
.post-navigation .nav-next a:hover, 
.post-navigation .nav-next a:focus {
	color:#000;
}

@media screen and (max-width:768px) {
	.post-navigation .nav-previous a,
	.post-navigation .nav-next a {
		font-size:0.75rem;
	}

	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		flex-direction:column;
	}
		
	.nav-previous {
		margin-bottom:25px;
	}
}

@media screen and (min-width:769px) {	
	.post-navigation .nav-links .nav-previous ,
	.post-navigation .nav-links .nav-next {
		width:50%;
	}
}

/* top content */

.header-widgets-wrapper{
	width:100%;
	max-width:1300px;
	margin:25px auto;
	padding:0 8px;
}

@media screen and (max-width:991px) {
	.header-widgets-left,
	.header-widgets-middle,
	.header-widgets-right {
		margin:0 auto;
	}
}

@media screen and (min-width:992px) {
	.header-widgets-wrapper {
		display:flex;	 
		justify-content: space-between;
		flex-direction: row;
		padding:0 40px;
	}

	.header-widgets-left,
	.header-widgets-middle,
	.header-widgets-right {
		width:31.5%;
	}
}

/* page number
--------------------------------------------- */
.nav-links .page-numbers,
.nav-links a {
	font-size:1.125em;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

.page-content {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post,
.page {
	margin: 0 0 1.5em;
	padding:0 0 1.5em;
}

/* archive & search start*/

.archive .page-header h1,
.search-results h1.page-title { 
	text-align: left;
	line-height: 1.5;
	font-size:1.5rem;
	font-weight: 800;
	margin:0 0 30px;
	color:#000;
}

.no-results.not-found h1.page-title  {
	font-size:1.5rem;
	font-weight:800;
	margin:0 0 30px;
	color:#000;
}

.no-results.not-found .page-content p {
	font-size:1rem;
}

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

	.archive .page-header h1, 
	.search-results h1.page-title, 
	.no-results.not-found h1.page-title {
		font-size:1.75rem;
	}
	
	.no-results.not-found .page-content p {
		font-size:1.25rem;
	}
}

/* archive & search end*/
/* error-404 start*/

.page-header {
	margin-bottom:50px;
}

.error-404 .page-header h1.page-title {
	font-size: 1.5rem;
	margin:0 0 30px;
	font-weight:800;
	color:#000;
}

.error-404 .page-content p {
	font-size:1rem;
}

@media screen and (min-width:992px) {
	.error-404 .page-header h1.page-title {
		font-size: 1.75rem;
	}

	.error-404 .page-content p {
		font-size:1.25rem;
	}
}

.error-404 .page-content .widget_archive {
	display:none;
}

/* error-404 end*/

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color:#60a3d9;
	line-height: 1.4;
	font-weight: 600;
}

.entry-content h1 {
    font-size: 2rem;
}

.entry-content h2 {
    font-size: 1.75rem;
}

.entry-content h3 {
    font-size: 1.5rem;
}

.entry-content h4 {
    font-size: 1.25rem;
}

.entry-content h5 {
    font-size: 1.125rem;
}

.entry-content h6 {
    font-size: 1rem;
}

h1.entry-title {
	font-size:1.25rem;
	font-weight:800;
	margin-bottom:20px;
	color:#000;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h2.entry-title {
	font-size:1.125rem;
	font-weight:800;
	margin-bottom:12px;
	color:#000;
	word-wrap: break-word;
}

h2.entry-title a,
.entry-meta a {
	text-decoration:none;
}

.entry-meta {
	font-size: 0.875rem;
	display:flex;
	margin-bottom:30px;
}

.entry-meta .category {
	background-color:#60a3d9;
	padding:6px;
	margin-right:8px;
}

.entry-meta .category a {
	color:#fff;
}

.entry-meta li {
	list-style:none;
	color:#60a3d9;
	padding:6px;
}

.entry-meta .date,
.entry-meta .author {
	padding:6px;
}

.entry-content {
	font-size:1.125rem;
	line-height:1.68;
	margin:24px 0;
}

.entry-summary {
	font-size:1rem;
}

.read-more {
	text-align:center;
	margin:30px 0 16px;
}

.read-more .btn {
	text-decoration:none;
	color:#fff;
	background-color:#60a3d9;
	padding:8px;
}

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

	h1.entry-title {
		font-size:1.75rem;
		font-weight:800;
		margin:0 0 25px;
	}

	h2.entry-title {
		font-size:1.375rem;
		margin:0 0 25px;
	}

	.entry-meta {
		font-size:1rem;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	margin:15px 0 30px;
}

.comments-title {
	font-size:1.25rem;
	margin:15px 0;
}

.comment-list  {
	margin:0;
	list-style: none;
}

.comment-body {
	position: relative;
	margin-bottom:35px;
	padding:10px;
  	border-bottom: 1px solid #d0d0d0;
}

.comment-body .reply {
	margin: 0;
}

.comment-meta .comment-author img {
    height: auto;
    max-width: 100%;
}

.comment-meta .comment-author .fn {
	font-weight:600;
	word-break: break-word;
}

.comment-meta .comment-metadata {
	padding:15px 0 8px 0;
	font-size: 14px;
}

.comment-meta .comment-metadata .edit-link {
	margin-left:10px;
}

.comment-content p {
    font-weight: 400;
	font-size:1rem;
	margin-bottom:15px;
}

.comment-respond {
	margin:20px 0;
}

.comment-reply-title {
	color:#000;
	font-size:1.25rem;
}

.comment-reply-title small a {
	margin-left:12px;
	font-size:1rem;
}

.comment-form p {
	font-size: 1rem;
}

@media screen and (min-width:992px) {
	.comment-reply-title {
		font-size:1.5rem;
	}

	.comment-form p {
		font-size: 1.13rem
	}
}

.comment-form label {
	font-weight:400;
}

.comment-form textarea {
	width:100%;
}

.comment-form p.comment-form-url,
.comment-form p.comment-form-email,
.comment-form p.comment-form-author {
	display:inline-block;
	width:100%;
}

.comment-form .form-submit {
	margin:15px 0;
}

.comment-form .form-submit .submit {
	color:#fff;
	background-color:#60a3d9;
	border:none;
	cursor:pointer;
	padding:10px;
	transition:all  0.6s ease;
}

.comment-form .form-submit .submit:hover {
    opacity: 0.7;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;	
}

.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
	margin:0 0 24px;
	background-color:#f0f0f0;
	color:#636363;
}

.widget_text {
	font-size:1rem;
}

/* search */

.wp-block-search__button {
    border: 1px solid #ccc;
    padding: 0.375em 0.625em;
    margin-left: 0.625em;
    word-break: normal;
    color:#fff;
	background-color:#60a3d9;
}

.wp-block-search__button:hover {
	background-color:#2894ff;
}

.wp-block-search__input {
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    padding: 8px;
    text-decoration: unset!important;
}

.wp-block-search .wp-block-search__label {
    font-weight: 700;
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

.search-form {
	display:flex;
}

.search-form label {
	line-height:2;
}

.search-form .search-field {
	font-size:16px;
}

.search-form .search-submit {
	margin-left:10px;
}

 /* Social icons */

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff;
}

/* medis & text */

@media screen and (min-width: 51.26em) {
	.wp-block-media-text .wp-block-media-text__content {
		font-size: 0.9375em;
		font-weight:600;
	}
}

@media screen and (max-width: 51.26em)  {
	.wp-block-media-text .wp-block-media-text__content {
		font-size:1.5em;
		font-weight:600;
	}	
}

@media screen and (max-width: 37.5em)  {
	.wp-block-media-text .wp-block-media-text__content {
		padding:0;
	}	
}


.widget_pages ul,
.widget_categories ul,
.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_nav_menu ul  {
   	list-style: none;
   	padding-left:0;
	margin:0;
}


.tagcloud a{
	font-size:1em !important;
    display: inline-block;
    margin-right: 5px;
    text-decoration:none;
	line-height:1.7;
    border:1px solid #949494;
	margin:5px;
	padding:3px 7px;
}

.widget_media_gallery  .gallery  .gallery-item   {
    margin: 1em 0;
}

/* calendar */

.widget_calendar  table {
	margin-bottom:2em;
	
}

.widget_calendar caption {
	font-size:1.125em;
}

.widget_calendar table th,
.widget_calendar table td {
   line-height: 1.5;
   border: none;
   padding:2px;
   font-weight:600;	 
}

.widget_calendar .wp-calendar-nav {
	display:none;
}

/* footer */

.site-info {
	text-align: center;
}

.site-info p {
	margin:10px 0;
}

.topbutton {
	height:36px;
	width:36px;
	position:fixed;
	right:5px;
	bottom:5px;
	Z-index:99;
	display:none;	
	padding:0 4px;
	color:#fff;
	border: none; 
   	outline: none; 
	background-color:#2894ff;
	cursor: pointer;
	opacity:1;
	transition:all 0.4s ease;
}

.topbutton:hover {
	opacity: 0.7;
}

html{
	scroll-behavior: smooth;
}
  
/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


