/*
 * Theme Name: SqualoMail v2
 * Theme URI: http://underscores.me/
 * Author: MR
 * Author URI: http://underscores.me/
 * Description: Description
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Text Domain: squalomail2
 * Tags:
 *
 * This theme, like WordPress, is licensed under the GPL.
 *
 * squalomail2 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
 * Underscores is distributed under the terms of the GNU GPL v2 or later.
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
 * */


/*--------------------------------------------------------------
 * # Normalize
 * --------------------------------------------------------------*/
html {
	font-family: 'DM Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
    color: #000;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
 * # Typography
 * --------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
	clear: both;
    font-family: 'DM Sans', sans-serif;
}

h1 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 56px;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 32px;
}

.front-section h2 {
    margin-bottom: 64px;
}

h2 .subtitle {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
}

.subtitle {
    font-family: 'DM Sans', sans-serif;
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
}

h2 .subtitle-small {
    display: block;
    font-weight: 400;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.6;
    margin-top: 16px;
}

.title-side {
    margin-bottom: 24px !important;
}



h3 {
    font-weight: 700;
    font-size: 40px;
}

h4 {
    font-weight: 700;
    font-size: 22px;
}

.wrap-subsection {
    background: url('img/bg_swoosh-small.png') no-repeat center center;
    min-height: 94px;
    margin-top: 96px;
}

.title-subsection {
    position: relative;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    background: #6cc8d4;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 4px;
    display: inline-block;
}

    .title-subsection:after {
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 100%;
        content: " ";
        display: block;
        height: 0;
        width: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;

        border-top: 10px solid #6cc8d4;
    }

h3 {
    
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
 * # Elements
 * --------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { 
	box-sizing: inherit;
}

body {
	background: linear-gradient(#fff);
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0.5em;
}

ul {
	list-style: disc;
}

.entry-content li {
	margin-bottom: 1em
}

.entry-content li ul {
	margin-top: 1em;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 1em;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: #4c6da2;
}

a:visited {
}

a:hover,
a:focus,
a:active {
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


.img-style1 {
    border: 1px solid #ddd;
    padding: 0px;
    border-radius: 3px;
    box-shadow: 0px 0px 8px rgba(0,0,0,.1);
    box-sizing: content-box;
}

.img-clients-all {
    opacity: .4;
    padding: 0 64px;
}

.img-map {
    padding: 0 64px;
}

.img-home-templates {
    position: relative;
}

.img-home-templates-play {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    background: url('img/i_play-btn.png') no-repeat center center;
    cursor: pointer;
}

    .img-home-templates:hover .img-home-templates-play {
        display: block;
    }

.btn {
    font-family: 'DM Sans', sans-serif;
    border: 0;
}

.btn-default {
    background: 0 !important;
    border: 0 !important;
}

.btn-primary {
    background: #4c6da2;
    color: #ffffff;
    text-transform: uppercase;
    transition: all .3s;
}
 
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background: #3d5b8b;
        color: #ffffff;
    }

.btn-primary {
    background: #f07123;
    color: #ffffff;
    text-transform: uppercase;
    transition: all .3s;
}
 
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background: #db6319;
        color: #ffffff;
    }

    .btn-primary:active:hover,
    .btn-primary.active:hover,
    .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus,
    .btn-primary.active.focus,
    .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        background: #db6319;
    }

.input-group-btn .btn-primary {
    border: 1px solid #f07123;
}

.btn-order {
    background: #f07123;
    color: #ffffff;
    text-transform: uppercase;
    transition: all .3s;
}
 
    .btn-order:hover, .btn-order:focus, .btn-order:active, .btn-order.active, .open > .dropdown-toggle.btn-order {
        background: #ce5f1b;
        color: #ffffff;
    }


/* login popup */
.modal {
}

.modal-dialog {
    margin: 96px auto !important;
    width: 400px;
}

.modal-video {
    width: 800px;
}

.modal-login .modal-body {
    padding: 32px 64px 64px !important;
}

.modal-video .modal-body {
    padding: 30px 8px 1px !important;
}

