/*
Theme Name: Pulse
Author: Persuasian Studio
Description: Theme for Pulse Insurance
Version: 1.0
Template: generatepress

This is the child theme for GeneratePress theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.page-template-no-header .page-hero,
.page-template-no-header .pulse-image,
.page-template-no-header .page-hero + .crumb {
	display: none;
}

.page-template-no-header .grid-container {
	max-width: 100vw;
}

.page-template-no-header .site-content {
	padding: 0
}

.page-template-no-header .elementor {
	width: 100%;
}

.page-template-no-header .site-footer {
	max-width: 1140px;
    margin: 0 auto;
}

/* Tabs */

.custom-tabs .active .elementor-column-wrap {
    box-shadow: inset 0px 4px 0px 0px #1683CE;
}

.custom-tabs .elementor-inner-column {
	cursor: pointer;
}

.custom-tabs .elementor-inner-column * {
	pointer-events: none;
}

:not(.elementor-editor-active) .custom-tabs-content.active {
	display: block;
}

:not(.elementor-editor-active) .custom-tabs-content {
	display: none;
}

/* Footer */

.one-container .site-content {
	padding-bottom: 0 !important;
}

body .site-footer {
	padding-top: 0;
	border: none;
}

/*
body .site-footer {
	border-top: 25px solid #204D77;
	margin-top: -20px;
}
*/

body .site-footer .widget-title {
	color: #204D77;
	text-transform: uppercase;
	font-weight: 900;
}

body .site-footer ul li {
	margin-bottom: .25em;
}

body .site-footer ul li a {
	color: #204D77;
	font-size: 16px;
}

body .site-footer .emailoctopus-form [type="email"] {
	border: 1px solid #E2E2E2 !important;
	border-radius: 0;
}

body .site-footer .emailoctopus-form [type="submit"] {
	border-radius: 0;
	font-weight: bold;
}

body .site-footer a.social {
	margin-right: 5px;
}

body .site-footer a.social i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	padding: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background:	#204D77;
}

body .site-footer a.social:hover i {
	background: #1483ce;	
}

body .site-footer .cyber-essentials {
	max-width: 125px;
    display: block;
    margin-top: 30px;
}

/*
body .site-footer #gallery-1 {
	width: auto;
    display: inline-block;
	margin-top: 30px;
}

body .site-footer #gallery-1 .gallery-icon {
	height: 150px;
}

body .site-footer #gallery-1 img {
	height: 100%;
	width: auto;
}
*/

body .site-footer .inside-site-info {
	display: block;
}

body .site-footer .inside-site-info p {
	color: #204D77;
	font-size: 12px;
	line-height: 1.2em;
}

body .footer-widget-1 {
    width: 50% !important;
}

body .footer-widget-2,
body .footer-widget-3 {
    width: 25% !important;
}

/* Breadcrumbs */

#breadcrumbs .breadcrumb_last {
	display: inline-flex;
}

#breadcrumbs .breadcrumb_last strong {
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 767px) {

	body .footer-widget-1,
	body .footer-widget-2,
	body .footer-widget-3 {
    	width: 100% !important;
	}
	
}