/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia
Version: 0.1
*/

@import url("../Hestia/style.css");

.panel-row-style {
  max-width: 1200px;
  margin: 0 auto;
}
.b_button{
background-color: #60a4ec;
text-align: center;
color: white;
padding: 5px;
min-height: 370px;
width: 270px;
margin: 0 auto;
}

.b_button_img{
width: 100px;
padding-top: 40px;
padding-bottom: 40px;
}

.b_button h5{
color:#ffffff;
}
.b_button_img1{
width: 100px;
padding-top: 70px;
padding-bottom: 60px;
}
.b_button p{
font-size:14px;
}
.navbar.hestia_left .title-logo-wrapper {
    min-width: 200px;
}
.navbar .navbar-nav li a{
  font-weight:700;
  letter-spacing: 1px;
  position: relative;
  display: block;
  padding: 10px 10px;
}
.navbar .navbar-header .navbar-brand img{
  max-height:100px;
}

body .navbar-default:not(.navbar-transparent) .navbar-brand img{
  max-height: 50px;
}

@media (min-width: 769px) {
  .navbar.hestia_left.navbar-default:not(.navbar-transparent) .title-logo-wrapper {
    min-width: 100px;
  }
}

.page-header .hestia-title{
line-height:1.5;
}

.btn.btn-default.dropdown-toggle:hover{
background-color:#38a9ff;
}

.carousel .page-header .row{
padding:60px 15px;
}

.btn-rose{
background-color: #38a9ff;
}

.btn-rose:hover {
background-color: #3ba9fecc;
}

.hestia-top-bar  {
background-color: #38a9ff !important;
boder-bottom: #e5e5e5;
border-top: #e5e5e5;
border-left: none;
border-right: none;
text-transform: uppercase;
}

.hestia-top-bar a:hover, .hestia-top-bar a:focus{
color: #eeeeee;
}

.carousel .hestia-title {
font-size: 40px;
}

.page-header .hestia-title {
    line-height: 2;
}

.container {
  width: 100% !important;
  padding: 0;
}
.container .row {
  margin-right: 0;
  margin-left: 0;
}

.highlighted-text {
  color: #60a4ec;
}

.hestia-bottom-footer-content .copyright {
  display: none;
}
