/*======================================
Theme Name: Gradonačelnik
Theme URI: http://www.virtualna-tvornica.com
Description: Gradonačelnik
Version: 1.0
Author: Virtualna Tvornica
Author URI: http://www.virtualna-tvornica.com
Template: Divi
======================================*/

/* Include fonts */

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-Thin.ttf') format('ttf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-ThinItalic.ttf') format('ttf');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-Light.ttf') format('ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-LightItalic.ttf') format('ttf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-Regular.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-Medium.ttf') format('ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-Bold.ttf') format('ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-SemiBold.ttf') format('ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-Black.ttf') format('ttf');
  font-weight: 800;
  font-style: normal;
}

body {
  overflow-x: hidden;
  line-height: 1.5em;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #130f0c;
  font-size: 16px;
}
body p {
  line-height: 1.5em;
  font-size: 16px;
}
#page-container {
  overflow-y: unset !important;
}

/* HEADER & NAVIGATION */
#main-header {
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
}
#top-menu li a:after {
  display: none;
}
#top-menu li a {
  opacity: 1;
  text-transform: uppercase;
  color: #acacac;
  font-size: 16px;
}
.et_header_style_centered #top-menu>li>a {
  padding-bottom: 20px;
}
#top-menu li a:hover {
  color: #000000;
}
#top-menu li.current-menu-item>a {
  color: #00a7e9;;
}
.et_header_style_centered #main-header div#et-top-navigation {
  padding-top: 20px;
  border-bottom: 1px solid #bababa;
}
.et_header_style_centered nav#top-menu-nav {
  width: 100%;
}
#top-menu {
  text-align: left;
}
#top-menu li {
  padding-right: 50px;
}
#top-menu li:last-child {
  padding-right: 0 !important;
}
.et_header_style_centered #main-header .logo_container {
  position: relative;
}
#main-header.et-fixed-header #et-top-navigation {
  padding-top: 9px !important;
  border-bottom: 0 !important;
}

/* search */
#main-header .search {
  position: absolute;
  right: 30px;
  top: 42%;
}
#main-header form#searchform input#s::placeholder {
  color: #7a7a7a;
  text-transform: inherit;
}
#main-header form#searchform input#s {
  color: #7a7a7a;
  border: 0;
  width: 117px;
  transition: all .4s ease;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  padding-right: 8px;
}
#main-header form#searchform input#s:focus {
  width: 180px;
  border-bottom: 1px solid #bababa;
}
#main-header #searchsubmit {
  border: 0;
  background: url('assets/images/search_icon_2.png') 3px 7px no-repeat;
  width: 20px;
  height: 20px;
  left: -22px;
  position: relative;
}
.header_social_links {
  position: absolute;
  top: 45%;
  right: 0;
}
/* HEADER & NAVIGATION END */

.tnp-subscription input.tnp-submit{
	cursor:pointer;
	text-transform: uppercase;
	background-color: #00a7e9 !important;
}
.tnp-subscription input.tnp-submit:hover{
	background-color: white !important;
	color: #00a7e9 !important;
}
/* Section 1 - MAIN NEWS */
.mn_con {
  position: absolute;
  z-index: 9;
  bottom: 6px;
  background: rgba(0,0,0,0.6);
  padding: 15px 25px 20px 25px;
  width: 100%;
}
.main_news_subtitile {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}
.main_news_title {
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 0;
}
.main_photo {
  width: 1200px;
  height: 480px;
  object-fit: cover;
}

.main_news_content {
  position: relative;
}
.main_news_inner {

}
.mn_desc {
  margin: 8px 0;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 18px;
}
/* Section 1 - MAIN NEWS END */

