﻿/*
Theme Name: QuickStrap
Theme URI: https://www.quickonlinetips.com/archives/quickstrap-wordpress-theme/
Author: QuickOnlineTips
Author URI: https://www.quickonlinetips.com/
Description: A lightweight 3-columns responsive Bootstrap starter theme, Font Awesome preloaded, full width page options, 3 footer widgets, SEO optimized, fast loading, minimal styling, easy to customize WordPress theme.
Version: 1.3
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 7.0
Tags: three-columns, right-sidebar, left-sidebar, threaded-comments, sticky-post, custom-background,  translation-ready, editor-style, custom-menu, featured-images
Text Domain: quickstrap
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html
QuickStrap WordPress Theme, Copyright 2019 QuickOnlineTips.com
QuickStrap is distributed under the terms of the GNU GPL
*/


/* Theme Validity --------------------- */


@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');

body {
  background-color: #fff !important;
  font-family: "Noto Serif",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}


.logo img {
  width: 200px;
  image-rendering: optimizeQuality;
  padding: 0 0 5px 0;
}

@media (max-width: 717px) {
    .navbar-collapse {
        position: fixed;
        top: 50px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 89%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}

        /* search start  */

        .search-inline {
            width: 375px;
            right: 7%;
            padding-left: 15px;
            padding-right: 15px;
            top: 75px;
            height: 50px;
            position: absolute;
            opacity: 0;
            visibility: hidden;
            background-color: #fff;
            z-index: 99999;
            transition: all .5s ease-in-out;
        }

        .search-inline.search-visible {
            opacity: 1;
            visibility: visible;
            animation: fadeInDown 0.4s ease-in-out;
			border: 1px solid #eee;
        }
		

        .search-inline button[type="submit"] {
            position: absolute;
            right: 52px;
            top: 0;
            background-color: transparent;
            border: 0px;
            top: 0;
            right: 80px;
            padding: 0px;
            cursor: pointer;
            width: 80px;
            height: 99%;
            background: #fff;

        }
		
.search-inline .form-control:focus {
  box-shadow: 0 0 0;
}

        .search-inline .form-control {
            border: 0px;
            padding-left: 9px;
            font-size: 14px;
            position: absolute;
            left: 1%;
            top: 0;
            height: 100%;
            width: 99%;
            font-family: "Noto Serif",Helvetica,Arial,sans-serif;
            font-weight: 300;
            outline: none;
        }

        .search-inline .search-close {
            position: absolute;
            top: 0;
            right: 0;
            color: #616161;
            width: 80px;
            height: 100%;
            text-align: center;
            display: table;
            background: #efefef;
            text-decoration: none;
        }

        .search-inline .search-close i {
            display: table-cell;
            vertical-align: middle;
        }

        .form-control {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #efefef;
            border-radius: .25rem;
            transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translate3d(0, -20%, 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }
.nav-link {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  line-height: normal;
}

.navbar {
  font-family: "Fira Sans",Helvetica,Arial,sans-serif;
}

.logo {
  padding-right: 15px;
}

#navbarSupportedContent {
  padding: 0 15px;
  background: #fff;
  
}

.newssidegeneral {
  overflow-y: scroll;
  height: 77vh;
  margin-bottom: 11px;
  scrollbar-width: thin;
  
}

.newssideitemimage img {
  width: 79px;
  height: auto;
}
.newssidetitle {
  font-size: 14px;
  font-weight: 900;
}
.newssideitemimage {
  float: left;
  margin-right: 9px;
  margin-bottom: 25px;
  max-height: 57px;
  overflow: hidden;
}

.newssideitem {
  min-height: 77px;
  margin-bottom: 1em;
  
}

a {
  text-decoration: none !important;
}

.newssidetime {
  color: #1e73be;
  font-size: 11px;
}
.newssidetitle a {
  color: #171717;
  font-weight: 400;
  margin-bottom: 5px;
}

.newslisthead {
  margin-bottom: 19px;
  background-color: #cc0009;
}
.newslisthead h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 37px;
  line-height: 37px;
  padding: 0 15px;
}
.header {
  padding-bottom: 39px;
}

.slideitemlarge {
  float: left;
  overflow: hidden;
}


.slideitemmedium {
  float: left;
  padding: 0 0 5px 5px;
  overflow: hidden;
  position: relative;
}
.nav-item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: #f70d28;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.nav-item:hover::before, .nav-item.active {
  opacity: 1;
  width: 75%;
}
.nav-item {
  position: relative;
}

.slider-image {
  min-height: 100%;
  object-fit: cover;
  min-width: 700px;
}

