/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-family: Montserrat,Helvetica Neue,Arial,sans-serif;
	font-weight: normal;
	font-size:100%;
	box-sizing: border-box;
}

@media screen and ( min-width:1600px ) {	
	html {
		font-size:110%;
	}
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background: #F9F9F9;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	display: block;
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

/* Listing
	 ========================================================================== */

ol, ul {
    display: block;
    margin: 0;
    padding: 0;
    /* list-style: none; */
}

/* Navigation
	 ========================================================================== */

nav {
	display: block;
	margin: 0;
}	

/* Texting
	 ========================================================================== */
p {
    margin: 0 0 1em;
    padding: 0;
    display: block;
}

p:last-child {
	margin-bottom:0;
}

/* Headings
	 ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 0 0 16px;
    color: #525253;
}

h1 a, h2 a, h3 a, h4 a {
	color: #525253;
}

h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus {
	color: #0080ff;    
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
	letter-spacing:-0.8px;
	font-weight:normal;
}

.title-border {
    /* margin-bottom: 2rem; */
    /* font-size: 2.3rem; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* max-width: 100%; */
}

.title-border::after {
    /* display: inline-block; */
    /* content:
    ''; */
    /* width: 240px; */
    /* height: 2.5px; */
    /* background: #FF006B; */
    /* position: relative; */
    /* top: -0.2em; */
    /* left: 16px; */
}

.title-border.full::after {
	width: 100%;
}

@media screen and ( max-width:768px ) {
	h1 {
		font-size: 1.7em;
	}

	h2 {
		font-size: 1.4em;
	}

	h3 {
		font-size: 1.2em;
	}

	h4 {
		font-size: 1.2em;
	}

	h5 {
		font-size: 1em;
	}

	.title-border  {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
        white-space: nowrap;
    letter-spacing: -0.05em;}

    .title-border span::after {
        left: 0;
        top: -0.6em;
        white-space: inherit;
    }
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, tt, var, samp {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	height: auto;
	max-width: 100%;
	outline:0;
}

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

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 15px;
	line-height: 1.15;
	margin: 0;
border-radius: 7px;border: 0!important;padding: 0.6em 0.6em;}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Set default input placeholder
 */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a6a6a6;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #a6a6a6;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #a6a6a6;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* Interactive
	 ========================================================================== */

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Struture
--------------------------------------------------------------*/

.no-margin-top {
	margin-top: 0!important;
}

.no-margin-bottom {
	margin-bottom: 0!important;
}

/* The progress bar - scroll indicator */
.line {
	background: #FF006B;
	height: 4px;
	border-radius: 0 5px 5px 0;
	width: 0%;
	position: fixed;
	top: 0;
	z-index: 99;
}

body.admin-bar .line {
	top: 32px;
}

/* For social buttons */
#page > .wrapper-main {
    display: flex;
    flex-direction: column;
}

.wrapper,
.wrapper-larger {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 1000px;
}

.wrapper-larger {
	max-width: 1200px;
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 900px;
 }
}

@media (min-width: 1200px) {
    #page > .wrapper-main {
	    flex-direction: row;
	}
	.wrapper {
	    max-width: 1100px;
	}
}

@media (min-width: 1400px) {
    .wrapper {
	    max-width: 900px;
	}
	.wrapper-larger {
	    max-width: 1350px;
	}
}

@media (min-width: 1800px) {
    .wrapper {
	    max-width:1100px;
	   }
	.wrapper-larger {
	    max-width: 1490px;}
}

@media (max-width: 768px) {
    body.admin-bar #scrollIndicator {
		display:none!important;
	}
}

.clearfix::after,
.wrapper::after {
	content: "";
	clear: both;
	display: table;
}

.layout-full-width-compact .wrapper {
	max-width: 840px;
}

#masthead {
	align-items: center;
	background: #273992;
	display: flex;
	min-height: 100px;
	margin-bottom: 3.2rem;
}

body.home #masthead {
	margin-bottom: 0;
}

#masthead .hero-items {
	flex-direction: row;
	display: flex;
	line-height: 1;
	align-items: center;
	justify-content: end;
	height: 55px;
	margin-left: 2rem;
}

#masthead .hero-items > * {
	margin: 0 5px;
}

#masthead .hero-items .btn-search-job {
	background: #ff1578;
	color: #ffff;
	white-space: nowrap;
	padding: 12px 2px;
	line-height: 1;
	height: 40px;
	border-radius: 3px;
}

