/*
Theme Name: Number Three - Child
Theme URI: https://standoutmedia.dk/
Author: Standoutmedia A/S
Author URI: https://standoutmedia.dk/
Description: Et helt specielt Standoutmedia Tema
Template: number-three
Text Domain: number-three-child
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/*======================================================================//
// style.css                                                            //
//======================================================================*/
.section-wrap:not(.stom-billede-sektion) .section {
    padding: 90px 0;
}

#main-content a {
    text-decoration: none;
    color: #a5d416;
}

.gform_wrapper.gravity-theme .gform_fields {
    -ms-grid-rows: repeat(auto-fill, auto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    position: relative;
    margin: 0 0 0.55em;
    /* padding: 0 0 22px; */
}

p {
    color: #232020;
    line-height: 1.3;
}

span.stom-button.btn a {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    background: transparent;
    border-color: #a5d416;
    border-radius: 0;
    padding: 5px 0;
    transition: 0.3s;
    border-bottom: 4px solid #a5d416;
    min-width: auto;
}

.stom-button.btn:hover a {
    /*     background: #fff; */
    /* color: #a5d416; */
}

body:not(.woocommerce-cart):not(.woocommerce-checkout).scroll .header-absolute #masthead {
    background: #ffffff;
    box-shadow: 0 0 30px rgb(0 0 0 / 19%);
    color: #a5d416;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout).scroll .header-absolute #masthead .main-navigation li a {
    color: #2c2c2c;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout).scroll .header-absolute #masthead #logo img {
    filter: invert(1);
    max-width: 100px;
    height: auto;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout).scroll .header-absolute #masthead .site-branding #logo {
    padding: 20px 0;
}

.site-header .top-bar {
    background-color: #e1e5d6;
    color: #000;
}

.site-header .top-bar .section {
    border-bottom: none;
    padding: 9px 0;
}

.main-navigation li a {
    /* text-transform: uppercase; */
    transition: 0.3s;
}

.site-branding #logo {
    padding: 31px 0;
    transition: 0.3s;
}

.main-navigation .hover-active:not(.hover-style-bold) ul.menu a:before {
    bottom: 15px;
    bottom: 38px;
    background-color: #a5d416;
    height: 3px;
}

.home .page-slider-section .slider-text {
    /* height: unset; */
    top: unset;
    bottom: 15px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    text-align: center;
    color: #fff;
}

.home .page-slider-section .slider-text h1 {
    font-weight: 800;
    line-height: 1;
    color: #fff;
    font-size: 70px;
    margin: 0 0 20px;
}

.home .page-slider-section .slider-text p {
    max-width: 860px;
    font-size: 20px;
    /* font-weight: 700; */
    line-height: 1.3;
    color: #fff;
    margin: 0 auto 31px;
    font-weight: 400;
}

.home .page-slider-section {
    margin-bottom: 0;
}

section.section-wrap.columns-section {
    padding-left: 0;
    padding-right: 0;
}

section.section-wrap.columns-section .section {
    max-width: unset;
    padding: 0;
}

section.section-wrap.columns-section .section .grid-element {
    /* width: calc(100% / 3); */
    max-height: 473px;
}

section.section-wrap.columns-section .section .grid-element .overlay {
    height: 100%;
    width: 100%;
    padding: 40px 12%;
    background-color: #00000050;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.section-wrap.columns-section .section .grid-element .overlay,
section.section-wrap.columns-section .section .grid-element .overlay p {
    color: #fff;
}

section.section-wrap.columns-section .section .grid-element .overlay h2 {
    text-transform: uppercase;
    margin-bottom: 8px;
}

section.logo-slider-section .section {
    padding: 90px 0 76px 0;
}

section.logo-slider-section .stom-simple-slider {
    margin-top: 30px;
}

section.logo-slider-section .stom-simple-slider .slick-slide img {
    max-width: 220px;
    text-align: center;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.11);
    border-radius: 50%;
    padding: 0 0;
}

section.logo-slider-section .stom-simple-slider .slick-track {
    display: flex;
}

section.logo-slider-section .stom-simple-slider .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 36px 24px;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: transparent;
    color: #828282;
}

.slick-prev,
.slick-next {
    top: 25%;
}

section.split-section-full .stom-button.btn {
    margin-top: 5px;
}

section.split-section-full .stom-button.btn a {
    width: 290px;
    max-width: 290px;
    text-align: center;
    padding: 2px 38px;

}

section.split-section-full .stom-center-box h2 {
    margin-bottom: 19px;
}

