/*
	Theme Name: Paradise
	
        Version: 1.0

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, e-commerce, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.10.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: paradise

*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Ga5;------------------------------------------------- */
/* Baseline Normalize --------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
    font-family: "Iskoola Pota";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    text-align: center;

}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

:root {
    --background-color: #e7e7cb;
    --primary-color: #929511;
    --heading-color: #b77c07;
    --h4-background: #641428;
    --white-color: #fff;
    --black-color: #000;
    --border-color: #ccc;
    --link-color: #1967d2;
    --background-blue: #2a528f;
}

.scroll-margin-top {
    scroll-margin-top: 60px;
}

.scroll-x {
    overflow-x: scroll;
}

.border {
    border: 1px solid var(--border-color);
}

/* Box content */

pre,
code {
    font-family: "Roboto", "Segoe UI", Arial, Segoe, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #000;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
}

pre {
    background-color: var(--white-color);
    border: 0px solid #ebebeb;
    font-family: "Roboto", "Segoe UI", Arial, Segoe, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    padding: 4px 100px;
    white-space: pre-wrap;
    margin: 0;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -webkit-pre-wrap;
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    bottom: 100px;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

/* Box Sizing --------------------------------------------- */
html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
}

.wrap:after,
.wrap:before {
    display: none;
}

/* Typographical Elements */

html {
    font-size: 62.5%;
    /* 10px browser default */
}

/* Chrome fix */
body>div {
    background-color: #fff;
    color: black;
    font-family: "Roboto", "Segoe UI", Arial, Segoe, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    word-wrap: break-word;
    color: black;
}

body {
    background-color: #fff;
    color: #222;
    font-family: "Iskoola Pota";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    word-wrap: break-word;

}

body.paradise-landing {
    background-color: #fabe5e;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #159f85;
    color: #fff;
}

::selection {
    background-color: #f9dfd9;
    color: black;
}

a {
    background-color: inherit;
    text-decoration: none;
    word-wrap: break-word;
}

a:focus,
a:hover {
    color: #f96e5b;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
    text-align: justify;
}

mark {
    background-color: #ddd;
    color: #000;
}

blockquote {
    background-color: #F0F5FE;
    border: 1px solid #ebebeb;
    font-family: "Roboto", "Segoe UI", Arial, Segoe, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    font-color: red;
    padding: 10px 10px 0px 10px;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -webkit-pre-wrap;
}

cite {
    font-style: normal;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 2px solid #eee;
    clear: left;
    margin: 0 0 40px;
    padding-top: 20px;
}

/* ParaGraph */
p {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", "Segoe UI", Arial, Segoe, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    ;
    line-height: 1.625;
    margin: 0;
    padding: 10px 0;
    word-wrap: break-word;
    font-weight: bold;
    text-align: left;
}

h1 {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    padding: 10px 8px;
    background: var(--primary-color);
    margin: 0 -10px 16px;
}

h2 {
    font-size: 17px;
    color: var(--black-color);
    background-color: var(--primary-color);
    padding: 6px 12px;
    margin: 16px -10px;
}

h3 {
    color: var(--white-color);
    background-color: var(--background-blue);
    padding: 0px 10px;
    margin: 16px -10px;
    font-size: 16.5px;
}

h4 {
    font-size: 15.5px;
    color: var(--white-color);
    position: relative;
    display: block;
    background: var(--h4-background);
    padding: 0px 10px;
    margin: 16px -10px;
}


h5 {
    font-size: 16px;
    color: black;
}

h6 {
    font-size: 16px;
}

/* Objects --------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
    line-height: 0;
}

img {
    height: auto;
}

/* Gallery --------------------------------------------- */
.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    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 .gallery-item img {
    border: none;
    height: auto;
    margin: 0;
}

/* Forms --------------------------------------------- */
input,
select,
textarea {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    color: var(--border-color);
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    width: 100%;
}

input:focus,
textarea:focus {
    outline: none;
}

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

::-moz-placeholder {
    color: #848484;
    font-family: "Iskoola Pota";
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #848484;
    font-family: "Iskoola Pota";
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #fabe5e;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "Iskoola Pota";
    padding: 13px 20px;
    white-space: normal;
    width: auto;
}

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

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
    padding: 8px 12px;
}

.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: #ddd;
    border-width: 0;
    color: #565656;
    cursor: not-allowed;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
    margin-bottom: 15px;
}

/* Tables */
table {
    width: 100%;
    border-left: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    margin: 16px 0;
}

td,
th {
    padding: 5px 10px;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);

}

th {
    font-weight: 700;
    background-color: var(--border-color);
}

th:first-child {
    border-right: 1px solid #b7b2b2;
}

td {
    font-size: 16px;
    text-align: justify;
}

.search_table {
    margin: 16px 0 -10px 0;
    background-color: #fff;
    /* border: 1px solid var(--border-color); */
}





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

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

.more-link {
    position: relative;
}

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

/* Site Containers --------------------------------------------- */
.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1190px;
}

.site-inner {
    clear: both;
    padding-top: 0px;
}

.paradise-home .site-inner {
    padding-bottom: 10px;
}

.paradise-landing .site-inner,
.paradise-landing .wrap {
    max-width: 800px;
}

.paradise-landing .site-inner {
    padding-bottom: 40px;
}

/* Column Widths and Positions --------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 930px;
}

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

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


.paradise-landing .content {
    background-color: #fff;
    padding: 50px 60px 24px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 540px;
}

.full-width-content .content {
    width: 100%;
}

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

.sidebar-secondary {
    float: left;
    width: 180px;
}

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

/* Content */
.content {
    float: none;
    width: 890px;
    border: 1px solid #BDBDBD;
    border-top: none;
    border-bottom: none;
    padding: 0px 10px;
}

