@import url('fonts/fonts.css');
/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/



/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Intro
16. News
17. Home Boxes
18. Footer
19. About Pages
20. Student Servis Pages
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, 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, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } 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; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } 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; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } 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"] { -webkit-box-sizing: border-box; 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; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "DIN Pro", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#424648;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #aa001e;  color: #fff; }  
::selection { background-color: #aa001e; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 134rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.pages .container{
  max-width: 160rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 600;line-height:1.4;}
.title h1, .title h2{ font-size: 2.8rem; }
.intro .title h1{
  font-size: 3.4rem;
}
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.2rem; }
  .intro .title h1{
    font-size: 3.8rem;
}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 3.6rem; }
  .intro .title h1{
    font-size: 4.4rem;
}
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 4rem; }
  .intro .title h1{
      font-size: 5rem;
  }
}


/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn, .search-submit {
	display: inline-block;
	padding: 1rem 4rem;
	font-weight: 600;
  border-radius: 10rem;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.btn-primary, .search-submit{
  background-color: #aa001e;
  color: #fff;
}
.btn-primary:hover, .search-submit:hover{
  background-color: #a8b2b7;
}
.btn-secondary{
  background-color: #a8b2b7;
  color: #fff;
}
.btn-secondary:hover{
  background-color: #aa001e;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #b5b5b5;
	padding: 2rem 3rem;
	outline: none;
	background-color: #ffffff;
	border-radius: 10rem;
}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius: 2rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #aa001e;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 300;
  color: #fff;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(/wp-content/uploads/2025/05/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination, .pagination .nav-links, ul.page-numbers{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
  font-size: 1.4rem;
  list-style: none;
  padding: 0;
}
a.page-numbers, span.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1px;
  background-color: #a8b2b7;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, a.page-numbers:hover{

  background-color: #aa001e;
  color: #fff;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.swiper-pagination{
  position: absolute;
  width: 100%;
  bottom: -2rem;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:1rem;
  justify-content: center;

}
.swiper-pagination-bullet{
  width: 4rem;
  height: 4rem;
  background-color: rgba(255,255,255,.3);
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-pagination-bullet::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width:3rem;
  height: 3rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border:0.7rem solid #fff;
  background-color: #dce0e2;
  transition: all .4s ease-in-out;
}
.swiper-pagination-bullet-active::before{
  background-color: #aa001e;
}
.custom-arrow{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(100);
  z-index: 2;
}
.custom-next{
  background-image: url(/wp-content/uploads/2025/05/next.svg);
  right: 2rem;
}
.custom-prev{
  background-image: url(/wp-content/uploads/2025/05/prev.svg);

  left: 2rem;
}
/* ================================================================================== 
14. Header
===================================================================================== */
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #30373e;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
.toggle.activate .line-toggle{
  background-color: #fff;
}
.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 2rem 0;
  background-color: #fff;

}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  max-width: 156rem;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

header nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #aa001e;
  padding: 0;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
header nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header nav li{
  display: block;
}

header nav li a{
  display: block;
  padding: 1rem 1.6rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #db4d53;
  color: #fff;
}
header nav li:last-child a{
  border-right: 0;
}

header nav li a:hover, header nav li.current_page_item a{
  background-color: rgba(255,255,255,.2);
}



.mobile-info{
  margin-top: 3rem;
  padding: 0 2rem;

}
.menu-item-has-children{
  position: relative;
}
header .sub-menu{

  display: none;
  padding-left: 3rem;
}

