/*
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
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - 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.
 */
:root{
  --mywptheme-primary: #4169e1;
}
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
html {
   font-size: 62.5%;
   overflow-y: scroll;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  line-height: 1.15;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section,#main {
  display: block;
}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
.cl:after{
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 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: 23px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

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

/**
 * 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-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0 0 20px;
  color: #333;
  line-height: 1.4;
}

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 {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-wrap: break-word;
  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: #4169e1;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] ,.wp-block-search__button{
  border: 1px solid;
    border-color: var(--mywptheme-primary);
    border-radius: 3px;
    background-color: var(--mywptheme-primary);
    color: #fff;
    line-height: 1;
    padding: 13px 15px;
    font-size: 14px;
    cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: var(--mywptheme-primary);
  opacity: 0.8;
}

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;
}
.search-form input[type='search']{
  width: 73%;
}
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: #333;
  border: 1px solid #ddd;
  font-size: 14px;
  background: transparent;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  padding: 6px 12px;
  min-height: 40px;
  width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation ul.menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

header nav ul ul {
  z-index: 20;
    position: absolute;
    min-width: 150px;
    top: calc(100% + 30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    left: 0;
    background: #ffffff;
    box-shadow: 1px 1px 5px #dedede;
}
.main-navigation ul ul li {
  display: block;
}


.main-navigation ul li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}


.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding:8px 15px;
    font-size: 15px;
    letter-spacing: 0.6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul.menu {
    display: flex;
  }
}

.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%;
}

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

.widget select {
  max-width: 100%;
}

/* 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;
}
.left-sidebar #primary{
    float: right;
    width: 72%;
    padding-right: 0;
  padding-left:30px;
}
.left-sidebar #secondary{
    float: left;
    padding-left: 0;
  padding-right:30px;
}
#secondary{
  width:28%;
  float: right;
    padding-left: 30px;
}
.no-sidebar #primary{
  width:100%;
  padding-right: 0px;
}
.page .entry-header .entry-title{
  display: none;
}
#primary{
  float: left;
    position: relative;
    width: 72%;
    padding-right: 30px;
}
.site-header{
  position: relative;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    z-index: 100;
}
.site-header-inner {
    position: relative;
    height: 100%;
    display: grid !important;
  grid-template-columns: auto auto;
}
#site-logo .inner-site-logo {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
}
#site-logo {
    height: 100%;
    display: flex;
  align-items:center;
}
#site-logo .site-logo-text{
    font-size: 24px;
    margin: 0;
}
#site-logo p{
  margin-bottom: 0;
}
#site-navigation-wrap {
    position: relative;
  display: flex;
    justify-content: end;
    align-items: center;
}
.wp-block-latest-posts,.wp-block-post-template{
  margin-left:0px !important;
}
.copyright{
  margin-bottom:0px;
}
.single .entry-meta{
  margin-bottom:1em;
}
.single .entry-title{
  margin-bottom: 5px;
  font-size: 35px;
}
.single .entry-header{
  margin-bottom: 50px;
}
.single .entry-content{
  margin-top: 15px;
}
#post-wrap.grid{
  display:flex;
  flex-wrap:wrap;
}
#post-wrap article{
  margin-bottom: calc(var(--gridspacing,30px));
    padding: 0 calc(var(--gridspacing,30px)/ 2);
}
body #post-wrap {
    margin-left: calc(-1 * var(--gridspacing,30px)/ 2);
    margin-right: calc(-1 * var(--gridspacing,30px)/ 2);
}
@media only screen and (min-width: 900px) {
  #post-wrap.list article .inner-post-wrap{
    display: grid;
    grid-template-columns: 35fr 65fr;
    grid-gap: 20px;
    align-items: center;
  }
}
.inner-post-wrap .entry-title a{
  color: #222;
  font-size: 25px;
}
#post-wrap.grid article .entry-title{
  margin-top: 15px;
  margin-bottom: 15px;
}
#post-wrap.list article .entry-title{
  margin-bottom: 10px;
  margin-top: 20px;
}
#post-wrap.list article .entry-content,#post-wrap.grid article .entry-content{
  margin-top: 10px;
}
.read-more-btn{
  margin-top: 15px;
  width: fit-content;
  line-height: 1em;
}

.mywptheme-primary-btn{
  display: block;
  padding: 13px 15px;
  border: 1px solid #ccc;
  background-color: var(--mywptheme-primary);
  color: #fff;
  border-color: var(--mywptheme-primary);
  border-radius: 3px;
}
.mywptheme-primary-btn:hover{
  opacity: 0.8;
}
.mywptheme-bg-overlay{
    background: #000;
    opacity: 0.50;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mywptheme-single-cover{
    min-height: 400;
    padding: 60px 40px;
    justify-content: center;
    display: flex;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.related-posts-wrap{
  margin-top: 30px;
}
.mywptheme-related-post-title{
  font-size:25px;
  margin-bottom: 25px;
}
.related-posts-wrap .related-entry-title{
  margin-top: 10px;
  margin-bottom: 15px;
}
.related-posts-wrap .related-entry-title a{
  color: #222;
  font-size: 22px;
}
/*Comments Style*/
#respond h3, .comments-title{
    color:black;
    padding:20px 0px;
    font-size:20px;
}
#commentform input[type="text"],
#commentform input[type="url"],
#commentform input[type="email"],
#commentform textarea{
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #f8f8f8;
    padding: 7px 10px;
    font-size: 18px;
}

