/*
	Theme Name: flash child
	Developer: Vitor Delgado
	Template: flash
    Description: Child Theme of Flash Theme.
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */


/* Logo resizing */

img.custom-logo {
    width: 207px;
    height: 60px;
}

/* Phone List Adustments */

#panel-id-124-0-1-1 .service-content-wrap p {
    text-align: left !important;
}

.header-top .left-content {
    flex: auto;
}

/* Slider button */

.tg-slider-widget.slider-light .btn-wrapper a {
    text-shadow: none;
	color: #002e54;
}

.tg-slider-widget .btn-wrapper a {
	border-color: #002e54 !important;
}

/* Slider description */

.tg-slider-widget.slider-light .caption-desc {
    text-shadow: none;
}

/* Menu Highlight Fix */

.mPS2id-highlight-first .mPS2id-highlight-last {
    color: #4c5867 !important;	
}

/* Form on HomePage */

.page-id-7 #pg-7-14 .panel-grid-cell .widget-title {
	margin-bottom: 15px !important;
	color: #002e54 !important;
}

.page-id-7 #pg-7-14 input[type="submit"] { /*Botão */
    background: #002e54;
}

.page-id-7 #pg-7-14 input[type="submit"]:hover { /*Botão */
    background: #75b6e1;
}

/* Form on Contacts Page */

.page-id-124 #pl-124 .panel-grid-cell .widget-title {
	margin-bottom: 15px !important;
	color: #002e54 !important;
}

.page-id-124 #pl-124 input[type="submit"] { /*Botão */
    background: #002e54;
}

.page-id-124 #pl-124 input[type="submit"]:hover { /*Botão */
    background: #75b6e1;
}

/* Map Styling */

.gm-style {
    font: 400 11px Montserrat, Arial, sans-serif !important;
}

/* Icones Contacts Page */

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:hover {
    background: #75b6e1;
    color: #fff;
}


