body {
	background: #F1F1F1;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color:#28272B;
    font-display: swap;
}

/* AMP Specific CSS */
html[amp] .header
html[amp] .main-menu,
html[amp] .single .comments,
html[amp] .single .articles-feed,
html[amp] .skin-wrapper,
html[amp] .burger,
html[amp] .searchlens {
    display:none;
}

html[amp] .image-link.pharma {
    background: url(../images/pharmabg.jpg) no-repeat top center transparent;
    background-size: cover;
}

html[amp] .image-link.hospitals {
    background: url(../images/hospitals.jpg) no-repeat top center transparent;
    background-size: cover;
}

html[amp] .image-link.tires {
    background: url(../images/tire.jpg) no-repeat top center transparent;
    background-size: cover;
}

html[amp] .nameday {
    background: url(../images/nameday.jpg) no-repeat top center transparent;
    background-size: cover;
}

html[amp] .footer .social li {
    width: 25px;
}

html[amp] .footer .social li:first-child {
    margin-left: 0;
}

html[amp] .footer .footer-logo {
    height: 50px;
}

html[amp] .footer .footer-logo img {
    height: 50px;
    width: 100%;
}

html[amp] .useful {
    margin-top: 0;
}

html[amp] .latest-news {
    padding: 60px 30px;
}

html[amp] .mobile-header {
    border-bottom: 1px solid #f3f3f3;
}
/* AMP Specific CSS */

.row {
    --bs-gutter-x: 32px;
}

.btn:hover,
.btn:focus,
.btn:active {
	text-decoration:none !important;
}

a {
    color:#0082CE;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
	text-decoration:none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1386px;
}

img.full {
	width: 100%;
}

.bodywrap img[data-lazy-src] {
    opacity: 0;
}

.bodywrap img.lazyloaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.nopadding {
	padding:0;
	margin:0;
}

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

.vertical-align {
    display: flex;
    align-items: center; 
}

strong {
	font-weight: 700;
}

hr {
    background-color: #E6E6E6;
    opacity: 1;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    left: 0;
}

hr.hovered {
    width: 96%; 
    left: 4%;   
}

hr.sep-line {
    margin: 30px 0;   
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: 700;
}

.title-huge {
	font-size: 42px;
	line-height: 38px;
}

.title-extrabiger {
	font-size: 40px;
	line-height: 50px;
}

.title-extrabig {
	font-size: 38px;
	line-height: 42px;
}

.title-biger {
	font-size: 36px;
	line-height: 38px;
}

.title-big {
	font-size: 32px;
	line-height: 38px;
}

.title-larger {
	font-size: 30px;
	line-height: 38px;
}

.title-large {
	font-size: 28px;
	line-height: 34px;
}

.title-medium-3 {
	font-size: 26px;
	line-height: 37px;
}

.title-medium-2 {
	font-size: 24px;
	line-height: 30px;
}

.title-medium {
	font-size: 20px;
	line-height: 26px;
}

.title-normal {
	font-size: 18px;
	line-height: 24px;	
}

.title-small {
	font-size: 16px;
	line-height: 22px;	
}

.title-tiny {
	font-size: 14px;
	line-height: 24px;	
}

.margin-t-150 {
    margin-top: 150px !important;
}

.margin-t-80 {
    margin-top: 80px !important;
}

.gray-bg {
    background: #F3F3F3;
    padding: 10px;
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-top: 80px;
}

.gray-bg .row:first-child hr {
    background-color: #28272B;
}

.pale-bg .row:first-child hr {
    background-color: #28272B;
}

.title-spacer hr {
    background-color: #28272B;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    left: 0;
}

.title-spacer hr.hovered {
    width: 96%; 
    left: 4%; 
}

.gray-bg > .container {
    padding: 0 20px;
    margin-top: 40px;
}

.pale-bg {
    background: #FFF6F1;
    padding: 10px;
    width: calc(100% + 36px);
    margin-left: -18px;
}

.pale-bg > .container {
    padding: 0 20px;
    margin-top: 25px;
}

.pale-2-bg {
    background: #F5F5F2;
    padding: 10px;
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-top: 90px;
}

.pale-2-bg > .container {
    padding: 0 20px;
}

.mainwrap {
    position: relative;
    z-index: 1;
}

.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
} 

.ad-container {
    margin-top: 15px;
    overflow: hidden;
}

.ad-line {
    margin-top: 18px;
}

.solo-ad-grid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.mobible-ad {
    display: none;
}

body.compensate-for-scrollbar {
    overflow: visible;
    margin: 0;
}

.skin-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.skin-wrapper .skin {
    background: url(../images/sample-skin.jpg) no-repeat top center black;
    display: block;
    width: 100%;
    height: 100%;
}

