/*
Theme Name: Stockholm Child
Theme URI: https://stockholmlanding.qodeinteractive.com/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: https://qodeinteractive.com/
Version: 1.1.2
Text Domain: stockholm
Template: stockholm
*/



/* ===========================
   ORDER PRINT SLIDER
=========================== */

.order-slider {
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
}

.order-print-image {
	width: 100%;
	height: auto;
	display: block;
	user-select: none;
}


/* Sakrij hover strelice u prettyPhoto lightboxu */
.pp_hoverContainer,
.pp_next,
.pp_previous {
    display: none !important;
}

/* Nova navigacija ispod slike */
.order-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:14px;
  user-select:none;
}

.order-arrow{
  border:none!important;
  background:#fff;
  padding:8px 12px;
  line-height:1;
  font-size:18px;
  cursor:pointer;
}

.order-arrow:disabled{
  opacity:.35;
  cursor:default;
}

.order-nav-center{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:14px;
}

.order-nav-title{
  font-weight:500;
}

.order-nav-count{
  opacity:.7;
}



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

  /* 1) Pusti wrapper da bude 100% umjesto 300px */
  body.single-portfolio_page .content .container_inner,
  body.single-portfolio_page .content .content_inner,
  body.single-portfolio_page .content .container{
    width: 100% !important;
    max-width: 100% !important;
  }
 body.elementor-page-2540 .content .container_inner, body.single-format-standard .content .container_inner,
	 body.elementor-page-2540 .content .content_inner, body.single-format-standard .content .content_inner,
	 body.elementor-page-2540 .content .container, body.single-format-standard .content .container {
        width: 100% !important;
    max-width: 100% !important;
    }
	
	 body.single-format-standard .content  {
		 padding: 0 23px!important;
    }
	
  /* 2) Daj kontrolu bočnog “gutera” (stavi 0 ili 12px po ukusu) */
  body.single-portfolio_page .content .container_inner{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* 3) Slike full width */
  body.single-portfolio_page .portfolio_images img{
    width: 100% !important;
    height: auto !important;
    display: block;
  }
	.portfolio_single {
        margin-top: 0px!important;
    }
    .portfolio_single{
        margin: 10px 22px !important;
    }
}