.paradise-landing .content {
    background-color: #fff;
    padding: 50px 60px 24px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 540px;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */
.sidebar-primary {
    float: right;
    width: 300px;
    display: none;


}

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

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

/* Common Classes */
/* WordPress --------------------------------------------- */
.avatar {
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

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

.author-box .avatar {
    margin-right: 30px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

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

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

img.alignnone {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
}

.alignleft {
    float: left;
    text-align: left;
    padding: 0px;
}

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

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

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

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

.entry-content .wp-caption-text {
    font-size: 80%;
    text-align: justify;
    font-weight: 400;
    margin: 0;
    padding: .4em;
    background: rgba(0, 0, 0, .05);
    line-height: 1.8;

}

.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}

.widget_calendar table {
    width: 100%;
}

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

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

/* Header */
.breadcrumb {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    padding: 4px 10px;
    margin: 0 -10px;
    text-align: left;
}

.breadcrumb a {
    color: var(--link-color);
}

.breadcrumb:last {
    display: inline-block;
    font-size: 16px;
    font-family: "Times New Roman";
    color: #fabe5e;

}

.breadcrumb:before {
    display: inline-block;
    font-size: 16px;
    font-family: "Times New Roman";
    color: #fabe5e;
}

.author-box {
    margin-bottom: 10px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.archive-description p {
    padding: 6px 0;
    text-align: justify;
}


.archive-description,
.author-box {
    background-color: white;

}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
    margin-bottom: 0;
    text-align: justify;
}

.archive-description ol,
.archive-description ul {
    margin-left: 40px;
}

.archive-description ol,
.archive-description p,
.archive-description ul,
    {
    margin-bottom: 15px;
}

.archive-description .wp-caption-text {
    font-size: 80%;
    text-align: justify;
    font-weight: 400;
    margin: 0;
    padding: 0.4em;
    background: rgba(0, 0, 0, .05);
    line-height: 1.8;
}

.archive-title+p {
    margin-top: 0px;
    margin-bottom: 10px;
}

.author-box-title {
    color: #222;
    font-family: "Iskoola Pota";
    font-size: 16px;
    margin-bottom: 4px;
}

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

/* Titles --------------------------------------------- */
.entry-title {}

.entry-title a,
.sidebar .widget-title a {
    color: var(--heading-color);
    font-weight: 500;
}

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

.sidebar .widget-title {
    clear: both;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    color: var(--black-color);
    background-color: var(--primary-color);
    padding: 2px;

}

.paradise-home .content .widget-title {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
}

.sidebar .enews .widget-title {
    background: none;
    padding: 0;
}

.footer-widgets .widget-title {
    background-color: #000;
    color: #fff;
    padding: 12px;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.archive-title {
    font-size: 23px;
    margin-bottom: 10px;
}

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

.widget,
.widget li {
    word-wrap: break-word;
}

.widget li {
    list-style-type: none;
}

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

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

.widget ul>li:last-child {
    margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
    margin: 0;
    padding: 0;
}

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

.featured-content {
    clear: both;
    overflow: hidden;
}

.home-middle .featured-content a,
.home-top .featured-content a {
    position: relative;
}

.featured-content .entry {
    margin-bottom: 30px;
}

.content .home-middle .featured-content .entry,
.content .home-top .featured-content .entry {
    border: none;
    float: left;
    max-width: 100%;
}

.home-middle .featured-content .entry {
    width: 360px;
}

.content .home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
    border-bottom: 2px solid #eee;
}

.sidebar .featured-content .entry:last-child {
    border-bottom: none;
}

.home-middle .featured-content .entry-content p:last-child,
.home-top .featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
    margin-bottom: 0;
}

.home-middle .featured-content .entry:nth-of-type(2n+1) {
    clear: left;
    margin-right: 30px;
}

.featured-content .entry-title {
    border: none;
    font-size: 26px;
    line-height: 1.625;
}

.sidebar .featured-content .entry-title {
    font-size: 16px;
}

.featured-content .entry-title a {
    border: none;
}

.featured-content a.alignnone {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 100%
}

.featured-content .entry-header .entry-meta {
    margin-bottom: 10px;
}

.js .home-middle a.alignleft,
.js .home-top a.alignleft {
    margin: 0 24px 24px 0;
}

.js .home-middle a.alignright,
.js .home-top a.alignright {
    margin: 0 0 24px 24px;
}

.js .home-middle a.alignleft img,
.js .home-middle a.alignright img,
.js .home-top a.alignleft img,
.js .home-top a.alignright img {
    margin: 0;
}


.home-middle a.more-link,
.home-top a.more-link {
    background-color: #eee;
    clear: both;
    color: #222;
    display: block;
    font-size: 18.5px;
    margin-top: 20px;
    padding: 8px 10px;
    text-align: center;
}

.home-middle a.more-link:focus,
.home-middle a.more-link:hover,
.home-top a.more-link:focus,
.home-top a.more-link:hover {
    background-color: #f96e5b;
    color: #fff;
}

.featured-content ul {
    clear: both;
    margin-bottom: 30px;
}

.featured-content li {
    list-style-type: none;

}

/* HOMEPAGE*/
.home h1.site-title {
    padding: 0;
}


.page h3 {
    /*background: #fff;
    border-bottom: 3px solid #000;*/
    text-transform: uppercase;
}



.home .entry-post, .page .entry-post {
    padding: 6px;
    border: solid 1px #ccc;
    position: relative;
    margin-bottom: 10px;
    flex: 33%;
    margin: 6px;
}

/*.home .entry-post:first-child {
    width: 100%;
    flex: 100%;
}*/

.home .entry {}

.home .entry-content-thumbnail, .page .entry-content-thumbnail {
    margin: -6px -6px 0 -6px;

}

.home .entry-categories a, .page .entry-categories a {
    color: #fff;
}

.home .content, .page .content {
    max-width: 1190px;
    width: 100%;
}

.home .entry-categories, .page .entry-categories {
    display: inline-block !important;
    min-width: 90px;
    color: #fff;
    background-color: #000;
    padding: 4px;
    position: absolute;
    top: 0;
    right: 0;
}

.page .entry-modified-time, .page .entry-modified-time {
    background-color: var(--primary-color);
    padding: 6px;
    float: left;
    position: absolute;
    top: 0;
    width: 40px;
    left: 0;
}

.entry-meta {
    font-size: 12px;
}

.home .sidebar-primary,
.home .entry-author-name,
.entry-author-name,
.home .entry-meta span,
.entry-categories::before,
/*.home .entry-modified-time,*/
.entry-categories,
.dashicons.dashicons-category,
.home .dashicons.dashicons-category,
.dashicons.dashicons-calendar,
.home .dashicons.dashicons-calendar,
.home .dashicons.dashicons-buddicons-buddypress-logo,
.dashicons.dashicons-buddicons-buddypress-logo,
.home .entry-content ol

/*,.home .entry-content p, .home .entry-content ul */
    {
    display: none;
}

.home .entry-header .entry-meta, .page .entry-header .entry-meta {
    padding: 0 4px;
    background-color: #000;
    font-size: 12px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.home .entry-title {
    position: relative;
    font-size: 13px;
    line-height: 1.6;
    color: var(--heading-color);
    /* padding: 10px; */
    margin: 0;
}

.home .entry-title-link, .page .entry-title-link {
    color: #1a55ad;
    font-weight: 500;
}

.home .post-listing, .page .post-listing {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
}



/*.home .entry {
    margin: 10px;
    margin-bottom: 10px;
    padding: 0;
    flex: 1 0 38%;
    max-width: 900px;
    /* border: 1px solid #dee2e6 !important; */
/*box-shadow: 1px #000;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    position: relative;
}*/

.home .entry-header, .page .entry-header {
    order: 1;
}


.home .entry-content, .page .entry-content {
    order: 2;
}

.home a.alignleft,
.home img.alignleft,
.home .wp-caption.alignleft {
    margin: 0;
    /*width: 100%;*/
}

span.dashicons.dashicons-clock {
    font-size: 16px;
    margin-top: 2px;
    margin-right: -2px;
    line-height: 16px;
}

/*HomePage New */

.home-page-list {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
}

.home_topic {}

.home_topic_title {
    padding: 10px;
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: -20px;

}

.home_img {
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 17px;
    margin-right: 12px !important;
}

.home_topic__item {
    border: 1px solid var(--border-color);
    margin: 5px;
    padding: 10px;
    display: inline-block;
    flex: 30%;
}

.home_topic__item--title {
    background-color: var(--primary-color);
    margin: -10px;
    padding: 5px;
}

.home_topic__item--content {
    margin-top: 20px;
}



/* CATEGORIES LIST FOR ADSENSE */

.archive h1.site-title {
    padding: 0;
}

.archive h2.entry-title {
    background-color: var(--white-color);
    font-size: 17px;
    text-align: justify;
}

.archive .entry-categories a {
    color: #fff;
}

.archive .content {
    max-width: 1190px;
    /*width: 100%*/
}

.archive .entry-categories {
    display: inline-block !important;
}

.archive .entry-author-name,
.entry-author-name,
.archive .entry-meta span,
.entry-categories::before,
.archive .entry-modified-time,
.entry-categories,
.dashicons.dashicons-category,
.archive .dashicons.dashicons-category,
.dashicons.dashicons-calendar,
.archive .dashicons.dashicons-calendar,
.archive .dashicons.dashicons-buddicons-buddypress-logo,
.dashicons.dashicons-buddicons-buddypress-logo

/*, 
.archive .entry-content ol, .archive .entry-content p, .archive .entry-content ul*/
    {
    display: none;
}

.archive .entry-content ol,
.archive .entry-content p,
.archive .entry-content ul {
    margin-bottom: 0px;
    padding: 10px;
    text-align: justify;
    font-size: 15px;
}



.archive .entry-header .entry-meta {
    padding: 0 4px;
    background-color: #000;
    font-size: 12px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.archive .entry-title {
    position: relative;
    line-height: 1.3;
    color: var(--heading-color);
    padding: 12px;
    margin: 0;
    border: 1px solid var(--border-color);
}

.archive .entry-title-link {
    color: var(--link-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
}

.archive .entry-title-link:hover {
    color: var(--background-orange);
}

.archive .post-listing {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

.archive .entry {
    margin: 10px;
    padding: 0;
    flex: 1 0 47%;
    max-width: 900px;
    box-shadow: 1px #000;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    flex-direction: column-reverse;
    overflow: hidden;
    position: relative;
}

.archive .entry-header {
    order: 1;
}


.archive .entry-title {
    position: relative;
    font-size: 16px;
    line-height: 1.3;
    color: var(--heading-color);
    padding: 8px;
    margin: 0;
}

.archive .entry-content {
    background-color: var(--white-color);
}

.archive a.alignleft,
.archive img.alignleft,
.archive .wp-caption.alignleft {
    border-bottom: 1px solid var(--border-color);
    margin: 0;
    margin-bottom: 10px;
}

/* Plugins ---------------------------------------------------------------------------------------------------- */
/* Lwptoc */
.lwptoc {
    display: inline-block;
    border: 1px solid var(--border-color);
    margin: 18px 0 !important;
}

.lwptoc-light .lwptoc_i {
    color: #333;
    background: #fff !important;

}

.lwptoc_i {
    padding: 0 !important;
    text-align: left;
}

.lwptoc_i .lwptoc_header {
    margin-bottom: 0;
    background-color: var(--background-blue);
    color: var(--white-color);
    text-align: center;
    font-size: 17px;
    padding: 6px 0;
}

.lwptoc_itemWrap {
    line-height: 1.8;
    padding: 12px 12px;
    min-width: 600px;
}

.lwptoc-baseItems .lwptoc_items {
    font-size: 90%;
    padding: 10px 20px;
}

.lwptoc-autoWidth .lwptoc_i {
    display: block !important;
}

.lwptoc_toggle:before,
.lwptoc_toggle:after {
    content: '' !important;
}

/* Insert Header And Footer */
textarea#genesis_scripts.widefat {
    height: 500px !important;
}

/* Genesis eNews Extended --------------------------------------------- */
.enews-widget input {
    margin-bottom: 16px;
}

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

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

.widget-area .enews-widget {
    background-color: #fabe5e;
    color: #fff;
    padding: 40px;
}

.widget-area .enews-widget input:focus {
    border: 1px solid #fff;
}

.widget-area .enews-widget input[type="submit"] {
    background-color: #f96e5b;
    color: #fff;
}

.widget-area .enews-widget input:focus[type="submit"],
.widget-area .enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #222;
}

/* Author Box */
.saboxplugin-wrap .saboxplugin-authorname {
    font-size: 18px;
    line-height: 1;
    margin: 20px 0 0 20px;
    display: block;
    text-align: justify;
}

.saboxplugin-wrap {
    margin-top: 16px !important;
    margin-bottom: 0;
    padding: 0;
}

/* Widget Recent Posts Extended */
.rpwe-alignleft {
    /*display: none!important;*/
    float: left;
}

.rpwe-time {
    color: #bbb;
    font-size: 11px;
    display: none !important;
}

.rpwe-summary {
    font-size: 12px;
    display: none !important;
}

.rpwe-block h3 {
    background: 0 0 !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.5em;
}

.rpwe-title {
    font-size: 16px !important;

}

.rpwe-block li {
    border-bottom: 1px solid #eee;
    margin: 0px !important;
    padding: 16px 0 16px !important;
    list-style-type: none !important;
    display: block;
}

.rpwe-block ul {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-top: -23px !important;
}



/* Title Area --------------------------------------------- */
.title-area {
    float: left;
    padding-top: 0px;
    width: 270px;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-family: "Helvetica Neue, Helvetica, Arial, sans-serif";
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: var(--primary-color);
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    font-size: 30px;
    font-weight: 700;
    /*float: left;*/
    min-height: 24px;
    padding: 0;
    display: block;
    position: absolute;
    width: 250px;
    z-index: 10000;
    top: 18px;
}

.site-description {
    display: none;
    height: 0;
    margin-bottom: 0;

}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
}

/* Site Navigation */
.header-image .site-header,
.header-image .site-header .wrap {
    background: none;
    padding: 0;
}

.header-image .site-title a {
    /*background-position: center !important;
    background-size: contain !important;
    float: left;
    display: block;
    min-height: 90px;
    /*text-indent: -9999px;*/
    /*width: 100%;*/
}

.site-header .widget-area {
    display: none;
    height: 0;
}

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    width: 100%;

}

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

/*nav-secondary - Menu Deskop*/

.nav-secondary a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    display: inline-block;
    padding: 15px 20px;
    position: relative;
}

