/*
Theme Name: Volcanic Internet
Author: Luan Oliveira
Author URI: https://volcanicinternet.com
Description: Gutenberg block theme for Volcanic Internet
Version: 1.0
*/

* {
	box-sizing:border-box;
}

html {
	  scroll-behavior: smooth;
    scroll-padding-top: 64px;
}

header {
	position:sticky;
	top:0;
	z-index:99;
}
#header > .wp-block-group > .wp-block-group {
	transition:all ease .4s;
}
#header.iamsticky > .wp-block-group > .wp-block-group {
	padding-top:12px!important;
	padding-bottom:12px!important;
	transition:all ease .4s;
}

/* External links */
.button-external-link::after,
.inline-external-link a::after,
.page-single a[href^="http"]:not([href*="volcanicinternet.com"])::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url("data:image/svg+xml,%3Csvg width='800' height='800' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FF700E' fill-rule='evenodd' d='M5,2 C5.55228,2 6,2.44772 6,3 C6,3.55228 5.55228,4 5,4 L4,4 L4,12 L12,12 L12,11 C12,10.4477 12.4477,10 13,10 C13.5523,10 14,10.4477 14,11 L14,12 C14,13.1046 13.1046,14 12,14 L4,14 C2.89543,14 2,13.1046 2,12 L2,4 C2,2.89543 2.89543,2 4,2 L5,2 Z M15,1 L15,5.99814453 C15,6.55043453 14.5523,6.99814453 14,6.99814453 C13.4477,6.99814453 13,6.55043453 13,5.99814453 L13,4.41419 L8.71571,8.69846 C8.32519,9.08899 7.69202,9.08899 7.3015,8.69846 C6.91097,8.30794 6.91097,7.67477 7.3015,7.28425 L11.5858,3 L9.99619141,3 C9.44391141,3 8.99619141,2.55228 8.99619141,2 C8.99619141,1.44772 9.44391141,1 9.99619141,1 L15,1 Z'/%3E%3C/svg%3E");
	background-size: cover;
	margin-left: 4px;
}
.button-external-link::after {
	background-image: url("data:image/svg+xml,%3Csvg width='800' height='800' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23303030' fill-rule='evenodd' d='M5,2 C5.55228,2 6,2.44772 6,3 C6,3.55228 5.55228,4 5,4 L4,4 L4,12 L12,12 L12,11 C12,10.4477 12.4477,10 13,10 C13.5523,10 14,10.4477 14,11 L14,12 C14,13.1046 13.1046,14 12,14 L4,14 C2.89543,14 2,13.1046 2,12 L2,4 C2,2.89543 2.89543,2 4,2 L5,2 Z M15,1 L15,5.99814453 C15,6.55043453 14.5523,6.99814453 14,6.99814453 C13.4477,6.99814453 13,6.55043453 13,5.99814453 L13,4.41419 L8.71571,8.69846 C8.32519,9.08899 7.69202,9.08899 7.3015,8.69846 C6.91097,8.30794 6.91097,7.67477 7.3015,7.28425 L11.5858,3 L9.99619141,3 C9.44391141,3 8.99619141,2.55228 8.99619141,2 C8.99619141,1.44772 9.44391141,1 9.99619141,1 L15,1 Z'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
    .block-news
    .swiper-news{
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .page-id-1491 .kadence-column1491_dba0f0-29 > .kt-inside-inner-col, .page-id-1377 .kadence-column1377_9b34c4-0e > .kt-inside-inner-col, .page-id-1556 .kadence-column1556_c6dcc9-fd > .kt-inside-inner-col{
        
        row-gap: 15px;
    }
}