header .sub-menu li{
  display: block;
}
header .sub-menu li a{
  display: block;
  padding: 1rem;
}
.btn-akademis {
	display: inline-block;
	background-color: #a8b2b7;
	text-transform: uppercase;
	padding: 2.2rem 5.1rem;
	border-radius: 20rem;
	margin-right: -1rem;
	background-image: url(/wp-content/uploads/2025/09/Academia-logo-primarni.png);
	background-repeat: no-repeat;
	background-position: left 4rem center;
	background-size: 3rem;
	color: #fff;
	padding-left: 9rem;
	font-weight: 500;
}
.btn-akademis:hover{
  background-color: #721c24;
}
.header-top{
  display: none;
}
.header-logo2{
  display: block;
}
.header-logo2 img{
  display: block;
  width: 24rem;
}
.btn-desktop{
  display: none;
}
header .sub-menu li span, .page-aside span, header nav .mrtav a{
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
  padding: 1rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav{
    width: 40rem;
  }
  .header-logo2 img{
    width: 30rem;
  }

}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .btn-desktop{
    display: inline-block;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  header{
    padding:  0;
    background-color: transparent;
  }
  .toggle{
    display: none;
  }
  header .container{
    border-radius: 20rem;
    background-color: #aa001e;
  }
  header .container{
    padding: 0;
  }
  .header-logo2{
    display: none;
  }
  header nav ul{
    display: flex;
    flex-wrap: wrap;
  }
  header nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-right: auto;
    border-radius: 20rem;

  }
  header nav li{
    display: inline-block;
  }
  header nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
    color: #fff;
    border-right: 1px solid #db4d53;
    border-bottom: 0;
  }
  header nav li:first-child a{
    border-top-left-radius: 20rem;
    border-bottom-left-radius: 20rem;
  
  }
  .mobile-info{display: none;}
  header .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 30rem;
    background-color: #aa001e;
    padding: 2rem;
    border-radius: 2rem;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
   header .sub-menu  .sub-menu{
    left: 100%;
    top: -2rem;
   }
  header .menu-item-has-children:hover > .sub-menu{
    opacity: 1;
    visibility: visible;
  }
  header .sub-menu li a{
    font-size: 1.4rem;
    border: 0;
    border-radius: 1rem;
  }
  header .sub-menu li:first-child a{
    border-radius: 1rem;
  }
  .header-top{
    display: block;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  header nav li a{
    padding: 2rem 2.1rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
   header nav li a{
    padding: 2rem 3rem;
  }
}
/*-----------*/
.header-top{
  padding: 4rem 0;
  width: 100%;
  background-color: #fff;
}
.header-top .container{
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-items: center;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 50rem;
}
.header-top-right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-top .social{
  margin-bottom: 4rem;
}
.header-search input{
  border-radius: 10rem;
  background-color: #fff;
  border:2px solid #c2c9cc;
  color: #c2c9cc;
  font-size: 1.4rem;
  padding: 1.3rem 3rem;
  width: 40rem;
  font-weight: 500;
}
.header-search form{
  position: relative;
}
.header-search input.search-btn{
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  border: 0;
  background-image: url(/wp-content/uploads/2025/05/search.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
/* ================================================================================== 
15. Intro
===================================================================================== */

.intro-slider{
  overflow: hidden;
  border-radius: 5rem;
}
.swiper-slide{
  box-sizing: border-box;
  position: relative;
  display: flex;

}
.swiper-slide a{
  display: block;
  width: 100%;
}
.swiper-slide img{
  display: block;
  width: 100%;
  height: 56rem;

  object-fit: cover;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: flex-start;
  color: #fff;
}
.intro-inner{
  max-width: 70rem;
  width: 100%;
}
.intro h1{
  line-height: 1.2;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro{
    margin-top: -3rem;
  }
}
/* ================================================================================== 
16. News
===================================================================================== */

.news-box{
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}
.news-box:last-child{
  margin-bottom: 0;
}
.news-image{
  display: block;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  margin-bottom:2rem;
}
.news-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/11;
  object-fit: cover;

}
.news-sticker{
  position: absolute;
  left: 0;
  top: 2rem;
  background-color: #a8b2b7;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}
.news-date{
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
  color: #a8b2b7;
  margin-bottom: 2rem;
}
.news-box h3{
  font-weight: 600;
  font-size: 2rem;
}
.news-box  p{
  font-size: 1.4rem;
}
.news-box  .btn{
  font-size: 1.4rem;
  margin-top: auto;
  align-self: flex-start;
  padding: 0.6rem 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .news-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
	justify-content: space-evenly;
  }
  .news-box{
    width: 48.5%;
  }
  .news-box:last-child{
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .news-box{
    width: 31.3%;
  }
  .page-content .news-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .news-box{
    width: 21.7%;
  }
  .page-content .news-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .page-content .news-box{
    width: 31.3%;
  }
}
/* ================================================================================== 
17. Home Boxes
===================================================================================== */

.home-box{
  width: 100%;
  border-radius: 3rem;
  background-color: #aa001e;
  padding: 3rem 2rem;
  color: #fff;

}

.home-box1 a{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 2rem;
}
.home-box1 img{
  display: block;
  width: 5rem;
  height: auto;

}
.home-box h3{
  font-size: 1.8rem;
  max-width: calc(100% - 13rem);
  margin-bottom: 0;
}
.home-inner{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  
}
.home-btns{
  display: flex;
  flex-direction: column;
  gap:1rem;
  width: 10rem;
}
.home-box2{
  background-color: #a1aaaf;
  margin-top: 3rem;
}
.home-box1{
  padding: 0;
}
.home-inner h3{
  max-width: calc(100% - 13rem);
  margin-bottom: 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .home-box{
    padding: 5rem 5rem;

  
  }
  .home-box h3{
    font-size: 2.4rem;
  }
  .home-box1 a{
    padding: 5rem 5rem;
  }
  .home-box2{
    padding-left: 5rem;
  }
  .home-box1{
    padding: 0;
  }
  .home-box1 img{
    width: 10rem;
  }
  .home-box h3{
    max-width: calc(100% - 20rem);
  }
  .home-btns{
    width: 14rem;
  }
  .home-inner h3{
    max-width: calc(100% - 20rem);
  }


}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .home-boxes-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-box{
    width: 49%;
  
  }
  .home-box1{
    padding: 0;
  }
  .home-box2{
    margin-top: 0;
  }
  .home-box h3{

    max-width: calc(100% - 15rem);
  }
  .home-inner h3{
    max-width: calc(100% - 20rem);
  }

}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .home-box h3{
    font-size: 2.4rem;
  }
  .home-box{
    padding: 7rem 7rem;
  }
  .home-box1{
    padding: 0;
  }
  .home-box1 a{
    padding: 7rem 7rem;
  }
  .home-box2{
    padding-left: 7rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .home-box h3{
    font-size: 2.7rem;
  }
}
@media only screen and (min-width: 112.5em) {
  /*1800px*/
  .home-box{
   padding: 7rem 13rem;
  }
  .home-box1{
    padding: 0;
  }
  .home-box1 a{
    padding: 8rem 11rem;
  }
  .home-box2{
    padding-left: 10rem;
  }
}
/* ================================================================================== 
18. Footer
===================================================================================== */
footer{
  font-size: 1.5rem;
}
footer .container{
  padding: 5rem 2rem;
  border-radius: 2rem;
  background-color: #a1aaaf;
  color: #fff;
}
.footer-wrapper{
  display: flex;
  flex-direction: column;
  text-align: center;

  margin-bottom: 5rem;

  border-bottom: 1px solid rgba(255,255,255,.4);
}
footer h3{
  text-transform: uppercase;
}
.foter-box{
  margin-bottom: 3rem;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 5rem;
}
.footer-wrapper2{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.footer-logo img{
  display: block;
  width: 28rem;
  height: auto;
  margin: 0 auto;
}
.footer-logo{
  margin-bottom: 3rem;
}
.footer-logo a img{
  margin-bottom: 2rem;
}
footer .social a img{
  filter: brightness(0) invert(100);
}
footer .social{
  justify-content: center
}
/*#legal-footer a{
  text-transform: uppercase;
  font-weight: 600;
   font-size: 1.755rem;

}
#legal-footer li{
    margin-bottom: 2rem;
 
}*/
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper2{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 130rem;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .footer-logo img{
    margin: 0;
  }
  .footer-logo{
    margin-bottom: 0;
  }
  footer .social{
    justify-content: flex-start;
  }
  .footer-wrapper{
    flex-direction: row;
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 130rem;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5rem;
    margin-bottom: 5rem;

  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  footer .container{
    padding: 10rem 5rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .footer-logo img{

    width: 54rem;
  }
}
/*-------*/
.footer-links-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

}
.footer-links{
  padding: 5rem 0;
}
.footer-links-wrapper a{
  width: 50%;
  margin-bottom: 2rem;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-links-wrapper a img{
  width: 100%;
  display: block;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/4;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .footer-links-wrapper a{
    width: 33.3%
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-links-wrapper a{
    width: 20%;
    margin-bottom: 0;
  }
}
/*-------*/
.copyright{
  padding: 0 0 2rem 0;
  font-size: 1.5rem;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
/* ================================================================================== 
19. About Pages
===================================================================================== */
.top-image{
  height: 40rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.top-image-text{
  width: 100%;
  height: 100%;
  color:#fff;
}
.top-image-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top-image-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}

.page-aside{
  top: 15rem;
  position: sticky;
  left: 0;
  width: 37rem;
  padding: 4rem;
  background-color: #f4f4f4;
  border-radius: 2rem;
  display: none;
}
.page-content{
  width: 100%;
}
.page-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-aside ul li{
  display: block;
  margin-bottom: 2rem;
}
.page-aside ul li a {
	display: block;
	background-image: url(/wp-content/uploads/2025/05/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0.6rem;
	padding-left: 1.9rem;
}
.page-aside ul li.current_page_item a, .page-aside ul li a:hover{
  color: #aa001e;
}
.page-gallery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5rem;
  gap:3%
}
.page-gallery a{
  width: 48.5%;
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
  display: block;
  margin-bottom: 3rem;
}
.page-gallery  a img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.page-gallery a:hover img{
  transform: scale(1.1);
}
.page-aside .sub-menu{
  display: none;
  padding-left: 2rem;
  margin-top: 2rem;
  transition: none;
}
.page-aside .sub-menu.open-o{
  display: block;
}
.menu-toggle {
	position: absolute;
	right: 0;
	top: 1px;
	width: 3rem;
	height: 2.3rem;
	background-image: url(/wp-content/uploads/2025/05/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.2rem;
	cursor: pointer;
	transition: all.4s ease-in-out;
	z-index: 2;
	background-color: transparent;
	opacity: 1 !important;
}
.sub-menu .menu-toggle{
  height: 3.5rem;
}
.o.menu-toggle2{
  transform: rotate(180deg);
}
.menu-toggle2 {
	position: absolute;
	right: 0;
	top: 1px;
	width: 4rem;
	height: 2.3rem;
	background-image: url(/wp-content/uploads/2025/05/arrow-down.svg);
  filter: brightness(0) invert(100);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.2rem;
	cursor: pointer;
	transition: all.4s ease-in-out;
	z-index: 2;
	background-color: transparent;
	opacity: 1 !important;
}
.sub-menu .menu-toggle2{
  height: 3.5rem;
}
.o2.menu-toggle2{
  transform: rotate(180deg);
}
.sub-menu.open-o2{
  display: block;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page-aside{
    display: block;
  }
  .page-content{
    width: calc(100% - 42rem);
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .top-image{
    margin-top: -3rem;
    background-attachment: fixed;
  }
  .menu-toggle2 {
    display: none;
  }
}
/*---------*/
.docs-wrapper ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.docs-wrapper ul li{
  margin-bottom: 0.5rem;
}
.docs-wrapper ul li a {
	display: inline-block;
	padding-left: 2.5rem;
	background-image: url(/wp-content/uploads/2025/05/pdf.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.4rem;
  text-decoration: underline;
}
.docs-wrapper ul li a:hover{
  text-decoration: none;
}
/*---------*/
.page-content-image{
  margin-top: 5rem;
}
.page-content-image img{
  display: block;
  width: 100%;
  height: auto;

}
/*---------*/
.video-holder{
  margin-top: 5rem;
}
.video-holder video{
  width: 100%;
  height: auto;
  display: block;
}
/*---------*/
.rewards-wrapper{
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}

.rewards-box{
  width: 48.5%;
  text-align: center;
  margin-bottom: 2rem;
}
.reward-image {
	display: block;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
	margin-bottom: 2rem;
}
.reward-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/11;
	object-fit: cover;
  transition: all .4s ease-in-out;
}
.reward-image:hover img{
  transform: scale(1.1);
}
.reward-modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.reward-modal.open{
  visibility: visible;
  opacity: 1;
}
.modal-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  cursor: pointer;
}
.reward-modal-inner{
  padding: 3rem;
  padding-top: 7rem;
  background-color: #fff;
  max-width: 80rem;
  width: 100%;
  height: 80rem;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.reward-modal img{
  width: 100%;
  height: auto;
  display: block;
  margin-top: 3rem;
}
.close-modal{
  font-size: 5rem;
  color: #000;
  position: absolute;
  top: 1rem;
  right: 3rem;
  cursor: pointer;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/

  .rewards-box{
    width: 31.3%;
  }
  .reward-modal-inner{
    padding: 5rem;
    padding-top: 8rem;
  }
}
/*-----------*/

.contact-box{
  width: 100%;
  margin-bottom: 3rem;
}
.contact-box img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.contact-wrapper2{
  margin-top: 5rem;
}
.contact-box h3{
  text-transform: uppercase;
}
.contact-form{
  margin-top: 5rem;
  padding: 2rem;
  background-color:  #f4f4f4;
  border-radius: 3rem;
}
.contact-form input[type="checkbox"]{
  width: auto;
}
.contact-form .cf7-taxonomy-checkboxes label{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .contact-box{
    width: 48.5%;
  }
  .contact-form{
    padding: 5rem;
  }
  .contact-form form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-form  fieldset{
    width: 48%;
  }
  .contact-form fieldset.w-100{
    width: 100%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .contact-box{
    width: 31.3%;
  }

}
/* ================================================================================== 
20. Student Servis Pages
===================================================================================== */
.page-aside span{
  color: #000;
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
  opacity: 0.3;
}
header nav .mrtav a
.article-image{
  margin: 5rem  0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .article-image img{
    width: 60%;
  }
}
/*---------------*/
.job-filter{
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e7e7e7;

}
.job-filter select{
  width:100%;
  margin-top: 2rem;
}
.job-box{
  background-color: #f4f4f4;
  border-radius: 2rem;
  padding: 5rem 3rem;
  margin-bottom: 5rem;
}
.job-box h3{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.job-salary {
	display: inline-block;
	border-radius: 10rem;
	padding: 1rem 3rem;
	background-color: #aa001e;
	color: #fff;
	font-weight: 500;
}
.jobs-title{
  margin-bottom: 3rem;
}
.jobs-icons-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3rem;
  width: 100%;
}
.job-icon{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #aa001e;
}
.job-icon img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  filter: brightness(0) invert(100%);
}
.jobs-icon-text{
  width: calc(100% - 5rem);
  padding-left: 2rem;
}

.jobs-icons-row span{
  opacity: 0.4;
}
.job-more-wrapper{
  padding-top: 5rem;
}
.job-more-box{
  width: 100%;
  margin-bottom: 3rem;
}
.job-more-box span{
  opacity: 0.4;
  display: block;
}
.job-more{
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .jobs-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .job-box h3{
    font-size: 3rem;
    margin-bottom: 0;
  }
  .job-box{
    padding: 5rem;
  }
  .jobs-icons-row{
    width: 48.5%;
  }
  .job-more-box{
    width: 48.5%;
  }
  .job-more-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .jobs-icons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .job-filter{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .job-filter select{
    width:40rem;
    margin-top: 0;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .jobs-icons-row{
    width: 31.3%;
  }
  .job-more-box{
    width: 31.3%;
  }

}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .job-icon{
    width: 7rem;
    height: 7rem;
  }
  .job-icon img{
    width: 3rem;
    height: 3rem;
  }
  .jobs-icon-text{
    width: calc(100% - 7rem);
  }
}
/*---------*/
.accordion-wrapper {
  counter-reset: accordion-counter;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;

}

.accordion {
	padding: 1rem 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	counter-increment: accordion-counter;
	border-bottom: 1px solid #e7e7e7;
}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 2.1rem;
  width: 80%;
  color: #000;
}

.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
  }
  .accordion__head_btn:before, .accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.8;

}
.accordion__body_text{
  padding-top: 2rem;
}
.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
/*-------------*/
.thumbs-gallery{
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.thumbs-gallery img{
  display: block;
  height: auto;
  width: 100%;
}
.single-gallery .sticker-wrapper {
	right: 0;
	top: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
	
}
.single-gallery .swiper-slide{
  background: #fff;
}
.thumbs-gallery .swiper-slide {
  cursor: pointer;
}
.single-gallery{
  position: relative;
}
.single-gallery img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16/10;

}
.thumbs-gallery img{
  opacity: 0.6;
  transition: all .4s ease-in-out;
}
.thumbs-gallery .swiper-slide-thumb-active img{
  opacity: 1;
}
/*---------*/
.page-image{
  margin-bottom: 5rem;
}
.page-image2{
  margin-top: 5rem;
  margin-bottom: 0;
}
.page-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
}
/*----------*/
.javna-nabava-page table td{
  padding-right: 3rem;
  padding-bottom: 0.5rem;
}
.links{
  display: flex;
  flex-direction: column;
  gap:1rem;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #e7e7e7;
}
.links a{
  display: inline-block;
  text-decoration: underline;
  padding-left: 2rem;
  background-image: url(/wp-content/uploads/2025/05/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: left  center;
  background-size: 0.5rem;
}
.links a:hover{
  text-decoration: none;
}
/*----------*/
.bottom-block{
  background-color: #e7e7e7;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .bottom-block{
    margin-bottom: 10rem;
  }
}

article.job-more-box.w-100 {
    width: 100%;
}
/*------*/
.content-page-search p{
  text-align: center;
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.content-page-search form{
   max-width: 70rem;
  width: 100%;
  margin: 0 auto;
}
.search-submit{
  padding: 2rem 4rem;
  border-color: transparent;
  margin-top: 1rem;
  transition: all .4s ease-in-out;
}

.content-page-search a.btn {
    margin-top: 2rem;
}
.content-page-search article {
    text-align: center;
}

@media only screen and (min-width: 48.0625em) {
    .footer-logo {
        max-width: 25%;
    }
}