.slideitemlargeimg {
  height: 500px;
  transform: translate3d(-39px,0,0);
  transition: transform .35s;
  
}

.slideitemlarge {
  position: relative;
}

.slideitemlargetitle {
  position: absolute;
  bottom: 0;
  padding: 25px;
  z-index: 999;
  
}

.link-allnews, .allnewscicon {
  color: #555;
}

.allnewsbtn:hover {
  background-color: #d33 !important;
}

.allnewsbtn:hover a, .allnewsbtn:hover .allnewscicon {
  color: #fff;
}

.slideitemmediumimg {
  height: 163px;
  overflow: hidden;
}
.slideitemmediumtitle {
  position: absolute;
  bottom: 0;
  padding: 0 25px 25px 25px;
  z-index: 999;
  
}

.slideitemmediumtitle h3 {
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  font-weight: 700;
  margin: 0 auto 10px;
}
.slideitemmediumtitle a {
  color: #fff;
}



.slideitemlargetitle h3 {
  font-size: 30px;
  line-height: 1.1em;
  margin-bottom: 7px;
}

.slideitemlargetitle a {
  color: #fff;
}

.slideitemcategory a {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  color: inherit;
  line-height: 1;
  margin-bottom: 5px;
  padding: 2px 6px;
  background: #f70d28;
  background-color: rgb(247, 13, 40);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: .2s;
  background-color: #0c2461;
  color: #fff;
}
.slideitemlarge::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg,transparent 0,#000 65%,#000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0);
  opacity: .35;
  z-index: 2;
}
.slideitemmedium::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg,transparent 0,#000 65%,#000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0);
  opacity: .35;
  z-index: 2;
  height:163px;
}


.slideitemdatetime {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translate3d(0,30px,0);
  transition: .35s ease;
}
.slideitemmediumimg img {
  height: 100%;
  width: 100%;
  transform: translate3d(-39px,0,0);
  min-width: 370px;
  transition: transform .35s;
}
.slider-nav {
  z-index: 999;
}
.slideitemlarge:hover .slideitemlargeimg {
  transform: translateZ(0);
}
.slideitemmedium:hover img {
  transform: translateZ(0);
}
.slideitemlargetitle, .slideitemmediumtitle {
  transform: translate3d(0,25px,0);
  transition: transform .35s;
}
.slideitemlarge:hover .slideitemlargetitle {
  transform: translateZ(0);
}

.slideitemlarge:hover .slideitemdatetime {
  opacity: 1;
}



.slideitemmedium:hover .slideitemmediumtitle {
  transform: translateZ(0);
}

.slideitemmedium:hover .slideitemdatetime {
  transform: translateZ(0);
}

.slideitemmedium:hover .slideitemdatetime {
  opacity: 1;
}

.mainnews-image {
  min-width: 100%;
  height: auto;
  min-height: 223px;
}
.indexnewssectiontitle h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 5px;
}
.indexnewssectiontitle a {
  color: #171717;
}

.indexnewssectionimg {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 225px;
  margin-bottom: 10px;
}

.indexnewssectionitem .slideitemcategory {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 10px;
  margin: 0;
  line-height: 1;
}
.indexnewssectionitem {
  padding-right: 1px;
  margin-bottom: 25px;
}
.indexnewssectiontetime {
  color: #1e73b7;
  font-size: 11px;
  text-transform: uppercase;
}


.indexnewssectiontitle a:hover, .slideitemlargetitle a:hover, .slideitemmediumtitle a:hover {
  color: #c00c09;
}

.indexnewssectionheader h3 {
  font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
  margin: 0;
  position: relative;
}

.indexnewssectionheader {
  border-bottom: 2px solid #3980bf;
  border-color: #3980bf;
  margin-bottom: 30px;
}

.indexnewssectionheadertext {
  background-color: #015397;
  color: #fff;
  border-radius: 2px 2px 0 0;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: -2px;
  font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
}


.indexnewssection1item .slideitemcategory {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 10px;
  margin: 0;
  line-height: 1;
}
.indexnewssection1item {
  padding-bottom: 19px;
}

.indexnewssection1titlesm h3 {
  font-size: 15px;
}