#masthead .btn-search {
	 height: 40px;
	 width: 30px;
	 line-height: 2.4rem;
	 z-index: 1;
}

#masthead .btn-search::before {
	content:'\e907';
	font-family:'icons'!important;
	color:#fff;
	font-size: 23px;
}

#masthead.search-active .btn-search::before {
	content: '\e905';
	color: #686868;
	font-size: 12px;
	position: relative;
	right: 2px;
	top: -2px;
}

#masthead .btn-darkmode {
	display: none;
}

#masthead .btn-darkmode::before {
	content:'\e902';
	font-family:'icons'!important;
	color:#fff;
	font-size: 46px;
}

#masthead .btn-sulutions {
	background:#ed2378;
	color: #fff;
	padding: 10px 13px;
	white-space: nowrap;
	font-size: 94%;
	margin-left: 2em;
	border-radius: 2px;
}


#masthead .search-form {
	display: flex;
	justify-content: flex-end;
	margin-right: -28px;
	margin-left: 2rem;
	overflow: hidden;
	z-index: 1;
	}

#masthead .search-form .form-group {
	visibility: hidden;
	max-width: 50px;
	transition: opacity ease-in-out 0.3s;
	position: absolute;
	margin-top: -19px;
	display: flex;
	opacity: 0;
}

#masthead.search-active .search-form .form-group {
    max-width: 480px;
    width: calc(100% - 490px);
    visibility: visible;
    opacity: 1;
}




#masthead.header-small {
	margin-bottom: 4.5em;
}

#masthead.shadow {
	box-shadow: 0 4px 10px rgb(3 17 32 / 12%);
}

#masthead.no-space { 
	margin-bottom:0!important; 
}

#masthead .wrapper-larger {
	height: 80px;
	display: flex;
	justify-content: space-between;
	z-index: 9999;
	align-items: center;
}

#primary {
	/* width: 70%; */
	/* width: calc(100% - 380px); */
	/* float: left; */
	width: 100%;
}

@media (min-width:1200px) and (max-width:1400px) {
	body.has-sidebar #primary {
		/* margin-left: -18%; */
		}
}

body.no-sidebar #primary {
	width: 100%;
	float: none;
	clear: both;
}

#primary article + article {
	margin-top: 2.5em;
}

#primary > header {	
	margin-bottom: 4rem;
}

#secondary {
    width: 29%;
    width: 380px;
    float: left;
    padding-left: 4%;
}

@media screen and ( max-width:1024px ) {
	#primary,
	#secondary {
	  width: 100%;
	}
	#secondary {
		padding: 2em 0 0;
	}
}

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

	#primary,
	#secondary {
	  display:flex;
		flex-direction: column;
	}
	#masthead .hero-items .btn-sulutions {
		display: none;
	}

	#masthead.search-active .search-form {
		width: 100%;
		position: absolute;
		left: 0;
		margin: 0;
		/* padding: 0 20px; */
		/* right: 10px; */
		/* width: 200px; */
		/* display: block; */
		height: 44px;
		background: #273992;
	}
}

@media ( max-width:768px ) {
	#primary > header {
		margin-bottom: 1rem;
	}

	#masthead .hero-items {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		/* justify-content: start; */
		margin: 0;
		/* position: relative; */
	}

	
}


/*--------------------------------------------------------------
# Typography (GLOBAL)
--------------------------------------------------------------*/
body, input, select, optgroup, textarea {
	color: #595959;
	line-height: 1.6;
	/* font-size: 100%; */
	}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Typography (CONTENT)
--------------------------------------------------------------*/

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

.entry-content:last-child {
	margin-bottom: 0!important;
} 

.full-width img,
img.full-width {
	width: 100%;
	height: auto;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #273992;
	text-decoration: none;
	transition: color 300ms linear, text-decoration 300ms;
}

