/*
 Theme Name: 10 - Georges Theme v1
 Description: Georges Theme-  using the Bootstrap framework.
 Author: Maria Benic
 Author URI: http://localhost/george
 Version: 0.0.1
 */

:root {
  --green: #386641;
  --green-primary: #153c36;
  --green-secondary: #1b4530;
  --green-background: #f2faf5;
  --green-nice: #86bf75;
  --white: #ffffff;
}

html {
  font-family: Poppins;
}

section {
  padding: 64px 0 0 0;
}
/* buttons */

.btn {
  background-color: var(--green-primary) !important;
  color: var(--white) !important;
  border: none !important;
}

.btn:hover {
  /*background-color: var(--green-nice) !important; */
  background-color: var(--white) !important;
  border: solid 1px var(--green) !important;
  color: var(--green) !important;
}

/* end buttons */

/* our products */
.box .content {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 2rem;
  text-align: center;

  display: none;
}

.box .content h3 {
  color: #222;
  animation: fadeIn 0.2s linear backwards;
}

.box .content p {
  color: #222;

  line-height: 2;
  animation: fadeIn 0.2s linear backwards 0.4s;
}

.box .content .btn {
  animation: fadeIn 0.2s linear backwards 0.6s;
}

.box:hover .content {
  display: flex;
}

/* end our products */

/* plants gallery */
/* Create three equal col that floats next to each other */

.gallery-item {
  float: left;
  width: 33.33%;
  display: none;
  /* Hide all elements by default */
  padding: 8px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */

/* end plants gallery*/

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel {
}

/* carrousel caption */

.carousel-caption {
  /*position: relative;
  left: 0;
  top: 40%; */
}

/* end carousel caption */

.portfolio-item {
  margin-bottom: 30px;
}

.call-to-action {
  min-height: 300px;

  background-color: var(--green-nice);
  display: flex;
  justify-content: center;
  /* Align horizontal */
  align-items: center;
  /* Align vertical */
}

.call-to-action .cta-btn {
  width: 90%;
}

/* footer */
footer {
  background-color: #386641 !important;
}
footer ul li {
  text-decoration: none;
  list-style: none;
}

footer ul li a {
  color: white;
  font-size: 20px;
}

footer ul li a:hover {
  color: var(--green-nice);
}

footer h3 {
  color: white;

  text-transform: capitalize;
}

footer .share a {
  font-size: 56px;
  color: grey;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  text-decoration: none;
}

footer .share a:hover {
  background-color: var(--green-nice);
}

footer .widgets-title {
  font-size: 1.75em;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0.3rem;
}
/* end footer */

/* videos */

/* videos */

/* posts */

article.post {
  border: 1px solid var(--green);
  padding: 5px 5px 15px 5px;
  border-radius: 5px;
}

.wp-post-image {
  max-width: 100%;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
}

/* posts */

/* pagination */
nav {
  /* text-align: center;
  /* effects the top navigation */
}
nav ul {
  display: flex;
}
nav li a.page-numbers {
  font-size: 18;
  border: 2px var(--green) solid;
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  color: var(--green);
}

nav li a.prev,
nav li a.next {
  /*border: none;*/
  font-size: 18px;
  color: var(--green);
}

nav ul li span.current {
  color: white;
  background-color: var(--green);
  padding: 12px;
  margin: 5px;
  border-radius: 5px;
}

nav ul li {
  list-style: none;
}

/* pagination */

/* single post */

.thumb {
  float: left;
  margin: 0px 15px 15px 0px;
  /* bootstrap = float-start me-3 */
}

.clear {
  /* .clear: both;
  .float: none; */
}

/* single post */

/* nav bar */

.navbar {
  background-color: #386641 !important;
}
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  background-color: #ffffff !important;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  background-color: #080808 !important;
}
.dropdown-menu {
  background-color: #ffffff !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #86bf75 !important;
}
.navbar {
  background-image: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: none !important;
}
.navbar {
  border-color: #080808 !important;
}
.navbar .navbar-brand {
  color: #ffffff !important;
}
.navbar .navbar-brand:hover {
  color: #ffffff !important;
}
.navbar .navbar-nav > li > a {
  color: #ffffff !important;
  font-size: 18px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #000000 !important;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  color: #ffffff !important;
}
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #ffffff !important;
}
.dropdown-menu > li > a {
  color: #333333 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff !important;
}
.navbar .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff !important;
}
.navbar .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #000000 !important;
}
.navbar .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #ffffff !important;
}
.navbar .navbar-nav > .dropdown > a:hover .caret {
  border-bottom-color: #000000 !important;
}

.navbar .navbar-toggler,
.navbar span.navbar-toggler-icon {
  color: var(--white) !important;
  background-color: var(--white);
}
