/*
Theme Name: Stromholmlaw.
Theme URI: http://www.stromholmlaw.se
Description: Strolhomlaw site.
Version: 1.0
Author: Ding
Author URI: http://www.ding.se.
*/

/* Section Main Page */

html{
    margin-top: 0px !important;
}

body {
    margin:  0;
    background-image: url('images/2025/bgtexture.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    
}

.container {

    width: 100%;
    font-family: georgia;
    font-size: 14px;    
    margin: auto;
    /* background-color: white; */
}
.linkarchive{
	color: #4f443a;
    display: block;
    font-family: "open sans",sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 15px;
    outline: medium none;
    padding: 8px 25px 18px;
    text-transform: uppercase;
    margin-top: 20px;
}
.linkarchive:hover{
	color: #81745b;	
}
.linkarchive span{
	margin-right: 10px;	
}

h1 {
	color: black;
    font-family: 'Droid Serif',Georgia,serif;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.025em;
    line-height: 46px;
    margin: 0 0 40px;
    padding: 0;
}
.home h1{
	font-size: 32px;
	line-height: 44px;
}
body.page.home .entry p{
	font-size: 18px;
    line-height: 28px;
}

.qtranxs_flag_and_text {
    font-family: 'Droid Serif',Georgia,serif !important;
}



/* OTHER */


p {
    margin-top: 0px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    padding-top: 0px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'georgia', 'open sans', sans-serif;
    font-weight: 300;
    color: black;
}

body.single .entry p, body.page .entry p{
	font-size: 16px;
	line-height: 26px;
}
body .entry p span.smaller{
	font-size: 13px;
	line-height: 23px;
}

.clear {
    clear: both;
}





.space {
    height: 7px;
}

span {

}



.section-header-parent {
    width: 100%;
    /* background-image: url("images/2025/bgtexture.png"); */
    margin: 0 auto;
    height: 220px;
    border-bottom: 2px solid #6F482A;
   box-shadow: 0 4px 12px 0 #fff;
}

.section-slideshow-parent {
    width: 100%;
    background-image: url("images/texture-bildspel.jpg");
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}
.section-slideshow-parent .slide img{
	max-width: 880px;
	height: auto;
}
.section-slideshow-parent .slide .insideslide{
	background-color: #FFFFFF;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 880px;
    position: relative;
    line-height: 0;
}
.section-slideshow-parent .slide .textthing{
	background-color: #FFFFFF;
    bottom: 35px;
    font-family: 'open sans', sans-serif;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 28px;
    max-width: 390px;
    padding: 15px;
    position: absolute;
    right: 35px;
    text-align: left;
    color: #5c3929;
}

.section-header {    
    width: 910px;
    min-height: 220px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #000;
}

.logo {
    height: 106px;
    left: 0;
    position: relative;
    top: 34px;
    width: 323px;
}


/* CONTENT */


.geo-img {
position: absolute;
 width: 180px;
 top: 0%;
 right: 50px;
}

.geo-img.second {
   width: 30%;
    right: 0;
    top: 60%;
    transform: rotate(90deg);
    left:unset;
    box-shadow: 0 8px 23px rgba(0, 0, 0, 0.85);
}


.shapes-wrapper {
    position: relative;
    width: 100%;
    height: 500px; /* justera efter layout */
}

/* Bas för alla former */
.shape {
    width: 250px;
    height: 250px;
    position: absolute;
    overflow: hidden;
    border-radius: 0; /* default: kvadrat */

}

.shape--orange {
    box-shadow:
        0 0 3px rgba(255, 150, 50, 0.8),
        0 0 13px rgba(0, 0, 0, 0.8);
}

.shape--turkos {
    box-shadow:
        0 0 3px rgba(50, 200, 190, 0.7),
        0 0 13px rgba(0, 40, 40, 0.7);
}
.shape--beige {
    box-shadow:
        0 0 3px rgba(220, 200, 160, 0.7),
        0 0 13px rgba(80, 60, 40, 0.7);
}
.shape--brown {
    box-shadow:
        0 0 3px rgba(120, 70, 40, 0.7),
        0 0 13px rgba(30, 15, 10, 0.7);
}
.shape--cognac {
    box-shadow:
        0 0 3px rgba(180, 90, 60, 0.75),
        0 0 13px rgba(40, 20, 10, 0.75);
}


/* ::before – själva texturen */
.shape::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;

    background-size: 256px 256px;
    background-repeat: repeat;
    opacity: 1;
}