.modal-content {
    border: 0;
background: rgb(252,254,255);
background: -moz-radial-gradient(center, ellipse cover,  rgba(252,254,255,1) 0%, rgba(235,241,244,1) 44%, rgba(206,220,224,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover,  rgba(252,254,255,1) 0%,rgba(235,241,244,1) 44%,rgba(206,220,224,1) 100%);
background: radial-gradient(ellipse at center,  rgba(252,254,255,1) 0%,rgba(235,241,244,1) 44%,rgba(206,220,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfeff', endColorstr='#cedce0',GradientType=1 );

}

.modal-dialog label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.modal-dialog .form-control {
    margin-bottom: 8px;
    box-shadow: none !important;
    border-radius: 2px !important;
    border-width: 1px !important;
    padding-left: 32px !important;
    transition: all .3s;
}

.modal-dialog .form-control:focus {
    background: rgba(0,0,0,.025);
}


.modal-dialog .btn {
    margin-top: 24px;
    padding: 8px 12px;
}

.close {
    margin: 4px 8px 0 0;
    position: relative;
    z-index: 2000;
}

.modal-title {
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 100;
    color: #cccccc;
    text-align: center;
}

.input-wrap {
    position: relative;
}

.input-wrap .fa {
    position: absolute;
    left: 8px;
    top: 9px;
    color: #cccccc;
}

.modal-dialog .form-control:focus .input-wrap .fa {
    left: 0px
}

.login-forgot {
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 16px;
    color: #999999;
}

.success {
    position: relative;
    padding: 16px;
    /*background: #22d899;*/
    background: #ebf8f1;
    color: #00a04b;
    margin-bottom: 32px;
    border-radius: 3px;
    border-left: 3px solid #36d38e;
}

.success--with-icon {
    min-height: 80px;
    padding-left: 86px;
}

.success--up {
    margin-top: 32px;
}

    .success:before {
        content: "";
        display: block;
        height: 30px;
        width: 30px;
        background: #ebf8f1;
        position: absolute;
        top: 100%;
        left: 30px;
        transform: rotate(45deg);
        margin-top: -25px;
        z-index: -1;
        border-bottom: 2px solid #36d38e;
    }
    
    .success--up:before {
        border-bottom: none;
        border-left: 2px solid #36d38e;
        margin-top: 0;
        top: -5px;
    }
    

    .success--with-icon:after {
        display: block;
        content: '';
        width: 42px;
        height: 48px;
        position: absolute;
        left: 29px;
        top: 16px;
        background: url(/wp-content/uploads/2018/04/20180410_green-tick.png) no-repeat center;
        background-size: 100% 100%;
    }



.info {
    position: relative;
    padding: 16px;
    /*background: #7dc8e1;*/
    background: #e2edf7;
    color: #6372a8;
    margin-bottom: 32px;
    border-radius: 3px;
    /*border-left: 3px solid #65b1ca*/
    border-left: 3px solid #8a90b5;
}
.info--up {
    margin-top: 32px;
}

    .info:before {
        content: "";
        display: block;
        height: 30px;
        width: 30px;
        background: #e2edf7;
        position: absolute;
        top: 100%;
        left: 30px;
        transform: rotate(45deg);
        margin-top: -25px;
        z-index: -1;
        border-bottom: 2px solid #8a90b5;
    }
    
    .info--up:before {
        border-bottom: none;
        border-left: 2px solid #8a90b5;
        margin-top: 0;
        top: -5px;
    }

.warning {
    position: relative;
    padding: 16px;
    /*background: #eeae4d;*/
    background: #fef3e9;
    color: #ec8e58;
    margin-bottom: 32px;
    border-radius: 3px;
    /*border-left: 3px solid #d59739;*/
    border-left: 3px solid #f5d17c;
}

.warning--up {
    margin-top: 32px;
}

    .warning:before {
        content: "";
        display: block;
        height: 30px;
        width: 30px;
        background: #fef3e9;
        position: absolute;
        top: 100%;
        left: 30px;
        transform: rotate(45deg);
        margin-top: -25px;
        z-index: -1;
        border-bottom: 2px solid #f5d17c;
    }
    
    .warning--up:before {
        border-bottom: none;
        border-left: 2px solid #f5d17c;
        margin-top: 0;
        top: -5px;
    }

.error {
    position: relative;
    padding: 16px;
    /*background: #f16051;*/
    background: #fbcfde;
    color: #d3005a;
    margin-bottom: 32px;
    border-radius: 3px;
    /*border-left: 3px solid #d14739;*/
    border-left: 3px solid #e63757;
}

.error--up {
    margin-top: 32px;
}

    .error:before {
        content: "";
        display: block;
        height: 30px;
        width: 30px;
        background: #f16051;
        position: absolute;
        top: 100%;
        left: 30px;
        transform: rotate(45deg);
        margin-top: -25px;
        z-index: -1;
        border-bottom: 2px solid #e63757;
    }
    
    .error--up:before {
        border-bottom: none;
        border-left: 2px solid #e63757;
        margin-top: 0;
        top: -5px;
    }


.page-template-page-narrow .content-area {
    max-width: 700px;
    margin: 0 auto;
}



/*--------------------------------------------------------------
 * ## Menus
 * --------------------------------------------------------------*/
.right-navigation {
    margin: 12px 0 0 0px;
}

    .top-login {
        display: inline-block;
    }

    #flags_language_selector {
        display: inline-block;
        margin-right: 24px;
    }

        #flags_language_selector img, #flags_language_selector-m img {
            margin-left: 8px;
        }

.main-navigation {
	display: block;
	float: left;
    margin: 10px 0 0 48px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    padding: 4px 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 770px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
 * # Layout
 * --------------------------------------------------------------*/
.site-header {
    padding: 10px 0;
    height: 74px;
    width: 100%;
    position: fixed;
    z-index: 1000;
    transition: all .4s;
    background: #f1f1f1;
    box-shadow: none;
}

    .header-fixed {
        background: #ffffff;
        box-shadow: 0px 0px 6px rgba(0,0,0,.2);
    }

    .header-clean {
        background: none;
        box-shadow: none;
    }

.site-content {
    padding-top: 74px;
}


.site-branding {
    float: left;
}


.hero {
    text-align: center;
}

.hero p {
    margin: 0;
    padding: 0;
}

.hero__subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin: 32px 0 16px;
}

.hero__video-thumb {
    cursor: pointer;
}


/* ----- front sections ----- */

.front-section {
    padding: 60px 0;
}

.front-section p {
    margin: 0;
    padding: 0;
}


/* join */
.front--join {
    text-align: center;
}

.join-wrap {
    background: #4c6da2;
    color: #ffffff;
    border-radius: 10px;
}

.join__title {
    padding-top: 32px;
    margin-bottom: 24px !important;
}

.join__quotes {
    padding: 32px 32px 64px;
    overflow: hidden;
}

.join__clients {
    background: rgba(0,0,0,.1);
    padding: 32px;
}

.join__clients img {
    display: inline-block;
    margin: 8px 20px;
}

.quote {
    font-size: 20px;
    font-style: italic;
    font-weight: 100;
}

.quote__thumb {
    margin-bottom: 16px;
}

.quote__thumb img {
    height: 60px;
    width: auto;
}

.quote__author {
    font-size: 14px;
    font-weight: 700;
    margin-top: 16px;
}


/* templates*/
.front--templates {
    text-align: center;
    background: url(img/bg_diagonal2.png) no-repeat center top;
}

.template__img {
    display: inline-block;
    margin: 8px 16px;
    transition: all .3s;
}

.template__img img {
    box-shadow: 0px 0px 16px rgba(0,0,0,.15);
    transition: all .3s;
    max-width: 240px;
    height: auto;
}

.template__img img:hover {
    transform: scale(1.05,1.05);
}


/* side by side sections */
.api-logos {
    border: 1px solid #e5e5e5;
    border-width: 1px 0 1px 0;
    display: inline-block;
    margin-top: 32px;
}

.support-contact {
    position: relative;
    background: #f07123;
    background: #4c6da2;
    padding: 32px;
    color: #ffffff;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
    margin-top: 40px;
}

.support-contact span {
    display: inline-block;
    padding: 0px 16px;
}

.support-contact span:first-of-type {
    border-right: 1px solid rgba(255,255,255,.2);
}

.support-contact__arrow {
    position: absolute;
    right: 100px;
    bottom: 100%;
    height: 0;
    width: 0;
    
    border-left: 26px solid <transparent;
    border-right: 26px solid transparent;

    border-bottom: 26px solid #4c6da2;
}


/* front cta */
.cta-wrap {
    min-height: 510px;
    background: url(img/img_cta.png) no-repeat center center;
    display: flex;
    align-items: center;
    background-size: contain;
}

.cta-content {
    background: #ffffff;
    box-shadow: 0px 0px 16px rgba(0,0,0,.25);
    border-radius: 10px;
    padding: 40px;
    width: 100%;
    text-align: center;
}

.cta-content h2 {
    margin: 0 0 32px 0;
}


.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}