.nav-secondary a:hover {
    background-color: var(--primary-color) !important;
    color: #fff;
}

.nav-secondary a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;

}

.nav-secondary a:hover:after {
    width: 100%;
    left: 0;
}

/*Nav Primary - Menu Mobile*/

.nav-primary {
    clear: both;
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    width: 100%;

}

.nav-primary .menu-item {
    display: inline-block;
    float: right;
}

.nav-primary a {
    border: none;
    color: #fff;
    display: block;
    padding: 18px 10px;
    position: relative;
}

.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: #fff;*/
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 230px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #f6e3ce;
    border-top: none;
    font-size: 16px;
    position: relative;
    width: 230px;
    left: 0px;
    z-index: 1001;

}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -53px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

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

.genesis-nav-menu>.first>a {
    padding-left: 0;
}

.genesis-nav-menu>.last>a {
    padding-right: 0;
}

.genesis-nav-menu>.right {
    float: left;
}

/* Site Header Navigation --------------------------------------------- */
.site-header .sub-menu {
    border-top: 1px solid #BDBDBD;
}

.site-header .sub-menu .sub-menu {
    /*margin-top: -54px;*/
}

/* Primary Navigation --------------------------------------------- */
.menu__icon {
    position: relative;
}

.menu__icon::after {
    position: absolute;
    content: "";
    height: 36px;
    width: 190px;
    right: -155px;
    top: 0;
}