section.contact-section .section {
    background-color: #fff;
    box-shadow: 0 7px 10px rgba(10, 10, 10, 0.4);
    padding: 75px 5% 40px 5%;
    position: relative;
}

section.contact-section {
    padding: 108px 0;
}

section.contact-section .gform_wrapper .gform_body input,
section.contact-section .gform_wrapper .gform_body textarea {
    padding: 2px 8px !important;
}

.stom-custom-svg.orange-bubble {
    box-shadow: 0 7px 10px rgb(10 10 10 / 40%);
    background-color: #a5d416;
    font-size: 58px;
    color: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.gform_wrapper {
    /* max-width: 400px; */
    margin: 0 auto;
}

.gform_wrapper .gform_body input,
.gform_wrapper .gform_body textarea {
    border: none;
    font-size: 16px;
    padding: 7px 12px !important;
    background: #e1e5d6;
    background: #f2f4eb;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #000;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_body {
    padding-top: 12px;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_footer,
body:not(.stom-gform-legacy) .gform_wrapper .gform_page_footer {
    margin: 10px 0 0;
}

.gform_wrapper textarea {
    max-height: 100px;
}

.gform_wrapper.gravity-theme .gform_body .gform_fields {
    grid-row-gap: 11px;
}

.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    background: #a5d416;
    border-color: #a5d416;
    border-radius: 15px;
    padding: 6px 40px;
    transition: 0.3s;
    width: 100%;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
    color: #ffffff;
    background: #FF6400;
    border-color: #FF6400;
}

#colophon {
    background-color: #ffffff;
    background-color: #f6f5f1;
    font-size: inherit;
    padding-bottom: 0;
}

#colophon,
#colophon .textwidget p {
    color: #000;
}

.section-wrap.form-call .section {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    padding: 50px 65px;
    position: relative;
}

.form-call.minus-bottom {
    margin-bottom: -195px;
}

.bg {
    background-size: cover;
    background-position: center;
}

.form-call h2,
.form-call p {
    margin: 0;
}

.footer-widgets.stom-cols-3.last.widgets-4 {
    display: flex;
    min-height: 260px;
    align-items: flex-end;
    justify-content: flex-end;
    width: 15%;
}


a.stom-social-shortcode {
    width: 50px;
    height: 50px;
    background: #9dd100;
    border-radius: 50%;
    margin-right: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 0;
    font-size: 23px;
    color: #ffffff;
    flex-direction: column;
    margin-bottom: 9px;
}

a.stom-social-shortcode .stom-custom-svg {
    line-height: 0;
}

#colophon .widget-title {
    font-size: 25px;
    font-weight: 700;
    /* text-transform: uppercase; */
}

#colophon .widget-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #a5d416;
    margin: 3px 0 16px 0;
    width: 18px;
}

#colophon ul.menu {
    list-style: none;
    padding: 0;
}

#colophon ul.menu li a {
    text-decoration: none;
    color: black;
}

#colophon ul.menu li a:hover {
    text-decoration: underline;
}

#colophon .socials-wrapper a {
    font-size: 28px;
}

#colophon .footer-widget-area .section {
    padding: 50px 0;
}

.site-branding #logo img {
    max-width: 130px;
    max-height: 69px;
    transition: 0.3s;
}

.header-sticky-active header .site-branding #logo img {
    transition-property: width, max-width, height, max-height;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
    max-width: 65.94px;
}



/* style goes here */

/*======================================================================//
// END style.css                                                        //
//======================================================================*/


.top-bar-left {}

header .top-bar .top-bar-left a {
    font-size: 17px;
    font-weight: 600;
}

header .top-bar ul {
    display: block;
    width: 100%;
}

header .top-bar ul li {
    display: inline-block;
}

.form p {
    margin: 0 0 0.5em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.stom-button a:hover,
.stom-button a:active,
.stom-button a:focus,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:active,
.gform_wrapper .gform_footer input[type=submit]:focus {
    background-color: #FF6400;
    border-color: #FF6400;
    color: #fff;
}

span.stom-button.white a:hover {
    background: #ff7a00;
    color: #fff;
}

.main-navigation li.stom-button.green a {
    max-height: 50px;
    align-self: center;
    font-size: 17px;
    min-width: auto;
    padding: 12px 29px;
    margin-left: 28px;
    color: #fff !important;
}


body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-absolute #masthead {
    position: fixed;
    transition: 0.3s;
}

