/*
	Template Name: Treko - Software & Startup Premium Landing Page Template
	Author: jThemes
	Theme URL: https://www.templatemonster.com/authors/jthemes/

	Description : This css for only common in every theme needed required : Monster widgets, Theme unit data;

*/

p{ font-size: 1.0625rem; }
html{ overflow-x: hidden; }
body{
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 1rem;
}

/* ==========================================================================
  01. Monster widgets
  =========================================================================== */

/*Widgets lists*/

  .single-widget.widget_pages ul > li:first-child,
  .single-widget.widget_archive ul > li:first-child,
  .single-widget.widget_meta ul > li:first-child,
  .single-widget.widget_recent_comments ul > li:first-child,
  .single-widget.widget_recent_entries ul > li:first-child,
  .single-widget.widget_rss ul > li:first-child,
  .single-widget.widget_nav_menu ul > li:first-child, 
  .single-widget.widget_categories ul > li:first-child,
  ul.blog-category-list > li:first-child{
  	padding: 0 0 10px;
  }


.single-widget.widget_pages ul > li,
.single-widget.widget_archive ul > li,
.single-widget.widget_meta ul > li,
.single-widget.widget_recent_comments ul > li,
.single-widget.widget_recent_entries ul > li, 
.single-widget.widget_rss ul > li, 
.single-widget.widget_nav_menu ul > li, 
.single-widget.widget_categories ul > li,
ul.blog-category-list > li{
	padding: 10px 0;
	border-bottom: 1px dashed #c0c0c0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}

.single-widget.widget_pages ul > li a:before, 
.single-widget.widget_archive ul > li a:before, 
.single-widget.widget_meta ul > li a:before, 
.single-widget.widget_recent_entries ul > li a:before, 
.single-widget.widget_nav_menu ul > li a:before, 
.single-widget.widget_categories ul > li a:before{
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	font-weight: bold;
}

.single-widget.widget_pages ul > li:last-child, 
.single-widget.widget_archive ul > li:last-child, 
.single-widget.widget_meta ul > li:last-child, 
.single-widget.widget_recent_comments ul > li:last-child, 
.single-widget.widget_recent_entries ul > li:last-child, 
.single-widget.widget_rss ul > li:last-child, 
.single-widget.widget_nav_menu ul > li:last-child, 
.single-widget.widget_categories ul > li:last-child, 
ul.blog-category-list > li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}


.single-widget.widget_categories ul > li > ul, 
.single-widget.widget_pages ul > li > ul, 
.single-widget.widget_nav_menu ul > li > ul{
	margin-left: 15px;
	padding-top: 10px;
	border-top: 1px dashed #c0c0c0;
	margin-top: 10px;
}


/*Calendar widgets*/

#calendar_wrap table #today{
	font-weight: 600;
}
table{ width: 100%; }


/*Images*/

.single-widget img, 
.single-widget iframe, 
.single-widget embed, 
.single-widget video, 
.single-widget audio{
	max-width: 100%;
	height: auto;
}

/*tags*/
.single-widget .tagcloud .tag-cloud-link{
  display: inline-block;
  color: #757575;
  font-size: 0.925rem!important;
  font-weight: 400;
  line-height: 1.42857;
  background-color: #f2f2f2;
  padding: 8px 16px;
  margin-right: 4px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 450ms ease-in-out;
  margin-bottom: 4px;
}
.single-widget .tagcloud .tag-cloud-link:hover{
  color: #fff;
}

/* ==========================================================================
  03. formatted-content
  =========================================================================== */
/*For the Post content css using .formatted-content class*/

/* Formating */
.formatted-content ul{
  margin-bottom: 30px;
  list-style: initial;
}
.formatted-content ol{
  margin-bottom: 30px;
  padding-left: 30px;
}
.formatted-content ol ul,
.formatted-content ul ol,
.formatted-content ol ol,
.formatted-content ul ul{
  margin-bottom: 0;
}
.wp-calendar-table #today{
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .formatted-content > *.alignwide,
  .entry-summary > *.alignwide,
  .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignwide,
  .formatted-content > .wp-block-group > .wp-block-group__inner-container > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}

span.sticky-post {
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: 0;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 12px 3px;
    background-color: #f0f1f3;
    border: 1px solid #e5e5e5;
    font-family: "Roboto";
}

