/*

	Theme Name: TreeWorld

	Theme URI: http://www.treeworld.com

	Description: Storefront designed for Treeworld

	Version: 1.0.0

	Author: Derekonomy (@Derekonomy)

	Author URI: http://www.derekonomy.com


*/
/*------------------------------------*\

    BODY

\*------------------------------------*/

body {
    height: 100%;
    background-image: url('http://plantskyddca.nationprotect.net/wp-content/uploads/2016/01/bg.jpg');
    background-attachment: fixed;
    color: #222;
    font-size: 14px;
}
img {
    display: inherit;
}
a {
    color: blue;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a:hover {
    color: #00512f;
}
a:focus {
    outline: 0px solid #FFF;
}
.wrapper {
    width: 100%;
    max-width: 1366px;
    height: 100%;
    margin: 0px auto;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.shadow {
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);
}
.shadow:hover {
    -webkit-filter: drop-shadow(1px 1px 1px #222);
    filter: drop-shadow(1px 1px 1px #222);
}
.transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
iframe,
object,
embed {
    width: 100%;
}

h1, h2, h3, h4, h5 { line-height: 1; }

/*------------------------------------*\

    HEADER

\*------------------------------------*/

.news {
    text-align: center;
    background-color: #333;
    color: #FFF;
    padding: 5px;
}
.header {
    width: 100%;
    background-color: #fff;
    position: absolute;
}
.logo-img {
    height: 70px;
    float: left;
    margin: 10px;
}
.nav {
    float: left;
    height: 90px;
}
.nav li {
    display: inline;
    margin-right: 20px;
}
.cart-button {
    float: right;
}
.nav ul {
    margin: 35px 0px 0px 40px;
}
.nav li ul {
    width: 200px;
}

.nav ul li a { color: #1E824C; }

.my-shop {
    text-align: center;
    height: 90px;
    padding: 20px;
    float: right;
    line-height: 1;
    color: #FFF;
    background-color: #1E824C;
}
.my-shop2 {
    background-color: #005030 ;
}
.my-shop:hover {
    color: #005030;
    background-color: #f7f7f7;
}
.my-us {
    margin: 35px 20px 0px 0px;
    float: right;
}
.my-canada {
    margin: 35px 20px 0px 0px;
    float: right;
    opacity: 0.3;
}
.my-canada:hover {
    opacity: 1;
}
.top-cart {
    background-color: #1e824c;
    height: 90px;
    padding: 20px;
    text-align: center;
}
.top-cart:hover {
    background-color: #00512f;
}
.cart-link,
.cart-link:hover {
    color: #FFF;
}
.nav {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.nav li {
    display: inline-block;
}
.nav li a {
    display: block;
    padding: 0px 0px 10px;
}
.nav li a:hover {} .nav .current-menu-item a {
    background-color: #fff;
    color: #ed1e24;
}
.nav .current-menu-parent a {
    background-color: #fff;
    color: #ed1e24;
}
/* header sub menu */

.nav .sub-menu {
    position: absolute;
    -webkit-padding-start: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 99;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    width: 240px;
}
.nav .sub-menu li {
    display: block;
}
.nav .sub-menu li a {
    float: none;
    display: block;
    background-color: #00512f;
    color: #fff;
    padding: 10px 20px;
}
.nav .sub-menu li a:hover {
    background-color: #1E824C;
    color: #fff;
}
.nav .sub-menu,
#menu-menu-menu .sub-menu li {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.nav li:hover > ul {
    opacity: 1;
    visibility: inherit;
}

.flags { padding: 40px 20px 0px 0px; float: right; }
.ca { opacity: 0.3; }
.ca:hover { opacity: 1; }


/*------------------------------------*\

    MAIN

\*------------------------------------*/

.landing {
    width: 100%;
    background-size: cover;
}
.landing-product {
    margin-top: 120px;
    float: left;
    width: 50%;
    text-align: center;
}
.landing img {
    margin: 0px auto;
}
.landing-inside {
    width: 50%;
    text-align: left;
    float: right;
    margin-top: 120px;
    padding: 60px 40px 0px 20px;
}
.landing-inside h1 {
    color: #fff;
    font-weight: 900;
}
.landing-inside img {
    display: inline;
    margin: 0px 10px;
}
.action {
    color: #fff;
    font-weight: 900;
    margin: 40px 10px 0px 10px;
    padding: 20px 40px;
    background-color: #CF000F;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
	font-size: 24px;
	text-transform: uppercase;
}
.action:hover {
    background-color: #FFF;
    color: #CF000F;
}
.description {
    padding: 60px 0px 0px;
    width: 80%;
    font-size: 18px;
    margin: 0 auto;
}

.description-photo { 
	margin: 0px auto;
}

.good-for {
    padding: 60px 0px;
    text-align: center;
    background-color: #1E824C;
}
.good-for img {
    float: left;
    width: 20%;
    margin-left: 4%;
}
.testimonials {
    padding: 5%;
    background-color: #F6F6F6;
}
.testimonials a h1 {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}
.inside404 {
    padding: 200px 5%;
    margin: 0 auto;
    width: 50%;
}
.inside404 h1 {
    color: #fff;
}
/*------------------------------------*\

    LOOP

\*------------------------------------*/

.hentry {
    border: 0px;
}
.loop {
    width: 46%;
    float: left;
    margin: 2% 2%;
}
.loop-description {
    width: 100%;
    background-color: #FFF;
    padding: 20px;
    position: relative;
    z-index: 10;
    line-height: 1;
	font-size: 18px; 
}
.loop-description h2 {
    font-size: 14px;
	color: blue;
}

.loop a { color: #111; }

.loop .arrow-down {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #FFF;
}
.loop img {
    height: 150px;
	width: inherit;
	max-width: 250px;
    position: relative;
    z-index: 1;
}
.loop:nth-child(2n + 0) {
    float: left;
}
.archive-background {
    background-color: #f7f7f7;
}
.pagination {
    border: 0px;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
    display: inline-block;
}
/*------------------------------------*\

    PAGES

\*------------------------------------*/

section {
    padding: 0 5%;
}
.category-description {
    padding: 5% 20%;
}
.hentry {
    margin: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.page-head {
    background-size: cover;
    width: 100%;
    padding: 250px 0px 0px;
    background-position-y: center;
}
.page-head-inside {
    margin: 0px auto;
    padding: 40px 0px;
    width: 80%;
    text-align: center;
}
.page-title {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}
.page-title-default {
    color: #000;
    text-transform: uppercase;
    padding: 200px 20% 20px;
    font-weight: 900;
    background-color: #f7f7f7;
}

.black-title { color:#333; text-align: center; margin: 40px 40px 0px; font-weight: bold !important; font-size: 28px; }


.title-fallback { margin-top:110px; }
 
.content {
    padding: 5% 10%;
}
.content img {
    margin-bottom: 20px;
}
.col-wrapper {
    background-color: #F7F7F7;
}
.site-main {
    background-color: #FFF;
    padding: 60px 40px;
    margin: 0px;
}
.col-content {
    width: 80%;
}
.right-sidebar .content-area {
    width: 100%;
    margin: 0px;
}
.col-sidebar {
    width: 20%;
    float: right;
    padding: 60px 40px;
}
.right-sidebar .widget-area {
    width: 100%;
}
.storefront-sorting {
    font-size: 2em;
}
.storefront-sorting {
    width: inherit;
}
.col2-set {
    float: left !important;
}
.post-nav {
    float: left;
    width: 50%;
    padding: 20px 20px 40px;
    border-top: 0.236em solid rgba(0, 0, 0, 0.025);
    margin-top: 0px;
}
.endlist {
    font-size: 12px;
}

.agro { width: 50%; font-size: 12px; vertical-align: top;  float: left; }
.agro .image { float: left; width: 40%; }
.agro .words { float: left; padding: 0px 20px 40px; width: 60%; }

/*------------------------------------*\

    IMAGES

\*------------------------------------*/
/*------------------------------------*\

    FOOTER

\*------------------------------------*/

.footer {
    padding: 30px;
    background-color: #00512f;
    color: #ccc;
}
.footer a {
    color: #FFF;
}
.footer h2,
footer h3 {
    color: #fff;
    border-bottom: 1px solid #555;
}
.footer-widget {
    float: left;
    width: 25%;
    padding: 30px;
}
.rev {
    display: none;
}
.copyright {
    float: right;
    padding: 30px;
}
.footer-widget {
    font-size: 16px;
    color: #fff;
}
.widget-button {
    text-align: center;
    padding: 20px 10px;
    margin: 20px;
    background-color: #1E824C;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.widget-button:hover {
    background-color: #ed1e24;
}


.widget_nav_menu ul li:before {
    content: "" ;
}
/*------------------------------------*\

	TYPOGRAPHY

\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*------------------------------------*\

	WooCommerce

\*------------------------------------*/

.storefront-sorting {
    display: none;
}
.amount {
    font-size: 18px;
    font-weight: bold;
}
.demo_store {
    z-index: 99;
    text-align: center;
}
/*------------------------------------*\

    Plug-ins

\*------------------------------------*/

.wpcf7-form {
    text-align: center;
}
/*------------------------------------*\

    RESPONSIVE

\*------------------------------------*/

@media only screen and (max-width: 1366px) {
    .landing-inside img {
        height: 80px;
    }
    .nav {
    }
    .my-shop {
        width: 50%;
        float: left;
    }
    .header {
        position: relative;
    }

	.cta-container { width: 100%; position: absolute; top: 90px; }

   .page-head { padding: 100px 0px 0px; }
}
@media only screen and (max-width: 1024px) {
    .landing-inside img {
        display: none;
    }
    .page-title-default {
        padding: 200px 5% 20px;
    }
    .content {
        padding: 5%;
    }
}
@media only screen and (max-width: 800px) {
    .landing-product {
        width: 100%;
        padding: 20px 20px 0px;
    }
    .landing-inside {
        width: 100%;
        padding: 20px;
        margin: 0px;
        background-color: #1E824C;
        margin-top: -80px;
        -webkit-filter: drop-shadow(2px 2px 2px #222);
        filter: drop-shadow(2px 2px 2px #222);
    }
    .action {
        margin: 20px;
        display: block;
        text-align: center;
    }
    .landing-inside h1 {
        font-size: 32px;
        text-align: center;
    }
    .good-for {
        padding: 0px;
    }
    .good-for img {
        width: 50%;
        margin: 0px;
    }
    .loop {
        width: 100%;
        margin: 20px 0px;
    }
    .loop img {
        max-width: 100%;
    }
    .footer-widget {
        width: 50%;
    }
    .rev {
        display: inherit;
    }
    .col-content {
        width: 100%;
    }
    .col-sidebar {
        display: none;
    }
    .my-canada,
    .my-shop,
    .my-us {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .landing-inside h1 {
        font-size: 22px;
        text-align: center;
    }
    .content img {
        max-width: 100%;
    }
    .footer-widget {
        width: 100%;
    }
    .wpcf7-form {
        width: 100%;
    }
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea,
    .wpcf7 .input-text {
        width: 100%;
    }
    .wpcf7 img {
        width: inherit;
    }
}
@media only screen and (max-width: 320px) {} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {}
}
/*------------------------------------*\

    MISC

\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
/*------------------------------------*\

    PRINT

\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}