button,
.stom-button a,
input[type="button"],
input[type="reset"],
input[type="submit"],
.gform_wrapper .gform_footer input[type=submit] {
    min-width: 249px;
    border-radius: 3px;
    background-color: #a5d416;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    text-transform: none;
    font-size: 19px;
    padding: 10px 11px;
    font-weight: 700;
    text-align: center;
}

.home .page-slider-section .slider-text h3 {
    font-size: 25px;
    margin: 0 0 3px;
    font-weight: 700;
}

span.stom-button.white a {
    color: #232020;
    background: #fff;
}



.slider-wrap span.stom-button {
    padding: 0 6px;
}

span.stom-button.btn a:hover {
    padding: 5px 17px;
    background: transparent;
}

.center {
    text-align: center;
}

section.section-wrap.columns-section .section .grid-element h3 strong {
    display: block;
    font-weight: 800;
    font-size: 117%;
}

section.section-wrap.columns-section .section .grid-element h3 {
    font-weight: 300;
}

.section.columns-4 h2 {
    margin: 0 0 1em;
}

.section-wrap.home-icons .section {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.19);
    margin-top: -119px;
    position: relative;
    background: #fff;
    padding: 40px 0;
}

.home-icons p {
    font-weight: 700;
    padding: 0 33px;
}

.text-section .section.columns-2 h2 {
    max-width: 395px;
}

.line h2:after {
    content: '';
    display: block;
    width: 251px;
    height: 3px;
    background: #a5d416;
    margin-top: 0.4em;
    max-width: 75%;
}

.stom-grid-section .section .grid-element .full-element-link:hover {
    background-color: #a5d416;
    opacity: 0.85;
}

.stom-grid-section .section .grid-element img~.overlay {}

.stom-grid-section.section-fullpage .grid-element .full-element-link~.overlay .stom-button,
.stom-grid-section.section-fullpage .grid-element .full-element-link~.overlay h3 {
    z-index: 6;
    pointer-events: none;
}

.stom-grid-section .section .grid-element .full-element-link {
    transition: 0.3s;
}

.beforeeafter .twenty20 .twentytwenty-container {
    /*max-height: 400px;*/
	/*max-height: 600px;*/
	max-height: 435px;
}

.split-bg {
    background-position: center right;
    /* background-size: contain; */
}

.grey-bg .grid-elements {
    padding: 8px 0;
    padding-right: 8px;
}

.grey-bg .grid-elements h2 {}

.stom-grid-section.text-basis .section.columns-2 h2 {
    padding: 0 20px;
    max-width: 550px;
    margin: 0 0 -13px;
}

.section-wrap:not(.stom-grid-ection).text-basis .section {
    padding-left: 20px;
    padding-right: 20px;
}

.heading-link p {
    padding: 10px 0;
}

.heading-link {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
    border-bottom: 2px solid;
    margin: 0 0 21px;
}

.heading-link a {
    color: #a5d416;
    font-size: 19px;
    transition: 0.3s;
}

.heading-link.full-heading h2 {
    max-width: 100%;
}

.heading-link h2 {
    margin: 12px 0;
    max-width: 695px;
}

.grey-bg,
.grey-bg .grid-elements {
    background-color: #f6f5f1;
}

.padding-top {
    padding-top: 188px;
}

.minus-bottom {
    margin-bottom: -333px;
}

.stom-billede-sektion .section {
    padding: 40px 0;
}

.stom-billede-sektion.first .section {
    padding-bottom: 0 !important;
}

.heading-center h2,
.heading-center h1 {
    text-align: center;
    max-width: 98%;
    margin: 0 auto 1.33em;
}

.stom-checkmark-list ul {
    margin: 0;
    padding: 0;
}

.stom-checkmark-list ul li {
    padding: 0 0 17px 38px;
}


.mere-tekst-wrapper>button {
    padding: 19px 16px;
    margin: 15px 0;
}

.mere-tekst {
    padding: 8px 43px 23px 0;
}

.white-text * {
    color: #fff;
}

.larger {
    padding-right: 53px;
}

.larger h3 {
    font-weight: 400;
    font-size: 27px;
    margin: 0 0 6px;
}

.larger p {
    font-size: 122%;
}

.text-box.stom-cols-7 {
    padding: 0 20px;
}

.stom-checkmark-list ul li:before {
    content: url('images/check.png');
    top: 4px;
}

.shadow {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}

.logo-slider-section strong {
    max-width: 718px;
    display: block;
    margin: auto;
}