.top-row {
	background: #001152;
    padding: 13px 0;
	color:#fff;
	font-size: 14px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.top-row > .container {
    padding: 0 18px;
}

.bodywrap {
	background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 18px;
    padding-left: 18px;
}

.page-template-contact .bodywrap:after {
    content: '';
    background: #035773;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 450px;
    z-index: -1;
}

.headerwrap {
	background: #fff;
    position: relative;
    z-index: 10;
    padding-right: 18px;
    padding-left: 18px; 
    padding-bottom: 30px;
}

.content-wrap {
    position: relative;
}

.content-wrap:after {
    content: '';
    background: rgb(40 39 43 / 80%);
    position: absolute;
    left: -18px;
    top: 0;
    width: calc(100% + 36px);
    height: 100%;
    display: none;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

.menuopen .content-wrap:after {
    display: block;
    opacity: 1;
}

.header {
    padding: 36px 0px;
}

.logo {
    display: flex;
    opacity: 1;
    transition: all 0.3s ease;
}

.logo:hover {
    opacity: 0.8;
}

.emblem {
	margin-right: 20px;
}

.header .date {
	font-size: 14px;
	margin: 0;
}

.header .date .dates {
    display: block;
    margin-bottom: 5px;
}

.header .weather {
	font-size: 14px;
	margin: 0;
}

.header .weather .town {
    display: block;
    margin-bottom: 5px;
}

.header .weather .temp {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.header .weather .temp img {
	margin-right: 7px;
    width: 23px;
}

.top-row .social {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.top-row .social li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.top-row .social li img {
    width: 20px;
    height: 20px;
}

.top-row a {
	color:#fff;
}

.top-row a:hover {
	opacity: 0.6;
}

.top-row .top-links a {
    font-size: 14px;
    padding: 2px 18px;
    border: 1px solid #fff;
    border-radius: 2px;
    margin-left: 15px;	
}

.top-row .top-links a:first-child {
    margin-left: 0;
}

.top-row .top-links a:hover {
	background: #fff;
	color:#035773;
	opacity: 1;
}

.top-row .top-links a.sub-link {
	border: 1px solid #CE1C98;
	background: #CE1C98;
}

.top-row .top-links a.sub-link:hover {
	color:#fff;
	background: transparent;
	opacity: 1;
}

.top-row .search-link {
    padding: 0 20px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-right: 20px;
    position: relative;
    display: inline-block;
}

.top-row .search-link form.opn:before {
    content: '';
    background: #fff;
    height: 1px;
    width: 75%;
    position: absolute;
    left: 20px;
    bottom: -4px;
}

.top-row .search-link input[type="text"] {
    background: transparent;
    border: 0 none;
    color: #fff;
    padding: 0;
    width: 76px;
    position: relative;
    transition: all 0.3s ease;
}

.top-row .search-link input[type="text"]:focus-visible,
.top-row .search-link input[type="text"]:focus {
    border: 0 none transparent;
    box-shadow: 0 0 0 transparent;
    outline: 0 none;
}

.top-row .search-link form.opn input[type="text"] {
    width: 160px;
}

.top-row .search-link input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.top-row .search-link input[type="text"]::-moz-placeholder {
    color: #fff;
}

.top-row .search-link input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

.top-row .search-link input[type="text"]:-moz-placeholder { 
    color: #fff;
}

.top-row .search-link button {
	margin-left: 5px;
    padding: 0;
    background: transparent;
    border: 0 none transparent;
}

.sticky-menu {
    display: none;
}

.sticky-menu .container {
    
}

.fixed-menu .sticky-menu {
    display: block;
    background: #001152;
}

.fixed-menu .pop-tags {
    display: none;
}

.sticky-menu .top-row {
    position: relative;
} 

.sticky-menu .top-row::before {
    content:'';
    background: url(../images/sticky-emblem.svg) no-repeat left center transparent;
    width: 85px;
    height: 85px;
    display: block;
    position: absolute;
    left: 0;
    top: -15px;
    opacity: 0.4;
}

.sticky-menu .top-row .sticky-logo {
    max-width: 270px;
    display: inline-block;
}

.sticky-menu .top-row .sticky-logo:hover {
    opacity: 0.8;
}

.main-menu {
	margin-bottom: 0px;
}

.main-menu > .container {
    background: #fff;
}

.fixed-menu .main-menu > .container {
    padding: 0;
}

.fixed-menu .menu-container {
    box-shadow: 0 3px 8px rgba(0,0,0,.1);
    width: 100%;
    max-width: 100%;
}

.fixed-placeholder {
	height: 0;
}

.fixed-menu .main-menu {
	position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
}

.fixed-menu.admin-bar .main-menu {
    top: 32px;
}

.fixed-menu .fixed-placeholder {
	height: 136px;
}

.fixed-menu.admin-bar .fixed-placeholder {
    height: 106px;
}

.main-menu ul.menu {
	margin: 0;
    padding: 0;
    text-align: center;
    border-top: 4px solid #F5F4F4;
    border-bottom: 4px solid #3C3C3B;
	display: flex;
    align-items: center;
    justify-content: center;
	background: #fff;
}

.main-menu ul.menu > li {
	list-style: none;
	display: inline-block;
	margin: 0;
    position: relative;
}

.main-menu ul.menu > li.mob-only {
    display: none;
}

.main-menu ul.menu > li > a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    color: #28272B;
    display: block;
    padding: 16px 20px 15px;
}

.main-menu ul.menu > li:hover > a,
.main-menu ul.menu > li > a:hover {
	color:#fff;
	background: #28272B;
}

.main-menu ul.menu > li.current-menu-item:hover > a,
.main-menu ul.menu > li.current-menu-item > a,
.main-menu ul.menu > li.current-category-ancestor:hover > a,
.main-menu ul.menu > li.current-category-ancestor > a,
.main-menu ul.menu > li.current-post-parent:hover > a,
.main-menu ul.menu > li.current-post-parent > a {
	color:#fff;
	background: #28272B;
}

.fixed-menu .main-menu ul.menu {
    border-bottom: 0 none transparent;
}

.mobile-header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    background: #fff;
    overflow: hidden;
    display: none;
    width: 100%;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.mobile-header .main-bar {
    position: relative;
    padding: 17px 0;
    overflow: hidden;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.mobile-header .main-bar .logo::before {
    content:'';
    background: url(../images/emblem-w.svg) no-repeat center left transparent;
    background-size: cover;
    width: 95px;
    height: 95px;
    display: block;
    position: absolute;
    top: -35px;
    left: -35px;
    z-index: -1;
}

.mobile-header img {
    vertical-align: top;
}

.mobile-header .burger {
    display: inline-block;
}

.mobile-header .burger .bicon {
    display: block;
}

.mobile-header .burger .xicon {
    display: none;
}

.mobile-header .burger.open .bicon {
    display: none;
}

.mobile-header .burger.open .xicon {
    display: block;
}

.mobile-header .searchlens {
    display: inline-block;
}

.admin-bar .mobile-header {
    top: 32px;
}

.searchbar {
    background: #F3F3F3;
    padding: 16px 0px;
    display: none;
}

.searchbar.shown {
    display: block;
}

.searchbar .sform {
    position: relative;
}

.searchbar input {
    font-size: 14px;
}

.searchbar button {
    border: 0 none transparent;
    background: transparent;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 8px;
}

.menubar {
    display: none;
    height: calc(100vh - 58px);
}

.menubar.shown {
    display: block;
}

.mobimenu {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 15px;
    height: calc(100vh - 210px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

.mobile-header .menu-main-menu-container:before {
    content:'';
    background: #E6E6E6;
    width: 15px;
    height: calc(100vh - 210px);
    display: block;
    position: absolute;
    left: 0;
}

.mobimenu li {
    list-style: none;
    display: block;
    border-top: 1px solid #E6E6E6;
}

.mobimenu li:first-child {
    border-top: 0 none transparent;
}

.mobimenu li a {
    color:#28272B;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    display: block;
    position: relative;
}

.mobimenu li.withsub > a:after,
.mobimenu li.menu-item-has-children > a:after {
    content:'';
    background: url(../images/menuarrow.svg) no-repeat left top transparent;
    width: 13px;
    height: 8px;
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
}

.mobimenu li.withsub > a.opn,
.mobimenu li.menu-item-has-children > a.opn {
    color: #001152;
}

.mobimenu li.withsub > a.opn:after,
.mobimenu li.menu-item-has-children > a.opn:after {
    transform: rotate(180deg);
}

.mobimenu .mobisubmenu,
.mobimenu .sub-menu {
    display: none;
    background: #F5F4F4;
    margin: 0;
    padding: 0;
    position: relative;
}

.mobimenu .mobisubmenu li a,
.mobimenu .sub-menu li a {
    color: #001152;
}

.mobimenu .mobisubmenu::before,
.mobimenu .sub-menu::before {
    content: '';
    background: #F5F4F4;
    width: 110%;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: -1;
}

.menubar .socials {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.menubar .socials li {
    list-style: none;
    display: inline-block;
}

.menubar .socials li a {
    display: block;
    width: 25px;
}

.menubar .top-links {
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.menubar .top-links a {
    font-size: 14px;
    padding: 2px 18px;
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    color:#035773;
    margin-left: 15px;	
}

.menubar .top-links a:hover {
	background: #fff;
	color:#035773;
	opacity: 1;
}

.menubar .top-links a.sub-link {
	border: 1px solid #CE1C98;
	background: #CE1C98;
    color:#fff;
}

.menubar .top-links a.sub-link:hover {
	color:#fff;
	background: transparent;
	opacity: 1;
}

.megamenu {
    position: absolute;
    left: -37px;
    top: 46px;
    display: none;
    border-top: 5px solid transparent;
    z-index: 2;
}

.megamenu:before {
    content: '';
    height: 100%;
    width: 50px;
    left: -36px;
    top: 0;
    display: block;
    position: absolute;
    z-index: -1;
    background: #fff;
}

.megamenu:after {
    content: '';
    height: 100%;
    width: 50px;
    right: -24px;
    top: 0;
    display: block;
    position: absolute;
    z-index: -1;
    background: #fff;
}

.megamenu .container {
    background: #fff;
    padding: 30px 0;
}

.megamenu .article .cat {
    margin-top: 15px;
}

.megamenu .article .cat a {
    color: #035773;
}

.megamenu .article .cat a:hover {
    color: #035773;
    opacity: 0.7;
    text-decoration: none;
}

.megamenu .article.row-article .cat {
    margin-top: 0;
}

.loaded .main-menu ul.menu li:hover .megamenu {
    display: block;
}

.megamenu h4 {
    color:#CBCBCB;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
}

.megamenu .article-grid .article.row-article:first-child {
    border-top: 0 none transparent;
    padding-top: 0;
    margin-top: 0;
}

.megamenu .article a .img-fluid.full img {
    width: 100%;
}

.sub-cats-wrapper {
    display: flex;
    flex-direction: column;
}

.sub-cats {
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 40px;
    padding: 0;
    position: relative;
}

.sub-cats:before {
    content: '';
    background: #E6E6E6;
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    left: -36px;
    top: 0px;
}

.sub-cats li {
    list-style: none;
    display: block;
    margin-top: 10px;
}

.sub-cats li:first-child {
    margin-top: 0;
}

.sub-cats li a {
    color:#3C3C3B;
    font-size: 14px;
    font-weight: 500;
}

.sub-cats li a:hover {
    text-decoration: underline;
}

.pop-tags {
	background: #F5F4F4;
	padding: 8px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color:#001152;
}

.pop-tags .taglist {
	margin: 0 0 0 15px;
    padding: 0;
    text-align: center;
	display: inline-block;
}

.pop-tags .taglist li{
	list-style: none;
	display: inline-block;
	margin: 0 2px;
}

.pop-tags .taglist li a {
	font-size: 14px;
	font-weight: 400;
	color:#28272B;
	padding: 6px;
	border-radius: 2px;
	border: 1px solid transparent;
    display: block;
}

.pop-tags .taglist li a:hover {
    color: #001152;
    text-decoration: underline;
}

.pop-tags .taglist li a.maintag {
    background: #035773;
	color:#fff;
}

.pop-tags .taglist li a.maintag:hover {
	border: 1px solid #035773;
    background: transparent;
    color:#28272B;
    text-decoration: none;
}

.article .time {
	font-size: 14px;
	color: #28272B;
	display: block;
	margin-bottom: 10px;
}

.article .cat {
	font-size: 14px;
	font-weight: 700;
	color: #035773;
	display: inline-block;
	margin-bottom: 10px;
}

.article .cat a {
    color: #035773;
}

.article .cat a:hover {
    color: #035773;
    opacity: 0.7;
    text-decoration: none;
}

.article h1 {
	margin-bottom: 15px;
}

.article h3 {
	margin-bottom: 15px;
}

.article a {
	color:#28272B;
    display: block;
}

/* .article a img {
    opacity: 1;
    transition: all 0.3s ease;
}

.article a:hover img {
    opacity: 0.8;
} */

.article a:hover {
	color: #28272B;
    text-decoration: underline;
}

.article p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;

}

.article a.article-link {    

}

.article a.article-link:hover {
    text-decoration: none;
}

.article a.article-link p {
    opacity: 1;
    transition: all 0.3s ease;
}

.article a.article-link:hover p {
    text-decoration: none;
    opacity: 0.7;
}

.article a.article-link:hover h1 {
    text-decoration: underline;
}

.article.author-article {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}

.article.author-article .avatar {
    width: 24%;
    max-width: 195px;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 50%;
}

.article.author-article .avatar img {
    width: 88px;
    height: 88px;
    object-fit: cover;
}

.author-article-list.single {
    padding: 0 10%;
}

.author-article-list .article.author-article .avatar img {
    width: 200px;
    height: 180px;
    object-fit: cover;
}

.article.author-article .descr-wrap {
    width: calc(100% - 195px);
}

.article.author-article.in-megamenu .descr-wrap {
    width: 100%;
}

.author-article-list .article.author-article .descr-wrap {
    width: 100%;
}

.article.author-article.in-megamenu {
    margin-bottom: 20px;
    padding-bottom: 0;
    border: 0 none transparent;
}

.article.author-article.in-megamenu .avatar-side {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.article.author-article.in-megamenu .avatar-side .avatar {
    width: 28%;
    overflow: hidden;
    border-radius: 50%;
}

.article.author-article.in-megamenu .avatar-side .details {
    width: 72%;
}

.article.author-article.in-megamenu a.article-link p {
    font-size: 14px;
    line-height: 20px;
}

.article.result-article {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
    align-items: center;
}

.article.result-article .thumb {
    width: 30%;
    margin-right: 30px;
}

.article.result-article .descr-wrap {
    width: calc(100% - 280px);
}

.avatar.mobile-avatar {
    display: none;
}

.wp-post-image img {
    width: 100%;
    height: auto;
}

.author-head {
    background: #F5F5F2;
    margin-bottom: 60px;
    padding: 37px;
    display: flex;
    align-items: center;
}

.author-head .avatar {
    margin-right: 30px;
    width: 15%;
}

.author-head .avatar img {
    overflow: hidden;
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.author-head .avatar img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.author-head .details {
    width: 60%;
}

.author-head .details h1 {
    margin-bottom: 20px;
}

.author-head .details p {
    margin-bottom: 40px;
}

.author-head .details .author-links {
    margin: 0;
    padding: 0;
}

.author-head .details .author-links li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}   

.author-head .details .author-links a {
    font-size: 16px;
    color:#62A4E9;
}

.author-head .details .author-links .icon path {
    transition: all 0.3s ease;
}

.author-head .details .author-links .icon.mail {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    top: -4px;
}

.author-head .details .author-links .icon.twitter {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    top: -4px;
}

.author-head .details .author-links a:hover {
    text-decoration: underline;
}

.author-head .details .author-links a:hover .icon path {
    fill: #62A4E9;
}

.author-description {
    margin-bottom: 40px;
}

.classified-article-list.single {
    padding: 0 10%;
}

.article.classified-article {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}

.classified-article-list .no-classifieds {
    margin-bottom: 0;
    text-align: center;
    padding: 20px;
}

.eortologio table {
    margin: 0;
}

.eortologio table th,
.eortologio table td {
    border: 0 none transparent;
}

.eortologio table th {
    width: 5%;
    text-align: center;
}

.eortologio table td {
    width: 55%;
    text-align: left;
}

.eortologio table td:last-child {
    width: 30%;
    text-align: left;
}

.today-table {
    background: #001152;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
}

.today-table th, 
.today-table td {
    color: #fff;
}

tr.today, tr.today td, tr.today th {
    background: #7b7b7b;
    color: #fff;
}

.today-table tr.today, 
.today-table tr.today td, 
.today-table tr.today th {
    background: transparent;
    color: #fff;
}

.single-post table th,
.page-id-370 table th,
.tablepress tfoot th,
.tablepress thead th {
    background: #001152 !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 1.3rem .5rem !important;
    text-align: center !important;
}

.single-post table th:nth-child(2),
.page-id-370 table th:nth-child(2),
.tablepress tfoot th:nth-child(2),
.tablepress thead th:nth-child(2) {
    text-align: left!important;
}

.tablepress tbody tr td:first-child {
    position: relative;
}

.tablepress tbody tr td:first-child img, .tablepress tbody tr td:first-child picture {
    position: absolute;
    width: 10px;
    right: -5px;
    top: 8px;
}

.single-post table th,
.page-id-370 table th,
.page-id-370 table td {
    border: 0 none transparent;
}

.single-post table td,
.page-id-370 table td {
    text-align: center;
}

.single-post table td:nth-child(2),
.page-id-370 table td:nth-child(2) {
    text-align: left;
}

.single-post table td strong,
.page-id-370 table td strong {
    font-weight: 600;
}

.category .page-content .ad-container,
.single-post .ad-container {
    margin: 0 0 30px;
}

.category .page-content .ad-container .ad-line,
.single-post .ad-container .ad-line {
    margin: 0;
}

.page-id-370 .team-logo {
    width: 20px;
    margin-right: 10px;
}

.cat-head {
    background: url('../images/cathead-emblem.svg') no-repeat right bottom #F5F5F2;
    margin-bottom: 30px;
    text-align: center;
    padding: 37px;
}

.cat-head.page-head {
    background: #F5F5F2; 
    padding: 41px;
    margin-bottom: 30px;
}

.cat-head.page-head h1 {
    margin-bottom: 0;
}

.cat-head.local {
    background-image: url(../images/local-news-map.svg), url(../images/local-news-column.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-color: #F5F5F2;
    background-size: contain;
    margin-bottom: 30px;
}

.cat-head.sports {
    background: url('../images/sport-cat-head.jpg') no-repeat right bottom #F5F5F2;
    background-size: cover;
    margin-bottom: 30px;
}

.cat-head.sports.with-articles {
    background: url('../images/sports-cat-head-bg.jpg') no-repeat right bottom #F5F5F2;
    background-size: cover;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.cat-head.search h1 span {
    color: #001152;
}

.cat-head.search .searchform {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.cat-head.search .searchform button {
    position: absolute;
    right: 10px;
    top: 5px;
    border: 0 none transparent;
    padding: 0;
    background: transparent; 
}

.cat-head h1 {
    margin-bottom: 20px;
    letter-spacing: 4px;
}

.cat-head h1 .sport-icon {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    position: relative;
    top: -5px;
    margin-right: 10px;
}

.cat-head h1 .sport-icon img {
    vertical-align: bottom;
}

.cat-head.sports h1 {
    color:#fff;
    display: inline-block;
    position: relative;
    letter-spacing: 0;
}

.cat-head.sports > h1 {
    letter-spacing: 8px;
}

.cat-head ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.cat-head ul li {
    list-style: none;
    display: inline-block;
    margin: 0 24px;
}

.cat-head ul li a {
    color: #28272B;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: block;
    opacity: 1;
    padding-bottom: 5px;
}

.cat-head ul li.current-cat a:after,
.cat-head ul li a.active:after {
    content: '';
    background: #035773;
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.cat-head ul li a:hover {
    opacity: 0.7;
}

.cat-head ul li a:after {
    content: '';
    background: transparent;
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;    
    transition: all 0.3s ease;
}

.cat-head ul li a:hover:after {
    content: '';
    background: #035773;
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;    
}

.category-football .cat-head ul li.current-cat a:after,
.category-basketball .cat-head ul li.current-cat a:after,
.category-polo .cat-head ul li.current-cat a:after,
.category-track .cat-head ul li.current-cat a:after,
.category-volleyball .cat-head ul li.current-cat a:after,
.category-various-sports .cat-head ul li.current-cat a:after,
.category-international .cat-head ul li.current-cat a:after {
    background: #CE1C98;
}

.category-football .cat-head ul li a:hover:after,
.category-basketball .cat-head ul li a:hover:after,
.category-polo .cat-head ul li a:hover:after,
.category-track .cat-head ul li a:hover:after,
.category-volleyball .cat-head ul li a:hover:after,
.category-various-sports .cat-head ul li a:hover:after,
.category-international .cat-head ul li a:hover:after {
    background: #CE1C98;
}

.category-sports .cat-head.sports ul li a:after {
    content: '';
    background: transparent;
    height: 3px;
    width: calc(100% - 60px);
    display: block;
    position: absolute;
    right: 0;
    bottom: 14px;
    left: auto;   
    transition: all 0.3s ease;   
}

.category-sports .cat-head.sports ul li a:hover:after {
    content: '';
    background: #CE1C98;
    height: 3px;
    width: calc(100% - 60px);
    display: block;
    position: absolute;
    right: 0;
    bottom: 14px;
    left: auto;   
}

.category-sports .cat-link,
.category-sports .cat-link:hover {
    color: #fff;
}

.cat-head.sports ul li a {
    color:#fff;
}

.cat-head.sports ul li a.active:after {
    background: #CE1C98;
}

.cat-head.sports ul li a:hover {
    /* opacity: 1; */
}

.cat-article-list .descr-wrap {
    margin-top: 15px;
}

.cat-head .asmenu ul li .sport-icon {
    background: rgba(255,255,255,0.3);
    display: inline-block;
    padding: 8px;
    margin-right: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    top: 0;
    position: relative;
    box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
    transition: all 0.3s ease;
}

.cat-head .asmenu ul li a:hover .sport-icon {
    top: -5px;
}

.cat-head.sports .article-link h1 {
    color: #28272B;
}

.cat-head.sports .article-link {
    text-align: left;
}

.cat-head.sports .large .article-link {
    padding: 30px 40px 30px;
}

.cat-head.sports .small .article-link {
    padding: 25px 15px;
}

.cat-head .article-grid .article + .article {
    margin-top: 30px;
}

.sports-list li a:hover .sport-icon {
	background: rgba(255,255,255,0.6);
    box-shadow: 0 3px 6px rgba(0,0,0,0.7);
    top: -5px;
}

.featured-photo-wrapper {
    padding-bottom: 200px;
}

.featured-photo .photo-legend {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 40px;
    top: -60px;
    width: 80%;
    margin: 0 auto;
}

.featured-photo .photo-legend h2 {
    color:#28272B;
}

.featured-photo .photo-legend .quote-icon {
    background: url(../images/photo-quote.svg) no-repeat top center transparent;
    display: inline-block;
    width: 54px;
    height: 54px;
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -27px;
}

.featured-photo:hover h2 {
    text-decoration: underline;
}

.featured-photo {
    display: block;
    width: 100%;
}

.featured-photo picture {
    display: block;
    width: 100%;
}

.featured-photo picture > * {
    width: 100%;
    height: auto;
}

.livescores {
    margin: 30px 0px;
    overflow: hidden;
    position: relative;
}

.livescores .score-slider {
    background: rgb(230 230 230 / 20%);
    white-space: nowrap;
    position: relative;
    left:0;
    transition: all 0.3s ease;
}

.livescores .game {
    background: #fff;
    color:#28272B;
    font-size: 12px;
    text-align: left;
    border-right: 1px solid #828282;
    width: 210px;
    display: block;
}

.livescores a.game:hover {
    opacity: .8;
}

.livescores .game .type {
    font-weight: 700;
    padding: 5px 0;
    margin: 0 8px;
    border-bottom: 1px solid #E6E6E6;
}

.livescores .game .sport-icon {
    display: inline-block;
    width: 16px;
}

.livescores .game .teams {
    padding: 5px 8px;
}

.livescores .game .teams .home {
    display: flex;
    justify-content: space-between;
}

.livescores .game .teams .away {
    display: flex;
    justify-content: space-between;
}

.livescores .game .date-time {
    background: #000947;
    color: #fff;
    display: flex;
    padding: 4px 8px;
    justify-content: space-between;
}

.livescores .game .date-time .date {

}

.livescores .game .date-time .time {

}

.livescores .game .live {

}

.livescores .game .live:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: red;
    margin-left: 5px;
}

.livescores .slide-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.livescores .slide-nav a {
    background: rgb(116,63,174);
    background: linear-gradient(28deg, rgba(116,63,174,1) 0%, rgba(206,28,152,1) 100%);
    display: flex;
    width: 30px;
    height: 100%;
    padding: 10px;
    box-shadow: -3px 0 6px rgb(0 0 0 / 20%);
    position: absolute;
}

.livescores .slide-nav a.hidden {
    display: none;
}

.livescores .slide-nav a.prev {
    left: 0;
    top: 0;
}

.livescores .slide-nav a.prev img {
    transform: rotate(180deg);
}

.livescores .slide-nav a.next {
    right: 0;
    top: 0;
}

.livescores .slide-nav a:hover {
    opacity: 0.7;
}

.livescores .flickity-prev-next-button {
    background: rgb(116,63,174);
    background: linear-gradient(28deg, rgba(116,63,174,1) 0%, rgba(206,28,152,1) 100%);
    width: 30px;
    height: 101%;
    border-radius: 0;   
    box-shadow: -3px 0 6px rgb(0 0 0 / 20%);
}

.livescores .flickity-prev-next-button.previous {
    left: 0px;
}

.livescores .flickity-prev-next-button.next {
    right: 0px;
}

.livescores .flickity-button-icon {
    fill: #fff;
}

.livescores .flickity-button:disabled {
    opacity: 1;
    display: none;
}

.paging,
.wp-pagenavi {
    margin: 30px auto 100px;
    padding: 0;
    text-align: center;
    display: flex;
    max-width: 340px;
    justify-content: center;
}

.category .wp-pagenavi {
    margin-top: 50px;
}

.paging li,
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.paging a,
.wp-pagenavi a,
.wp-pagenavi span {
    color:#28272B;
    font-size: 20px;
    font-weight: 500;
    width: 36px;
    height: 36px;
    display: block;
    line-height: 36px;
}

.paging a.active,
.wp-pagenavi .current {
    opacity: 0.5;
}

.paging a:hover {
    color:#BEB094;
}

.paging span {
    display: block;
    height: 36px;
    line-height: 40px
}

.sport-page .paging a:hover,
.sport-page .wp-pagenavi a:hover,
.page-template-roi-sports-php .wp-pagenavi a:hover,
.sport-page .wp-pagenavi .nextpostslink,
.sport-page .wp-pagenavi .previouspostslink,
.page-template-roi-sports-php .wp-pagenavi .nextpostslink,
.page-template-roi-sports-php .wp-pagenavi .previouspostslink {
    color:#CE1C98;
}

.paging .arrow,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink  {
    background: url(../images/arrow-button.svg) no-repeat left top transparent;
    display: inline-block;
    width: 36px;
    min-width: 36px;
    height: 36px;
    opacity: 1;
    transition: all 0.3s ease;
}

.sport-page .paging .arrow,
.sport-page .wp-pagenavi .nextpostslink,
.sport-page .wp-pagenavi .previouspostslink,
.page-template-roi-sports-php .nextpostslink,
.page-template-roi-sports-php .previouspostslink {
    background: url(../images/arrow-button-sports.svg) no-repeat left top transparent;
}

.paging .arrow.prev,
.wp-pagenavi .previouspostslink,
.sport-page .wp-pagenavi .previouspostslink {
    transform: rotate(180deg);
}

.sport-page .paging .arrow.prev,
.sport-page .previouspostslink,
.page-template-roi-sports-php .previouspostslink {    
    background: url(../images/arrow-button-sports-left.svg) no-repeat left top transparent;
    transform: none;
}

.paging .arrow:hover {
    opacity: 0.7;
}

.blog-widget {
    background: url(../images/blog-widget-bg.jpg) no-repeat right top #DDE6F2;
    background-size: cover;
}

.blog-widget h2 {
    background: rgb(0,0,0);
    background: linear-gradient(28deg, rgba(0,0,0,1) 0%, rgba(3,87,115,0.7) 100%);
    padding: 20px 24px;
    font-size: 24px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.blog-list {
    padding: 24px;
}

.blog-list .blog {
    display: flex;
    border-top: 1px solid #F3F3F3;
    margin-top: 15px;
    padding-top: 15px;
}

.blog-list .blog:first-child {
    border-top: 0 none transparent;
    margin-top: 0;
    padding-top: 0;
}

.blog-list .blog .avatar {
    width: 20%;
    margin-right: 15px;
}

.blog-list .blog .avatar img {
    overflow: hidden;
    border-radius: 50%;
}

.blog-list .blog .avatar .img-fluid > * {
    width: 100%;
    height: auto;
}

.blog-list .blog .text {
    width: 75%;
}

.blog-list .blog .text h3 {
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

.blog-list .blog .text p {
    margin: 0;
    color:#fff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 24px;
}

.blog-list .blog:hover .text p {
    text-decoration: underline;
}

.spotlight {
	background: url(../images/spotlight-emblem.png) no-repeat right top #DDE6F2;
	padding: 20px 15px 30px;
}

.spotlight h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.spotlight-content {
	display: flex;
    align-items: center;
}

.spotlight-content .thumb {
	width: 325px;
}

.spotlight-content .text {
	width: 280px;
	margin-left: 13px;
}

.spotlight-content .text h1 {
	font-size: 20px;
	line-height: 26px;
}

.spotlight-content .text p {
	font-size: 14px;
	line-height: 20px;
}

.article-grid {
	margin-top: 35px;
}

.article-grid .row:first-child {
	margin-bottom: 20px;
}

.article-grid .article + .article {
	margin-top: 20px;
}

.article-grid .article p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;    
}

.article-grid .article img {
	margin-bottom: 15px;
}

.article-grid .article h1 {
	margin-bottom: 0;
}

.article-grid .article .spotlight-content .thumb img {
	margin-bottom: 0;
}

.article-grid .article .spotlight-content .text h1 {
	margin-bottom: 12px;
}

.article-grid .article.row-article {
	display: flex;
    border-top: 1px solid #E6E6E6;
    padding-top: 10px;
    margin-top: 10px;
}

.article-grid .h-articles .article.row-article {
	display: flex;
    border-top: 1px solid #E6E6E6;
    padding-top: 30px;
    margin-top: 30px;
}

.article-grid .article.row-article.no-top {
    border-top: 0 none transparent;
    padding-top: 0px;
    margin-top: 0px;    
}

.article-grid .small-article-grid:first-child .article.row-article:first-child {
    border-top: 0px none transparent;
    padding-top: 0px;
    margin-top: 0px;	
}

.article-grid .article.row-article .thumb {
    width: 54%;
    margin-right: 20px;
    display: block;
}

.article-grid .roi-articles .article.row-article .thumb {
    width: 58%;
    margin-right: 30px;
    display: block;    
}

.article-grid .article.row-article .thumb img {
	margin-bottom: 0;
}

.article-grid .article.row-article .text {
	width: 75%;
}

.article-grid.local-grid .cat {
	color:#A49880;
}

.article-grid.local-grid .cat a {
	color:#A49880;
}

.article-grid.local-grid h1 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
}

.article-grid.local-grid .row-article h1 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
}

.article-grid.local-grid .papers-widget-row h1 {
	font-size: 18px;
	line-height: 24px;
}

.article-stack .article + .article {
    margin-top: 30px;
}

.articles-feed {
	background: #F5F5F2;
    padding: 12px 20px 12px 15px;
}

.articles-feed.colored {
    background: #000947;
}

.articles-feed h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 12px;	
    padding-bottom: 12px;
    border-bottom: 2px solid #CBCBCB;
}

.articles-feed.colored h2 {
    color: #fff;
    border-bottom: 1px solid #CE1C98;
    font-size: 22px;
}

.articles-feed .all-link {
    border-top: 2px solid #CBCBCB;
	color:#707070;
	font-size: 14px;
	font-weight: 700;
    display:block;
    padding-top: 12px;
}

.articles-feed.colored .all-link {
    border-top: 1px solid #CE1C98;
}

.articles-feed.colored .all-link {
    color:#0082CE;
}

.articles-feed .all-link:hover {
    color:#035773;
}

.articles-feed .feed-scroll {
	padding: 12px 0;
	height: 520px;
	margin-bottom: 15px;
    padding-right: 20px;
    width: calc(100% + 20px);
}

.articles-feed.colored .feed-scroll {
    text-align: left;
}

.articles-feed.colored.short {
    text-align: left;
}

.articles-feed.colored.short .feed-scroll {
    height: 310px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0px;
    bottom: 0px;
}

.simplebar-scrollbar:before {
    left: 0px;
    right: 0px;
}

.articles-feed .feed-scroll .simplebar-track {
    right: 0;
    background: #DADADA;
	border-radius: 8px;
    width: 9px;
}

.articles-feed .feed-scroll .feed-article {
	display: flex;
	border-top: 2px dotted #CBCBCB;
    padding-top: 8px;
    margin-top: 8px;
}

.articles-feed .feed-scroll .feed-article:first-child {
	border-top: 0 none transparent;
	margin-top: 0;
	padding-top: 0;
}

.articles-feed .feed-scroll .feed-article .time {
    width: 15%;	
	color:#035773;
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
}

.articles-feed .feed-scroll .feed-article a {
	width: 80%;
	color:#28272B;
	font-size: 14px;
	line-height: 22px;
}

.articles-feed .feed-scroll .feed-article a:hover {
	color: #035773;
}

.articles-feed.colored .feed-scroll .feed-article a {
    color: #fff;
}

.articles-feed.colored .feed-scroll .feed-article a:hover {
    color: #0082CE;
}

.articles-feed.colored .feed-scroll .feed-article .time {
    color:#F5F4F4;
    opacity: 0.6;
}

.local-news {
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-image: url(../images/local-news-map.svg), url(../images/local-news-column.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-color: #F5F5F2;
    margin: 0 -18px;
    text-align: center;
    padding: 46px;
    margin-bottom: 60px;
    position: relative;
    margin-top: 100px;
    background-size: contain;
}

.local-news h2 {
	color:#28272B;
	font-size: 30px
}

.local-news h2 a {
    opacity: 1;
    color:#28272B;
}

.local-news h2 a:hover {
    opacity: 0.6;
    color:#28272B;
}

.local-news h3 {
	background: #BEB094;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    display: inline-block;
    padding: 15px 20px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 210px);
    width: 420px;
}

.local-grid {
    margin-bottom: 65px;
}

.local-grid .article p {
    font-size: 14px;
    line-height: 20px;
}

.papers-widget {
    background: #DADADA;
    text-align: center;
    padding: 16px;
}

.papers-widget .paper {
	margin-bottom: 15px;
}

.papers-widget .sub-link {
	font-size: 14px;
	font-weight: 500;
	padding: 3px 20px;
	border-radius: 2px;
    border: 1px solid #CE1C98;
	background: #CE1C98;
	color:#fff;
}

.papers-widget .sub-link:hover {
    background: transparent;
	color:#CE1C98;   
}

.all {
    font-size: 14px;
    color:#3C3C3B;
}

.all .arrow {
    display: inline-block;
    width: 5px;
    position: relative;
    left: 0px;
    transition: all 0.3s ease;
}

.all:hover .arrow svg {
    transition: all 0.3s ease;
}

.all:hover {
    color:#035773;
}

.all:hover .arrow {
    left: 10px;
}

.all:hover .arrow svg {
    fill:#035773;
}

.read-more {
    color: #62A4E9;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    opacity: 1;
}

.read-more span {
    transition: all 0.3s ease;
}

.read-more:hover span {
	opacity: 0.7;
    color: #62A4E9;
}

.read-more::before {
	content:'';
	width: 140px;
    height: 1px;
    background: #CBCBCB;
    display: block;
    position: absolute;
    left: -200px;
    top: 11px;
    transition: all 0.3s ease;
}

.read-more::after {
	content:'';
	width: 140px;
    height: 1px;
    background: #CBCBCB;
    display: block;
    position: absolute;
    right: -200px;
    top: 11px;
    transition: all 0.3s ease;
}

.read-more:hover::before {
    width: 80px;
    left: -140px;
}

.read-more:hover::after {
    width: 80px;
    right: -140px;
}

.stigma-wrapper {
	font-family: Georgia, 'Times New Roman', Times, serif;	
	position: relative;
    margin-top: 112px;
}

.stigma-wrapper h2 a {
    position: relative;
    color: #28272B;
}

.stigma-wrapper h2 a::before {
    content: '';
    width: 0px;
    height: 3px;
    background: #28272B;
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    transition: all 0.3s ease;
}

.stigma-wrapper h2 a:hover:before {
    width: 400px;
    left: -32px;
}

.stigma-wrapper:before {
	content: '';
    background: white;
    display: block;
    width: 80%;
    height: 58px;
    position: absolute;
    left: 10%;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    top: 65px;
    z-index: 0;
}

.stigma-wrapper h2 {
	font-size: 30px;
	line-height: 24px;	
	margin-bottom: 15px;
}

.stigma-wrapper h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    background: #28272B;
    color: #fff;
    display: inline-block;
    padding: 15px 40px;
    width: 400px;
    text-align: center;
    position: relative;
}

.stigma-slider {
	width: 95%;
    margin: 0 auto;
}

.stigma-slider .stigma {
	background: rgba(234,238,243,1);
	width: calc(25% - 10px);
	margin: 0 8px;
	padding: 40px 20px 35px;
	font-size: 18px;
	line-height: 24px;
    transition: background 0.3s ease;
}

.stigma-slider .stigma:hover {
    background: rgba(234,238,243,0.7);
}

.stigma-slider .stigma:before {
    content: '';
    background: #DF0001;
    width: 42px;
    height: 3px;
    display: block;
    position: absolute;
    top: 24px;
    transition: all 0.3s ease;
}

.stigma-slider .stigma:hover:before {
    width: 70px;
}

.stigma-slider .flickity-prev-next-button {
    width: 36px;
    height: 36px;
    border-radius: 0;
    background: #BEB094;
}

.stigma-slider .flickity-prev-next-button.previous {
	left: -75px;
}

.stigma-slider .flickity-prev-next-button.next {
    right: -75px;
}

.stigma-slider .flickity-button-icon {
    fill: #F5F5F2;
}

.photo-story-slider {

}

.photo-story-slider .photo-slide {
    width: 100%;
}

.photo-story-slider .photo-slide img {
    width: 100%;
    height: auto;
}

.photo-story-slider .flickity-prev-next-button {
    width: 36px;
    height: 36px;
    border-radius: 0;
    background: #BEB094;
}

.photo-story-slider .flickity-prev-next-button.previous {
	left: -15px;
}

.photo-story-slider .flickity-prev-next-button.next {
    right: -15px;
}

.photo-story-slider .flickity-prev-next-button:disabled {
    display: none;
}

.photo-story-slider .flickity-button-icon {
    fill: #F5F5F2;
}

.sports-grid {
    background: url('../images/gradient-bg.png') no-repeat top center transparent;
    background-size: cover;
    padding: 40px 30px;
    margin: 90px -18px 80px -18px;
    width: auto;
    position: relative;
}

.sports-grid .lazy {
    background-image: none;
    background-color: #F1F1FA;  
}

.cat-head .sports-grid {
    background: transparent none;
    padding: 0;
    margin: 0px -18px;
}

.cat-head .article a:hover {
    text-decoration: none;
}

.cat-head .article a:hover h1 {
    text-decoration: underline;
}

.cat-head .article a p {
    opacity: 1;
    transition: all 0.3s ease;
}

.cat-head .article a:hover p {
    text-decoration: none;
    opacity: 0.7;
}

.sports-grid .title-row {
    margin-bottom: 40px !important;
}

hr.sport-hr {
    background-color: #fff;
    height: 2px;
}

hr.small-hr {
    width: 80px;
    margin: 25px auto;
}

.sports-grid .title-spacer hr {
    background-color: #fff;
}

.sports-grid h2 {
	font-size: 30px;
	color:#fff;
}

.sports-list {
	margin: 0;
	padding: 0;
}

.sports-list li {
	list-style: none;
    display: inline-block;
    margin-left: 20px;
}

.sports-list li a {
    background: rgba(255,255,255,0.3);
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    top: 0;
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,0.4);
	transition: all 0.3s ease;
}

.sports-list li a:hover {
	background: rgba(255,255,255,0.6);
    box-shadow: 0 3px 6px rgba(0,0,0,0.7);
    top: -5px;
}

.article-grid.sports-grid .article img {
	margin-bottom: 0;
}

.article-grid.sports-grid .article {
	background: #fff;
}

.sports-grid .article .textwrap {
    padding: 26px 17px;
}

.sports-grid .article.splash .desc {
    width: 90%;
	margin-left: 3%;
}

.author-slider-wrap {
    margin-top: 90px;
}

.authors-slider {
	background: #F5F5F2;
	width: 88%;
    margin: 0 auto;
}

.authors-slider:before {
    content: '';
    background: #f5f5f2;
    width: calc(100% + 220px);
    height: calc(100% - 120px);
    display: block;
    position: absolute;
    left: -110px;
    bottom: 0;
}

.authors-slider .author-slide {
	background: #F5F5F2;
	width: 25%;
	margin: 0;
	padding: 40px 20px 35px;
	font-size: 18px;
	line-height: 24px;
	border-right: 1px solid #fff;
}

.authors-slider .author-slide:before {
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 105%;
    height: 120px;
    z-index: 1;
}

.authors-slider .author-slide .avatar {
	background: #fff;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    width: 140px;
    height: 140px;
}

.authors-slider .author-slide .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.authors-slider .author-slide h2 {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
}

.authors-slider .author-slide .position {
	font-size: 14px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	color:#035773;
}

.authors-slider .author-slide .latest h3 {
	margin: 30px 0 20px;
}

.authors-slider .author-slide .latest p {
	font-size: 14px;
}

.author-slide h2 a {
    color:#3C3C3B;
    display: block;
}

.author-slide h2 a:hover {
    color:#035773;
}

.author-slide h3 a {
    color:#3C3C3B;
    display: block;
}

.author-slide h3 a:hover {
    color:#3C3C3B;
    text-decoration: underline;
}

.authors-slider .flickity-prev-next-button {
    width: 36px;
    height: 36px;
    border-radius: 0;
    background: #BEB094;
}

.authors-slider .flickity-prev-next-button.previous {
	left: -120px;
}

.authors-slider .flickity-prev-next-button.next {
    right: -120px;
}

.authors-slider .flickity-button-icon {
    fill: #F5F5F2;
}

.yellow-ribbon {
    position: relative;
	padding-top: 20px;
    margin-top: 75px;
}

.yellow-ribbon .row {
    position: relative;
    z-index: 1;
}

.yellow-ribbon:before {
    content: '';
    background: #FFDC30;
    display: block;
    width: calc(100% + 36px);
    height: 225px;
    position: absolute;
    left: -18px;
    top: 0;
    z-index: 0;
}

.blue-ribbon {
    position: relative;
	padding-top: 20px;
    margin-top: 80px;
}

.blue-ribbon h2 {
	color:#fff;
}

.blue-ribbon .title-spacer hr {
	background-color: #fff;
}

.blue-ribbon .row {
    position: relative;
    z-index: 1;
}

.blue-ribbon:before {
    content: '';
    background: #2BA4C4;
    display: block;
    width: calc(100% + 36px);
    height: 225px;
    position: absolute;
    left: -18px;
    top: 0;
    z-index: 0;
}

.pale-ribbon {
    position: relative;
	padding-top: 20px;
    margin-top: 85px;
}

.pale-ribbon .row {
    position: relative;
    z-index: 1;
}

.pale-ribbon:before {
    content: '';
    background: #E8DDC7;
    display: block;
    width: calc(100% + 36px);
    height: 225px;
    position: absolute;
    left: -18px;
    top: 0;
    z-index: 0;
}

.automoto-ribbon {
    position: relative;
	padding-top: 20px;
    margin-top: 75px;
}

.automoto-ribbon h2 {
	color:#fff;
}

.automoto-ribbon .title-spacer hr {
	background-color: #fff;
}

.automoto-ribbon .row {
    position: relative;
    z-index: 2;
}

.automoto-ribbon .row.title-spacer {
    position: relative;
    z-index: 0;   
}

.automoto-ribbon:before {
    content: '';
    background: #DF0001;
    display: block;
    width: calc(100% + 36px);
    height: 225px;
    position: absolute;
    left: -18px;
    top: 0;
    z-index: 0;
}

.automoto-ribbon:after {
	content: '';
	background: url('../images/automotobg.png') no-repeat right top transparent;
	display: block;
    width: 366px;
    height: 398px;
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 1;
}

.sub-block {
    border: 1px solid #F5F4F4;
}

.sub-block .sub-content {
    padding: 25px 35px;
}

.after-form h4 {
    font-family: 'Open Sans', sans-serif;
}

.sub-form {
    margin-bottom: 35px;
    border: 1px solid #CBCBCB;
    padding: 0 25px 25px;
    position: relative;
    background: #fff;
}

.sub-form.contact {
    margin-top: 70px;
}

.sub-form fieldset {
    text-align: center;
}

.sub-form h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    top: -15px;
    position: relative;
}

.order-form .form-control,
.sub-form .form-control {
    border: 1px solid #CBCBCB;
    border-radius: 0;
    padding: 15px;
    font-size: 14px;
}

.sub-form .btn-primary {
    background: #035773;
    border: 0 none transparent;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 14px;
    transition: all 0.3s ease;
}

.sub-form .btn-primary:hover {
    opacity: 0.8;
}

.sub-form .form-control.wpcf7-not-valid,
.order-form .form-control.wpcf7-not-valid  {
    border: 1px solid #DF0001;
}

.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -12px;
}

.wpcf7-not-valid-tip {
    color: #DF0001;
    font-size: 12px;
    display: block;
    margin: 5px 0 0;
}

.order-form .form-control:focus,
.sub-form .form-control:focus {
    border: 1px solid #035773;
    box-shadow: 0 0 0 transparent;
}

.preform {
    background: #035773;
    color: #fff;
    text-align: center;
    padding: 28px 160px;
    margin: 65px 0 55px;
}

.sports-ribbon {
    position: relative;
	padding-top: 20px;
    margin-top: 75px;
}

.sports-ribbon .row {
    position: relative;
    z-index: 1;
}

.sports-ribbon h2 {
	color:#fff;
}

.sports-ribbon .title-spacer hr {
    background-color: #fff;
}

.sports-ribbon h2 .ico {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    position: relative;
    top: -18px;
}

.sports-ribbon h2 .ico img {
    vertical-align: bottom;
}

.sports-ribbon:before {
	content: '';
	background: url('../images/sport-cat-head.jpg') no-repeat right top transparent;
    background-size: cover;
    display: block;
    width: calc(100% + 36px);
    height: 225px;
    position: absolute;
    left: -18px;
    top: 0;
    z-index: 0;
}


.book-promo {
	background: #035773;
	padding: 20px;
}

.book-promo h2 {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.book-promo .book-cover {
	margin-bottom: 15px;
    opacity: 1;
    transition: all 0.3s ease;
}

.book-promo .quote {
	font-size: 24px;
	line-height: 30px;
	color:#fff;
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, serif;
	position: relative;
	padding-top: 20px;
}

.book-promo .quote:before {
	content: '';
    background: url(../images/quote.svg);
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -27px;
}

.book-link:hover .book-cover {
    opacity: 0.8;
}

.book-link:hover .quote {
    text-decoration: underline;
}

.single-book .modal-dialog {
    max-width: 750px;
}

.cat-link {
    color: #28272b;
    position: relative;
}

.cat-link:hover {
    color: #28272b;
    opacity: 0.7;
}

.automoto-ribbon .cat-link,
.blue-ribbon .cat-link,
.sports-grid .cat-link {
    color: #fff;
}

.automoto-ribbon .cat-link:hover,
.blue-ribbon .cat-link:hover,
.sports-grid .cat-link:hover {
    color: #fff;
    opacity: 0.6;
}

.classifieds {
    position: relative;
    margin-top: 95px;
}

.classifieds:before {
    content: '';
    width: 1100px;
    height: 45px;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
    position: absolute;
    left: 50%;
    margin-left: -550px;
    top: 55px;
    z-index: 0;
}

.classifieds h2 {
	position: relative;
	z-index: 2;
}

.classifieds h2 a {
    position: relative;
    color: #28272B;
}

.classifieds h2 a::before {
    content: '';
    width: 0px;
    height: 3px;
    background: #FFDC30;
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    transition: all 0.3s ease;
}

.classifieds h2 a:hover:before {
    width: 400px;
    left: -120px;
}

.classifieds h3 {
    font-weight: 300;
    background: #FFDC30;
    display: inline-block;
    padding: 14px 60px;
    width: 400px;
    text-align: center;
    position: relative;
    top: -18px;	
}

.classifieds h3::before {
	content: '';
}

.classified-list {
    width: 88%;
    margin: 30px auto 60px;
}

.classified {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color:#000000;
	font-family: Georgia, 'Times New Roman', Times, serif;
	position: relative;
    width: 20%;
    margin: 0 10px;
}

.classified:before {
	content: '';
    background: #E6E6E6;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: -10px;
}

.classified-list .col:first-child .classified:before {
	display: none;
}

.classified:hover {
	color:#000000;
}

.classified .cat {
	color:#035773;
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}

.classified .cat a {
    color:#035773;
    opacity: 1;
}

.classified .cat a:hover {
    color:#035773;
    opacity: 0.7;
    text-decoration: none;
}

.classified .classified-link {
    color:#000000;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.classified .classified-link:hover {
    color:#000000;
    text-decoration: underline;
}

.classified-slider .flickity-prev-next-button {
    width: 36px;
    height: 36px;
    border-radius: 0;
    background: #BEB094;
}

.classified-slider .flickity-prev-next-button.previous {
	left: -75px;
}

.classified-slider .flickity-prev-next-button.next {
    right: -75px;
}

.classified-slider .flickity-button-icon {
    fill: #F5F5F2;
}

.back-classified {
    display: inline-block;
    vertical-align: middle;
    color: #62A4E9;
}

.back-classified .ico {
    display: inline-block;
    width: 23px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.classified-inner h1 {
    margin-bottom: 15px !important;
}

.classified-inner .thumb {
    margin-bottom: 15px;
}

.classified-inner .gallery {
    margin: 40px 20px !important;
    background: #F5F4F4;
    padding: 30px;
}

.classified-inner .gallery h3 {
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    top: -28px;
    text-align: center;
    display: block;
    width: 100%;
    left: 0;
}

.classified-inner .gallery .flickity-prev-next-button {
    width: 36px;
    height: 36px;
    border-radius: 0;
    background: #BEB094;
}

.classified-inner .gallery .flickity-prev-next-button.previous {
	left: -18px;
}

.classified-inner .gallery .flickity-prev-next-button.next {
    right: -18px;
}

.classified-inner .gallery .flickity-button-icon {
    fill: #F5F5F2;
}

.classified-inner .gallery .gallery-item {
    width: calc(33% - 10px) !important;
    margin-right: 20px;
    margin-top: 0 !important;
    float: none !important;
    margin-bottom: 0 !important;
}

.classified-inner .gallery .gallery-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none transparent !important;
}

.classified-inner .gallery br {
    display: none;
}

.classified-small-body {
    display: flex;
}

.classified-small-body .thumb {
    width: 180px;
    margin-right: 15px;
}

.classified-small-body .text {
    width: calc(100% - 180px);  
}

.blogs {
    background: url(../images/blogs-bg.jpg) no-repeat bottom center transparent;
    position: relative;
    margin: 20px -18px 40px;
    padding-bottom: 10px;
    width: auto;
}

.blogs:before {
    content: '';
    width: 1320px;
    height: 210px;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
    position: absolute;
    left: 50%;
    margin-left: -660px;
    top: 55px;
    z-index: -1;
}

.blogs h2 {
	position: relative;
	z-index: 2;
}

.blogs h2 a {
    position: relative;
    color: #28272B;
}

.blogs h2 a::before {
    content: '';
    width: 0px;
    height: 3px;
    background: #FFDC30;
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    transition: all 0.3s ease;
}

.blogs h2 a:hover:before {
    width: 400px;
    left: -120px;
}

.blogs h3 {
    font-weight: 300;
    color:#fff;
    background: rgb(116,63,174);
    background: linear-gradient(28deg, rgba(116,63,174,1) 0%, rgba(206,28,152,1) 100%);
    display: inline-block;
    padding: 14px 20px;
    width: 300px;
    text-align: center;
    position: relative;
    top: -17px;	
}

.blogs h3::before {
	content: '';
}

.blogs .blog-slider {
    width: 95%;
    margin: 0 auto;
}

.blogs .blog-slider .blog-slide {
    width: 33%;
    text-align: center;
}

.blogs .blog-slider .blog-slide:before {
    content: '';
    background: rgb(255 255 255 / 40%);
    width: 1px;
    height: 160px;
    position: absolute;
    display: block;
    left: 0;
    bottom: -20px;
}

.blogs .blog-slider .blog-slide a {
    display: block;
    padding: 0 15px;
}

.blogs .blog-slider .blog-slide a:hover p {
    text-decoration: underline;
}

.blogs .blog-slider .blog-slide .avatar,
.blogs .blog-slider .blog-slide .avatar picture {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}

.blogs .blog-slider .blog-slide .avatar picture img {
    width: 100%;
    height: auto;
}

.blogs .blog-slider .blog-slide h4 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.blogs .blog-slider .blog-slide h4:after {
    content: '';
    background: #fff;
    width: 60px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
}

.blogs .blog-slider .blog-slide p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:#fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.blogs .blog-slider .flickity-prev-next-button {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 0;
    background: rgb(116,63,174);
    background: linear-gradient(28deg, rgba(116,63,174,1) 0%, rgba(206,28,152,1) 100%);
}

.blogs .blog-slider .flickity-button-icon {
    fill: #fff;
}

.publications h2 {
    background: url(../images/pubs-p.svg) no-repeat center center transparent;
    display: inline-block;
    position: relative;
}

#article_end {
    clear: both;
}

.publications h2::before {
    content: '';
    background: url(../images/pubs-arrow.svg) no-repeat top center transparent;
    display: inline-block;
    width: 130px;
    height: 240px;
    position: absolute;
    left: 0;
    top: 0px;
    transition: all 0.3s ease;
}

.publications h2::after {
    content: '';
    background: url(../images/pubs-arrow.svg) no-repeat top center transparent;
    display: inline-block;
    width: 130px;
    height: 240px;
    position: absolute;
    transform: rotate(180deg);
    right: 0;
    top: 30px;
    transition: all 0.3s ease;
}

.publications h2 a {
    color:#28272B;
    display: block;
    padding: 115px 115px 80px;
}

.publications h2 a:hover {
    color:#BEB094;
}

.publications h2:hover::before {
    left: -20px;
}

.publications h2:hover::after {
    right: -20px;
}

.publications h3 {
	margin-bottom: 30px;
}

.publications h3 a {
    color:#28272B;
}

.publications h3 a:hover {
    color:#035773;
}

.pub {
    background: #fff;
    position: relative;
    text-align: center;
    padding: 35px 0 0;
}

.pub:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 440px;
	display: block;
	left: 0;
	top: 0;
	background: #BEB094;
}

.pub.blue:before {
	background: #035773;
}

.pub.gray:before {
	background: #CBCBCB;
}

.pub .content {
	position: relative;
}

.pub h4 {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	margin-bottom: 20px;
}

.pub-list {
	margin-top: 10px;
}

.pub-slide {
    margin: 0 15px;
    width: calc(33.33% - 30px);
}

.pub-slider .flickity-prev-next-button {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 0;
    background: #BEB094;
}

.pub-slider .flickity-button-icon {
    fill: #F5F5F2;
}

.small-pub {
	display: flex;
	align-items: center;
    color:#3C3C3B;
    padding: 15px 20px;
    border-top: 2px solid #F5F5F2;
}

.small-pub:first-child {
	border-top: 2px solid transparent;
}

.small-pub img {
	width: 68px;
    height: auto;
    margin-right: 15px;
}

.small-pub h5 {
	font-weight: 400;
	text-align: left;
}

.small-pub:hover {
    color:#3C3C3B;
    text-decoration: underline;
}

.publications .read-more {
	color:#28272B;
}

.publications .read-more:hover {
	color: #28272B;
}

.publications .read-more:before {
    width: 100px;
    left: -140px;
}

.publications .read-more:after {
    width: 100px;
    right: -140px;   
}

.publications .read-more:hover:before {
    width: 60px;
    left: -100px;
}

.publications .read-more:hover:after {
    width: 60px;
    right: -100px; 
}

.pub-link {
    display: block;
    color:#fff;
}

.pub-link-title {
    color:#CBCBCB;
    font-weight: 400;
}

.pub-link:hover {
    color:#fff;
    text-decoration: underline;
}

.pub-link .cover-wrape {
    display: inline-block;
    border: 12px solid transparent;
    transition: all 0.3s ease;
}

.pub-link:hover .cover-wrape {
    border: 12px solid #fff;
}

.pub-link.in-megamenu {
    position: relative;
    text-align: center;
}

.pub-link.in-megamenu h4 {
    color: #28272B;
    text-align: center;
    margin-top: 20px;
}

.pub-link.in-megamenu .cover-wrape {
    border: 14px solid transparent;
    position: relative;
    width: 310px;
    height: 310px;
    overflow: hidden;
}

.pub-link.in-megamenu:hover .cover-wrape {
    border: 14px solid #fff;
}

.pub-link.in-megamenu:before {
    content:'';
    display: block;
    background: #BEB094;
    width: 100%;
    height: 260px;
    position: absolute;
    left: 0;
    top: 0;
}

.pub-link.in-megamenu.blue:before {
    background: #035773;
}

.pub-link.in-megamenu.gray:before {
    background: #CBCBCB;
}

.pub-link.in-megamenu:hover h4 {
    text-decoration: underline;
}

.download-pdf {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #62A4E9;
}

.download-pdf .down-icon {
    display: inline-block;
    margin-right: 10px;
}

.photo-gallery {
	position: relative;
    margin-top: 115px;
    padding-bottom: 67px;
}

.photo-gallery h2 a {
    color:#28272B;
    opacity: 1;
}

.photo-gallery h2 a:hover {
    opacity: 0.7;
}

.photo-gallery:before {
    content: '';
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    display: block;
    width: 90%;
    height: 120px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -45%;
}

.photo-gallery:after {
	content: '';
    background: white;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -230px;
    width: 460px;
    height: 40px;
    top: 0;
}

.photo-gallery .row {
	position: relative;
	z-index: 1;
}

.stories-slider {
	width: 100%;
	margin: 30px auto 65px;
}

.stories-slider .flickity-slider {
    display: flex;
    align-items: center;
}

.stories-slider .story {
	width: calc(31% - 18px);
	margin: 0 9px;
	font-size: 18px;
	line-height: 24px;
    display: block;
}

.stories-slider .story img {
    width: 100%;
    height: auto;
}

.stories-slider .story a {
    display: block;
}

.stories-slider .story.is-selected {
	width: calc(40% - 18px);
}

.stories-slider .story h3 {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}

.stories-slider .story.is-selected h3 {
	font-size: 24px;
	line-height: 30px;
}

.stories-slider .story:before {
    content: '';
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1; 
    transition: all 0.3s ease;
}

.stories-slider .story:hover:before {
    opacity: 0.8; 
}

.photo-link img {
    width: 100%;
    height: auto;
}

.stories-slider .flickity-prev-next-button {
    width: 36px;
    height: 36px;
    border-radius: 0;
    background: #BEB094;
}

.stories-slider .flickity-prev-next-button.previous {
	left: -15px;
}

.stories-slider .flickity-prev-next-button.next {
    right: -15px;
}

.stories-slider .flickity-button-icon {
    fill: #F5F5F2;
}

.stories-slider .flickity-page-dots .dot {
	background: transparent;
	border: 1px solid #BEB094;
	opacity: 1;
	width: 8px;
	height: 8px;
	margin: 0 5px;
}

.stories-slider .flickity-page-dots .dot.is-selected {
	background: #BEB094;
}

.stories-slider .flickity-page-dots {
    bottom: -30px;
}

.useful {
	position: relative;
    margin-top: 85px;
}

.useful h2 {
    margin-bottom: 44px;
}

.useful h2 a {
    color:#28272B;
    opacity: 1;
}

.useful h2 a:hover {
    opacity: 0.7;
}

.useful .row {
	position: relative;
	z-index: 1;
}

.useful:before {
    content: '';
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    display: block;
    width: 90%;
    height: 120px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -45%;
}

.useful:after {
	content: '';
    background: white;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -230px;
    width: 460px;
    height: 40px;
    top: 0;
}

.griefs {
    background: #3C3C3B;
    padding: 50px 22px 10px;
    color: #fff;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.griefs .content {
	position: relative;
	z-index: 1;
}

.griefs:before {
    content: '';
    border: 1px solid #BEB094;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 60px);
	z-index: 0;
}

.griefs:after {
    content: '';
    background: url(../images/ribon.svg) no-repeat top center #3C3C3B;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 15px;
	z-index: 0;
}

.griefs h3 {
	display: inline-block;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.griefs p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px;
}

.griefs .more {
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 8px 65px;
}

.griefs .more:hover {
	background: #fff;
	border: 1px solid #fff;
	color:#3C3C3B;
}

.nameday {
    padding: 50px 22px 50px;
    color: #28272B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 333px;
	position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.nameday.lazy {
    background-image: none;
    background-color: #F1F1FA;
}

.nameday:hover {
    background-color: rgb(245 245 242 / 50%);;
    color: #28272B;
}

.nameday .content {
	position: relative;
	z-index: 1;
}

.nameday:before {
    content: '';
    border: 1px solid #BEB094;
    display: block;
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
	z-index: 0;
}

.nameday .cal {
    font-family: Georgia, 'Times New Roman', Times, serif;
    background: #BEB094;
    display: inline-block;
    padding: 0 24px 10px;
    color: #fff;
    margin-bottom: 30px;
}

.nameday .cal .day {
    font-size: 48px;
    line-height: 58px;
    display: block;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.nameday .cal .month {
	font-size: 18px;
}

.nameday .names {
    margin-bottom: 0;
}

.image-link {
	display: flex;
    color: #fff;
    padding: 40px 23px;
    align-items: center;
	position: relative;
    overflow: hidden;
}

.image-link:hover {
    color: #fff;
}

.image-link:before {
    content: '';
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(40,39,43,1) 100%);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.image-link:hover:before {
    opacity: 1;
}

.image-link + .image-link {
	margin-top: 45px;
}

.image-link.tires {
	padding: 60px 20px;
    justify-content: center;
	margin-top: 30px;
}

.image-link.lazy {
    background-image: none;
    background-color: #F1F1FA;
}

.image-link .icon {
	margin-right: 24px;
	position: relative;
	z-index: 1;
}

.image-link .linktext {
	position: relative;
	z-index: 1;
}

.image-link .linktext h3 {
	margin: 0 0 10px;
}

.image-link.tires .linktext h3 {
	margin: 0;
}

.image-link .linktext p {
	margin: 0;
}

.bgimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bgimg img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.page-content {
    overflow: hidden;
    min-height: 62.2vh;
    padding: 20px 0 60px;
    display: block;
}

.page-content.full-width {
    width: auto;
    margin: 0 -18px;
}

.page-template-page-with-sidebar .page-content h1 {
    margin-bottom: 30px;
}

.page-template-page-with-sidebar .page-content h2,
.page-template-page-with-sidebar .page-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: transparent;
    color: var(--bs-table-striped-color);
}

.table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.magazine-article img {
    opacity: 1;
    transition: all 0.3s ease;
}

.magazine-article:hover img {
    opacity: 0.8;
}

.magazine-link img {
    width: 100%;
    height: auto;
}

.df-container {
    margin-bottom: 80px;
}

.article a.books-link {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f5f4f3;
}

.article a.books-link img {
    opacity: 1;
    transition: all 0.3s ease;
}

.article a.books-link:hover img {
    opacity: 0.8;
}

.article a.books-link:hover {
    text-decoration: none;
}

.article a.books-link:hover h2 {
    text-decoration: underline;
}

.article a.books-link .thumb {
    width: 25%;
    margin-right: 2%;
    max-width: 150px;
}

.article a.books-link .book-descr {
    width: 73%;  
}

.article a.books-link .book-descr .excerpt {
    font-weight: bold;
    margin-bottom: 10px;
}

.article a.books-link .book-descr .descr {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 10px;
}

.article a.books-link .book-descr .price {
    display: inline-block;
    font-weight: bold;
    background: #035773;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}

.article a.books-link:hover .excerpt,
.article a.books-link:hover .descr,
.article a.books-link:hover .price {
    text-decoration: none;
}

.single-book-item .image-desc {
    display: flex;
    margin-bottom: 30px;
}

.single-book-item .descr {
    margin-bottom: 80px;
}

.single-book-item .text-success {
    color: #207303!important;
    font-weight: 600;
}

.single-book-item .text-warning {
    color: #FF5200!important;
    font-weight: 600;
}

.single-book-item .image-desc .thumb {
    width: 40%;
    margin-right: 30px;
    max-width: 300px;
}

.single-book-item .image-desc .text-side {
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-book-item .image-desc .text-side .author {
    font-size: 20px;
}

.single-book-item .image-desc .text-side .excerpt {
    font-size: 14px;
    margin-bottom: 10px;
}

.single-book-item .image-desc .text-side .descr {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 10px;
}

.single-book-item .image-desc .text-side .price {
    display: inline-block;
    font-size: 14px;
}

.single-book-item .image-desc .text-side .price span {
    color:#035773;
    font-size: 30px;
    font-weight: bold;
}

.single-book-item .image-desc .text-side .price span em {
    font-style: normal;
    font-size: 20px;
}

.result-count {
    color: #707070;
    font-size: 16px;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.book-solo .author {
    font-size: 14px;
    text-align: center;
}

.book-solo .price {
    color: #035773;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.order-button {
    background: #035773;
    border: 1px solid transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 17px 50px;
    transition: all 0.3s ease;
}

.order-button:hover {
    background:transparent;
    border: 1px solid #035773;
    color:#035773;
}

.book-modal .descr {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 14px;
}

.book-modal .order-price {
    display: inline-block;
    font-weight: bold;
    background: #035773;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}

.book-modal button.close {
    border: 0 none;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 25px;
}

.page-content a.sub-link {
    font-size: 14px;
    padding: 2px 18px;
    border-radius: 2px;
	border: 1px solid #CE1C98;
	background: #CE1C98;
    color:#fff;
}

.page-content a.sub-link:hover {
	color:#CE1C98;
	background: transparent;
	opacity: 1;
}

.page-content .article h1 {
    margin-bottom: 0;
}

.contact-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-content {
    padding-top: 30px;
}

.contact-content p {
    margin-bottom: 25px;
}

.contact-content p:last-child {
    margin-bottom: 0;
}

.latest-news {
    border: 1px solid #DADADA;
    padding: 80px 80px 50px;
    position: relative;
    margin-top: 30px;
}

.latest-news h2 {
    background: #FFD338;
    display: inline-block;
    padding: 10px;
    width: 70%;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -35%;
}

.latest-news .article-link {
    border-top: 1px solid #CBCBCB;
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    color:#28272B;
}

.latest-news .article-link:first-child {
    border-top: 0 none transparent;
    margin-top: 0px;
    padding-top: 0px;   
}

.latest-news .article-link .time {
    font-size: 12px;
}

.latest-news .article-link:hover h3 {
    text-decoration: underline;
}

.article-grid.after-post-articles .article.row-article {
    align-items: center;
}

.single-post {

}

.single-post h1 {
    margin-bottom: 30px;
}

.single-post .excerpt {
    border-left: 4px solid #035773;
    padding-left: 14px;
    margin-bottom: 30px;
}

.single-post .excerpt p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}

.single-post .image-caption,
.single-post .wp-caption-text {
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}

.single-post .post-date {
    color:#3C3C3B;
    text-align: center;
    font-size: 14px;
    margin-bottom: 35px;
}

.single-post .post-date strong {
    font-size: 32px;
}

.single-post .post-social {

}

.single-post .post-social ul {
    margin: 0;
    padding: 0;
}

.single-post .post-social li {
    display: inline-block;
    list-style: none;
    margin-top: 20px;
}

.single-post .post-social li:first-child {
    margin-top: 0;
}

.single-post .post-social li a {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #28272B;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;    
}

.single-post .post-social li a:hover {
    background: #035773;
    border: 1px solid #035773;
}

.single-post .post-social li a:hover path {
    fill: #fff;
}

.post-inner {
    display: block;
    margin-bottom: 20px;
}

.post-inner:after {
    content: '';
    display: block;
    overflow: hidden;
    clear: both;
}

.post-inner img, .post-inner picture {
    max-width: 100%;
    height: auto;
}

.post-inner p a {

}

.post-inner p a:hover {
    text-decoration: underline;
}

.post-inner > div {
    max-width: 100%;
}

.post-inner .wp-caption {
    width: 100%;
    max-width: 100%;
    margin: 2rem 0;
}

.post-inner h2 {
    font-size: 28px;
    margin: 30px 0 15px;
}

.feat-img {
    margin-bottom: 30px;
}

.post-inner .gallery {
    margin: 60px 0 40px !important;
    background: #F5F4F4;
    padding: 30px;
}

.post-inner .gallery h3 {
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    top: -28px;
    text-align: center;
    display: block;
    width: 100%;
    left: 0;
}

.post-inner .gallery .flickity-prev-next-button {
    width: 36px;
    height: 36px;
    border-radius: 0;
    background: #BEB094;
}

.post-inner .gallery .flickity-prev-next-button.previous {
	left: -18px;
}

.post-inner .gallery .flickity-prev-next-button.next {
    right: -18px;
}

.post-inner .gallery .flickity-button-icon {
    fill: #F5F5F2;
}

.post-inner .gallery .gallery-item {
    width: calc(25% - 10px) !important;
    margin-right: 20px;
    margin-top: 0 !important;
    float: none !important;
    margin-bottom: 0 !important;
}

.post-inner .gallery .gallery-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none transparent !important;
}

.post-inner .gallery br {
    display: none;
}

.post-inner .avatar {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.post-inner .avatar img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}

.post-inner .avatar p {
    margin: 0;
    color:#035773;
    font-weight: 700;
}

.post-inner .avatar p a {
    color:#035773;
    font-size: 14px;
}

.post-inner .avatar p a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.single-post .tags {
    background: #F5F4F4;
    font-size: 16px;
    padding: 21px;
    margin: 0 0 40px;
}

.single-post .tags strong {
    color:#001152;
}

.single-post .tags ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 10px;
}

.single-post .tags ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.single-post .tags ul li a {
    color:#28272B;
    font-size: 14px;
    text-transform: uppercase;
}

.single-post .tags ul li a:hover {
    color: #001152;
    text-decoration: underline;
}

.single-post .gnews,
.single-post .viber {
    color: #28272b;
    font-size: 14px;
    display: block;
    clear: both;
    margin: 20px 0;
}

.single-post .gnews .ico,
.single-post .viber .ico {
    display: inline-block;
    margin-right: 15px;
}

.single-post .gnews:hover,
.single-post .viber:hover {
    opacity: 0.7;
}

.comments {
    border: 1px solid #E6E6E6;
    padding: 25px;
}

.comments h3 {
    display: flex;
    margin: 0 0 25px;
    align-items: center;
}

.comments .ico {
    margin-right: 15px;
}

#wpdcom {
    height: auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#comments, #respond, .comments-area, #wpdcom {
    margin: 0;
}

.sidebar {

}

.sidebar > div {
    margin-bottom: 30px;
}

.sidebar > div:last-child {
    margin-bottom: 0;
}

.mwayss_div {
    margin-top: 20px;
    z-index: 1;
}

.aries_fixed {
    bottom: 200px !important;
}

.footer {
	color:#fff;
	font-size: 12px;
    position: relative;
    z-index: 1;
}

.footer .top-footer {
	background: rgb(3,87,115);
	background: linear-gradient(0deg, rgba(3,17,82,1) 0%, rgba(0,0,0,1) 100%);	
	position: relative;
    padding: 55px 0 35px;
}

.footer .top-footer:before {
	content: '';
    background: url(../images/footer-bg.svg) no-repeat top center transparent;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.footer .top-footer .container {
	position: relative;
	z-index: 1;
}

.footer .top-footer a:hover {
	opacity: 0.6;
}

.footer .bottom-footer {
	background: #010820;
	padding: 7px 0px;
	color:#A3A5A5;
}

.footer .footer-logo {
    max-width: 280px;
    display: inline-block;
    margin-bottom: 25px;
}

.footer .top-footer a.footer-logo:hover {
    opacity: 0.8;
}

.footer .footer-menu {
	margin: 0;
	padding: 0;
}

.footer .footer-menu li {
	list-style: none;
	display: inline-block;
	margin-left: 12px;
	padding-left: 12px;
	position: relative;
}

.footer .footer-menu li::before {
	content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    display: block;
    background: #A3A5A5;
    left: 0;
    top: 2px;
}

.footer .footer-menu li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.footer .footer-menu li:first-child::before {
	display: none;
}

.footer .social {
	margin: 0 0 20px;
    padding: 0;
    display: block;
}

.footer .social li {
	list-style: none;
	display: inline-block;
	margin-left: 16px;
}

.footer a {
	color:#fff;
}

.footer .bottom-footer li, 
.footer .bottom-footer a {
	color:#A3A5A5;
}

.footer .bottom-footer a:hover {
	color:#fff;
}

.footer .bottom-footer a.andko {
	color:#A3A5A5;
}

.footer .bottom-footer a.andko:hover {
	color:#fff;
}

.footer a.sub-link {
	background: #CE1C98;
	border: 1px solid #CE1C98;
	font-size: 14px;
    padding: 3px 20px;
    border-radius: 2px;
}

.footer a.sub-link:hover {
	background: transparent;
	border: 1px solid #CE1C98;
	color:#fff;
	opacity: 1;
}

.ad img {
    max-width: 100%;
    height: auto;
}

.overl {
	background: url(../images/screens/Home.png) no-repeat center top transparent;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    width: 100%;
    height: 23200px;
    z-index: 5;
}

.video-container { 
	position: relative;
    clear: both;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    vertical-align: bottom;
    border-radius: 5px 5px 0 0;
    border: solid #001152;
    border-width: 1px 1px 0 1px;
}

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.article__media-caption {
	background: #001152;
    text-align: center;
    color: silver;
    font-size: 16px;
    font-size: .8rem;
    line-height: 31px;
    line-height: 1.53rem;
    font-weight: bold;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1px;
}

.article__media-caption span {
    display: inline-block;
    margin: 0 5px;
    color: #70c1ff;
}

.article__media-caption .subscribe-btn--video {
    top: 6px;
    margin: 0 10px;
    height: 25px;
}

/* = Image Sizes
-------------------------------------------------------------- */
.article-thumb-big {
    height: 432px;
    object-fit: cover;
}

.article-thumb-large {
    height: 280px;
    object-fit: cover;
}

.article-thumb-big-inner {
    height: 485px;
    object-fit: cover;
}

.article-thumb-medium {
    height: 205px;
    object-fit: cover;   
}

.article-thumb-medium-alt {
    height: 282px;
    object-fit: cover;   
}

.article-thumb-medium-alt-2 {
    height: 432px;
    object-fit: cover;   
}

.article-thumb-small {
    height: 115px;
    object-fit: cover;   
}

.book-mag-thumb {
    height: 330px;
    object-fit: cover;
}

.article-thumb-big img {
    width: 100%;
    height: 432px;
    object-fit: cover;
}

.article-thumb-large img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.article-thumb-big-inner img {
    width: 100%;
    height: 485px;
    object-fit: cover;
}

.article-thumb-medium img {
    width: 100%;
    height: 205px;
    object-fit: cover;   
}

.article-thumb-medium-alt img {
    width: 100%;
    height: 282px;
    object-fit: cover;   
}

.article-thumb-medium-alt-2 img {
    width: 100%;
    height: 432px;
    object-fit: cover;   
}

.article-thumb-small img {
    width: 100%;
    height: 115px;
    object-fit: cover;   
}

.book-mag-thumb img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.paper-thumb > * {
    width: 100%;
    height: auto;
}

/* .article-thumb-large > *,
.article-thumb-big > *,
.article-thumb-big-inner > *,
.article-thumb-medium > *,
.article-thumb-medium-alt > *,
.article-thumb-medium-alt-2 > *, 
.article-thumb-small > *,
.book-mag-thumb > * {
    width: 100%;
    height: auto;
} */

/* = WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.commentlist .reply {}
.commentlist .reply a {}

.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {} 
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}

.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}

.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}
#cancel-comment-reply a {}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.load-home-rest {
    display: block;
    position: relative;
}

.load-home-rest:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 100%;
}

.load-home-rest .loader {
    display: block;
    width: 45px;
    height: 45px;
    margin: 20px auto 200px;
    position: relative;
    animation:spin 1.5s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7-list-item.first {
    margin: 0 1em 0 0;
}

/*==================================================
=                  Media Queries                  =
==================================================*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

	.xs-right {
		text-align: right !important;
	}
	
	.xs-left {
		text-align: left !important;
	}
	
	.xs-center {
		text-align: center !important;
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
	.sm-right {
		text-align: right !important;
	}
	
	.sm-left {
		text-align: left !important;
	}
	
	.sm-center {
		text-align: center !important;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.md-right {
		text-align: right !important;
	}
	
	.md-left {
		text-align: left !important;
	}
	
	.md-center {
		text-align: center !important;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.lg-right {
		text-align: right !important;
	}
	
	.lg-left {
		text-align: left !important;
	}
	
	.lg-center {
		text-align: center !important;
	}
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	.xl-right {
		text-align: right !important;
	}
	
	.xl-left {
		text-align: left !important;
	}
	
	.xl-center {
		text-align: center !important;
	}
	
}

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width : 1415px) {

    .stigma-slider .flickity-prev-next-button.previous {
        left: -15px;
    }

    .stigma-slider .flickity-prev-next-button.next {
        right: -15px;
    }

    .authors-slider .flickity-prev-next-button.previous {
        left: -50px;
    }

    .authors-slider .flickity-prev-next-button.next {
        right: -50px;
    }

    .bodywrap {
        overflow: hidden;
    }

}

@media only screen and (max-width : 1370px) {

    .main-menu ul.menu > li > a {
        padding: 16px 10px 15px;
    }

}

@media only screen and (max-width : 1225px) {

    .main-menu ul.menu > li > a {
        padding: 16px 8px 15px;
    }

}

@media only screen and (max-width : 1170px) {

    .main-menu ul.menu > li > a {
        padding: 16px 5px 15px;
    }

}

@media only screen and (max-width : 1110px) {

    .main-menu ul.menu > li > a {
        font-size: 14px;
    }

}

@media only screen and (max-width : 962px) {

    .mobible-ad,
    .mobile-header {
        display: block;
    }

    .top-row,
    .main-menu,
    .header,
    .fixed-placeholder,
    .desktop-ad {
        display: none;
    }
    

    .bodywrap {
        padding-right: 0;
        padding-left: 0;
        padding-top: 58px;
    }

    .spotlight-content {
        flex-direction: column;
    }

    main, 
    .content-wrap {
        overflow: hidden;
    }

    .content-wrap > .container {
        padding: 0;
    }

    .content-wrap > .container.ad-container {
        margin: 15px;
        width: calc(100% - 30px);
    }

    .read-more::before {
        left: -100px;
        width: 80px;
    }

    .read-more::after {
        right: -100px;
        width: 80px;
    }

    .classifieds h3,
    .stigma-wrapper h3 {
        width: auto;
        padding: 14px 20px;
    }

    .local-news h3 {
        width: 80%;
        left: 50%;
        margin-left: -40%;
        font-size: 14px;
    }

    .authors-slider .author-slide{
        width: 100%;
    }

    .stigma-slider {
        width: 100%;
    }

    .stigma-slider .stigma {
        width: 86%;
    }

    .publications h2 {
        font-size: 24px;
        line-height: 32px; 
        background: url(../images/pubs-p.svg) no-repeat center center transparent;
        background-size: contain;
    }

    .publications h2 a {
        padding: 65px 35px;
    }

    .publications h3 {
        font-size: 20px;
        line-height: 36px; 
    }

    .stories-slider .story{
        width: 60%;
    }

    .stories-slider .story.is-selected {
        width: 80%;
    }

    .stories-slider .story.is-selected h3 {
        font-size: 20px;
        line-height: 22px;
        padding: 15px;
    }

    .stigma-wrapper:before {
        width: 100%;
        left: 0;
    }

    .stigma-slider .flickity-prev-next-button.previous {
        left: calc(50% - 40px);
        top: 100%;
    }

    .stigma-slider .flickity-prev-next-button.next {
        right: calc(50% - 40px);
        top: 100%;
    }

    .stories-slider .flickity-prev-next-button.previous {
        left: -10px;
    }

    .stories-slider .flickity-prev-next-button.next {
        right: -10px;
    }

    .classified-slider {
        margin-bottom: 40px;
    }

    .classified-slider .flickity-prev-next-button.previous {
        left: calc(50% - 40px);
        top: 140%;
    }

    .classified-slider .flickity-prev-next-button.next {
        right: calc(50% - 40px);
        top: 140%;
    }

    .authors-slider {
        margin: 0 auto 20px;
    }

    .authors-slider .flickity-prev-next-button.previous {
        left: calc(50% - 40px);
        top: 100%;
    }

    .authors-slider .flickity-prev-next-button.next {
        right: calc(50% - 40px);
        top: 100%;
    }

    .spotlight-content .thumb {
        width: 100%;
    }

    .spotlight-content .text {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .article-grid .article .spotlight-content .text p {
        display: block;
    }

    .local-news {
        margin: 0;
        padding: 25px;
        background-size: contain;
    }

    .papers-widget {
        margin: 0 15px;
    }

    .useful {
        padding: 15px !important;
    }

    .sports-grid {
        margin: 90px auto 80px;
        width: 100%;
        padding: 15px !important;
    }

    .sport-featured {
        padding: 0;
    }

    .sport-article-list .article {
        margin-top: 15px;
    }

    .sports-grid .article.splash .desc {
        width: 100%;
        margin-left: 0;
        padding: 15px;
    }

    .sports-grid .article.splash .desc p {
        display: block;
    }

    .featured-article .article > .container {
        padding: 0;
    }

    .articles-feed .feed-scroll {
        height: 220px;
    }

    .descr-wrap {
        padding: 15px 15px 0;
    }

    .article-grid .row:first-child,
    .article-grid .article img {
        margin-bottom: 0;
    }

    .article-grid .article p {
        display: none;
    }

    .footer .footer-logo {
        display: block;
        margin: 0 auto 25px;
    }

    .footer .top-footer {
        padding: 50px 20px 30px;
    }

    .footer .top-footer .footer-menu {
        text-align: center;
    }

    .footer .social {
        margin-bottom: 0;
    }

    .footer .top-footer .footer-menu li {
        display: block;
        margin-bottom: 20px;
        margin-left: 0;
        padding-left: 0;
    }

    .footer .top-footer .footer-menu li::before {
        display: none;
    }

    .footer .bottom-footer .footer-menu {
        text-align: center;
    }

    .footer .bottom-footer .footer-menu li:last-child {
        margin: 0 auto;
        padding: 0;
    }

    .footer .bottom-footer .footer-menu li:last-child::before {
        display: none;
    }
    
    .footer-social-sub {
        display: flex;
        flex-direction: column-reverse;
        text-align: center !important;
        margin-top: 20px;
    }

    .footer-social-sub .sub-link {
        margin-bottom: 20px;
        display: block;
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer .bottom-footer {
        padding: 15px 0px 20px;
    }

    .footer .top-footer:before {
        background: url('../images/footer-emblem-mobile.svg') no-repeat top center transparent;
    }

    .footer .copy {
        text-align: center !important;
        margin-top: 20px;
    }

    .footer .bottom-footer a.andko {
        color: #62A4E9;
    }

    .logo {
        max-height: 24px;
        display: inline-block;
        max-width: 280px;
        position: relative;
    }
    
    .title-spacer {
        padding: 0 15px;
    }

    .sports-grid .title-spacer {
        padding: 0;
    }

    .automoto-ribbon:after {
        width: 166px;
        height: 148px;
        background-size: cover;
    }

    .useful:before {
        width: 100%;
        top: 32px;
        margin-left: -50%;
    }

    .useful:after {
        margin-left: -140px;
        width: 280px;
        top: 12px;
    }

    .griefs {
        margin-bottom: 15px;
        height: auto;
        min-height: 280px;
    }

    .nameday {
        height: auto;
        margin-bottom: 15px;
        padding: 30px;
    }

    .image-link.tires,
    .image-link + .image-link {
        margin-top: 15px;
    }

    .authors-slider .author-slide {
        text-align: center;
    }

    .sport-hr-wrap {
        padding: 0;
    }

    .sports-title-box {
        flex-direction: column;
        align-items: start !important;
        justify-content: flex-start;
    }

    .sports-list li {
        margin-left: 0;
        margin-right: 0;
    }

    .papers-widget-row .article {
        margin-bottom: 15px;
    }
    
    .classified {
        width: 80%;
    }

    .classified-slider:before {
        content: '';
        display: block;
        position: absolute;
        width: 50%;
        height: 1px;
        background: #cbcbcb;
        bottom: -40%;
        right: -5%;
        z-index: -1;
    }

    .classified-slider:after {
        content: '';
        display: block;
        position: absolute;
        width: 50%;
        height: 1px;
        background: #cbcbcb;
        bottom: -40%;
        left: -5%;
        z-index: -1;
    }

    .author-article .avatar {
        display: none;
    }

    .author-article .avatar.mobile-avatar {
        display: block;
        width: 25%;
    }

    .author-article .avatar-side {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    
    .author-article .descr-wrap {
        padding: 0;
    }

    .article.author-article .time {
        margin-bottom: 0;
    }

    .article.author-article {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .page-content .container {
        padding: 0;
    }

    .cat-head {
        margin-bottom: 30px;
        padding: 37px 0;
        overflow: hidden;
    }

    .cat-head ul {
        white-space: nowrap;
        overflow: scroll;
    }
    
    .page-content .author-article-list {
        padding: 0 15px;
    }

    .page-inner {
        padding: 0 15px;
    }

    .paging {
        margin: 0 0 30px;
    }

    .yellow-ribbon .title-larger,
    .blue-ribbon .title-larger,
    .pale-ribbon .title-larger,
    .automoto-ribbon .title-larger {
        margin-bottom: 20px;
    }

    .gray-bg > .container,
    .pale-bg > .container{
        margin-top: 10px;
    }

    .sports-grid .article .textwrap {
        padding: 26px 17px 2px;
    }

    .yellow-ribbon .title-spacer,
    .blue-ribbon .title-spacer,
    .pale-ribbon .title-spacer,
    .automoto-ribbon .title-spacer {
        padding-top: 10px;
    }

    .small-article-grid.in-container:last-child {
        margin-bottom: 25px;
    }

    .author-head {
        flex-direction: column;
        padding: 37px 15px;
    }

    .author-head .avatar {
        margin-right: 0;
        width: 150px;
        margin-bottom: 20px;
    }

    .author-head .details {
        width: 100%;
        text-align: center;
    }

    .author-head .details .author-links {
        text-align: center;
    }

    .author-head .details .author-links li {
        margin: 0 0 15px;
    }

    .blogs .blog-slider .flickity-prev-next-button {
        display: block;
    }

    .blogs .blog-slider .blog-slide {
        width: 100%;
    }

    .blogs .blog-slider .blog-slide:before {
        display: none;
    }
    
    .blogs .blog-slider .flickity-prev-next-button.previous {
        left: calc(50% - 40px);
        top: 110%;
    }

    .blogs .blog-slider .flickity-prev-next-button.next {
        right: calc(50% - 40px);
        top: 110%;
    }

    .page-content.full-width {
        width: auto;
        margin: 0;
    }

    .cat-head .sports-grid {
        margin: 0;
        padding: 0 !important;
    }

    .livescores .game {
        width: 180px;
    }

    .livescores {
        padding: 0 15px;
    }

    .articles-feed {
        margin: 40px 0;
    }

    .articles-feed.colored.short {
        margin-top: 20px;
    }

    .content-wrap > .container.featured-photo-wrapper {
        padding-bottom: 60px;
    }

    .after-form {
        text-align: center;
    }

    .preform {
        padding: 20px 40px;
        margin: 15px 15px 40px;
    }

    .sub-form {
        margin: 15px 15px 30px;
    }

    .sub-form .btn-primary {
        width: 100%;
    }

    .form-mobile-bottom-margin {
        margin-bottom: 1.5rem;
    }

    .contact-title {
        text-align: center;
    }

    .contact-title .sub-link {
        display: none;
    }

    .contact-content {
        margin: 0 15px;
    }

    .article-head {
        padding: 15px 15px 0;
    }

    .article-head h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .post-metadata {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .single-post .post-date {
        margin-bottom: 0;
    }

    .single-post .post-social {
        margin-left: 20px;
    }

    .single-post .post-social li {
        margin-bottom: 0;
    }

    .post-inner .ad {
        margin: 0 auto 25px;
        float: none !important;
        display: block;
        text-align: center;
    }

    .post-inner {
        padding: 15px;
    }

    .image-caption {
        padding: 0 15px;
    }

    .single-post .gnews, .single-post .viber {
        margin: 20px 15px;
    }

    .post-inner .gallery .slide {
        width: calc(90% - 10px);
        margin-right: 20px;
    }

    .post-inner .gallery .gallery-slider .flickity-prev-next-button.previous {
        left: calc(50% - 40px);
        top: 100%;
    }

    .post-inner .gallery .gallery-slider .flickity-prev-next-button.next {
        right: calc(50% - 40px);
        top: 100%;
    }

    .post-inner .gallery {
        margin: 0px 0 40px;
    }

    .article.result-article {
        flex-direction: column;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border: 0 none transparent;
    }

    .article.result-article .thumb {
        width: 100%;
        margin-right: 0;
    }

    .article.result-article .descr-wrap {
        width: 100%;
    }

    .cat-head.search .searchform {
        width: 90%;
    }

    .small-article-grid {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin: 0 7px;
    }

    .small-article-grid.in-container {
        margin-left: -7px;
        margin-right: -7px;
    }

    .small-article-grid .article.row-article {
        flex-direction: column;
        margin: 7px;
        padding-top: 0;
        border: 0 none transparent;
        width: 50%;
    }

    .small-article-grid .article.row-article:first-child {
        margin: 7px;
    }

    .small-article-grid .article.row-article .thumb {
        width: 100%;
        margin: 0 0 15px;
    }

    .small-article-grid .article.row-article .text {
        width: 100%;
    }

    .article-grid .small-article-grid:first-child .article.row-article:first-child {
        margin-top: 7px;
    }

    .gray-bg .article-grid .row:first-child, 
    .gray-bg .article-grid .article img,
    .pale-bg .article-grid .row:first-child, 
    .pale-bg .article-grid .article img {
        margin-bottom: 15px;
    }

    .article-grid .article h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px !important;
    }

    .article-grid .sport-featured .article h1 {
        margin-bottom: 10px !important;
    }

    .article-grid .small-article-grid .article h1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px !important;
    }

    .book-promo {
        margin: 15px;
    }

    .article-grid .article.row-article.no-top {
        flex-direction: column;
    }

    .article-grid .article.row-article.no-top .thumb {
        width: 100%;
        margin: 0px 0 15px;
    }

    .article-grid .article.row-article.no-top .text {
        width: 100%;
    }

    .article.spotlight {
        margin-bottom: 30px;
    }

    .sports-list {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sports-list li {
        margin: 0 5px;
    }

    .griefs h3 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .griefs p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .nameday .cal {
        margin-bottom: 10px;
        padding: 0 18px 4px;
    }

    .nameday p {
        margin-bottom: 0;
    }

    .nameday .cal .day {
        font-size: 24px;
        line-height: 28px;
    }

    .nameday .cal .month {
        font-size: 12px;
    }

    .publications h2::before {
        transform: scale(0.5);
        top: -48px;
        left: -55px;
    }

    .publications h2::after {
        transform: scale(0.5) rotate(180deg);
        top: -30px;
        right: -55px;
    }

    .publications h2:hover::before {
        left: -65px;
    }

    .publications h2:hover::after {
        right: -65px;
    }

    .pub-slide {
        margin: 0;
        width: 100%;
    }

    .pub-slider .flickity-prev-next-button {
        display: block;
    }

    .pub-slider .flickity-prev-next-button {
        display: block;
        top: 15px;
        right: 15px;
    }

    .pub-slider .flickity-prev-next-button.previous {
        left: 15px;
    }

    .pub-link .cover-wrape {
        height: 280px;
        overflow: hidden;
    }

    .pub-slider .pub-link .cover-wrape {
        height: auto;
    }

    .pub:before {
        height: 260px;
    }

    .small-pub {
        padding: 15px 35px;
    }

    .pub-link {
        padding: 0 23px;
    }

    .pub-list {
        padding-bottom: 10px;
    }

    .stories-slider .flickity-prev-next-button.previous {
        left: calc(50% - 40px);
        top: calc(100% + 50px);
    }

    .stories-slider .flickity-prev-next-button.next {
        right: calc(50% - 40px);
        top: calc(100% + 50px);
    }

    .stories-slider .flickity-page-dots {
        display: none;
    }

    .stories-slider {
        padding-bottom: 30px;
        margin-bottom: 100px;
    }

    .photo-gallery:before {
        content: '';
        border: 1px solid #E6E6E6;
        display: block;
        width: 100%;
        height: calc(100% - 68px);
        position: absolute;
        top: 20px;
        left: 0;
        margin-left: 0;
    }

    .photo-gallery:after {
        content: '';
        background: white;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -40px;
        width: 80px;
        height: 100%;
        top: 0;
    }

    .photo-gallery h2 a {
        position: relative;
        display: inline-block;
    }

    .photo-gallery h2 a:before {
        content: '';
        background: white;
        display: block;
        width: 110%;
        margin-left: -5%;
        height: 100px;
        position: absolute;
        left: 0;
        z-index: -1;
    }

    .menubar .top-links {
        text-align: center;
    }

    .menubar .top-links a {
        margin: 0 4px;
        padding: 2px 8px;
    }

    .headerwrap {
        padding-bottom: 0;
    }

    .post-inner .gallery {
        width: calc(100% + 30px) !important;
        max-width: initial;
        margin-left: -15px !important;
        padding: 30px 0;
    }

    .post-inner .gallery .gallery-item {
        width: 80% !important;
        margin: 0 10px;
    }
    
    .post-inner .gallery .flickity-prev-next-button.previous {
        left: calc(50% - 40px);
        top: 100%;
    }

    .post-inner .gallery .flickity-prev-next-button.next {
        right: calc(50% - 40px);
        top: 100%;
    }

    .paging, .wp-pagenavi {
        display: flex;
        justify-content: space-between;
        margin: 30px auto 50px;
        max-width: 340px;
    }

    .classified-article-list.single {
        padding: 0 15px;
    }

    .article.classified-article .descr-wrap {
        padding: 0;
    }

    .classified-article-list .no-classifieds {
        text-align: left;
        padding: 0;
        margin-bottom: 50px;
    }

    .cat-head.page-head h1 {
        font-size: 22px;
    }

    .sub-form h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .page .title-large {
        font-size: 20px;
        line-height: 28px;
    }

    .sub-form strong {
        margin-bottom: 20px;
        display: block;
    }

    .page-content.fourofour .page-inner-content,
    .page-template-page-with-sidebar .page-content .page-inner-content {
        padding-left: 36px;
        padding-right: 36px;
    }

    .sidebar .papers-widget {
        margin: 0;
    }

    .page-id-333 .page-content hr {
        margin: 30px 0;
    }

    .error404 .title-big {
        font-size: 26px;
        line-height: 32px; 
    }

    .article-thumb-big,
    .article-thumb-large,
    .article-thumb-big-inner,
    .article-thumb-medium,
    .article-thumb-medium-alt,
    .article-thumb-medium-alt-2,
    .article-thumb-small,
    .book-mag-thumb {
        height: auto;
    }

    .cat-article-list .descr-wrap {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .article-grid.sports-grid .article.large {
        height: auto !important;
    }

    .article-thumb-large > *,
    .article-thumb-big > *,
    .article-thumb-big-inner > *,
    .article-thumb-medium > *,
    .article-thumb-medium-alt > *,
    .article-thumb-medium-alt-2 > *, 
    .article-thumb-small > *,
    .book-mag-thumb > *,
    .article-thumb-large img,
    .article-thumb-big img,
    .article-thumb-big-inner img,
    .article-thumb-medium img,
    .article-thumb-medium-alt img,
    .article-thumb-medium-alt-2 img, 
    .article-thumb-small img,
    .book-mag-thumb img {
        width: 100%;
        height: auto;
    }

    .botm {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #cbcbcb;
    }

    .article-grid.after-post-articles .article.row-article {
        align-items: center;
        flex-direction: column;
        border: 0 none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .article-grid.after-post-articles .article.row-article .thumb {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .article-grid.after-post-articles .article.row-article .text {
        width: 100%;
        padding: 0 15px;
    }

    .article__media-caption {
        display: block;
    }

    .subscribe-btn.subscribe-btn--video {
        margin-top: 5px;
    }

    .eortologio {
        padding: 0 28px;
    }

    .sub-block .img-fluid {
        width: 100%;
        display: block;
    }

    .sub-block .img-fluid img {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }

    .result-count {
        padding: 0 15px 30px;
        text-align: center;
    }

    .article-grid.after-post-articles .roi-articles .article.row-article .text {
        padding: 0 28px;
    }

    .article.classified-inner {
        padding: 30px 28px 15px;
    }

    .classified-small-body {
        flex-direction: column;
    }

    .classified-small-body .thumb {
        width: 100%;
        margin: 0 0 15px 0;
    }
    
    .classified-small-body .text {
        width: 100%;
    }

    .article.classified-inner {
        padding: 0 28px;
    }

    .classified-inner h1 {
        font-size: 22px;
        line-height: 26px;
    }

    .back-classified {
        margin: 0 auto;
        display: block;
        width: 200px;
        text-align: center;
    }

    .cat-head.sports .large .article-link,
    .cat-head.sports .small .article-link {
        padding: 0;
    }

    .main-menu ul.menu > li.mob-only {
        display: block;
    }

    .article.author-article .descr-wrap {
        width: 100%;
    }

    .article a.article-link .title-large {
        font-size: 22px;
        line-height: 28px;
    }

    .solo-ad-grid {
        flex-direction: column;
    }

    .solo-ad-grid .solo-ad {
        margin-bottom: 30px;
    }
    
    .footer .social li:first-child {
        margin-left: 0;
    }

    .single-post .tags {
        text-align: center;
    }

    .single-post .tags ul {
        margin: 0;
    }

    .stick-side {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        margin-bottom: 20px;
    }

    .single-post .post-date strong {
        display: block;
        font-size: 20px;
    }

    .single-post .post-social li {
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 10px;
    }

    .single-post .post-social li a {
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #28272b;
        border-radius: 50%;
        text-align: center;
        line-height: 25px;
    }

    .single-post .post-social li a svg {
        width: 15px;
        height: 15px;
    }

    .author-article-list .article.author-article .avatar img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

}

@media only screen and (max-width: 370px) {

    .sports-list li {
        margin: 0 10px;
    }

    .paging, .wp-pagenavi {
        display: flex;
        justify-content: space-between;
        margin: 30px 15px 50px;
        max-width: 100%;
    }

    .sports-list li {
        margin: 0 2px;
    }

}