/*
Theme Name: Atrakcijas
Theme URI: 
Author: Alberts
Author URI: http://albertsdesign.co.uk/
Description: Based on Blankslate theme.
Version: 4.0.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: atrakcijas

*/ 


/* resets */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    padding: 0;
    margin: 0
}

html {
    scroll-behavior: smooth
}

.fuller {
    width: 100%!important;
    transition: all .5s
}

body {
    font-size: 16px; font-family: Raleway, Helvetica, sans-serif;
    color: #000000cc;
    width: 100%;
    line-height: 24px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    transition: .2s all;
    margin: 0;
    background: #E6F9FF;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    scroll-behavior: smooth;
    padding: 0;
	background-image: url("https://www.letasatrakcijas.lv/jaunais-dizains/wp-content/uploads/2021/03/Logo-Elements-HQ-Puse.png");
	background-position: right bottom;
	background-size: 100%;
	background-repeat:no-repeat;
}

.posts-row {
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap
}

div,
section {
    box-sizing: content-box
}

ul li {
    list-style: bullet
}


a {
    color: #7dced1;
    text-decoration: none;
    padding-bottom: 2px
}

a:hover:not(.button):not(.wp-block-button__link) {
    border-bottom: 2px dotted #7dced1
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
    border-bottom: none
}

article a {
    font-weight: 700
}

#footer a {
    color: #000
}
#footer p {
	color: #000
}
.entry-title a {
    text-decoration: none;
    color: #000;
    font-weight: 100
}

#header h1 a {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 100;
    color: #7dced1;
    font-weight: 700
}

#header h1 a:hover {
    border: none!important
}

.lime {
    width: 3em;
    background: #7dced1;
    height: 3em;
    border-radius: 1000px
}

#wrapper {
    width: 100%;
    margin: 0 auto
}

#branding {
    padding: 0 10%;
    float: left;
    width: 80%;
    position: fixed;
    z-index: 99999;
    transition: .1s;
    background: 0 0;
    color: #fff;
    font-size: .7em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    background: rgb(231 247 255 / 97%)!important;
    flex-direction: column;
}

#branding #site-title a:hover {
    border-bottom: none
}

#branding #site-title img {
    height: auto;
    width: 250px;
    margin-top: 1em
}

.sticky {
    background: #f8f8f8!important;
    padding: 0 5%!important;
    width: 90%!important;
    border-bottom: 1px solid #f7f7f7;
    z-index: 10000;
    margin-top: 0!important;
	box-shadow:0 0 10px rgb(71 147 157 / 41%)
}
#header {
    width: 100%;
    position: relative;
    min-height: 96px;
    display: inline-block;
    align-items: center
}

.home #container {
    width: 100%!important;
    padding: 0 0 0% 0!important;
    margin: 0!important
}

#container {
    width: 90%;
    clear: both;
    min-height: 600px;
    padding: 2em 5%
}


#site-title {
    width: 25%;
    float: left;
	text-align:center
}

#header #menu {
    position: absolute;
    bottom: 0;
    width: 70%;
    padding: 0;
    z-index: 9999
}

#header .menu {
    float: right;
    margin: 0;
    width: auto;
    min-width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

#header .menu li {
    list-style: none;
    display: inline;
    width: 35%;
    text-align: center
}

#header .menu li a {
    text-decoration: none;
    color: #252525;
    font-weight: 100;
    text-transform: uppercase;
    padding: 1em 2.5em;
    display: inline-block;
    transition: all .2s;
    font-size: 1.2em;
    font-weight: 500;
    border-top: 3px solid rgba(1, 1, 1, 0);
    white-space: nowrap;
    border-radius: 20px;
    font-weight: bold;
}

#header .menu li a:hover {
    border-bottom: none;
    color: #7dced1;
    background: #fff;
    opacity: 1
}

#header .menu li ul {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0
}

#header .menu li ul li {
    padding: 0
}

.menu-item-has-children {
    position: relative
}

.menu-item-has-children:hover .sub-menu {
    display: block!important
}