/* ----- Pages ----- */
.sub-section {
    padding: 32px 0;
}

.newslist__row {
    margin: 24px 0 96px;
    padding-bottom: 64px;
    border-bottom: 1px solid #dddddd;
}

.news__thumb img {
    border-radius: 6px;
    margin-bottom: 16px;
}

.news__date {
    color: #888888;
}

.news__title {
    margin: 0px 0px 16px;
}



.entry-header {
    text-align: center;
    text-align: left;
}

.entry-image {
    text-align: center;
}

    .entry-image img {
        margin: 0 auto;
        border-radius: 6px;
        box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    }

.entry-title-image {
    text-align: center;
    margin-top: 16px;
}

.entry-title {
    margin-top: 0px;
    margin-bottom: 32px;
}

h1.entry-title {
    text-align: center;
}

.support-template-default h1.entry-title {
    text-align: left;
}



.entry-content h2:first-child {
    margin-top: 0;
}

.entry-content h2 {
    margin: 48px 0 24px;
    font-size: 32px;
}


/* o nas */

.page-template-page-o-nas p, .page-template-page-o-nas h2 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.team-members {
    text-align: center;
}

.member {
    display: inline-block;
    width: 150px;
    margin: 16px 24px 40px;
    text-align: center;
    vertical-align: top;
}