/* News General style */
.news_box {
  overflow: hidden;
}
.news_box_title {
  padding: 0;
  margin-bottom: 17px;
  background-color: #00a7e9;
}
.single-sub-title {
  margin: 4px 0 4px 0;
}
.news_box_title a {
  padding: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 1px;
  display: block;
}
.btn_read_more {
  text-transform: uppercase;
  font-weight: 600;
  color: #1F7A2D;
  display: inline-block;
  margin-top: 15px;
}
.news_box {
  overflow: hidden;
}
/* News General style END */

/* News home_section_1 */
.news_lists.style_1 .news_item {
  float: left;
  width: 23.5%;
    margin-right: 2%;
  margin-bottom: 18px;
}
.news_lists.style_1 .news_item:nth-child(4n) {
  margin-right: 0;
}

.news_lists .news_item .news_item_content {

}
.news_lists.style_1 .news_item .news_item_photo {
  height: 210px;
  object-fit: cover;
}
.news_lists .news_item .main_news_subtitile {
  color: #777;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 2px;
  line-height: 1.2em;
  padding: 0;
}
.news_lists .news_item .news_item_title {
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
}
/* News home_section_1 END */

/* News home_section_2 */
.news_box.home_position_2 {
  background: #EBEBEB;
}
.news_lists.style_2 .news_item .news_item_photo {
  height: 210px;
  object-fit: cover;
}
.news_lists.style_2 {
  padding: 0 60px;
  background: #EBEBEB;
  overflow: hidden;
}
.news_lists.style_2 .news_item {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 18px auto;
}
/* News home_section_2 END */