.sub-menu {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    background: #ddd;
    width: 100%;
    z-index: 0
}

.sub-menu a {
    border: 0!important
}

.sub-menu a:hover {
    border-top: none!important
}

#search {
    float: right;
    padding: 1em 2.5em;
    display: none
}

.page-template-default #container,
.page-template-template-blog #container,
.page-template-template-full #container,
.single #container {
    padding: 0 5%;
    width: 90%
}

header~.entry-content {
    padding: 0 0
}

#site-title h1 {
    margin: 1em 0;
    font-size: 1.8em
}

h1,
h2,
h3,
h4,
h5 {
    color: #000;
    line-height: 1.5em;
    font-weight: 700;
}

h1 {
    font-size: 4em
}

h2{
     font-size: 3em;
     line-height: 49px;
     font-family: ranchers,serif;
     color: #f9a305;
     text-shadow: 2px 2px #fff;
     letter-spacing: 3px;
}

h2 a {  color: #f9a305!important;}

h2.widget-title {font-size:3.5em}

h3 {
    font-size: 2em
}

h4 {
    font-size: 1.777em
}

h5 {
    font-size: 1.333em;
    line-height: 1.1em;
}

h2+.entry-meta {
    margin-top: -24px;
    margin-bottom: 24px
}

h3+.textwidget {
    margin-top: 12px
}

.entry-title a {
    text-decoration: none;
    color: #000;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 1em
}

.entry-meta {
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 1px
}

#sidebar ul {
    padding: 0
}

.button,
.wp-block-button__link,
input[type=button],
input[type=reset],
input[type=submit] {
    padding: .3em 2em;
    letter-spacing: 1px;
    border-radius: 28px;
    transition: .2s all;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    margin: 1em auto;
    padding: 1em 3em!important;
    background-color: #f9a305!important;
    font-size: inherit!important;
}
.pop-button {
	font-size: 12px!important;
padding: 12px 48px!important;
transition: 0.5s all;
	white-space: nowrap
}
sub {line-height: 12px;}
.action-button a {
    background: #61d461!important;
	transition: 0.5s all
}

.action-button a:hover {
    color: #fff!important;
	transition: 0.5s all
}

.action-button-outline a {
    border: 2px solid #61d461!important;
	color:#61d461!important;
	background: none!important;
}



.wp-block-button__link {
    padding: .3em 3em!important;
    box-shadow: 3px 3px 20px #ddd;
    background-color: #f9a305!important;
    font-size: inherit!important;
}

.button:hover,
.wp-block-button__link:hover {
    border-radius: 10px;
    color: #7dced1
}
.wp-block-button{text-align:center}

.bt-w {
    color: #fff;
    border: 2px solid #fff
}

article {
    margin-bottom: 2em
}

article img {
    width: auto;
    max-width: 100%
}

.page .wp-block-image img{height:auto}

article ol,
article ul {
    padding: 2%
}

.widget-area-middle {
    width: 100%;
    margin-bottom: 2em;
    clear: both;
    text-align: flex-end
}

.widget-area-middle .xoxo li {
    width: 23%;
    display: flex;
    flex-direction: column;
    float: left;
    padding: 5%
}

.widget-full {
    margin: 2em 0;
    width: 100%;
    clear: both
}

.hero,
.widget-full-top {
       min-height: 480px!important;
    display: flex;
    align-items: center;
    padding: 8em 0;
    background: #e7eceb;
    width: 100%;
}

.hero .textwidget {text-align: center;}