.stom-anmeldelse.slick-slide img {
    width: auto;
}


ul.tabs-header {
    background: white;
    box-shadow: 0 0 40px #eee;
    display: inline-block;
    text-align: center;
}

.stom-tabs .tabs-header li a {
    border: 2px solid #a5d416;
    border-width: 0 0 4px;
    text-transform: none;
    font-size: 20px;
    animation-duration: 0.3s;
    padding: 20px 60px;
    transition: 0.3s;
}

.stom-tabs .tabs-header li.active a {
    border: none;
    background: #a5d416;
    border: 2px solid #a5d416;
    border-width: 0 0 4px;
    color: #fff;
}

.stom-tabs .tabs-header li a img {
    display: block;
    max-width: 41px;
    height: auto;
    margin: auto;
}

.stom-tabs .tabs-header li:not(.active) a:hover {
    border: 2px solid #ff7c00;
    border-width: 0 0 4px;
    text-transform: none;
    background: #ffffff;
    color: black;
}

.stom-tabs .tabs-wrapper {
    border: none;
    /* text-align: left; */
}

.stom-tabs .tabs-wrapper .tabs-content h2,
.stom-tabs .tabs-wrapper .tabs-content .tab-heading {
    display: none;
}

.stom-anmeldelse-wrapper.slick-slider .slick-track {
    width: 100% !important;
}

.stom-anmeldelse-tekst ul li {
    display: inline-block;
    /* color: #fff; */
    font-size: 119%;
}

.stom-anmeldelse-tekst ul {
    padding: 8px 0 0;
    margin: 0 0 9px;
}


.stom-anmeldelse-tekst ul li span.stom-custom-svg {
    color: #a5d416;
    font-size: 30px;
}

span.stom-anmeldelse-heading {
    font-size: 24px;
    font-weight: 700;
}

.stom-anmeldelse-tekst h3 {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    min-width: 151px;
    text-align: left;
    margin: auto;
}

.stom-anmeldelse-tekst h3 img {
    display: inline-block;
    float: left;
    max-width: 40px;
    height: auto;
    margin-right: 11px;
    margin-top: -3px;
    box-shadow: 1px 3px 18px #f1f1f1;
    border-radius: 50%;
}

.stom-anmeldelse-tekst h3 strong {
    font-size: 123%;
}

.stom-anmeldelse-inner-wrap .stom-anmeldelse:before {
    content: url('images/star.png');
    display: block;
    content: '★★★★★';
    color: #a5d416;
    font-size: 47px;
}

.stom-anmeldelse-inner-wrap {
    width: auto !important;
    /* text-align: left; */
    width: calc((100% - (20px * 2)) / 3) !important;
}


.stom-anmeldelse-wrapper {
    display: block;
    clear: both;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 46px;
}

.map.last.stom-cols-6 img {
    margin-bottom: -143px;
    height: auto;
}

.text-w-bg.stom-cols-6 {
    padding-top: 22px;
}

.text-w-bg.stom-cols-6 h2 {
    padding-right: 69px;
}

.tabs-section {
    padding: 60px 0 00px;
}

.socials-wrapper.placement-shortcode {
    max-width: 50px;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 1%;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    background: #a5d416;
}

.twentytwenty-handle {
    background: #a5d416;
}

.heading-link a:hover {
    color: #ff7c00;
}

.section-wrap.big-padding .section {
    padding: 130px 0;
}


section.section-wrap.stom-grid-section.text-basis.grey-bg.split-bg .section.columns-2 {
    padding: 60px 20px;
}

.text-basis.heading-center {
    padding: 30px 0 0;
}

.footer-widgets.stom-cols-3 {
    width: 26.33%;
}

.beforeeafter strong {
    font-weight: 500;
    padding: 0 5px;
    display: block;
    margin: 00 0 35px;
}

.page-slider-section .slider-text {
    width: 100%;
    background-color: rgb(0 0 0 / 35%);
}

.slider-wrap.sub-page h1 {
    color: #fff;
    font-size: 4em;
    padding: 77px 0 0px;
}

.page-slider-section .slider-text-inner {
    width: 1140px;
    margin: auto;
    max-width: 95%;
}

body:not(.home) .page-slider-section .slide-element {
    max-height: 550px;
}

.center .stom-checkmark-list li:before,
.checkmark-center ul li:before {
    position: inherit;
    margin-right: 12px;
}

.checkmarks.center p,
.checkmarks.center li {
    font-size: 134%;

}