/* News home_section_3 */
.news_box.home_position_3 {
  background: #EBEBEB;
}
.news_lists.style_3 {
  padding: 0 30px 0 30px;
  background: #EBEBEB;
  overflow: hidden;
}
.news_lists.style_3 .news_item {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.news_lists.style_3 .news_item_content_left {
  float: left;
  width: 38%;
  margin-right: 4%;
}
.news_lists.style_3 .news_item_content_right {
  float: left;
  width: 58%;
}
.news_lists.style_3 .news_item_photo {
  height: 240px;
  object-fit: cover;
}
.news_item_introtext {
  font-size: 15px;
  line-height: 1.4em;
}
/* News home_section_3 END */

/* News home_section_4 */
.news_box.home_position_4 {

}
.news_lists.style_4 {
  overflow: hidden;
}
.news_lists.style_4 .news_item {
  float: left;
  width: 50%;
  margin-right: 0;
  margin-bottom: 20px;
  border-right: 1px solid #bebebe;
  padding-right: 20px;
}
.news_lists.style_4 .news_item:nth-child(2n) {
  border-right: 0;
  padding-left: 20px;
  padding-right: 0;
}
.news_lists.style_4 .news_item_content_left {
  float: left;
  width: 38%;
  margin-right: 4%;
}
.news_lists.style_4 .news_item_content_right {
  float: left;
  width: 58%;
}
.news_lists.style_4 .news_item_photo {

}
.news_item_subcategory {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}
.news_item_separated_title_desc_part {
  clear: both;
  overflow: hidden;
  padding-top: 3px;
}
/* News home_section_4 END */

/* GOOGLE ADS position 1 */
.google-ads-wrapper {
  padding: 35px 0;
}
/* GOOGLE ADS position 1 END */

/* Facebook widget */
.facebook-widget-wrapper {
  padding: 0 0 30px 0;
}
/* Facebook widget END */

/* News home_section_5 */
.news_lists.style_5 .news_item {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
}
.clearfix-cu {
  clear: both;
  margin-bottom: 25px;
}
.news_lists.style_5 .news_item.in_dep_style {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.news_lists.style_5 .news_item:nth-child(2n) {
  margin-right: 0 !important;
}


.news_lists.style_5 .news_item .news_item_content_left {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.news_lists.style_5 .news_item .news_item_content_right {
  float: left;
  width: 49%;
}

.news_lists.style_5 .news_item .news_item_photo {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.news_lists.style_5 .news_item.in_dep_style .news_item_photo {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* News home_section_5 END */

/* News home_section_6 */
.news_lists.style_6 .news_item {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.news_lists.style_6 .news_item:nth-child(2n) {
  margin-right: 0 !important;
}
.news_lists.style_6 .news_item .news_item_content_left {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.news_lists.style_6 .news_item .news_item_content_right {
  float: left;
  width: 49%;
}
.news_lists.style_6 .news_item .news_item_photo {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.news_box.home_position_6 {
  background: #EBEBEB;
}
.news_lists.style_6 {
  background: #EBEBEB;
  overflow: hidden;
  padding: 0 30px;
}
/* News home_section_6 END */


/* FOOTER */
#main-footer {
  background: #00658c;
  color: #fff;
}
#footer-bottom {

}
.footer_col_r {
  float: left;
  overflow: hidden;
}
.custom_footer {
  padding: 3px 20px 8px 60px;
  overflow: hidden;
}
a.footer-toggler {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
a.footer-toggler i {
  margin-left: 8px;
  font-weight: 600;
}
.custom_footer p.f-text {
  font-size: 17px;
}
.custom_footer p.f-text strong {
  font-weight: 600;
  text-transform: uppercase;
}
.f-col {
  float: left;
  width: 11.5%;
  visibility: hidden;
  height: 2px;
}
.f-col.get_show {
  visibility: visible;
  height: auto;
}
.fb_social_footer {
  margin-left: 26px;
}
.gg_footer {
  float: left;
  width: 10%;
}
.f-col:nth-child(2) {
  width: 11%;
}
.f-col:nth-child(3) {
  width: 11%;
}
.f-col:nth-child(4) {
  width: 13%;
}
.f-col:nth-child(5) {
  width: 11%;
}
.f-col:nth-child(6) {
  width: 11%;
}
.f-col:nth-child(7) {
  width: 13%;
}
.f-col:nth-child(8) {
  width: 18%;
}
.gg_footer_2 {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  margin: 24px 0 10px 0;
}
.f-col_ff {
  clear: both;
}

.gg_footer_2 img {
  vertical-align: middle;
}
.gg_footer_2 .fb_social_footer {
  display: inline-block;
  height: 31px;
  vertical-align: bottom;
}
/* FOOTER END */

/* SINGLE POST */
.entry-title {
  font-weight: 700;
}
.widget_title_category {
  padding: 6px !important;
  height: auto;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.related_news_item {
  overflow: hidden;
  margin-bottom: 12px;
  border-bottom: 1px solid #abaaba;
  padding-bottom: 5px;
}
.related_news_item:last-child {
  border-bottom: 0;
}
.related_news_item .related_left img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.related_news_item .related_left {
  float: left;
  width: 40%;
  margin-right: 5%;
}
.related_news_item .related_right {
  float: left;
  width: 55%;
}
.related_news_item .related_title {
  line-height: 1.2em;
  font-size: 15px;
  font-weight: 600;
}
.widget-title {
  margin-bottom: 10px;
}
#sidebar .widget {
  margin-bottom: 32px;
}
.vt_grey_box {
  background: #f9f8f5;
  padding: 5px 25px;
  clear: both;
  display: block;
  border-left: 5px solid #e7e5e1;
}
/* SINGLE POST END */

/* Category view */
.post-category-view {
  overflow: hidden;
  border-bottom: 1px solid #ababab;
  margin-bottom: 20px;
  padding-bottom: 14px;
}
#left-area .post-category-view:last-child {
  border-bottom: 0;
}
.post-category-view .category-view-left {
  width: 38%;
  float: left;
  padding-right: 20px;
}
.post-category-view .category-view-right {
  float: left;
  width: 62%;
}
.post-category-view .category_subtitile {
  display: none;
  text-transform: uppercase;
  padding: 0 0 1px 0 !important;
  margin-top: 0;
  font-weight: 600;
  color: #acacbb;
  position: relative;
  top: -4px;
}
body.category-intervjui .post-category-view .category_subtitile {
  display: block;
}
.post-category-view .category_introtext {
  line-height: 1.3em;
}
.post-category-view .entry-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2em;
}
.color-black {
  color: #000 !important;
}
.post-meta .published {
  color: #6e6e6e;
}
.wp-pagenavi {
  border-top: 0;
  text-align: center;
}
.wp-pagenavi span.current {
  font-size: 17px !important;
  display: inline-block;
  border: 1px solid #999 !important;
  width: 27px;
  height: 27px;
  padding: 2px;
  color: #999 !important;
}
.wp-pagenavi a {
  font-size: 17px !important;
  display: inline-block;
  border: 1px solid #000 !important;
  width: auto;
  height: 27px;
  padding: 2px 4px !important;
  color: #000 !important;
}
.wp-pagenavi a:hover {
  color: #000 !important;
}
/* Category view END*/

/* SEARCH PAGE */
.entry-featured-image-url img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
/* SEARCH PAGE END */

/* GRADONACELNICI */
.gradonacelnici-view {

}
.citiy-desc {

}
.tur-name {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.gradonacelnik-wrapper-lista {
  clear: both;
  margin-bottom: 45px;
  overflow: hidden;
}
.gradonacelnik-wrapper-lista .gradonacelnik-item {
  float: left;
  width: 19.2%;
  margin-right: 1%;
  margin-bottom: 18px;
  position: relative;
}
.gradonacelnik-wrapper-lista .gradonacelnik-item:nth-child(5n) {
  margin-right: 0;
}
.gradonacelnik-wrapper-lista .gradonacelnik-img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.gradonacelnik-wrapper-lista .gradonacelnik-title {
  position: absolute;
  bottom: 7px;
  background: rgba(0,0,0,0.5);
  width: 100%;
  text-align: left;
  color: #fff !important;
  font-weight: 600;
  padding: 4px 0 4px 14px !important;
  line-height: 1.3em;
}
.gradonacelnik-wrapper-lista .gradonacelnik-title a {
  color: #ffffff;
  font-size: 16px;
}
.gradonacelnik-wrapper-lista .gradonacelnik-grad-lista {
  font-weight: 400;
  text-transform: uppercase;
}

/* GRADONACELNICI END */

/* GRADONACELNIK SINGLE */

.gradonacelnik-single .entry-title {
  padding-bottom: 0;
}
.gradonacelnik-grad {
  margin-bottom: 26px;
  color: #959595;
  font-weight: 600;
  font-size: 20px;
}

.widget-top-wrapper {

}
.citiy-img {
  text-align: center;
  margin: 17px 0;
}
.citiy-img img {
  max-height: 230px;
}
.single-grad-table {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.single-grad-table tr {
  padding: 0 !important;
}
.single-grad-table tr:nth-child(odd) {
  background: #E5E7E4;
}
.single-grad-table tr td {
  padding: 5px !important;
  font-size: 15px;
}
.single-grad-table tr td:first-child {
  text-transform: uppercase;
  width: 280px;
}
.table_title_con {
  text-transform: uppercase;
  font-weight: 700;
  margin: 30px 0 0 0;
  padding-bottom: 6px;
}
.single-grad-table td sup {
  font-size: 13px;
  bottom: 7px;
}
/* GRADONACELNIK SINGLE END */

/* SINGLE POST */
#content-area table td {
  padding: 2px 6px !important;
  width: auto !important;
  font-size: 12px !important;
}
/* SINGLE POST END */










/* MEDIA */

@media all and ( min-width: 981px ) {
  .gradonacelnik-single #left-area {
    width: 55%;
  }
  .gradonacelnik-single #sidebar {
    width: 45%;
  }

  #main-content .container:before {
    display: none;
  }
  .et_right_sidebar #left-area {
    padding-right: 2.5%;
  }
  #left-area {
    width: 69.125%;
  }
  #sidebar {
    width: 30.875%;
  }
  .et_right_sidebar #sidebar {
    padding-left: 25px;
  }
  .taax-lista {
    min-height: 700px;
  }
}

