/*!
Theme Name: barambo
Theme URI: http://volent.ge/
Author: Tornike Sarsevanidze
Author URI: http://volent.ge/
Description: Tornike
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: barambo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

barambo is based on Underscores https://volent.ge/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 @import url("//cdn.web-fonts.ge/fonts/bpg-nino-mtavruli-bold/css/bpg-nino-mtavruli-bold.min.css");
 @import url("//cdn.web-fonts.ge/fonts/bpg-arial/css/bpg-arial.min.css");
 
 html {
     line-height: 1.15;
     -webkit-text-size-adjust: 100%;
 }
 
 /* Sections
      ========================================================================== */
 
 /**
  * Remove the margin in all browsers.
  */
 
 /* Captions
 --------------------------------------------- */
 .wp-caption {
     margin-bottom: 1.5em;
     max-width: 100%;
 }
 
 .wp-caption img[class*="wp-image-"] {
     display: block;
     margin-left: auto;
     margin-right: auto;
 }
 
 .wp-caption .wp-caption-text {
     margin: 0.8075em 0;
 }
 
 .wp-caption-text {
     text-align: center;
 }
 
 /* Galleries
 --------------------------------------------- */
 .gallery {
     margin-bottom: 1.5em;
     display: grid;
     grid-gap: 1.5em;
 }
 
 .gallery-item {
     display: inline-block;
     text-align: center;
     width: 100%;
 }
 
 .gallery-columns-2 {
     grid-template-columns: repeat(2, 1fr);
 }
 
 .gallery-columns-3 {
     grid-template-columns: repeat(3, 1fr);
 }
 
 .gallery-columns-4 {
     grid-template-columns: repeat(4, 1fr);
 }
 
 .gallery-columns-5 {
     grid-template-columns: repeat(5, 1fr);
 }
 
 .gallery-columns-6 {
     grid-template-columns: repeat(6, 1fr);
 }
 
 .gallery-columns-7 {
     grid-template-columns: repeat(7, 1fr);
 }
 
 .gallery-columns-8 {
     grid-template-columns: repeat(8, 1fr);
 }
 
 .gallery-columns-9 {
     grid-template-columns: repeat(9, 1fr);
 }
 
 .gallery-caption {
     display: block;
 }
 
 .alignleft {
 
     /*rtl:ignore*/
     float: left;
 
     /*rtl:ignore*/
     margin-right: 1.5em;
     margin-bottom: 1.5em;
 }
 
 .alignright {
 
     /*rtl:ignore*/
     float: right;
 
     /*rtl:ignore*/
     margin-left: 1.5em;
     margin-bottom: 1.5em;
 }
 
 .aligncenter {
     clear: both;
     display: block;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 1.5em;
 }
 
 
 body {
     font-family: "BPG Arial", sans-serif !important;
 
 
 }
 
 h1,h2,h3,h4,h5,h6 {
     font-family: "BPG Nino Mtavruli Bold", sans-serif !important;
 }
 
 section.featured__news-item {
     padding: 50px 0;
 }
 
 .featured__news-text {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     height: 100%;
 }
 
 .featured-row  {
      display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display:         flex;
 }
 
 .featured-row > [class*='col-'] {
      display: flex;
      flex-direction: column;
 }
 
 .featured__news-image {
     width:100%;
 }
 
 .featured__news-image img {
     width:100%;
 }
 
 .featured__news-item:nth-child(odd) {
     background:rgb(246 246 246)
 }
 
 
 .bg-gray {
     background:rgb(246 246 246) !important
 }
 
 
 .mb-3 {
     margin-bottom:3rem;
 }
 .featured__news-item:nth-child(odd) p {
     color:#000;
 }
 
 .navbar-nav > li > a {
     font-family: "BPG Nino Mtavruli Bold", sans-serif !important;
     font-size:16px !important
 }
 
 .dropdown-menu li > a {
     font-family: "BPG Arial", sans-serif !important;
     font-size:14px !important
 }
 
 .logo, .logo-dark {
     max-height: 100% !important;
 }
 
 .no-bg {
     background:transparent !important;
 }
 
 
 
 .post-item {
     position: relative;
     margin-bottom: 30px !important;
     transition: all 0.3s ease 0s;
     height: 191px;
 }
 
 .overlay .images {
     position: relative;
     display: inline-block;
     width: 100%;
     height: 100%;
 }
 
 .overlay .images:before {
     position: absolute;
     content: "";
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 30%;
     background: linear-gradient(top, transparent, #000);
     background: -webkit-linear-gradient(top, transparent, #000);
 }
 
 .img-responsive {
     display: block important;
     max-width: 100% !important;
     height: 100% important;
 }
 
 .overlay .images img {
     width:100%;
     height:100%;
     object-fit:cover !important;
 }
 
 .post-item .text {
     position: absolute;
     left: 20px;
     right: 20px;
     bottom: 20px;
 }
 
 .post-item .text h2 {
     margin-bottom: 5px;
 }
 
 .post-item:last-child {
     margin-bottom: 0px;
 }
 
 .post-item .text h2 a, .post-item .text h2 span {
     display: inline-block;
     width: 100%;
     padding-left: 10px;
     position: relative;
     color: #fff;
     transition: all 0.5s ease 0s;
     font: 400 18px/22px "Oswald";
 }
 
 .post-item .text h2 a:after, .post-item .text h2 span:after {
     position: absolute;
     content: '';
     left: 0px;
     top: 2px;
     background: #db2e1c;
     width: 3px;
     height: 17px;
 }
 
 
 .parallax-bg > * {
     color:#fff;
     text-align: center;
 }
 
 .parallax-bg h3 {
     color:#fff;
 }
 
 .photo-item {
     width: 100%;
     position: relative;
     overflow: hidden;
 }
 
 .photo-item article {
     position: relative;
     overflow: hidden;
 }
 
 .photo-item img {
     width: 100%;
 }
 
 
 .photo-item .hover-port {
     position: absolute;
     left: 0px;
     top: 0px;
     height: 100%;
     width: 100%;
     padding: 30px;
     background: rgba(34,34,34,0.9);
     opacity: 0;
     text-align: center;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
 }
 
 .port-folio-row .position-center-center {
     width: 100%;
     padding: 0 20px;
 }
 
 .position-center-center {
     left: 50%;
     position: absolute;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }
 
 .photo-item .hover-port a {
     display: inline-block;
     height: 52px;
     width: 52px;
     background: #fff;
     color: #272727;
     border-radius: 50%;
     line-height: 54px;
     font-size: 16px;
     margin: 0 5px;
     margin-bottom: 10px;
 }
 
 .photo-item .hover-port h6 {
     color: #fff;
     text-transform: none;
     margin-bottom: 0px;
     display: inline-block;
     width: 100%;
     font-size: 14px;
     font-weight: bold;
     font-family: 'Merriweather', serif;
     font-style: italic;
 }
 
 
 .photo-item:hover .hover-port {
     opacity: 1;
 }
 
 
 .product-details > h3, .product-list-widget a > span, .table.shop_table tr td.product-name a {
 
     min-height: 48px;
 }
 
 .sticky .logo-dark {
     max-height:50px !important
 }