/*
Theme Name:       StartApp Child
Theme URI:        http://startapp.8guild.com
Description:      StartApp Child Theme
Author:           8 Guild
Author URI:       http://8guild.com
Template:         startapp
Version:          1.0.0
Template Version: 1.0.0
License:          GNU General Public License v2 or later
License URI:      http://www.gnu.org/licenses/gpl-2.0.html
Tags:             grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, footer-widgets, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio
Text Domain:      startapp-child
*/
@import url("../StartApp/style.css");

body p
{
	font-size: 20px;
}
.site-header .custom-logo-link img
{
   
	height: auto;
    width: 250px !important;
	margin-top: -35px;
}
.site-header .custom-logo-link img{
	max-width: 250% !important;
}

.site-footer .widget_startapp_site_info img
{
	max-width: 150% !important;
}

.off-canvas-menu .header-buttons, .navbar-lateral .header-buttons 
{
	display: none;
}
a.btn.btn-solid.btn-rounded.btn-primary.btn-nl.waves-effect.waves-light {
	   background-color: #58b872 !important;
}

.floating-menu-btn.waves-effect.waves-light {
	 background-color: #2d4d72 !important;
}
.page-title .breadcrumbs {
    display: none;
}
.admin-bar .navbar-floating-menu {
    top: 0px;
}
.page-title h1
{
    display: none;
}
.footer-row .widget-title
{
	font-weight: 600;
	margin-bottom: 50px;
}
.site-footer::before {
    background-color: #c7e2e8;
}
h3.icon-box-title {
    font-weight: 500;
}

.logo-carousel {
    padding-top: 0px; 
    padding-bottom: 0px;

}
.carousel-navs-top-outside {
    padding-top: 0px;
}

.mobile-logo
{
    max-width: 150px !important;
	margin-top: -15px;
}
@media screen and (max-width: 768px)
{
	.home-title h1 
	{
    font-size: 48px;
    display: table-caption;
	}

}
.comments-area {
    display: none;
}
.single-post .post-title {
    margin-bottom: 36px;
    margin-top: 100px !important;
}
.single-post .post-header, .post-date {
    display: none !important;
}