.formatted-content > *.alignleft,
.entry-summary > *.alignleft,
.entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignleft,
.formatted-content > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .formatted-content > *.alignleft,
  .entry-summary > *.alignleft,
  .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignleft,
  .formatted-content > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
    max-width: 290px;
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.formatted-content > *.alignright,
.entry-summary > *.alignright,
.entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignright,
.formatted-content > .wp-block-group > .wp-block-group__inner-container > *.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .formatted-content > *.alignright,
  .entry-summary > *.alignright,
  .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignright,
  .formatted-content > .wp-block-group > .wp-block-group__inner-container > *.alignright {
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.formatted-content > * > *:first-child,
.entry-summary > * > *:first-child {
  margin-top: 0;
}

.formatted-content > * > *:last-child,
.entry-summary > * > *:last-child {
  margin-bottom: 0;
}

/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
.formatted-content .formatted-content,
.formatted-content .entry-summary,
.formatted-content .entry,
.entry-summary .formatted-content,
.entry-summary .entry-summary,
.entry-summary {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}

@media only screen and (min-width: 768px) {
  .formatted-content .formatted-content,
  .formatted-content .entry-summary,
  .formatted-content .entry,
  .entry-summary .formatted-content,
  .entry-summary .entry-summary,
  .entry-summary {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}

.formatted-content p.has-background {
  padding: 20px 30px;
}

.formatted-content .wp-block-audio {
  width: 100%;
}

.formatted-content .wp-block-audio audio {
  width: 100%;
}

.formatted-content .wp-block-audio.alignleft audio,
.formatted-content .wp-block-audio.alignright audio {
  max-width: 198px;
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-audio.alignleft audio,
  .formatted-content .wp-block-audio.alignright audio {
    max-width: 384px;
  }
}

@media only screen and (min-width: 1379px) {
  .formatted-content .wp-block-audio.alignleft audio,
  .formatted-content .wp-block-audio.alignright audio {
    max-width: 385.44px;
  }
}

.formatted-content .wp-block-video video {
  width: 100%;
}

.formatted-content .wp-block-button .wp-block-button__link {
  transition: background 150ms ease-in-out;
  border: none;
  font-size: 0.88889em;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  padding: 0.76rem 1rem;
  outline: none;
  outline: none;
}

.formatted-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
  margin-bottom: 16px;
}

.formatted-content .wp-block-button .wp-block-button__link:hover {
  color: white;
  background: #111;
  cursor: pointer;
}

.formatted-content .wp-block-button .wp-block-button__link:focus {
  color: white;
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.formatted-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 5px;
}

.formatted-content .wp-block-button.is-style-outline .wp-block-button__link,
.formatted-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.formatted-content .wp-block-button.is-style-outline .wp-block-button__link:active {
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}

.formatted-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.formatted-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.formatted-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}

.formatted-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.formatted-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.formatted-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
  color: #0073aa;
  border-color: currentColor;
}

.formatted-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: white;
  border-color: #111;
}

.formatted-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
  color: #111;
}

.formatted-content .wp-block-archives,
.formatted-content .wp-block-categories,
.formatted-content .wp-block-latest-posts {
  padding: 0;
}

.formatted-content .wp-block-archives.aligncenter,
.formatted-content .wp-block-categories.aligncenter {
  text-align: center;
}

.formatted-content .wp-block-categories ul {
  padding-top: 0.75rem;
}

.formatted-content .wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}

.formatted-content .wp-block-categories ul {
  counter-reset: submenu;
}

.formatted-content .wp-block-categories ul > li > a::before {
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.formatted-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
  font-size: 0.71111em;
  color: #767676;
  line-height: 1.2;
}

.formatted-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content,
.formatted-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.formatted-content .wp-block-latest-posts li {
  padding-bottom: 0.5rem;
}

.formatted-content .wp-block-latest-posts li.menu-item-has-children, .formatted-content .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}

.formatted-content .wp-block-latest-posts li :not(:last-child) .wp-block-latest-posts__post-excerpt {
  padding-bottom: 0.5rem;
}

.formatted-content .wp-block-latest-posts.is-grid li {
  border-top: 2px solid #ccc;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.formatted-content .wp-block-latest-posts.is-grid li a:after {
  content: '';
}