/* ===== FORM ===== */
.shape--circle {
    border-radius: 50%;
}

/* ===== FÄRGER / TEXTURER ===== */

/* Orange (din första textur) */
.shape--orange::before {
    background-image: url("images/2025/orange-paper-texture-256.png");
}

/* Turkos */
.shape--turkos::before {
    background-image: url("images/2025/texture_turkos_paper.png");
}

/* Varm beige */
.shape--beige::before {
    background-image: url("images/2025/texture_beige_paper.png");
}

/* Cognac */
.shape--red::before {
    background-image: url("images/2025/kvadrat-rod.png");
}
/* Cognac */
.shape--cognac::before {
    background-image: url("images/2025/texture_cognac_paper.png");
}
/* Cognac */
.shape--brown::before {
    background-image: url("images/2025/texture_brown_paper.png");
}

/* ===== POSITIONER (12 st) ===== */

/* Row 1 */
.pos-1 { top: 25px;   left: -275px; }
.pos-2 { top: 25px;   right: -275px; }

/* Row 2 */
.pos-3 { top: 265px;  left: -400px; }
.pos-4 { top: 265px;  right: -400px; }

/* Row 3 */
.pos-5 { top: 505px;  left: -275px; }
.pos-6 { top: 505px;  right: -275px; }

/* Row 4 */
.pos-7 { top: 745px;  left: -400px; }
.pos-8 { top: 745px;  right: -400px; }

/* Row 5 */
.pos-9  { top: 985px;  left: -275px; }
.pos-10 { top: 985px;  right: -275px; }

/* Row 6 */
.pos-11 { top: 1225px; left: -400px; }
.pos-12 { top: 1225px; right: -400px; }



.section-middle-parent {
    width:100%;
	margin: 0 auto;
    height: auto;
    /* background-image: url('images/2025/bgtexture.png');
    background-size: cover;
    background-position: center; */
    position:relative;
    min-height: 850px;
    display: flex;
    padding: 35px 0;
    overflow: hidden;
}

/* div.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.35)
} */

.section-middle {   
    /* width: 910px; */
    margin: 30px auto;
    /* background-color: #fff; */
    position: relative;
}

.section-middle-content-container {   
    /* width: 910px; */
    margin: auto;
    background-color: #fff;
    position: relative;
}

.my-gallery-item {
    position: absolute;
}
.my-gallery-item img{
   height: 252px;
   width: 192px;
   box-shadow: 0 8px 23px rgba(0, 0, 0, 0.85);
}
.my-gallery-item.item0 {
   right: -220px;
   top: -25px;
}
.my-gallery-item.item1 {
   left: -220px;
   top: -25px;
}
.my-gallery-item.item2 {
   right: -220px;
      top: 250px;
}
.my-gallery-item.item3 {
   left: -220px;
   top: 250px;
}
.my-gallery-item.item4 {
   right: -220px;
      top: 525px;
}
.my-gallery-item.item5 {
   left: -220px;
   top: 525px;
}

.fixfloat{
	clear: both;
}
.box-white {
    font-family: 'open sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.smallslideshowitem{
	width: 220px;
}
.smallslideshowitem img{
	max-width: 220px;
	height: auto;
}
.box-white .maincontent .gallery{
	float: left;
	display: inline-block;
	margin-top: 60px;
	width: 220px;
}

.box-white {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.85);
}

.box-white .maincontent{
    /* border-bottom: solid 1px #d11919; */
    box-shadow: 0 2px 7px rgba(0,0,0,0.55); 
}

.box-white .maincontent .entry{
	padding: 60px 40px 20px 40px;
	width: 600px;
	position: relative;
	float: left;
	display: inline-block;
}
.post-edit-link{
	background-color: #4F443A;
    bottom: 0;
    color: #FFFFFF;
    font-size: 12px;
    left: 40px;
    line-height: 12px;
    padding: 4px 10px;
    position: absolute;
    text-decoration: none;
    border: solid 1px white;
    border-bottom-style: none;
}
.post-edit-link:hover{
	background-color: white;
    color: #4F443A;
    border: solid 1px #4F443A;
    border-bottom-style: none;
}
.thelistwithnews a.pufftoarticle{
	text-decoration: none;	
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: solid 1px #D8D3CE;
	display: block;
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
}
.thelistwithnews a.pufftoarticle h2{
	color: black;
    font-family: 'Droid Serif', Georgia, serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    max-width: 560px;
    padding-left: 20px;
    position: relative;
}
.thelistwithnews a.pufftoarticle:hover{
	background-color: #F7F6F5;
}
.thelistwithnews a.pufftoarticle h2 .arrow{
	position: absolute;
	top: 0;
	left: 0;
}
.thelistwithnews a.pufftoarticle .thedate{
	color: black;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	position: absolute;
	right: 40px;
	top: 40px;
	 
}