.comment-list{
  margin: 0px;
}
.comment-list li{
  margin-bottom: 25px;
}
.comment-author{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.comment-author a{
  color: #222;
}
.comment-author img{
  border-radius: 50%;
  margin-right: 15px;
}
.comment-list .says{
  display: none;
}
#respond small{
  margin-left: 10px;
}
.customize-partial-edit-shortcut-button{
   font-size: 18px !important;
    background: #3582c4!important;
    border-radius: 0% !important;
    border: 2px solid #fff !important;
    padding: 3px !important;
}
.full-width-str .mywptheme-container{
  max-width: 100%;
}

#page-wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.admin-bar #page-wrapper {
    min-height: calc(100vh - 32px);
}
#main{
  flex-grow: 1;
}
#primary-menu .sub-menu{
  border-top: 2px solid #ccc;
}
#primary-menu .sub-menu li a{
    padding: .9em 1em;
    display: block;
    word-wrap: break-word;
    line-height: 25px;
}
.admin-bar .sticky-header{
	top:32px;
}
.sticky-header{
	position:sticky;
	top:0;
}
@media screen and (max-width: 960px)
{
  .sub-menu{
    margin-left: 0;
  }
  .sub-menu li {
    background: #f1f0f0;
  }
}
.moby-menu .menu{
  display: block !important;
}
.moby.moby-demo .moby-wrap {
    height: calc(100% - 40px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.moby ul li a {
    padding: 15px 90px 15px 30px !important;
    line-height: 20px;
}
header #moby-button {
    display: none;
    color: #222;
    cursor: pointer;
    font-size: 24px;
    box-shadow: inset 0 0 0 #2196f3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mywptheme-container {
  width: 100%;
  /*padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
}
.boxed-layout{
	background:#eee;
}
.boxed-layout #page {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

@media (max-width: 767px) {
  .mywptheme-container {
    max-width: 767px;
  }
}

@media (max-width: 1024px) {
  .mywptheme-container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  body:not([class*=elementor-page-]) .mywptheme-container {
        max-width: 1200px;
  }
}
body:not([class*=elementor-page-]) .site-main {
        padding: 30px 0;
}
#footer-widgets {
    background-color: #222;
    padding: 30px 0;
    margin: 0;
}
#footer-widgets .footer-mywptheme-box {
    padding: 0 15px;
    margin: 0;
}
.site-info{
    background-color: #1B1B1B;
    color: #fff;
    padding: 20px 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
#footer-widgets{
  margin:0;
}
.mywptheme-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.dopt-row {
  margin-left: -20px;
  margin-right: -20px;
}
footer .widget-title {
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: capitalize;
}
@media only screen and (max-width: 767px){
  .dopt-col{
    width:100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px){
  .dopt-col{
    width:50% !important;
  }
}
.dopt_1_of_4{
  width:25%;
  float: left;
}
.dopt_1_of_3{
  width:33.33%;
  float: left;
}
.dopt_1_of_2{
  width:50%;
  float: left;
}
.dopt_1_of_1{
  width:100%;
  float: left;
}
.dopt-col-xs-1, .dopt-col-xs-2, .dopt-col-xs-3, .dopt-col-xs-4, .dopt-col-xs-5, .dopt-col-xs-6, .dopt-col-xs-7, .dopt-col-xs-8, .dopt-col-xs-9, .dopt-col-xs-10, .dopt-col-xs-11, .dopt-col-xs-12, .dopt-col-sm-1, .dopt-col-sm-2, .dopt-col-sm-3, .dopt-col-sm-4, .dopt-col-sm-5, .dopt-col-sm-6, .dopt-col-sm-7, .dopt-col-sm-8, .dopt-col-sm-9, .dopt-col-sm-10, .dopt-col-sm-11, .dopt-col-sm-12, .dopt-col-md-1, .dopt-col-md-2, .dopt-col-md-3, .dopt-col-md-4, .dopt-col-md-5, .dopt-col-md-6, .dopt-col-md-7, .dopt-col-md-8, .dopt-col-md-9, .dopt-col-md-10, .dopt-col-md-11, .dopt-col-md-12, .dopt-col-lg-1, .dopt-col-lg-2, .dopt-col-lg-3, .dopt-col-lg-4, .dopt-col-lg-5, .dopt-col-lg-6, .dopt-col-lg-7, .dopt-col-lg-8, .dopt-col-lg-9, .dopt-col-lg-10, .dopt-col-lg-11, .dopt-col-lg-12, .dopt-col-xl-1, .dopt-col-xl-2, .dopt-col-xl-3, .dopt-col-xl-4, .dopt-col-xl-5, .dopt-col-xl-6, .dopt-col-xl-7, .dopt-col-xl-8, .dopt-col-xl-9, .dopt-col-xl-10, .dopt-col-xl-11, .dopt-col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 959px){
  .site-main {
      float: none !important;
      width: 100% !important;
      margin-bottom: 40px;
      border: 0;
	  padding-left:0px !important;
	  padding-right:0px !important;
  }
  #secondary{
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0;
  }
}
.moby ul li a .moby-expand{
	color:inherit !important;
}
.moby ul li a .moby-expand i, .moby ul li a .moby-expand span{
	font-size:13px !important;
}

#back-to-top{
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.3;
    color: #ffffff;
    border-radius: 2px;
    content: "";
    outline: inherit;
    right: 30px;
    bottom: 30px;
    background-color: #4169e1;
    font-size: 15px;
    opacity: 0;
  visibility: hidden;
}
#back-to-top svg{
  width: 1em;
  height: 1em;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}
/*Numeric Pagination*/

ul.page-numbers{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
}
ul.page-numbers span,ul.page-numbers a{
    line-height: 1;
    margin-right: 7px;
    background: #4169e11f;
    border-radius: 3px;
    padding: 12px 15px;
    color: #000;
    display: block;
}
ul.page-numbers span.current{
  color: #fff;
  background-color: var(--mywptheme-primary);
}