/*======================================
Theme Name: Dynamic News Lite
Theme URI: https://themezee.com/themes/dynamicnews/
Description: A responsive, multipurpose blogging and magazine theme with bold colors and fonts. It comes with a featured content slider and a magazine page template. Dynamic News is a trending theme on wordpress.com and we are sure you will like the WordPress.org version as well.
Version: 1.3.4
Author: ThemeZee
Author URI: https://themezee.com
Tags: two-columns, light, red, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, fluid-layout, responsive-layout, one-column, left-sidebar, right-sidebar, three-columns, black, blue, silver, white, green, gray
Text Domain: dynamic-news-lite
Domain Path: /languages/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/
:root,
[data-variable-collection-mode="mode-1"] {
  /* mode-1 */
  --berloga-magenta-10: rgba(181, 8, 71, 0.1);
  --berloga-magenta: #b50847;
  --berloga-white: #ffffff;
  --berloga-blue-darkest: rgba(32, 56, 83, 1);
  --berloga-dark-blue: #395e88;
  --berloga-blue: #4eb3ca;
  --berloga-blue-10: rgba(78, 179, 202, 0.1);
  --berloga-blue-lightest: #eff8fa;
  --berloga-magenta-light: #f8e6ed;
  --berloga-text: #1a1a1a;
}

/* CSS Reset | http://meyerweb.com/eric/tools/css/reset/ | v2.0
-------------------------------------------------------------- */
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* .header_fixed {
  width: 100%;
  position: fixed;
  z-index: 100;
  height: 120px !important;
} */

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* General Styles
-------------------------------------------------------------- */
html {
  font-size: 100.01%;
}

body {
  font-family: 'Droid Sans', Arial, Tahoma;
  font-size: 1.0em;
  border: 0;
  color: #111;
  background-color: #e5e5e5;
  /*text-align: justify;*/
}

/* Links */
a,
a:link,
a:visited {
  color: #395e88;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
  color: #4eb3ca;

}

.address-line-h a:link {
  text-decoration: underline;
}

.address-line-h a:link:hover {
  text-decoration: none;
}

/* Form Elements */
input,
textarea {
  padding: 0.7em;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.0em;
  color: #333;
  font-family: 'Droid Sans', Arial, Tahoma;
}

input[type="submit"] {
  border: none;
  color: #fff;
  background: #b50847;
  display: block;
  margin: auto;
}

input[type="submit"]:hover {
  transition: 0.4s;
  background-color: #ff005d;
  cursor: pointer;

}


/* Clearing Floats */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  /* For IE 6/7 only */
}

/* Make Form Elements responsive */
input,
textarea,
select {
  max-width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Basic Structure
-------------------------------------------------------------- */
#wrapper {
  max-width: 1340px;
  width: 92%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

#header-wrap {
  background: #fff;
}

#header {
  padding: 1em;
}

#wrap {
  clear: both;
  padding: 1.5em 1.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content {
  float: left;
  width: 80%;
  padding-right: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#sidebar {
  float: right;
  width: 20%;
}




/* Navigation Menu
-------------------------------------------------------------- */
#mainnav-toggle,
#mainnav-icon,
.sidebar-navigation-toggle,
.sidebar-closing-toggle {
  display: none;
}

#navi-wrap {
  background: #395e88;
}

#mainnav-menu {
  list-style-type: none;
  list-style-position: outside;
  position: relative;
}

#mainnav-menu li {
  float: left;
  position: relative;
  margin-right: 1px;
}

#mainnav-menu a {
  display: block;
  padding: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.0em;
  font-weight: 500;
  font-family: 'Francois One', Tahoma, Arial;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#mainnav-menu a:link,
#mainnav-menu a:visited {
  color: #fff;
  text-decoration: none;
}

#mainnav-menu a:link:nth-child(2),
#mainnav-menu a:link:nth-child(3) {
  cursor: default;
}

#mainnav-menu a:hover {
  background: #b50847;
}

.menu-item-has-children>a:hover {
  background: #395e88 !important;
}

#mainnav-menu ul {
  position: absolute;
  display: none;
  z-index: 99;
  background: #395e88;
  box-shadow: 0 0 2px #444;
}

#mainnav-menu ul li {
  margin: 0;
}

#mainnav-menu ul a {
  width: 250px;
  width: 16rem;
  padding: 1em;
  float: left;
  font-weight: normal;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mainnav-menu ul a:link,
#mainnav-menu ul a:visited {
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
}

#mainnav-menu ul a:hover {
  color: #fff;
  background: #b50847;
}

#mainnav-menu li ul ul {
  margin-left: 250px;
  margin-left: 16rem;
}

#mainnav-menu li:hover ul ul,
#mainnav-menu li:hover ul ul ul,
#mainnav-menu li:hover ul ul ul ul {
  display: none;
}

#mainnav-menu li:hover ul,
#mainnav-menu li li:hover ul,
#mainnav-menu li li li:hover ul,
#mainnav-menu li li li li:hover ul {
  display: block;
}

#mainnav-menu li.current_page_item a,
#mainnav-menu li.current-menu-item a {
  /*text-decoration: underline;*/
  background: #b50847;
}

#mainnav-menu li.current_page_item ul li a,
#mainnav-menu li.current-menu-item ul li a {
  text-decoration: none;
}

#mainnav-menu ul li.current_page_item a,
#mainnav-menu ul li.current-menu-item a {
  /*text-decoration: underline;*/
  background: #b50847;
}

#mainnav-menu ul li.current_page_item ul li a,
#mainnav-menu ul li.current-menu-item ul li a {
  text-decoration: none;
}

.scroll-mobile {
  overflow-y: auto;
  max-height: 100vh;
}

.m-burger-menu.active {
  padding: 5px;
  background-color: #395e88;
}


/* Widget Styling
-------------------------------------------------------------- */
.widget {
  margin-bottom: 1.5em;
  box-shadow: 0 0 4px #ddd;
  border: 1px solid #ddd;
  padding: 1.5em;
  background: #fff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.widgettitle {
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  font-size: 1em;
  font-family: 'Droid Sans', Arial, Tahoma;
  padding: 0.8em;
  margin: -0.5em -0.5em 1.5em -0.5em;
  background: #4eb3ca;
  color: #fff;
  /*text-transform: uppercase;*/
}

.widget .textwidget {
  line-height: 1.5em;
}

.widget .textwidget p {
  margin-bottom: 1em;
}

a.contact-link {
  color: #333;
}

a.contact-link:hover {
  color: #4eb3ca;
}

.address-line-h {
  text-align: left;
}

.widget ul,
.widget ol {
  line-height: 1.5em;
}

.widget ul {
  list-style: circle inside;
  color: #555;
}

.widget ul .children,
.widget ol .children {
  padding: 0;
  margin: 0.5em 0 0.5em 1em;
}

.widget a:link,
.widget a:visited {
  text-decoration: none;
  color: #b50847;
}

.widget a:hover,
.widget a:active {
  text-decoration: underline;
}

.widget img {
  max-width: 100%;
  height: auto;
}

.widgettitle a:link,
.widgettitle a:visited {
  color: #fff;
}

/* Custom Widgets
-------------------------------------------------------------- */

/* Theme Search Widget */
.search-form {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.search-form .screen-reader-text {
  display: none;
}

.search-form .search-field {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 0.7em 45px 0.7em 0.7em;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.0em;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  padding: 0.8em 0.7em 0 0;
  cursor: pointer;
  width: 10px;
}

.search-form .search-submit .genericon-search {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 1;
  font-family: 'Genericons';
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: text-bottom;
  color: #777;
  content: '\f400';
}

.search-form .search-submit:hover .genericon-search {
  color: #333;
}

/* Theme Calendar Widget */
#wp-calendar {
  margin: 0;
  width: 100%;
  color: #444;
  line-height: 1.6em;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: center;
}

