/*
    Theme Name: Skippy-2021
*/

* {margin: 0; padding: 0;}

.full-height {height: 100%;}

.textwidget {
    width: 100%;
    align-items: inherit;
    justify-content: inherit;
    display: inherit;
    flex-flow: inherit;
}

.elementor-button-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}
.elementor-button-icon svg {
	height: .9em !important;
	width: auto !important;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #0773BB;
}

html {
    font-family: -apple-system,BlinkMacSystemFont,Roboto,"Segoe UI","Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
}

.sk-container {
    width: 1140px;
    max-width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
}


/**
    Header
*/
body.admin-bar .sk-header, body.admin-bar .sk-header-mobile {top: 32px;}
.sk-header-spacer {height: 112.69px;}

.sk-header {
    display: flex;
    flex-flow: column;
    z-index: 1000;
    background: #fff;
}

.sk-header-mobile,
.sk-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    width: 100%;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.08);
}

#sk-header--top {margin-top: 7px;}
#sk-header--bottom {
	margin-top: 2px;
	height: 64px;
}

.sk-container--header {
    max-width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.sk-header-col {
    display: flex;
    align-items: center;
}
.sk-header-col:last-child {justify-content: flex-end;}

.sk-header-advantage {
    display: flex;
    align-items: center;
    font-size: 14px;
	color: #394B5B;
    font-style: italic;
    margin-right: 56px;
}
.sk-header-advantage img {
    height: 24px;
    margin-right: 12px;
}

.sk-header-socials {display: flex;}
.sk-header-socials a {
    display: inline-flex;
    margin-right: 24px;
}
.sk-header-socials a:last-child {margin-right: 0;}
.sk-header-socials img {height: 24px;}

.sk-header-phone {
	font-size: 18px;
    display: flex;
    margin-left: 56px;
    padding: 10px 16px 9px;
    font-weight: bold;
    color: #fff;
	background: #FF2727;
	border-radius: 100px;
}
.sk-header-phone img {
	height: 18px;
	margin-right: 12px;
}

.sk-header-logo {display: flex;}
.sk-header-logo img {height: 50px;}

.sk-nav {height: 100%;}

.sk-nav .menu {
    display: flex;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sk-nav .menu > .menu-item {position: relative;}

.sk-nav .menu > .menu-item > a {
	display: flex;
    height: 100%;
	color: #212B30;
    padding: 0 15px;
    font-size: 18px;
	font-weight: 500;
}
.sk-nav .menu > .menu-item:hover > a {color: #FF2727;}

.sk-nav .menu > .menu-item > a > span {
    display: inline-flex;
    align-items: center;
}
.sk-nav .menu > .menu-item-has-children > a > span::after {
    display: inline-flex;
    content: '';
    margin-top: -2px;
    margin-left: 8px;
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='%23212b30'%3E%3Cpath d='M4.505 5.784l-4.3-4.523a.764.764 0 010-1.042.676.676 0 01.99 0l3.8 4 3.8-4a.676.676 0 01.99 0A.765.765 0 019.8 1.261L5.5 5.787a.676.676 0 01-.99 0z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}
.sk-nav .menu > .current-menu-item.menu-item-has-children > a > span::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='%23E63A27'%3E%3Cpath d='M4.505 5.784l-4.3-4.523a.764.764 0 010-1.042.676.676 0 01.99 0l3.8 4 3.8-4a.676.676 0 01.99 0A.765.765 0 019.8 1.261L5.5 5.787a.676.676 0 01-.99 0z'/%3E%3C/svg%3E");
}

.sk-nav .menu > .current-menu-parent > a,
.sk-nav .menu > .current-menu-item > a {color: #FF2727;}

.sk-nav .menu > .current-menu-item > a::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    left: 12px;
    width: calc(100% - 24px);
    height: 4px;
    background: #FF2727;
    border-radius: 4px 4px 0 0;
}

.sk-nav .sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
	max-width: 600px;
    padding: 16px 8px;
    background: #fff;
    columns: 2;
    -webkit-box-shadow: 0px 34px 32px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 34px 32px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 34px 32px 0px rgba(0,0,0,0.16);
	border-radius: 0 0 3px 3px;
}

.sk-nav .sub-menu .current-menu-item a {color: #FF2727 !important;}

.sk-nav .menu > .menu-item-has-children:hover a + .sub-menu,
.sk-nav .sub-menu:hover {display: block;}

.sk-nav .sub-menu a {
    color: #212B30;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    padding: 0 12px;
    line-height: 42px;
    border-radius: 18px;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sk-nav .sub-menu a:hover {color: #FF2727;}

.sk-header-mobile {
    display: none;
    z-index: 900;
    background: rgba(255,255,255,0.98);
    height: 48px;
}

.sk-container--header-mobile {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sk-header-mobile-col {
    display: flex;
    align-items: center;
}

.sk-header-mobile-col:last-child {justify-content: flex-end;}

.sk-header-mobile-logo {
	display: flex;
	margin-left: 8px;
}
.sk-header-mobile-logo img {max-height: 40px;}

.sk-header-mobile-phone a {margin: 0 !important;}



#sk-mobile-blur {
    display: none;
    position: fixed;
    z-index: 2147483647;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
}

#sk-mobile-toggle {
    width: 32px;
    height: 32px;
	margin-right: 8px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.1s 0.08s;
}

#sk-mobile-toggle:active {
    background: #E1E1E2;
    transition: background-color 0.1s;
}


@media (max-width: 600px) {
    #wpadminbar {position: fixed;}
}

@media (max-width: 782px) {
    body.admin-bar .sk-header-mobile {top: 46px;}
    body.admin-bar .sk-header {top: 46px;}
    #wpadminbar {overflow: hidden;}
}

@media (min-width: 1140px) {
	.hidden-desktop {display: none !important;}
}

@media (max-width: 1139px) {

    .sk-container {max-width: 100%;}

    .sk-header-mobile {display: block;}
    .sk-header-spacer {height: 48px;}
    .sk-header {
        z-index: 2147483647;
        left: -280px;
        right: auto;
        height: auto;
        width: 280px;
        bottom: 0;
        overflow: hidden;
        overflow-y: auto;
        color: inherit;
        flex-flow: column-reverse;
        justify-content: flex-end;
        padding: 0px;
    }
    .sk-header.opened {
        left: 0;
        transition: .1s ease-out left;
    }

    .sk-container--header, .sk-header-col {display: block;}
	
    .sk-header-col--advantages {display: none;}
     #sk-header--top, #sk-header-bottom {
        transition: none;
        height: auto;
    }
    #sk-header--top {
        border-bottom: none;
        padding: 24px 0;
        text-align: center;
    }
    #sk-header--bottom {
        flex: 1;
        overflow-y: auto;
    }
	.sk-header-col--advantages {display: none;}

	.sk-header-logo {
        padding: 12px 0 8px 0;
        justify-content: center;
    }
	
    .sk-nav, .sk-nav .menu {
        display: block;
        margin: 0;
        padding-top: 4px;
    }
    
	.sk-nav .menu > .menu-item a {
        display: block;
        padding: 16px;
        padding-right: 32px;
        border-bottom: 1px solid #F2F6FA;
        border-radius: 0;
        position: relative;
    }
    .sk-nav .menu > .menu-item:first-child > a {border-top: 1px solid #F2F6FA;}

    .sk-nav .sub-menu > .menu-item a {
        padding: 6px 16px;
        border-color: #F6FAFE;
    }

    .sk-nav .menu > .menu-item-has-children > a > span::after {
        position: absolute;
        right: 16px;
        margin-top: 0;
        margin-left: 8px;
        width: 10px;
        height: 6px;
    }

    .sk-header-socials {
        max-width: 100%;
        justify-content: space-between;
        margin: 0 20px;
    }
	.sk-header-socials a { margin: 0; }
    .sk-header-phone {
		margin: 24px 0 0;
        display: inline-flex;
    }

    .sk-nav .sub-menu {
        display: none;
        position: relative;
        max-width: 100%;
        padding: 0;
        columns: 1;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .sk-nav .menu > .menu-item-has-children > a:hover + .sub-menu, 
    .sk-nav .sub-menu:hover { display: none; }

    .sk-sub-menu-shown {
        display: block !important;
    }
}


/**
    Footer
*/
.sk-footer {
	border-top: 1px solid #FAF3F2;
    color: #39495B;
    min-height: 128px;
    overflow: hidden;
}

.sk-footer-cols {display: flex;}
.sk-footer-col {
    flex: 1;
    min-width: 1px;
}

.sk-footer-cols--top {
	padding-top: 96px;
	padding-bottom: 96px;
}
.sk-footer-cols--top .sk-footer-col {margin: 0 32px;}
.sk-footer-cols--top .sk-footer-col:first-child {margin-left: 0;}
.sk-footer-cols--top .sk-footer-col:last-child {margin-right: 0;}

.sk-footer-logo img {
	height: 56px;
}

.sk-footer-description {
	margin-top: 40px;
    font-size: 16px;
    line-height: 1.5em;
	font-style: italic;
	color: #5A6F81;
}

.sk-footer-phone {
    display: inline-flex;
    align-items: center;
}
.sk-footer-phone img {margin-right: 24px;}
.sk-footer-phone .number {
    font-size: 26px;
    font-weight: 700;
    color: #FF2727;
    border-bottom: 1px dashed transparent;
}
a.sk-footer-phone:hover .number {border-color: #FF2727;}

.sk-footer-contacts {padding-top: 16px;}
.sk-footer-contact {
    margin-top: 24px;
    display: inline-flex;
	align-items: center;
    color: inherit;
    font-size: 16px;
}
.sk-footer-contact img {margin-right: 12px;}
.sk-footer-contact div {line-height: 1.5em;}
a.sk-footer-contact:hover {color: #FF2727;}

.sk-footer-contact:last-child {
	align-items: start;
}

.sk-footer-socials {margin-top: 40px;}

.sk-footer-fb {
    max-width: 100%;
    overflow: hidden;
    min-height: 181px;
	display: flex;
	align-items: center;
}
.sk-footer-fb iframe {
	border-radius: 9px;
	overflow: hidden;
}

@media (max-width: 1139px) {

    .sk-footer {min-height: 80px;text-align: center;padding: 0 16px;}
    .sk-footer-col {flex: auto;}
    .sk-footer-cols--top {flex-flow: column;padding-top: 56px;}
    .sk-footer-cols--top .sk-footer-col {margin: 0;}
    .sk-footer-description {line-height: 24px;}
    .sk-footer-phone {margin-top: 40px;}
    .sk-footer-contact {margin-right: 16px;}
    .sk-footer-contact img {margin-right: 8px;}
    .sk-footer-fb {margin-top: 24px;justify-content: center;}

}

/**
    Page menu
*/
.sk-page-menu ul {
    list-style: none;
    padding: 0;
}

.sk-page-menu ul li a {
    display: flex;
    align-items: center;
    height: 50px;
    color: #0C2E4B;
    padding: 0 16px 0 21px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.sk-page-menu ul li a:hover {
    color: #FF2727;
    border-color: #FF2727;
}

.sk-page-menu ul li.current-menu-item a {
    color: #0C2E4B;
    font-weight: 500;
    border-color: #FF2727;
}

@media (max-width: 1139px) {

	.sk-page-menu ul li a {
		margin-bottom: 8px;
		height: 42px;
	}
    
}


/**
    404
*/
.page-not-found {
    font-weight: 900;
    text-align: center;
    color: #212B30;
    font-size: 6em;
    padding: 1.3em 0;
}


/**
    Other
*/
.sk-separator svg,
.sk-separator-section svg {
	height: 16px !important;
}

.sk-separator-section svg {width: 100% !important;}

#btGoTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 32px;
    z-index: 99;
    border: none;
    outline: none;
    background: #FF2727;
    color: #fff;
    cursor: pointer;
    width: 44px;
    height: 44px;
    opacity: 0.85;
    transition: all 0.3s ease;
    border-radius: 50%;
}

#btGoTop svg {
    margin-top: 3px;
    max-width: 16px;
    max-height: 16px;
    fill: #fff;
}

/* Post */
.sk-post p, .sk-post ul, .sk-post ol {line-height: 24px;}
.sk-post p {margin: 16px 0;}
.sk-post p:first-child {margin-top: 0;}
.sk-post p:last-child {margin-bottom: 0;}

.sk-post img {
	border-radius: 9px;
	margin: 32px 0;
}

.sk-post h1, .hm-post h2, .sk-post h3,
.sk-post h4, .hm-post h5, .sk-post h6 {
	color: #0C2E4B;
	margin-bottom: 24px;
	font-weight: 600;
	line-height: 1.3em;
}

.sk-post b, .sk-post strong {
	color: #0C2E4B;
}

.sk-post ul, .sk-post ol {
	display: block;
	margin-left: 56px;
	margin-bottom: 24px;
}
.sk-post li {margin: 8px 0;}
.sk-post li::marker {
	color: #0C2E4B;
}

/* Chaty */
.chaty-widget {
	right: 20px !important;
}

.chaty-cta-button {
	background-color: transparent !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
}

.chaty-channel-list .chaty-channel {
	box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 12px 0px;
}

.chaty-cta-button button {
	background-color: transparent !important;
}

.chaty-cta-button .chaty-svg svg circle,
.chaty-cta-button .chaty-svg svg ellipse {
	fill: #ff2727;
}