.indexnewssection1titlelg h3 {
  font-size: 18px;
  margin-bottom: 9px;
}
.indexnewssection1titlesm {
  padding-left: 15px;
  display: table;
}
.indexnewssectiontitlesm {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.indexnewssectiontitlesm h3 {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  margin-right: 0px;
  display: inline-block;
  margin-right: 5px;
  letter-spacing: normal;
}

.indexnewssectiontitlesm h3::before {
  color: #0c2469;
  font-size: 14px;
  content: "\F0DA";
  font-family: FontAwesome;
  text-rendering: auto;
  margin-right: 5px;
  pointer-events: none;
}

.indexnewssectiontitlep1 {
  padding: 20px 15px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.65) 70%);
}
.indexnewssectiontitlep1 a {
  color: #fff;
}
.indexnewssectiontitlep1 .indexnewssectiontetime {
  color: #fff;
}

.topnumbers {
  position: relative;
  font-size: 18px;
  text-align: center;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-style: italic;
  background: #eee;
  padding: 10px;
  border-radius: 100%;
  box-sizing: content-box;
  transition: all .3s;
  float: left;
  margin-right: 15px;
}


.popularposts {
  padding-bottom: 15px;
  border-bottom: 3px solid #eee;
  margin-bottom: 19px;
}

.indexnewssectionpopularposts h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 9px;
  line-height: 1.25;
  position: relative;
}

.mainnews-image-sm {
  width: 100%;
  height: auto;
  min-height: 170px;
}

.indexnewssectiontitlesm1 h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px auto 5px;
}
h2, h3 {
  font-family: "Fira Sans",Helvetica,Arial,sans-serif;
}

.indexnewssection1titlelg1 {
  background: #fff;
  padding: 12px 20px 15px;
  margin: -50px 15px 0;
  position: relative;
  z-index: 3;
}

.topnumberslg {
  text-align: center;
  height: auto;
  line-height: 3;
  width: 50px;
  font-size: 36px;
  border-radius: 0;
  background: none;
  border-left: 1px solid #eee;
  color: #d7d7d7;
  float: right;
  position: relative;
}

.indexnewssectionpopularposts {
  max-width: 75%;
  float: left;
}
.modeswitch {
  font-size: 19px !important;
  cursor: pointer;
  color: #555;
}

.breadcrumb {
  color: #a0a0a9;
  margin: 0 0 19px 0;
  font-size: 12px;
}

.breadcrumb .fa {
  padding: 0 3px;
}

a {
  color: #171717;
}

.breadcrumblink1 a {
  color: #a0a0a9;
}

.entry-title {
  font-weight: 500;
  font-size: 3em;
  line-height: 1.15;
  margin: 0 0 .4em;
  font-family: "Fira Sans",Helvetica,Arial,sans-serif;
}

.mainheader {
  margin: 0 0 29px 0;
}

.innews-image {
  min-width: 100%;
  height: auto;
  margin-bottom: 29px;
}

.date {
  font-size: 13px;
  color: #a0a0a0;
}
.entry-content {
  color: #333;
  font-size: 16px;
  line-height: 1.625em;
  word-break: normal;
  word-wrap: break-word;
}

.entry-content p {
  margin: 0 0 1.25em;
}

