/*!
Theme Name: _FGS
Theme URI: http://yourdesign.co.za
Author: John Montgomery
Author URI: http://yourdesign.co.za
Description: _FGS is a WordPress theme with the goal of integrating Twitter's bootstrap into Automattic's _s with the smallest possible changeset
Version: 3.0
License: GNU General Public License
License URI: license.txt
Tags: bootstrap, _s

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Respect to _s https://github.com/Automattic/_s
and Bootstrap https://github.com/twbs/bootstrap
*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #908E8F;
    background-color: #151314;
    font-size: 15px;
}
#content, #colophon {
    margin-left: 0;
    margin-right: 0;
}
#wrapper {
  background-color: #EEEEEE;
}
.site-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
.site-footer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.navbar-right {
    margin-top: 20px;
    margin-bottom: 10px;
}
header .navbar-form {
    border-top: none;
    border-bottom: none;
    box-shadow: none;
}
header #searchform input {
    font-style: italic;
    border: none;
    border-bottom: 1px solid #9A9A9A !IMPORTANT;
    border-radius: 0;
    color: #9A9A9A;
    background-color: #151314;
    width: 280px;
}
header #searchform .form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header #searchform button {
  float: left;
}
header #searchform button.btn {
    font-size: 24px;
    line-height: 24px;
    border: none;
    border-radius: 0;
    color: #9A9A9A;
    background-color: transparent;
}
header #searchform .input-group-addon {
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #9A9A9A;
    text-align: center;
    background-color: transparent;
    border: none;
    border-right: 0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
@media (max-width: 767px) {
  header .navbar-form {
      margin-top: 0;
  }
  header #searchform button {
    float: none;
  }
  header #searchform button.btn {
      width: 100%;
  }
  header #searchform input {
      width: 100%;
  }
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*      MISC  */
/*--------------------------------------------------------------------------------------*/
.form-control:focus {
    border-color: #F47971;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244,121,113, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244,121,113, .6);
}
a {
    color: #F55B4F;
}
a:hover {
    color: #151314;
}
#primary,
#secondary {
  margin-bottom: 30px;
  margin-top: 30px;
}
h1.entry-title,
h1.widget-title {
  background-color: #151314;
  color: white;
  padding: 6px 15px;
  display:inline-block;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h1.widget-title {
  text-align: center;
  display: block;
}
h1.entry-title a {
  color: white;
}
h1.entry-title a:hover {
  color: #F55B4F;
}
.btn-default {
  background-color: #F55B4F;
  border-color: #F55B4F;
  color: white;
}
.btn-default:hover {
  background-color: #FA7056;
  border-color: #F55B4F;
  color: white;
}
.entry-meta,
.comments-link {
  display: none;
}
.gap {
  height: 30px;
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*      Navigation  */
/*--------------------------------------------------------------------------------------*/
.navbar {
    min-height: auto;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-top: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #A9A9A9;
    font-size: 15px;
    letter-spacing: 1.5px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
}
.nav > li:first-child > a {
    padding-left: 0
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #A9A9A9;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #EF3542;
    background-color: transparent;
    font-size: 16px;
}
.dropdown-menu {
    top: 200%;
    background-color: #EF3542;
    border-bottom: 4px solid #151314;
    padding-bottom: 0px;
}
.dropdown-menu > li > a {
    padding: 8px 15px;
    color: white;
}
.dropdown-menu > li > a:hover {
  background-color: #151314;
  color: white
}
.navbar-default .navbar-toggle {
    border-color: #EF3542;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #F47971;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #222222;
}
@media (min-width: 768px) {
.nav > li {
    border-right: 1px solid #A9A9A9;
}
  .navbar-default .navbar-nav > li > a {
      padding-top: 0;
      padding-bottom: 0;
  }

}
/*----------------------------------------YDCOZA----------------------------------------*/
/*      Footer Nav  */
/*--------------------------------------------------------------------------------------*/
.footer-nav ul {
    margin: 0 auto;
    width: -webkit-fit-content;
       width: -moz-fit-content;
            width: fit-content;
}
.footer-nav .navbar-nav {
    float: none;
}
.footer-nav .navbar {
    border-bottom: 1px solid #9A9A9A;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-nav .nav > li:last-child {
      border: none;
  }

}

/*----------------------------------------YDCOZA----------------------------------------*/
/*      Social  */
/*--------------------------------------------------------------------------------------*/
.social{
  text-align: right;
  margin-bottom: 20px;
}
.social span {
  font-size: 18px;
  color: white;
  letter-spacing: 2px;
}
.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  background: white;
  color: #151314;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  margin-left: 8px;
}