.hero p,
.widget-full-top p {
    margin: 1em 0;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.hero .wp-block-button__link{font-size:14px!important;box-shadow: 2px 2px #fff;}
.hero .widget_text {z-index: 1000;width: 100%;padding: 5% 5%;margin: 48px;border-radius: 24px;text-align: center;}

.widget-full-top .widget_media_image {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    margin-bottom: 0;
    height: 100%;
    object-fit: cover
}

.widget-full-top .widget_media_image img {
    max-width: 100%;
    opacity: 1;
	width: 100%;
	height: auto;
}

.widget-full iframe {
    width: 100%;
    opacity: .8
}

.map {
    background: #ededed66;
    mix-blend-mode: luminosity;
    line-height: 0
}

.widget-container {
    margin-bottom: 2em;
}

#footer .widget-area .widget-container {
    width: 25%;
    display: flex;
    flex-direction: column;
    float: left;
    padding: 0 5%
}

.xoxo li ul li {
    width: 100%
}

.wp-block-media-text__media img {
    border-radius: 20px 20px 0px 0px;
}

.wp-block-media-text .wp-block-media-text__media img{width: 100%; height: auto}
#footer {
	    padding: 2em 0em;
    background: #a6d093;
	    box-shadow: 0 0 70px rgb(71 147 157 / 41%);
}

#footer .menu.menu {
    width: auto;
    float: none
}

#nav-below {
    margin: 2em 5%;
    display: block;
    padding: 4em 0
}

#copyright {
    padding: 0 5%;
    color: #000;
    font-size: .9em;
    display: block;
    text-align: left;
}

#comments,
.entry-footer {
    display: none
}

#content,
#copyright,
#nav-below {
    clear: both;
}

#content{max-width: 1920px; margin: 0 auto;}

.nav-previous {
    float: left
}

.nav-next {
    float: right
}

.clear {
    clear: both
}

.post-row {
    width: 100%
}

.showcase img {
    width: 100%;
    height: 100%;
    object-fit: cover!important;
    opacity: .8;
    z-index: 1;
    transition: transform 1s
}

.showcase {
    width: 29.3%;
    float: left;
    height: 300px;
    text-align: center;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 3em
}

.overlay {
    position: absolute;
    display: none;
    z-index: 1000;
    width: 100%;
    background: #fcfcfcb3;
    -moz-transition: background-color .1s ease-out;
    align-content: center;
    height: 100%;
    bottom: 0;
    text-align: center;
    flex-wrap: wrap
}

.overlay h2 {
    margin: 0;
    width: 100%
}

.overlay h2 a {
    display: inline-block;
    line-height: 1.5em;
    padding: 0 10%;
    color: #000;
    font-weight: 500
}

.showcase:hover .overlay {
    display: flex;
    height: 100%
}

.post-cards {
    width: 30%;
    float: left;
    position: relative;
    height: 300px;
    margin: 1%;
    overflow: hidden
}

.post-cards img {
    width: 100%;
    height: 100%;
    object-fit: cover!important
}

.card {
    padding: 10%;
    background: #00000080;
    height: 100%;
    width: 80%;
    text-align: center;
    position: absolute;
    top: 0
}

.card h2 a {
    color: #fff
}

.blog #content,
.single #content {
    width: 60%;
    float: left
}

.blog #sidebar,
.single #sidebar {
    float: right;
    width: 30%
}

.blog #content img,
.single #content img {
    height: auto
}

.blog .wp-caption {
    width: 100%!important
}

input,
textarea {
    border-radius: 10px;
    border: 1px solid rgba(125, 206, 209, 0.64);
    padding: .5em 2%;
    margin-bottom: 24px;
    width: 96%;
    font-size: 1.2em;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-radius: 10px
}

.menu-link {
    display: none
}

span.meta-nav {
    font-size: 3em;
    color: #7dced1;
    font-weight: 100
}

