/*
Theme Name: Goplanter
Theme URI: https:/axilus-services.ro
Author: Axilus
Author URI: https:/axilus-services.ro
Description: Version: 1.0
*/


@font-face {
    font-family: 'Roboto-Regular';
    src: url('assets/fonts/Roboto-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'Roboto-Bold';
    src: url('assets/fonts/Roboto-Bold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'Roboto-Italic';
    src: url('assets/fonts/Roboto-Italic.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    }

h1, h2 {
        font-family: 'Roboto-Bold';
        margin:0 10px;
    }    
.nav a {
    text-decoration:none;
    color:#000;
    font-size: 18px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
}

.name_row {
    background-color: #eee;
    width:100%;
    display:inline-block;
    font-size: 14px;
    vertical-align: top;
  }

p {
    font-family: 'Roboto-Regular';
    margin:0 10px;
  }

.news_btn {
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
    background: #f9f9f9;
  }

 a {
    font-family: 'Roboto-Regular';
 } 

 .home h1::before {
    content: "";
    background-color: #c2c2c2;
    width: 125px;
    height: 1px;
    display: block;
    margin:0px auto 20px auto;
    position: relative;
    top: 79px;
  }

.home h1::after {
    content: "";
    background-color: #ffbd0a;
    width: 30px;
    height: 3px;
    display: block;
    margin: 9px auto;
    position: absolute;
    left: 49%;
  }

  .abt_title {
    border-left: 5px solid #fda12b;
    padding-left: 10px;
  }

  .abt_content {
    background: #fff;
    padding: 10px 18px;
  }

  .date-box {
    padding: 20px 10px;
    position: absolute;
    bottom: 0.2%;
    background-color: #ffbd0a;
    color: #ffffff;
    margin-left: 15px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 15px 0;
  }

  .date-box-inner {
    padding: 8px;
    border: solid 2px #ffffff;
  }

  .breadcrumb a {
    text-decoration:none;
    color:#000;
  }