.formatted-content .wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}

.formatted-content .wp-block-latest-posts.is-grid li:last-child a:after {
  content: '';
}

.formatted-content .wp-block-preformatted {
  font-size: 0.85em;
  line-height: 1.8;
  padding: 1rem;
}
.bg-lightgrey .formatted-content .wp-block-preformatted{ background-color: #fff; }

.formatted-content .has-drop-cap:not(:focus):first-letter {
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}

.formatted-content .wp-block-pullquote p {
  font-size: 30px;  
  line-height: 1.3;
  margin-bottom: 1rem;
  margin-top: 0;
}

.formatted-content .wp-block-pullquote p em {
  font-style: normal;
}
.formatted-content .wp-block-pullquote cite {
  color: #767676;
}

.formatted-content .wp-block-pullquote.alignleft,
.formatted-content .wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}

.formatted-content .wp-block-pullquote.alignleft blockquote,
.formatted-content .wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
}

.formatted-content .wp-block-pullquote.alignleft blockquote p:first-child,
.formatted-content .wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.formatted-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;  
  margin-top: 1.5em;
}
.formatted-content .wp-block-pullquote.is-style-solid-color a {
  color: #fff;
}

.formatted-content .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
  margin-bottom: 2.5em;
  font-weight: 700;
  font-size: 14px;
}

.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-pullquote.is-style-solid-color.alignright,
  .formatted-content .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 1rem calc(2 * 1rem);
  }
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
}

.formatted-content .wp-block-quote p {
  font-size: 1.35rem;
  font-style: normal;
  line-height: 1.8;
}

.formatted-content .wp-block-quote cite {
  /*
       * This requires a rem-based font size calculation instead of our normal em-based one,
       * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
       */
  font-size: calc(1rem / (1.25 * 1.125));
}

.formatted-content .wp-block-quote.is-large, .formatted-content .wp-block-quote.is-style-large {
  margin: 1rem 0;
  padding: 0;
  border-left: none;
}

.formatted-content .wp-block-quote.is-large p, .formatted-content .wp-block-quote.is-style-large p {
  font-size: 1.6875em;
  line-height: 1.6;
  font-style: italic;
}

.formatted-content .wp-block-quote.is-large cite,
.formatted-content .wp-block-quote.is-large footer, .formatted-content .wp-block-quote.is-style-large cite,
.formatted-content .wp-block-quote.is-style-large footer {
  /*
         * This requires a rem-based font size calculation instead of our normal em-based one,
         * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
         */
  font-size: calc(1rem / (1.25 * 1.125));
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-quote.is-large, .formatted-content .wp-block-quote.is-style-large {
    margin: 1rem 0;
    padding: 0 1em;
  }
  .formatted-content .wp-block-quote.is-large p, .formatted-content .wp-block-quote.is-style-large p {
    font-size: 24px;
  }
}

.wp-block-image{ margin-bottom: 30px; }
.wp-block-column .wp-block-image{ margin-bottom: 15px; }

.formatted-content .wp-block-image img {
  display: block;
}

@media only screen and (min-width: 1168px) {
  .formatted-content .wp-block-image .aligncenter {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.formatted-content .wp-block-image.alignfull img {
  width: 100vw;
  max-width: calc( 100% + (2 * 1rem));
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-image.alignfull img {
    max-width: calc( 125% + 150px);
    margin-left: auto;
    margin-right: auto;
  }
}

.formatted-content .wp-block-cover-image,
.formatted-content .wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 1rem;
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-cover-image,
  .formatted-content .wp-block-cover {
    padding: 1rem 10%;
  }
}

.formatted-content .wp-block-cover-image .wp-block-cover-image-text,
.formatted-content .wp-block-cover-image .wp-block-cover-text,
.formatted-content .wp-block-cover-image h2,
.formatted-content .wp-block-cover .wp-block-cover-image-text,
.formatted-content .wp-block-cover .wp-block-cover-text,
.formatted-content .wp-block-cover h2 {
  font-size: 1.6875em;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-cover-image .wp-block-cover-image-text,
  .formatted-content .wp-block-cover-image .wp-block-cover-text,
  .formatted-content .wp-block-cover-image h2,
  .formatted-content .wp-block-cover .wp-block-cover-image-text,
  .formatted-content .wp-block-cover .wp-block-cover-text,
  .formatted-content .wp-block-cover h2 {
    font-size: 31px;
    max-width: 570px;
    font-weight: 300;
  }
}

.formatted-content .wp-block-cover-image.alignleft, .formatted-content .wp-block-cover-image.alignright,
.formatted-content .wp-block-cover.alignleft,
.formatted-content .wp-block-cover.alignright {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-cover-image.alignleft, .formatted-content .wp-block-cover-image.alignright,
  .formatted-content .wp-block-cover.alignleft,
  .formatted-content .wp-block-cover.alignright {
    padding: 1rem calc(2 * 1rem);
  }
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-cover-image.alignfull,
  .formatted-content .wp-block-cover.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
  .formatted-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .formatted-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .formatted-content .wp-block-cover-image.alignfull h2,
  .formatted-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .formatted-content .wp-block-cover.alignfull .wp-block-cover-text,
  .formatted-content .wp-block-cover.alignfull h2 {
    padding: 0;
  }
}

.formatted-content .wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}