@media all and ( max-width: 980px ) {
  .gradonacelnik-wrapper-lista .gradonacelnik-title a {
    font-size: 13px;
  }
  .gradonacelnik-wrapper-lista .gradonacelnik-item {
    width: 48%;
    margin-right: 2%;
  }
  .gradonacelnik-wrapper-lista .gradonacelnik-item:nth-child(5n) {
    margin-right: 2%;
  }
  .gradonacelnik-wrapper-lista .gradonacelnik-item:nth-child(2n) {
    margin-right: 0;
  }
  .gg_footer {
    width: 100%;
    margin-bottom: 10px;
  }
  .gg_footer_2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .f-col {
    width: 50% !important;
    margin-bottom: 5px;
  }
  /* Mobile section 1 */
  .news_lists.style_1 .news_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .news_lists.style_1 .news_item .news_item_photo {
    height: auto;
    object-fit: cover;
  }
  /* Mobile section 1 END */

  /* Mobile section 2 */
  .news_lists.style_2 .news_item .news_item_photo {
    height: auto;
    object-fit: cover;
  }
  .news_lists.style_2 .news_item {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .news_lists.style_2 {
    padding: 0 30px;
  }
    /* Mobile section 2 END*/


  .et_header_style_centered #main-header {
    padding: 5px 0;
  }
  .et_header_style_centered .mobile_nav .select_page {
    visibility: hidden;
  }
  .et_header_style_centered #main-header div#et-top-navigation {
    border-bottom: 0;
  }
  .et_header_style_centered .et_mobile_menu {
    top: 34px;
  }
  .et_header_style_centered #et_mobile_nav_menu {
    margin-top: 0;
  }
  #main-header .search {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 20px;
    margin-bottom: 0;
    display: inline-block;
  }
  .header_social_links {
    position: relative;
    top: 4px;
    right: 0;
    display: inline-block;
  }
}
@media all and ( max-width: 767px ) {
  .post-category-view .category-view-left {
    width: 100%;
    padding-right: 0;
  }
  .post-category-view .category-view-right {
    width: 100%;
  }
  .post-category-view .entry-title {
    font-size: 20px;
    margin-top: 5px;
  }
  .mn_con {
    position: relative;
    z-index: 9;
    bottom: 6px;
    background: rgb(32, 67, 15);
    padding: 15px 25px 20px 25px;
    width: 100%;
  }
  .main_news_title {
    font-size: 20px;
  }
  /* News home_section_5 */
  .news_lists.style_5 .news_item.in_dep_style {
    width: 100%;
    margin-right: 0;
  }
  .news_lists.style_5 .news_item {
    width: 100%;
    margin-right: 0;
  }
  .news_lists.style_5 .news_item.in_dep_style .news_item_photo {
    height: auto;
  }
  /* News home_section_5 END */

  /* Mobile section 4 */
  .news_lists.style_4 .news_item {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-right: 0;
    padding-right: 0;
  }
  .news_lists.style_4 .news_item:nth-child(2n) {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* Mobile section 4 END */
}
@media all and ( max-width: 570px ) {
  .f-col {
    width: 100% !important;
  }
  /* Mobile section 3 */
  .news_lists.style_3 .news_item_content_left {
    width: 100%;
    margin-right: 0;
  }
  .news_lists.style_3 .news_item_content_right {
    width: 100%;
  }
  .news_lists.style_3 .news_item_photo {
    height: auto;
  }
  /* Mobile section 3 END */

  /* Mobile section 4 */
  .news_lists.style_4 .news_item_content_left {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  .news_lists.style_4 .news_item_content_right {
    float: left;
    width: 100%;
  }
  /* Mobile section 4 END */
}