#wp-calendar caption {
  padding: 0.4em 0;
  margin: 0 -0.4em 0.8em;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#wp-calendar th {
  font-weight: bold;
  font-size: 0.85em;
  padding-bottom: 0.6em;
}

#wp-calendar tbody td {
  color: #888;
}

#wp-calendar tbody td a {
  font-weight: bold;
}

#wp-calendar tbody #today {
  font-weight: bold;
  color: #333;
}

#wp-calendar tfoot tr td {
  padding-top: 0.8em;
}

#wp-calendar #prev {
  text-align: left;
}

#wp-calendar #next {
  padding-right: 0.4em;
  text-align: right;
}


/* Posts and Pages
-------------------------------------------------------------- */
.type-post,
.type-page,
.type-attachment {
  margin: 0 0 1.5em 0;
  padding: 0.8em 1.5em 1.5em;
  box-shadow: 0 0 4px #ddd;
  border: 1px solid #ddd;
  background: #fff;
}

.page-title,
.entry-title {
  font-weight: bold;
  font-family: 'Francois One', Tahoma, Arial;
  color: #333;
  line-height: 1.6em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-transform: uppercase;
  padding: 0.3em 0;
  /* border-bottom: 5px solid #333; */
}

.page-title {
  font-size: 1.5em;
}

.entry-title {
  font-size: 1.5em;
}

.entry-title a:link,
.entry-title a:visited {
  color: #333;
  text-decoration: none;
}

.entry-title a:hover,
.entry-title a:active {
  color: #b50847;
}

.sticky {
  border-left: 10px solid #ccc;
}

/* Page Links | wp_link_pages() */
.page-links {
  margin: 0;
  word-spacing: 1em;
}

/* Postmeta */
.entry-meta {
  display: block;
  color: rgba(57, 94, 136, 0.1);
  margin: 0;
  margin-bottom: 1em;
  padding: 0.7em 1em;
  background: rgba(57, 94, 136, 0.1);
  border-top: 2px solid #395e88;
}

.entry-meta .meta-date,
.entry-meta .meta-author,
.entry-meta .meta-comments,
.entry-meta .post-edit-link {
  font-size: 0.9em;
  line-height: 1.5em;
}

.entry-meta a:link,
.entry-meta a:visited {
  color: #555;
  text-decoration: underline;
}

.entry-meta a:hover,
.entry-meta a:active {
  text-decoration: none;
}

.entry-meta .sep {
  padding-right: 0.7em;
  margin-right: 0.8em;
  border-right: 1px solid #aaa;
}

.entry-meta .post-edit-link {
  float: right;
}

.postinfo {
  clear: both;
  line-height: 1.5em;
}

.postinfo .meta-category {
  display: block;
  color: #333;
  margin: 0;
  font-size: 0.9em;
}

.postinfo .meta-category a {
  display: inline-block;
  float: left;
  color: #fff;
  background: #b50847;
  padding: 0.4em 1em;
  margin: 0 1px 1px 0;
}

.postinfo .meta-category a:hover,
.postinfo .meta-category a:active {
  background: #333;
  text-decoration: none;
}

.postinfo .meta-tags {
  display: block;
  margin: 0.5em 0;
}

/* Read more Link */
.more-link {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.6em 1em;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #b50847;
}

.more-link:link,
.more-link:visited {
  color: #fff;
}

.more-link:hover,
.more-link:active {
  background-color: #303030;
  text-decoration: none;
}

.content-excerpt .more-link {
  margin: 0.5em 0 1em;
}

/* Post Navigation */
.post-navigation {
  margin: 0 0 1.5em 0;
  padding: 0.8em 1em;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 4px #ddd;
}

.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
  content: "";
  display: table;
}

.post-navigation .nav-links:after {
  clear: both;
}

.post-navigation .nav-links .nav-previous {
  float: left;
}

.post-navigation .nav-links .nav-next {
  float: right;
}

/* Archives and Search Heading */
.page-header {
  background: #fff;
  padding: 1.2em 1.5em;
  margin-bottom: 1.5em;
  box-shadow: 0 0 4px #ddd;
  border: 1px solid #ddd;
}

.archive-title {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

.archive-title span {
  color: #b50847;
}

.archive-description {
  line-height: 1.6;
  margin-top: 1em;
}

/* Content Pagination */
.post-pagination {
  margin-bottom: 1.5em;
  font-weight: bold;
  padding: 0.8em 1em;
  color: #333;
  box-shadow: 0 0 4px #ddd;
  border: 1px solid #ddd;
  background: #fff;
  text-transform: uppercase;
}

.post-pagination a {
  padding: 0.6em 0.8em;
  margin-right: 0.2em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.post-pagination a:link,
.post-pagination a:visited {
  color: #333;
}

.post-pagination a:hover {
  color: #b50847;
}

.post-pagination .current {
  padding: 0.5em 0.9em;
  margin-right: 0.2em;
  color: #b50847;
  text-decoration: underline;
}

/* Infinite Scroll Pagination */
.infinite-scroll .post-pagination {
  display: none;
}

.infinite-scroll #infinite-handle span {
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 0.6em 1em;
  line-height: 1.5;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #b50847;
}

.infinite-scroll #infinite-handle span:hover {
  background-color: #303030;
}

/* Breadcrumbs */
.breadcrumbs {
  margin-bottom: 1em;
  padding: 0.7em 1em;
  color: #333;
  box-shadow: 0 0 4px #ddd;
  border: 1px solid #ddd;
  background: #fff;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
  display: inline;
  line-height: 1.4;
}

.breadcrumbs .trail-browse {
  margin-right: 0.5em;
}

.breadcrumbs .trail-items {
  list-style: none;
}

.breadcrumbs .trail-items li::after {
  content: "\00bb";
  /* Raquo */
  padding: 0 0.5em;
}

.trail-separator-slash .trail-items li::after {
  content: "\002F";
}

.trail-separator-dash .trail-items li::after {
  content: "\2013";
}

.trail-separator-bull .trail-items li::after {
  content: "\2022";
}

.trail-separator-arrow-bracket .trail-items li::after {
  content: "\003e";
}

.trail-separator-raquo .trail-items li::after {
  content: "\00bb";
}

.trail-separator-single-arrow .trail-items li::after {
  content: "\2192";
}

.trail-separator-double-arrow .trail-items li::after {
  content: "\21D2";
}

.breadcrumbs .trail-items li:last-of-type::after {
  display: none;
}