a:hover,
a:focus,
a:active {
	/*opacity: 0.85;*/
	/*transition: opacity ease-in-out 0.3s;*/
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	clip-path: inset(50%);
	border: 0;
	word-wrap: normal !important;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

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

/* Don't touch */

.protect-content {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	pointer-events: none;
}

/*--------------------------------------------------------------
# Devices Options
--------------------------------------------------------------*/


.wp-block-spacer.spacer-low {	height: 120px; }

.wp-block-spacer.spacer-high  {	height: 200px; }

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

@media (max-width:768px) {
	.mobile-hidden { display: none!important;	}

	.wp-block-spacer.spacer-low  {	height: 40px!important; }

	.wp-block-spacer.spacer-high  {	height: 80px!important; }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.asterisk {
	color: #ff2a2a;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #FF006B;
	border: 2px solid #FF006B;
	border-radius: 3px;
	color: #fff;
	font-size: 0.75rem;
	line-height: 1;
	padding: 1.1em 1.6em;
	font-weight: 700;
	cursor: pointer;
	transition: all linear 300ms;
	border-radius: 2px;
	max-width: 100%;
}

.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	/* background: transparent; */
	/* color: #1369BF; */
	opacity: 0.85;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	/* border-color: #aaa #bbb #bbb; */
	opacity: 0.85;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8.5px 11px;
	font-size: 15px;
	max-width: 100%;
	width: 340px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
outline: 0;box-shadow: 0 0 3px 3px #00000030;}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 600px;
}

/*--------------------------------------------------------------
/= Post list (archive/tags/categorys)
--------------------------------------------------------------*/

.redmore-link {
	font-size: 0.8rem;
}

.redmore-link .icon-arrow-right {
    font-size: 180%;
    position: relative;
    top: 7px;
}


.entry-content .entry-category {
	background: #273992;
	display: inline-block;
	padding: 3px 9px;
	/* border-radius: 20px; */
	/* text-transform: uppercase; */
	/* font-weight: bold; */
	}

.entry-content .entry-category a {
	color: #ededed;
	font-size: 0.85rem;
	}

a.post-thumbnail {
	display: block;
	/* overflow:
	hidden; */
	line-height: 0;
	/* border: 1px solid #f0f4ff; */
	/* border-radius: 10px; */
	background-repeat: no-repeat;
	background-size: cover;
}

.post-thumbnail img {
	transition: all ease-out .6s;
	width: 100%;
	/* border-radius: 8px; */
}

a.post-thumbnail:hover img, 
a.post-thumbnail:focus img {
	/* transform: scale(1.1); */
	/* opacity: 0.8; */
}

.article-excerpt .entry-excerpt {
	font-size: 0.86rem;
}

.article-excerpt .redmore-link {
	/* margin-top: 1rem; */
	/* display: block; */
}

/* Post Footer */

.entry-footer .tags-links {
	padding: 20px 0 10px;
}

.entry-footer .tags-links a {	
	color: #666;	
	text-decoration: underline;
}


/*--------------------------------------------------------------
## Page header/Post info (for achive and single post)
--------------------------------------------------------------*/

.search-form .form-group {
	width: 100%;
	position: relative;
	line-height: 14px;
}

.page-content .search-form .form-group  {
	max-width: 400px;
}


.search-form .input-control {
	border-radius: 5px;
	width: 100%;
	border: 1px solid #e7e7e7;
	padding: 8px 32px 8px 35px;
	font-size: 14px;
	z-index: 2;
}

.search-form .input-control:focus,
.search-form .input-control:active {
    outline:0;
    box-shadow: 0 0 9px 2px #4159b6;
    border-color: #ccc;
}

.search-form .submit-search {
	cursor: pointer;
	z-index: 2;
	height: 30px;
	width: 30px;
	padding: 6px;
	position: absolute;
	left: 7px;
	top: 6px;
	transition: opacity linear 0.4s;
	background: transparent!important;
	border: 0!important;
	outline: 0!important;
}

.search-form .submit-search .icon-search {
	display: inline-block;
	color: #686868;
	font-size: 16px;
}

/* Post List */

#primary .grid-posts {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: auto;
    margin-left: -0.8%;
    margin-right: -0.8%;
}

#primary .grid-posts article.article-excerpt {
	margin: 1.6% 0.8%;
    width: 31.7%;
	display: flex;
    flex-direction: column;
}
#primary .grid-posts .entry-header{
flex-grow: 1;
}

#primary .grid-posts article.article-excerpt .entry-title {
	font-size: 1.4rem;
}

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

	#primary .grid-posts article.article-excerpt {
		width: 45.2%;
	}
}


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

	#primary .grid-posts article.article-excerpt {
		width: 100%;
		margin-top: 3em;
	}
}

/* Post List */

.load-more-button {
    text-align: center;
    margin-top: 2em;
}

.load-more-button .load-more-button-inner {
    width: 280px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1;
}

.load-more-button .load-more-button-inner a {
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 7px;
}