.formatted-content .wp-block-gallery .blocks-gallery-image:last-child,
.formatted-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 15px;
}

.formatted-content .wp-block-gallery figcaption a {
  color: #fff;
}

.formatted-content .wp-block-audio figcaption,
.formatted-content .wp-block-video figcaption,
.formatted-content .wp-block-image figcaption,
.formatted-content .wp-block-gallery .blocks-gallery-image figcaption,
.formatted-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.81111em;
  line-height: 1.6;
  margin: 0;
  padding: 1rem;
  text-align: center;
}
.formatted-content .columns-3 .blocks-gallery-item .blocks-gallery-item__caption{ padding-left: 1rem; padding-right: 1rem; }
.formatted-content .wp-block-separator.is-style-wide,
.formatted-content hr.is-style-wide {
  max-width: 100%;
}
.formatted-content .wp-block-separator.is-style-dots:not(.has-text-color):not(.has-background),
.formatted-content hr.is-style-dots:not(.has-text-color):not(.has-background) {
  color: #767676;
}

.formatted-content .wp-block-separator.is-style-dots:before,
.formatted-content hr.is-style-dots:before {
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.formatted-content .wp-block-separator + h1:before,
.formatted-content .wp-block-separator + h2:before,
.formatted-content hr + h1:before,
.formatted-content hr + h2:before {
  display: none;
}

.formatted-content .wp-block-embed-twitter {
  word-break: break-word;
}

.formatted-content .wp-block-table th,
.formatted-content .wp-block-table td {
  border-color: #767676;
}

.formatted-content .wp-block-file {
  display: block ruby;
}
@media only screen and (min-width: 1168px) {
  .formatted-content .wp-block-file .wp-block-file__button {
    padding: 0.875rem 1.5rem;
  }
}

.formatted-content .wp-block-file .wp-block-file__button:hover {
  background: #111;
  cursor: pointer;
}

.formatted-content .wp-block-file .wp-block-file__button:focus {
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.formatted-content .wp-block-code {
  border-radius: 0;
}

.formatted-content .wp-block-code code {
  font-size: 1.125em;
  white-space: pre-wrap;
  word-break: break-word;
}

.formatted-content .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

.formatted-content .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull),
  .formatted-content .wp-block-columns .wp-block-image > figure {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1168px) {
  .formatted-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull),
  .formatted-content .wp-block-columns .wp-block-image > figure {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-columns {
    flex-wrap: nowrap;
  }
  .formatted-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-group:not(.alignfull) > .wp-block-group__inner-container > .alignfull,
  .formatted-content .wp-block-group:not(.alignfull) > .wp-block-group__inner-container > .wp-block-image > img {
    left: 0;
    max-width: 100%;
  }
}

.formatted-content .wp-block-group.alignfull > .wp-block-group__inner-container {
  max-width: calc(100% - (2 * 1rem));
  margin: 0 1rem;
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-group.alignfull > .wp-block-group__inner-container {
    max-width: 80%;
    margin: 0 10%;
    padding: 0 60px;
  }
}
.wp-block-group.has-background{
  padding: 50px 30px 30px;
}
.formatted-content .wp-block-group.has-background {
  padding: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

.formatted-content .wp-block-group.has-background .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

.formatted-content .wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.formatted-content .wp-block-group.has-background.alignfull {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-group.has-background.alignfull {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.formatted-content .wp-block-group.has-background:not(.alignfull) > .wp-block-group__inner-container > .alignfull {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .formatted-content .wp-block-group.has-background:not(.alignfull) > .wp-block-group__inner-container > .alignfull {
    width: calc( 100% + 2rem);
    max-width: calc( 100% + 2rem);
    margin-left: -1rem;
  }
}

.formatted-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: bold;
}

.formatted-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: normal;
}

.formatted-content .wp-block-latest-comments .wp-block-latest-comments__comment,
.formatted-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.formatted-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}

.formatted-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
  font-size: 0.71111em;
}
.formatted-content .has-primary-background-color,
.formatted-content .has-secondary-background-color,
.formatted-content .has-dark-gray-background-color,
.formatted-content .has-light-gray-background-color {
  color: #fff;
}