/* Text Elements
-------------------------------------------------------------- */
.entry {
  line-height: 1.6em;
  margin: 0.5em 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry p,
.comment p {
  margin: 0.75em 0;
  /* padding: 0 32px; */
}

.entry h1,
.comment h1,
.entry h2,
.comment h2,
.entry h3,
.comment h3,
.entry h4,
.comment h4,
.entry h5,
.comment h5,
.entry h6,
.comment h6 {
  color: #395e88;
  font-weight: bold;
  line-height: 1.0em;
  margin: 2em 0 1em;
  padding: 0 32px;
}

.entry h1,
.comment h1 {
  font-size: 3.0em;
  color: #222
}

.entry h2,
.comment h2 {
  font-size: 2em;
  color: #395e88;
  text-align: left;
  background-color: #f8f9fa;
  padding: 32px;
}

.entry h3,
.comment h3 {
  font-size: 1.5em;
  text-align: left;
}

.entry h4,
.comment h4 {
  font-size: 1.25em;
}

.entry h5,
.comment h5 {
  font-size: 1.125em;
  margin: 1.3em 0 0;
}

.entry h6,
.comment h6 {
  font-size: 1.0em;
  margin: 1.3em 0 0;
}

.entry ul,
.comment ul {
  list-style: inside;
  margin: 0 0 1.5em 2em;
}

.entry ol,
.comment ol {
  list-style: decimal inside;
  margin: 0 0 1.5em 2em;
}

.entry ol ol,
.comment ol ol {
  list-style: upper-alpha inside;
}

.entry ol ol ol,
.comment ol ol ol {
  list-style: lower-roman inside;
}

.entry ol ol ol ol,
.comment ol ol ol ol {
  list-style: lower-alpha inside;
}

.entry ul ul,
.comment ul ul,
.entry ol ol,
.comment ol ol,
.entry ul ol,
.comment ul ol .entry ol ul,
.comment ol ul {
  margin-bottom: 0.2em;
}

dl {
  margin: 1em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.5em;
}

strong,
b {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

big,
.big_tag {
  font-size: 1.3em;
}

ins {
  text-decoration: none;
}

code,
pre {
  padding: 3px 8px;
  margin: 0 1px;
  background: #eeeeee;
  color: #222;
  font-size: 0.9em;
  font-family: Monospace, "Courier New", Courier;
  overflow: auto;
  line-height: 1.4em;
}

del,
strike,
s {
  text-decoration: line-through;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

small {
  font-size: 0.7em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
  font-size: 0.8em;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

.entry var,
.entry kbd,
.entry tt,
.entry .tt_tag {
  font-size: 1.1em;
  font-family: "Courier 10 Pitch", Courier, monospace;
}

blockquote {
  background: #f5f5f5;
  border-left: 10px solid #ccc;
  margin: 1.2em 0;
  padding: 0.5em 1.5em;
}

blockquote cite {
  display: block;
  margin: 0.5em 0 0 0.5em;
  color: #777;
}

.entry table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  margin: 1em 0;
  text-align: left;
  width: 100%;
}

.entry tr th,
.entry thead th {
  background: #e5e5e5;
  font-weight: bold;
  padding: 0.2em 1em;
}

.entry tr td {
  border-top: 1px solid #ddd;
  padding: 0.2em 1em;
}

.entry tr.alternate td {
  background: #f5f5f5;
}

/* Images | Gallery | Videos
-------------------------------------------------------------- */
article .wp-post-image {
  max-width: 100%;
  margin: 1em 0 0;
  height: auto;
}

.entry img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-caption {
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: 1em 0;
}

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  text-align: center;
}

.alignleft {
  float: left;
  display: inline;
  margin: 1em 2em 1em 0;
}

.alignright {
  float: right;
  display: inline;
  margin: 1em 0 1em 2em;
}

.aligncenter {
  margin: 1em auto;
  display: block;
}

/* Gallery Styling */
.gallery {
  padding-top: 1em;
}

.gallery-item {
  padding: 0.3em 1em 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery img {
  margin: 0;
  padding: 0;
  border: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-caption {
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: 0.5em 0;
}

/* Make Vidoes responsive */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Image.php Navigation */
#image-nav {
  margin: 1.5em 0;
  padding: 0.6em 1em;
  font-weight: bold;
  color: #333;
  box-shadow: 0 0 4px #ddd;
  border: 1px solid #ddd;
  background: #fff;
  text-transform: uppercase;
}

#image-nav .nav-previous {
  float: left;
}

#image-nav .nav-next {
  float: right;
}

#image-nav .nav-previous a,
#image-nav .nav-next a {
  font-size: 0.9em;
  text-decoration: none;
  color: #b50847;
}

#image-nav .nav-previous a:hover,
#image-nav .nav-next a:hover {
  text-decoration: underline;
}

/* Social Icons | based upon http://kovshenin.com/2014/social-menus-in-wordpress-themes/
-------------------------------------------------------------- */
.social-icons-menu {
  list-style-type: none;
  list-style-position: outside;
  line-height: 1em;
}

.social-icons-menu li {
  float: left;
  margin: 0 1px 1px 0;
  padding: 0;
}

.social-icons-menu li a {
  position: relative;
  display: inline-block;
  padding: 0.8em;
  background: #b50847;
  text-decoration: none;
  color: #fff;
}

.social-icons-menu li a:hover {
  text-decoration: none;
  background: #333;
}

.social-icons-menu li a:before {
  color: #fff;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  font-family: 'Genericons';
  text-decoration: inherit;
  vertical-align: top;
}

.social-icons-menu li a .screen-reader-text {
  display: none;
}

.social-icons-wrap .social-icons-hint {
  font-size: 0.8em;
  color: #777;
  max-width: 300px;
  line-height: 1.2em;
}

/* Add Genericons */
.social-icons-menu li a:before {
  content: '\f408';
}

/* Default Icon */
.social-icons-menu li a[href*="codepen.io"]:before {
  content: '\f216';
}

.social-icons-menu li a[href*="digg.com"]:before {
  content: '\f221';
}

.social-icons-menu li a[href*="dribbble.com"]:before {
  content: '\f201';
}

.social-icons-menu li a[href*="facebook.com"]:before {
  content: '\f203';
}

.social-icons-menu li a[href*="flickr.com"]:before {
  content: '\f211';
}

.social-icons-menu li a[href*="plus.google.com"]:before {
  content: '\f206';
}

.social-icons-menu li a[href*="github.com"]:before {
  content: '\f200';
}

.social-icons-menu li a[href*="instagram.com"]:before {
  content: '\f215';
}

.social-icons-menu li a[href*="linkedin.com"]:before {
  content: '\f207';
}

.social-icons-menu li a[href*="pinterest.com"]:before {
  content: '\f209';
}

.social-icons-menu li a[href*="polldaddy.com"]:before {
  content: '\f217';
}

.social-icons-menu li a[href*="getpocket.com"]:before {
  content: '\f224';
}

.social-icons-menu li a[href*="reddit.com"]:before {
  content: '\f222';
}

.social-icons-menu li a[href*="spotify.com"]:before {
  content: '\f515';
}

.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before {
  content: '\f220';
}

.social-icons-menu li a[href*="stumbleupon.com"]:before {
  content: '\f223';
}

.social-icons-menu li a[href*="tumblr.com"]:before {
  content: '\f214';
}

.social-icons-menu li a[href*="twitter.com"]:before {
  content: '\f202';
}

.social-icons-menu li a[href*="twitch.tv"]:before {
  content: '\f516';
}

.social-icons-menu li a[href*="vimeo.com"]:before {
  content: '\f212';
}

.social-icons-menu li a[href*="wordpress.org"]:before,
.social-icons-menu li a[href*="wordpress.com"]:before {
  content: '\f205';
}

.social-icons-menu li a[href*="youtube.com"]:before {
  content: '\f213';
}

.social-icons-menu li a[href*="newsletter"]:before,
.social-icons-menu li a[href*="mailto"]:before {
  content: '\f410';
}

.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before {
  content: '\f413';
}

/* Top Navigation Social Icons */
#topnavi-social-icons .social-icons-menu li a {
  padding: 0.6em;
}

/* Comments
-------------------------------------------------------------- */
#comments {
  margin: 0 0 1.5em 0;
  padding: 1em 1.5em;
  background: #fff;
  box-shadow: 0 0 4px #ddd;
  border: 1px solid #ddd;
}

#comments .comments-title,
#respond #reply-title {
  font-weight: bold;
  font-family: 'Francois One', Tahoma, Arial;
  color: #555;
  line-height: 1.4em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-transform: uppercase;
  padding: 0.3em 0;
  border-bottom: 5px solid #555;
  font-size: 1.5em;
}

.commentlist {
  display: block;
  margin: 1.5em 0;
}