.load-more-button .load-more-button-inner a .icon-arrow-right {
    font-size: 120%;
    position: relative;
    top: 3px;
    margin-left: 3px;
}

.load-more-button .load-more-button-inner.loading a {
    /* background: #d51063; */
}

.load-more-button .load-more-button-inner.loading a::before {
    font-family: 'icons'!important;
    content:
    '\e97f';
    position: absolute;
    margin-left: -25px;
    margin-top: 1px;
    -webkit-animation: spinner 1.1s infinite linear;
    animation: spinner 1.1s infinite linear;
}

@media screen and ( max-width: 768px ) {    
    .load-more-button {
        margin-top: 2.5rem;
    }

    .load-more-button .load-more-button-inner {
        width: 100%;
        padding: 0;
    }

    .load-more-button .load-more-button-inner.loading a::after {
        margin-left: 7px;
    }
}

/*--------------------------------------------------------------
/= Pagination
--------------------------------------------------------------*/

ul.page-numbers {
	list-style: none;
	padding: 0;
	margin: 54px 0 0;
	font-weight: bold;
	color: #76787e;
	width: 100%;
	display: flex;
	justify-content: center;
}

ul.page-numbers li {
	float: left;
}

ul.page-numbers li a, 
ul.page-numbers li span {
	padding: 4px 8px;
	border: 2px solid transparent;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	margin: 7px;
	color: #76787e;
	border-radius: 50%;
	font-weight: 400;
	font-size: 16px;
	overflow: hidden;
}

ul.page-numbers li a {
	border-color: #d4deef;
}

ul.page-numbers li a.next,
ul.page-numbers li a.prev {	
	width: auto;	
	border-radius: 2em;	
	padding: 4px 30px;	
	border-color: #0080ff;	
	color: #0080ff;
}

ul.page-numbers li a:hover,
ul.page-numbers li a:focus {
	border-color: #0080ff;
	background: #0080ff;
	color: #fff;
}

ul.page-numbers li span.current {	
	background: #0080ff;	
	color: #fff;
}

ul.page-numbers li span.dots {	
	width: 22px;	
	padding: 0;	
	margin: 13px -3px 0;
}

.posts-navigation {
    margin-top: 4em;
}

.posts-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}

.posts-navigation .nav-links span {
	position: relative;
	top: 2px;
}

@media( max-width:768px ) {
	ul.page-numbers li a, 
	ul.page-numbers li span {
		padding: 4px 8px;
		width: 36px;
		height: 36px;
		line-height: 24px;
		/* overflow: hidden; */
		margin: 3px;
	}

	 ul.page-numbers li a.next, 
	 ul.page-numbers li a.prev {
		max-width: 120px;
		padding: 4px 5px;
	}

	ul.page-numbers li a.prev {
		display:none;
	}
}

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

.sidebar .widget a {
	color: #262626;
}

.sidebar .widget a:hover,
.sidebar .widget a:focus {
	color:#0080ff;
}


.sidebar .widget .widget-title {
	font-size: 1.2em;
	color: #1c1e28;
}

.sidebar .widget select {
	max-width: 100%;
}

.sidebar .widget ul {
	margin-left: 0;
	list-style: none;
}

.sidebar .widget ul li {
	margin-bottom: 9px;
}
.sidebar .widget .textwidget ul li::before {
	content: "\25AA";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #198cff; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1.2em; /* Also needed for space (tweak if needed) */
	position: absolute;
}

.sidebar .widget .widget-list-posts li {
    display: flex;
    overflow: hidden;
    margin-bottom: 17px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.sidebar .widget .widget-list-posts li .thumb {
    margin-right: 19px;
    padding-top: 0;
    flex: 1 0 auto;
    width: 100px;
}

.sidebar .widget .widget-list-posts li .thumb img {
	width: 100px;
	border: 2px solid #a6cefb;
	border-radius: 4px;
}

.sidebar .widget .widget-list-posts li .content .post-title {
    font-weight: bold;
    margin-top: -5px;
    font-size: 15px;
}

.sidebar .widget .widget-list-posts li .content .post-date {
    font-size: 14px;
    color: #948888;
}

@media( max-width:1024px ) {
	.sidebar .widget-list-posts li {
		padding-left: 0!important;
	}
}

/*--------------------------------------------------------------
/= Footer
--------------------------------------------------------------*/

#colophon {
	color: #414042;
	padding-top: 4.5rem;
	background: #273992;
	clear: both;
}