.formatted-content .has-primary-background-color > p,
.formatted-content .has-primary-background-color > h1,
.formatted-content .has-primary-background-color > h2,
.formatted-content .has-primary-background-color > h3,
.formatted-content .has-primary-background-color > h4,
.formatted-content .has-primary-background-color > h5,
.formatted-content .has-primary-background-color > h6,
.formatted-content .has-primary-background-color > a,
.formatted-content .has-secondary-background-color > p,
.formatted-content .has-secondary-background-color > h1,
.formatted-content .has-secondary-background-color > h2,
.formatted-content .has-secondary-background-color > h3,
.formatted-content .has-secondary-background-color > h4,
.formatted-content .has-secondary-background-color > h5,
.formatted-content .has-secondary-background-color > h6,
.formatted-content .has-secondary-background-color > a,
.formatted-content .has-dark-gray-background-color > p,
.formatted-content .has-dark-gray-background-color > h1,
.formatted-content .has-dark-gray-background-color > h2,
.formatted-content .has-dark-gray-background-color > h3,
.formatted-content .has-dark-gray-background-color > h4,
.formatted-content .has-dark-gray-background-color > h5,
.formatted-content .has-dark-gray-background-color > h6,
.formatted-content .has-dark-gray-background-color > a,
.formatted-content .has-light-gray-background-color > p,
.formatted-content .has-light-gray-background-color > h1,
.formatted-content .has-light-gray-background-color > h2,
.formatted-content .has-light-gray-background-color > h3,
.formatted-content .has-light-gray-background-color > h4,
.formatted-content .has-light-gray-background-color > h5,
.formatted-content .has-light-gray-background-color > h6,
.formatted-content .has-light-gray-background-color > a {
  color: #fff;
}

.formatted-content .has-white-background-color {
  color: #111;
}

.formatted-content .has-white-background-color > p,
.formatted-content .has-white-background-color > h1,
.formatted-content .has-white-background-color > h2,
.formatted-content .has-white-background-color > h3,
.formatted-content .has-white-background-color > h4,
.formatted-content .has-white-background-color > h5,
.formatted-content .has-white-background-color > h6,
.formatted-content .has-white-background-color > a {
  color: #111;
}

.formatted-content .has-primary-background-color,
.formatted-content .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #0073aa;
}

.formatted-content .has-secondary-background-color,
.formatted-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}

.formatted-content .has-dark-gray-background-color,
.formatted-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}

.formatted-content .has-light-gray-background-color,
.formatted-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}

.formatted-content .has-white-background-color,
.formatted-content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}

.formatted-content .has-primary-color,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p {
  color: #0073aa;
}

.formatted-content .has-secondary-color,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p {
  color: #005177;
}

.formatted-content .has-dark-gray-color,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p {
  color: #111;
}

.formatted-content .has-light-gray-color,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p {
  color: #767676;
}

.formatted-content .has-white-color,
.formatted-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}

/* Media */
.page-content .wp-smiley,
.formatted-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.avatar {
  border-radius: 100%;
  display: block;
  height: calc(2.25 * 1rem);
  min-height: inherit;
  width: calc(2.25 * 1rem);
}

svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

.formatted-content .wp-block-quote{
  margin: 1.5em 1em 1.5em 0;
  border-left: 3px solid #2dcb21;
  padding-left: 1.5em;
  font-style: italic;
}