.commentlist .comment {
  display: block;
  margin: 1.5em 0 0;
  list-style: none;
  line-height: 1.5em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.commentlist .comment .avatar {
  float: left;
  margin: 1em 1.5em 0.5em 0;
}

.commentlist .comment .avatar:after {
  clear: both;
}

.comment-author {
  line-height: 1.5em;
  background: #eee;
}

.comment-author .comment-meta {
  display: inline-block;
  font-size: 0.8em;
  margin: 0.5em 1.2em 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #222;
}

.comment-author .fn {
  display: inline-block;
  float: left;
  font-family: 'Francois One', Tahoma, Arial;
  font-size: 1.0em;
  color: #fff;
  background: #333;
  padding: 0.4em 1em;
}

.comment-meta a:link,
.comment-meta a:visited,
.comment-meta a:active,
.comment-meta a:hover {
  color: #222;
}

.comment-author .fn a:link,
.comment-author .fn a:visited {
  color: #fff;
  text-decoration: underline;
}

.comment-author .fn a:hover,
.comment-author .fn a:active {
  text-decoration: none;
}

.bypostauthor .fn,
.comment-author-admin .fn {
  background: #b50847;
}

#comments .children {
  margin-left: 1.5em;
}

.nocomments {
  color: #444;
  padding: 1em;
}

.commentlist .pingback {
  display: block;
  margin: 0.6em 0 0;
  padding: 0.8em 0 0;
  border-top: 1px solid #ddd;
  list-style: none;
  line-height: 1.3em;
}

/* Comment Pagination */
.comment-pagination {
  font-size: 0.9em;
  padding: 0 1em;
  background: #eee;
  margin-bottom: 1.5em;
}

.comment-pagination .alignleft {
  float: left;
}

.comment-pagination .alignright {
  float: right;
}

/* Comment Form */
#respond {
  margin: 0;
}

#commentform {
  padding: 1em 0 0;
}

#commentform p {
  margin: 1em 0;
}

#commentform input[type="text"],
#commentform textarea {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#commentform label {
  display: block;
  margin: 0.6em 0 0.2em;
}

#commentform #submit {
  display: block;
  border: none;
  margin-top: 1em;
  padding: 1em 4em;
  text-decoration: none;
  color: #fff;
  background: #b50847;
}

#commentform #submit:hover {
  background-color: #303030;
  cursor: pointer;
  text-decoration: none;
}

/* Page Templates
-------------------------------------------------------------- */

/* Fullwidth Template */
.template-fullwidth #content {
  float: none;
  width: 100%;
  padding: 0;
}

/* Front Page Template and Widgets
-------------------------------------------------------------- */

/* Front Page Slideshow */
#frontpage-slider-wrap {
  padding: 0;
  margin-bottom: 2.6em;
  /* All other Slideshow Styles in flexslider.css */
}

.frontpage-magazine-no-widgets,
.frontpage-slider-empty-posts {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

/* Category Posts Widgets */
#frontpage-magazine-widgets .widgettitle {
  margin: 0 0 1.5em 0;
}

.widget-category-posts {
  margin-bottom: -1em;
}

.widget-category-posts .widgettitle .category-archive-link {
  float: right;
}

.widget-category-posts .widgettitle .category-archive-link .genericon-category {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-size: 21px;
  font-family: 'Genericons';
  text-decoration: inherit;
  vertical-align: top;
  content: '\f301';
  margin-top: -4px;
}

.widget-category-posts .widgettitle .category-archive-link .genericon-category:hover {
  text-decoration: none;
}

.widget-category-posts .type-post {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.widget-category-posts .more-link:link,
.widget-category-posts .more-link:visited {
  color: #fff;
}

.widget-category-posts .more-link:hover,
.widget-category-posts .more-link:active {
  text-decoration: none;
}

.widget-category-posts .big-post .entry-title {
  font-size: 1.1em;
}

.widget-category-posts .big-post .wp-post-image {
  margin: 0 0 0.5em 0;
}

.widget-category-posts .small-post {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
  background: #eee;
}

.widget-category-posts .small-post .wp-post-image {
  float: left;
  margin: 0 0.8em 0 0;
  max-width: 30%;
}

.widget-category-posts .small-post .small-post-content {
  padding: 0.4em 0.8em;
}

.widget-category-posts .small-post .entry-title {
  border: none;
  margin: 0;
  font-size: 0.95em;
  font-family: 'Droid Sans', Arial, Tahoma;
}

.widget-category-posts .small-post .entry-meta {
  display: inline-block;
  background: none;
  padding: 0 0.3em 0.3em 0;
  font-size: 0.9em;
}

.widget-category-posts .small-post .entry-meta .sep {
  padding-right: 0.4em;
  margin-right: 0.6em;
  border-right: 1px solid #aaa;
}

/* Category Posts Boxed Widget */
#widget-category-posts-boxed .big-post {
  float: left;
  width: 50%;
  padding-right: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#widget-category-posts-boxed .small-posts {
  width: 50%;
  margin-left: 50%;
}

/* Category Posts Grid Widget */
#widget-category-posts-grid .category-posts-grid-row {
  margin-right: -1.5em;
}

#widget-category-posts-grid .category-posts-grid-row.small-post-row {
  margin-right: -1em;
}

#widget-category-posts-grid .category-posts-grid-row .big-post,
#widget-category-posts-grid .category-posts-grid-row .small-post-wrap {
  float: left;
  width: 50%;
  padding-right: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#widget-category-posts-grid .category-posts-grid-row.small-post-row .small-post-wrap {
  padding-right: 1em;
}

/* Front Page Category Area Thre (two columns) */
#widget-category-posts-columns .category-posts-column-left {
  float: left;
  width: 50%;
  padding-right: 0.75em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#widget-category-posts-columns .category-posts-column-right {
  margin-left: 50%;
  width: 50%;
  padding-left: 0.75em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#widget-category-posts-columns .category-posts-columns .big-post {
  margin-bottom: 1.5em;
}

/* Single Category Post ) */
#widget-category-posts-single .single-post {
  margin: 0 0 1.2em 0;
}

#widget-category-posts-single .single-post .wp-post-image {
  margin: 0 0 0.5em 0;
}

/* Footer
-------------------------------------------------------------- */
#footer-wrap {
  background: #333;
}

#footer {
  padding: 1em 1.5em;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

#footer a {
  color: #bbb;
}

#footer a:hover {
  color: #fff;
}

#footer #footer-text {
  float: right;
  font-size: 0.9em;
}

/* Footer Navigation Menu */
#footernav-icon {
  display: none;
}

#footernav {
  float: left;
}

#footernav-menu {
  float: left;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
}

#footernav-menu li {
  float: left;
  position: relative;
  padding-right: 2em;
}

#footernav-menu a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.9em;
}

#footernav-menu a:link,
#footernav-menu a:visited {
  color: #fff;
  text-decoration: none;
}

#footernav-menu a:hover {
  text-decoration: underline;
}

#toTop {
  height: 30px;
  width: 29px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0.5;
  border-radius: 50%;
  background-image: url(/wp-content/themes/dynamic-news-lite/images/top.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.su-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: flex-start;
}

.wraper-review {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: flex-start;
}

.href-reviews {
  height: 250px;
  display: flex;
  align-items: center;
}

.href-reviews-text {
  height: 120px;
  display: flex;
  align-items: center;
}

.btn-next {
  padding-bottom: 15px;
  height: 34px;
  display: flex;
}

.acticlePreview {
  height: 160px;
  display: flex;
  align-items: center;
}



/*============================ MEDIA QUERIES ============================*/

/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
  #wrapper {
    width: 94%;
  }
}