.fb a::before {
    content: '';
    background-image: url(https://www.letasatrakcijas.lv/wp-content/uploads/2020/03/facebook.png);
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    margin: 0 auto
}

.inv a::before {
    content: '';
    background-image: url(https://letasatrakcijas.lv/wp-content/uploads/2022/07/confetti.png);
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    margin: 0 auto
}

.hom a::before
{
    content: '';
    background-image: url(https://www.letasatrakcijas.lv/jaunais-dizains/wp-content/uploads/2021/03/baseline_home_black_18dp.png);
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    margin: 0 auto;
	opacity: .7
}
.pgd a::before
{
    content: '';
    background-image: url(https://letasatrakcijas.lv/wp-content/uploads/2022/02/truck-2.png);
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    margin: 0 auto;
	opacity: .7
}
.kon a::before {
    content: '';
    background-image: url(https://www.letasatrakcijas.lv/wp-content/uploads/2020/03/dialog.png);
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    margin: 0 auto
}

.not a::before {
    content: '';
    background-image: url(https://www.letasatrakcijas.lv/wp-content/uploads/2020/03/paper.png);
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    margin: 0 auto
}

.atr a::before {
    content: '';
    background-image: url(https://www.letasatrakcijas.lv/wp-content/uploads/2020/03/play.png);
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    margin: 0 auto
}

	.brand-line img{height: 48px!important;}


.product-group .wp-block-group__inner-container {display:flex;flex-direction:row;flex-wrap: wrap;}

@media screen and (min-width:980px) {
    .post-template-work-single article {
        padding: 0 5%
    }
}

@media screen and (min-width:721px) {
 
    .narrow-content {
        width: 60%;
        margin: 0 auto;
        padding: 10% 0
    }
}

@media screen and (min-width:1365px) {
    #branding {
        width: 90%;
        padding: 0 5%
    }
    #container {
        width: 90%!important;
        padding: 5%!important
    }
}

@media screen and (max-width: 768px) {
	h2.xl-text{font-size: 48px!important;margin-top: 48px;}
.widget-full-top .widget_media_image img {
    object-fit: cover;
	object-position: 0px;
    height: 100%!important;
}
	.hero,
.widget-full-top {
       min-height: 300px!important;
    display: flex;
    align-items: center;
    padding: 8em 0;
    background: #e7eceb;
    width: 100%;
}
	.wp-block-media-text .wp-block-media-text__media{height:auto!important; width: 100%}
	.brand-line-2{flex-wrap: nowrap!important;
    padding: 10% 0%!important;
    width: 100%;
    line-height: 1em;
    font-size: 12px!important;}
	body{font-size:15px; background-size: auto;}
	#content{padding-top: 15%}
	.home #content {padding-top:0!important}
	#copyright {text-align:center}
	
	.wp-block-media-text__media img {
border-radius: 20px 20px 0 0;
		width: 100%!important;
		height: auto!important;
}
	.product-group .wp-block-group__inner-container {flex-direction:column}
.pop { 
	padding: 0%!important;
	width: 90%!important;
    margin: 24px 5%!important;
	}

    h1 {
        font-size: 2.5em
    }
    h2 {
        font-size: 2em
    }
.hero h2.widget-title {
    font-size: 24px;
    text-align: center;
    text-shadow: 0 2px 0px rgb(255 255 255);
    line-height: 32px;
}
	.hero .wp-block-button__link{font-size: 13px!important;width: 100%!important;padding: 6px 0!important;}
	.hero p, .widget-full-top {font-size: 14px;line-height: 16px;text-align: center;}
	 Â  Â .hero .textwidget {
        width: 100%;
			text-align: center
    }
    h3 {
        font-size: 1.5em
    }
    .wp-block-media-text .wp-block-button__link {
        width: 100%!important
    }


    #branding {
display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;    
	}
	
    #header {
        display: block!important;
		    height: auto;
    min-height: auto;
    }
    #header .menu li a:hover {
        border-top: 3px solid #fff
    }
    #nav-below {
        margin: 2em 0;
        display: block;
        padding: 0
    }
    #branding {
        background: #fff;
        padding: 0 5%;
        width: 90%
    }
    .blog #content,
    .single #content {
        width: 100%
    }
    #site-title {
        width: 50%;
        float: left;
        text-align: left
    }
    #site-title h1 {
        padding: 1em 0;
        margin: 0
    }
    .showcase {
        margin: 24px 0;
        width: 100%
    }
    .overlay {
        height: 100%;
        display: flex
    }
    .menu-link {
        display: block;
        width: 10%;
        text-align: center;
           font-size: 3em;
    padding: .5em 0;
        float: right;
        color: #7dced1
    }
    .menu-promote-main-menu-container {
        display: none;
        width: 100%;
        clear: both
    }
    #header .menu li a:hover {
        border-top: 3px solid rgba(1, 1, 1, 0)
    }
    #header .menu {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 0;
        display: block
    }
    #header .menu li {
        display: grid;
        width: 100%;
        text-align: center;
        float: none
    }
    .post-cards {
        flex-wrap: wrap;
        flex-direction: row
    }
    .widget-area-middle .xoxo li {
        width: 100%;
        float: none
    }

    .widget-full-top .widget_text {
          z-index: 1000;
          width: 80%;
          padding: 0 10%;
          margin: 0;
          bottom: 10%;
          border-radius: 0;
		position: absolute;
    }
    input,
    textarea {
        border-radius: 10px;
        border: 1px solid rgba(125, 206, 209, 0.64);
        padding: .5em 2%;
        margin-bottom: 24px;
        width: 96%;
		box-sizing: border-box
    }
    .wpcf7-form-control-wrap select {
        width: 96%!important;
    }
    .wpcf7 {
        width: 100%!important;
        margin: 0 auto;
    }
	#wpcf7-f14-p228-o1 {width: 100%!important; margin: 0}
	.wpcf7 .pop-2 {padding: 10%!important;box-shadow: none!important; margin:0!important; background: #fff}
	
	.brand-line{       display: flex;
    margin-bottom: 1.75em;
    flex-wrap: nowrap!important;
    padding: 24px 0!important;
	font-size:10px}
	
	.size-col{flex-direction: row!important; flex-wrap:nowrap!important}
	#footer .widget-area .widget-container{width: 90%}
}