.checkmarks.center li {
    padding: 8px 0;
}

.checkmark-center li {
    display: inline-block;
}

.checkmark-center ul {
    text-align: center;
    padding: 24px 0;
    display: block;
    clear: both;
}

.checkmark-center ul li {
    padding: 0 5px;
    font-weight: 700;
}

span.stom-button.green.center {
    margin: 35px 0 0;
}

.center .stom-checkmark-list li:before {
    position: inherit;
    margin-right: 12px;
}

.checkmarks.center p,
.checkmarks.center li {
    font-size: 134%;

}

.checkmarks.center p {
    margin: 0 0 19px;
}

.checkmarks.center li {
    padding: 4px 0;
}

span.stom-button.green.center {
    margin: 35px 0 0;
}


#secondary {
    background: #fff;
    width: 333px;
    margin-top: -124px;
    position: relative;
    box-shadow: 0 0 30px rgb(0 0 0 / 19%);
    padding: 5px 14px;
}

body:not(.no-sidebar) #primary,
.single #single-post-content-sidebar+.entry-content {
    width: calc(100% - 333px - 40px);
}

.page-slider-section {
    margin-bottom: 0;
}

.widget-area .widget {
    border: none;
}


.checkmarks.center h2 {
    margin: 0 0 13px;
}

aside .textarea.small {
    min-height: 122px;
}

aside .gform_wrapper {
    padding: 21px 0;
}

header .main-navigation ul ul a {
    color: #000;
}

blockquote p:last-child {
    margin: 0 0 1.5em;
    font-style: italic;
}

img.alignnone.size-full.wp-image-152 {
    position: absolute;
    z-index: 0;
    opacity: 0.3;
}

blockquote {
    font-style: italic;
    font-size: 120%;
    z-index: 1;
    position: relative;
}

.section-wrap:not(.stom-grid-ection).zero-top .section {
    padding-top: 0;
}

.section-wrap:not(.stom-grid-ection).zero-bottom .section {
    padding-bottom: 0;
}

table tr {
    border-bottom: 1px dashed #535353;
}

table tr td {
    border: none;
}

table {
    border: none;
}

table tr td:last-child {
    text-align: right;
}

table tr td {
    font-size: 19px;
    width: auto !important;
    padding: 8px 0;
}

.whitebg {
    background-color: white;
}

span.stom-button.white a {
    color: #232020 !important;
    background: #fff;
}

.tretips h2:first-child {
    margin: 0 0 2em;
}

.spoergsmaal p {
    padding: 0.55em 2em 0.55em 2em;
    font-size: 19px;
}

.stom-grid-section.text-basis.heading-center .section.columns-2 h2 {
    margin: auto;
}

.home .page-slider-section .slide-element {
    min-height: 700px;
}

.stom-grid-section.grey-bg .section.columns-2 h2 {
    background: #f6f5f1;
    padding-top: 13px;
    display: table;
    padding: 14px 20px 8px;
    margin: 0;
}

.text-basis:not(.stom-grid-section) {
    background-size: cover;
}

.logo-slider-section.center .section {
    max-width: 95%;
    margin: auto;
}

div#page {
    overflow-x: hidden;
}

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

input.search-submit {
    min-width: auto;
}

aside .stom-post-thumb {
    float: left;
    margin-right: 11px;
}

aside .stom-post-title {
    font-weight: 600;
}

aside .stom-post-wrapper {
    margin-bottom: 17px;
}

aside .stom-post-date {
    font-size: 90%;
    color: #666;
}

span.tags-links {
    display: block;
    margin-left: 0;
}

.entry-meta .tags-links:not(:first-child) {
    margin-left: 0;
    margin-top: 6px;
}

article header.entry-header {
    margin-bottom: 0 !important;
}

#main-content h2.entry-title a {
    color: black;
}

/* try to fix video controles */

#vimeo-embed .vp-center #player .vp-controls-wrapper {
	display:none !important
}

/* try to fix video controles */

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

    #skift h2 {
        background-color: rgb(227 227 227 / 80%);

    }

    #skift .grid-elements {
        background-color: rgb(227 227 227 / 80%);
    }

    #skift a {
        background-color: #a5d416;
        color: black;
    }
}


.page-id-925 .page-slider-section .slide-element img {
	top: -10292px;
}
/*======================================================================//
// woocommerce.css                                                      //
//======================================================================*/

/* woocommerce style goes here */

/*======================================================================//
// END woocommerce.css                                                  //
//======================================================================*/