/* Smaller screens | <1120px */
@media only screen and (max-width: 65em) {
  #wrapper {
    width: 96%;
  }

  .widget,
  .type-post,
  .type-page,
  .type-attachment,
  .page-header,
  .post-pagination,
  #comments {
    box-shadow: none;
    border: none;
    padding: 0;
  }

  .widgettitle {
    margin: 0 0 1.5em 0;
  }
}

/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
  #wrapper {
    width: 100%;
  }

  #header {
    padding: em;
  }

  #content {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  #header-content #header-social-icons,
  #header-content #header-text,
  #header-content #header-search,
  #header-content .header-widgets {
    display: none;
    margin: 0;
  }

  .mobile-header-social #header-content #header-social-icons,
  .mobile-header-search #header-content #header-search,
  .mobile-header-text #header-content #header-text,
  .mobile-header-widgets #header-content .header-widgets {
    display: inline-block;
    margin: 0;
  }

  .mobile-header-none #logo {
    float: none;
    width: 100%;
    text-align: center;
  }

  .widget,
  .type-post,
  .type-page,
  .type-attachment,
  .page-header,
  .post-pagination,
  #comments {
    box-shadow: 0 0 4px #ddd;
    border: 1px solid #ddd;
    padding: 1.5em;
  }

  .widgettitle {
    margin: -0.5em -0.5em 1.5em -0.5em;
  }

  .type-post,
  .type-page,
  .type-attachment {
    padding: 0.8em 1.5em 1.5em;
  }

  #comments {
    padding: 1em 1.5em;
  }

  /* Mobile Navigation */

  /* Reset */
  #mainnav,
  #mainnav-menu,
  #mainnav-menu li,
  #mainnav-menu a,
  #mainnav-menu ul,
  #mainnav-menu ul a,
  #mainnav-menu ul ul,
  #mainnav-menu li ul ul {
    margin: 0;
    padding: 0;
    position: static;
    float: none;
    display: inline;

    font-size: 1.0em;
    border: none;
    box-shadow: none;
    background: none;
    top: 0;
    left: 0;

  }

  #mainnav-menu li:hover ul ul,
  #mainnav-menu li:hover ul ul ul,
  #mainnav-menu li:hover ul ul ul ul,
  #mainnav-menu li:hover ul,
  #mainnav-menu li li:hover ul,
  #mainnav-menu li li li:hover ul,
  #mainnav-menu li li li li:hover ul {
    display: inline;
  }

  #mainnav {
    margin: 1.5em 0;
    float: none;
  }

  #mainnav-toggle {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.2em;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.0em;
    font-family: 'Francois One', Tahoma, Arial;
    color: #fff;
    background: none;
    border: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }

  #mainnav-toggle:hover {
    cursor: pointer;
    background: #b50847;
  }

  #mainnav-toggle:before {
    float: right;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: '\f419';
    font: normal 24px/1 Genericons;
    text-decoration: inherit;
    vertical-align: middle;
  }

  #mainnav-menu {
    width: 100%;
    display: none;
    border-top: 1px solid #fff;
  }

  #mainnav-menu a {
    display: block;
    padding: 1.5em;
    text-decoration: none;
    font-size: 1.0em;
    border-bottom: 1px solid #fff;
    clear: left;
  }

  #mainnav-menu ul {
    float: left;
    padding: 1em;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #mainnav-menu ul a {
    display: block;
    width: 100%;
    padding: 1em;
    font-size: 0.9em;
    border-bottom: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #mainnav-menu ul li ul {
    float: left;
    padding: 0 0 0 1em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #mainnav-menu li.current_page_item a,
  #mainnav-menu li.current-menu-item a {
    text-decoration: underline;
  }

  #mainnav-menu li.current_page_item ul li a,
  #mainnav-menu li.current-menu-item ul li a {
    text-decoration: none;
  }

  #mainnav-menu ul li.current_page_item a,
  #mainnav-menu ul li.current-menu-item a {
    text-decoration: underline;
  }

  #mainnav-menu .submenu-dropdown-toggle {
    float: right;
    display: block;
    margin: 0;
    padding: 1.1em 1.5em;
  }

  #mainnav-menu .submenu-dropdown-toggle:hover {
    cursor: pointer;
    background: #b50847;
  }

  #mainnav-menu .submenu-dropdown-toggle:before {
    font-size: 28px;
    line-height: 1;
    font-family: 'Genericons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: inherit;
    vertical-align: middle;
    content: '\f431';
    color: #fff;
  }

  #mainnav-menu .submenu-dropdown-toggle.active:before {
    content: '\f432';
  }

  #mainnav-menu ul .submenu-dropdown-toggle {
    padding: 0.6em 1em;
  }

  #mainnav-menu ul .submenu-dropdown-toggle:before {
    font-size: 24px;
    color: #222;
  }

  #mainnav-menu ul .submenu-dropdown-toggle:hover:before {
    color: #fff;
  }

  /* Display Sidebar under content */
  #sidebar {
    clear: both;
    float: none;
    margin: 2em 0 0;
    width: 100%;
  }

  /* Sliding Sidebar */
  .sliding-sidebar #wrapper {
    position: relative;
  }

  .sliding-sidebar #sidebar {
    float: none;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 1.5em;
    background: #fff;
    width: 80%;
    height: 100%;
    overflow: auto;
    z-index: 200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 100;
  }

  /* Change Mainnav toggle if sliding sidebar is active */
  .sliding-sidebar #mainnav-toggle {
    display: inline-block;
    width: auto;
  }

  .sliding-sidebar #mainnav-toggle:before {
    float: left;
    margin: 0 0.8em 0 0;
  }

  /* Sidebar Toggle */
  .sidebar-navigation-toggle {
    float: right;
    display: inline-block;
    margin: 0;
    padding: 1.2em;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.0em;
    font-family: 'Francois One', Tahoma, Arial;
    color: #fff;
    background: none;
    border: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }

  .sidebar-navigation-toggle:hover,
  .sidebar-navigation-toggle:active,
  .sidebar-navigation-toggle:focus {
    cursor: pointer;
    background: #b50847;
  }

  .sidebar-navigation-toggle:after {
    float: right;
    display: inline-block;
    margin: 0 0 0 0.4em;
    font: normal 24px/1 Genericons;
    line-height: 1;
    font-family: 'Genericons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: inherit;
    vertical-align: middle;
    content: '\f510';
    color: #ffff;
  }

  /* Sidebar Closing Toggle */
  .sidebar-closing-toggle {
    display: block;
    width: 100%;
    margin: 0 0 1.5em;
    padding: 0.5em;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.0em;
    font-family: 'Francois One', Tahoma, Arial;
    color: #fff;
    background: #b50847;
    border: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }

  .sidebar-closing-toggle:hover,
  .sidebar-closing-toggle:active,
  .sidebar-closing-toggle:focus {
    cursor: pointer;
    background: #333;
  }

  .sidebar-closing-toggle:before {
    display: inline-block;
    float: left;
    font: normal 32px Genericons;
    line-height: 1;
    font-family: 'Genericons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: inherit;
    vertical-align: top;
    content: '\f405';
    color: #fff;
    margin: -3px 0.15em -5px -0.15em;
  }
}