.nav-primary {
    background-color: #333;
    margin-top: 44px;
    display: none;
}

.nav-primary .genesis-nav-menu {
    display: flex;
    justify-content: space-between;
}

.nav-primary .genesis-nav-menu .menu-item {
    float: right;
}

.nav-secondary {
    margin-top: 0px;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 10px 10px;
    background-color: var(--background-color);
}

.nav-primary {
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    margin-top: 60px;
    vertical-align: middle;
    border-bottom: 1px solid #d3d3d3;
    /*position: fixed;*/
    z-index: 10000;
}

/* Important */
.site-container {
    /*margin-top: 50px;*/
}

.admin-bar .nav-primary {
    top: 32px;
}

.nav-primary a {
    color: #000;
    font-weight: 600;
    padding: 15px;
}

.nav-primary a:focus,
.nav-primary a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item>a {
    background-color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    background-color: #f6e3ce;
    border: 1px solid #ccc;
}

/* Secondary Navigation --------------------------------------------- */
.nav-secondary .wrap {
    background-color: #fabe5e;
    z-index: 999;
    width: 100%;
}

.nav-secondary a {
    color: #000;
}

.nav-secondary a:focus,
.nav-secondary a:hover,
.nav-secondary .genesis-nav-menu .sub-menu a:focus,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item>a {
    /*background-color: #f96e5b;*/
}

.nav-secondary .genesis-nav-menu .sub-menu a {
    background-color: #f6e3ce;
    border: 1px solid #fff;
    border-top: none;
    position: ;
}

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

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

/* Search Form --------------------------------------------- */
.searchsubmit.search-submit {
    display: none;
}

.search-form {
    position: relative;
    color: red;
}

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

.site-header .search-form {
    float: right;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;

}

.genesis-nav-menu .search-form input {
    color: #848484;
    margin-top: 10px;
    position: absolute;
    right: 450px;
    border: 2px solid #e8e8e8;
    border-radius: 15px;
    height: 40px;
    padding: 0 16px 0 8px;
    transition: border-color .2s ease-in-out;
}

.genesis-nav-menu .search-form input::before {
    content: "";
    background-color: #fff;
    background-image: url(https://fullstack.edu.vn/static/media/search.9bd3926522ea0937310c.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px;
}

input#q.s.search-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    right: 0px;
    height: 40px;
    top: 5px;
    margin-top: 0;
    width: 300px;
}

.genesis-nav-menu>.right {
    list-style-type: none;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
    color: #FAFAFA;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
    color: #FAFAFA;
}

.genesis-nav-menu .search-form input:focus {
    border: 1px solid #fff;
}

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

.widget_search input[type="submit"]:focus {
    box-shadow: none;
    padding: 17px 16px;
    right: 0;
    top: 0;
}

.widget_product_search button[type="submit"] {
    display: none;
}

/* Widget Area --------------------------------------------- */
.site-header .widget-area {
    float: left;
    text-align: left;
    width: 728px;
}

.header-image .site-header .title-area,
.header-image .site-header .widget-area {
    padding: 0px 0;
}

.site-header .widget-area p {
    margin-bottom: 0;
}

/* Content Area ---------------------------------------------------------------------------------------------------- */
/* Entries --------------------------------------------- */
.entry {
    margin-bottom: 10px;

}

.entry-content a {
    color: #1e73be;

}

.entry-content .attachment a,
.entry-content .gallery a {
    border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
    margin-bottom: 0px;
    padding: 8px 0;
    text-align: justify;
}

.entry-content ol,
.entry-content ul {
    margin-left: 30px;
    font-size: 16px;
}

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

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

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

.entry-meta {
    font-size: 12px;
}

.entry-header .entry-meta {
    padding: 4px 0px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.8;
    margin: 0;
}

main.content {
    position: relative;
}

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

/* After Entry --------------------------------------------- */
.after-entry {
    border-bottom: 2px solid #eee;
    border-top: 2px solid #eee;
    margin-top: 40px;
    padding: 30px 0;
}

.after-entry p:last-child {
    margin-bottom: 0;
}

.after-entry .widget {
    margin-bottom: 30px;
}

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

/* Pagination --------------------------------------------- */
.archive-pagination,
.entry-pagination {
    font-size: 16px;
    margin: 40px 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #fabe5e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px;
}

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

.entry-pagination a {
    border-bottom: 1px solid #ddd;
}

.paginate-com {
    font-size: 20px;
    margin: 10px 0;
}

.paginate-com a {
    background-color: #fabe5e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px;
}

.paginate-com a:hover,
.paginate-com .current {
    background-color: #f96e5b;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px;
}

/* Comments --------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 0px;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.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;
    margin-bottom: 10px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

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

.bypostauthor {}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}

.comment-reply a {
    background-color: #fabe5e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 2px 10px;
}

.comment-reply a:hover {
    background-color: #f96e5b;
}

/* Sidebars ---------------------------------------------------------------------------------------------------- */
.sidebar p:last-child,
.sidebar ul>li:last-child {
    margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
    margin-bottom: 24px;
}