.viewscounter::after {
  width: 1px;
  height: 37px;
  background: #e0e0e0;
  display: block;
  content: "";
  position: relative;
  right: 0;
  top: -2px;
  transform: rotate(15deg);
  float: right;
}
.viewstext {
  font-weight: 400;
  margin-top: 3px;
  display: block;
  text-align: center;
  font-size: 11px;
  color: #a0a0a0;
}
.viewscounter {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.sharebuttons a {
  margin: 0 5px 5px 0;
  border-radius: 3px;
  transition: .2s;
}

.innewsbackground {
  background-color: #f7f7f7 !important;
}

.tagstext {
  font-weight: 700;
  margin-right: 3px;
}
.tags {
  font-size: 12px;
}

.tags a {
  color: #616161;
  background: #f5f5f5;
  display: inline-block;
  letter-spacing: 1px;
  line-height: normal;
  padding: 4px 10px;
  margin: 0 3px 5px 0;
  text-rendering: optimizeLegibility;
  transition: all .2s linear;
}

article {
  margin: 0 0 19px 0;
}

.sidebar > div {
  margin-bottom: 39px;
}

.categorypageheader {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  padding-top: 9px;
}
.searcharchiveimage {
  max-height: 185px;
  overflow: hidden;
  max-width: 270px;
}
.searcharcnewsimg {
  width: 270px;
  height: auto;
  min-height: 190px;
}


.searchheader {
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 15px;
}

.search-in-results-control {
  display: inline-block;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 7px 14px;
  height: 40px;
  outline: none;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  width: 100%;
  max-width: 100%;
  transition: .25s ease;
  box-shadow: none;
}
.search-in-button {
  border: none;
  border-radius: 0;
  background: #0c2467;
  background-color: rgb(12, 36, 103);
  background-color: #0c2467;
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  outline: 0;
  -webkit-appearance: none;
  transition: .3s ease;
  position: absolute;
  right: 0;
}
.search-in-results {
  background: #f7f7f7;
  padding: 20px;
}
.tags a:hover {
  background-color: #0c2461;
  color: #fff;
}
.indexnewssectionhead {
  margin-bottom: 15px;
  position: relative;
  padding: 0;
  margin-left: 15px;
  
}

@media (max-width: 550px) {
  body {
    margin-top: 50px;
  }

.navbar {
  position: fixed;
  right: 0;
  left: 0;
  border-radius: 0;
  top: 0;
  z-index: 999;
  height: 60px;
  line-height: 60px;
}
.navbar-nav {
  background-color: #fff;
}  
.logo img {
  image-rendering: optimizeQuality;
  max-height: 37px;
  display: block;
  text-align: center;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.slideitemdatetime {
  opacity: 1;
}

.innews-image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.entry-title {
  font-size: 32px !important;
}

.newssidegeneral {
  overflow: visible !important;
  height: auto;
  
}

.searcharcnewsimg {
  width: 99px;
  height: auto;
  min-height: auto;
}

.searchheader {
  font-size: 15px;
  font-weight: 700;
}
.tagheader {
  font-size: 15px;
  font-weight: 500;
}

}
.slideitemmobileimg {
  overflow: hidden;
  max-width: 100%;
}
.slideitemmobile {
  position: relative;
  max-height: 350px;
}
.dark-mode {
  background-color: #1a1a19 !important;
  color: white;
}
.slideitemmobiletitle {
  position: absolute;
  bottom: 0;
  padding: 37px 20px;
  z-index: 999;
}
.slideitemmobiletitle a {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
}
.slideitemmobiletitle h3 {
  font-size: 18px !important;
  margin-bottom: 5px !important;
}
.mobile-slider-image {
  min-height: 350px;
  width: auto;
}
.slideitemmobile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.18);
  z-index: 1;
}
.mobilesearch {
  line-height: normal;
}

.tagheader {
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 15px;
}

.navbar h2 {
  margin: 0;
}

.main-footer a {
  color: #fff;
}

.main-footer {
  background-color: #212123;
  color: #fff;
  z-index: 999;
  position: relative;
}
.dark-mode a, .dark-mode h1, .dark-mode p {
  color: #fff;
}

.dark-mode nav a, .dark-mode .tags a {
  color: #000009;
}

.indexnewssectionhead strong {
  position: relative;
  padding-right: 15px;
  background: #fff;
}

.indexnewssectionhead::before {
  content: "";
  width: 97%;
  height: 0;
  border-bottom: 2px solid #eee;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.eocjs-newsticker {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
}

.eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  height: 24px;
  overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
}

.eocjs-newsticker-loader {
  position: absolute;
  left: calc(50% - 10px);
  top: 2px;
  width: 20px;
  height: 20px;
  display: block;
  border: 3px solid #555555;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: eocjs-newsticker-spin .75s linear infinite;
}

@keyframes eocjs-newsticker-spin {
  to {
    transform: rotate(360deg);
  }
}
.newsticker {
  margin-bottom: 5px;
  max-height: 55px;
  overflow: hidden;
}

.slider-nav::before {
  width: 2rem !important;
  height: 2rem !important;
}
.slider-nav-round .slider-nav::after, .slider-nav-square .slider-nav::after {
  width: 1rem !important;
  height: 1rem !important;
}
.popularpostssm h3 {
  font-weight: normal;
  font-size: 14px;
}
.popularpostssm {
  padding-bottom: 19px;
  padding-left: 0;
}
.topnumbers:hover {
  background-color: #0c2469;
  color: #fff;
}
  * {
    scrollbar-width: thin;
    scrollbar-color: #e0e5e9 #ffffff;
  }


  *::-webkit-scrollbar {
    width: 7px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #e0e5e9;
    border-radius: 10px;
    border: 5px solid #e0e5e9;
  }
  
.newsside {
  z-index: 5;
  position: relative;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #015397;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

.text-red {
  color: #cc0009 !important;
}

#sidebar {
  overflow: hidden;
}











.entry-content img {
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 1px;
  height: auto;
}
.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.footercontent {
  padding-top: 0.1em;
}

.gal_content img {
  width: 100% !important;
}

   q {
    quotes: "\00ab" "\00bb"; /* Кавычки в виде двойных угловых скобок */
   }

video {
    max-width: 100%;
    height: auto;
}
.video {
    max-width: 100%;
}