.member p {
    margin: 0;
    padding: 0;
    width: auto;
}

.member__photo {
    border-radius: 10px;
    margin-bottom: 10px;
}

.member__name {
    font-size: 14px;
}



/* ceniki */

.list-features {
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    list-style: none;
    margin: 24px auto 32px;
    width: 370px;
}

.list-features li {
    background: url('img/i_bullet.png') no-repeat 0px 12px;
    padding-left: 24px;
}

.list-features li:last-child {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    background: none;
    margin-top: 16px;
}

.packages {
    padding: 48px 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: url(img/img_cta.png) no-repeat center center;
}

.packages p {
    margin: 0;
    padding: 0;
}

.package__column {
    position: relative;
    width: 19%;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 12px rgba(0,0,0,.2);
    overflow: hidden;
    transition: all .3s;
}

.package__column:hover {
    transform: scale(1.05,1.05);
    box-shadow: 0px 0px 14px rgba(0,0,0,.4);
}

.package--popular {
    transform: scale(1.05,1.05);
    box-shadow: 0px 0px 14px rgba(0,0,0,.4);
    overflow: visible;
}

.package__popular {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    background: #292b2e;
    padding: 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px 6px 0 0 ;
}

.package__popular2 {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #292b2e;
    padding: 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0 0 6px 6px ;
}