.sidebar li {
    border-bottom: 1px dotted #fabe5e;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

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

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
    background-color: #eee;
    color: #222;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
}

.sidebar .tagcloud a:focus,
.sidebar .tagcloud a:hover {
    background-color: #f96e5b;
    color: #fff;
}

/* Footer Widgets ---------------------------------------------------------------------------------------------------- */
.footer-widgets {
    /*border: 1px solid #bdbdbd;*/
    background-color: #000;
    clear: both;
    font-size: 17px;
    /* max-width: 1190px; */
    margin: 0 auto;
    padding: 24px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    max-width: 1190px;
}

.footer-widgets a {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 14px;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
    color: #f96e5b;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets .widget {
    margin-bottom: 0px;
}

.footer-widgets li {
    padding: 6px 16px;
    /* border-bottom: 1px solid #ccc; */
    font-size: 14px;
    color: #fff;

}

.widget ul>li:last-child {
    margin-bottom: 0px;
    border: none;
}

.footer-widgets .enews-widget {
    padding: 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #eee;
    color: #222;
}

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

/* Site Footer ---------------------------------------------------------------------------------------------------- */
.site-footer {
    background-color: #000;
    font-family: "Iskoola Pota";
    font-size: 18.5px;
    text-align: center;
    /* max-width: 1190px; */
    margin: 0 auto;
}

.site-footer .wrap {
    padding: 0;
}

.site-footer,
.site-footer a {
    color: #222;
}

.site-footer a:focus,
.site-footer a:hover {
    color: #f96e5b;
}

.site-footer p {
    margin-bottom: 0;
    font-size: 10px;
    text-align: left;
    background: #000;
    padding: 6px;
    color: #4e4646;
    border-top: 1px solid;
}

.entry-time:before {
    content: ;
}

.entry-modified-time {
    font-weight: 500;
    margin-right: 6px;
}

.entry-author:before {
    content: "";
}

.entry-comments-link:before {
    content: "\f086";
}

.entry-categories:before {
    content: "\f07c";
}

.entry-tags:before {
    content: "\f02b";
}

/* Back to Top ---------------------------------------------------------------------------------------------------- */
.to-top {
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 15px;
    background: url(images/back-to-top.png) no-repeat center 50%;
    opacity: 0;
    z-index: 1;
}

.to-top.top-is-visible {
    visibility: visible;
    opacity: 1;
}

.to-top.top-fade-out {
    opacity: 1;
}

.no-touch .to-top:hover {
    background-color: #fabe5e;
    opacity: 1;
}


/* Genesis Color Boxes ---------------------------------------------------------------------------------------------------- */
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}

.content-box-blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}

.content-box-gray {
    background-color: #e2e2e2;
    border: 1px solid #bdbdbd;
}

.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}

.content-box-purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}

.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}

.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}

/* Genesis Color Buttons ---------------------------------------------------------------------------------------------------- */
.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
    color: #fff;
    padding: 5px 10px;
}

.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover {
    text-decoration: none;
}

.button-blue {
    background-color: #afcde3;
    border: 1px solid #afcde3;
}

.button-blue:hover {
    background-color: #83a2be;
    border: 1px solid #83a2be;
}

.button-gray {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
}

.button-gray:hover {
    background-color: #919191;
    border: 1px solid #919191;
}

.button-green {
    background-color: #b2ce96;
    border: 1px solid #b2ce96;
}

.button-green:hover {
    background-color: #86a36e;
    border: 1px solid #86a36e;
}

.button-purple {
    background-color: #bebde9;
    border: 1px solid #bebde9;
}

.button-purple:hover {
    background-color: #9291c7;
    border: 1px solid #9291c7;
}

.button-red {
    background-color: #e9b3b3;
    border: 1px solid #e9b3b3;
}

.button-red:hover {
    background-color: #c78787;
    border: 1px solid #c78787;
}

.button-yellow {
    background-color: #fadf98;
    border: 1px solid #fadf98;
}

.button-yellow:hover {
    background-color: #ecb870;
    border: 1px solid #ecb870;
}

/* Genesis Highlight Menu ---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu li.highlight a {
    background-color: #159f85;
}

.genesis-nav-menu li.highlight a:hover {
    background-color: #f96e5b;
}

/* Genesis Related Posts ---------------------------------------------------------------------------------------------------- */

.cat-post {
    margin-bottom: 25px;
    padding: 10px;
    border: 1px solid #ccc;
}

.cat-post-title {
    margin-bottom: 10px;
    font-size: 20px;
}

.entry-cat-post {
    position: relative;
}

.cat-post-thumb {
    width: 434px;
    left: 0px;

}

.cat-post-content {
    position: absolute;
    float: right;
    top: 0px;
    right: 0px;
    left: 450px;
    text-align: justify;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    border: 1px solid #ccc;
}




.related-posts {
    padding-top: 10px;
}

.related-posts-list .one-third {
    box-sizing: border-box;
    margin-bottom: 15px;
    box-shadow: 2px 1px 10px 0 rgba(0, 0, 0, .1);
}

.related-posts-list .one-third:first-child {
    margin-left: 0;
}

a.related-post-title {
    line-height: 27px;
    font-size: 18.5px;
}

.related-post-image {
    vertical-align: top;
    margin-bottom: 10px;
}

.related {
    background-color: #fff;
    margin-bottom: 10px;
}

.related a {
    text-decoration: none;
}

.related-post-image {
    vertical-align: top
}

.related-title {
    background-size: 100% 100%;
    font-size: 18.5px;
    display: inline-block;
    margin-bottom: 12px
}

.related-title:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 1em
}

.related-posts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.related-post {
    width: 100%;
    opacity: .8;
}

.related-post:hover {
    opacity: 1;
}

.one-copy {
    padding: 15px 12px 17px;
}

.one-third {
    height: 250px;
}

.related-entry-header {
    padding: 5%;
}



/* Widget list style ---------------------------------------------------------------------------------------------------- */
.widget.widget_recent_entries li:before {
    font-family: 'icomoon';
    content: "\f044";
    color: #f96e5b;
}

.widget.widget_recent_comments li:before {
    font-family: 'icomoon';
    content: "\f075";
    color: #f96e5b;
    margin-right: 3px;
}



.recent-posts li {
    list-style: none;
    clear: both;
    display: inline-block;
}

.recent-posts li img {
    width: 360px;
    height: 200px;
    float: left;
    margin-top: 10px;
    margin-right: 9px !important;
    border-radius: 4px;
    object-fit: cover;
    vertical-align: middle;
}

.recent-posts li a {
    font-size: 18px;
    font-weight: 500;
    color: green;
}