ul.social-share li a:hover {
  background: #EF3542;
}

.footer-social .social{
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}
.footer-social .social span {
  display: none;
}
.footer-social ul.social-share li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*      Home Slider  */
/*--------------------------------------------------------------------------------------*/
#main-slider h2,
#main-slider h1 {
  color: white;
  margin:0;
  background-color: rgba(21,19,20, 0.8);
  padding: 8px 15px;
  display:inline-block;
  font-size: 30px;
  letter-spacing: 2px;
}
#main-slider h2 {
  background-color: rgba(244,91,77, 0.8);
  font-size: 18px;
}
#main-slider {
  position: relative;
}
#main-slider .no-margin {
  margin: 0;
  padding: 0;
}
#main-slider.carousel .carousel-content {
  margin-top: 50px;
}
#main-slider.carousel .slide-margin{
  margin-top: 40px;
}
#main-slider.carousel h2 {
  color: #fff;
}
#main-slider.carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}
#main-slider.carousel .slider-img{
  text-align: right;
  position: absolute;
}
#main-slider.carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 500px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider.carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider.carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: white;
  color: #F47971;
  display: inline-block;
  margin-top: -25px;
  /*height: 40px;*/
  font-size: 25px;
  line-height: 40px;
  width: 40px;
  text-align: left;
  border-radius: 50%;
  z-index: 5;
}
#main-slider .prev i {
  margin-left: 8px;
}
#main-slider .next i {
  margin-left: 12px;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  color: black;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.carousel .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel .carousel-inner .item,
.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
  opacity: 0;
}
.carousel .carousel-inner .active,
.carousel .carousel-inner .next.left,
.carousel .carousel-inner .prev.right {
  opacity: 1;
}
.carousel .carousel-inner .next,
.carousel .carousel-inner .prev,
.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel .carousel-control {
  z-index: 2;
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*      Newsletter  */
/*--------------------------------------------------------------------------------------*/
#newsletter {
  padding : 100px 0;
  text-align: center;
}
#newsletter h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 300;
}
#newsletter p {
  margin: 40px 50px;
  font-size: 18px;
}
#newsletter .form-group {
  width: 100%;
}
.form-control#newsletter_input {
    display: block;
    width: 100%;
    height: 56px;
    padding: 6px 25px;
    font-size: 18px;
    line-height: 18px;
    color: #555;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 56px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.newsletter_button {
  position: absolute;
  right: 20px;
  top: 5px;
  border-radius: 26px;
    padding: 13px 38px;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
}
@media (min-width: 768px) {
  #newsletter p {
    margin: 40px 0;
  }
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*      Products Link  */
/*--------------------------------------------------------------------------------------*/
#products_link {
  background-color: #F55B4F;
  padding : 40px 0;
  text-align: center;
  color: white !important;
}
#products_link h1 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 700;
}
#products_link span {
  display: block;
  border: 2px solid white;
  padding:15px;
  font-size: 18px;
}
#products_link a {
  color: white;
  font-weight: 300;
}
/*----------------------------------------YDCOZA----------------------------------------*/
/*      Products List  */
/*--------------------------------------------------------------------------------------*/
#products_list {
  background-color: #353334;
  padding : 30px 0;
  text-align: center;
  color: white !important;
}

#products_list .pll {
  margin-left: 5px;
  border: 2px solid white;
  display: table;
  height: 100px;
  width: 100px;
  margin: 4px;
  float: left;
  border-radius: 50px;
}
#products_list .pll span {
  display: table-cell;
  margin: 0;
  color: white;
  padding: 5px;
  vertical-align: middle;
  font-size: 13px;
}
@media (min-width: 992px) {
  .outer_list {
    display: flex;
    justify-content: center;
  }
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*      Contact Form  */
/*--------------------------------------------------------------------------------------*/
.widget_button {
    border-radius: 26px;
    padding: 13px 38px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.form-control {
    height: 38px;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 15px;
    font-style: italic;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 0;
}