.package__name {
    padding: 16px 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

    .package--podjetnik {
        background: #6c8dc2;
    }

    .package--rastoce {
        background: #4c6da2;
    }

    .package--uveljavljen {
        background: #34507d;
    }

    .package--veliko {
        background: #34747d;
    }

    .package--pomeri {
        background: #373a3f;
    }

.package__content {
    padding: 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}

.package__pricing {
    background: #373a3f;
    color: #ffffff;
    padding: 16px;
    min-height: 176px;
    line-height: 1.1;
    border-radius: 0 0 6px 6px;
}

.package--popular .package__pricing {
    border-radius: 0;
}

.package__price {
    font-size: 46px;
    font-weight: 300;
}

.package__price span {
    font-size: 24px;
}

.package__contact-us {
    font-size: 20px;
    margin-top: 50px;
    display: block;
}

.package__label {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.package__more {
    font-size: 13px;
    font-weight: 400;
}

.section--faq {
    background: rgba(0,0,0,.05);
}

.section--faq h2 {
    margin-bottom: 32px;
}

.faq-item {
    margin-bottom: 24px;
}

.faq-item h3 {
    position: relative;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #4c6da2;
    cursor: pointer;
    padding-left: 24px;
    position: relative;
}

.faq-item h3:before {
    content: "+";
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 29px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
}

.faq-item p {
    margin-bottom: 16px;
}

.faq__answer {
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.4;
    color: #888888;
}



/* blog */

.entry-tags {
    border: 1px solid #d9d9d9;
    border-width: 1px 0 1px 0;
    padding: 16px 0;
    font-size: 12px;
    color: #888888;
    margin-top: 24px;
}

    .entry-tags * {
        vertical-align: middle;
    }

.entry-date {
    text-align: center;
    color: #888888;
    margin: -24px 0 40px;
}

.entry-tags__title {
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #333333;
    display: inline-block;
    font-weight: 700;
    margin-right: 8px;
}

.entry-related {
    text-align: left !important;
}

.entry-related h3 {
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    margin-right: 8px;
    margin-bottom: 24px;
}

.entry-related h4 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.entry-related img {
    border-radius: 3px;
    margin-bottom: 8px;
}

.related__excerpt {
    font-size: 14px;
}

.wp-caption-text {
    text-align: left !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}


.entry-subscribe-wrap {
    padding: 40px 32px;
    margin: 40px 0;
    background: url('img/bg_swoosh2.png') no-repeat center center;
    background-size: contain;
}

.entry-subscribe {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    padding: 24px 16px;
}

.entry-subscribe .widget {
    margin: 0;
}

.subscribe-form {
    display: flex;
    align-items: center;
}

    .subscribe-form span {
        width: 300px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 700;
        font-size: 20px;
    }

    .subscribe-form input[type=text] {
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .subscribe-form .btn {
        width: 160px !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }


.subscribe-form-footer {
    display: flex;
    align-items: center;
    width: 100%;
}

    .subscribe-form-footer input[type=text] {
        width: 70%;
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .subscribe-form-footer .btn {
        width: 30% !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }



/* podpora */

.support__quick-link {
    display: block;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 6px;
    padding: 32px 8px;
    transition: all .3s;
    margin: 32px 0 64px;
}

.support__quick-link:hover {
    text-decoration: none;
    background: rgba(255,255,255,1);
    background: rgba(0,0,0,.1);
}

.support__quick-link img {
    margin-bottom: 16px;
}

.support__categories ul {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
}

.support__categories ul li {
    display: block;
    width: 23%;
    margin: 2% 1%;
    font-size: 15px;
}

.support__categories ul li a {
    display: inline;
    background: none;
    text-align: left;
    padding: 0;
    transition: all .3s;
    font-size: 18px;
}

.support__categories ul li a:hover {
    text-decoration: underline;
    background: none;
}

.list-support {
    margin-left: 0px;
    padding-left: 0;
    list-style: none;
}

.list-support a {
    display: block;
    padding: 12px 16px;
    margin-bottom: 8px;
    border-radius: 3px;
}

.list-support a.article-active {
    background: rgba(0,0,0,.05);
}

.crumbs {
    display: none;
}

.search-custom-post {
    margin-top: 32px;
}

.search-results .page-title {
    font-weight: 100;
    font-size: 30px
}

.search-results .page-title span {
    font-weight: 700;
    font-size: 44px;
}

.title-support {
    font-weight: 300 !important;
    font-size: 36px;
    color: #cccccc;
}


/* prednosti */

.all-features {
    margin-bottom: 32px;
}

.all-features h3 {
    font-weight: 700;
    font-size: 22px;
}

.all-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 4px;
}

.all-features ul li {
    /*background: url('img/i_bullet.png') no-repeat 0px 10px;
 *     padding: 4px 0;
 *         padding-left: 24px;*/
    padding: 2px 0;
    font-size: 14px;
}

.all-features a {
    font-size: 16px;
    color: #4c6da2;
}

.page-template-page-prednosti-modular2 .col-md-6 {
    padding: 0 40px;
}




/* footer */
.site-footer {
    margin: 32px 0 64px;
    padding-top: 32px;
    /*background: url('img/bg_footer-colors.png') no-repeat center top;*/
    background: none;
}

.footer-widget-area {
    font-size: 15px;
    margin-top: 96px;
    font-weight: normal;
}

.footer-widget-area h3 {
    text-transform: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-right: 8px;
    margin-bottom: 12px;
}

.footer-widget-area a {
    font-weight: normal !important;
}

.footer-widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget-area li {
    margin-bottom: 4px;
}

.widget_recent_entries li {
    margin-bottom: 8px;
}

.widget_recent_entries .post-date {
    color: #888888;
}

.img-secure, .img-social {
    height: 32px;
    width: auto;
    margin-right: 8px;
}



/*--------------------------------------------------------------
 * # Accessibility
 * --------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
 * # Alignments
 * --------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
 * # Clearings
 * --------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
 * # Widgets
 * --------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}



/*--------------------------------------------------------------
 * ## Comments
 * --------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
 * # Infinite scroll
 * --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
 * # Media
 * --------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
 * ## Captions
 * --------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
 * ## Galleries
 * --------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
	max-width: 31%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}













.shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper {
    position: absolute;
    right: 105%;
}

#sfsi_floater, .single.single-support #sfsi_floater, .single.single-features #sfsi_floater {
    display: none !important;
}

.single #sfsi_floater {
    display: none !important;
}

/* related posts */

.gallery-columns-3 .gallery-item, #gallery-1 .gallery-item {
    max-width: 31% !important;
    width: 31% !important;
    margin-right: 2.333% !important;
}

.entry-related figure, #gallery-1 figure {
    max-width: 31% !important;
    width: 31% !important;
    margin-right: 2.333% !important;
}






.m-login, .m-language {
    display: none;
}

.menu-open {
    display: none;
}

.menu-item-language {
    display: none;
}

/* ----- custom share buttons ----- */
.entry-share ul, .content-share ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.entry-share ul li {
	display: inline-block;
	margin-right: 8px;
}

.content-share ul li {
	display: block;
	margin-bottom: 8px;
}

.entry-share ul img, .content-share ul img {
	height: 48px;
	width: auto;
}
/* ---------- */

.entry-share .norm_row {
    display: none;
}

.entry-share .sfsi_widget {
    display: block;
}

.entry-share .norm_row {
    display: block;
    width: 92% !important;
    text-align: center !important;
}
    
.entry-share .sfsi_wicons {
    margin-right: 5px;
}

.content-share {
	opacity: 0;
}

.join__clients br {
    display: none;
}


@media screen and (max-width: 770px) {

}

@media screen and (max-width: 770px) {
    
    iframe {
        width: 100%;
        max-height: 300px;
    }
    
    .modal-dialog {
        margin: 96px auto !important;
        width: 100%;
    }

    .modal-video {
        width: 100%;
    }
    
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    
    .m-login {
        display: block;
        margin-top: 16px;
        text-align: center;
    }
    
    .m-language {
        display: block;
        position: absolute;
        right: 60px;
        top: 12px;
    }
    
    .m-language img {
        margin-left: 12px !important;
    }
    
    .m-hide {
        display: none !important;
    }
    
    .m-center {
        text-align: center !important;
    }

    .m-center .text-right, .m-center .text-left {
        text-align: center !important;
    }
    
    .site-header {
        position: relative;
        height: auto;
        background: #ffffff;
        box-shadow: 0px 0px 6px rgba(0,0,0,.2);
    }
    
    .site-content {
        padding-top: 0px;
    }
    
    .site-branding {
        float: none;
    }
    
    .main-navigation {
        float: none;
        margin: 10px 0 0 0px
    }
    
    .main-navigation li {
        float: none;
        position: relative;
    }

    .main-navigation a {
        display: block;
        padding: 8px 6px
    }

    .main-navigation .widget {
        margin-bottom: 0;
    }
    
    .menu-toggle {
        display: none;
    }
    
    .menu-open {
        display: block;
        float: right;
        background: none;
        border: 0;
        font-size: 24px;
        margin: 8px -4px 0 0;
    }
    
    .menu-item-language {
        display: block;
    }
    
    .m-login a {
        color: #ffffff;
        display: inline-block;
    }
    
    
    .hero__title {
        font-size: 34px;
    }
    
    .join__title {
        font-size: 26px;
    }
    
    .front-section h2 {
        font-size: 30px;
    }
    
    h1.entry-title {
        font-size: 34px;
    }
    
    
    .quote {
        font-size: 18px;
        margin: 24px 0 32px;
    }
    
    .cta-wrap {
        display: block;
        min-height: auto;
    }
    
    .cta-content {
        padding: 40px 16px;
    }
    
    .join-wrap {
        padding: 0 10px 10px;
    }
    
    .join__clients {
        border-radius: 6px;
    }
    
    .join__clients img {
        margin: 8px 5px;
    }
    
    .join__clients br {
        display: block;
    }
    
    .home .front-section, .home .front-section .text-right {
        text-align: center;
    }
    
    
    
    .front-section {
        padding: 32px 0;
        text-align: center;
    }
    
    .section--faq {
        text-align: left;
    }
    
    .all-features {
        text-align: center;
    }
    
    .entry-title-image {
        margin-top: 40px;
    }
    
    .packages {
        flex-flow: column;
    }
    
    .package__column {
        width: 100%;
        margin-bottom: 32px;
    }
    
    .page-template-page-o-nas p, .page-template-page-o-nas h2 {
        width: auto;
    }
    
    .img-clients-all, .img-map {
        padding: 0 0;
    }
    
    
    
    .subscribe-form {
        flex-direction: column;
        text-align: center;
    }

        .subscribe-form span {
            display: block;
            width: auto;
            font-family: 'DM Sans', sans-serif;
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 8px;
        }

        .subscribe-form input[type=text] {
            border-right: 1px solid #ccc;
            border-radius: 3px;
            margin-bottom: 8px;
        }

        .subscribe-form .btn {
            width: 100% !important;
            border-radius: 3px;
        }
    
    .wp-caption-text {
        font-size: 16px;
    }
    
    .gallery-columns-3 .gallery-item, #gallery-1 .gallery-item {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    
    .support__quick-link {
        margin-bottom: 32px;
    }
    
    .support__categories ul {
        flex-direction: column;
    }
    
    .support__categories ul li {
        width: 100%;
        margin: 32px 0;
    }
    
    .list-support {
        margin-top: 40px;
    }
    
    .title-support {
        margin-bottom: 32px;
        font-size: 32px;
    }
    
    
    .newslist__row {
        margin: 24px 0 46px;
        padding-bottom: 14px;
        border-bottom: 1px solid #dddddd;
    }
    
    
    .single #sfsi_floater {
        display: none !important;
        text-align: center !important;
    }

	.content-share {
		display: none;
	}

    .entry-share .norm_row {
        display: block;
        width: 92% !important;
        text-align: center !important;
    }
    
    .entry-share .sfsi_wicons {
        margin-right: 5px;
    }

    .entry-share .sfsi_widget {
        display: block;
    }    


    .page-template-page-narrow .content-area {
        padding: 0 16px;
    }
    

    .footer-widget-area .widget {
        margin-bottom: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #dddddd;
        text-align: center;
    }

}

@media screen and (max-width: 480px) {
    .m-login a {
        display: block;
    }
}