body.page-template-default #colophon,
body.page-template-default .pre-footer,
body.search-results #colophon,
body.search-results .pre-footer,
body.archive #colophon, 
body.archive .pre-footer,
body.home #colophon, 
body.home .pre-footer  {
	margin-top: 10em;
}



#colophon a {
	color: #FFFFFF;
	/* font-weight: 600; */
}

#colophon p {
	font-size: 01em;
	color: #FFFFFF;
	margin: 1.8em 0;
}

#colophon .menu {
	list-style: none;
	margin-top: 3.6em;
}

#colophon .menu li {
	margin-top: 0.5em;
}

#colophon .menu li:first-child {
	margin-top: 0;
}

#colophon .menu li a {
    padding: 0;
    font-size: 0.80rem;
}

#colophon .footer-columns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-top: -1%;
	align-items: flex-start;
}

#colophon .footer-columns .column:first-child {
	margin-right: 5%;
	flex: 1.5;
}

#colophon .footer-columns .column:last-child {
	align-self: center;
	min-width: 265px;
}

#colophon .footer-columns .column {
	flex: 1;
	margin: 0 1%;
}

#colophon .widget .widget-title {
	font-size: 30px;
	color:#fff;
	padding: 0 0 1.1em;
	border-bottom: 1px solid #454444;
	margin: 0 
	0 2em;
}
#colophon .widget .textwidget {
	font-size: 14px;
	line-height: 1.9em;
	word-break: break-word;
}

#colophon .footer-copyright {
	background: transparent linear-gradient(268deg, var(--unnamed-color-273992) 0%, var(--unnamed-color-ed2378) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(268deg, #273992 0%, #ED2378 100%) 0% 0% no-repeat padding-box;
	color: #FFFFFF;
	min-height: 60px;
	display: flex;
	text-align: center;
	align-items: center;
	margin-top: 3rem;
}


@media ( max-width:1024px ) {

}

@media ( max-width:768px ) {
	#colophon {
		margin-top: 5rem!important;
	}

	#colophon .menu {
		margin-top: 1em;
	}
	
	#colophon .footer-columns {
		flex-direction:column;
		text-align: center;
		padding: 0 1.5rem;
	}

	#colophon .footer-columns .column {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	#colophon .footer-columns .column:first-child {
		margin: 0 0 2rem 0;
	}

	#colophon .footer-columns .column:last-child {
		margin-top:2rem;
	}
}

/*--------------------------------------------------------------
/= Faixa rodape
--------------------------------------------------------------*/

#rodape-faixa-rotativa {
	visibility: hidden;
	position: fixed;
	width: 100%;
	background: #beea03;
	overflow: hidden;
	padding: 0.7rem 0;
	color: #000000;
	font-weight: bold;
	font-size: 1.1rem;
	z-index: 10;
	transition: all linear 0.4s;
	transform: translateY(70%);
	bottom: 0;
	opacity: 0;
}

#rodape-faixa-rotativa.current-1 {
	background: #ff1478;
}

#rodape-faixa-rotativa.current-1 .column-right {
    width: 170px;
}

#rodape-faixa-rotativa .column-left {
	    padding-right: 30px;
}

#rodape-faixa-rotativa.show {
	visibility: visible;
	transform: translateY(0%);
	opacity: 1;
}

#rodape-faixa-rotativa .rodape-faixa-close {
	cursor: pointer;
	position: absolute;
	right: 5px;
	font-size: 14px;
	top: 13%;
	padding: 3px 7px;
}

#rodape-faixa-rotativa p {
	font-size: 1.3rem;
	margin-bottom: 0;
}

#rodape-faixa-rotativa a.link {
    background: #3624d6;
    border-radius: 10px;
    padding: 0.5rem 1.9rem;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    color: #fff;
	white-space: nowrap;
}

#rodape-faixa-rotativa .rodape-banner {
	display: none;
    justify-content: space-between;
    align-items: center;
	visibility: hidden;
	padding-right: 15px;
}

#rodape-faixa-rotativa.current-1 p {
	color: #fff;
}

#rodape-faixa-rotativa .footer-social-icons {
	min-width: 170px;
}

#rodape-faixa-rotativa .social-icons li {
	margin: 6px 5px;
}

#rodape-faixa-rotativa .social-icons li a {
	width: 28px;
	height: 28px;
}

#rodape-faixa-rotativa .rodape-banner.active {
	display: flex;
    visibility: visible;
}