@media only screen and (max-width: 55em) {

  /* Mobile Top Navigation */

  /* Reset */
  #topnav,
  #topnav-menu,
  #topnav-menu li,
  #topnav-menu a,
  #topnav-menu ul,
  #topnav-menu ul a,
  #topnav-menu ul ul,
  #topnav-menu li ul ul {
    margin: 0;
    padding: 0;
    position: static;
    float: none;
    display: inline;
    font-size: 1.0em;
    border: none;
    box-shadow: none;
    background: none;
    top: 0;
    left: 0;
  }

  #topnav-menu li:hover ul ul,
  #topnav-menu li:hover ul ul ul,
  #topnav-menu li:hover ul ul ul ul,
  #topnav-menu li:hover ul,
  #topnav-menu li li:hover ul,
  #topnav-menu li li li:hover ul,
  #topnav-menu li li li li:hover ul {
    display: inline;
  }

  #topnav-toggle {
    display: inline-block;
    margin: 0;
    padding: 0.65em 1em;
    text-decoration: none;
    color: #fff;
    background: none;
    border: none;
  }

  #topnav-toggle:hover {
    cursor: pointer;
    background: #333;
  }

  #topnav-toggle:after {
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-family: 'Genericons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: inherit;
    vertical-align: middle;
    content: '\f419';
    color: #fff;
  }

  #topnav {
    float: none;
  }

  #topnav-menu {
    display: none;
    float: left;
    width: 100%;
    background: #333;
  }

  #topnav-menu a {
    display: block;
    padding: 1.2em;
    font-size: 0.8em;
    background: #333;
    clear: left;
  }

  #topnav-menu a:link,
  #topnav-menu a:visited {
    color: #fff;
    text-decoration: none;
  }

  #topnav-menu a:hover {
    background: rgba(255, 255, 255, 0.075);
  }

  #topnav-menu ul {
    float: left;
    width: 100%;
  }

  #topnav-menu ul a {
    display: block;
    width: 100%;
    padding: 1.2em 1.2em 1.2em 2.5em;
    font-size: 0.8em;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #topnav-menu ul ul a {
    padding-left: 4em;
  }

  #topnav-menu ul ul ul a {
    padding-left: 5.5em;
  }

  #topnav-menu ul a:link,
  #topnav-menu ul a:visited {
    color: #fff;
  }

  #topnav-menu ul a:hover {
    text-decoration: underline;
    background: none;
  }

  #topnav-menu .submenu-dropdown-toggle {
    float: right;
    display: block;
    margin: 0;
    padding: 0.6em 1.2em;
  }

  #topnav-menu .submenu-dropdown-toggle:hover {
    cursor: pointer;
  }

  #topnav-menu .submenu-dropdown-toggle:hover:before {
    color: #999;
  }

  #topnav-menu .submenu-dropdown-toggle:before {
    font-size: 24px;
    line-height: 1;
    font-family: 'Genericons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: inherit;
    vertical-align: middle;
    content: '\f431';
    color: #fff;
  }

  #topnav-menu .submenu-dropdown-toggle.active:before {
    content: '\f432';
  }

  #topnav-menu ul .submenu-dropdown-toggle:before {
    font-size: 22px;
  }


  #topnav-menu li.current_page_item a,
  #topnav-menu li.current-menu-item a {
    text-decoration: underline;
  }

  #topnav-menu li.current_page_item ul li a,
  #topnav-menu li.current-menu-item ul li a {
    text-decoration: none;
  }

  #topnav-menu li.current_page_item ul li a:hover,
  #topnav-menu li.current-menu-item ul li a:hover {
    text-decoration: underline;
  }

  #topnav-menu ul li.current_page_item a,
  #topnav-menu ul li.current-menu-item a {
    text-decoration: underline;
  }

  #topnav-menu ul li.current_page_item ul li a,
  #topnav-menu ul li.current-menu-item ul li a {
    text-decoration: none;
  }

  .doc_mob {
    float: none;
  }



}

/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
  #logo .site-title {
    font-size: 2.3em;
  }

  .widget,
  .type-post,
  .type-page,
  .type-attachment,
  .page-header,
  .post-pagination,
  #comments {
    box-shadow: none;
    border: none;
    padding: 0;
  }

  .widgettitle {
    margin: 0 0 1.5em 0;
  }

  .entry h1,
  .comment h1 {
    font-size: 2.2em;
  }

  .entry h2,
  .comment h2 {
    font-size: 1.8em;
  }

  .entry h3,
  .comment h3 {
    font-size: 1.4em;
  }

  .entry tr th,
  .entry thead th {
    padding: 0.2em 0.4em;
  }

  .entry tr td {
    padding: 0.2em 0.4em;
  }

  /* Mobile Footer Navigation */
  #footer #footer-text {
    /*margin-top: -1.05em;*/
  }

  /* Reset */
  #footernav,
  #footernav-menu,
  #footernav-menu li,
  #footernav-menu a,
  #footernav-menu ul {
    margin: 0;
    padding: 0;
    position: static;
    float: none;
    display: inline;
    font-size: 1.0em;
    border: none;
    box-shadow: none;
    background: none;
    top: 0;
    left: 0;
  }

  #footernav {
    float: none;
  }

  #footernav-icon {
    display: block;
    text-decoration: none;
    font-size: 1.0em;
    color: #fff;
  }

  #footernav-icon:hover {
    cursor: pointer;
    text-decoration: underline;
  }

  #footernav-icon:after {
    margin: 0.05em 0 0 0;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: '\f419';
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
  }

  #footernav-icon:hover:after {
    text-decoration: none;
  }

  #footernav-menu {
    display: none;
    width: 100%;
    padding-bottom: 1em;
  }

  #footernav-menu li {
    display: block;
    padding: 0.8em 0.4em;
  }

  #footernav-menu a {
    display: inline-block;
    text-decoration: none;
    font-size: 0.9em;
  }

  #footernav-menu a:hover {
    text-decoration: underline;
  }

}

/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {

  .page-title {
    font-size: 2.0em;
  }

  .entry-title {
    font-size: 1.4em;
  }

  .widget-category-posts .big-post .entry-title {
    font-size: 1.0em;
  }

  .widget-category-posts .small-post .entry-title {
    font-size: 0.9em;
  }

  /* Frontpage Categories */
  .widget-category-posts .type-post {
    margin: 0 0 1.5em 0;
  }

  #widget-category-posts-grid .category-posts-grid-row {
    margin-right: 0;
  }

  #widget-category-posts-grid .category-posts-grid-row .big-post,
  #widget-category-posts-grid .category-posts-grid-row .small-post-wrap,
  #widget-category-posts-boxed .big-post,
  #widget-category-posts-columns .category-posts-column-left {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  #widget-category-posts-boxed .small-posts,
  #widget-category-posts-columns .category-posts-column-right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  #widget-category-posts-boxed .small-posts,
  #widget-category-posts-columns .category-posts-columns .small-posts {
    padding-bottom: 0.5em;
  }

  #widget-category-posts-columns .category-posts-columns .small-post {
    margin: 0 0 1em;
  }

  #widget-category-posts-columns .category-posts-column-right {
    margin-top: 1.5em;
  }
}

@media only screen and (max-width: 35em) {
  #logo {
    float: none;
    width: 100%;
    text-align: center;
  }

  #header-content {
    display: block;
    text-align: center;
  }

  #header-content #header-social-icons,
  #header-content #header-text,
  #header-content #header-search {
    float: none;
    padding-top: 1em;
  }

  #header-content #header-text {
    margin-top: 0;
  }

  #header-content .header-widgets {
    float: none;
  }

  .header-widget {
    float: none;
    margin-left: 0;
    margin-top: 1em;
  }

}

/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
  #logo .site-title {
    font-size: 2.0em;
  }

  .alignright,
  .alignleft {
    float: none;
    margin: 1em 0;
  }

  #footer #footer-text {
    float: none;
    margin-top: 1.05em;
  }
}

@media only screen and (max-width: 25em) {
  #header-content {
    display: none;
  }
}