/* End Content */



/* FOOTER */


.section-footer-parent {
    width: 100%;
    margin: 0 auto;
    /* background-image: url("images/2025/bgtexture-brown.png"); */
    border-top: 2px solid #6F482A;
    box-shadow: 0 -4px 12px 0 #fff;
}

.section-footer {    
    width: 910px;    
    margin: 0 auto;
    
}
.footer-text-container {
    display: inline-block;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
}

.footer-text{
    float: left;
    width: 33%;
    display: inline-block;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 34px;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.footer-text a{
    color: #000;
}
.footer-text strong{
	font-weight: 600;
}

/* End Footer */

/* End Header */

/* MENU */

.menu-container  {

    width: 100%;
    margin-left: 263px;
    position: absolute; 
    left: 0; 
    width: 100%; 
    bottom: 5;
}

.menu-item {
}



#home {
    background-image:  url('images/hem.png');
    background-repeat: no-repeat;
    width: 122px;

}

#about {
    background-image:  url('images/om.png');
    background-repeat: no-repeat;
    width: 125px;
    left: -10px;
}

#company {
    background-image:  url('images/verksamhet.png');
    background-repeat: no-repeat;
    width: 187px;
    left: -20px;
}

#workers {
    background-image:  url('images/arbetare.png');
    background-repeat: no-repeat;
    width: 188px;
    left: -30px;
}

#network {
    background-image:  url('images/natverk.png');
    background-repeat: no-repeat;
    width: 127px;
    left: -40px;
}

#price {
    background-image:  url('images/pris.png');
    background-repeat: no-repeat;
    width: 188px;
    left: -50px;
}

#contact {
    background-image:  url('images/kontakt.png');
    background-repeat: no-repeat;
    width: 121px;
    left: -56px;
}

/* End Menu */

.page-id-22 .my-gallery-item.item0 {
    top: 110px !important;
    right: -170px !important;
}
.page-id-22 .my-gallery-item.item1 {
    left: unset !important;
    right: -170px !important;
     top: 460px !important;
}


/* MENU */

.menu  {
    bottom: 0;
    display: block;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 100%;
}


#menu-primary {
    
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0 5px 0;
}

#menu-primary li {    
    display: inline-block;
    float: left;
    border-right: solid 1px #6F482A;
}
#menu-primary li:first-child a{
	padding-left: 0;
}
#menu-primary li:last-child{
	border-style: none;
}

#menu-primary li a {   
    color: black;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.08em;
    font-family: 'open sans', sans-serif;
    font-weight: 400; 
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 18px;
    padding-top: 8px;
    display: block;
    outline:none;
}
#menu-primary li.current-menu-item a{
	color: #2E2E2E;
}
#menu-primary li a:hover, .qtranxs_language_chooser li a:hover{
	color: #81745b;
}


#menu-primary li a .arrow{
	margin-right: 10px;
}
a {
    color: #81745b;
    text-decoration: none;
    outline: none;
}
a:hover{
	color: #0091BA;
}
/* End Menu */

.qtranxs_language_chooser {
    bottom: 0;
    list-style: none outside none;
    position: absolute;
    right: 0;
    z-index: 10;
    margin: 0;
    padding: 0;    
}
.qtranxs_language_chooser li {
    float: left;
    margin: 0;
}
.qtranxs_language_chooser li a {
    color: #4F443A;
    display: block;
    font-family: 'open sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 15px;
    padding: 8px 0px 22px;
    text-transform: uppercase;
}
.qtranxs_language_chooser li a.qtranxs_flag_en, .qtranxs_language_chooser li a.qtranxs_flag_sv{
	background: none;
}

.qtranxs_language_chooser li.active {
    display: none;
}


/*BX SLIDER*/
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 50px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background-image: url("images/buttons.png");
	text-indent: -9999px;
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 5px;
	outline: 0;
	background-repeat: no-repeat;
	background-position: -2px 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position: -26px 0px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


@media (max-width: 1100px) {
   .my-gallery-item img {
      display: none;
   }
}