.width100 {
    width: 100%!important
}

.widthauto {
    width: auto!important
}

.box-white {
    padding: 48px 5%;
    background: #fff
}

.shadow {
    box-shadow: 3px 3px 20px #ddd
}
.padding5{padding:5%}

.pop {
     margin: 24px 2%;
    box-shadow: 0 0 70px rgb(71 147 157 / 41%);
    border-radius: 20px;
    width: 28%;
    display: flex!important;
    flex-direction: column;
    float: left;
    background: #E6F9FF!important;
    overflow: hidden;
}
}
.product-group .wp-block-group__inner-container{
	display: flex;
	flex-wrap: wrap
}
.brand-line{    flex-wrap: nowrap;
    background: #f9a302;
    padding: 2% 15%;}

.brand-line-2{ flex-wrap: nowrap;
    padding: 2% 15%;}
.pop-2 {    padding: 10%;
    margin: 0%;
    box-shadow: 0 0 70px rgba(71, 147, 157, 0.41)!important;
    border-radius: 20px;
background:#fff}

.wp-block-media-text .wp-block-button__link {
    width: 100%;
    padding: .6em 0em!important;
}
.wp-block-buttons>.wp-block-button{width: 100%}

table td {
    padding: 1em
}

.wide-space {
    padding: 0 10%
}

.pop-but a {
    padding: .7em 3em!important;
    background: #fff!important;
    color: #000!important;
    opacity: .7
}
.center {text-align: center!important}
.pop-but a:hover {
    color: #000!important
}

.wide-content {
    width: 100%!important;
    padding: 0!important
}

.list {
    padding: 0!important
}

.list li {
    list-style: disc!important;
    list-style-position: inside!important;
    font-size: .9em!important
}

.product .entry-meta,
.product_meta {
    display: none
}
.wpcf7 select,
.wpcf7-form-control-wrap select {
    width: 100%;
    display: inline-block;
    -webkit-appearance: none;
	   -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(125, 206, 209, 0.64);
    background-image: url("https://www.letasatrakcijas.lv/wp-content/uploads/2020/05/outline_keyboard_arrow_down_black_18dp.png");
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: right;
    background-position-x: 98%;
    border-radius: 10px;
    padding: .5em 2%;
    color: #7f7f7f;
    margin-bottom: 24px;
    background-color: #fff;
    font-size: 1.2em;
}

.wpcf7 {
    width: 90%;
    margin: 0 auto;
}
#wpcf7-f14-p228-o1 {width: 80%; margin: 0}
.wpcf7-submit {
    width: 96%
}


