/*!
Theme Name: DOGO - Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

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

.justify-content p {
	text-align: justify;
}

/* brak podkreslenia w linkach w headerze */
#main-header a {
	text-decoration: none;
}

/* DESKTOP  */
@media (min-width: 1025px) {
	
	/* przesuniecie gornej czesci menu nad srodkowa */
	.site-top-header-inner-wrap {
		position: relative;
		z-index: 1;
	}
	
	/* przesuniecie menu w prawo */
	#primary-menu {
		margin-right: calc(-1.2em / 2);
	}

	/* przesuniecie logo do gory */
	.site-branding {
		margin-top: -25px;
	}
}

.is-form .kb-adv-form-field {
	margin-bottom: 5px;
}

.is-form .is-big-submit {
	width: 100%;
	height: 100%;
}

.is-form .wp-block-kadence-advanced-form-submit {
	height: 100%;
}

/* kropki w slajderze glownym */
.kb-splide[data-slider-dots=true] {
    margin-bottom: 0 !important;
}

.kb-splide .splide__pagination,
.kb-splide ul.splide__pagination.splide__pagination {
    bottom: 20% !important;
}


















.google-opinions {
    position: absolute;
    right: 0;
    top: 40px;
}

.google-opinions:hover .google-opinions-body {
    visibility: visible;
    opacity: 1;
}

.google-opinions-inner {
    position: relative;
}

.google-opinions-link {
    display: block;
    border-radius: 50%;
    background-color: transparent;
    background-image: url('/wp-content/themes/kadence-child/assets/images/google.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    z-index: 2;
}

.google-opinions-body {
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    width: 200px;
    height: 60px;
    right: 83px;
    bottom: 11px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 9px;
}

.google-opinions-body:after {
    content: " ";
    display: block;
    width: 15px;
    height: 60px;
    background-image: url('/wp-content/themes/kadence-child/assets/images/google-side.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -15px;
    bottom: 0px;
}

.google-opinions-body .google-opinions-link-wrapper {
    display: flex;
    align-items: baseline;
    margin-top: 5px;
}

.google-opinions-body .fa {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 10px;
    color: #fff;
    background-color: var(--global-palette1);
    padding: 5px;
    margin-right: 5px;
}

.google-opinions-body a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
}