@media ( max-width:768px ) {
	#rodape-faixa-rotativa .footer-social-icons {
	    min-width: 120px;
		max-width: 120px;
	}

	#rodape-faixa-rotativa .footer-social-icons li:last-child {
		display: none!important;
	}
	#rodape-faixa-rotativa.current-1 .column-left {
	    text-align: right;
		padding-right: 10px;
	}

	#rodape-faixa-rotativa.current-1 p {
		font-size: 14px;
	}	

	#rodape-faixa-rotativa.current-2 .column-right {
		width: 115px;
	}
}

/*--------------------------------------------------------------
/= Newsletter
--------------------------------------------------------------*/
.newsletter-area {
	background-color: transparent;
	background-image: linear-gradient(300deg,#235bcf 0%,#6f5ecf 85%);
	color: #fff;
	padding: 3em 0;
	margin: 4em 0 5em;
	width: 100%;
}

.newsletter-area h2 {
	color: #fff;
	margin: 0 0 0.6em;
}

.newsletter-area p {
	color: #ddd5ff;
	font-size: 16px;
}

.newsletter-area .wp-block-columns {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
}

.newsletter-area .wp-block-columns .wp-block-column {
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.newsletter-area .wp-block-columns .wp-block-column:first-child {
	max-width: 210px;
}

.newsletter-area .wp-block-columns .wp-block-column:last-child {
	max-width: 320px;
	margin-left: 40px;
}

.newsletter-area figure.wp-block-image {	
	margin: 0;
}

.newsletter-area .wp-block-image img {
	width: 80%;
	user-select: none;
	pointer-events: none;
}


.newsletter-area .wpcf7-form {
	display: flex;
	flex-direction: column;
}

.newsletter-area .screen-reader-response {
	display:none;
}

.newsletter-area .wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 8px;
}

.newsletter-area .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display:none;
}

.newsletter-area .wpcf7-form .wpcf7-submit {
	background: #ffb92e;
}