/* MY CODE CAMPAIGN /*
/* Search Table*/

#myInput {
    background-image: url('https://verbalearn.com/wp-content/uploads/2021/07/search-icon-e1626840161691.png');
    /* Add a search icon to input */
    background-position: 10px 12px;
    /* Position the search icon */
    background-repeat: no-repeat;
    /* Do not repeat the icon image */
    width: 100%;
    /* Full-width */
    font-size: 15px;
    /* Increase font-size */
    padding: 12px 20px 12px 40px;
    /* Add some padding */
    border: 1px solid #ddd;
    /* Add a grey border */
    border-bottom-color: white;
    margin-bottom: 0px;
    /* Add some space below the input */
}

#myTable {
    border-collapse: collapse;
    /* Collapse borders */
    width: 100%;
    /* Full-width */
    border: 1px solid #ddd;
    /* Add a grey border */
    font-size: 16px;
    /* Increase font-size */
}

#myTable th,
#myTable td {
    text-align: left;
    /* Left-align text */
    padding: 12px;
    /* Add padding */
}

#myTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
}

#myTable tr.header,
#myTable tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
}

/* FORM QUESTION*/

.form-question {}

.form-question .question {
    width: 100%;
    margin: 0;
}

.form-question .ques-header {
    border: 1px solid black;
    border-radius: 2px;
    background-color: antiquewhite;
    padding: 5px;
    width: 90%;
    margin-top: 20px;
    display: none;
}

.form-question .ques-content {
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    background-color: var(--background-color);
    padding: 4px 8px;
}

.form-question .ans {
    margin-left: 10px;
    margin-top: 5px;
}

.form-question .choice {
    width: 90%;
    display: flex !important;
}

.form-question .choice>label {
    margin-left: 5px;
}

.form-question .checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 3px;
}

.form-question .choiceContent {
    width: 90%;
    padding-left: 10px;
}

.form-question .checkbox.checked {
    background: url("https://verbalearn.com/wp-content/uploads/2022/06/checked.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
}


.form-question .checkbox.correct {
    background: url("https://verbalearn.com/wp-content/uploads/2022/06/correct.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
}

.form-question .checkbox.incorrect {
    background: url("https://verbalearn.com/wp-content/uploads/2022/06/wrong.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
}

.form-question .explain {
    display: none;
}

.form-question .explain span {
    color: red;
}

.form-question .control-panel {
    margin-left: 20px;
}

.form-question .control-panel div {
    margin-bottom: 20px;
}

.form-question .control-panel button {
    border-radius: 5px;
    margin-right: 20px;
}

.form-question .control-panel #checkBtn {
    background-color: #6969f0;
}

.form-question .control-panel #resetBtn {
    background-color: #e034f7;
}

.form-input {
    width: 90%;
    margin: 10px;
}

.form-input #showCode {
    margin-top: 20px;
}





/* Loadmore */

.post-listing {
    margin-bottom: 40px;
}

.load-more {
    display: table;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #288ad6;
    padding: 10px 0px;
    border: 1px solid #288ad6;
    border-radius: 4px;
    margin: auto;
    width: 300px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    margin-top: 20px;
}

/* Google GSE Search */

.gsc-above-wrapper-area {
    display: none;
}

.gs-webResult .gs-visibleUrl {
    display: none;
}

.gsc-webResult .gsc-result {
    border: 1px solid #ccc;

}

.gsc-webResult.gsc-result {
    border: 1px solid #ccc !important;
    padding: 12px !important;
    margin-bottom: 12px !important;
}

.gs-result .gs-image,
.gs-result .gs-promotion-image {
    vertical-align: middle;
    border: 1px solid #e2e2e2;
    max-width: 120px !important;
    display: none !important;
}

.gs-webResult .gs-snippet,
.gs-fileFormatType {
    color: #333;
}

/* ShortCode List */
.shortcode_list {
    list-style: none;
}

.shortcode_list_item {
    margin-bottom: 8px;
    list-style: none !important;
    position: relative;
}

.shortcode_list_header {
    background-color: var(--background-color);
    border: 1px solid #ccc;
    border-bottom: none;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 12px 6px 12px;
    display: block;
    text-align: left;
    color: #000000 !important;
}

.shortcode_list_header a:hover {
    color: #000000 !important;
}

.shortcode_list_content {}

.shortcode_list_text {
    padding: 4px;
    border: 1px solid #ccc;
}

.shortcode_list_btn {
    padding: 6px;
    border: 1px solid #ccc;
    width: 100px;
    background-color: #fff;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.shortcode_list_btn:hover {
    background-color: #fff !important;
    color: #000000 !important;
}

#myShortCode {
    padding: 12px;
    border: 1px solid #000000;
    margin-bottom: 16px;
    width: 100%;
    background-color: #fabe5e;
}

ul#myListShortCode {
    margin-left: 0;
}

/* Download */
.button-download {
    background: var(--h4-background);
    color: var(--background-color);
    padding: 10px 50px;
    display: inline;
    border-radius: 20px;


}

a.button-download {
    color: white !important;
}

.button-download .dashicons-download {
    margin-right: 10px;

}

/* Document */
.doc-description {
    display: flex;
    flex-wrap: wrap;
}

.doc-item {
    flex: 51%;
    padding: 14px;
    text-align: left;


}


.doc-author {}

.doc-page {}

.doc-category {}

.doc-download {}



/* Related Post  */
.related_title {
    background-color: #96cbd9;
    border: 1px solid var(--border-color);
    border-bottom: none;
    font-size: 90%;
    font-weight: 500;
    display: block;
    margin-top: 16px;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -webkit-pre-wrap;
    width: 100px;
    line-height: 1.6;
}

.related_title .dashicons {
    font-size: 30px;
    margin-right: 14px;
    margin-left: 6px;
}

.related_title a {
    color: #000000 !important;
}


.related_box {
    border: 1px solid var(--border-color);
    padding: 6px 8px;
}

.related_box li {
    list-style-type: square !important;
    font-size: 90% !important;
    font-weight: 500;
    line-height: 1.6;
    padding: 8px 0;
    margin-left: -10px;
}

.related_box a:hover {
    color: #1e73be;
}

/* Page List */
.page-list {
    display: flex;
    flex-wrap: wrap;
}

.page-list__items {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white-color);
    cursor: pointer;
    text-decoration: none;
    display: block;
    max-width: 412px;
    margin: 10px;
    flex: 1 0 32%;
}

.page-list__items-img {
    width: 100%;
    line-height: 0;

}

.page-list__items-title {
    text-align: center;
    margin: 8px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    background-color: var(--white-color);
    color: var(--black-color);
}

}

