/*
Theme Name:     The Landscaper Child Theme
Theme URI: 		http://demo.qreativethemes.com/thelandscaper/
Description:    Child theme for The Landscaper
Author:         QreativeThemes
Author URI:   	http://themeforest.net/user/QreativeThemes/portfolio
Template:       the-landscaper
Version:        1.2
*/


/* add your custom CSS code below */

@media only screen and (max-width: 600px) {
    .jumbotron .btn.btn-primary {
        max-width: 100%;
        white-space: normal;
    }
  }

.page-header.header-large {
    padding: 180px 0 180px 0;
	margin-top: 0px;
}

.content .icon-box {
	border: none !important;
}

.panel-grid .panel-grid-cell .full-height .so-panel,
.panel-grid .panel-grid-cell .full-height .so-panel .border-box {
    height: 100%;
}