.newsletter-area .wpcf7-form .wpcf7-response-output {
	font-size: 14px;
	margin: 7px 4px 0;
}

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

	.newsletter-area {		
		margin: 4em 0 4em;
	}

	.newsletter-area .wp-block-columns {
		flex-direction:column;
		text-align: center;
	}

	.newsletter-area .wp-block-columns .wp-block-column {
		margin:10px 0 0!important;
		max-width:100%!important;
	}
	
	.newsletter-area .wp-block-image img {
		max-width: 190px;
		margin-bottom: 1em;
	}
    
    .newsletter-area .wpcf7-form input,
	.newsletter-area .wpcf7-form .wpcf7-submit {
		width:100%;
		max-width:320px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*--------------------------------------------------------------
/= Social icons
--------------------------------------------------------------*/

.social-icons {
    list-style:none;
    display:flex;
    align-content: center;
    align-items: center;
    text-align: center;
    margin:0;
    padding:0;	
}

.footer-social-icons .social-icons {
	max-width: 205px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -0.4rem;
	margin-right: -0.4rem;
}

.social-icons li {
	margin: 6px 0.4rem;
}

.social-icons li a {
    font-size: 1.15rem;
    color: #273992!important;
    background: #fff;
    border-radius: 50%;
    width: 2.1rem;
    height: 2.1rem;
    display: flex;
    cursor: pointer;
    transition: all linear 0.2s;
    overflow: hidden;
    justify-content: center;
    align-items: center;
} 

.social-icons li a:hover,
.social-icons li a:focus {
	color:#fff!important;
}

.social-icons li a.icon-facebook::before {
	position: relative;
	top: 5px;
	font-size: 141%;
}

.social-icons li a.icon-pinterest::before {
	position: relative;
	top: 5px;
	font-size: 137%;
}

.share-buttons li a.icon-whatsapp::before {	
	font-size: 1.2em;
}

.social-icons li a.icon-facebook:hover,
.social-icons li a.icon-facebook:focus {
	background: #1674ea;
}

.social-icons li a.icon-whatsapp:hover,
.social-icons li a.icon-whatsapp:focus {
	background: #2fe177;
}

.social-icons li a.icon-linkedin:hover,
.social-icons li a.icon-linkedin:focus {
	background: #1273b1;
}

.social-icons li a.icon-twitter:hover,
.social-icons li a.icon-twitter:focus {
	background: #2aa9e0;
}

.social-icons li a.icon-pinterest:hover,
.social-icons li a.icon-pinterest:focus {
	background: #bd081a;
}

.social-icons li a.icon-youtube:hover,
.social-icons li a.icon-youtube:focus {
	background: #e81918;
}

.social-icons li a.icon-tiktok:hover,
.social-icons li a.icon-tiktok:focus {
	background: #000000;
}

.social-icons li a.icon-email:hover,
.social-icons li a.icon-email:focus {
	background: #3e7bc7;
}

.social-icons li a.icon-instagram:hover,
.social-icons li a.icon-instagram:focus {
	background: #d6249f; /* Fallback */
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-icons li a:hover,
.social-icons li a:focus {
	opacity: 1!important;
    transform: scale(1.2);
}

.social-icons li a.icon-share2 {
    font-size: 22px;
}

@media (max-width:768px) {
	.footer-social-icons .social-icons {
		max-width: 100%;
	}
}

@media (max-width:420px) {

    .share-buttons ul li a {
        width: 36px;
        height: 36px;
        font-size: 21px;
        line-height: 36px;
    }
}

/*--------------------------------------------------------------
/= Search
--------------------------------------------------------------*/
.search-form-content {
	margin: 3rem 0;
}

.search-form-content .search-title {
	font-size: 1.14rem;
	font-weight: bold;
	display: block;
	padding: 0 0 1.6rem;
}

.search-form-content .form-group {
	max-width: 23rem;
	width: 100%;
}

.search-form-content .form-group .input-control {
	width: 100%;
	margin: 0 0 1.36rem;
}

.search-form-content .form-group .submit-search {
	width: 100%;
	font-size: 1rem;
	padding: 0.525rem 1rem;
}

/*--------------------------------------------------------------
/= Related Content
--------------------------------------------------------------*/

.related-content {	
	margin: 3rem 0;
}

.related-content .title {
	margin: 5rem 0 2.5rem;
}

/* Blog Posts List */

.posts-list-hor {
	display: flex;
	list-style: none!important;
	margin: 0 -1%;
	flex-wrap: wrap;
}

.posts-list-hor article {
	flex: 1 0 31.333%;
	margin: 1.1rem 1%!important;
	max-width: 31.333%;
}

.posts-list-hor article .entry-thumbnail a {
	padding-bottom: 64%;
}

.posts-list-hor a {
	text-decoration: none!important;
}

.posts-list-hor .entry-category {
	margin: 1.2em 0 6px;
	line-height: 1.6;
}

.posts-list-hor .entry-title {
	margin: 1em 0 0.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
			line-clamp: 3; 
	-webkit-box-orient: vertical;
}

.posts-list-hor .entry-meta {
	font-size: 0.8rem;
	color: #414042;
	display: flex;
	justify-content: space-between;
	/* align-content: center; */
}

@media screen and (max-width:768px) {
	.posts-list-hor article {
		flex: 1;
		/* margin: 1.1rem 1%!important; */
		max-width: 100%;
	}

}

/* Lista Vertical */
.posts-list-ver {
    list-style: none;
} 

.posts-list-ver article {
    min-height: 240px;
} 

.posts-list-ver article {
	display: flex;
}

.posts-list-ver article .entry-thumbnail {
	flex-basis: 300px;
	flex-grow: 0;
	flex-shrink: 0;
	padding-right: 17px;
	/* padding-top: 141px; */
}

.posts-list-ver article .entry-thumbnail .post-thumbnail {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width:768px) {
	.posts-list-hor {
		flex-direction:column;
	}

	.posts-list-hor article {
		margin-bottom: 1.5rem;
	}

	.posts-list-ver article {
		flex-direction: column;
	}
}

/*--------------------------------------------------------------
/= Cookie Consent 
--------------------------------------------------------------*/

.widget-overlay {
    background-color: rgba(25,25,25,.2);
}

/*--------------------------------------------------------------
/= Popup 
--------------------------------------------------------------*/

.snp-builder button.hover-effect:hover {
    transform:scale(1.08);
}
.snp-builder span[class*="icon-"] {
    font-size: 19px;
    padding-left: 1px;
    display: inline-block;
    position: relative;
    top: 2px;
}
	
/*--------------------------------------------------------------
/= Lightbox 
--------------------------------------------------------------*/
@media screen and ( max-width:768px ) {
	.fancybox-slide {
	padding: 20px!important;
	}
}

/*--------------------------------------------------------------
/= PDF Viewer 
--------------------------------------------------------------*/

.pdf-buttons-inner {
	display: flex;
	justify-content: center;
}

.pdf-buttons-inner > a,
.pdf-buttons-inner > div {
	margin: 0 6px;
	min-width: 25%;
	max-width: 260px;
}

.pdf-buttons-inner button {	
	font-size: 1.2rem;
	white-space: nowrap;
	padding: 0.7rem 1.2rem;
	width: 100%;
}

.pdf-buttons-inner > a:first-child button {
	background: #01249f;
	border-color: #01249f;
}

.pdf-buttons-inner .file-link-dropdown {
	position:relative;
}

.pdf-buttons-inner .file-link-dropdown button::after {
	content:'\e90e';
	font-family:'icons'!important;
	margin-left: 8px;
display: inline-block;transition: transform ease-in-out 0.3s;}

.pdf-buttons-inner .file-link-dropdown:hover button::after,
.pdf-buttons-inner .file-link-dropdown:focus button::after{
	transform: rotate(180deg);
}

.pdf-buttons-inner .file-link-dropdown ul {
	visibility: hidden;
	list-style: none;
	position: absolute;
	background: #d20058;
	width: 100%;
	
	margin-top: -4px;
	border-radius: 0 0 7px 7px;
	max-height: 0px;
	transition: all ease-in-out 0.3s;
z-index: 1;padding: 8px 0 10px;}

.pdf-buttons-inner .file-link-dropdown:hover ul,
.pdf-buttons-inner .file-link-dropdown:focus ul {
	visibility:visible;
	max-height:999px;
}

.pdf-buttons-inner .file-link-dropdown ul li {
	transition: background ease-in-out 0.3s;
}

.pdf-buttons-inner .file-link-dropdown ul li:hover,
.pdf-buttons-inner .file-link-dropdown ul li:focus {
	background: #b5004c;
}

.pdf-buttons-inner .file-link-dropdown ul li a {
	color:#fff;
	text-decoration:none!important;
padding: 0.1rem 1.2em;display: block;} 


.pdf-buttons-inner .file-link-dropdown ul li a span {
	
margin-right: 9px;}

@media ( max-width:768px ) {
	.pdf-buttons-inner {
		margin: -10px -6px 41px -6px!important;
	width: 100%;}
	.pdf-buttons-inner > a
	.pdf-buttons-inner > div {
		width: auto;
	flex: 1 auto;}

	.pdf-buttons-inner button {
		font-size: 14px;
	}

	.pdf-buttons-inner .file-link-dropdown ul {
		padding: 4px 0 3px;
	}

	.pdf-buttons-inner .file-link-dropdown ul li a {
		padding: 0.1rem 0.5em;
	}
}

/* Nesletter form */

#newsletter-container {
    color: #FFFFFF;
    background: #FF1578;    
    padding: 0.6rem 1rem;
    border-radius: 7px;
}

#newsletter-container .newsletter-container-inner {
	width: 100%; 
    display: flex;
    align-items: center; 
}