/*Related post for Tag */
/* Related Thumnail */
.related-posts-container {
    margin-top: 20px;
}

.related-posts-container .related-posts-title-block {
    border-bottom: 2px solid #222;
    margin-top: 16px;
}

.related-posts-container .related-posts-title {
    display: inline-block;
    padding: 6px;
    margin: 0;
    color: #fff;
    background-color: #222;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    font-family: open sans, arial, sans-serif;
}

.related-posts-inner {
    display: block;
    margin: 20px 0;
}

.related-posts-inner .related-posts-blook {
    display: flex;
    flex-wrap: wrap;
}

.related-posts-inner li {
    list-style-type: none;
    margin-right: 3%;
    margin: 6px;
    flex: 1 0 35%;
    box-shadow: 1px #000;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    flex-direction: column-reverse;
}



.related-posts-inner .related-posts-img {
    position: relative;
}

.related-posts-inner .entry-time {
    position: absolute;
    top: 0;
    padding: 3px;
    color: #fff;
    background-color: #222;
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
    font-family: open sans, arial, sans-serif;
}

.related-posts-inner .entry-time::before {
    content: '\f469';
    font-family: dashicons;
    font-size: 15px;
    color: #fff;
    padding-right: 3px;
    vertical-align: middle;
}

.related-posts-inner .item-details {
    /*margin-top: 20px;*/
}

.related-posts-inner .entry-title {
    background-color: var(--white-color);
    font-size: 14px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 9px;
    text-align: center;
    padding: 0px;
}

/* Sbox Text*/
.sbox-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 8px -8px 16px 0;
}

.sbox-text__item {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 2px;
    border: 1px solid #ccc;
    width: 50%;
    flex: 1 0 33%;
    margin-right: 8px;
    margin-top: 8px;
    font-size: 16px;
}

.sbox-text__content {
    text-align: justify;

}

.sbox-text__btn {
    display: none;
    justify-content: space-between;
    margin-top: 10px;
}


.sbox-text__btn--copy,
.sbox-text__btn--heart,
.sbox-text__btn--copy:hover,
.sbox-text__btn--heart:hover,
.sbox-text__btn--copy:focus,
.sbox-text__btn--heart:focus {
    padding: 5px;
    color: #000;
    background-color: var(--primary-color);
    border: 1px solid #000;
}

/* Sbox Image */
.sbox-image {
    display: flex;
    margin: 16px 0 8px;
}

.sbox_image__column-1 {
    margin-right: 4px;
    width: 50%;

}

.sbox_image__column-2 {
    margin-left: 4px;
    width: 50%;


}

.sbox-image__img {
    margin-bottom: 8px;
    border: 1px solid #ccc;
    line-height: 0;
}

/* Sbox Related */
.sbox-related {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 10px 0;
    white-space: nowrap;
    overflow-y: auto;

}

.sbox-related a {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid rgba(26, 26, 26, .2);
    border-radius: 2px;
    padding: 8px 24px;
}

.sbox-related a:hover {
    color: #1a1a1a;
}

/* Citation & Tooltip */
sup {
    position: relative;
    cursor: pointer;

}

sup span {
    cursor: default;
    background: white;
    border: 0.1rem solid #D8D8D8;
    border-radius: 9px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
    width: 400px;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin: 0 0 0.7em -1em;
    padding: 1em;
    line-height: 1.618em;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s;
    z-index: 100;
    display: none;
}

sup span::before {
    content: '';
    border-style: solid;
    border-width: 0.7em 0.7em 0 0.7em;
    border-color: #3498db transparent transparent transparent;
    position: absolute;
    left: 0.7em;
    bottom: -0.7em;
    width: 0;
    height: 0;

}

sup:hover span {
    opacity: 1;
    visibility: visible;
    transition: all 0.35s;
}

#footnote:target {
    background: #D8D8D8;

}

ol.f {
    list-style-type: decimal;
}

.tooltip__content {
    font-family: "Roboto", "Segoe UI", Arial, Segoe, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
}

.tooltip__content a {
    font-size: 15px;
}

.tooltip__content>a {
    font-size: 90%;
}

.citation {
    padding: 4px;
    padding-top: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin: 16px 0px;

}

.citation__heading {
    text-align: center;
    margin: 0 -10px;
    padding: 16px;
    background-color: #2a528f;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.citation__heading .dashicons {
    margin-right: 12px;
    font-size: 30px;
}

.citation__description {
    margin: 8px 8px;
}

.citation__source {
    border: 1px solid #ccc;
    margin: 8px 4px;
    border-radius: 4px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}


.citation__source .dashicons {
    font-size: 16px;
    line-height: 1.8;
    padding: 0;
    margin-left: -5px;
}


/* List img */

.box-container_box {
    height: 482px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 16px 0;
    overflow: hidden;
}

.box-container {
    width: 100%;
    height: 450px;
}

.box-container .box-header {
    width: 100%;
    padding: 0px;
    display: flex;
    background-color: #ccc;
    display: flex;
}

.box-container .box-header .left {
    width: 80%;
    padding-left: 10px;
    display: inherit !important;
}

.box-container .box-header .right {
    width: 20%;
    display: flex !important;
    justify-content: flex-end !important;
    -webkit-box-pack: end !important;
}

.box-container .box-header .btn-control {
    width: 30px;
    height: 30px;
    border: none;
}