.formatted-content table{
  margin-bottom: 30px;
}

.formatted-content > * > :last-child{
  margin-bottom: 0;
}

.formatted-content table tbody tr > td:first-child,
.formatted-content table tbody tr > th:first-child{
  padding-left: 0;
}

.formatted-content table tbody tr:first-child th{
  border-top: none;
}

.formatted-content table td,
.formatted-content table th{
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  vertical-align: top;
}

.formatted-content table a{
  font-weight: 400;
}


.formatted-content ul{
  margin-bottom: 30px;
  list-style: initial;
}

.formatted-content ul{
  margin: 0 0 1rem 1rem;
}

.formatted-content ul ul{
  margin-bottom: 0;
}
.page-content > ul ul{
  list-style: initial;
  list-style-type: circle;
  margin-left: 30px;
  padding-left: initial;
}



/*post-content*/
.single-post-txt .alignleft,
.single-post-wrapper > .alignleft{
  float: left!important;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 1rem;
  margin-left: 0;
}

.formatted-content .wp-block-button .wp-block-button__link {
    transition: background 150ms ease-in-out;
    border: none;
    font-size: 0.88889em;
    line-height: 1.2;
    box-sizing: border-box;
    font-weight: bold;
    text-decoration: none;
    padding: 0.76rem 1rem;
    outline: none;
    outline: none;
    color: #fff;
}


/* ==========================================================================
  04. Footer
  =========================================================================== */

   footer.footer-widgets-off{
   	padding-top: 0;
   }

   footer.footer-widgets-off .bottom-footer{
   	margin-top: 0;
   }

/* ==========================================================================
  Theme unit test frontent css
  =========================================================================== */

/*=====Link==========*/

.formatted-content p a,
.formatted-content .single-post-txt p a,
.formatted-content blockquote p a,
.formatted-content blockquote p a code,
.formatted-content .wp-block-tag-cloud a,
.formatted-content .wp-block-calendar .wp-calendar-nav span a,
.formatted-content .wp-block-file a,
.formatted-content .wp-block-cover .wp-block-cover-text a,
.formatted-content figure figcaption a,
.formatted-content ol li a,
.formatted-content ul li a{
  font-weight: bold;
  text-decoration: underline;
}

code {
    padding: 2px;
    border-radius: 2px;
    color: #23282d;
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 14px;
    margin: 0 1px;
    background-color: #f3f4f5;
}

p img, figure img, .wp-caption img, .single-widget img, .footer-widget img, video{ height: auto; max-width: 100%; }

.formatted-content .alignwide {
    margin-left: -40px;
    margin-right: -40px;
}

.formatted-content .alignfull{
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: auto;
}

.formatted-content .post-share-links{ clear: both; }

.formatted-content .wp-block-image .is-resized{ margin-bottom: 20px; }

.formatted-content .post-content .single-post-txt .alignleft{
  max-width: 290px;
  margin-right: calc(2 * 1rem);
}

.formatted-content .wp-block-cover{ margin-bottom: 2rem; }

.formatted-content .has-pale-pink-background-color{ background-color: #000; }

.formatted-content .single-post-txt .alignwide{
  max-width: initial;
  width: auto;
}

.wp-block-quote.has-text-align-right{
  border-left: none;
  border-right: 4px solid #000;
  padding-left: 0;
  padding-right: 1em;
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    margin-bottom: 30px;
    color: #40464d;
}

.gallery-item {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

#gallery-1 .gallery-item,
#gallery-2 .gallery-item,
#gallery-4 .gallery-item,
#gallery-5 .gallery-item,
#gallery-6 .gallery-item,
#gallery-7 .gallery-item,
#gallery-8 .gallery-item,
#gallery-9 .gallery-item,
#gallery-3 .gallery-item {
    padding-left: 5px;
    padding-right: 5px;
}

.gallery-item > div > a {
    display: block;
    line-height: 0;
    box-shadow: 0 0 0 0 transparent;
}

.gallery-columns-2 .gallery-item { max-width: calc((100% - 15px * 1) / 2); }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
img{ max-width: 100%; height: auto; }

.gallery-caption {
    display: block;
    font-size: 0.81111em;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
}

.formatted-content .post-content .single-post-txt .wp-block-media-text{ margin-bottom: 30px; }

.formatted-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots){ max-width: 100px; }