/* Smartphones | <320px */
@media only screen and (max-width: 20em) {

  .entry-meta .meta-date,
  .entry-meta .meta-author,
  .entry-meta .meta-comments,
  .postinfo span {
    display: block;
  }

  .entry-meta .sep,
  .postinfo .sep,
  .entry-meta .post-edit-link {
    border: none;
    margin: 0;
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Theme Option Styles
--------------------------------------------------------------*/

/* Sidebar Left Layout */
@media only screen and (min-width: 60em) {
  .sidebar-left #content {
    float: right;
    padding-right: 0;
    padding-left: 1.5em;
  }

  .sidebar-left #sidebar {
    float: left;
  }
}

/* Wide Theme Design */
@media only screen and (min-width: 60em) {
  .wide-layout #wrapper {
    margin: 0;
    width: 100%;
    max-width: 100%;
    background: none;
  }

  .wide-layout #header {
    padding: 3em 0.5em;
  }

  .wide-layout .container {
    max-width: 1340px;
    width: 92%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wide-layout #wrap {
    padding: 1.5em 0;
  }
}

@media only screen and (max-width: 70em) {
  .wide-layout .container {
    width: 94%;
  }
}

@media only screen and (max-width: 65em) {
  .wide-layout .container {
    width: 96%;
  }

  .wide-layout #wrapper {
    background: #fff;
  }
}

@media only screen and (max-width: 60em) {
  .wide-layout .container {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wide-layout #wrap {
    padding: 1.5em 1.5em 0;
  }
}

/* Flat Theme Design */
.flat-layout #mainnav-menu a {
  padding: 1.1em 1.2em;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.flat-layout #topnavi-social-icons .social-icons-menu li a {
  padding: 0.5em;
}

.flat-layout #topnav-toggle {
  padding: 0.55em 1em;
}

.flat-layout .widget,
.flat-layout .type-post,
.flat-layout .type-page,
.flat-layout .type-attachment,
.flat-layout .page-header,
.flat-layout .post-pagination,
.flat-layout .post-navigation,
.flat-layout .breadcrumbs,
.flat-layout #comments {
  box-shadow: none;
  border-color: #e5e5e5;
}

@media only screen and (min-width: 55em) {
  .flat-layout #topnav-menu a {
    padding: 0.8em 0.9em;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (max-width: 60em) {

  .flat-layout #mainnav-toggle,
  .flat-layout .sidebar-navigation-toggle {
    padding: 0.9em 1.2em;
  }

  .flat-layout #mainnav-menu .submenu-dropdown-toggle {
    padding: 0.7em 1.2em;
  }
}

/*--------------------------------------------------------------
# Media Query Fixes
--------------------------------------------------------------*/

/* Big Screens Navi Fix | >720px */
@media only screen and (min-width: 60em) {

  /* ensure #nav is visible on desktop version */
  #mainnav-menu {
    display: block !important;
  }

  .sliding-sidebar #sidebar {
    display: block;
    position: static;
  }
}

@media only screen and (min-width: 55em) {
  #topnav-menu {
    display: block !important;
  }

  #topnav-menu li.menu-item:hover a {
    background: #333;
  }

  #topnav-menu li.menu-item li a:hover {
    background: rgba(255, 2555, 255, 0.075);
  }
}

@media only screen and (min-width: 50em) {

  /* ensure #footernav is visible on desktop version */
  #footernav-menu {
    display: block !important;
  }
}


/*--------------------------------------------------------------
My widget styles
--------------------------------------------------------------*/

sidbarvid_kupon {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  background-color: #f2f2f2;
  font-size: 0.9em;
  font-family: 'Droid Sans', Arial, Tahoma;
  padding: 0.8em;
  margin: -0.5em -0.5em 1.5em -0.5em;
  background: #e25816;
  color: #fff;
}

/*--------------------------------------------------------------
blacout
--------------------------------------------------------------*/

@media only screen and (min-width: 2em) {

  .genry {
    font-size: 1em !important;
    line-height: 25px !important;
    font-weight: bold !important;
  }
}

@media only screen and (min-width: 55em) {
  .genry {
    font-size: 1.5em !important;
    line-height: 30px !important;
    font-weight: normal !important;
  }

}

.block__menu {
  margin: 10px 0 18px;
}

.block__menu .block__menu_item {
  width: 29%;
  /*width: 49%;*/
  /*width: 33.3333%;*/
  position: relative;
  float: left;
}

.block__menu .block__menu_item span {
  background: #cb527e;
  padding: 10px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  font-size: 12px;
}

.block__menu .block__menu_item ul {
  display: none;
  position: absolute;
  top: 45px;
  left: 0px;
  width: 100%;
  margin: 0;
  z-index: 99;
}

.block__menu .block__menu_item ul li {
  list-style-type: none;
}

.block__menu .block__menu_item ul li a {
  padding: 10px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  display: block;
  background: #395e88;
  font-size: 12px;
}

.block__menu .block__menu_item ul li a:hover {
  background: rgba(57, 94, 136, 0.9);
}

.block__menu .block__menu_item:nth-child(2) {
  margin: 0 2% 0 2%;
}

@media (max-width: 600px) {
  .block__menu .block__menu_item {
    float: none !important;
    width: 100%;
    margin: 10px 0 0 !important;
  }
}

.services-list {
  display: flex;
  margin: 30px 0;
}

.services-item {
  display: flex;
  align-items: center;
  width: 50%;
}

.services-icon {
  width: 20%;
  text-align: center;
}

.services-icon img {
  max-height: 100px;
}

.services-content {
  padding: 0 15px;
  width: 80%;
}

.services-title {
  text-align: left;
}

.services-title a {
  font-size: 20px;
}

@media (max-width: 767px) {
  .services-list {
    flex-direction: column;
  }

  .services-item {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .services-list {
    margin: 0 0;
  }

  .services-item {
    flex-direction: column;
  }

  .services-content {
    width: 100%;
    margin-top: 10px;
  }

  .services-title {
    text-align: center;
  }

  .services-desc {
    text-align: center;
  }
}

.post-categories li {
  list-style: none;
}

.page p,
.page ul {
  text-align: left !important;
}

.v-link {
  display: inline-block !important;
  padding: 10px 10% !important;
}

.h3 {
  color: #222;
  font-weight: bold;
  line-height: 1.0em;
  margin: 1.2em 0 0.3em;
  font-size: 1.5em;
  text-align: left;
}

#text-7 {
  flex-grow: 0;
}

@media (max-width: 450px) {
  #popmake-2171 {
    width: 280px !important;
  }

  #popmake-2171 input {
    width: 240px !important;
  }

  #popmake-2171 textarea {
    width: 240px !important;
  }

  #wpcf7-f197-o1 {
    font-size: 12px !important;
  }

  #popmake-2171 input[type=checkbox] {
    width: auto !important;
  }

  #wpcf7-f197-o1 textarea {
    resize: vertical;
    height: 50px;
  }
}

#wpcf7-f197-o1 input {
  outline-color: #4eb3ca !important;
}

#wpcf7-f197-o1 textarea {
  resize: vertical;
  height: 100px;
}

#container_butform {
  display: flex;
}

#container_butform a {
  margin: auto;
  background-color: #b50847;
  color: #fff;
}

#container_butform a:hover {
  transition: 0.2s;
  display: inline-block;
  background: transparent;
  border: 1px solid #b50847;
  padding: 10px 15px;
  color: #4eb3ca;
  text-transform: uppercase;
}

.popup-hidden {
  display: none;
}



/* Specialists */

/* Grid Layout */
.specialists {
  margin-bottom: 4em;
}

.specialists-grid-wrapper .specialists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  /* Увеличиваем расстояние между карточками */
  padding-top: 30px;
  /* Увеличиваем верхний отступ */
}

.specialists-grid-wrapper .specialists__item {
  width: auto;
  margin-bottom: 0;
  height: 100%;
  /* Важно для одинаковой высоты */
  display: flex;
  flex-direction: column;
  /* Для корректного распределения содержимого */
}