.box-container .box-header #btnZoomIn {
    background: url("https://verbalearn.com/wp-content/uploads/2022/02/zoom-in.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.box-container .box-header #btnzoomOut {
    background: url("https://verbalearn.com/wp-content/uploads/2022/02/zoom-out.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.box-container .box-header #btnopenFullscreen {
    background: url("https://verbalearn.com/wp-content/uploads/2022/02/full-screen-icon.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.box-container .box-header #btncloseFullscreen {
    background: url("https://verbalearn.com/wp-content/uploads/2022/02/icon-close.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    padding: .5rem !important;
}

.box-container .box-header #btndownload {
    background: url("https://verbalearn.com/wp-content/uploads/2022/06/download-icon.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.box-container .box-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.box-container .box-content .image-content {
    max-width: none !important;
    padding-bottom: 5px;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    display: block;
    margin: auto;
}

.box-container .box-content .image-content:last-child {
    padding-bottom: 0;
}

/* List Content */
.box-container .box__content {
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    overflow-y: scroll;
}

.box__content-text {
    height: 455px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

/* FAQ */
.faq {
    padding: 4px;
    padding-top: 0px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin: 16px 0;

}

.faq__heading {
    text-align: center;
    margin: 0 -10px;
    padding: 16px;
    background-color: #2a528f;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.faq__heading .dashicons {
    font-size: 30px;
    margin-right: 12px;
}

.faq__item {
    border: 1px solid #ccc;
    margin: 8px 4px;
    border-radius: 4px;

}

.faq__item--question {
    text-align: left;
    margin: 16px 0 0;
    padding: 0 10px;
    font-size: 18px;
    background-color: var(--white-color);
    color: #000;
}

.faq__item--answer {
    padding: 10px;
    text-align: justify;
    font-size: 14px;

}

/* ItemList */
.item__list {
    display: flex;
    background-color: var(--primary-color);
    margin: 16px -10px;
}

.item__list-number {
    padding: 5px 14px;
    background-color: #2a528f;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    text-align: center;

}

.item__list-heading {
    margin: 0;
    top: 0;
    padding: 6px 12px;
}

/* Recent Post in Home */
.display-posts-listing.grid {
    list-style: none;
    display: flex;
    /*max-width: 781px;*/
    margin: 0 auto;
    flex-wrap: wrap;
    margin-top: 6px;
}

.listing-item {
    position: relative;
    margin: 10px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67/30%), 0 1px 3px 1px rgb(60 64 67/15%) !important;
    z-index: 0;
    list-style: none !important;
    flex: 16%;
}

.listing-item .image img {
    object-fit: cover;
    /*max-height: 180px;*/
}

.listing-item .title {
    display: block;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    padding: 5px 0 10px;
    box-shadow: none !important;
    font-weight: 500;
    font-size: 14px;
}

/* Media Queries */
/* Large Screen */
@media (min-width: 1401px) {
    .sidebar-primary {
        display: block;
    }

    sup span {
        cursor: default;
        background: white;
        border: 0.1rem solid #D8D8D8;
        border-radius: 9px;
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
        width: 400px;
        position: absolute;
        left: 0;
        bottom: 100%;
        margin: 0 0 0.7em -1em;
        padding: 1em;
        line-height: 1.618em;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s;
        z-index: 100;
        display: block;
    }

}

/* PC */
@media (min-width: 1201px) and (max-width: 1400px) {
    .sidebar-primary {
        display: block;
    }

}


/* Tablet & Small Laptop */
@media (min-width: 901px) and (max-width: 1200px) {
    .content {
        float: none !important;
        margin: 0 auto;
    }

}

/* Tablet & Mobile */
@media (max-width: 900px) {

    /* Menu */
    .nav-secondary {
        display: none !important;
    }

    .nav-primary {
        display: block !important;
        background-color: #fff;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
        margin: auto;
        vertical-align: middle;
        border-bottom: 1px solid #d3d3d3;
        position: fixed;
        z-index: 10000;
    }

    .site-title a {
    color: var(--primary-color);
    background-color: #fff;
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    font-size: 24px;
    font-weight: 700;
    float: left;
    min-height: 24px;
    padding: 0;
    display: block;
    position: fixed;
    width: 250px;
    z-index: 10000;
    top: 11px;
    left: calc(50% - 80px);
    }

    .site-container {
        margin-top: 52px !important;
    }

    .breadcrumb {
        border-bottom: 0px !important;
        font-size: 12px;
        padding: 4px 10px;
        margin: 0 -10px;
        text-align: left;
    }






    .content {
        width: 100px;
        border: none;
    }

    .site-inner,
    .wrap {
        margin: 0 4px;
        max-width: 1186px;
    }

    input#q.s.search-input {
        width: calc(50vw - 110px);
        max-width: 300px;
        right: 10px;
    }


    .site-container {
        /*margin-top: 50px;*/
    }

    .genesis-nav-menu a {
        text-align: left;
        font-size: 16px;
    }



    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .home-middle .featured-content .entry {
        width: 48.717948717948715%;
    }

    .home-middle .featured-content .entry:nth-of-type(2n+1) {
        margin-right: 2.564102564102564%;
    }

    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: left;

    }



    .featured-content .entry,
    site-header .search-form,
    .site-title {
        float: none;
    }

    .title-area {
        padding-bottom: 0px;
    }

    .header-image .site-header .title-area {
        padding-bottom: 0;
    }


    .nav-header .genesis-nav-menu.hide {
        display: none;
    }

    #header-mobile-menu {
        color: #999;
        cursor: pointer;
        display: block;
        font-family: Lato, sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        height: auto;
        line-height: 18px;
        padding: 20px 16px;
        padding: 2rem 1.6rem;
        text-align: center;
        text-transform: uppercase;
    }

    #header-mobile-menu:hover,
    #header-mobile-menu:focus,
    #header-mobile-menu:active {
        color: #333;
        display: block;
    }

    .nav-header .genesis-nav-menu .menu-item,
    .nav-header .genesis-nav-menu a,
    .nav-header .genesis-nav-menu .sub-menu {
        border: 0;
        text-align: center;
        width: 100%;
    }

    .nav-header .genesis-nav-menu .menu-item>.sub-menu {
        clear: both;
        margin: 0;
        opacity: 1;
        position: inherit;
        width: 100%;
    }

    .nav-header .genesis-nav-menu {
        display: block !important;
        height: auto;
    }

    #header-mobile-menu {
        display: none;
        height: 0;
    }


    .code-block-3 {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0px;
        margin-bottom: 0px;
        text-align: left;
        background-color: transparent;
        max-width: 900px;
        max-height: 90px;
        margin: 0 auto;
        z-index: 4;
        border: 0px solid #ddd;
    }

    h1 {
        margin: 0 -14px 16px;
    }

    h2,
    h3 {
        margin: 16px -14px;
    }

    .footer-widgets .widget-title {
        margin: 0 -4px;
    }

}

/* Mobile */
@media (max-width: 740px) {


    input#q.s.search-input {
        width: 70vw !important;
    }

    .site-title a {
        /*display: none!important;*/
    }

    .ads__mobile {
        margin: 0 10px;
    }

    .home .entry-post {
        flex: 47% !important;
    }

    .page-list__items {
        border: 1px solid var(--border-color);
        border-radius: 10px;
        overflow: hidden;
        background-color: var(--white-color);
        cursor: pointer;
        text-decoration: none;
        display: block;
        max-width: 100%;
        margin: 10px;
        flex: 100%;
    }

    .box__content-text {
        height: 455px;
    }

    .box-container {
        height: 450px;
    }

    .box-container_box {
        height: 482px;
    }

    .lwptoc_itemWrap {
        max-height: 400px;
        min-width: 300px;
    }

    .archive .entry {
        margin: 0;
        padding: 0;
        flex: 1 0 51%;
        margin-bottom: 16px;
    }

    .listing-item {
        flex: 28%;
    }

    .home_topic__item {
        flex: 45%;
    }

    /*Plugin */

    /* Responsive Tab */
    #tab_container_56220 .wpsm_nav-tabs>li {
        float: none !important;
    }



}