.formatted-content .post-content .single-post-txt .wp-block-separator{
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-bottom: 2px solid #8f98a1;
}

.formatted-content .wp-block-separator.is-style-wide{ border-bottom-width: 1px!important; }

.formatted-content .wp-block-separator.is-style-dots{
  background: none !important;
  border: none !important;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}

/*Table*/

.page-content table tbody tr,
.formatted-content table th,
.formatted-content table td,
.formatted-content thead th,
.formatted-content table td,
.formatted-content tbody th,
.formatted-content .wp-block-table td{
  border-color: #767676 !important;
  border: 1px solid;
}

.page-content table tbody tr th,
.page-content table tbody tr td,
.formatted-content table tbody tr th,
.formatted-content table tbody tr td,
.formatted-content table thead tr th,
.formatted-content table tbody tr th,
.formatted-content table thead,
.formatted-content table tbody tr td{
  padding: 1rem !important;
}

.formatted-content .wp-block-cover.aligncenter{
  display: flex;
}

.page-content .aligncenter,
.formatted-content .aligncenter{
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  text-align: center;
}

.page-content .alignright,
.formatted-content .alignright{
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  text-align: right;
  clear: right;
}

.page-content .wp-caption .wp-caption-text,
.formatted-content .wp-caption .wp-caption-text{
  color: #999;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.formatted-content > *,
.entry-summary > *,
.entry-summary > .wp-block-group > .wp-block-group__inner-container > *,
.formatted-content > .wp-block-group > .wp-block-group__inner-container > *{
  max-width: 100%;
}

.post-tags-list span a{
  display: inline-block;
  margin-bottom: 5px;
}

.formatted-content .gallery-columns-4 .gallery-item{
  width: 25% !important;
}
.formatted-content .gallery-columns-3 .gallery-item{
  width: 33% !important;
}

.formatted-content #gallery-1 {
    margin-left: -15px;
    margin-right: -15px;
}

.formatted-content .gallery {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: calc(1.5 * 1rem);
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    text-align: left;
}

.comments-and-replay { clear: both; }

.single-post-txt > *,
.entry-summary > *,
.entry-summary > .wp-block-group > .wp-block-group__inner-container > *,
.single-post-txt > .wp-block-group > .wp-block-group__inner-container > *{ max-width: 100%; }


.post-content ul > li{
  line-height: 1.8;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    text-align: right;
    display: block;
}

.media-list.comment-list li{ border: none; }

@media (max-width: 991px) {

  .wow {
      visibility: visible !important;
      animation-name: inherit !important;
  }

}

/********************************/
/* Default widget CSS */
/********************************/

.single-widget h2 {
  font-size: 1.1875rem;
  margin-bottom: 30px;
}

.single-widget ol li:first-child {
  padding: 0 0 15px;
}
.single-widget ol li {
  margin-bottom: 0;
  border-bottom: 1px dashed #c0c0c0;
  padding: 15px 0;
}
.single-widget ul > li {
  font-size: 1.0625rem;
}
.single-widget.widget_block ul > li {
  border-bottom: 1px dashed #c0c0c0;
  padding: 10px 0;
}

.single-widget.widget_block ul > li:first-child {
  padding: 0 0 10px;
}
.single-widget .wp-block-latest-comments {
  padding-left: 0;
}
.single-widget.widget_recent_comments ul li span a,
.single-widget ol li .wp-block-latest-comments__comment-author {
  font-weight: bold;
}

.single-widget.widget_nav_menu ul > li > ul,
.single-widget.widget_pages ul > li > ul,
.single-widget.widget_categories ul > li > ul {
  margin-left: 15px;
  padding-top: 10px;
  border-top: 1px dashed #c0c0c0;
  margin-top: 10px;
}

.single-widget.widget_nav_menu ul > li ul li:last-child,
.single-widget.widget_pages ul > li ul li:last-child,
.single-widget.widget_categories ul > li ul li:last-child {
  padding-top: 0;
}

.single-widget.widget_text p strong {
  margin-bottom: -5px;
  display: block;
}

form .es-field-wrap{
  display: inline-block;
  width: auto;
}