/* Общие стили для карточек */
.specialists__item {
  /* width: 32%; - уже не нужно при использовании grid */
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  /* Увеличиваем внутренние отступы */
  box-sizing: border-box;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  /* Улучшаем тень */
  border: 1px solid #eee;
  /* Светлее границы */
  border-radius: 8px;
  /* Скругляем углы */
  transition: transform 0.3s, box-shadow 0.3s;
  /* Плавный эффект при наведении */
  background-color: #fff;
  /* Гарантируем белый фон */
  margin-bottom: 30px;
}

/* Эффект при наведении */
.specialists__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.specialists__item.empty {
  display: none;
  /* Скрываем пустые элементы */
}

/* Заголовок специалиста */
.specialists__item h3 {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
  color: #395e88;
  text-align: center;
  padding: 0;
}

.specialists__item h3 .surname {
  display: block;
  font-weight: 600;
  color: #395e88;
}

.specialists__item h3 .first-name {
  display: block;
  font-weight: 600;
  color: #395e88;
}


/* Специальность */
.specialists__item .specialists__specialnost {
  text-align: center !important;
  margin-top: 10px;
  margin-bottom: 15px;
  flex-grow: 1;
  /* Важно для выравнивания кнопок внизу */
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}

/* Изображение */
.specialists__item img {
  max-width: 100%;
  /* height: 250px; */
  /* Фиксированная высота для одинаковых изображений */
  object-fit: cover;
  /* Сохраняет пропорции, обрезая лишнее */
  object-position: top;
  /* Фокус на верхней части (лицо) */
  border-radius: 4px;
  /* Скругляем углы изображения */
  margin-bottom: 15px;
  transition: transform 0.3s;
  /* Плавный эффект при наведении */
}

.specialists__item:hover img {
  transform: scale(1.02);
  /* Слегка увеличиваем при наведении */
}

/* Кнопка (если есть) */
.specialists__item .button {
  margin-top: auto;
  /* Прижимает кнопку к низу */
  display: inline-block;
  padding: 8px 20px;
  background-color: #395e88;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.specialists__item .button:hover {
  background-color: #2a4565;
}

/* Заголовок блока */
/* .specialists__main-title {
	color: #395e88;
	text-align: left;
	font-size: 2em;
	
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 15px;
} */

/* .specialists__main-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: #395e88;
} */

/* Адаптивность */
@media (max-width: 1199.98px) {
  .specialists-grid-wrapper .specialists {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    /* Немного уменьшаем для планшетов */
  }

  .specialists__item {
    /* width: 48%; */
    padding: 15px;
  }

  .specialists__item img {
    /* height: 220px; */
    /* Немного меньше для планшетов */
  }
}

@media (max-width: 767.98px) {
  .specialists__item img {
    /* height: 200px; */
    /* Еще меньше для малых планшетов */
  }

  .specialists__main-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .specialists-grid-wrapper .specialists {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .specialists__item {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }

  .specialists__item img {
    height: auto;
    /* Адаптивная высота для мобильных */
    max-height: 300px;
    /* Но с максимальным ограничением */
  }

  .specialists-inner-img {
    float: none;
    margin: 15px 0;
    width: 100%;
  }

  .specialists__main-title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .specialists__item h2 {
    font-size: 16px;
  }
}

/* Контейнер профиля врача */
.doctor-profile {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Информация о враче (левая часть) */
.doctor-info {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Имя врача */
.doctor-name {
  margin-top: 0;
  margin-bottom: 15px;
  color: #395e88;
  font-size: 28px;
  line-height: 1.3;
}

/* Специальность врача */
.doctor-specialty {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #555;
}

/* Контейнер для изображения (правая часть) */
.doctor-image {
  width: 25%;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  /* Отступ от краев блока */
}

/* Обертка для изображения */
.doctor-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* Стили для самого изображения */
.doctor-photo {
  max-width: 100%;
  /* Максимальная ширина */
  max-height: 100%;
  /* Максимальная высота */
  width: auto;
  /* Автоматическая ширина для сохранения пропорций */
  height: auto;
  /* Автоматическая высота для сохранения пропорций */
  object-fit: contain;
  /* Важно! Отображает все изображение без обрезки */
}

/* Адаптивность для планшетов */
@media (max-width: 991px) {
  .doctor-info {
    padding: 25px;
  }

  .doctor-name {
    font-size: 24px;
  }

  .doctor-specialty {
    font-size: 16px;
  }

  .doctor-image {
    width: 40%;
  }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 767px) {
  .doctor-profile {
    flex-direction: column-reverse;
  }

  .doctor-info {
    padding: 20px;
    text-align: center;
  }

  .doctor-image {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 0 20px;
    /* Уменьшаем нижний отступ для мобильных */
  }

  .doctor-image-wrapper {
    height: 250px;
    /* Фиксированная высота для мобильных */
  }
}

/* Стили для kama_breadcrumbs */
.kama_breadcrumbs {
  margin: 2em 0;
}

.author-stati {
  margin-top: 30px;
  margin-bottom: 50px;
}

.author-stati__title {
  font-size: 28px;
  margin-bottom: 20px;
}

.author-stati>div {
  display: flex;
  /* flex-wrap: wrap; */
}

.author-stati img {
  max-width: 100%;
  max-height: 100%;
}

.author-stati>div>a {
  display: block;
}

.author-stati>div>div {
  padding-left: 20px;
}

.author-stati>div>a {
  max-height: 100px;
  max-width: 77px;
}

.author-stati h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.author-stati span {
  font-size: 18px
}

@media(max-width:1245.98px) {
  .author-stati>div>div {
    /* padding-left: 0px; */
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

@media(max-width:767.98px) {
  .author-stati>div>div {
    margin-bottom: 30px;
  }

  .author-stati>div>div {
    padding-left: 0px;
  }

  .author-stati>div {
    flex-wrap: wrap;
  }


}

.date-modified {
  color: #848484;
  margin: 0 0 12px;
  font-size: 16px;
}

.slider_item .slide_content {
  color: #fff;
}

.slider_item .slide_content:hover {
  color: #fff;
}

.main_content_padding {
  padding-top: 135px;
}



.desctop_search {
  display: block;
}

.button_zapis {
  display: none;
}

.button_zapis a {
  padding: 8px;
  background-color: #b50847;
  color: #fff;
  border-radius: 10px;
}

.appointment {
  height: 30px;
}

.appointment a {
  padding: 5px 10px;
  margin: 8px 0;
  background-color: #b50847;
  border-radius: 8px;
  color: #fff;
  transition: background-color 0.3s;
}

.appointment a:hover {
  background-color: #880736;
}

.button_zapis_main_page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.button_zapis_main_page a {
  background-color: #b50847;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 8px;
  display: block;
}

.search_mobile {
  height: 60px;
  display: flex;
}

.search_mobile .search-form {
  width: 70%;
}

.form_search_mobile {
  margin-left: 20px !important;
}

.search_mobile .search-field {
  height: 100%;
  background: #395e88 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.search_mobile .genericon-search {
  color: #fff !important;
  margin-top: 3px;
}

.entry .pressure-table {
  border: none
}

.entry .pressure-table tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.entry .pressure-table tr td {
  border-right: 1px solid #ddd
}

.entry .pressure-table tr:first-child td {
  border-top: none;
}

.entry .pressure-table td:last-child {
  border-right: none;
}

@media(max-width:960.98px) {
  .desctop_search {
    display: none !important;
  }

  .button_zapis {
    display: block !important;
    margin: auto 12px auto 0;
  }
}

@media(max-width:960.98px) {
  .main_content_padding {
    padding-top: 75px;
  }
}