#newsletter-container .newsletter-container-inner > img, 
#newsletter-container .newsletter-container-inner > div {
    margin: 0 2%;
}

#newsletter-container img {
    margin-left: 1%;
    flex: 1;
    max-width: 32%;
}

#newsletter-container .newsletter-content {
    flex: 1.55;
}

#newsletter-container .newsletter-form-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 22%;
    padding: 20px 0;
}

#newsletter-container .newsletter-form-inner input,
#newsletter-container .newsletter-form-inner button {
    margin-bottom: 1.3rem;
    border-radius: 5px;
    height: 45px;
    width: 100%;
}

#newsletter-container .newsletter-form-inner button {
    background: #00249F;
    border: 0;
    padding: 0.7em 1em;
    font-size: 1.1rem;
}

#newsletter-container .newsletter-form-inner p {
    font-size: 10px;
    line-height: 1.6em;
}

@media screen and ( max-width: 768px ) {
    #newsletter-container .newsletter-container-inner {
        flex-direction: column;
    }

    #newsletter-container .newsletter-container-inner > img, 
    #newsletter-container .newsletter-container-inner > div {
        margin: 1rem 0;
        width: 100%;
        max-width: 100%!important;
    }
}

/* Widgets */



/* Rock Convert Popup */

.rd-section h2,
.rd-section a,
.rd-section p,
.rd-section span {
	font-family: Montserrat,Helvetica Neue,Arial,sans-serif!important;
	line-height: 1em;
}