/*General*/

.blog_posts .et_pb_posts article:nth-child(3n + 3),
.blog_posts .et_pb_posts article:last-child {
    margin-right: 0 !important;
}

.blog_posts .et_pb_posts article {
    width: 31.7% !important;
    margin-right: 2.4% !important;
    float: left;
    clear: none;
}

.blog_posts .et_pb_posts article .entry-featured-image-url img {
    display: block !important;
    width: 100% !important;
}

.blog_posts .et_pb_posts article a.more-link,
.blog_posts .et_pb_posts article .bottom_box a,
.blog_posts .et_pb_posts article a[rel="category tag"] {
    transition: 0.3s;
}

.blog_posts .et_pb_posts article a.more-link:hover,
.blog_posts .et_pb_posts article .bottom_box a:hover,
.blog_posts .et_pb_posts article .categories a:hover {
    opacity: 0.5;
}

/*Blog 1*/

.blog_2_pixie .et_pb_posts article .post-content,
.blog_1_pixie .et_pb_posts article .post-content {
    display: none !important;
}

.blog_1_pixie .et_pb_posts article .bottom_box {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 24px;
    padding: 5px 0;
}

.blog_2_pixie .et_pb_posts article .bottom_box .author.vcard,
.blog_1_pixie .et_pb_posts article .bottom_box .author.vcard {
    margin-right: 1vw;
}

.blog_2_pixie .et_pb_posts article .bottom_box span.comment,
.blog_1_pixie .et_pb_posts article .bottom_box span.comment{
    float: right;
}



.blog_2_pixie .et_pb_posts article .bottom_box .author.vcard a,
.blog_2_pixie .et_pb_posts article .bottom_box span.comment,
.blog_1_pixie .et_pb_posts article .bottom_box .author.vcard a,
.blog_1_pixie .et_pb_posts article .bottom_box span.comment {
    text-transform: capitalize !important;
}

.blog_2_pixie .et_pb_posts article .bottom_box span.comment:before,
.blog_1_pixie .et_pb_posts article .bottom_box span.comment:before,
.blog_2_pixie .et_pb_posts article .bottom_box .author.vcard:before,
.blog_1_pixie .et_pb_posts article .bottom_box .author.vcard:before {
    font-family: ETmodules;
    text-transform: lowercase;
    margin-right: 6px;
    color: #000;
    font-weight: 700;
}

.blog_2_pixie .et_pb_posts article .bottom_box span.comment:before,
.blog_2_pixie .et_pb_posts article .bottom_box .author.vcard:before {
    color: #fff !important;
}

.blog_2_pixie .et_pb_posts article .bottom_box .author.vcard:before,
.blog_1_pixie .et_pb_posts article .bottom_box .author.vcard:before {
    content: "l";
}

.blog_2_pixie .et_pb_posts article .bottom_box span.comment:before,
.blog_1_pixie .et_pb_posts article .bottom_box span.comment:before {
    content: "v";
}

.blog_2_pixie .et_pb_posts article .post-meta,
.blog_1_pixie .et_pb_posts article .post-meta {
    margin-bottom: 0 !important;
}






.blog_posts .et_pb_posts article:hover a.more-link{
    -webkit-animation: blogArrow 0.3s infinite;
    animation: blogArrow 0.3s infinite;
    animation-iteration-count: 1;
}


@keyframes blogArrow {
    0% {
        opacity: 0;
        transform: translate(-110px, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0%);
    }
}

/*Blog 2*/

.blog_1_pixie .et_pb_posts article .entry-title a,
.blog_2_pixie .et_pb_posts article .entry-title a{
    display: block !important;
}
.blog_2_pixie .et_pb_posts article {
    background-color: #070404;
    padding: 1.8vw 1.8vw 0;
}

.blog_2_pixie .et_pb_posts article a.entry-featured-image-url {
    margin: -1.8vw -1.8vw 0;
}

.blog_2_pixie .et_pb_posts article .bottom_box {
    margin-top: 26px;
    padding: 12px 0;
    position: relative;
}

.blog_2_pixie .et_pb_posts article .bottom_box:before {
    content: "";
    display: block;
    background-color: #292626 !important;
    height: 1px;
    position: absolute;
    top: 0;
    left: -1.8vw;
    right: -1.8vw;
}

/*Blog 3*/
.blog_3_pixie .et_pb_posts article h2.entry-title  a{
    display: block !important;
}

.blog_3_pixie .et_pb_posts article {
    padding: 1.8vw 1.8vw 0;
    border: 1px solid #ebebeb;
}

.blog_3_pixie .et_pb_posts article a.entry-featured-image-url {
    margin: -1.8vw -1.8vw 0;
}

.blog_3_pixie .et_pb_posts article .post-meta {
    border-top: 1px solid #ebebeb;
    margin-top: 22px;
    padding: 14px 34px 10px 0;
}

.blog_3_pixie .et_pb_posts article .more-link:before {
    content: "$";
    display: block;
    font-family: ETmodules;
    font-size: 36px;
    color: #000;
    position: absolute;
    right: 0;
}

.blog_3_pixie .et_pb_posts article .more-link {
    position: absolute;
    bottom: 13px;
    right: 1.5vw;
    font-size: 0;
}

/*Hovers*/

.blog_1_pixie .et_pb_posts article .entry-featured-image-url:after,
.blog_1_pixie .et_pb_posts article .entry-featured-image-url:before,
.blog_posts .et_pb_posts article .entry-featured-image-url img {
    transition: 0.3s;
}

.blog_posts .et_pb_posts article {
    cursor: pointer;
}

.blog_posts .et_pb_posts article .entry-featured-image-url {
    overflow: hidden;
}

.blog_2_pixie .et_pb_posts article:hover .entry-featured-image-url img {
    transform: scale(1.15);
}

.blog_3_pixie .et_pb_posts article:hover .entry-featured-image-url img {
    transform: rotate(5deg) scale(1.15);
}

.blog_1_pixie .et_pb_posts article .entry-featured-image-url:after,
.blog_1_pixie .et_pb_posts article .entry-featured-image-url:before {
    transition: 0.3s;
}

.blog_1_pixie .et_pb_posts article {
    cursor: pointer;
}

.blog_1_pixie .et_pb_posts article .entry-featured-image-url {
    overflow: hidden;
    margin-bottom: 0 !important;
    background-color: #000 !important;
}

.blog_1_pixie .et_pb_posts article:hover:before {
    width: 27%;
    opacity: 1;
}

.blog_1_pixie .et_pb_posts article:before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    width: 0%;
    border-top: 1px solid #fff;
    z-index: 1;
    top: 121px;
    height: 0;
    left: 2.5vw;
    transition: 0.3s;
}

.blog_1_pixie .et_pb_posts article .entry-featured-image-url:before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    z-index: 1;
}

.blog_1_pixie .et_pb_posts article .entry-featured-image-url:after {
    content: 'Read More';
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translate(80%, -50%);
    width: 80%;
    font-size: 24px;
    text-align: right;
    font-family: 'Playfair Display', Georgia, "Times New Roman", serif !important;
}

.blog_1_pixie .et_pb_posts article:hover .entry-featured-image-url:after {
    opacity: 1;
    transform: translate(0, -50%);
}

.blog_1_pixie .et_pb_posts article:hover .entry-featured-image-url:before {
    transition-delay: 0.3s;
    opacity: 1;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
}

.blog_1_pixie .et_pb_posts article:hover .entry-featured-image-url img {
    opacity: 0.5;
}


.blog_posts article:hover .post-content,
.blog_posts article:hover .post-meta,
.blog_posts article:hover h2.entry-title {
    -webkit-animation: fadeIn 0.8s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.8s infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*Responsive*/

@media only screen and (max-width: 1450px) {
    .blog_1_pixie .et_pb_posts article:before{
        top: 8.2vw;
        left: 30px;
    }

    .blog_1_pixie .et_pb_posts article:hover:before {
        width: 20%;
    }
}
@media only screen and (max-width: 1390px) {
    .blog_2_pixie .et_pb_posts article .bottom_box .author.vcard a,
    .blog_2_pixie .et_pb_posts article .bottom_box span.comment,
    .blog_1_pixie .et_pb_posts article .bottom_box .author.vcard a,
    .blog_1_pixie .et_pb_posts article .bottom_box span.comment {
        text-transform: capitalize !important;
        display: inline-block;
    }

    .blog_1_pixie .et_pb_row,
    .blog_2_pixie .et_pb_row,
    .blog_3_pixie .et_pb_row{
    width: 90% !important;
    }

    .blog_2_pixie .et_pb_row .categories{
        display: block;
    }
}

@media only screen and (max-width: 980px) {
    .blog_1_pixie .et_pb_posts article .entry-featured-image-url:after{
        width: 100%;
        text-align: center !important;
    }
    .blog_1_pixie .et_pb_posts article:before{
        display: none !important;
    }

    .blog_1_pixie .et_pb_row .categories{
        display: block;
    }
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
    .blog_2_pixie .et_pb_posts article .bottom_box span.comment,
    .blog_1_pixie .et_pb_posts article .bottom_box span.comment {
        float: none;
        margin-top: 3px;
    }
}
@media only screen and (max-width: 767px) {
    .blog_posts .et_pb_posts article h2.entry-title a,
    .blog_posts .et_pb_posts article h2.entry-title {
        height: auto !important;
    }

    .blog_posts .et_pb_posts article {
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }

    .blog_3_pixie .et_pb_posts article .post-meta{
        height: auto !important;
    }




}.et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image {
    display: block;
}

.pixie_blurb_11 .et_pb_blurb:last-child,
.pixie_blurb_1 .et_pb_blurb:last-child {
    margin-right: 0 !important;
}

.pixie_blurb_11 .et_pb_blurb,
.pixie_blurb_1 .et_pb_blurb {
    margin-right: 3.7% !important;
    width: 17%;
}

/*Hover*/
.pixie_blurb_1 .et_pb_blurb h4:before {
    content: "";
    width: 0;
    margin: -12px auto 12px;
    border-top: 1px solid;
    height: 1px;
    display: block;
    transition: 0.3s;
    opacity: 0.6;
}

.pixie_blurb_1 .et_pb_blurb:hover h4:before {
    transition-delay: 0.3s;
    width: 60%;
}

.pixie_blurb_11 .et_pb_blurb,
.pixie_blurb_1 .et_pb_blurb {
    cursor: pointer;
    overflow: hidden !important;
}

.pixie_blurb_11 .et_pb_blurb h4,
.pixie_blurb_1 .et_pb_blurb h4,
.pixie_blurb_11 .et_pb_blurb .et_pb_main_blurb_image img,
.pixie_blurb_1 .et_pb_blurb .et_pb_main_blurb_image img {
    transition: 0.2s;
}

.pixie_blurb_1 .et_pb_blurb:hover .et_pb_main_blurb_image img {
    filter: grayscale(100%) invert(1);
    -webkit-filter: grayscale(100%) invert(1);
    -moz-filter: grayscale(100%) invert(1);
    -o-filter: grayscale(100%) invert(1);
    transform: translate(0, -5px);
}

.pixie_blurb_11 .et_pb_blurb:hover:after,
.pixie_blurb_1 .et_pb_blurb:hover:after {
    transition-delay: 0.3s;
    transform: scale(1);
    opacity: 1;
}

body.ie .pixie_blurb_1 .et_pb_blurb:before {
    display: none !important;
}

body:not(.ie) .pixie_blurb_1 .et_pb_blurb:hover h4 {
    color: #fff;
}

body .pixie_blurb_1 .et_pb_blurb:hover h4 {
    transform: translate(0, 5px);
}

.pixie_blurb_11 .et_pb_blurb:hover:before,
.pixie_blurb_1 .et_pb_blurb:hover:before {
    transform: scale(1);
    opacity: 1;
}

[class*='pixie_blurb'] .et_pb_blurb_content {
    z-index: 1;
}


/*Blurb 2*/

/*Columns*/

.pixie_blurb_2 .et_pb_column_1_4:last-child {
    margin-right: 0 !important;
}

.pixie_blurb_2 .et_pb_column_1_4 {
    width: 23.4% !important;
    margin-right: 2.13% !important;
    cursor: pointer;
}

/**/

.pixie_blurb_2 .et_pb_column_1_4 .et_pb_image img {
    display: block !important;
    width: 100% !important;
}

.pixie_blurb_2 .et_pb_column_1_4 .et_pb_image {
    position: relative;
    overflow: hidden !important;
}

.pixie_blurb_2 .et_pb_column_1_4:hover .et_pb_image:after {
    top: 50%;
    opacity: 1;
}

.pixie_blurb_2 .et_pb_column_1_4:hover .et_pb_image:before {
    transform: translate(0, 0);
    opacity: 1;
}

.pixie_blurb_2 .et_pb_column_1_4:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 0.8s infinite;
    animation: fadeIn 0.8s infinite;
    animation-iteration-count: 1;
}

/*Blurb 3*/

/*Columns*/

.pixie_blurb_3 .et_pb_column_1_2 {
    width: 35% !important;
    margin: 0 10% 0;
}

.pixie_blurb_3 .et_pb_column_1_4 {
    width: 22% !important;
    margin: 0;
}

.pixie_blurb_3 .et_pb_blurb_container h4 {
    margin-right: -20px;
}

/*Hover*/

.pixie_blurb_3 .et_pb_blurb {
    cursor: pointer;
}

.pixie_blurb_3 .et_pb_blurb_container h4:before {
    content: "$";
    display: inline-block;
    font-family: ETmodules;
    font-weight: 300;
    vertical-align: middle;
    width: 0;
    overflow: hidden;
    transition: 0.3s !important;
}

.pixie_blurb_3 .et_pb_blurb:hover .et_pb_blurb_container h4:before {
    width: 30px !important;
}

.pixie_blurb_3 .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 0.8s infinite;
    animation: fadeIn 0.8s infinite;
    animation-iteration-count: 1;
}

/*Blurb 4*/

.pixie_blurb_4 .et_pb_blurb {
    cursor: pointer;
}

.pixie_blurb_4 .et_pb_blurb:hover:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 0.6 !important;
}

#page-container .pixie_blurb_4 .et_pb_blurb:hover:after {
    opacity: 0.5 !important;
}

/*Blurb 5*/

.pixie_blurb_5 .et_pb_blurb h4,
.pixie_blurb_5 .et_pb_blurb .et_pb_blurb_description,
.pixie_blurb_5 .et_pb_blurb .et_pb_main_blurb_image {
    transition: 0.3s;
}

.pixie_blurb_5 .et_pb_blurb:hover h4 {
    transform: translate(0, 5px);
}

.pixie_blurb_5 .et_pb_blurb:hover .et_pb_main_blurb_image {
    transform: translate(0, 5px);
}

.pixie_blurb_5 .et_pb_blurb:hover .et_pb_blurb_description {
    transform: translate(0, -5px);
}

.pixie_blurb_9 .et_pb_column_1_3:hover .et_pb_blurb .et_pb_blurb_container,
.pixie_blurb_5 .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 0.8s infinite;
    animation: fadeIn 0.8s infinite;
    animation-iteration-count: 1;
}

.pixie_blurb_5 .et_pb_blurb:hover:before {
    transform: scale(1.1);
    opacity: 0.9;
}

/*Blurb 6*/

.pixie_blurb_6 .et_pb_blurb {
    cursor: pointer;
}

.pixie_blurb_6 .et_pb_blurb_container h4:before {
    content: "$";
    display: inline-block;
    font-family: ETmodules;
    font-weight: 300;
    vertical-align: middle;
    width: 0;
    overflow: hidden;
    transition: 0.3s !important;
}

.pixie_blurb_6 .et_pb_blurb:hover .et_pb_blurb_container h4:before {
    width: 30px !important;
}

.pixie_blurb_6 .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 0.8s infinite;
    animation: fadeIn 0.8s infinite;
    animation-iteration-count: 1;
}

.pixie_blurb_6 .et_pb_blurb .et_pb_blurb_container {
    padding-left: 41px;
}

/*Blurb 7*/

.pixie_blurb_7 .et_pb_blurb {
    cursor: pointer;
}

.pixie_blurb_7 .et_pb_blurb:nth-child(4n + 4) {
    margin-right: 0 !important;
}

.pixie_blurb_7 .et_pb_blurb {
    width: 23.2%;
    margin-right: 2.4%;
    float: left;
}

.pixie_blurb_7 .et_pb_column_2_3 {
    width: 66% !important;
}

.pixie_blurb_7 .et_pb_column_1_3 {
    width: 25% !important;
    margin-right: 9% !important;
}

.pixie_blurb_7 .et_pb_blurb .et_pb_main_blurb_image,
.pixie_blurb_7 .et_pb_blurb h4 {
    transition: 0.3s;
}

.pixie_blurb_7 .et_pb_blurb:hover .et_pb_main_blurb_image {
    transform: translate(0, 10px);
}

.pixie_blurb_7 .et_pb_blurb:hover h4 {
    transform: translate(0, -10px);
}

.pixie_blurb_7 .et_pb_blurb:hover:before {
    opacity: 1;
}

.pixie_blurb_7 .et_pb_blurb:hover:after {
    transform: scale(1);
    opacity: 1;
}

/*Blurb 8*/

.pixie_blurb_8 .et_pb_blurb {
    cursor: pointer;
}

.pixie_blurb_8 .et_pb_blurb .et_pb_main_blurb_image {
    text-align: left !important;
}

.pixie_blurb_8 .et_pb_blurb ul {
    padding: 0 !important;
}

.pixie_blurb_8 .et_pb_blurb ul li a {
    color: inherit !important;
}

.pixie_blurb_8 .et_pb_blurb ul li:last-child {
    margin-bottom: 0 !important;
}

.pixie_blurb_8 .et_pb_blurb ul li {
    list-style: none !important;
    margin-bottom: 7px;
}

.pixie_blurb_8 .et_pb_blurb_container li a:before {
    content: "$";
    display: inline-block;
    font-family: ETmodules;
    font-weight: 300;
    vertical-align: middle;
    width: 0;
    overflow: hidden;
    transition: 0.3s !important;
}

.pixie_blurb_8 .et_pb_blurb .et_pb_blurb_container li a:hover:before {
    width: 22px !important;
}

/*Blurb 9*/
#page-container .pixie_blurb_9 .et_pb_column .et_pb_blurb{
    position: static;
}

.pixie_blurb_9 .et_pb_button_module_wrapper {
    z-index: 9;
    position: relative;
    max-width: 505px;
    margin: 0 auto !important;
    overflow: hidden;
}

#page-container .pixie_blurb_9 .et_pb_button_module_wrapper .et_pb_button {
    padding-right: 40px !important;
    transform: translate(-90px, 0);
    transition: 0.3s !important;
}

#page-container .pixie_blurb_9 .et_pb_column_1_3 {
    cursor: pointer;
}

#page-container .pixie_blurb_9 .et_pb_column_1_3 .et_pb_blurb h4,
#page-container .pixie_blurb_9 .et_pb_column_1_3 .et_pb_blurb .et_pb_blurb_description {
    transition: 0.3s;
}

#page-container .pixie_blurb_9 .et_pb_column_1_3:hover .et_pb_blurb .et_pb_blurb_description {
    /*transition-delay: 0.2s;*/
    transform: translate(0, -20px);
}

#page-container .pixie_blurb_9 .et_pb_column_1_3:hover .et_pb_blurb h4 {
    /*transition-delay: 0.1s;*/
    transform: translate(0, -8px);
}

#page-container .pixie_blurb_9 .et_pb_column_1_3:hover .et_pb_blurb:after {
    opacity: 0.9;
}

#page-container .pixie_blurb_9 .et_pb_column_1_3:hover .et_pb_button_module_wrapper .et_pb_button {
    transition-delay: 0.3s !important;
    transform: translate(0, 0);
}

#page-container .pixie_blurb_9 .et_pb_button_module_wrapper .et_pb_button:after {
    line-height: 100% !important;
    font-size: 36px !important;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
    color: inherit;
}

/*Blurb 10*/
.pixie_blurb_10 .et_pb_blurb {
    cursor: pointer;
}

.pixie_blurb_10 .et_pb_blurb_description {
    padding-right: 4vw !important;
}

.pixie_blurb_10 .et_pb_blurb:hover .et_pb_main_blurb_image img {
    transform: scale(1.1) rotate(2deg);
}

.pixie_blurb_10 .et_pb_main_blurb_image img {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.pixie_blurb_10 .et_pb_blurb_container h4:before {
    content: "$";
    display: inline-block;
    font-family: ETmodules;
    font-weight: 300;
    vertical-align: middle;
    width: 0;
    overflow: hidden;
    transition: 0.3s !important;
}

.pixie_blurb_10 .et_pb_blurb:hover .et_pb_blurb_container h4:before {
    width: 27px !important;
}

.pixie_blurb_10 .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 0.8s infinite;
    animation: fadeIn 0.8s infinite;
    animation-iteration-count: 1;
}

.pixie_blurb_10 .et_pb_blurb .et_pb_blurb_container h4 {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Blurb 11*/

.pixie_blurb_11 .et_pb_blurb:hover h4 {
    -webkit-animation: blurbTextAnimate 0.5s infinite;
    animation: blurbTextAnimate 0.5s infinite;
    animation-iteration-count: 1;
}

.pixie_blurb_11 .et_pb_blurb:hover .et_pb_main_blurb_image {
    -webkit-animation: imageAnimate 0.5s infinite;
    animation: imageAnimate 0.5s infinite;
    animation-iteration-count: 1;
}

.pixie_blurb_11 .et_pb_blurb:nth-child(5) {
    margin-right: 0 !important;
}

.pixie_blurb_11 .et_pb_blurb:hover:after {
    transition-delay: 0.5s !important;
}

@keyframes imageAnimate {
    0% {
        opacity: 0;
        transform: translate(0, -80%);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0%);
    }
}

@keyframes blurbTextAnimate {
    0% {
        opacity: 0;
        transform: translate(0, 80%);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0%);
    }
}

/*Blurb 12*/

.pixie_blurb_12 .et_pb_main_blurb_image .et-pb-icon {
    border-width: 1px !important;
    padding: 23px !important;
}

.pixie_blurb_12 .et_pb_blurb_description a {
    color: inherit !important;
}

.pixie_blurb_12 .et_pb_blurb_description p {
    padding: 0 !important;
}

/*Hover*/
.pixie_blurb_12 .et_pb_blurb {
    cursor: pointer;
    transition: 0.3s;
}

.pixie_blurb_12 .et_pb_blurb .et_pb_main_blurb_image .et-pb-icon,
.pixie_blurb_12 .et_pb_blurb h4 strong {
    transition: 0.3s;
}

.pixie_blurb_12 .et_pb_blurb:hover:after {
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
}

.pixie_blurb_12 .et_pb_blurb:hover .et_pb_blurb_description {
    -webkit-animation: blurbTextAnimate 0.5s infinite;
    animation: blurbTextAnimate 0.5s infinite;
    animation-iteration-count: 1;
}

.pixie_blurb_12 .et_pb_blurb:hover .et_pb_main_blurb_image .et-pb-icon {
    transform: scale(1.1);
}

.pixie_blurb_12 .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 0.8s infinite;
    animation: fadeIn 0.8s infinite;
    animation-iteration-count: 1;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    .pixie_blurb_11 .et_pb_row .et_pb_blurb,
    .pixie_blurb_1 .et_pb_row .et_pb_blurb {
        padding: 39.5px 10px !important;
    }

    .pixie_blurb_2 .et_pb_image_wrap img {
        display: block !important;
        width: 100% !important;
    }

    .pixie_blurb_2 .et_pb_image_wrap {
        display: block !important;
    }

    #page-container .pixie_blurb_4 .et_pb_blurb {
        padding: 230px 30px 230px !important;
    }
}

@media only screen and (max-width: 1800px) {
    #page-container .pixie_blurb_9 .et_pb_blurb {
        padding: 6.4vw 50px 2vw !important;
    }

    .pixie_blurb_9 .et_pb_button_module_wrapper {
        margin: 0 50px !important;
    }

    .pixie_blurb_9 .et_pb_blurb .et_pb_blurb_content {
        padding-right: 4vw !important;
    }

    .pixie_blurb_9 .et_pb_blurb:before,
    .pixie_blurb_9 .et_pb_blurb .et_pb_blurb_content,
    .pixie_blurb_9 .et_pb_button_module_wrapper {
        max-width: none !important;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 981px) {
    .pixie_blurb_2 .et_pb_column_1_4 .et_pb_image:after {
        font-size: 23px !important;
    }
}

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .pixie_blurb_2 .et_pb_blurb .et_pb_blurb_container h4 {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .pixie_blurb_8 .et_pb_row .et_pb_column_1_4:last-child {
        margin-right: 0 !important;
    }

    .pixie_blurb_8 .et_pb_row .et_pb_column_1_4 {
        width: 24% !important;
        margin-right: 1.3% !important;
    }

    .pixie_blurb_8 .et_pb_row {
        width: 95% !important;
    }
}

@media only screen and (max-width: 1390px) {
    #page-container .pixie_blurb_4 .et_pb_row {
        width: 95% !important;
    }

    #page-container .pixie_blurb_4 .et_pb_blurb {
        padding: 131px 30px 210px !important;
    }

    #page-container .pixie_blurb_4 .et_pb_blurb:after {
        width: 165px !important;
    }

    #page-container .pixie_blurb_9 .et_pb_column_1_3 {
        padding-bottom: 40px !important;
    }

    #page-container .pixie_blurb_9 .et_pb_blurb {
        padding: 40px 40px 20px !important;
    }

    .pixie_blurb_9 .et_pb_button_module_wrapper {
        margin: 0 40px !important;
    }

    .pixie_blurb_9 .et_pb_blurb .et_pb_blurb_content {
        padding-right: 0 !important;
    }

    .pixie_blurb_3 .et_pb_column_1_4 {
        width: 29% !important;
        margin: 0;
    }

    .pixie_blurb_3 .et_pb_column_1_2 {
        width: 30% !important;
        margin: 0 6% 0;
    }

    .pixie_blurb_7 .et_pb_button_wrapper .et_pb_promo_button {
        margin-top: 0 !important;
    }

    .pixie_blurb_7 .et_pb_button_wrapper,
    #page-container .pixie_blurb_7 .et_pb_promo_description h2,
    .pixie_blurb_7 .et_pb_promo_description {
        text-align: center !important;
    }

    .pixie_blurb_7 .et_pb_column_2_3,
    .pixie_blurb_7 .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pixie_blurb_7 .et_pb_column_1_3 {
        margin-bottom: 60px !important;
    }

    #page-container .pixie_blurb_12 .et_pb_row {
        width: 90% !important;
    }

    .pixie_blurb_10 .et_pb_blurb:hover .et_pb_blurb_container h4:before {
        display: none !important;
    }

    .pixie_blurb_10 .et_pb_blurb .et_pb_blurb_description {
        padding-right: 0 !important;
    }

    .pixie_blurb_10 .et_pb_blurb:hover .et_pb_blurb_description {

        transform: translate(0, -10px);
    }
}

@media only screen and (max-width: 980px) {
    #page-container .pixie_blurb_1 .et_pb_column_4_4,
    #page-container .pixie_blurb_11 .et_pb_column_4_4 {
        text-align: center !important;
    }

    #page-container .pixie_blurb_1 .et_pb_blurb:nth-child(3),
    #page-container .pixie_blurb_11 .et_pb_blurb:nth-child(3n + 3),
    #page-container .pixie_blurb_11 .et_pb_blurb:last-child,
    #page-container .pixie_blurb_1 .et_pb_blurb:last-child {
        margin-right: 0 !important;
    }

    #page-container .pixie_blurb_11 .et_pb_blurb, #page-container .pixie_blurb_1 .et_pb_blurb {
        margin-right: 2% !important;
        width: 31%;
        display: inline-block;
        float: none !important;
        vertical-align: top !important;
        padding: 30px 10px !important;
    }

    .pixie_blurb_2 .et_pb_blurb .et_pb_blurb_container h4 {
        padding-bottom: 15px;
    }

    .pixie_blurb_3 .et_pb_column_1_4 {
        width: 31% !important;
        margin: 0;
    }

    .pixie_blurb_3 .et_pb_column_1_2 {
        width: 31% !important;
        margin: 0 3% 0;
    }

    .pixie_blurb_3 .et_pb_blurb:hover .et_pb_blurb_container h4:before {
        width: 20px !important;
    }

    #page-container .pixie_blurb_4 .et_pb_row {
        display: flex !important;
    }

    #page-container .pixie_blurb_4 .et_pb_row .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }

    #page-container .pixie_blurb_4 .et_pb_row .et_pb_column_1_3 {
        width: 32% !important;
        margin-right: 2% !important;
        margin-bottom: 0 !important;
    }

    .pixie_blurb_4 .et_pb_blurb:hover:before {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    #page-container .pixie_blurb_4 .et_pb_blurb {
        padding: 71px 20px 160px !important;
    }

    .pixie_blurb_5 .et_pb_column_1_3 .et_pb_blurb {
        padding: 40px !important;
    }

    .pixie_blurb_5 .et_pb_column_1_3 {
        width: 33.333% !important;
    }

    .pixie_blurb_5 .et_pb_blurb:before {
        top: 30px !important;
        left: 30px !important;
        right: 30px !important;
        bottom: 30px !important;
    }

    .pixie_blurb_6 .et_pb_column_1_2 {
        width: 50% !important;
    }

    #page-container .pixie_blurb_6 .et_pb_blurb {
        padding: 30px !important;
    }

    .pixie_blurb_6 .et_pb_blurb .et_pb_main_blurb_image {
        display: block !important;
        margin: 0 auto 10px !important;
    }

    .pixie_blurb_6 .et_pb_blurb .et_pb_blurb_container {
        display: block !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .pixie_blurb_10 .et_pb_row {
        width: 95% !important;
    }

    .pixie_blurb_10 .et_pb_row:last-child .et_pb_column:last-child {
        margin-right: 0 !important;
    }

    .pixie_blurb_10 .et_pb_row:last-child .et_pb_column {
        width: 32% !important;
        margin-right: 2% !important;
    }

    #page-container .pixie_blurb_12 .et_pb_blurb {
        padding: 40px !important;
    }

    #page-container .pixie_blurb_10 .et_pb_blurb .et_pb_main_blurb_image {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .pixie_blurb_11 .et_pb_blurb,
    #page-container .pixie_blurb_1 .et_pb_blurb {
        width: 47%;
    }

    #page-container .pixie_blurb_1 .et_pb_blurb:nth-child(3),
    #page-container .pixie_blurb_11 .et_pb_blurb:nth-child(3n + 3) {
        margin-right: 2% !important;
    }

    #page-container .pixie_blurb_1 .et_pb_blurb:last-child,
    #page-container .pixie_blurb_1 .et_pb_blurb:nth-child(2n + 2),
    #page-container .pixie_blurb_11 .et_pb_blurb:nth-child(2n + 2) {
        margin-right: 0 !important;
    }

    .pixie_blurb_2 .et_pb_column_1_4 .et_pb_image:after {
        font-size: 23px !important;
    }

    .pixie_blurb_3 .et_pb_column_1_4 {
        width: 100% !important;
    }

    .pixie_blurb_3 .et_pb_column_1_2 {
        width: 100% !important;
        margin: 0 0 0;
    }

    .pixie_blurb_3 .et_pb_column .et_pb_blurb .et_pb_blurb_container {
        text-align: center !important;
    }

    #page-container .pixie_blurb_3 .et_pb_blurb .et_pb_main_blurb_image {
        margin-bottom: 10px;
        text-align: center !important;
    }

    .pixie_blurb_3 .et_pb_blurb_container h4 {
        margin-right: 0 !important;
    }

    .pixie_blurb_3 .et_pb_row:first-child .et_pb_column,
    .pixie_blurb_3 .et_pb_row:last-child .et_pb_column:last-child {
        margin-bottom: 0 !important;
    }

    .pixie_blurb_3 .et_pb_column {
        margin-bottom: 40px !important;
    }

    #page-container .pixie_blurb_4 .et_pb_row {
        display: block !important;
    }

    #page-container .pixie_blurb_4 .et_pb_row:last-child .et_pb_column_1_3:last-child {
        margin-bottom: 0 !important;
    }

    #page-container .pixie_blurb_4 .et_pb_row .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }

    .pixie_blurb_4 .et_pb_blurb:hover:before {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    #page-container .pixie_blurb_4 .et_pb_blurb {
        padding: 40px 20px !important;
    }

    #page-container .pixie_blurb_4 .et_pb_blurb:after {
        width: 165px !important;
        margin-top: 30px !important;
        position: relative;
        bottom: 0;
    }

    #page-container .pixie_blurb_4 .et_pb_blurb .et_pb_blurb_content {
        max-width: 100%;
    }

    #page-container .pixie_blurb_4 .et_pb_row {
        width: 90% !important;
    }

    .pixie_blurb_5 .et_pb_column_1_3 {
        width: 100% !important;
    }

    .pixie_blurb_5 .et_pb_blurb:before {
        top: 40px !important;
        left: 40px !important;
        right: 40px !important;
        bottom: 40px !important;
    }

    .pixie_blurb_5 .et_pb_blurb:hover:before {
        transform: scale(1) !important;
        top: 20px !important;
        left: 20px !important;
        right: 20px !important;
        bottom: 20px !important;
    }

    .pixie_blurb_5 .et_pb_column_1_3 .et_pb_blurb {
        padding: 60px !important;
    }

    #page-container .pixie_blurb_6 .et_pb_blurb {
        padding: 20px !important;
    }

    .pixie_blurb_7 .et_pb_blurb:nth-child(2n + 2) {
        margin-right: 0 !important;
    }

    .pixie_blurb_7 .et_pb_blurb {
        width: 43% !important;
        margin-right: 14% !important;
    }

    .pixie_blurb_10 .et_pb_row .et_pb_main_blurb_image {
        margin-bottom: 20px !important;
    }

    .pixie_blurb_10 .et_pb_row .et_pb_promo_description h2,
    .pixie_blurb_10 .et_pb_row .et_pb_blurb_container {
        text-align: center !important;
    }

    .pixie_blurb_10 .et_pb_row:last-child .et_pb_column {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pixie_blurb_10 .et_pb_row {
        width: 90% !important;
    }

    #page-container .pixie_blurb_12 .et_pb_row {
        width: 95% !important;
    }

    #page-container .pixie_blurb_12 .et_pb_blurb {
        padding: 30px !important;
    }
}

@media only screen and (max-width: 600px) {
    .pixie_blurb_8 .et_pb_row .et_pb_column_1_4 .et_pb_blurb_container,
    .pixie_blurb_8 .et_pb_row .et_pb_column_1_4 .et_pb_main_blurb_image {
        text-align: center !important;
    }

    .pixie_blurb_8 .et_pb_row .et_pb_column_1_4 {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pixie_blurb_11 .et_pb_blurb, #page-container .pixie_blurb_1 .et_pb_blurb {
        width: 100%;
        margin-right: 0 !important;
    }

    #page-container .pixie_blurb_1 .et_pb_blurb:nth-child(3),
    #page-container .pixie_blurb_11 .et_pb_blurb:nth-child(3) {
        margin-right: 0 !important;
    }

    .pixie_blurb_6 .et_pb_row {
        border: none !important;
    }

    .pixie_blurb_6 .et_pb_column_1_2 {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #e7e7e7;
    }

    .pixie_blurb_6 .et_pb_row:last-child .et_pb_column_1_2:last-child {
        border: none !important;
        margin-bottom: 0 !important;
    }

    .pixie_blurb_7 .et_pb_blurb {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #page-container .et_pb_row .et_pb_column {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #page-container .et_pb_row {
        width: 85% !important;
    }

    #page-container .pixie_blurb_3 .et_pb_blurb .et_pb_main_blurb_image {
        margin-bottom: 20px;
    }

    #page-container .pixie_blurb_9 .et_pb_row,
    #page-container .pixie_blurb_5 .et_pb_row {
        width: 100% !important;
    }

    #page-container .pixie_blurb_12 .et_pb_row {
        width: 90% !important;
    }
}


/*****************************Pixie Call to Action 2**************************************/

.pixie-cta2 .et_pb_newsletter_form {
    text-align: center !important;
}

.pixie-cta2 .et_pb_newsletter_form .et_pb_newsletter_fields{
    display: block !important;
    flex-wrap: unset;
}
.pixie-cta2 .et_pb_newsletter_form p {
    padding: 0 !important;
    width: 25%;
    float: none;
    margin-right: 3%;
    position: relative;
    display: inline-block;
    flex-basis: unset;
}

.pixie-cta2 .et_pb_newsletter_form p:last-of-type {
    width: 13.6% !important;
    margin-right: 0 !important;
}

#page-container .pixie-cta4 .et_pb_newsletter_form p input {
    padding: 16px 100px 16px 18px!important;
}
#page-container .pixie-cta2 .et_pb_newsletter_form p input {
    padding: 14px 18px!important;
}
.pixie-cta4 .et_pb_newsletter_form p:not(.filled):not(.focus) input,
.pixie-cta2 .et_pb_newsletter_form p:not(.filled):not(.focus) input {
    color: transparent !important;
}

.pixie-cta4 .et_pb_newsletter p label,
.pixie-cta2 .et_pb_newsletter p label {
    display: block !important;
    position: absolute;
    min-width: 100%;
    text-align: left;
    pointer-events: none;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 20px;
    color: rgba(167, 167, 167, 0.5);
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.pixie-cta2 .et_pb_newsletter p.filled label,
.pixie-cta2 .et_pb_newsletter p.focus label {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}

.pixie-cta2 .et_pb_main_blurb_image a span {
    transition: 0.3s !important;
}

.pixie-cta2 .et_pb_main_blurb_image a:hover span {
    transform: scale(1.1) !important;
}


#page-container .pixie-cta2 .et_pb_newsletter p input::-webkit-input-placeholder {
    color: transparent !important;
}
#page-container .pixie-cta2 .et_pb_newsletter p input::-moz-placeholder {
    color: transparent !important;
}
#page-container .pixie-cta2 .et_pb_newsletter p input:-ms-input-placeholder {
    color: transparent !important;
}
#page-container .pixie-cta2 .et_pb_newsletter p input:-moz-placeholder {
    color: transparent !important;
}


/** Pixie Call to Action 4 **/
.pixie-cta4 .et_pb_newsletter_form p:last-of-type {
    margin-right: 0;
}

.pixie-cta4 .et_pb_newsletter_form {
    text-align: center !important;
}

.pixie-cta4 .et_pb_newsletter_form .et_pb_newsletter_fields{
    display: block !important;
}
.pixie-cta4 .et_pb_newsletter_form p {
    padding: 0 !important;
    width: 47%;
    float: none;
    margin-right: 5%;
    position: relative;
    margin-bottom: 17px;
    overflow: hidden;
    display: inline-block;
}

.pixie-cta4 .et_pb_newsletter_form p:nth-child(2n + 2) {
    margin-right: 0 !important;
}

.pixie-cta4 .et_pb_newsletter p label {
    right: 0;
}

.pixie-cta4 .et_pb_newsletter p.filled label,
.pixie-cta4 .et_pb_newsletter p.focus label {
    min-width: 0;
    padding: 7px 10px;
    border-left: 1px solid rgba(217, 217, 217, 0.5) !important;
}


#page-container .pixie-cta4 .et_pb_newsletter_form p input {
    padding: 16px 100px 16px 18px!important;
}

#page-container .pixie-cta4 .et_pb_newsletter p input::-webkit-input-placeholder {
    color: transparent !important;
}
#page-container .pixie-cta4 .et_pb_newsletter p input::-moz-placeholder {
    color: transparent !important;
}
#page-container .pixie-cta4 .et_pb_newsletter p input:-ms-input-placeholder {
    color: transparent !important;
}
#page-container .pixie-cta4 .et_pb_newsletter p input:-moz-placeholder {
    color: transparent !important;
}

/** Pixie Call to Action 6 **/

.pixie-cta6 .et_pb_column_2_3 .et_pb_newsletter_form {
    padding-left: 0 !important;
    margin-left: -1.7%;
    width: 101.7% !important;
    display: block !important;
}

.pixie-cta6 .et_pb_column_2_3 .et_pb_newsletter_form .et_pb_newsletter_fields{
    display: block;
}
.pixie-cta6 .et_pb_column_2_3 .et_pb_newsletter_form p:not(:last-of-type) {
    width: 34.5%;
    margin-right: 3.5%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    flex-basis: unset;
}

.pixie-cta6 .et_pb_column_2_3 .et_pb_newsletter_form p {
    padding-bottom: 0 !important;
}

.pixie-cta6 .et_pb_column_2_3 .et_pb_newsletter_form p:last-of-type {
    float: left !important;
    width: 24%;
}

.pixie-cta6 .et_pb_newsletter_form input {
    padding: 15px 20px !important;

}

.pixie-cta6 .et_pb_column_2_3 .et_pb_newsletter_form p:not(:last-of-type):before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 0;
    transform: translate(-101%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pixie-cta6 .et_pb_column_2_3 .et_pb_newsletter_form p.focus:not(:last-of-type):before,
.pixie-cta6 .et_pb_column_2_3 .et_pb_newsletter_form p.filled:not(:last-of-type):before {
    transition-delay: 0.3s;
    transform: translate(0, 0);
}

.pixie-cta6 .et_pb_newsletter_form p.focus input,
.pixie-cta6 .et_pb_newsletter_form p.filled input {
    border-color: transparent !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pixie-cta6 .et_pb_newsletter_form p:not(.filled):not(.focus) input {
    color: transparent !important;
}

#page-container .pixie-cta6 .et_pb_newsletter_form p input {
    padding: 15px 20px !important;
}

/*Focus*/

.pixie-cta6 .et_pb_newsletter p {
    padding-bottom: 0 !important;
}

.pixie-cta6 .et_pb_newsletter p .et_pb_newsletter_fields{
    display: block !important;
}
.pixie-cta6 .et_pb_newsletter p label {
    display: block !important;
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 20px;
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pixie-cta6 .et_pb_newsletter p.filled label,
.pixie-cta6 .et_pb_newsletter p.focus label {
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    padding-left: 0;
    opacity: 0;
}


#page-container .pixie-cta6 .et_pb_newsletter p input::-webkit-input-placeholder {
    color: transparent !important;
}
#page-container .pixie-cta6 .et_pb_newsletter p input::-moz-placeholder {
    color: transparent !important;
}
#page-container .pixie-cta6 .et_pb_newsletter p input:-ms-input-placeholder {
    color: transparent !important;
}
#page-container .pixie-cta6 .et_pb_newsletter p input:-moz-placeholder {
    color: transparent !important;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    .pixie-cta6 {
        margin: 140px 0 !important;
    }

    .pixie-cta6 .et_pb_image {
        margin-top: -80px !important;
        margin-bottom: -80px !important;
    }

    .pixie-cta6 .et_pb_column_2_3 {
        padding-top: 120px !important;
    }

    /*.pixie-cta4 .et_pb_newsletter_form p:not(.filled):not(.focus) input,*/
    /*.pixie-cta2 .et_pb_newsletter_form p:not(.filled):not(.focus) input {*/
        /*padding: 16px 100px 17px 18px !important;*/
    /*}*/
}

@media only screen and (max-width: 767px) {
    #page-container .pixie-cta2 .et_pb_newsletter_form p:last-of-type {
        margin-right: 0 !important;
    }

    #page-container .pixie-cta2 .et_pb_newsletter_form p {
        width: 47% !important;
        margin-right: 5% !important;
        margin-bottom: 35px;
    }

    #page-container .pixie-cta2 .et_pb_newsletter_form p:nth-child(2n + 2) {
        margin-right: 0 !important;
    }

    #page-container .pixie-cta2 .et_pb_newsletter_form p:last-of-type,
    #page-container .pixie-cta2 .et_pb_newsletter_form p:nth-last-of-type(2) {
        margin-bottom: 0 !important;
    }

    .pixie-cta6 .et_pb_column_2_3 .et_pb_newsletter_form p:not(:last-of-type) {
        width: 48%;
        margin-right: 4%;
    }

    .pixie-cta6 .et_pb_column_2_3 .et_pb_newsletter_form p:last-of-type {
        float: left !important;
        width: 100%;
        margin-top: 20px;
    }

    #page-container .pixie-cta6 .et_pb_newsletter_form p:nth-last-of-type(2) {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pixie-cta2 .et_pb_newsletter_form p {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 35px;
    }

    #page-container .pixie-cta2 .et_pb_newsletter_form p:nth-last-of-type(2) {
        margin-bottom: 35px !important;
    }

    #page-container .pixie-cta4 .et_pb_newsletter_form p:last-of-type {
        margin-bottom: 0 !important;
    }

    #page-container .pixie-cta4 .et_pb_newsletter_form p {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pixie-cta6 .et_pb_column_2_3 .et_pb_newsletter_form p:not(:last-of-type) {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;

    }

    .pixie-cta6 .et_pb_column_2_3 .et_pb_newsletter_form p:last-of-type {
        margin-top: 0px;
    }

    #page-container .pixie-cta5 .et_pb_promo .et_pb_button.et_pb_promo_button,
    #page-container .pixie-cta1 .et_pb_promo .et_pb_button.et_pb_promo_button {
        padding: 10px 15px !important;
    }
}

/*Visual Builder*/

/*body.et-fb .pixie-cta4 .et_pb_newsletter_form p:nth-child(2n + 3) {*/
    /*margin-right: 0 !important;*/
/*}*/

/*body.et-fb .pixie-cta4 .et_pb_newsletter_form p:nth-child(2n + 2) {*/
    /*margin-right: 5% !important;*/
/*}*/.pixie-contact-basic-map .et_pb_map {
	width: 100%;
	height: 29.6vw;
}


@media only screen and (max-width: 767px) {
	.pixie-contact-basic-map .et_pb_map {
		height: 250px;
	}
}/** Center Contact Form 1 **/

.pixie-contact1 .et_pb_contact_form {
    margin-left: 0 !important;
}

.pixie-contact1 .et_pb_contact_form p {
    margin-bottom: 18px !important;
    padding-left: 0 !important;
    position: relative;
    overflow: hidden;
    line-height: 100%;
}

#page-container .pixie-contact1 .et_pb_contact_form p textarea {
    min-height: 144px;
    margin-bottom: 0 !important;
}

.pixie-contact1 .et_pb_contact .et_contact_bottom_container {
    float: none;
    text-align: center;
}

.pixie-contact1 .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 22px;
}

.pixie-contact1 .et_pb_blurb a:hover {
    opacity: 0.5 !important;
}

.pixie-contact1 .et_pb_blurb a {
    color: inherit !important;

}

.pixie-contact1 .et_pb_contact_form_container .et-pb-contact-message{
    color: #fff !important;
}
.pixie-contact3 .et_pb_contact_form_container[style="opacity: 1;"] .et-pb-contact-message{
    text-align: center !important;
}
.pixie-contact3 .et_pb_contact_form_container[style="opacity: 1;"],
.pixie-contact1 .et_pb_contact_form_container[style="opacity: 1;"]{
    top: 50%;
    position: relative;
    transform: translate(0,-50%);
}

/*Form Focus*/

.pixie-contact1 .et_pb_contact_form p:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 0;
    transform: translate(-100%, 0);
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pixie-contact1 .et_pb_contact_form p.focus:before,
.pixie-contact1 .et_pb_contact_form p.filled:before {
    transition-delay: 0.3s;
    transform: translate(0, 0);
}

.pixie-contact1 .et_pb_contact_form p.focus textarea,
.pixie-contact1 .et_pb_contact_form p.filled textarea,
.pixie-contact1 .et_pb_contact_form p.focus input,
.pixie-contact1 .et_pb_contact_form p.filled input {
    border-color: transparent !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*Focus*/
.pixie-contact3 .et_pb_contact_form p[data-type="checkbox"] .et_pb_contact_field_options_title{
    display: none !important;
}
.pixie-contact3 .et_pb_contact_form p[data-type="checkbox"] label i{
    border-color: rgba(0,0,0,0.25) !important;
}


.pixie-contact3 .et_pb_contact_form p:not([data-type="checkbox"]):not([data-type="radio"]) label,
.pixie-contact2 .et_pb_contact_form p:not([data-type="checkbox"]):not([data-type="radio"]) label,
.pixie-contact1 .et_pb_contact_form p:not([data-type="checkbox"]):not([data-type="radio"]) label {
    display: block !important;
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 20px;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pixie-contact1 .et_pb_contact_form p[data-id="message"] label {
    top: 17%;
}

.pixie-contact1 .et_pb_contact_form p.filled label,
.pixie-contact1 .et_pb_contact_form p.focus label {
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    opacity: 0;
}
.unknown .pixie-contact1 .et_pb_contact_form p:not(.filled):not(.focus) textarea ,
.unknown .pixie-contact2 .et_pb_contact_form p:not(.filled):not(.focus) textarea ,
.unknown .pixie-contact3 .et_pb_contact_form p:not(.filled):not(.focus) textarea ,
.unknown .pixie-contact1 .et_pb_contact_form p:not(.filled):not(.focus) input ,
.unknown .pixie-contact2 .et_pb_contact_form p:not(.filled):not(.focus) input ,
.unknown .pixie-contact3 .et_pb_contact_form p:not(.filled):not(.focus) input {
    color: transparent !important;
}


/*placeholder*/
.pixie-contact3 .et_pb_contact_form p textarea::-webkit-input-placeholder,
.pixie-contact3 .et_pb_contact_form p input::-webkit-input-placeholder,
.pixie-contact2 .et_pb_contact_form p textarea::-webkit-input-placeholder,
.pixie-contact2 .et_pb_contact_form p input::-webkit-input-placeholder,
.pixie-contact1 .et_pb_contact_form p textarea::-webkit-input-placeholder,
.pixie-contact1 .et_pb_contact_form p input::-webkit-input-placeholder {
    color: transparent !important;
}

.pixie-contact3 .et_pb_contact_form p textarea::-moz-placeholder,
.pixie-contact3 .et_pb_contact_form p input::-moz-placeholder,
.pixie-contact2 .et_pb_contact_form p textarea::-moz-placeholder,
.pixie-contact2 .et_pb_contact_form p input::-moz-placeholder,
.pixie-contact1 .et_pb_contact_form p textarea::-moz-placeholder,
.pixie-contact1 .et_pb_contact_form p input::-moz-placeholder {
    color: transparent !important;
}

.pixie-contact3 .et_pb_contact_form p textarea:-ms-input-placeholder,
.pixie-contact3 .et_pb_contact_form p input:-ms-input-placeholder,
.pixie-contact2 .et_pb_contact_form p textarea:-ms-input-placeholder,
.pixie-contact2 .et_pb_contact_form p input:-ms-input-placeholder,
.pixie-contact1 .et_pb_contact_form p textarea:-ms-input-placeholder,
.pixie-contact1 .et_pb_contact_form p input:-ms-input-placeholder {
    color: transparent !important;
}

.pixie-contact3 .et_pb_contact_form p textarea:-moz-placeholder,
.pixie-contact3 .et_pb_contact_form p input:-moz-placeholder,
.pixie-contact2 .et_pb_contact_form p textarea:-moz-placeholder,
.pixie-contact2 .et_pb_contact_form p input:-moz-placeholder,
.pixie-contact1 .et_pb_contact_form p textarea:-moz-placeholder,
.pixie-contact1 .et_pb_contact_form p input:-moz-placeholder {
    color: transparent !important;
}

/** Center Contact Form 2 **/

.pixie-contact2 .et_pb_contact_form {
    margin-left: 0 !important;
}

.pixie-contact2 .et_pb_contact_form p[data-type="checkbox"],
.pixie-contact2 .et_pb_contact_form p[data-type="radio"]{
    margin-bottom: 10px !important;
}
.pixie-contact2 .et_pb_contact_form p[data-type="checkbox"],
.pixie-contact2 .et_pb_contact_form p[data-type="radio"],
.pixie-contact2 .et_pb_contact_form p[data-id="message"] {
    clear: none !important;
    float: none !important;
    display: inline-block !important;
    -webkit-margin-before: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-margin-after: 0;
    margin-right: 0 !important;
}

.pixie-contact2 .et_pb_contact_form p {
    clear: both !important;
    margin-bottom: 20px;
    padding: 0 !important;
    width: 48.6% !important;
    margin-right: 2.8% !important;
    position: relative;
    overflow: hidden;
}

.pixie-contact2 .et_pb_contact .et_contact_bottom_container button {
    width: 100% !important;
    margin: 0 !important;
}

.unknown .pixie-contact2 .et_pb_contact .et_contact_bottom_container,
.gecko .pixie-contact2 .et_pb_contact .et_contact_bottom_container,
.ie .pixie-contact2 .et_pb_contact .et_contact_bottom_container{
    margin-top: -9px;
}

.pixie-contact2 .et_pb_contact .et_contact_bottom_container {
    float: right;
    text-align: center;
    width: 48.6%;
    margin-top: 0;
}

.pixie-contact2 .et_pb_contact_form p input,
.pixie-contact2 .et_pb_contact_form p textarea {
    padding: 16px 20px !important;
}

.pixie-contact2 .et_pb_column_1_4 p:not(:last-child) {
    padding-bottom: 3px !important;
}

/*Links*/

.pixie-contact2 p strong {
    color: #000 !important;
}

.pixie-contact2 p a:hover {
    opacity: 0.5 !important;
}

.pixie-contact2 p a {
    color: inherit !important;
}

/*Focus*/

#page-container .pixie-contact2 .et_pb_contact_form p[data-id="message"] label {
    top: 10%;
}

#page-container .pixie-contact2 .et_pb_contact_form p.filled label,
#page-container .pixie-contact2 .et_pb_contact_form p.focus label {
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    opacity: 0;
}

/** Center Contact Form 3 Button **/
.pixie-contact3 .et_pb_contact .et_contact_bottom_container {
    float: right;
    text-align: center;
}

.pixie-contact3 .et_pb_contact_form p {
    margin-bottom: 13px !important;
    padding: 0 !important;
    position: relative;
}

.pixie-contact3 .et_pb_contact_form {
    margin-left: 0 !important;
}

.pixie-contact3 .et_pb_contact .et_contact_bottom_container {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 17px;
}

.pixie-contact3 .et_pb_contact {
    z-index: 9;
}

.pixie-contact3 .et_pb_contact + h1{
    display: block;
}

/*Focus*/

.pixie-contact3 .et_pb_contact_form p.filled label,
.pixie-contact3 .et_pb_contact_form p.focus label {
    transform: translate(0, -0%) !important;
    top: 0 !important;
    background-color: #000;
    color: #fff;
}

.pixie-contact3 .et_pb_contact_form p[data-id="message"] label {
    top: 11%;
}

/*Captcha*/

/*Form 1*/

#page-container .pixie-contact1 .et_contact_bottom_container .et_pb_contact_right input {
    border: 1px solid rgba(255,255,255,0.6) !important;
    padding: 10px 5px !important;
    text-align: center;
    color: #fff !important;

}

.pixie-contact1 .et_contact_bottom_container .et_pb_contact_right p:before{
    display: none !important;
}

.pixie-contact1 .et_contact_bottom_container .et_pb_contact_right {
    text-align: left;
    display: block;
    margin-bottom: 0px;
    margin-top: 30px;
    color: #fff;
}

/*Form 2*/

.pixie-contact2 .et_contact_bottom_container .et_pb_contact_right input{
    padding: 10px 5px !important;
    text-align: center;
}

.pixie-contact2 .et_contact_bottom_container .et_pb_contact_right {
    display: block;
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 100%;
}

/*Form 3*/

.pixie-contact3 .et_contact_bottom_container .et_pb_contact_right input{
    padding: 10px 5px !important;
    text-align: center;
}



/*Responsive*/

@media only screen and (min-width: 1930px) {
    #page-container .pixie-contact3 .et_pb_contact_form_container,
    #page-container .pixie-contact1 .et_pb_contact_form_container{
        padding: 50px !important;
    }

    #page-container .pixie-contact3 .et_pb_column_1_2:first-child .et_pb_row_inner:first-child{
        padding-top: 140px !important;
    }
    #page-container .pixie-contact3 .et_pb_column_1_2:last-child {
        padding-left: 70px;
    }
    #page-container .pixie-contact1 .et_pb_column:last-child {
        padding-top: 68px;
        padding-left: 60px;
    }
    #page-container .pixie-contact1.sqweez_2 .et_pb_column:last-child {
        padding-top: 0px;
        padding-left: 0px;
    }
    #page-container .pixie-contact1.sqweez_2 .et_pb_column:first-child .et_pb_blurb{
        padding-bottom: 0 !important;
        padding-top: 40px !important;
    }
    #page-container .pixie-contact1.sqweez_2 .et_pb_column:first-child .et_pb_text:first-child{
        margin-bottom: 20px !important;
    }
    #page-container .pixie-contact1.sqweez_2 .et_pb_column:first-child .et_pb_text{
        margin-bottom: 0 !important;
    }

    .pixie-contact1 .et_pb_contact_form p input,
    .pixie-contact1 .et_pb_contact_form p textarea{
        padding: 14px 20px !important;
    }
    .pixie-contact2 .et_pb_contact_form p input,
    .pixie-contact2 .et_pb_contact_form p textarea {
        padding: 17px 20px !important;
    }
}

@media only screen and (max-width: 1390px) {
    .pixie-contact1.sqweez_2 .et_pb_row,
    .pixie-contact3 .et_pb_row,
    .pixie-contact2 .et_pb_row {
        max-width: 100% !important;
        width: 90%;
    }

    .pixie-contact2 .et_pb_row .et_pb_contact_form_container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }


}

@media only screen and (max-width: 980px) {
    .pixie-contact2 .et_pb_column_1_4 .et_pb_promo:last-child {
        margin-right: 0 !important;
    }

    .pixie-contact2 .et_pb_column_1_4 .et_pb_promo {
        width: 48.6% !important;
        margin-right: 2.8%;
        border-bottom: none !important;
        margin-bottom: 0 !important;
        float: left;
    }

    .pixie-contact3 .et_pb_contact_form_container[style="opacity: 1;"] {
        top: 0%;
        position: relative;
        transform: translate(0,0%);
    }

    #page-container .pixie-contact1.sqweez_2 .et_pb_column:first-child{
        margin-bottom: 40px !important;
    }

    #page-container .pixie-contact1.sqweez_2 .et_pb_column{
        width: 100% !important;
    }

    #page-container .pixie-contact3 .et_pb_contact_form_container {
        padding: 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    .pixie-contact2 .et_pb_column_1_4 .et_pb_promo h2 {
        padding-bottom: 10px !important;
    }

    .pixie-contact2 .et_pb_column_1_4 .et_pb_promo {
        width: 49.7% !important;
        margin-right: 0.6%;
    }

    #page-container .pixie-contact1 .et_pb_contact_form_container,
    #page-container .pixie-contact3 .et_pb_contact_form_container{
        padding: 40px !important;
    }

    .pixie-contact1 .et_pb_contact_form_container[style="opacity: 1;"] .et-pb-contact-message{
        text-align: center !important;
    }

    .pixie-contact1 .et_pb_contact_form_container[style="opacity: 1;"] {
         top: 0%;
         position: relative;
         transform: translate(0,0%);
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pixie-contact1 .et_pb_contact_form_container,
    #page-container .pixie-contact3 .et_pb_contact_form_container{
        padding: 30px 20px !important;
    }

    .pixie-contact2 .et_pb_column_1_4 .et_pb_promo {
        width: 100% !important;
        margin-right: 0;
    }

    .pixie-contact2 .et_pb_contact_form p {
        width: 100% !important;
        margin-right: 0% !important;
    }

    .pixie-contact2 .et_pb_contact .et_contact_bottom_container {
        width: 100%;
        margin-top: 0;
    }
}
/*** =========== Pixie Content ============= ***/

/*** Pixie Content Global ***/

.et_pb_column_1_2 .et_pb_image,
.et_pb_column_1_2 .et_pb_image img {
    height: auto !important;
}

/* Make text black */
.pixie-content-text-black em {
    color: #000 !important;
}

/* Images border Radius */
.pixie-content-border-radius img {
    border-radius: 2px;
}

/** Pixie Content 2 **/

.pixie-content2 .et_pb_column:first-child {
    padding: 3.4% 6.3vw 0 19.1% !important;
}

.pixie-content2 .et_pb_blurb_container {
    padding-left: 21px !important;
    padding-right: 1vw !important;
}

.pixie-content2 .et_pb_blurb {
    cursor: pointer;
}

.pixie-content2 .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 5s infinite;
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1
}

/** Pixie Content 3 **/

.pixie-content3 .et_pb_blurb {
    cursor: pointer;
}

.pixie-content3 .et_pb_main_blurb_image img {
    display: block !important;
    width: 100%;
}

/** Pixie Content 4 **/

.pixie-content4 .et_pb_column_2_3 .et_pb_image img {
    display: block !important;
    width: 100% !important;
}

.pixie-content4 .et_pb_column_1_3 {
    width: 34% !important;
}

.pixie-content4 .et_pb_column_2_3 {
    width: 57% !important;
    margin-right: 8.7% !important;
}

.pixie-content4 .et_pb_blurb {
    cursor: pointer;
}

/** Pixie Content 5 **/

.pixie-content5 .et_pb_column .et_pb_image .et_pb_image_wrap {
    display: block !important;
}

.pixie-content5 .et_pb_column .et_pb_image img {
    display: block !important;
    width: 100% !important;
}

.pixie-content5 .et_pb_column .et_pb_image.et-first-child,
.pixie-content5 .et_pb_column .et_pb_image:first-child {
    margin-right: 4% !important;
}

.pixie-content5 .et_pb_column .et_pb_image.et-first-child,
.pixie-content5 .et_pb_column .et_pb_image:not(.et-first-child):not(.et-last-child):not(:last-child) {
    width: 48% !important;
    float: left;
    margin-bottom: 20px !important;
}

.pixie-content5 .et_pb_column .et_pb_image:first-child,
.pixie-content5 .et_pb_column .et_pb_image:nth-child(2) {
    width: 48% !important;
    float: left;
    margin-bottom: 20px !important;
}

.pixie-content7 .et_pb_column .et_pb_blurb_container,
.pixie-content6 .et_pb_column .et_pb_blurb_container,
.pixie-content5 .et_pb_column .et_pb_blurb_container {
    vertical-align: middle;
}

.pixie-content5 .et_pb_blurb .et_pb_main_blurb_image img,
.pixie-content5 .et_pb_blurb .et_pb_main_blurb_image {
    transition: 0.3s;
}

body:not(.ie) .pixie-content5 .et_pb_blurb:hover .et_pb_main_blurb_image {
    background-color: transparent;
}

body.ie .pixie-content5 .et_pb_blurb:hover .et_pb_main_blurb_image img {
    transform: scale(0.9);
}

.pixie-content5 .et_pb_blurb:hover .et_pb_main_blurb_image img {
    filter: brightness(0) invert(1);
}

/** Pixie Content 6 **/

.pixie-content6 .et_pb_column_1_3 .et_pb_blurb {
    cursor: pointer;
}

/** Pixie Content 7 **/
.pixie-content7 .et_pb_column:last-child .et_pb_blurb_container {
    padding-left: 1.7vw;
    padding-top: 0;
}

.pixie-content7 .et_pb_column:first-child .et_pb_main_blurb_image a span {
    transition: 0.3s !important;
}

.pixie-content7 .et_pb_column:first-child .et_pb_main_blurb_image a:hover span {
    transform: scale(1.1) !important;
}

/** Pixie Content 9**/

.pixie-content9 .et_pb_slide .et_pb_slide_image img {
    max-height: 100% !important;
    display: block;
    width: 100%;
}

.pixie-content9 .et_pb_slide {
    padding: 0 7vw !important;
}

.pixie-content9 .et_pb_slide .et_pb_container {
    max-width: 100% !important;
}

.pixie-content9 .et-pb-controllers {
    position: static;
    width: 57%;
    margin-top: 28px;
}

.pixie-content9 .et-pb-controllers a:last-child {
    margin-right: 0 !important;
}

.pixie-content9 .et-pb-controllers a {
    width: 11px;
    height: 11px;
    margin-right: 15px;
    border-radius: 100%;
}

.pixie-content9 .et-pb-slider-arrows a {
    margin-top: -60px;
    font-size: 60px;
}

.pixie-content9 .et-pb-slider-arrows a.et-pb-arrow-prev {
    left: 0 !important;
}

.pixie-content9 .et-pb-slider-arrows a.et-pb-arrow-next {
    right: 0 !important;
}

.pixie-content9 .et_pb_slide .et_pb_slide_content {
    padding-right: 3vw !important;
}

/** Pixie Content 10 **/

.pixie-content10 .et_pb_column_2_4 {
    width: 42% !important;
}

.pixie-content10 .et_pb_column_1_4 {
    width: 29% !important;
}

.pixie-content10 .et_pb_main_blurb_image img {
    width: 100% !important;
    display: block !important;
}

/** Pixie Content 11**/

#page-container .pixie-content11 .et_pb_button_module_wrapper .et_pb_button:before {
    line-height: 200% !important;
}

#page-container .pixie-content11 .et_pb_button_module_wrapper .et_pb_button:after {
    content: attr(data-icon) !important;
    font-family: "ETmodules" !important;
    line-height: 200% !important;
    display: inline-block !important;
    font-size: 16px;
    margin-left: -15px;
}

#page-container .pixie-content11 .et_pb_button_module_wrapper .et_pb_button:hover {
    padding-left: 0 !important;
}

#page-container .pixie-content11 .et_pb_button_module_wrapper .et_pb_button:hover:before {
    margin-left: 0 !important;
    opacity: 0;
}

#page-container .pixie-content11 .et_pb_button_module_wrapper .et_pb_button:hover:after {
    margin-left: 5px;
}

/** Pixie Content 12 **/

body.et-fb #page-container .pixie-content12 .et_pb_column .et_pb_image:nth-child(3n + 5) ,
body:not(.et-fb) #page-container .pixie-content12 .et_pb_column .et_pb_image:nth-child(3n + 3) {
    margin-right: 0 !important;
}

#page-container .pixie-content12 .et_pb_column .et_pb_image {
    width: 29% !important;
    margin-right: 6.5% !important;
    margin-bottom: 2vw !important;
}

/** Pixie Content 14 **/

.pixie-content14 .et_pb_column_1_3:first-child {
    width: 36% !important;
}

.pixie-content14 .et_pb_column_1_3 {
    width: 32% !important;
}

.pixie-content14 .et_pb_column .et_pb_blurb:last-child:after {
    display: none !important;
}

/** Pixie Content 15 **/

/* Numbers font in Title */
.pixie-content15 .accordion strong {
    font-family: "Playfair Display";
    font-size: 30px;
    font-weight: 400;
    color: #000;
    padding-right: 1.5%;
}

/* Change Accordion Icon */
.pixie-content15 .et_pb_toggle_title:before {
    color: #ccc;
    font-size: 18px;
    content: "\50";
}

.pixie-content19 .et_pb_toggle_open .et_pb_toggle_title:before,
.pixie-content15 .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: "O";
}

#page-container .pixie-content19 .et_pb_toggle_open .et_pb_toggle_title,
#page-container .pixie-content15 .et_pb_toggle_open .et_pb_toggle_title {
    margin-bottom: 24px !important;
}

#page-container .pixie-content19 .et_pb_toggle_close .et_pb_toggle_title,
#page-container .pixie-content15 .et_pb_toggle_close .et_pb_toggle_title {
    margin-bottom: 0px !important;
}

#page-container .pixie-content19 .et_pb_accordion_toggling .et_pb_toggle_close .et_pb_toggle_title.opened,
#page-container .pixie-content15 .et_pb_accordion_toggling .et_pb_toggle_close .et_pb_toggle_title.opened {
    margin-bottom: 24px !important;
}

#page-container .pixie-content19 .et_pb_accordion_toggling .et_pb_toggle_open .et_pb_toggle_title.opened,
#page-container .pixie-content15 .et_pb_accordion_toggling .et_pb_toggle_open .et_pb_toggle_title.opened {
    margin-bottom: 0px !important;
}

.pixie-content19 .et_pb_toggle .et_pb_toggle_content,
.pixie-content15 .et_pb_toggle .et_pb_toggle_content {
    letter-spacing: -0.1px;

    padding-top: 0 !important;
}

.pixie-content19 .et_pb_toggle .et_pb_toggle_title:after,
.pixie-content15 .et_pb_toggle .et_pb_toggle_title:after {
    display: inline-block !important;
    content: "$";
    font-family: "ETmodules" !important;
    float: left;
    line-height: 130%;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: 0.3s !important;
    top: 25px;
}

.pixie-content19 .et_pb_toggle .et_pb_toggle_title,
.pixie-content15 .et_pb_toggle .et_pb_toggle_title {
    transition: 0.3s !important;
}

.pixie-content19 .et_pb_toggle .et_pb_toggle_title:hover:after,
.pixie-content15 .et_pb_toggle .et_pb_toggle_title:hover:after {
    width: 24px !important;
}

.pixie-content19 .et_pb_toggle .et_pb_toggle_title:hover,
.pixie-content15 .et_pb_toggle .et_pb_toggle_title:hover {
    padding-left: 30px !important;
}

.pixie-content26 .et_pb_blurb.video-popup h4 ,
.pixie-content19 .et_pb_blurb.video-popup h4 {
    cursor: pointer;
}

.pixie-content26 .et_pb_blurb.video-popup h4:before ,
.pixie-content19 .et_pb_blurb.video-popup h4:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.pixie-content26 .et_pb_blurb.video-popup h4 a ,
.pixie-content19 .et_pb_blurb.video-popup h4 a {
    pointer-events: none;
    cursor: default;
}

.pixie-content26 .et_pb_blurb h4 a ,
.pixie-content19 .et_pb_blurb h4 a {
    transition: 0.3s !important;
    padding: 20px !important;
    display: block;
}

.pixie-content26 .et_pb_blurb h4:hover a ,
.pixie-content19 .et_pb_blurb h4:hover a {
    transform: scale(1.1) !important;
    padding: 23px !important;
}

/** Pixie Content 17 **/
.pixie-content17 .et_pb_column_1_4:last-child {
    margin-right: 0 !important;
}

.pixie-content17 .et_pb_column_1_4 {
    width: 23.6% !important;
    margin-right: 1.8% !important;
}

/** Pixie Content 18 **/

.pixie-content18 .et_pb_column_1_4:last-child {
    margin-right: 0 !important;
}

.pixie-content18 .et_pb_column_1_4 {
    width: 23% !important;
    margin-right: 2.5% !important;
}

.pixie-content18 .et_pb_column_1_2 {
    margin-right: 2.6% !important;
}

.pixie-content18 .et_pb_blurb .et_pb_main_blurb_image{
    display: block !important;
}

.pixie-content6 .et_pb_blurb .et_pb_blurb_container h4:after,
.pixie-content21 .et_pb_blurb .et_pb_blurb_container h4:after,
.pixie-content18 .et_pb_blurb .et_pb_blurb_container h4:after {
    display: inline-block !important;
    content: "$";
    font-family: "ETmodules" !important;
    float: left;
    line-height: 130%;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    overflow: hidden;
    transition: 0.3s !important;
    background: transparent !important;
}

.pixie-content21 .et_pb_blurb .et_pb_blurb_container h4,
.pixie-content18 .et_pb_blurb .et_pb_blurb_container h4,
.pixie-content6 .et_pb_blurb .et_pb_blurb_container h4 {
    position: relative;
}

.pixie-content6 .et_pb_blurb .et_pb_blurb_container h4,
.pixie-content21 .et_pb_blurb .et_pb_blurb_container h4,
.pixie-content18 .et_pb_blurb .et_pb_blurb_container h4 {
    transition: 0.3s !important;
}

.pixie-content6 .et_pb_blurb:hover .et_pb_blurb_container h4:after,
.pixie-content21 .et_pb_blurb:hover .et_pb_blurb_container h4:after,
.pixie-content18 .et_pb_blurb:hover .et_pb_blurb_container h4:after {
    width: 24px !important;
}

.pixie-content6 .et_pb_blurb:hover .et_pb_blurb_container h4,
.pixie-content21 .et_pb_blurb:hover .et_pb_blurb_container h4,
.pixie-content18 .et_pb_blurb:hover .et_pb_blurb_container h4 {
    padding-left: 30px !important;
}

.pixie-content18.services_simple .et_pb_column_1_2 {
    width: 34% !important;
    margin-right: 8.5% !important;
}

.pixie-content18.services_simple .et_pb_column_1_4:last-child {
    margin-right: 0 !important;
}

.pixie-content18.services_simple .et_pb_column_1_4 {
    width: 24% !important;
    margin-right: 7.5% !important;
}

/** Pixie Content 19 **/

/* Numbers font in Title */
.pixie-content19 .accordion strong {
    font-family: "Playfair Display";
    font-size: 30px;
    font-weight: 400;
    color: #000;
    padding-right: 1.5%;
}

.pixie-content19 .et_pb_row.sqweez_1 .et_pb_column:last-child {
    width: 31% !important;

}

.pixie-content19 .et_pb_row.sqweez_1 .et_pb_column:first-child {
    width: 52% !important;
    margin-right: 8.3%;
}

/* Change Accordion Icon */
.pixie-content19 .et_pb_toggle_title:before {
    color: #ccc;
    font-size: 18px;
    content: "\50";
}

.pixie-content19 .et_pb_main_blurb_image img {
    display: block;
    width: 100%;
}

/** Pixie Content 23 **/

#page-container .pixie-content23 .et_pb_number_counter:last-child {
    margin-right: 0 !important;
    border-right: 0 !important;
}

#page-container .pixie-content23 .et_pb_number_counter {
    width: 25% !important;
    margin-right: 0 !important;
    padding: 0;
    float: left;
    border-right: 1px solid #d9d9d9;
    margin-bottom: 0;
}

#page-container .pixie-content23 .et_pb_column_1_2 .et_pb_text p {
    padding-bottom: 28px !important;
}

/** Pixie Content 24 **/

#page-container .pixie-content24 .et_pb_column .et_pb_image {
    margin-bottom: 1.7vw !important;
}

/** Pixie Content 25 **/

#page-container .pixie-content25 .et_pb_column .et_pb_image:last-child {
    margin-right: 0 !important;
}

#page-container .pixie-content25 .et_pb_column .et_pb_image {
    margin-bottom: 0 !important;
    width: 17% !important;
    margin-right: 3.7% !important;
}

/** Pixie Content 26 **/
.pixie-content26 .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 4px;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    .pixie-content14 .et_pb_image_wrap img {
        display: block !important;
        width: 100% !important;
    }

    .pixie-content14 .et_pb_image_wrap {
        display: block !important;
    }

    .pixie-content23 .et_pb_number_counter h3 {
        padding: 0 35px !important;
    }

    #page-container .pixie-content23 .et_pb_row:nth-last-child(2) .et_pb_column_3_4 {
        padding: 30px 10px !important;
    }

    .pixie-content22 .et_pb_column_1_2:first-child {
        padding: 70px !important;
    }

    #page-container .pixie-content8 .et_pb_column_2_3 {
        padding-top: 70px !important;
    }

    #page-container .pixie-content9 .et_pb_slide .et_pb_slide_description h2 {
        padding-bottom: 20px !important;
    }

    #page-container .pixie-content9 .et_pb_slide .et_pb_slide_description {
        padding-top: 50px !important;
    }

    #page-container .pixie-content9 .et_pb_slide {
        padding: 0 80px !important;
    }

    .pixie-content5 .et_pb_column_1_2:first-child {
        padding-top: 10px !important;
    }

    .pixie-content26 .et_pb_column:first-child:before {
        left: 12px !important;
    }

    .pixie-content26 .et_pb_column:first-child .et_pb_blurb:before {
        left: -100px !important;
    }

    .pixie-content26 .et_pb_column:first-child {
        padding-left: 100px !important;
    }

    #page-container .pixie-content14 .et_pb_blurb {
        height: 50% !important;
    }

    .pixie-content15 .et_pb_text:first-child {
        margin-top: 40px !important;
    }

    .pixie-content19 .et_pb_row.sqweez_1 .et_pb_column:last-child {
        padding-top: 48px !important;
    }
}

@media only screen and (max-width: 1700px) {
    /*Content 2*/
    .pixie-content2 .et_pb_column:first-child {
        padding-left: 7% !important;
    }

    /*Content 14*/
    .pixie-content14 .et_pb_column .et_pb_blurb {
        margin: 0 !important;
        padding: 2vw 2vw 2vw 107px !important;
    }

    .pixie-content14 .et_pb_blurb:before {
        left: 24px !important;
    }

    .pixie-content14 .et_pb_blurb:after {
        width: 100% !important;
        left: 0 !important;
    }

    .pixie-content14 .et_pb_column_1_3:nth-child(2) {
        padding: 8px 0 8px 2vw !important;
    }

    .pixie-content14 .et_pb_column_1_3:last-child {
        padding: 8px 2vw 8px 0 !important;
    }
}

@media only screen and (max-width: 1390px) {
    /*Content 2*/
    .pixie-content2 .et_pb_column:first-child {
        padding: 0% 1vw 0 3vw !important;
    }

    .pixie-content2 .et_pb_column .et_pb_image {
        margin-left: 0 !important;
    }

    /*Content 4*/
    .pixie-content4 .et_pb_column_1_4 .et_pb_blurb {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .pixie-content4 .et_pb_column_1_4 {
        padding-left: 0 !important;
    }

    .pixie-content26 .et_pb_row,
    .pixie-content22 .et_pb_row,
    .pixie-content18 .et_pb_row,
    .pixie-content5 .et_pb_row,
    .pixie-content4 .et_pb_row {
        width: 90% !important;
    }

    .pixie-content4 .et_pb_column_2_3 {
        width: 57% !important;
        margin-right: 4% !important;
    }

    .pixie-content4 .et_pb_column_1_3 {
        width: 39% !important;
        padding-top: 0 !important;
    }

    /*Content 4*/
    .pixie-content5 .et_pb_column {
        padding-top: 0 !important;
    }

    .pixie-content5 .et_pb_text {
        max-width: 100% !important;
    }

    /*Content 7*/
    .et_pb_blurb_14 .et-pb-icon {
        font-size: 65px;
    }

    .pixie-content7 .et_pb_column .et_pb_main_blurb_image {
        vertical-align: middle !important;
    }

    /*Content 9*/
    #page-container .pixie-content9 .et_pb_slider .et_pb_slide_description .et_pb_slide_title {
        line-height: 120% !important;
        padding-bottom: 20px !important;
    }

    #page-container .pixie-content9 .et_pb_row {
        width: 98% !important;
    }

    #page-container .pixie-content9 .et_pb_slide_description {
        padding-top: 0 !important;
    }

    /*Content 11*/
    #page-container .pixie-content11 .et_pb_row {
        width: 90% !important;
    }

    /*Content 14*/
    .pixie-content14 .et_pb_column_1_3 {
        width: 50% !important;
    }

    .pixie-content14 .et_pb_column_1_3:first-child {
        display: none !important;
    }

    /*Content 15*/
    .pixie-content15 .et_pb_column:last-child {
        padding-right: 3vw;
        padding-left: 0 !important;
    }

    /*Content 19*/
    .pixie-content19 .et_pb_row .et_pb_column:last-child {
        padding: 0 !important;
    }

    .pixie-content19 .et_pb_row .et_pb_column:first-child {
        padding-left: 0 !important;
    }

    /*Content 23*/
    #page-container .pixie-content23 .et_pb_row {
        width: 95% !important;
    }

    #page-container .pixie-content8 .et_pb_blurb {
        width: 33.33% !important;
        padding: 0 0.5vw !important;
        margin: 0 !important;
    }

    .pixie-content15 .et_pb_text:first-child {
        margin-top: 0 !important;
    }

    .pixie-content19 .et_pb_row.sqweez_1 .et_pb_column:last-child {
        width: 39% !important;
    }

    .pixie-content19 .et_pb_row.sqweez_1_platforms,
    .pixie-content19 .et_pb_row.sqweez_1 {
        width: 90% !important;
    }
}

@media only screen and (max-width: 980px) {
    /*Content 1*/
    .pixie-content1 .et_pb_image_wrap {
        display: block !important;
    }

    .pixie-content1 .et_pb_promo_button {
        margin-top: 0 !important;
    }

    .pixie-content1 .et_pb_promo_description h2 {
        max-width: 100% !important;
        padding-bottom: 10px !important;
    }

    /*Content 2*/
    .pixie-content2 .et_pb_column:last-child {
        padding-left: 10% !important;
    }

    .pixie-content2 .et_pb_column:first-child {
        padding: 0% 10% !important;
        margin-bottom: 40px !important;
    }

    /*Content 3*/
    .pixie-content21 .et_pb_column_1_3:last-child,
    .pixie-content16 .et_pb_column_1_3:last-child,
    .pixie-content6 .et_pb_column_1_3:last-child,
    .pixie-content3 .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }

    .pixie-content21 .et_pb_column_1_3,
    .pixie-content16 .et_pb_column_1_3,
    .pixie-content6 .et_pb_column_1_3,
    .pixie-content3 .et_pb_column_1_3 {
        width: 32% !important;
        margin-right: 2% !important;
    }

    .pixie-content3 .et_pb_column_1_3 .et_pb_main_blurb_image {
        margin-bottom: 10px !important;
    }

    .pixie-content3 .et_pb_blurb_description h4 {
        padding-bottom: 10px !important;
    }

    /*Content 4*/
    .pixie-content4 .et_pb_column_1_3 {
        width: 47% !important;
    }

    .pixie-content4 .et_pb_column_2_3 {
        width: 49% !important;
        margin-right: 4% !important;
    }

    /*Content 5*/
    .pixie-content5 .et_pb_image .et_pb_image_wrap {
        display: block !important;
    }

    .pixie-content5 .et_pb_row {
        width: 80% !important;
    }

    /*Content 6*/
    .pixie-content10 .et_pb_row,
    .pixie-content6 .et_pb_row {
        width: 90% !important;
    }

    .pixie-content6 .et_pb_column .et_pb_main_blurb_image {
        display: block;
        margin: 0 0 20px;
    }

    .pixie-content6 .et_pb_column .et_pb_blurb_container {
        padding-left: 0 !important;
    }

    /*Content 7*/
    .pixie-content7 .et_pb_column .et_pb_image_wrap img {
        display: block !important;
        width: 100%;
    }

    .pixie-content7 .et_pb_column .et_pb_image_wrap {
        display: block !important;
    }

    .pixie-content7 .et_pb_column:last-child .et_pb_blurb_container {
        padding-left: 15px;
    }

    /*Content 8*/
    #page-container .pixie-content8 .et_pb_blurb:first-child {
        border: none !important;
    }

    #page-container .pixie-content8 .et_pb_blurb {
        width: 33.33% !important;
        padding: 0 0.5vw !important;
        margin: 0 !important;
    }

    #page-container .pixie-content8 .et_pb_button_wrapper,
    #page-container .pixie-content8 .et_pb_promo_description {
        text-align: center !important;
    }

    #page-container .pixie-content8 .et_pb_promo_button.et_pb_button {
        margin-top: 5px !important;
        padding: 10px 20px !important;
    }

    #page-container .pixie-content8 .et_pb_promo_description h2 {
        padding-bottom: 15px !important;
    }

    /*Content 9*/
    .pixie-content9 .et-pb-controllers {
        width: 100%;
    }

    .pixie-content9 .et_pb_slide {
        padding: 0 60px !important;
    }

    /*Content 10*/
    .pixie-content10 .et_pb_column_1_2 {
        width: 45.6% !important;
    }

    .pixie-content10 .et_pb_column_1_4 {
        width: 27.2% !important;
    }

    /*Content 11*/
    #page-container .pixie-content11 .et_pb_row {
        width: 95% !important;
    }

    #page-container .pixie-content11 .et_pb_row .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }

    #page-container .pixie-content11 .et_pb_row .et_pb_column_1_3 {
        width: 32% !important;
        margin-right: 2% !important;
    }

    /*Content 12*/
    #page-container .pixie-content12 .et_pb_button {
        margin-top: 20px !important;
        padding: 10px 20px !important;
    }

    #page-container .pixie-content12 .et_pb_column .et_pb_image {
        margin-bottom: 10px !important;
    }

    /*Content 15*/
    .pixie-content15 .et_pb_column:last-child {
        padding: 0 10% !important;
    }

    /*Content 16*/
    .pixie-content16 .et_pb_row .et_pb_column:last-child .et_pb_promo_description {
        padding-bottom: 0 !important;
    }

    .pixie-content16 .et_pb_row .et_pb_promo:before {
        left: -10px !important;
    }

    .pixie-content21 .et_pb_row,
    .pixie-content16 .et_pb_row {
        width: 90% !important;
    }

    /*Content 18*/
    .pixie-content18 .et_pb_column_1_2 .et_pb_promo_description h2 {
        padding-bottom: 10px !important;
    }

    .pixie-content18 .et_pb_column_1_2 {
        margin-right: 0 !important;
    }

    #page-container .pixie-content18 .et_pb_column_1_2 .et_pb_promo_button.et_pb_button {
        margin-top: 10px !important;
        padding: 10px 20px !important;
    }

    /*Content 22*/
    .pixie-content22 .et_pb_column_1_2:first-child {
        margin: -40px 0 !important;
    }

    /*Content 26*/
    .pixie-content26 .et_pb_main_blurb_image img {
        display: block !important;
        width: 100%;
    }

    #page-container .pixie-content26 .et_pb_blurb:before {
        left: -34px;
    }

    /*Content 23*/
    #page-container .pixie-content23 .et_pb_row:nth-last-child(2) .et_pb_column_3_4 {
        padding: 20px !important;
        display: flex !important;
        margin-bottom: 0 !important;
    }

    #page-container .pixie-content23 .et_pb_row:nth-last-child(2) .et_pb_column,
    #page-container .pixie-content23 .et_pb_row:last-child .et_pb_column {
        margin-top: 0 !important;
        width: 100% !important;
    }

    #page-container .pixie-content23 .et_pb_row .et_pb_image_wrap img {
        display: block !important;
        width: 100% !important;
    }

    #page-container .pixie-content23 .et_pb_row .et_pb_image_wrap {
        display: block;
    }

    #page-container .pixie-content23 .et_pb_row {
        width: 85% !important;
    }

    #page-container .pixie-content23 .et_pb_column_1_2 .et_pb_text p {
        padding-bottom: 15px !important;
    }

    #page-container .pixie-content11 .et_pb_column:hover .et_pb_text {
        transform: translate(0, 6px);
    }

    .pixie-content15 .et_pb_text:first-child {
        margin-top: 40px !important;
    }

    .pixie-content19 .et_pb_row.sqweez_1 .et_pb_column:first-child {
        width: 100% !important;
        margin-right: 0%;
    }

    .pixie-content19 .et_pb_row.sqweez_1_platforms .et_pb_column .et_pb_text,
    .pixie-content19 .et_pb_row.sqweez_1 .et_pb_column:last-child .et_pb_text {
        text-align: center !important;
    }

    .pixie-content19 .et_pb_row.sqweez_1 .et_pb_column:last-child {
        width: 109% !important;
    }

    .pixie-content18.services_simple .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0% !important;
    }

    .pixie-content18.services_simple .et_pb_column_1_4 {
        width: 47% !important;
        margin-right: 6% !important;
        margin-bottom: 40px !important;
    }

    .pixie-content18 .et_pb_column_1_4 {
        width: 48% !important;
        margin-right: 4% !important;
    }
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
    /*Content 3*/
    .pixie-content21 .et_pb_column_1_3,
    .pixie-content16 .et_pb_column_1_3,
    .pixie-content6 .et_pb_column_1_3,
    .pixie-content3 .et_pb_column_1_3 {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    /*Content 3*/
    .pixie-content21 .et_pb_column_1_3,
    .pixie-content16 .et_pb_column_1_3,
    .pixie-content6 .et_pb_column_1_3,
    .pixie-content3 .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    /*Content 4*/
    .pixie-content4 .et_pb_column_1_3 {
        width: 100% !important;
    }

    .pixie-content4 .et_pb_column_2_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pixie-content8 .et_pb_row,
    .pixie-content5 .et_pb_row {
        width: 90% !important;
    }

    /*Content 6*/
    .pixie-content6 .et_pb_column .et_pb_blurb_container h4,
    .pixie-content6 .et_pb_text {
        text-align: center !important;
    }

    .pixie-content6 .et_pb_column .et_pb_main_blurb_image {
        display: block;
        margin: 0 auto 20px;
    }

    .pixie-content6 .et_pb_column .et_pb_blurb_container {
        display: block !important;
    }

    .pixie-content6 .et_pb_column .et_pb_image_wrap img {
        display: block !important;
        width: 100%;
    }

    .pixie-content6 .et_pb_column .et_pb_image_wrap {
        display: block !important;
    }

    /*Content 9*/
    #page-container .pixie-content9 .et_pb_slide_image {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }

    #page-container .pixie-content9 .et_pb_slide_description h2 {
        text-align: center !important;
    }

    #page-container .pixie-content9 .et_pb_slide_description {
        padding-top: 30px !important;
        width: 100% !important;
        text-align: center !important;
    }

    .pixie-content9 .et_pb_slide .et_pb_slide_content {
        padding-right: 0 !important;
        text-align: center !important;
    }

    /*Content 10*/
    .pixie-content10 .et_pb_column_1_2 {
        width: 100% !important;
    }

    .pixie-content10 .et_pb_column_1_4 {
        width: 100% !important;
    }

    .pixie-content10 .et_pb_column:last-child {
        margin-bottom: 0 !important;
    }

    .pixie-content10 .et_pb_column {
        padding: 0 !important;
        border: 0 !important;
        margin-bottom: 40px !important;
    }

    .pixie-content10 .et_pb_column .et_pb_main_blurb_image img {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    .pixie-content10 .et_pb_column .et_pb_main_blurb_image {
        min-height: 230px;
        overflow: hidden !important;
        padding: 0 !important;
        position: relative;
    }

    /*Content 11*/
    #page-container .pixie-content11 .et_pb_blurb .et_pb_blurb_content {
        display: inline-block;
    }

    #page-container .pixie-content11 .et_pb_text,
    #page-container .pixie-content11 .et_pb_blurb {
        text-align: center;
    }

    #page-container .pixie-content11 .et_pb_row .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
        text-align: center !important;
    }

    #page-container .pixie-content11 .et_pb_row .et_pb_column_1_3 .et_pb_button {
        margin-top: 15px !important;
    }

    #page-container .pixie-content11 .et_pb_row {
        width: 80% !important;
    }

    /*Content 12*/
    #page-container .pixie-content12 .et_pb_column:last-child {
        display: block !important;
    }

    #page-container .pixie-content12 .et_pb_column .et_pb_image:nth-child(2n + 2) {
        margin-right: 0 !important;
    }

    body.et-fb #page-container .pixie-content12 .et_pb_column .et_pb_image:nth-child(3n + 5) ,
    body:not(.et-fb) #page-container .pixie-content12 .et_pb_column .et_pb_image:nth-child(3n + 3) {
        margin-right: 2% !important;
    }

    #page-container .pixie-content12 .et_pb_column .et_pb_image {
        width: 48% !important;
        margin-right: 2% !important;
        float: left;
        padding: 15px;
    }

    /*Content 14*/
    .pixie-content14 .et_pb_column_1_3 {
        width: 100% !important;
    }

    .pixie-content14 .et_pb_column_1_3:last-child,
    .pixie-content14 .et_pb_column_1_3:nth-child(2) {
        padding: 0 !important;
    }

    .pixie-content14 .et_pb_column:after {
        display: none !important;
    }

    .pixie-content14 .et_pb_column .et_pb_blurb {
        margin: 0 !important;
        padding: 30px 30px 30px 107px !important;
    }

    .pixie-content14 .et_pb_column .et_pb_blurb:last-child:after {
        display: block !important;
    }

    /*Content 17*/
    #page-container .pixie-content17 .et_pb_column_1_4:last-child {
        margin-bottom: 0 !important;
    }

    #page-container .pixie-content17 .et_pb_column_1_4 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }

    /*Content 21*/
    #page-container .pixie-content21 h4,
    #page-container .pixie-content21 .et_pb_blurb_description,
    #page-container .pixie-content21 .et_pb_main_blurb_image,
    #page-container .pixie-content21 .et_pb_text {
        text-align: center !important;
    }

    /*Content 22*/
    .pixie-content22 .et_pb_column_1_2:first-child .et_pb_promo:last-child {
        margin-bottom: 0 !important;
    }

    .pixie-content22 .et_pb_column_1_2:first-child .et_pb_promo {
        margin-bottom: 20px !important;
    }

    .pixie-content22 .et_pb_column_1_2:first-child {
        padding: 40px !important;
    }

    /*Content 25*/
    #page-container .pixie-content25 .et_pb_row {
        width: 90% !important;
    }

    #page-container .pixie-content25 .et_pb_column {
        display: block;
        text-align: center;
    }

    #page-container .pixie-content25 .et_pb_column .et_pb_image {
        margin-bottom: 10px !important;
        width: 30% !important;
        margin-right: 2% !important;
        display: inline-block;
        float: none;
    }

    #page-container .pixie-content23 .et_pb_row:nth-last-child(2) .et_pb_column_3_4:after {
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    #page-container .pixie-content23 .et_pb_row:nth-last-child(2) .et_pb_column_3_4 {
        padding: 20px 20px 40px 20px !important;
        display: block !important;
        margin-bottom: 0 !important;
    }

    #page-container .pixie-content23 .et_pb_number_counter:last-child {
        margin-bottom: 0 !important;
    }

    #page-container .pixie-content23 .et_pb_number_counter:nth-child(3) {
        clear: both;
    }

    #page-container .pixie-content23 .et_pb_number_counter {
        width: 50% !important;
        margin-right: 0 !important;
        border-right: 0;
        margin-bottom: 10px;
        max-width: 100%;
        padding: 0 10px;
    }

    .pixie-content6 .et_pb_blurb .et_pb_blurb_container h4:after,
    .pixie-content21 .et_pb_blurb .et_pb_blurb_container h4:after,
    .pixie-content18 .et_pb_blurb .et_pb_blurb_container h4:after {
        line-height: 117%;

    }

    .pixie-content21 .et_pb_blurb .et_pb_blurb_container h4,
    .pixie-content6 .et_pb_blurb .et_pb_blurb_container h4 {
        display: inline-block;
    }

    .pixie-content21 .et_pb_blurb .et_pb_blurb_container,
    .pixie-content6 .et_pb_blurb .et_pb_blurb_container {
        text-align: center !important;
    }

}

@media only screen and (max-width: 480px) {
    /*Content 2*/
    .pixie-content2 .et_pb_blurb:last-child {
        margin-top: 30px !important;
    }

    .pixie-content2 .et_pb_main_blurb_image {
        display: block;
        margin-bottom: 10px;
        padding-top: 0;
    }

    .pixie-content2 .et_pb_blurb_container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #page-container .pixie-content15 .et_pb_row,
    #page-container .pixie-content14 .et_pb_row,
    #page-container .pixie-content2 .et_pb_row {
        width: 100% !important;
    }

    /*Content 4*/
    #page-container .pixie-content4 .et_pb_column_1_4:not(:last-child) {
        margin-bottom: 30px !important;
    }

    /*Content 8*/
    #page-container .pixie-content8 .et_pb_blurb:last-child {
        margin-bottom: 0 !important;
    }

    #page-container .pixie-content8 .et_pb_blurb {
        width: 100% !important;
        margin-bottom: 30px !important;
        border: 0 !important;
    }

    /*Content 9*/
    .pixie-content9 .et-pb-slider-arrows {
        display: none !important;
    }

    .pixie-content9 .et_pb_slide {
        padding: 0 10px !important;
    }

    /*Content 10*/
    .pixie-content10 .et_pb_column .et_pb_main_blurb_image img {
        position: static;
        top: 0;
        transform: translate(0, 0);
    }

    .pixie-content10 .et_pb_column .et_pb_main_blurb_image {
        min-height: 100%;
    }

    /*Content 18*/
    .pixie-content18 .et_pb_column_1_4:last-child .et_pb_blurb:last-child {
        margin-bottom: 0 !important;
    }

    .pixie-content18 .et_pb_column_1_4 .et_pb_blurb {
        margin-bottom: 30px !important;
    }

    .pixie-content18 .et_pb_column_1_4 {
        padding: 0 !important;
        margin: 0 !important;
    }

    /*Content 22*/
    .pixie-content22 .et_pb_column_1_2:first-child {
        padding: 30px !important;
    }

    #page-container .pixie-content22 .et_pb_row {
        width: 90% !important;
    }

    /*Content 25*/
    #page-container .pixie-content25 .et_pb_column .et_pb_image:nth-child(2n + 2) {
        margin-right: 0 !important;
    }

    #page-container .pixie-content25 .et_pb_column .et_pb_image {
        width: 48% !important;
        padding: 10px;
    }

    #page-container .pixie-content23 .et_pb_number_counter {
        width: 100% !important;
    }

    #page-container .pixie-content5 .et_pb_row_inner .et_pb_column:first-child {
        margin-bottom: 30px !important;
    }

    #page-container .pixie-content15 .et_pb_toggle .et_pb_toggle_title,
    #page-container .pixie-content19 .et_pb_toggle .et_pb_toggle_title {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pixie-content19 .et_pb_blurb h4 a {
        padding: 6px !important;
    }

    .pixie-content18.services_simple .et_pb_column_1_4 {
        margin-bottom: 0px !important;
    }

    .pixie-content18.services_simple .et_pb_column_1_4:last-child {
        margin-bottom: 50px !important;
    }

    .pixie-content18 .et_pb_column_1_4 {
        width: 100% !important;
    }
}

/*Hovers*/

.pixie-content7 .et_pb_column:last-child .et_pb_blurb:hover .et_pb_blurb_description,
.pixie-content21 .et_pb_blurb:hover .et_pb_blurb_container,
.pixie-content6 .et_pb_blurb:hover .et_pb_blurb_container,
.pixie-content18 .et_pb_blurb:hover .et_pb_blurb_container,
.pixie-content10 .et_pb_blurb:hover .et_pb_blurb_container,
.pixie-content17 .et_pb_blurb:hover .et_pb_blurb_container,
.pixie-content8 .et_pb_blurb:hover .et_pb_blurb_container,
.pixie-content5 .et_pb_blurb:hover .et_pb_blurb_description,
.pixie-content4 .et_pb_blurb:hover .et_pb_blurb_description,
.pixie-content3 .et_pb_blurb:hover .et_pb_blurb_description {
    -webkit-animation: fadeIn 5s infinite;
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1
}

.et_pb_blurb_container h4:after {
    background-color: #d9d9d9;
}

.pixie-content10 .et_pb_blurb .et_pb_blurb_container h4,
.pixie-content7 .et_pb_column:last-child .et_pb_blurb .et_pb_blurb_container h4,
.pixie-content4 .et_pb_blurb .et_pb_blurb_container h4,
.pixie-content3 .et_pb_blurb .et_pb_main_blurb_image img,
.pixie-content2 .et_pb_blurb .et_pb_blurb_container h4,
.pixie-content8 .et_pb_blurb .et_pb_main_blurb_image,
.pixie-content17 .et_pb_blurb .et_pb_blurb_container h4,
.pixie-content8 .et_pb_blurb .et_pb_blurb_container h4,
.et_pb_blurb .et_pb_blurb_description p,
.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_container h4:after {
    transition: 0.3s;
}

/*Hover*/
.pixie-content10 .et_pb_blurb .et_pb_blurb_container h4,
.pixie-content7 .et_pb_column:last-child .et_pb_blurb .et_pb_blurb_container h4,
.pixie-content4 .et_pb_blurb .et_pb_blurb_container h4,
.pixie-content3 .et_pb_blurb .et_pb_main_blurb_image img,
.pixie-content10 .et_pb_blurb .et_pb_blurb_description p,
.pixie-content4 .et_pb_blurb .et_pb_blurb_description p,
.pixie-content3 .et_pb_blurb .et_pb_blurb_description p,
.pixie-content2 .et_pb_blurb .et_pb_blurb_description {
    transition-delay: 0.3s;
}

.pixie-content3 .et_pb_blurb .et_pb_main_blurb_image {
    overflow: hidden;
}

.pixie-content3 .et_pb_blurb:hover .et_pb_main_blurb_image img {
    transform: scale(1.1) rotate(-3deg);
}

.pixie-content7 .et_pb_column:last-child .et_pb_blurb_container h4 {
    display: inline-block;
}

.pixie-content7 .et_pb_column:last-child .et_pb_blurb_container h4:after,
.pixie-content10 .et_pb_blurb_container h4:after,
.pixie-content4 .et_pb_blurb_container h4:after,
.pixie-content3 .et_pb_blurb_container h4:after,
.pixie-content2 .et_pb_blurb_container h4:after {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    margin: 10px 0 -10px;
    transition-delay: 0s;
}

.pixie-content2 .et_pb_blurb_container h4:after {
    margin: 13px 0 -13px;
}

.pixie-content8 .et_pb_blurb_container h4:before {
    display: block;
    content: "";
    width: 0;
    max-width: 150px;
    height: 1px;
    margin: 10px auto -10px;
    transition-delay: 0s;
    background-color: #000;
    transition: 0.3s;
    transform: translate(0, -20px);
}

.pixie-content7 .et_pb_column:last-child .et_pb_blurb_container h4:after {
    margin: 15px 0 -15px;
}

.pixie-content10 .et_pb_blurb:hover .et_pb_blurb_container h4,
.pixie-content7 .et_pb_column:last-child .et_pb_blurb:hover .et_pb_blurb_container h4,
.pixie-content4 .et_pb_blurb:hover .et_pb_blurb_container h4 {
    transform: translate(0, -6px);
    transition-delay: 0s !important;
}

.pixie-content10 .et_pb_blurb_container h4:after,
.pixie-content4 .et_pb_blurb_container h4:after {
    margin: 20px 0 -20px;
}

.pixie-content3 .et_pb_blurb_container h4:after {
    margin: 10px auto -10px;
}

.pixie-content7 .et_pb_column:last-child .et_pb_blurb:hover .et_pb_blurb_container h4:after,
.pixie-content8 .et_pb_blurb:hover .et_pb_blurb_container h4:before,
.pixie-content10 .et_pb_blurb:hover .et_pb_blurb_container h4:after,
.pixie-content4 .et_pb_blurb:hover .et_pb_blurb_container h4:after,
.pixie-content3 .et_pb_blurb:hover .et_pb_blurb_container h4:after,
.pixie-content2 .et_pb_blurb:hover .et_pb_blurb_container h4:after {
    width: 100%;
    transition-delay: 0.3s;
}

.pixie-content7 .et_pb_column:last-child .et_pb_blurb:hover .et_pb_blurb_description p,
.pixie-content17 .et_pb_blurb:hover .et_pb_blurb_description p,
.pixie-content10 .et_pb_blurb:hover .et_pb_blurb_description p,
.pixie-content4 .et_pb_blurb:hover .et_pb_blurb_description p,
.pixie-content3 .et_pb_blurb:hover .et_pb_blurb_description p,
.pixie-content2 .et_pb_blurb:hover .et_pb_blurb_description {
    transform: translate(0, 6px);
    transition-delay: 0s;
}

.pixie-content2 .et_pb_blurb:hover .et_pb_blurb_container h4 {
    transform: translate(0, -6px);
}

.pixie-content8 .et_pb_blurb:hover .et_pb_blurb_container h4 {
    transform: translate(0, 6px);
}

.pixie-content17 .et_pb_blurb:hover .et_pb_blurb_container h4,
.pixie-content8 .et_pb_blurb:hover .et_pb_main_blurb_image {
    transform: translate(0, -6px);
}

.pixie-content10 .et_pb_blurb .et_pb_main_blurb_image {
    overflow: hidden;
}

.pixie-content10 .et_pb_blurb .et_pb_main_blurb_image img {
    transition: 0.3s;
}

.pixie-content10 .et_pb_blurb:hover .et_pb_main_blurb_image img {
    transform: rotate(3deg) scale(1.3);
}

.pixie-content17 .et_pb_blurb:after {
    transition: 0.3s;
}

.pixie-content17 .et_pb_blurb:hover:after {
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) .et_pb_promo:last-child {
    margin-right: 0 !important;
}

body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) .et_pb_promo {
    width: 24% !important;
    margin-right: 13.5% !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}#page-container .pixel-footer2 a,#page-container .pixel-footer5 .et_pb_social_media_follow a:before,.pixel-footer1 a,.pixel-footer3 a,.pixel-footer4 a,.pixel-footer5 a{color:inherit!important}.pixel-footer1 a:hover,.pixel-footer2 a:hover,.pixel-footer3 a:hover,.pixel-footer4 a:hover,.pixel-footer5 a:hover{opacity:.5!important}.pixel-footer1 .footer_menu p,.pixel-footer2 .footer_menu p,.pixel-footer3 .footer_menu p,.pixel-footer4 .footer_menu p,.pixel-footer5 .footer_menu p,.pixie-about-freebie-footer .footer_menu p{padding:0!important}.pixel-footer1 .footer_menu a,.pixel-footer2 .footer_menu a,.pixel-footer3 .footer_menu a,.pixel-footer4 .footer_menu a,.pixel-footer5 .footer_menu a,.pixie-about-freebie-footer .footer_menu a{margin-bottom:1em!important;display:block!important}.pixel-footer1 .et_pb_social_media_follow li a.icon::before{color:#000}.pixel-footer1 .et_pb_promo_description p{padding-bottom:0!important}.pixel-footer1 .et_pb_promo_description a{display:block;margin-bottom:20px!important}#page-container .pixel-footer1 .et_pb_newsletter_form p:last-of-type{width:29%!important;margin-right:0!important}#page-container .pixel-footer1 .et_pb_newsletter_form p{width:65.5%!important;margin-right:5.2%;position:relative;flex-basis:unset}#page-container .pixel-footer1 .et_pb_newsletter_form p input{border:none!important}.pixel-footer1 .et_pb_newsletter_form p:not(.filled):not(.focus) input{color:transparent!important}#page-container .pixel-footer1 .et_pb_newsletter p input::-webkit-input-placeholder{color:transparent!important}#page-container .pixel-footer1 .et_pb_newsletter p input::-moz-placeholder{color:transparent!important}#page-container .pixel-footer1 .et_pb_newsletter p input:-ms-input-placeholder{color:transparent!important}#page-container .pixel-footer1 .et_pb_newsletter p input:-moz-placeholder{color:transparent!important}#page-container .pixel-footer1 .et_pb_column_1_4.et-last-child,#page-container .pixel-footer1 .et_pb_column_1_4:last-child{width:33%!important}#page-container .pixel-footer1 .et_pb_column_1_4{width:16%!important}.pixel-footer1 .et_pb_newsletter p{padding-bottom:0!important}.pixel-footer1 .et_pb_newsletter p label{display:block!important;position:absolute;width:100%;text-align:left;pointer-events:none;top:50%;transform:translate(0,-50%);padding-left:20px;color:#9e9e9e;font-size:16px;font-weight:400;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pixel-footer1 .et_pb_newsletter p.filled label,.pixel-footer1 .et_pb_newsletter p.focus label{-webkit-transform:translate3d(0,-240%,0);transform:translate3d(0,-240%,0);padding-left:0}.pixel-footer2 .et_pb_social_media_follow li a.icon::before{color:#a7a7a7}.pixel-footer2 .et_contact_bottom_container{width:100%;padding-left:3%!important}.pixel-footer2 .et_contact_bottom_container .et_pb_contact_submit{margin:auto!important;width:100%!important}.et_pb_contact_field[data-type=select]::after{position:absolute;top:52%!important}.pixel-footer2 .et_pb_column_1_3 .et_pb_promo_description p:not(:last-child){padding-bottom:4px!important}.pixel-footer2 .et_pb_column_1_3{width:23.3%!important}.pixel-footer2 .et_pb_column_2_3{width:58.833%!important;margin-right:6.8%!important}.pixel-footer2 .et_pb_column_1_3 .et_pb_promo_description ul{padding:0!important}.pixel-footer2 .et_pb_column_1_3 .et_pb_promo_description li{list-style:none}.pixel-footer2 .et_pb_column_1_3 .et_pb_promo_description li a:after,.pixel-footer2 .et_pb_column_1_3 .et_pb_promo_description li a:before{font-family:ETmodules!important;content:"\24"!important;display:inline-block!important;vertical-align:middle;margin-right:0;overflow:hidden;transition:.3s}.pixel-footer2 .et_pb_column_1_3 .et_pb_promo_description li a:after{margin-left:5px;width:0!important}.pixel-footer2 .et_pb_column_1_3 .et_pb_promo_description li a:before{width:26px}.pixel-footer2 .et_pb_column_1_3 .et_pb_promo_description li a:after{margin-left:5px;width:0!important}.pixel-footer2 .et_pb_column_1_3 .et_pb_promo_description li a:hover:before{width:0!important}.pixel-footer2 .et_pb_column_1_3 .et_pb_promo_description li a:hover:after{width:18px!important}.pixel-footer1 .et_pb_newsletter .et_pb_newsletter_form{display:block!important}.pixel-footer2 .et_pb_contact_form p{padding-bottom:0!important;position:relative;overflow:visible!important;margin-bottom:57px!important}.pixel-footer2 .et_pb_contact_form p[data-id=message]{margin-bottom:18px!important}.unknown .pixel-footer2 .et_pb_contact_form p:not(.filled):not(.focus) input{color:transparent!important}.pixel-footer2 .et-pb-contact-message>*{color:red!important}#page-container .pixel-footer2 .et_pb_contact_form p input::-webkit-input-placeholder,#page-container .pixel-footer2 .et_pb_contact_form p textarea::-webkit-input-placeholder{color:transparent!important}#page-container .pixel-footer2 .et_pb_contact_form p input::-moz-placeholder,#page-container .pixel-footer2 .et_pb_contact_form p textarea::-moz-placeholder{color:transparent!important}#page-container .pixel-footer2 .et_pb_contact_form p input:-ms-input-placeholder,#page-container .pixel-footer2 .et_pb_contact_form p textarea:-ms-input-placeholder{color:transparent!important}#page-container .pixel-footer2 .et_pb_contact_form p input:-moz-placeholder,#page-container .pixel-footer2 .et_pb_contact_form p textarea:-moz-placeholder{color:transparent!important}.pixel-footer2 .et_pb_contact_form p:nth-child(3){width:32%;margin-left:2%}.pixel-footer2 .et_pb_contact_form p:nth-child(2){width:66%}.pixel-footer2 .et_pb_contact_form p[data-id=message] label{top:16%!important}.pixel-footer2 .et_pb_contact_form p:not([data-type=select]) label{display:block!important;position:absolute;width:100%;text-align:left;pointer-events:none;top:50%;transform:translate(0,-50%);padding-left:17px;color:#9e9e9e;font-size:16px;font-weight:400;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-family:"Open Sans",Arial,sans-serif}.pixel-footer2 .et_pb_contact_form p.filled label,.pixel-footer2 .et_pb_contact_form p.focus label{-webkit-transform:translate3d(0,-45px,0);transform:translate3d(0,-45px,0);padding-left:0;color:#fff;text-transform:uppercase;font-size:12px}.pixel-footer2 .et_pb_contact_form p[data-type=select] label{display:block!important;color:#fff;text-transform:uppercase;font-size:12px;position:absolute;top:50%;-webkit-transform:translate3d(0,-45px,0);transform:translate3d(0,-45px,0)}.pixel-footer2.pixel-footer6 .et_pb_contact_form p[data-type=select] select option{background-color:#000!important}.pixel-footer2 .et_pb_contact_form p[data-type=select] select{padding:14px 16px!important}.pixel-footer2 .et_pb_column_1_4:first-child{width:41%!important;margin-right:18.4%!important}.pixel-footer2 .et_pb_column_1_4{width:14%!important;margin-right:3%!important}.pixel-footer2 .et_pb_column_1_4.et-last-child,.pixel-footer2 .et_pb_column_1_4:last-child{width:6.6%!important;margin-right:0!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:first-child,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:first-child{width:28.5%}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:nth-child(2),body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:nth-child(2){width:45.5%!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:last-child,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3.et-last-child{width:15%!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:nth-child(2) .et_pb_promo,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:nth-child(2) .et_pb_promo{width:24%!important;margin-right:13.5%!important;margin-left:0!important;margin-bottom:0!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:nth-child(2) .et_pb_promo:last-child,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:nth-child(2) .et_pb_promo:last-child{margin-right:0!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) .et_pb_promo p{padding-bottom:0!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:nth-child(2) .et_pb_promo p:last-child,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:nth-child(2) .et_pb_promo p:last-child{padding-bottom:0!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:nth-child(2) .et_pb_promo a,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:nth-child(2) .et_pb_promo a{margin-bottom:20px!important;display:block}#page-container .pixel-footer4 .et_pb_newsletter_form p:last-of-type{width:29%!important;margin-right:0!important}#page-container .pixel-footer4 .et_pb_newsletter_form p{width:65.5%!important;margin-right:5.2%;position:relative;flex-basis:unset!important}.pixel-footer4 .et_pb_newsletter_form p:not(.filled):not(.focus) input{color:transparent!important}.pixel-footer4 .et_pb_newsletter p{padding-bottom:0!important}.pixel-footer4 .et_pb_newsletter .et_pb_newsletter_form{display:block!important}.pixel-footer4 .et_pb_newsletter p label{display:block!important;position:absolute;width:100%;text-align:left;pointer-events:none;top:50%;transform:translate(0,-50%);padding-left:20px;color:#9e9e9e;font-size:16px;font-weight:400;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pixel-footer4 .et_pb_newsletter p.filled label,.pixel-footer4 .et_pb_newsletter p.focus label{-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0);padding-left:0;opacity:0}#page-container .pixel-footer4 .et_pb_newsletter p input::-webkit-input-placeholder{color:transparent!important}#page-container .pixel-footer4 .et_pb_newsletter p input::-moz-placeholder{color:transparent!important}#page-container .pixel-footer4 .et_pb_newsletter p input:-ms-input-placeholder{color:transparent!important}#page-container .pixel-footer4 .et_pb_newsletter p input:-moz-placeholder{color:transparent!important}.pixel-footer5 .et_pb_column_1_4:first-child{width:53.5%!important;margin-right:6%!important}.pixel-footer5 .et_pb_column_1_4{width:14.2%!important;margin-right:2%!important}.pixel-footer5 .et_pb_column_1_4.et-last-child,.pixel-footer5 .et_pb_column_1_4:last-child{width:8%!important}.pixel-footer6.pixel-footer2 .et_pb_column_1_3{width:32.2%!important}.pixel-footer6.pixel-footer2 .et_pb_column_2_3{width:58.833%!important;margin-right:8.9%!important}.pixel-footer6 .et_pb_image img{display:block!important;width:100%!important}.pixel-footer6 .et_pb_image:nth-child(2n+3){margin-right:0!important}.pixel-footer6 .et_pb_image{width:45%!important;margin-right:9%!important;float:left;margin-bottom:28px!important}@media only screen and (min-width:1930px){#page-container .pixel-footer2 .et_pb_column_1_3 .et_pb_promo{margin-bottom:35px!important;padding-bottom:18px!important}.pixel-footer2 .et_pb_row:first-child{padding-bottom:0!important}.pixel-footer6 .et_pb_row:first-child{padding-bottom:60px!important}.pixel-footer6 .et_pb_row:first-child .et_pb_column:last-child{padding-top:90px}}@media only screen and (max-width:1390px){#page-container .pixel-footer1 .et_pb_row:first-child .et_pb_column:first-child,#page-container .pixel-footer4 .et_pb_row:first-child .et_pb_column:first-child{margin-bottom:20px!important}#page-container .pixel-footer1 .et_pb_row:first-child .et_pb_column,#page-container .pixel-footer4 .et_pb_row:first-child .et_pb_column{width:100%!important}#page-container .pixel-footer1 .et_pb_newsletter,#page-container .pixel-footer4 .et_pb_newsletter{padding-left:0!important}#page-container .pixel-footer1 .et_pb_newsletter .et_pb_newsletter_button.et_pb_button,#page-container .pixel-footer4 .et_pb_newsletter .et_pb_newsletter_button.et_pb_button{padding:10px 1vw!important}.pixel-footer1 .et_pb_newsletter p.filled label,.pixel-footer1 .et_pb_newsletter p.focus label{-webkit-transform:translate3d(0,-53px,0);transform:translate3d(0,-53px,0)}.pixel-footer2 .et_pb_column_1_3{width:34%!important}.pixel-footer2 .et_pb_gutters4 .et_pb_column_1_2{width:55%!important;padding:0!important}.pixel-footer2 .et_pb_gutters4 .et_pb_column_1_2:first-child{width:40%!important;margin-right:5%!important}.pixel-footer2 .et_pb_gutters4 .et_pb_column_1_2:last-child .et_pb_promo:last-child{margin-right:0!important}.pixel-footer2 .et_pb_gutters4 .et_pb_column_1_2:last-child .et_pb_promo{width:32%!important;margin-right:2%!important}.pixel-footer2 .et_pb_column_1_4{width:16%!important;margin-right:6%!important}.pixel-footer2 .et_pb_column_1_4:last-child{width:20%!important}.pixel-footer2 .et_pb_column_1_4:first-child{width:30%!important;margin-right:6%!important}.pixel-footer3 .et_pb_social_media_follow li a{margin-right:3px!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column:nth-child(2),body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column:nth-child(2){width:67%!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column:last-child,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column.et-last-child{width:27%!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column:first-child .et_pb_promo,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column:first-child .et_pb_promo{max-width:100%!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column:first-child,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column:first-child{width:100%;margin-bottom:20px!important}.pixel-footer5 .et_pb_column_1_4:first-child{width:33%!important;margin-right:3%!important}.pixel-footer5 .et_pb_column_1_4{width:20%!important;margin-right:2%!important}.pixel-footer5 .et_pb_column_1_4:last-child{width:20%!important}}@media only screen and (max-width:1390px) and (min-width:981px){#page-container .pixel-footer1 .et_pb_column_1_2 .et_pb_text_inner,#page-container .pixel-footer4 .et_pb_column_1_2 .et_pb_text_inner{font-size:28px!important}}@media only screen and (max-width:980px){#page-container .pixel-footer1 .et_pb_newsletter_form,#page-container .pixel-footer4 .et_pb_newsletter_form{width:100%!important;padding-left:0!important}#page-container .pixel-footer1.sqweez_1 .et_pb_newsletter_form{width:96.3%!important;float:none!important}#page-container .pixel-footer1 .et_pb_newsletter_form p,#page-container .pixel-footer4 .et_pb_newsletter_form p{width:65%!important;margin-right:5%;float:left;position:relative}#page-container .pixel-footer1 .et_pb_newsletter_form p:last-of-type,#page-container .pixel-footer4 .et_pb_newsletter_form p:last-of-type{margin-right:0!important}#page-container .pixel-footer1 .et_pb_newsletter_form p:last-of-type,#page-container .pixel-footer4 .et_pb_newsletter_form p:last-of-type{width:30%!important;float:left}#page-container .pixel-footer1 .et_pb_column_1_2 .et_pb_text_inner,#page-container .pixel-footer3 .et_pb_column_4_4 .et_pb_text_inner,#page-container .pixel-footer4 .et_pb_column_1_2 .et_pb_text_inner,#page-container .pixel-footer4 .et_pb_column_4_4 .et_pb_text_inner{text-align:center!important}#page-container .pixel-footer1 .et_pb_column_1_4:last-child{width:25%!important}#page-container .pixel-footer1 .et_pb_column_1_4{width:22%!important;margin-right:2%}#page-container .pixel-footer1 .et_pb_column_1_2 .et_pb_text_inner{margin-bottom:10px!important}.pixel-footer2 .et_pb_column_2_3,.pixel-footer2.pixel-footer6 .et_pb_column_2_3{width:100%!important;margin-right:0!important}.pixel-footer2 .et_pb_column_1_3,.pixel-footer2.pixel-footer6 .et_pb_column_1_3{width:100%!important}.pixel-footer2 .et_pb_column_1_3 .et_pb_promo:nth-child(2n+2){margin-right:0!important}.pixel-footer2 .et_pb_column_1_3 .et_pb_promo h2{padding-bottom:15px!important}.pixel-footer2 .et_pb_column_1_3 .et_pb_promo{width:48%!important;margin-right:4%!important;float:left;border-bottom:none!important}#page-container .pixel-footer2 .et_pb_column_1_4:last-child{margin-right:0!important}#page-container .pixel-footer2 .et_pb_column_1_4:first-child .et_pb_promo h2{padding-bottom:20px!important;margin-bottom:0!important}#page-container .pixel-footer2 .et_pb_column_1_4:first-child .et_pb_promo{max-width:100%!important}#page-container .pixel-footer2 .et_pb_column_1_4:first-child{width:100%!important}#page-container .pixel-footer2 .et_pb_column_1_4{width:32%!important;margin-right:2%!important}#page-container .pixel-footer2 .et_pb_column_1_2 .et_pb_social_media_follow,#page-container .pixel-footer2 .et_pb_column_1_2 .et_pb_text,#page-container .pixel-footer5 .et_pb_column_1_2 .et_pb_social_media_follow,#page-container .pixel-footer5 .et_pb_column_1_2 .et_pb_text{text-align:center!important}#page-container .pixel-footer2 .et_contact_bottom_container .et_pb_contact_submit{margin-top:20px!important}#page-container .pixel-footer3 .et_pb_column_1_4 h2{padding-bottom:20px!important}#page-container .pixel-footer3 .et_pb_column_1_4{margin-left:0!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:last-child,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3.et-last-child{width:33%!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:nth-child(2) .et_pb_promo,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:nth-child(2) .et_pb_promo{width:29%!important;margin-right:6%!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:last-child .et_pb_text,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:last-child .et_pb_text{margin-bottom:8px!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:nth-child(2) .et_pb_promo h2,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:nth-child(2) .et_pb_promo h2{padding-bottom:20px!important}.pixel-footer4 .et_pb_row .et_pb_column .et_pb_promo h2{margin-bottom:0!important;padding-bottom:20px!important}.pixel-footer4 .et_pb_column_1_4 .et_pb_social_media_follow{margin-left:-13px}.pixel-footer5 .et_pb_column_1_4 h2{padding-bottom:20px!important}#page-container .pixel-footer5 .et_pb_column_1_4:first-child .et_pb_promo{max-width:100%!important}#page-container .pixel-footer5 .et_pb_column_1_4:first-child{width:100%!important;margin-right:0!important}#page-container .pixel-footer5 .et_pb_column_1_4:last-child{margin-right:0!important}#page-container .pixel-footer5 .et_pb_column_1_4{width:32%!important;margin-right:2%!important}.pixel-footer6 .et_pb_image:nth-child(2n+3){margin-right:2%!important}.pixel-footer6 .et_pb_image:nth-child(3n+4){margin-right:0!important}.pixel-footer6 .et_pb_image{width:32%!important;margin-right:2%!important;float:left}.pixel-footer2.pixel-footer6 .et_pb_column_1_3 .et_pb_promo{width:100%!important}}@media only screen and (max-width:767px){#page-container .pixel-footer1 .et_pb_column_1_4:last-child{width:48%!important}#page-container .pixel-footer1 .et_pb_column_1_4{width:48%!important;margin-right:4%}#page-container .pixel-footer1 .et_pb_column_1_4:nth-child(2n+2){margin-right:0!important}#page-container .pixel-footer1 .et_pb_column_1_4 .et_pb_social_media_follow{margin-left:-12px}#page-container .pixel-footer1 .et_pb_column_1_4 .et_pb_social_media_follow,#page-container .pixel-footer1 .et_pb_column_1_4 .et_pb_text{text-align:left!important}#page-container .pixel-footer1 .et_pb_column_4_4 .et_pb_text{text-align:center!important;padding:0!important}.pixel-footer2 .et_pb_contact_form p:nth-child(2),.pixel-footer2 .et_pb_contact_form p:nth-child(3){width:100%!important;margin-right:0!important;margin-left:0!important}.pixel-footer2 .et_pb_contact_form p{margin-bottom:40px!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:nth-child(2),body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:nth-child(2){width:100%!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:nth-child(2) .et_pb_promo,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:nth-child(2) .et_pb_promo{width:31%!important;margin-right:3%!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:last-child,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:last-child{display:none}.pixel-footer1 .et_pb_row:last-child .et_pb_text a,.pixel-footer2 .et_pb_row:last-child .et_pb_text a,.pixel-footer3 .et_pb_row:last-child .et_pb_text a,.pixel-footer4 .et_pb_row:last-child .et_pb_text a,.pixel-footer5 .et_pb_row:last-child .et_pb_text a,.pixel-footer6 .et_pb_row:last-child .et_pb_text a{display:inline-block}#page-container .pixel-footer1 .et_pb_newsletter_form,#page-container .pixel-footer4 .et_pb_newsletter_form{display:block!important}#page-container .pixel-footer1 .et_pb_newsletter_form p,#page-container .pixel-footer4 .et_pb_newsletter_form p{width:100%!important;margin-right:0;float:left;position:relative;margin-bottom:40px}#page-container .pixel-footer1 .et_pb_newsletter_form p:last-of-type,#page-container .pixel-footer4 .et_pb_newsletter_form p:last-of-type{width:100%!important}}@media only screen and (max-width:480px){#page-container .pixel-footer5 .et_pb_column_1_4{width:100%!important}#page-container .pixel-footer5 .et_pb_column_1_4 div{text-align:center!important}#page-container .pixel-footer2 .et_pb_promo_description a,#page-container .pixel-footer3 .et_pb_promo_description a,#page-container .pixel-footer4 .et_pb_promo_description a{text-align:center!important;display:block}#page-container .pixel-footer1 .et_pb_column_1_4 .et_pb_promo,#page-container .pixel-footer1 .et_pb_column_1_4 .et_pb_promo h2,#page-container .pixel-footer1 .et_pb_column_1_4 .et_pb_social_media_follow,#page-container .pixel-footer1 .et_pb_column_1_4 .et_pb_text,#page-container .pixel-footer2 .et_pb_column .et_pb_promo,#page-container .pixel-footer2 .et_pb_column .et_pb_promo h2,#page-container .pixel-footer3 .et_pb_column .et_pb_promo,#page-container .pixel-footer3 .et_pb_column .et_pb_promo h2,#page-container .pixel-footer3 .et_pb_column .et_pb_social_media_follow,#page-container .pixel-footer3 .et_pb_column .et_pb_text_inner,#page-container .pixel-footer4 .et_pb_column .et_pb_promo,#page-container .pixel-footer4 .et_pb_column .et_pb_promo h2,#page-container .pixel-footer4 .et_pb_column .et_pb_social_media_follow,#page-container .pixel-footer4 .et_pb_column .et_pb_text_inner,#page-container .pixel-footer5 .et_pb_column .et_pb_promo,#page-container .pixel-footer5 .et_pb_column .et_pb_promo h2{text-align:center!important}#page-container .pixel-footer1 .et_pb_column_1_4 .et_pb_promo h2{padding-bottom:15px!important}#page-container .pixel-footer1 .et_pb_column_1_4 .et_pb_text{margin-bottom:20px!important}#page-container .pixel-footer1 .et_pb_column_1_4{margin-bottom:30px!important}#page-container .pixel-footer1 .et_pb_column_1_4:last-child{width:100%!important;margin-bottom:0!important}#page-container .pixel-footer1 .et_pb_newsletter_form p,#page-container .pixel-footer4 .et_pb_newsletter_form p{width:100%!important;margin-right:0;position:relative;margin-bottom:20px}#page-container .pixel-footer1 .et_pb_newsletter_form p:last-of-type,#page-container .pixel-footer4 .et_pb_newsletter_form p:last-of-type{width:100%!important}.pixel-footer2 .et_pb_column_1_3 .et_pb_promo{width:100%!important;margin-right:0!important}#page-container .pixel-footer2 .et_pb_column .et_pb_promo h2{margin-bottom:0!important;padding-bottom:15px!important}.pixel-footer2 .et_pb_column_1_4:last-child{margin-bottom:0!important}#page-container .pixel-footer3 .et_pb_column_1_4,#page-container .pixel-footer4 .et_pb_column_1_4,#page-container .pixel-footer5 .et_pb_column_1_4,.pixel-footer2 .et_pb_column_1_4{margin-bottom:30px!important}#page-container .pixel-footer3 .et_pb_column_1_4:last-child,#page-container .pixel-footer4 .et_pb_column_1_4:last-child,#page-container .pixel-footer5 .et_pb_column_1_4:last-child,.pixel-footer2 .et_pb_column_1_4 .et_pb_promo_description{padding-bottom:0!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:last-child,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:last-child{display:block}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:nth-child(2) .et_pb_promo:last-child,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:nth-child(2) .et_pb_promo:last-child{margin-bottom:0!important}.pixel-footer4 .et_pb_row:nth-child(2) .et_pb_column_1_3:nth-child(2) .et_pb_promo,body.et-fb .pixel-footer4 .et_pb_row:nth-child(3) .et_pb_column_1_3:nth-child(2) .et_pb_promo{width:100%!important;margin-right:0!important;margin-bottom:20px!important}.pixel-footer6 .et_pb_image:nth-child(3n+4){margin-right:4%!important}.pixel-footer6 .et_pb_image:nth-child(2n+3){margin-right:0!important}.pixel-footer6 .et_pb_image{width:48%!important;margin-right:4%!important;float:left}#page-container .pixel-footer6 .et_pb_row:nth-child(2){padding-bottom:40px!important}#page-container .pixel-footer2 .et_pb_text{text-align:center!important}#page-container .pixel-footer2 .et_pb_column_1_4{width:100%!important;margin-right:0!important}#page-container .pixel-footer1 .et_pb_column_1_4 .et_pb_promo h2{text-align:left!important}}/*** === Pixie Free About Page Layout=== ***/
/*** Designed, Built & Created By Divi Den - https://seku.re/divi-den ***/
/*** Get Divi Theme Here: https://seku.re/get-divi ***/
/*** Make Someting Cool wioth Divi? Submit Your Site and WIN! - Free Entry: https://seku.re/showcase ***/
/*** Go To Divi Den Knowlege Base - https://seku.re/kb ***/
/*** Get Support Here: https://seku.re/support ***/
/*** Get Unlimited Automatic Computer Backups (incl. connected drives) for just $5 per month - 14day trial https://seku.re/unlimited-backup ***/

/** HEADER **/

#page-container .pixie-about-freebie-header {
    padding: 5vw 0 5vw !important;
}



@media only screen and (max-width: 980px) {
    #page-container .pixie-about-freebie-header .et_pb_promo_description {
        padding-bottom: 0 !important;
        text-align: center !important;
    }

    #page-container .pixie-about-freebie-header {
        padding: 100px 0 !important;
    }

    #page-container .pixie-about-freebie-header .et_pb_button_wrapper {
        text-align: center !important;
    }

    #page-container .pixie-about-freebie-header .et_pb_space {
        margin: 0 auto 20px !important;
    }

    #page-container .pixie-about-freebie-header .et_pb_promo_description h2 {
        padding-bottom: 30px !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .pixie-about-freebie-header {
        padding: 60px 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pixie-about-freebie-header .et_pb_promo.et_pb_promo .et_pb_button.et_pb_promo_button {
        padding: 15px 40px !important;
    }
}

/** CONTENT **/

.pixie-about-freebie-content p strong{
    color: #000 !important;
}
.pixie-about-freebie-content .et_pb_column_2_3 .et_pb_image img {
    display: block !important;
    width: 100% !important;
}

.pixie-about-freebie-content .et_pb_column_1_3 {
    width: 34% !important;
}

.pixie-about-freebie-content .et_pb_column_2_3 {
    width: 57% !important;
    margin-right: 8.7% !important;
}

.pixie-about-freebie-content .et_pb_blurb {
    cursor: pointer;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    .pixie-about-freebie-content .et_pb_column_1_4 .et_pb_blurb {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .pixie-about-freebie-content .et_pb_column_1_4 {
        padding-left: 0 !important;
    }

    .pixie-about-freebie-content .et_pb_row {
        width: 90% !important;
    }

    .pixie-about-freebie-content .et_pb_column_2_3 {
        width: 57% !important;
        margin-right: 4% !important;
    }

    .pixie-about-freebie-content .et_pb_column_1_3 {
        width: 39% !important;
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 980px) {
    .pixie-about-freebie-content .et_pb_column_1_3 {
        width: 47% !important;
    }

    .pixie-about-freebie-content .et_pb_column_2_3 {
        width: 49% !important;
        margin-right: 4% !important;
    }
}

@media only screen and (max-width: 767px) {
    .pixie-about-freebie-content .et_pb_column_1_3 {
        width: 100% !important;
    }

    .pixie-about-freebie-content .et_pb_column_2_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pixie-about-freebie-content .et_pb_column_1_4:not(:last-child) {
        margin-bottom: 30px !important;
    }
}

.pixie-about-freebie-content .et_pb_blurb:hover .et_pb_blurb_description {
    -webkit-animation: fadeIn 5s infinite;
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1
}

.pixie-about-freebie-content .et_pb_blurb .et_pb_blurb_container h4 {
    transition: 0.3s;
}

/*Hover*/

.pixie-about-freebie-content .et_pb_blurb .et_pb_blurb_container h4,
.pixie-about-freebie-content .et_pb_blurb .et_pb_blurb_description {
    transition-delay: 0.3s;
}

.pixie-about-freebie-content .et_pb_blurb_container h4:after {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    margin: 20px 0 -20px;
    transition-delay: 0s;
}

.pixie-about-freebie-content .et_pb_blurb:hover .et_pb_blurb_container h4 {
    transform: translate(0, -6px);
    transition-delay: 0s !important;
}

.pixie-about-freebie-content .et_pb_blurb:hover .et_pb_blurb_container h4:after {
    width: 100%;
    transition-delay: 0.3s;
}

.pixie-about-freebie-content .et_pb_blurb:hover .et_pb_blurb_description {
    transform: translate(0, 6px);
    transition-delay: 0s;
}

/** BLURB **/

.pixie-about-freebie-blurb .et_pb_blurb {
    cursor: pointer;
}

.pixie-about-freebie-blurb .et_pb_blurb_container h4:before {
    content: "$";
    display: inline-block;
    font-family: ETmodules;
    font-weight: 300;
    vertical-align: middle;
    width: 0;
    overflow: hidden;
    transition: 0.3s !important;
}

.pixie-about-freebie-blurb .et_pb_blurb:hover .et_pb_blurb_container h4:before {
    width: 30px !important;
}

.pixie-about-freebie-blurb .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 0.8s infinite;
    animation: fadeIn 0.8s infinite;
    animation-iteration-count: 1;
}

.pixie-about-freebie-blurb .et_pb_blurb .et_pb_blurb_container {
    padding-left: 41px;
}

/*Responsive*/

@media only screen and (max-width: 980px) {
    .pixie-about-freebie-blurb .et_pb_column_1_2 {
        width: 50% !important;
    }

    #page-container .pixie-about-freebie-blurb .et_pb_blurb {
        padding: 30px !important;
    }

    .pixie-about-freebie-blurb .et_pb_blurb .et_pb_main_blurb_image {
        display: block !important;
        margin: 0 auto 10px !important;
    }

    .pixie-about-freebie-blurb .et_pb_blurb .et_pb_blurb_container {
        display: block !important;
        padding: 0 !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .pixie-about-freebie-blurb .et_pb_blurb {
        padding: 20px !important;
    }

    .pixie-about-freebie-blurb .et_pb_row {
        border: none !important;
    }

    .pixie-about-freebie-blurb .et_pb_column_1_2 {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #e7e7e7;
    }

    .pixie-about-freebie-blurb .et_pb_row:last-child .et_pb_column_1_2:last-child {
        border: none !important;
        margin-bottom: 0 !important;
    }
}

/** BLOG **/

/*General*/

.pixie-about-freebie-blog .et_pb_posts article:nth-child(2n + 1) {
    clear: both;
}

.pixie-about-freebie-blog .et_pb_posts article:nth-child(2n + 2),
.pixie-about-freebie-blog .et_pb_posts article:last-child {
    margin-right: 0 !important;
}

.pixie-about-freebie-blog .et_pb_posts article {
    width: 47% !important;
    margin-right: 6% !important;
    float: left;
    clear: none;
    border: none !important;
}

.pixie-about-freebie-blog .et_pb_posts article .entry-featured-image-url img {
    display: block !important;
    width: 100% !important;
}

.pixie-about-freebie-blog .et_pb_posts article a[rel="category tag"]:not(:last-of-type):after {
    content: ",";
    display: inline-block;
    margin-right: 5px;
}

.pixie-about-freebie-blog .et_pb_posts article a.more-link,
.pixie-about-freebie-blog .et_pb_posts article .post-meta a,
.pixie-about-freebie-blog .et_pb_posts article a[rel="category tag"] {
    transition: 0.3s;
}

.pixie-about-freebie-blog .et_pb_posts article a.more-link:hover,
.pixie-about-freebie-blog .et_pb_posts article .post-meta a:hover,
.pixie-about-freebie-blog .et_pb_posts article .categories a:hover {
    opacity: 0.5;
}

/*Blog 1*/

.pixie-about-freebie-blog .et_pb_posts article .post-content {
    padding-bottom: 3.4vw !important;
    padding-left: 0.3vw;
    padding-top: 9px;
    line-height: 160%;
}

.pixie-about-freebie-blog .et_pb_posts article .post-meta .published {
    position: absolute;
    bottom: 6px;
    right: 0;
}

.pixie-about-freebie-blog .et_pb_posts article .post-meta .author.vcard {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 24px;
    padding: 3px 0 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0.3vw;
    width: 100%;
}

.pixie-about-freebie-blog .et_pb_posts article .post-meta .published,
.pixie-about-freebie-blog .et_pb_posts article .post-meta .author.vcard a {
    text-transform: capitalize !important;
}

.pixie-about-freebie-blog .et_pb_posts article .post-meta .published:before {
    vertical-align: middle;
}

.pixie-about-freebie-blog .et_pb_posts article .post-meta .published:before,
.pixie-about-freebie-blog .et_pb_posts article .post-meta .author.vcard a:before {
    font-family: ETmodules;
    text-transform: lowercase;
    margin-right: 9px;
    color: #a7a7a7;
    font-weight: 700;
    content: "l";
    margin-left: 3px;
}

.pixie-about-freebie-blog .et_pb_posts article .post-meta .author.vcard a:before {
    content: "l";
}

.pixie-about-freebie-blog .et_pb_posts article .post-meta .published:before {
    content: "";

}

.pixie-about-freebie-blog .et_pb_posts article .post-meta .published {
    font-size: 16px;
}

.pixie-about-freebie-blog .et_pb_posts article .post-meta {
    margin-bottom: 0 !important;
    font-size: 0;
    padding-left: 0.3vw !important;
}

.pixie-about-freebie-blog .et_pb_posts article h2.entry-title {
    margin-top: 19px;
    padding-left: 0.3vw;
}

/*Hovers*/

.pixie-about-freebie-blog .et_pb_posts article .entry-featured-image-url:after,
.pixie-about-freebie-blog .et_pb_posts article .entry-featured-image-url:before {
    transition: 0.3s;
}

.pixie-about-freebie-blog .et_pb_posts article {
    cursor: pointer;
}

.pixie-about-freebie-blog .et_pb_posts article .entry-featured-image-url {
    overflow: hidden;
    margin-bottom: 0 !important;
    background-color: #000 !important;
}

.pixie-about-freebie-blog .et_pb_posts article:hover:before {
    width: 32%;
    opacity: 1;
}

.pixie-about-freebie-blog .et_pb_posts article:before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    width: 0%;
    border-top: 1px solid #fff;
    z-index: 1;
    top: 179px;
    height: 0;
    left: 5vw;
    transition: 0.3s;
}

.pixie-about-freebie-blog .et_pb_posts article .entry-featured-image-url:before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    z-index: 1;
}

.pixie-about-freebie-blog .et_pb_posts article .entry-featured-image-url:after {
    content: 'Read More';
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translate(80%, -50%);
    width: 80%;
    font-size: 24px;
    text-align: right;
    font-family: 'Playfair Display', Georgia, "Times New Roman", serif !important;
}

.pixie-about-freebie-blog .et_pb_posts article:hover .entry-featured-image-url:after {
    opacity: 1;
    transform: translate(0, -50%);
}

.pixie-about-freebie-blog .et_pb_posts article:hover .entry-featured-image-url:before {
    transition-delay: 0.3s;
    opacity: 1;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
}

.pixie-about-freebie-blog .et_pb_posts article:hover .entry-featured-image-url img {
    opacity: 0.5;
}

.pixie-about-freebie-blog article:hover .post-content,
.pixie-about-freebie-blog article:hover .post-meta,
.pixie-about-freebie-blog article:hover h2.entry-title {
    -webkit-animation: fadeIn 0.8s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.8s infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.pixie-about-freebie-blog .et_pb_posts article .entry-featured-image-url {
    max-height: 344px;
}

/*Responsive*/

@media only screen and (max-width: 1450px) {
    .pixie-about-freebie-blog .et_pb_posts article .entry-featured-image-url {
        max-height: 238px;
    }

    .pixie-about-freebie-blog .et_pb_posts article:before {
        top: 119px;
    }

    .pixie-about-freebie-blog .et_pb_posts article:hover:before {
        width: 26%;
    }
}

@media only screen and (max-width: 1390px) {
    .pixie-about-freebie-blog .et_pb_posts article .bottom_box .author.vcard a,
    .pixie-about-freebie-blog .et_pb_posts article .bottom_box span.comment {
        text-transform: capitalize !important;
        display: inline-block;
    }

    .pixie-about-freebie-blog .et_pb_posts article .post-content {
        padding-bottom: 70px !important;
    }
}

@media only screen and (max-width: 980px) {
    .pixie-about-freebie-blog .et_pb_posts article .entry-featured-image-url {
        max-height: 186px;
    }

    .pixie-about-freebie-blog .et_pb_posts article:before {
        top: 94px;
    }

    .pixie-about-freebie-blog .et_pb_posts article:hover:before {
        width: 23%;
    }
}

@media only screen and (max-width: 767px) {
    .pixie-about-freebie-blog .et_pb_posts article h2.entry-title {
        height: auto !important;
    }

    .pixie-about-freebie-blog .et_pb_posts article {
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }

    .pixie-about-freebie-blog .et_pb_posts article .entry-featured-image-url {
        max-height: 248px;
    }

    .pixie-about-freebie-blog .et_pb_posts article:before {
        top: 125px;
        left: 50px;
    }

    .pixie-about-freebie-blog .et_pb_posts article:hover:before {
        width: 30%;
    }
}

@media only screen and (max-width: 480px) {
    .pixie-about-freebie-blog .et_pb_posts article .entry-featured-image-url {
        max-height: 175px;
    }

    .pixie-about-freebie-blog .et_pb_posts article .entry-featured-image-url:after {
        font-size: 16px !important;
    }

    .pixie-about-freebie-blog .et_pb_posts article:before {
        top: 89px;
        left: 50px;
    }
}

/** FOOTER **/

/*General*/

.pixie-about-freebie-footer a {
    color: inherit !important;
}

.pixie-about-freebie-footer a:hover {
    opacity: 0.5 !important;
}

/* Change color of social media icons */
.pixie-about-freebie-footer .et_pb_social_media_follow li a.icon::before {
    color: #000;
}

/*** Footers Colored Links ***/

#page-container .pixie-about-freebie-footer .et_pb_newsletter_form p:last-of-type {
    width: 29% !important;
}

#page-container .pixie-about-freebie-footer .et_pb_newsletter_form p:first-of-type {
    width: 65.5% !important;
    margin-right: 5.2%;
}

/*Columnes*/

#page-container .pixie-about-freebie-footer .et_pb_column_1_4:last-child {
    width: 33% !important;
}

#page-container .pixie-about-freebie-footer .et_pb_column_1_4 {
    width: 16% !important;
}

/*Focus*/

.pixie-about-freebie-footer .et_pb_newsletter p {
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 1390px) {
    #page-container .pixie-about-freebie-footer .et_pb_newsletter {
        padding-left: 0 !important;
    }

    #page-container .pixie-about-freebie-footer .et_pb_newsletter .et_pb_newsletter_button.et_pb_button {
        padding: 10px 1vw !important;
    }

}

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    #page-container .pixie-about-freebie-footer .et_pb_column_1_2 .et_pb_text_inner {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 980px) {
    #page-container .pixie-about-freebie-footer .et_pb_newsletter_form {
        display: block !important;
        width: 100% !important;
        padding-left: 0 !important;
    }

    #page-container .pixie-about-freebie-footer .et_pb_newsletter_form p:first-of-type {
        width: 65% !important;
        margin-right: 5%;
        float: left;
    }

    #page-container .pixie-about-freebie-footer .et_pb_newsletter_form p:last-of-type {
        width: 30% !important;
        float: left;
    }

    #page-container .pixie-about-freebie-footer .et_pb_column_1_2 .et_pb_text_inner {
        text-align: center !important;
    }

    #page-container .pixie-about-freebie-footer .et_pb_column_1_4:last-child {
        width: 25% !important;
    }

    #page-container .pixie-about-freebie-footer .et_pb_column_1_4 {
        width: 22% !important;
        margin-right: 2%;
    }

    #page-container .pixie-about-freebie-footer .et_pb_column_1_2 .et_pb_text_inner {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .pixie-about-freebie-footer .et_pb_column_1_4:last-child {
        width: 48% !important;
    }

    #page-container .pixie-about-freebie-footer .et_pb_column_1_4 {
        width: 48% !important;
        margin-right: 4%;
    }

    #page-container .pixie-about-freebie-footer .et_pb_column_1_4:nth-child(2n + 2) {
        margin-right: 0 !important;
    }

    #page-container .pixie-about-freebie-footer .et_pb_column_1_4 .et_pb_social_media_follow {
        margin-left: -12px;
    }

    #page-container .pixie-about-freebie-footer .et_pb_column_1_4 .et_pb_social_media_follow,
    #page-container .pixie-about-freebie-footer .et_pb_column_1_4 .et_pb_text {
        text-align: left !important;
    }

    #page-container .pixie-about-freebie-footer .et_pb_column_4_4 .et_pb_text {
        text-align: center !important;
        padding: 0 !important;
    }

    .pixie-about-freebie-footer .et_pb_row:last-child .et_pb_text a {
        display: inline-block;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pixie-about-freebie-footer .et_pb_column_1_4 .et_pb_social_media_follow,
    #page-container .pixie-about-freebie-footer .et_pb_column_1_4 .et_pb_text,
    #page-container .pixie-about-freebie-footer .et_pb_column_1_4 .et_pb_promo,
    #page-container .pixie-about-freebie-footer .et_pb_column_1_4 .et_pb_promo h2 {
        text-align: center !important;
    }

    #page-container .pixie-about-freebie-footer .et_pb_column_1_4 .et_pb_promo h2 {
        padding-bottom: 15px !important;
    }

    #page-container .pixie-about-freebie-footer .et_pb_column_1_4 .et_pb_text {
        margin-bottom: 20px !important;
    }

    #page-container .pixie-about-freebie-footer .et_pb_column_1_4 {
        margin-bottom: 30px !important;
    }

    #page-container .pixie-about-freebie-footer .et_pb_column_1_4:last-child {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    #page-container .pixie-about-freebie-footer .et_pb_newsletter_form p:first-of-type {
        width: 100% !important;
        margin-right: 0;
        position: relative;
        margin-bottom: 20px;
    }

    #page-container .pixie-about-freebie-footer .et_pb_newsletter_form p:last-of-type {
        width: 100% !important;
    }
}
/** HEADER  **/

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .pixie_freebie_header .et_pb_row .et_pb_promo_description h2 {
        font-size: 60px !important;
    }

    .pixie_freebie_header .et_pb_row .et_pb_promo {
        padding-bottom: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    .pixie_freebie_header .et_pb_row .et_pb_promo:after {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 11px;
    }
}

@media only screen and (max-width: 481px) {
    .pixie_freebie_header .et_pb_row .et_pb_column {
        float: none;
    }
}

/** BLOG **/

/*General*/

.pixie_freebie_posts .et_pb_posts article:nth-child(2n + 1) {
    clear: both;
}

.pixie_freebie_posts .et_pb_posts article:nth-child(2n + 2),
.pixie_freebie_posts .et_pb_posts article:last-child {
    margin-right: 0 !important;
}

.pixie_freebie_posts .et_pb_posts article {
    width: 47% !important;
    margin-right: 6% !important;
    float: left;
    clear: none;
}

.pixie_freebie_posts .et_pb_posts article .entry-featured-image-url img {
    display: block !important;
    width: 100% !important;
}

.pixie_freebie_posts .et_pb_posts article a[rel="category tag"]:not(:last-of-type):after{
    content: ",";
    display: inline-block;
    margin-right: 5px;
}

.pixie_freebie_posts .et_pb_posts article a.more-link,
.pixie_freebie_posts .et_pb_posts article .post-meta a,
.pixie_freebie_posts .et_pb_posts article a[rel="category tag"] {
    transition: 0.3s;
}

.pixie_freebie_posts .et_pb_posts article a.more-link:hover,
.pixie_freebie_posts .et_pb_posts article .post-meta a:hover,
.pixie_freebie_posts .et_pb_posts article .categories a:hover {
    opacity: 0.5;
}

/*Blog 1*/

.pixie_freebie_blog .et_pb_posts article .post-content {
    padding-bottom: 3.4vw !important;
    padding-left: 0.3vw;
    padding-top: 9px;
    line-height: 160%;
}

.pixie_freebie_blog .et_pb_posts article .post-meta .published {
    position: absolute;
    bottom: 6px;
    right: 0;
}

.pixie_freebie_blog .et_pb_posts article .post-meta .author.vcard {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 24px;
    padding: 3px 0 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0.3vw;
    width: 100%;
}

.pixie_freebie_blog .et_pb_posts article .post-meta .published,
.pixie_freebie_blog .et_pb_posts article .post-meta .author.vcard a {
    text-transform: capitalize !important;
}

.pixie_freebie_blog .et_pb_posts article .post-meta .published:before {
    vertical-align: middle;
}

.pixie_freebie_blog .et_pb_posts article .post-meta .published:before,
.pixie_freebie_blog .et_pb_posts article .post-meta .author.vcard a:before {
    font-family: ETmodules;
    text-transform: lowercase;
    margin-right: 9px;
    color: #000;
    font-weight: 700;
    content: "l";
    margin-left: 3px;
}

.pixie_freebie_blog .et_pb_posts article .post-meta .author.vcard a:before {
    content: "l";
}

.pixie_freebie_blog .et_pb_posts article .post-meta .published:before {
    content: "";

}

.pixie_freebie_blog .et_pb_posts article .post-meta .published {
    font-size: 16px;
}

.pixie_freebie_blog .et_pb_posts article .post-meta {
    margin-bottom: 0 !important;
    font-size: 0;
    padding-left: 0.3vw !important;
}

.pixie_freebie_posts .et_pb_posts article h2.entry-title {
    margin-top: 19px;
    padding-left: 0.3vw;
}

/*Hovers*/

.pixie_freebie_blog .et_pb_posts article .entry-featured-image-url:after,
.pixie_freebie_blog .et_pb_posts article .entry-featured-image-url:before {
    transition: 0.3s;
}

.pixie_freebie_posts .et_pb_posts article {
    cursor: pointer;
}

.pixie_freebie_posts .et_pb_posts article .entry-featured-image-url {
    overflow: hidden;
    margin-bottom: 0 !important;
    background-color: #000 !important;
}

.pixie_freebie_blog .et_pb_posts article:hover:before {
    width: 32%;
    opacity: 1;
}

.pixie_freebie_blog .et_pb_posts article:before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    width: 0%;
    border-top: 1px solid #fff;
    z-index: 1;
    top: 179px;
    height: 0;
    left: 5vw;
    transition: 0.3s;
}

.pixie_freebie_blog .et_pb_posts article .entry-featured-image-url:before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    z-index: 1;
}

.pixie_freebie_blog .et_pb_posts article .entry-featured-image-url:after {
    content: 'Read More';
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translate(80%, -50%);
    width: 80%;
    font-size: 24px;
    text-align: right;
    font-family: 'Playfair Display', Georgia, "Times New Roman", serif !important;
}

.pixie_freebie_blog .et_pb_posts article:hover .entry-featured-image-url:after {
    opacity: 1;
    transform: translate(0, -50%);
}

.pixie_freebie_blog .et_pb_posts article:hover .entry-featured-image-url:before {
    transition-delay: 0.3s;
    opacity: 1;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
}

.pixie_freebie_blog .et_pb_posts article:hover .entry-featured-image-url img {
    opacity: 0.5;
}

.pixie_freebie_posts article:hover .post-content,
.pixie_freebie_posts article:hover .post-meta,
.pixie_freebie_posts article:hover h2.entry-title {
    -webkit-animation: fadeIn 0.8s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.8s infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.pixie_freebie_posts .et_pb_posts article .entry-featured-image-url {
    max-height: 344px;
}

/*Responsive*/

@media only screen and (max-width: 1450px) {
    .pixie_freebie_posts .et_pb_posts article .entry-featured-image-url {
        max-height: 238px;
    }

    .pixie_freebie_blog .et_pb_posts article:before {
        top: 119px;
    }

    .pixie_freebie_blog .et_pb_posts article:hover:before {
        width: 26%;
    }
}

@media only screen and (max-width: 1390px) {
    .pixie_freebie_blog .et_pb_posts article .bottom_box .author.vcard a,
    .pixie_freebie_blog .et_pb_posts article .bottom_box span.comment {
        text-transform: capitalize !important;
        display: inline-block;
    }

    .pixie_freebie_blog .et_pb_posts article .post-content {
        padding-bottom: 70px !important;
    }
}

@media only screen and (max-width: 980px) {
    .pixie_freebie_posts .et_pb_posts article .entry-featured-image-url {
        max-height: 186px;
    }

    .pixie_freebie_blog .et_pb_posts article:before {
        top: 94px;
    }

    .pixie_freebie_blog .et_pb_posts article:hover:before {
        width: 23%;
    }
}

@media only screen and (max-width: 767px) {
    .pixie_freebie_posts .et_pb_posts article h2.entry-title {
        height: auto !important;
    }

    .pixie_freebie_posts .et_pb_posts article {
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }

    .pixie_freebie_posts .et_pb_posts article .entry-featured-image-url {
        max-height: 248px;
    }

    .pixie_freebie_blog .et_pb_posts article:before {
        top: 125px;
        left: 50px;
    }

    .pixie_freebie_blog .et_pb_posts article:hover:before {
        width: 30%;
    }
}

@media only screen and (max-width: 480px) {
    .pixie_freebie_posts .et_pb_posts article .entry-featured-image-url {
        max-height: 175px;
    }

    .pixie_freebie_blog .et_pb_posts article .entry-featured-image-url:after {
        font-size: 16px !important;
    }

    .pixie_freebie_blog .et_pb_posts article:before {
        top: 89px;
        left: 50px;
    }
}

/** FOOTER **/

/*General*/

.pixie_freebie_footer a {
    color: inherit !important;
}

.pixie_freebie_footer a:hover {
    opacity: 0.5 !important;
}

/* Change color of social media icons */
.pixie_freebie_footer .et_pb_social_media_follow li a.icon::before {
    color: #000;
}

/*** Footers Colored Links ***/

#page-container .pixie_freebie_footer .et_pb_newsletter_form p:last-of-type {
    width: 29% !important;
}

#page-container .pixie_freebie_footer .et_pb_newsletter_form p:first-of-type {
    width: 65.5% !important;
    margin-right: 5.2%;
}


/*Columnes*/

#page-container .pixie_freebie_footer .et_pb_column_1_4:last-child {
    width: 33% !important;
}

#page-container .pixie_freebie_footer .et_pb_column_1_4 {
    width: 16% !important;
}

/*Focus*/

.pixie_freebie_footer .et_pb_newsletter p {
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 1390px) {
    #page-container .pixie_freebie_footer .et_pb_newsletter {
        padding-left: 0 !important;
    }

    #page-container .pixie_freebie_footer .et_pb_newsletter .et_pb_newsletter_button.et_pb_button {
        padding: 10px 1vw !important;
    }

}

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    #page-container .pixie_freebie_footer .et_pb_column_1_2 .et_pb_text_inner {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 980px) {
    #page-container .pixie_freebie_footer .et_pb_newsletter_form {
        display: block !important;
        width: 100% !important;
        padding-left: 0 !important;
    }

    #page-container .pixie_freebie_footer .et_pb_newsletter_form p:first-of-type {
        width: 65% !important;
        margin-right: 5%;
        float: left;
    }

    #page-container .pixie_freebie_footer .et_pb_newsletter_form p:last-of-type {
        width: 30% !important;
        float: left;
    }

    #page-container .pixie_freebie_footer .et_pb_column_1_2 .et_pb_text_inner {
        text-align: center !important;
    }

    #page-container .pixie_freebie_footer .et_pb_column_1_4:last-child {
        width: 25% !important;
    }

    #page-container .pixie_freebie_footer .et_pb_column_1_4 {
        width: 22% !important;
        margin-right: 2%;
    }

    #page-container .pixie_freebie_footer .et_pb_column_1_2 .et_pb_text_inner {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .pixie_freebie_footer .et_pb_column_1_4:last-child {
        width: 48% !important;
    }

    #page-container .pixie_freebie_footer .et_pb_column_1_4 {
        width: 48% !important;
        margin-right: 4%;
    }

    #page-container .pixie_freebie_footer .et_pb_column_1_4:nth-child(2n + 2) {
        margin-right: 0 !important;
    }

    #page-container .pixie_freebie_footer .et_pb_column_1_4 .et_pb_social_media_follow {
        margin-left: -12px;
    }

    #page-container .pixie_freebie_footer .et_pb_column_1_4 .et_pb_social_media_follow,
    #page-container .pixie_freebie_footer .et_pb_column_1_4 .et_pb_text {
        text-align: left !important;
    }

    #page-container .pixie_freebie_footer .et_pb_column_4_4 .et_pb_text {
        text-align: center !important;
        padding: 0 !important;
    }

    .pixie_freebie_footer .et_pb_row:last-child .et_pb_text a {
        display: inline-block;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pixie_freebie_footer .et_pb_column_1_4 .et_pb_social_media_follow,
    #page-container .pixie_freebie_footer .et_pb_column_1_4 .et_pb_text,
    #page-container .pixie_freebie_footer .et_pb_column_1_4 .et_pb_promo,
    #page-container .pixie_freebie_footer .et_pb_column_1_4 .et_pb_promo h2 {
        text-align: center !important;
    }

    #page-container .pixie_freebie_footer .et_pb_column_1_4 .et_pb_promo h2 {
        padding-bottom: 15px !important;
    }

    #page-container .pixie_freebie_footer .et_pb_column_1_4 .et_pb_text {
        margin-bottom: 20px !important;
    }

    #page-container .pixie_freebie_footer .et_pb_column_1_4 {
        margin-bottom: 30px !important;
    }

    #page-container .pixie_freebie_footer .et_pb_column_1_4:last-child {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    #page-container .pixie_freebie_footer .et_pb_newsletter_form p:first-of-type {
        width: 100% !important;
        margin-right: 0;
        position: relative;
        margin-bottom: 20px;
    }

    #page-container .pixie_freebie_footer .et_pb_newsletter_form p:last-of-type {
        width: 100% !important;
    }
}

/* Global CSS */

/*** Pixie Header 1  ***/

/*** Pixie Header 2  ***/

.pixie_header2 .et_pb_blurb:hover:before,
.pixie_header2 .et_pb_blurb:hover:after {
    transform: scale(1.1);
}

.pixie_header2 a.et_pb_button:hover {
    transition: 0.6s !important;
}

/* Responsive */

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

    .pixie_header2 .et_pb_button {
        width: 100% !important;
        text-align: center;
    }

    body #page-container .pixie_header2 .et_pb_button:hover,
    body .pixie_header2 .et_pb_button {
        margin-left: 0 !important;
    }

    body .pixie_header2 .et_pb_button_alignment_right {
        margin-bottom: 20px !important;
    }

}

/*** Pixie Header 3  ***/

.pixie_header3 .showreel .et_pb_main_blurb_image a {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    width: 119px;
    height: 119px;
    display: block !important;
    margin: 0 auto;
    position: relative;

}

.pixie_header3 .showreel .et_pb_main_blurb_image a .et-pb-icon {
    transition: all 0.3s;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
}

.pixie_header3 .showreel .et_pb_main_blurb_image a:hover .et-pb-icon {
    transform: scale(1.1) translate(-50%, -50%);
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 5px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 5px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 5px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 5px rgba(232, 76, 61, 0);
    }
}

.pixie_header3 .showreel .et_pb_blurb_description {
    margin-top: -22px !important;
}

/*** Pixie Header 4  ***/

/** Icon and Circle Size **/

.pixie-header4 .et-pb-icon-circle {
    padding: 15.1px !important;
}

.pixie-header4 .et_pb_image_wrap {
    max-width: 100% !important;
}

.et_pb_blurb_4 .et-pb-icon {
    font-size: 40px;
}

/** Icon animation **/
.video_play_section .et_pb_main_blurb_image .et-pb-icon,
.pixie-header4 .et_pb_main_blurb_image .et-pb-icon {
    border-radius: 0 !important;
}

.video_play_section .et_pb_main_blurb_image a:hover,
.pixie-header4 .et_pb_main_blurb_image a:hover {
    transform: scale(0.9);

}

.video_play_section .et_pb_main_blurb_image a,
.pixie-header4 .et_pb_main_blurb_image a {
    transition: all 0.3s;
    transform: scale(1);
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
}

#page-container .pixie-header4 .et_pb_button_wrapper a.et_pb_promo_button {
    padding: 15px 34px !important;
}

/* Pixie Header 5 */

#page-container .pixie-header5 .et_pb_row .et_pb_column_1_3{
    margin-left: 19.2%;
    width: 26%;
}
#page-container .pixie-header5 .et_pb_row .et_pb_column_2_3{
    padding-right: 0 !important;
    width: 49.2%;
    float: right !important;
}
#page-container .pixie-header5 .et_pb_row{
    margin-left: 0 !important;
    display: block !important;
}
#page-container .pixie-header5 .et_pb_column_1_3 .et_pb_promo {
    padding-right: 0 !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    max-width: 385px;
}

.pixie-header5 .et_pb_image .et_pb_image_wrap img ,
.pixie-header5 .et_pb_image .et_pb_image_wrap{
    display: block !important;
    width: 100% !important;
}

.pixie-header5 .et_pb_image img {
    z-index: 1;
}

.pixie-header6 .et_pb_main_blurb_image a .et-pb-icon {
    border-radius: 0 !important;
}

.pixie-header6 .et_pb_main_blurb_image a:hover {
    transform: scale(0.96);

}

.pixie-header6 .et_pb_main_blurb_image a {
    transition: all 0.1s;
    transform: scale(1);
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
}

/* Pixie Header 7 */

#page-container #main-content .pixie-header7 .et_pb_promo .et_pb_button.et_pb_promo_button {
    padding: 15px 72px!important;
}

/* Pixie Header 8 */

.pixie-header8 .et_pb_blurb_container h4 {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pixie-header8 .et_pb_blurb_description {
    max-width: 309px;
}

.pixie-header8 .et_pb_column .et_pb_blurb:hover:before {
    opacity: 0.2;
}

.pixie-header8 .et_pb_column .et_pb_blurb {
    width: 25% !important;
    float: left;
    transition: 0.3s !important;
    cursor: pointer;
}

.pixie-header8 .et_pb_column .et_pb_blurb.noHover {
    width: 22% !important;
    padding-left: 1vw !important;
    padding-right: 1vw !important;
}

body.et-fb .pixie-header8 .et_pb_column .et_pb_blurb:hover,
.pixie-header8 .et_pb_column .et_pb_blurb.hover {
    width: 34% !important;

}

.pixie-header8 .et_pb_blurb.hover .et_pb_blurb_description {
    text-shadow: 0 0 1px #000;
}

.pixie-header8 .et_pb_blurb .et_pb_main_blurb_image{
    left: 0;
}
.pixie-header8 .et_pb_blurb .et_pb_main_blurb_image span {
    opacity: 1 !important;
}

/* Pixie Header 9 */

.pixie-header9 .et_pb_text p a {
    margin-left: 2.6%;
    display: inline-block;
}

/* Change links color*/

.pixie-header9 a {
    color: #fff !important;
}

.pixie-header9 a:hover {
    color: #a7a7a7 !important;
}

.pixie-header9 .et_pb_text a {
    margin-left: 2.6% !important;
    display: inline-block;
}

/* Pixie Header 9 */

body.et-fb .pixie-header10 .et_pb_blurb:nth-child(3n + 5),
body:not(.et-fb) .pixie-header10 .et_pb_blurb:nth-child(3n + 3) {
    margin-right: 0 !important;
}

.pixie-header10 .et_pb_blurb {
    width: 22.5% !important;
    margin-right: 15.6% !important;
    float: left;
    margin-bottom: 62px !important;
}

.pixie-header10 .et_pb_blurb .et_pb_blurb_description,
.pixie-header10 .et_pb_blurb .et_pb_main_blurb_image {
    transition: 0.3s !important;
}

.pixie-header10 .et_pb_blurb:hover .et_pb_blurb_description {
    transform: translate(0, -9px);
}

.pixie-header10 .et_pb_blurb:hover .et_pb_main_blurb_image {
    transform: translate(0, 10px);
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    .pixie-header5 .et_pb_promo {
        max-width: 650px !important;
    }

    body #page-container .pixie-header5 .et_pb_promo .et_pb_button {
        width: auto !important;
    }

    .pixie-header10 .et_pb_blurb .et_pb_main_blurb_image {
        padding: 40px !important;
    }
}

@media only screen and (max-width: 1700px) {
    #page-container .pixie-header5 .et_pb_row .et_pb_column_1_3 {
        margin-left: 10%;
        width: 38%;
        padding-top: 0;
    }

    #page-container .pixie-header5 .et_pb_column_1_3 .et_pb_promo {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1390px) {
    /*header5*/
    .pixie-header5 .et_pb_promo .et_pb_promo_description h2 {
        padding-bottom: 20px !important;
    }

    .pixie-header5 .et_pb_promo .et_pb_button.et_pb_promo_button {
        margin-top: 0 !important;
    }

    #page-container .pixie-header5 .et_pb_row .et_pb_column_1_3 {
        margin-left: 6%;
        width: 42%;
        padding-top: 0;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .pixie_header1 .et_pb_row .et_pb_promo_description h2 {
        font-size: 60px !important;
    }

    .pixie_header1 .et_pb_row .et_pb_promo {
        padding-bottom: 50px !important;
    }

    .pixie_header3 .et_pb_text {
        font-size: 290px !important;
    }

    .pixie-header5 .et_pb_promo .et_pb_promo_description h2 {
        font-size: 40px !important;
    }

    .pixie-header5 .et_pb_column {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 980px) {
    /*header2*/
    #page-container .pixie_header2 .et_pb_promo_description {
        padding-bottom: 20px !important;
    }

    #page-container .pixie_header2 .et_pb_promo_description h2 {
        padding-bottom: 10px;
    }

    #page-container .pixie_header3 .et_pb_blurb .et_pb_main_blurb_image {
        padding-bottom: 0 !important;
    }

    #page-container .pixie-header4 .et_pb_promo_description {
        padding-bottom: 20px !important;
    }

    body #page-container .pixie-header5 .et_pb_promo .et_pb_button {
        width: auto !important;
    }

    #page-container .pixie-header5 .et_pb_column_1_3 .et_pb_promo {
        padding-left: 0 !important;
    }

    #page-container .pixie-header5 .et_pb_row .et_pb_column_1_3 {
        padding-bottom: 40px;
    }

    #page-container .pixie-header6 .et_pb_main_blurb_image {
        margin-bottom: 30px !important;
    }

    #page-container .pixie-header7 .et_pb_button_wrapper {
        text-align: center !important;
    }

    #page-container .pixie-header7 .et_pb_space {
        margin: 0 auto 20px !important;
    }

    #page-container .pixie-header7 .et_pb_promo_description,
    #page-container .pixie-header7 .et_pb_promo_description h2 {
        padding-bottom: 30px !important;
        text-align: center !important;
    }

    #page-container .pixie-header9 .et_pb_column_1_2:last-child {
        margin-right: 0 !important;
    }

    #page-container .pixie-header9 .et_pb_column_1_2 {
        width: 48% !important;
        margin-right: 4% !important;
    }

    #page-container .pixie-header9 .et_pb_button {
        width: 100% !important;
    }

    #page-container .pixie-header10 .et_pb_column_4_4 {
        max-width: 100% !important;
    }

    #page-container .pixie-header10 .et_pb_promo_description {
        text-align: center !important;
    }

    .pixie_header1 .et_pb_row .et_pb_promo:before {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .pixie_header1 .et_pb_row .et_pb_promo:after {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    #page-container .pixie-header4 .et_pb_blurb .et_pb_main_blurb_image {
        margin-bottom: 0 !important;
    }

    #page-container .pixie-header4 .et_pb_blurb {
        padding: 17vw 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .pixie_header1 .et_pb_row .et_pb_promo:before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 6px;
    }

    .pixie_header1 .et_pb_row .et_pb_promo:after {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 11px;
    }

    .pixie-header10 .et_pb_blurb {
        width: 48% !important;
        margin-right: 4% !important;
        margin-bottom: 40px !important;
    }

    body.et-fb .pixie-header10 .et_pb_blurb:nth-child(3n + 5) ,
    body:not(.et-fb) .pixie-header10 .et_pb_blurb:nth-child(3n + 3) {
        margin-right: 4% !important;
    }

    body.et-fb .pixie-header10 .et_pb_blurb:nth-child(2n + 4) ,
    body:not(.et-fb) .pixie-header10 .et_pb_blurb:nth-child(2n + 2) {
        margin-right: 0 !important;
    }

    .pixie-header10 .et_pb_blurb:last-child,
    .pixie-header10 .et_pb_blurb:nth-last-child(2) {
        margin-bottom: 0 !important;
    }

    #page-container .pixie-header10 .et_pb_blurb .et_pb_main_blurb_image {
        padding: 20px !important;
    }

    /*Header 8*/
    .pixie-header8 .et_pb_column .et_pb_blurb {
        overflow: hidden;

    }

    #page-container .pixie-header8 .et_pb_blurb_content {
        opacity: 0 !important;
        transform: translate(-100%, -50%);
        transition: 0.3s !important;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        padding: 0 20px 46px;
    }

    #page-container .pixie-header8 .et_pb_blurb.hover .et_pb_blurb_content {
        transition-delay: 0.3s !important;
        opacity: 1 !important;
        transform: translate(0%, -50%);
    }

    .pixie-header8 .et_pb_column .et_pb_blurb.noHover {
        width: 16% !important;
    }

    body.et-fb .pixie-header8 .et_pb_column .et_pb_blurb:hover,
    .pixie-header8 .et_pb_column .et_pb_blurb.hover {
        width: 52% !important;
    }

    .pixie-header8 .et_pb_column .et_pb_blurb {
        padding: 170px 0 !important;
    }

    #page-container .pixie-header4 .et_pb_blurb {
        padding: 14vw 0 !important;
    }

}

@media only screen and (max-width: 481px) {
    .pixie_header1 .et_pb_row .et_pb_column {
        float: none;
    }

    #page-container #main-content .pixie-header7 .et_pb_promo .et_pb_button.et_pb_promo_button{
        padding: 15px 40px !important;
    }

    #page-container .pixie-header9 .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #page-container .pixie-header8 .et_pb_row,
    #page-container .pixie-header5 .et_pb_row {
        width: 100% !important;
    }

    #page-container .pixie-header5 .et_pb_row .et_pb_column_1_3 {
        padding-bottom: 0;
        padding-left: 5%;
        padding-right: 5%;
        margin-left: 0 !important;
    }

    .pixie-header8 .et_pb_column .et_pb_blurb.noHover {
        width: 6% !important;
    }

    body.et-fb .pixie-header8 .et_pb_column .et_pb_blurb:hover,
    .pixie-header8 .et_pb_column .et_pb_blurb.hover {
        width: 82% !important;
    }

    #page-container .pixie-header4 .et_pb_blurb {
        padding: 70px 0 !important;
    }

    .pixie-header4 .et-pb-icon-circle {
        padding: 4px !important;
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

.fancybox-close:after {
    content: 'Q';
    display: block;
    font-family: "ETmodules";
    color: #fff;
    font-size: 33px;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(//pixie.divi-den.com/wp-content/plugins/pixie-assistant/css/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(//pixie.divi-den.com/wp-content/plugins/pixie-assistant/css/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-color: rgba(0, 0, 0, 0.7);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}.pixie_tabs .et_pb_tabs_controls a strong,
.et_pb_promo.et_pb_bg_layout_light h2 strong,
.et_pb_blurb.et_pb_bg_layout_light h4 strong{
    color: #000 !important;
}

.et_pb_promo.et_pb_bg_layout_dark h2 strong,
.et_pb_blurb.et_pb_bg_layout_dark h4 strong{
    color: #fff !important;
}

#page-container .et_pb_team_member h4 strong em,
#page-container .et_pb_team_member h4 strong{
    color: #000 !important;
    font-family: inherit !important;
    font-size: inherit !important;
}

#page-container .et_pb_team_member.et_pb_bg_layout_dark  h4 strong em,
#page-container .et_pb_team_member.et_pb_bg_layout_dark  h4 strong{
    color: #fff !important;
}.pixie_numbers .et_pb_column_1_2 .et_pb_image img,
.pixie_numbers .et_pb_column_1_2 .et_pb_image {
    height: auto !important;
}

/*pixie numbers 2*/

.pixie_numbers_2 .percent:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.pixie_numbers_2 .percent {
    position: relative;
}

.pixie_numbers_2 .percent p {
    position: absolute;
    width: 100%;
    top: 41%;
    transform: translate(0, -50%);
}

/*Columns*/

.pixie_numbers_4 .et_pb_column_1_2 {
    margin-right: 4% !important;
}

.pixie_numbers_2 .et_pb_column_1_2 {
    margin-right: 7% !important;
}

.pixie_numbers_4 .et_pb_column_1_4:last-child,
.pixie_numbers_2 .et_pb_column_1_4:last-child {
    margin-right: 0 !important;
}

.pixie_numbers_4 .et_pb_column_1_4 {
    width: 23%;
    margin-right: 2.5%;
}

.pixie_numbers_2 .et_pb_column_1_4 {
    width: 17%;
    margin-right: 8%;
}

/*pixie numbers 5*/

.pixie_numbers_5 .et_pb_column_1_3 {
    width: 32% !important;
    margin-right: 4.4% !important;
}

.pixie_numbers_5 .et_pb_column_2_3 {
    width: 63.6% !important;
}

.pixie_numbers_5 .et_pb_column_2_3 .et_pb_circle_counter:last-child {
    margin-right: 0 !important;
}

.pixie_numbers_5 .et_pb_column_2_3 .et_pb_circle_counter {
    width: 19%;
    margin-right: 8%;
    float: left;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    #page-container .pixie_numbers_5 .et_pb_promo,
    #page-container .pixie_numbers_4 .et_pb_promo,
    #page-container .pixie_numbers_2 .et_pb_promo {
        padding-right: 50px !important;
    }

    #page-container .pixie_numbers_1 .et_pb_column {
        padding: 80px !important;
    }
}

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .pixie_numbers_3 .et_pb_row {
        width: 90% !important;
    }

    .pixie_numbers_5 .et_pb_row {
        width: 93% !important;
    }

    .pixie_numbers_5 .et_pb_column_2_3 .et_pb_circle_counter {
        width: 20%;
        margin-right: 6.6%;
    }

    .pixie_numbers_2 .et_pb_row {
        width: 90% !important;
    }

    .pixie_numbers_3 .et_pb_number_counter h3 {
        padding-top: 12px !important;
    }

    .pixie_numbers_3 .et_pb_number_counter .percent p {
        font-size: 52px !important;
    }
}

@media only screen and (max-width: 1390px) {
    #page-container .pixie_numbers_2 .et_pb_promo ,
    #page-container .pixie_numbers_4 .et_pb_promo ,
    #page-container .pixie_numbers_5 .et_pb_promo {
        padding-right: 0!important;
    }
}
@media only screen and (max-width: 980px) {
    .pixie_numbers_1 .et_pb_column_1_2 {
        padding: 40px !important;
    }

    .pixie_numbers_4 .et_pb_column_1_4 .et_pb_number_counter {
        padding: 31px 40px 40px !important;
    }

    .pixie_numbers_4 .et_pb_promo_description h2,
    .pixie_numbers_5 .et_pb_column_1_3 .et_pb_promo_description h2,
    .pixie_numbers_4 .et_pb_promo_description p,
    .pixie_numbers_5 .et_pb_column_1_3 .et_pb_promo_description p,
    .pixie_numbers_2 .et_pb_promo .et_pb_promo_description h2,
    .pixie_numbers_2 .et_pb_promo .et_pb_promo_description p {
        text-align: center !important;
    }

    #page-container .pixie_numbers_2 .et_pb_column_1_4:not(:last-child) {
        border-right: 1px solid #d9d9d9;
    }

    #page-container .pixie_numbers_2 .et_pb_column_1_4:not(:last-child):after {
        display: none !important;
    }

    #page-container .pixie_numbers_2 .et_pb_column_1_4 {
        width: 50% !important;
        margin-right: 0 !important;
    }

    .pixie_numbers_2 .et_pb_column_1_2 {
        margin-right: 0% !important;
    }

    .pixie_numbers_2 .percent p {
        top: 44% !important;
    }

    .pixie_numbers_2 .et_pb_row {
        width: 90% !important;
    }

    .pixie_numbers_5 .et_pb_column_2_3,
    .pixie_numbers_5 .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pixie_numbers_3 .et_pb_column_1_4:after {
        display: none !important;
    }

    .pixie_numbers_3 .et_pb_number_counter {
        display: block !important;
    }

    .pixie_numbers_4 .et_pb_number_counter h3 {
        max-width: 150px !important;
    }

    .pixie_numbers_3 .et_pb_number_counter h3 {
        text-align: center !important;
        padding-left: 0 !important;
        display: block !important;
    }

    .pixie_numbers_3 .et_pb_number_counter .percent {
        height: auto;
        display: block !important;
        text-align: center !important;
    }

    .pixie_numbers_3 .et_pb_number_counter .percent p {
        text-align: center !important;
    }

    .pixie_numbers_4 .et_pb_column_1_2 {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .pixie_numbers_4 .et_pb_number_counter h3 {
        max-width: 130px !important;
    }

    .pixie_numbers_4 .et_pb_column_1_4 .et_pb_number_counter {
        padding: 31px 30px 40px !important;
    }

    .pixie_numbers_5 .et_pb_column_2_3 .et_pb_circle_counter:nth-child(2n + 2) {
        margin-right: 0 !important;
    }

    .pixie_numbers_5 .et_pb_column_2_3 .et_pb_circle_counter {
        width: 47%;
        margin-right: 6%;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pixie_numbers_2 .et_pb_column_1_4 {
        width: 100% !important;
        border: none !important;
    }

    #page-container .pixie_numbers_2 .et_pb_column_1_4:not(:last-child) {
        border-right: 1px solid #d9d9d9;
        margin-bottom: 20px;
    }

    .pixie_numbers_2 .et_pb_number_counter h3 {
        padding-top: 20px !important;
    }

    .pixie_numbers_5 .et_pb_column_2_3 .et_pb_circle_counter .percent {
        margin-bottom: 0 !important;
    }

    .pixie_numbers_5 .et_pb_column_2_3 .et_pb_circle_counter:last-child {
        margin-bottom: 0 !important;
    }

    .pixie_numbers_5 .et_pb_column_2_3 .et_pb_circle_counter {
        width: 100%;
        margin: 0 auto 40px !important;
        max-width: 200px;
        float: none;
    }

    .pixie_numbers_5 .et_pb_column_2_3 .et_pb_circle_counter:nth-child(2n + 2) {
        margin-right: auto !important;
    }

    #page-container .pixie_numbers_4 .et_pb_row .et_pb_column:not(:last-child) {
        margin-bottom: 30px !important;
    }
}.et_pb_team_member_image {
    max-width: 100% !important;
}


/***************************PIXIE PERSON 1**********************************/

.pixie_person_1 .et_pb_member_social_links li:last-child {
    margin-right: 0 !important;
}

.pixie_person_1 .et_pb_member_social_links li {
    margin-right: 31px !important;
}

.pixie_person_1 .et_pb_member_social_links li a:hover {
    opacity: 0.5 !important;
}

.pixie_person_1 .et_pb_team_member img {
    width: auto;

    position: absolute;
    left: 50%;
    top: -51px;
    transform: translate(-50%, 0);
    max-width: none;
}

.pixie_person_1 .et_pb_team_member:after {
    content: "";
    display: block;
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.pixie_person_1 .et_pb_team_member .et_pb_team_member_description {
    z-index: 9;
}

.pixie_person_1 .et_pb_team_member .et_pb_team_member_image:after {
    -ms-transform: scale(2);
    transform: scale(2);
    border: 1px solid;
    border-color: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 20;
    opacity: 0;
}

.pixie_person_1 .et_pb_team_member:hover .et_pb_team_member_image:after {
    transition-delay: 0s !important;
    transition: transform .2s ease-out;
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.pixie_person_1 .et_pb_team_member:hover .et_pb_team_member_image img {
    transition-delay: 0s !important;
    opacity: 0.6 !important;
    transition: all .2s ease-out;
}

.pixie_person_1 .et_pb_team_member:hover .et_pb_team_member_image {
    transition-delay: 0s !important;
    overflow: visible;
    cursor: pointer;
}

.pixie_person_1 .et_pb_team_member:hover:after {
    transition-delay: 0s !important;
    opacity: 1;
    transition: transform .2s ease-out;
}

.pixie_person_1 .et_pb_team_member:hover .et_pb_team_member_description,
.pixie_person_1 .et_pb_team_member:hover .et_pb_team_member_description * {
    transition-delay: 0s !important;
    color: #fff !important;
}


.pixie_person_1 .et_pb_team_member:hover .et_pb_team_member_description {
    transition-delay: 0s !important;
    -webkit-animation: textAnimate 1.3s infinite;
    animation: textAnimate 1.3s infinite;
    animation-iteration-count: 1;
}

@keyframes textAnimate {
    0% {
        transform: translate(0, 80%);
    }

    100% {
        transform: translate(0, 0%);
    }
}


.pixie_person_1 .et_pb_team_member .et_pb_team_member_image:before {
    display: block !important;
    content: "$";
    background-color: #ffffff;
    position: absolute;
    bottom: -4px;
    z-index: 99;
    font-family: ETmodules;
    line-height: 100%;
    border-radius: 50%;
    padding: 15px;
    font-size: 26px;
    right: -14px;
    transform: translate(131px, 0);
    opacity: 0;
}

.pixie_person_1 .et_pb_team_member:hover .et_pb_team_member_image:before {
    transition-delay: 0s !important;
    transition: all .3s ease-out;
    transform: translate(0, 0);
    opacity: 1;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    .pixie_person_1 .et_pb_row:last-child {
        max-width: 855px !important;
    }

    .pixie_person_1 .et_pb_row:last-child .et_pb_team_member {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }

    .pixie_person_1 .et_pb_row:last-child .et_pb_team_member .et_pb_member_social_links {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 980px) {
    .pixie_person_1 .et_pb_row:last-child {
        max-width: 725px !important;
    }

    .pixie_person_1 .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }

    .pixie_person_1 .et_pb_column_1_3 {
        width: 32% !important;
        margin-right: 2% !important;
    }

    .pixie_person_1 .et_pb_column_1_3 .et_pb_team_member .et_pb_team_member_image {
        float: none !important;
        width: 185px !important;
    }

    .pixie_person_1 .et_pb_column_1_3 .et_pb_team_member h4 {
        padding-bottom: 4px !important;
    }

    .pixie_person_1 .et_pb_column_1_3 .et_pb_team_member .et_pb_member_position {
        padding-bottom: 10px !important;
    }

    .pixie_person_1 .et_pb_row:last-child .et_pb_team_member {
        padding-top: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .pixie_person_1 .et_pb_row:last-child {
        max-width: 370px !important;
    }

    .pixie_person_1 .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0% !important;
    }
}

@media only screen and (max-width: 480px) {
    .pixie_person_1 .et_pb_row:last-child {
        max-width: 300px !important;
    }
}

/***************************PIXIE PERSON 2**********************************/

.pixie_person_1 .et_pb_team_member,
.pixie_person_2 .et_pb_team_member,
.pixie_person_3 .et_pb_team_member{
    overflow: hidden !important;
}

.pixie_person_3 .et_pb_team_member img ,
.pixie_person_2 .et_pb_team_member img {
    display: block;
    width: 100%;
}

.pixie_person_3 .et_pb_team_member .et_pb_team_member_image:before ,
.pixie_person_2 .et_pb_team_member .et_pb_team_member_image:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #141414;
    opacity: 0;
    transition: all .3s ease-out;
}

/*Social Icons*/

.pixie_person_2 .et_pb_member_social_links {
    margin-top: 50px;
}

.pixie_person_2 .et_pb_member_social_links li:last-child {
    margin-right: 0 !important;

}

.pixie_person_2 .et_pb_member_social_links li {
    margin-right: 10px !important;
}

.pixie_person_2 .et_pb_member_social_links li a.et_pb_font_icon:hover {
    opacity: 0.5;
}

.pixie_person_2 .et_pb_member_social_links li a.et_pb_font_icon {
    line-height: 100%;
    border-radius: 50%;
    border: 1px solid #a7a7a7;
    padding: 17px;
}

/*Hover*/

.pixie_person_3 .et_pb_team_member ,
.pixie_person_2 .et_pb_team_member {
    position: relative;
    cursor: pointer;
}

.pixie_person_3 .et_pb_team_member_description ,
.pixie_person_2 .et_pb_team_member_description {
    transform: translate(0, 100%);
    transition: all .3s ease-out;
}


.pixie_person_3 p.et_pb_member_position,
.pixie_person_3 .et_pb_member_social_links ,
.pixie_person_2 p.et_pb_member_position,
.pixie_person_2 .et_pb_member_social_links {
    transform: translate(0, 150px);
    transition: all .3s ease-out;
}

.pixie_person_3 .et_pb_team_member:hover .et_pb_team_member_image:before ,
.pixie_person_2 .et_pb_team_member:hover .et_pb_team_member_image:before {
    opacity: 0.5;
}

.pixie_person_3 .et_pb_team_member:hover .et_pb_team_member_description ,
.pixie_person_2 .et_pb_team_member:hover .et_pb_team_member_description {
    transition-delay: 0.2s;
    transform: translate(0, 0);
}

.pixie_person_3 .et_pb_team_member:hover p.et_pb_member_position,
.pixie_person_3 .et_pb_team_member:hover .et_pb_member_social_links ,
.pixie_person_2 .et_pb_team_member:hover p.et_pb_member_position,
.pixie_person_2 .et_pb_team_member:hover .et_pb_member_social_links {
    transform: translate(0, 0);
}

.pixie_person_3 .et_pb_team_member:hover p.et_pb_member_position ,
.pixie_person_2 .et_pb_team_member:hover p.et_pb_member_position {
    transition-delay: 0.5s;
}

.pixie_person_3 .et_pb_team_member:hover .et_pb_member_social_links ,
.pixie_person_2 .et_pb_team_member:hover .et_pb_member_social_links {
    transition-delay: 0.7s;
}

/*Responsive*/

@media only screen and (max-width: 980px) {
    .pixie_person_2 .et_pb_column .et_pb_team_member_image {
        margin: 0 !important;
        width: 100% !important;
    }

    .pixie_person_2 .et_pb_row:last-child .et_pb_column:last-child {
        margin-right: 0 !important;
    }

    .pixie_person_2 .et_pb_row:last-child .et_pb_column {
        width: 49% !important;
        margin-right: 2% !important;
    }

    .pixie_person_2 .et_pb_member_social_links {
        margin-top: 20px;
    }

    .pixie_person_2 .et_pb_member_social_links li a.et_pb_font_icon {
        padding: 12px;
    }
}

@media only screen and (max-width: 600px) {
    .pixie_person_2 .et_pb_row:last-child .et_pb_column {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

/***************************PIXIE PERSON 3**********************************/




/*Columns*/

.pixie_person_3 .et_pb_column_1_2 {
    width: 31% !important;
    margin-left: 8% !important;
}

.pixie_person_3 .et_pb_column_1_4:nth-child(2) {
    margin-right: 0 !important;
}

.pixie_person_3 .et_pb_column_1_4 {
    width: 27.7% !important;
    margin-right: 1.8% !important;
}

/*Social Icons*/

.pixie_person_3 .et_pb_member_social_links {
    margin-top: 36px;
}

.pixie_person_3 .et_pb_member_social_links li:last-child {
    margin-right: 0 !important;

}

.pixie_person_3 .et_pb_member_social_links li {
    margin-right: 15px !important;
}

.pixie_person_3 .et_pb_member_social_links li a.et_pb_font_icon:hover {
    opacity: 0.5;
}



/*Responsive*/

@media only screen and (max-width: 1390px) {
    .pixie_person_3 .et_pb_column_1_2 {
        width: 39% !important;
        margin-left: 3% !important;
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 980px) {
    .pixie_person_3 .et_pb_column_1_2 .et_pb_promo h2,
    .pixie_person_3 .et_pb_column_1_2 .et_pb_promo {
        text-align: center !important;
    }

    .pixie_person_3 .et_pb_column_1_2 {
        width: 100% !important;
        margin-left: 0% !important;
        padding-top: 1.5vw !important;
    }

    .pixie_person_3 .et_pb_column .et_pb_team_member_image {
        margin: 0 !important;
        width: 100% !important;
    }

    #page-container .pixie_person_3 .et_pb_column_1_4:nth-child(2) {
        margin-right: 0 !important;
    }

    #page-container .pixie_person_3 .et_pb_column_1_4 {
        width: 49% !important;
        margin-right: 2% !important;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .pixie_person_3 .et_pb_column_1_4 {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

/***************************PIXIE PERSON 4**********************************/

.pixie_person_4 .et_pb_team_member img {
    width: auto;

    border-radius: 50%;
    padding: 25px;
    display: block !important;
    top: 0px;
    max-width: 100%;
    transition: 0.3s !important;
}

.pixie_person_4 .et_pb_team_member:hover img {
    transition-delay: 0.3s !important;
    border-radius: 0%;
    padding: 0px;
}

.pixie_person_4 .et_pb_team_member .et_pb_team_member_description {
    transform: translate(-1.4vw, 0);
    transition: 0.3s !important;
}

.pixie_person_4 .et_pb_team_member:hover .et_pb_team_member_description {
    transform: translate(0, 0);
}

/*Styles for IE*/

body.ie .pixie_person_4 .et_pb_team_member:hover .et_pb_team_member_description{
    transform: translate(10px, 0px) !important;
}
body.ie .pixie_person_4 .et_pb_team_member .et_pb_team_member_description {
    padding-left: 0 !important;
    transform: translate(0, 0px) !important;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    .pixie_person_4 .et_pb_team_member_description {
        max-width: 70% !important;
    }

    .pixie_person_4 .et_pb_team_member img {
        padding: 10px;
    }
}

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .pixie_person_4 .et_pb_team_member h4 {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 980px) {
    .pixie_person_4 .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }

    .pixie_person_4 .et_pb_column_1_3 {
        width: 32% !important;
        margin-right: 2% !important;
    }

    #page-container .pixie_person_4 .et_pb_team_member {
        padding: 20px !important;
    }

    .pixie_person_4 .et_pb_team_member .et_pb_team_member_description h4,
    .pixie_person_4 .et_pb_team_member .et_pb_team_member_description .et_pb_member_position {
        text-align: center !important;
    }

    .pixie_person_4 .et_pb_team_member .et_pb_team_member_description {
        transform: translate(0, 0);
        padding-left: 0 !important;
        padding-top: 10px !important;
        max-width: 100% !important;
        width: 100% !important;
        display: block !important;
    }

    body.ie .pixie_person_4 .et_pb_team_member:hover .et_pb_team_member_description{
        transform: translate(0, 0px) !important;
    }
    #page-container .pixie_person_4 .et_pb_team_member:hover .et_pb_team_member_image img {
        transform: scale(1.1);
    }

    #page-container .pixie_person_4 .et_pb_team_member .et_pb_team_member_image img {
        padding: 0 !important;
        border-radius: 50% !important;
    }

    #page-container .pixie_person_4 .et_pb_team_member .et_pb_team_member_image {
        width: 100% !important;
        float: none !important;
        overflow: visible !important;
    }

    .pixie_person_4 .et_pb_team_member img{
        display: inline-block !important;
    }
}

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

}

@media only screen and (max-width: 480px) {
    .pixie_person_4 .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0% !important;
    }

}

/***************************PIXIE PERSON 5**********************************/

.pixie_person_5{
    opacity: 0;
}
.pixie_person_5 .et_pb_team_member_image img {
    width: 100% !important;
    display: block !important;
}

.pixie_person_5 .et_pb_promo_description p:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.pixie_person_5 .et_pb_promo_description p {
    margin-bottom: -3px;
    padding-bottom: 0;
}

.pixie_person_5 .et_pb_promo_description p a:after {
    margin-left: 5px;
    width: 0 !important;
}

.pixie_person_5 .et_pb_promo_description p a:before {
    width: 21px !important;
}

.pixie_person_5 .et_pb_promo_description p a:after,
.pixie_person_5 .et_pb_promo_description p a:before {
    display: inline-block;
    content: "$";
    font-family: ETmodules;
    vertical-align: middle;
    transition: 0.3s !important;
    overflow: hidden;
}

.pixie_person_5 .et_pb_promo_description p a {
    color: #a7a7a7 !important;

}

.pixie_person_5 .et_pb_promo_description p a:hover:after {
    width: 18px !important;
}

.pixie_person_5 .et_pb_promo_description p a:hover:before {
    width: 0 !important;
}

/*Back Image*/

.pixie_person_5 .et_pb_team_member_image {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

.pixie_person_5 .et_pb_team_member_image .image_back,
.pixie_person_5 .et_pb_team_member_image img {
    transform-style: preserve-3d;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;

}

.pixie_person_5 .et_pb_team_member_image img {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.pixie_person_5 .et_pb_team_member_image .image_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/*Hover*/

.pixie_person_5 .et_pb_team_member:hover {
    cursor: pointer;
}

.pixie_person_5 .et_pb_team_member:hover .et_pb_team_member_image .image_back {
    -webkit-transform: rotateY(0deg);
    -moz-transf-webkit-transformorm: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.pixie_person_5 .et_pb_team_member:hover .et_pb_team_member_image img {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0;
}

/*Columns*/

.pixie_person_5 .et_pb_column_1_4:last-child {
    margin-right: 0 !important;
}

.pixie_person_5 .et_pb_column_1_4 {
    width: 21.3% !important;
    margin-right: 2.5% !important;
}

.pixie_person_5 .et_pb_column_1_4:first-child {
    width: 23% !important;
    margin-right: 7% !important;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    .pixie_person_5 .et_pb_column_1_4:first-child {
        width: 28% !important;
        margin-right: 2% !important;
    }

    .pixie_person_5 .et_pb_column_1_4 {
        width: 22% !important;
        margin-right: 2% !important;
    }

    .pixie_person_5 .et_pb_column_1_4:last-child {
        margin-right: 0 !important;
    }

    .pixie_person_5 .et_pb_row {
        width: 90% !important;
    }
}

@media only screen and (max-width: 980px) {
    .pixie_person_5 .et_pb_column_4_4 .et_pb_promo h2,
    .pixie_person_5 .et_pb_column_1_4:first-child .et_pb_promo {
        text-align: center !important;
    }

    #page-container .pixie_person_5 .et_pb_column_1_4:first-child {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pixie_person_5 .et_pb_column .et_pb_team_member_image {
        margin-right: 0 !important;
        width: 100% !important;
    }

    #page-container .pixie_person_5 .et_pb_column_1_4 {
        width: 32% !important;
    }

    .pixie_person_5 .et_pb_column_1_4:first-child .et_pb_promo:last-child {
        padding-bottom: 7px !important;
    }

    .pixie_person_5 .et_pb_column_1_4:first-child .et_pb_promo:first-child {
        padding-bottom: 10px !important;
        margin-bottom: 26px !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container #main-content .pixie_person_5 .et_pb_column_1_4 {
        width: 100% !important;
        max-width: 430px;
        margin: 0 auto 30px !important;
    }
}

/***************************PIXIE PERSON 6**********************************/

.pixie_person_6 {
    opacity: 0;
}
.pixie_person_6 .et_pb_team_member_image img {
    width: 100% !important;
    display: block !important;
}

.pixie_person_6 .et_pb_promo_description p:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.pixie_person_6 .et_pb_promo_description p {
    margin-bottom: -3px;
    padding-bottom: 0;
}

.pixie_person_6 .et_pb_promo_description p a:after {
    margin-left: 5px;
    width: 0 !important;
}

.pixie_person_6 .et_pb_promo_description p a:before {
    width: 21px !important;
}

.pixie_person_6 .et_pb_promo_description p a:after,
.pixie_person_6 .et_pb_promo_description p a:before {
    display: inline-block;
    content: "$";
    font-family: ETmodules;
    vertical-align: middle;
    transition: 0.3s !important;
    overflow: hidden;
}

.pixie_person_6 .et_pb_promo_description p a {
    color: #a7a7a7 !important;

}

.pixie_person_6 .et_pb_promo_description p a:hover:after {
    width: 18px !important;
}

.pixie_person_6 .et_pb_promo_description p a:hover:before {
    width: 0 !important;
}

/*Back Image*/

.pixie_person_6 .et_pb_team_member_image {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

.pixie_person_6 .et_pb_team_member_image .image_back,
.pixie_person_6 .et_pb_team_member_image img {
    transform-style: preserve-3d;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;

}

.pixie_person_6 .et_pb_team_member_image img {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.pixie_person_6 .et_pb_team_member_image .image_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/*Hover*/

.pixie_person_6 .et_pb_team_member:hover {
    cursor: pointer;
}

.pixie_person_6 .et_pb_team_member:hover .et_pb_team_member_image .image_back {
    -webkit-transform: rotateY(0deg);
    -moz-transf-webkit-transformorm: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.pixie_person_6 .et_pb_team_member:hover .et_pb_team_member_image img {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0;
}

/*Columns*/

.pixie_person_6 .et_pb_column_1_3:last-child {
    margin-right: 0 !important;
}

.pixie_person_6 .et_pb_column_1_3 {
    width: 27.7% !important;
    margin-right: 4.1% !important;
}

.pixie_person_6 .et_pb_column_1_3:first-child {
    width: 33% !important;
    margin-right: 7% !important;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    #page-container .pixie_person_1 .et_pb_team_member{
        padding: 51px 50px 36px !important;
    }

    #page-container .pixie_person_4 .et_pb_team_member .et_pb_team_member_description {
        padding-top: 31px !important;
    }
}
@media only screen and (max-width: 980px) {
    .pixie_person_6 .et_pb_column_1_3:first-child .et_pb_promo h2,
    .pixie_person_6 .et_pb_column_1_3:first-child .et_pb_promo {
        text-align: center !important;
    }

    #page-container .pixie_person_6 .et_pb_column_1_3:first-child {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pixie_person_6 .et_pb_column .et_pb_team_member_image {
        margin-right: 0 !important;
        width: 100% !important;
    }

    #page-container .pixie_person_6 .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }

    #page-container .pixie_person_6 .et_pb_column_1_3 {
        width: 48% !important;
        margin-right: 2% !important;
    }

    .pixie_person_6 .et_pb_column_1_3:first-child .et_pb_promo:last-child {
        padding-bottom: 7px !important;
    }

    .pixie_person_6 .et_pb_column_1_3:first-child .et_pb_promo:first-child {
        padding-bottom: 10px !important;
        margin-bottom: 26px !important;
    }
}

@media only screen and (max-width: 600px) {
    #page-container #main-content .pixie_person_6 .et_pb_column_1_3:not(:first-child) {
        width: 100% !important;
    }
}

/***************************PIXIE PERSON 7**********************************/

.pixie_person_7 .et_pb_team_member img {
    display: block;
    width: 100%;
}

.pixie_person_7 .et_pb_team_member .et_pb_team_member_image {
    width: 100% !important;
    margin: 0 !important;
}

.pixie_person_7 .et_pb_team_member .et_pb_team_member_image:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #141414;
    opacity: 0;
    transition: all .3s ease-out;
}

/*Columns*/

.pixie_person_7 .et_pb_row:last-child .et_pb_column_4_4 {
    min-height: 21vw;
}

.pixie_person_7 .et_pb_column_4_4 .et_pb_team_member {
    width: 20% !important;
    margin-right: 0 !important;
    float: left;
    margin-bottom: 0 !important;
    transition: 0.3s !important;
    transition-delay: 0.3s !important;
    clear: none;
    border: 1px solid transparent;
    padding: 14px;
}

.pixie_person_7 .et_pb_column_4_4.hovered .et_pb_team_member:last-child,
.pixie_person_7 .et_pb_column_4_4 .et_pb_team_member:last-child {
    margin-right: 0 !important;
}

.pixie_person_7 .et_pb_column_4_4.hovered .et_pb_team_member:hover {
    /*padding: 14px;*/
    border-color: #dcdcdc;
    width: 22% !important;
    transform: translate(0, -8%);
}

.pixie_person_7 .et_pb_column_4_4.hovered .et_pb_team_member {
    width: 19.5%!important;
}

/*Social Icons*/

.pixie_person_7 .et_pb_member_social_links {
    margin-top: 17px;
}

.pixie_person_7 .et_pb_member_social_links li:last-child {
    margin-right: 0 !important;

}

.pixie_person_7 .et_pb_member_social_links li {
    margin-right: 15px !important;
}

.pixie_person_7 .et_pb_member_social_links li a.et_pb_font_icon:hover {
    opacity: 0.5;
}

/*Hover*/

.pixie_person_7 .et_pb_team_member {
    position: relative;
    cursor: pointer;
}

.pixie_person_7 .et_pb_team_member_description {
    transform: translate(0, 100%);
    opacity: 0;
    transition: all .3s ease-out;
}

.pixie_person_7 p.et_pb_member_position,
.pixie_person_7 .et_pb_member_social_links {
    transform: translate(0, 150px);
    transition: all .3s ease-out;
}

.pixie_person_7 .et_pb_team_member:hover .et_pb_team_member_image:before {
    opacity: 0.2;
}

.pixie_person_7 .et_pb_team_member:hover .et_pb_team_member_description {
    transition-delay: 0.4s;
    transform: translate(0, -50%);
    opacity: 1;
}

.pixie_person_7 .et_pb_team_member:hover p.et_pb_member_position,
.pixie_person_7 .et_pb_team_member:hover .et_pb_member_social_links {
    transform: translate(0, 0);
}

.pixie_person_7 .et_pb_team_member:hover p.et_pb_member_position {
    transition-delay: 0.6s;
}

.pixie_person_7 .et_pb_team_member:hover .et_pb_member_social_links {
    transition-delay: 1s;
}

/*Responsive*/

@media only screen and (max-width: 980px) {
    .pixie_person_7 .et_pb_column_4_4 .et_pb_team_member:nth-child(3),
    .pixie_person_7 .et_pb_column_4_4 .et_pb_team_member:last-child {
        margin-right: 0 !important;
    }

    .pixie_person_7 .et_pb_column_4_4 {
        text-align: center !important;
    }

    .pixie_person_7 .et_pb_column_4_4 .et_pb_team_member {
        width: 30% !important;
        margin-right: 3% !important;
        margin-bottom: 20px !important;
        display: inline-block;
        float: none;
    }

    .pixie_person_7 .et_pb_column_4_4.hovered .et_pb_team_member:hover {
        padding: 0;
        width: 30% !important;
        border: none !important;
        transform: translate(0, 0) scale(1.1);
    }

    .pixie_person_7 .et_pb_column_4_4.hovered .et_pb_team_member:nth-child(3),
    .pixie_person_7 .et_pb_column_4_4.hovered .et_pb_team_member:last-child {
        margin-right: 0 !important;
    }

    .pixie_person_7 .et_pb_column_4_4.hovered .et_pb_team_member {
        width: 30% !important;
    }
}

@media only screen and (max-width: 767px) {
    .pixie_person_7 .et_pb_column_4_4 .et_pb_team_member:nth-child(3) {
        margin-right: 3% !important;
    }

    .pixie_person_7 .et_pb_column_4_4 .et_pb_team_member:nth-child(2n+2) {
        margin-right: 0 !important;
    }

    .pixie_person_7 .et_pb_column_4_4 .et_pb_team_member {
        width: 48% !important;
    }

    .pixie_person_7 .et_pb_column_4_4.hovered .et_pb_team_member:hover {
        width: 48% !important;
    }

    .pixie_person_7 .et_pb_column_4_4.hovered .et_pb_team_member:nth-child(3) {
        margin-right: 3% !important;
    }

    .pixie_person_7 .et_pb_column_4_4.hovered .et_pb_team_member {
        width: 48% !important;
    }

    .pixie_person_7 .et_pb_column_4_4.hovered .et_pb_team_member:nth-child(2n+2) {
        margin-right: 0 !important;
    }
}

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

    .pixie_person_7 .et_pb_row {
        width: 86% !important;
    }

    .pixie_person_7 .et_pb_column_4_4 .et_pb_team_member {
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 20px !important;
    }

    .pixie_person_7 .et_pb_column_4_4.hovered .et_pb_team_member:hover {
        padding: 0;
        width: 100% !important;
        transform: translate(0, 0) scale(1.1);
    }

    .pixie_person_7 .et_pb_column_4_4.hovered .et_pb_team_member {
        width: 100% !important;
    }
}/* 3D Portfolio layout pack - Personal Portfolio Project Page css code
** Product Built By Divi Den - https://webdesign101.berlin/divi-den/
** Get the latest person module here: link 
** Get Support Here https://webdesign101.berlin/divi-den/support/  
*/

/*Content*/

.portfolio_content .et_pb_text p {
    padding-bottom: 13px !important;
}

.portfolio_content .et_pb_text p strong {
    display: inline-block;
    min-width: 93px;
    text-align: right;
    margin-right: 31px;
}

/*Slider*/

.portfolio_slider h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 60px !important;
}

.portfolio_slider .et_pb_gallery .et_pb_gallery_item .et_pb_container {
    width: 100% !important;
}

.portfolio_slider .et_pb_gallery .et_pb_gallery_item:hover .et_pb_gallery_image img {
    transform: scale(1.1);
}
.portfolio_slider .et_pb_gallery .et_pb_gallery_item .et_pb_gallery_image img {
    display: block;
    max-height: none !important;
    width: 100%;
    transition: 0.3s !important;
    transform: scale(1);
}

.portfolio_slider .et_pb_gallery .et_pb_gallery_item .et_pb_gallery_image .et_overlay{
    display: none !important;
}
.portfolio_slider .et_pb_gallery .et_pb_gallery_item .et_pb_gallery_image {
    width: 100% !important;
    margin: 0 !important;
    position: static !important;

}

.portfolio_slider .et_pb_gallery .et_pb_gallery_item .et_pb_slide_description {
    display: none !important;
}

.portfolio_slider .et_pb_gallery .et_pb_gallery_item {
    display: inline-block !important;
    float: none !important;
    padding: 0 !important;
    /*min-height: 400px !important;*/
    opacity: 1 !important;
    margin: 0;
    padding-right: 30px !important;
}

.portfolio_slider .et_pb_gallery .et-pb-controllers,
.portfolio_slider .et_pb_gallery .et-pb-slider-arrows {
    display: none !important;
}

.portfolio_slider .et_pb_gallery .et_pb_gallery_items {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

/*Navigate*/
#prev-next-single a {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #333333;
    line-height: 140% !important;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#prev-next-single div.prev-link,
#prev-next-single div.next-link{
    position: relative;
    overflow: hidden;
}

#prev-next-single a:last-child{
    color: #d09bef !important;
    position: absolute;
    top: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
    height: 100%;
    border: none !important;
    width: 100% !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


#prev-next-single div.prev-link:hover a:first-child,
#prev-next-single div.next-link:hover a:first-child,
#prev-next-single div.prev-link:hover a:last-child,
#prev-next-single div.next-link:hover a:last-child{
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}


#prev-next-single .et_pb_row {
    padding: 73px 0;
    max-width: 1106px;
}



#prev-next-single .next-link {
    float: right;
    text-align: right;
}

#prev-next-single .prev-link,
#prev-next-single .next-link {
    width: auto !important;
    display: inline-block;
}

#prev-next-single .prev-link a:before {
    content: "D";
    margin-right: 20px !important;
}

#prev-next-single .next-link a:after {
    content: "E";
    margin-left: 20px !important;
}

#prev-next-single .prev-link a:before,
#prev-next-single .next-link a:after {
    display: inline-block;
    font-family: "ETmodules" !important
}

.portfolio_slider .slide-controllers {
    text-align: center;
    margin-top: 36px;
}

.portfolio_slider .slide-controllers a.dot:hover,
.portfolio_slider .slide-controllers a.dot.active {
    opacity: 0.6;
}

.portfolio_slider .slide-controllers a.dot {
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    background-color: #fff;
    margin-right: 10px !important;
    font-size: 0 !important;
    border-radius: 50% !important;
    cursor: pointer;
}



.single-project .mfp-container .mfp-arrow-right {
    right: 16px;
}

/*Responsive*/

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .portfolio_content .et_pb_text p strong {
        min-width: 0;
        text-align: left;
        margin-right: 31px;
        display: block;
    }
}

@media only screen and (max-width: 980px) {
    .portfolio_slider .owl-dots .owl-dot span {
        width: 15px !important;
        height: 15px !important;
    }

    #prev-next-single a {
        font-size: 28px !important;
    }

    .portfolio_slider h2 {
        font-size: 40px;
        padding-bottom: 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio_slider h2 {
        font-size: 30px;
        padding-bottom: 30px !important;
    }

    #prev-next-single .prev-link a:before {
        margin-right: 5px !important;
    }

    #prev-next-single .next-link a:after {
        content: "E";
        margin-left: 5px !important;
    }

    #prev-next-single a {
        font-size: 20px !important;
    }

    .portfolio_content .et_pb_text p strong {
        min-width: 0;
        text-align: left;
        margin-right: 31px;
        display: block;
    }

    #prev-next-single .et_pb_row {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 480px) {
    #prev-next-single .prev-link, #prev-next-single .next-link {
        width: 100% !important;
        display: block;
        text-align: center;
    }

    #prev-next-single .next-link {
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    .portfolio_content .et_pb_promo,
    .portfolio_content .et_pb_text {
        width: 100% !important;
    }
}
#page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_filters a.active,
#page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_filters a:hover {
    opacity: 0.6;
}

#page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_filters a {
    background-color: transparent !important;
    border: none !important;
    padding: 0 10.5px;
}

#page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_filters li:last-child {
    border-right: none !important;
}

#page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_filters li {
    border-right: 1px solid #a7a7a7;
}

#page-container .pixie_portfolio1 .et_pb_portfolio h2.et_pb_module_header,
#page-container .pixie_portfolio1 .et_pb_portfolio p.post-meta {
    position: absolute;
    left: 0;
    transform: translate(0, 210px);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1;
    opacity: 0;
    transition: 0.3s !important;
    width: 100%;
}

#page-container .pixie_portfolio1 .et_pb_portfolio h2.et_pb_module_header {
    top: calc(50% - 30px);
}

#page-container .pixie_portfolio1 .et_pb_portfolio p.post-meta {
    top: calc(50% + 30px);
}

#page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_item:hover h2.et_pb_module_header {
    transition-delay: 0.2s !important;
    transform: translate(0, -50%);
    opacity: 1;
}

#page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_item:hover p.post-meta {
    transition-delay: 0.4s !important;
    transform: translate(0, -50%);
    opacity: 1;
}

#page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_item:hover a img {
    opacity: 0.5;
}

#page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_item {
    width: 25% !important;
    float: left;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    #page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_filters {
        right: 10%;
    }
}

@media only screen and (max-width: 980px) {
    #page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_filters {
        top: -67px;
        right: 0;
        left: 0;
    }

    #page-container .pixie_portfolio1 .et_pb_promo .et_pb_promo_description,
    #page-container .pixie_portfolio1 .et_pb_promo .et_pb_promo_description h2 {
        padding-bottom: 7px !important;
        text-align: center !important;
    }

    #page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_filters .clearfix {
        text-align: center !important;
    }

    #page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_filters li {
        display: inline-block;
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_item {
        width: 50% !important;
    }

    #page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_filters li {
        width: auto !important;
    }

}

@media only screen and (max-width: 480px) {
    #page-container .pixie_portfolio1 .et_pb_row:last-child {
        width: 100% !important;
    }

    #page-container .pixie_portfolio1 .et_pb_portfolio .et_pb_portfolio_item {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
}

/*Portfolio in Home 5*/

#page-container .pixie_portfolio1.home_5 .et_pb_portfolio_items {
    perspective: 4000px;
}
body.et-fb #page-container .pixie_portfolio1.home_5 .et_pb_filterable_portfolio .et_pb_portfolio_item ,
#page-container .pixie_portfolio1.home_5 .et_pb_filterable_portfolio .loadCont .et_pb_portfolio_item {
    opacity: 1;
}

#page-container .pixie_portfolio1.home_5 .et_pb_filterable_portfolio .et_pb_portfolio_item {
    opacity: 0;
}

#page-container .pixie_portfolio1.home_5 .et_pb_filterable_portfolio .et_pb_portfolio_item.active {
    animation: none;
}

#page-container .pixie_portfolio1.home_5 .et_pb_filterable_portfolio .et_pb_portfolio_item.active_item,
#page-container .pixie_portfolio1.home_5 .et_pb_gallery_grid .et_pb_gallery_item {
    opacity: 1;
    -moz-animation: portfolioAnimate 0.5s 1 cubic-bezier(0, 0, 0.34, 0.97);
    -o-animation: portfolioAnimate 0.5s 1 cubic-bezier(0, 0, 0.34, 0.97);
    animation: portfolioAnimate 0.5s 1 cubic-bezier(0, 0, 0.34, 0.97);
}

@keyframes portfolioAnimate {
    from {
        transform: scale(0) translateZ(0px) rotateY(360deg);
    }
    to {
        transform: scale(1) translateZ(0px) rotateY(0turn);
    }
}

/*Portfolio in Home 6*/


body.et-fb #page-container .pixie_portfolio1.home_6 .et_pb_filterable_portfolio .et_pb_portfolio_item ,
#page-container .pixie_portfolio1.home_6 .et_pb_filterable_portfolio .loadCont .et_pb_portfolio_item {
    opacity: 1;
}


#page-container .pixie_portfolio1.home_6 .et_pb_filterable_portfolio .et_pb_portfolio_item {
    opacity: 0;
    -webkit-perspective: 500px;
    perspective: 500px;
}

#page-container .pixie_portfolio1.home_6 .et_pb_filterable_portfolio .et_pb_portfolio_item.active {
    animation: none;
    transform-origin: 0% 50% 0px;
}


#page-container .pixie_portfolio1.home_6 .et_pb_filterable_portfolio .et_pb_portfolio_item.active_item{
    opacity: 1;
}
#page-container .pixie_portfolio1.home_6 .et_pb_filterable_portfolio .et_pb_portfolio_item.active_item .et_portfolio_image{
    opacity: 1;
    -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

@-webkit-keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}
@keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}

.pricing_tables_pixie .et_pb_pricing_content .et_pb_pricing li span:before {
    display: none !important;
}

#page-container .pricing_tables_pixie .et_pb_button_wrapper a.et_pb_pricing_table_button {
    padding: 11px 5px !important;
}

.pricing_tables_pixie .et_pb_pricing_table.et_pb_featured_table .et_pb_dollar_sign {
    color: #fff !important;
}

.pricing_tables_pixie .et_pb_row {
    width: 95% !important;
}

/*Pricing 1*/
.pricing_tables_pixie_1 .et_pb_pricing_table {
    padding: 3.3vw 3.5vw 3.6vw !important;
}

.pricing_tables_pixie_1 .et_pb_pricing_table.et_pb_featured_table {
    padding: 4vw 3.5vw 4.6vw !important;
}

.pricing_tables_pixie_1 .et_pb_pricing_table:not(.et_pb_featured_table ) {
    margin-top: 13px !important;
}

.pricing_tables_pixie_1 .et_pb_button_wrapper {
    padding: 0vw 0.4vw !important;
}

/*Pricing 2*/

body #page-container .pricing_tables_pixie_2 .et_pb_pricing .et_pb_pricing_table.et_pb_featured_table .et_pb_button {
    color: #ffffff!important;
    border-color: #333333;
}

body #page-container .pricing_tables_pixie_2 .et_pb_pricing .et_pb_pricing_table.et_pb_featured_table .et_pb_button:hover {
    color: #333333!important;
    background-color: #ffffff !important;
}

.pricing_tables_pixie_2 .et_pb_button_wrapper {
    margin: 0 -0.5vw;
    padding: 0 !important;
}

.pricing_tables_pixie_2 .et_pb_column_2_3 {
    width: 57.1% !important;
}

.pricing_tables_pixie_2 .et_pb_column_1_3 {
    width: 33.666% !important;
    margin-right: 9.2% !important;
}

.pricing_tables_pixie_2 .et_pb_pricing_table {
    padding: 2.4vw 3vw 2.6vw !important;
}

.pricing_tables_pixie_2 .et_pb_pricing_table.et_pb_featured_table {
    padding: 3.5vw 2.9vw 3.6vw !important;
}

.pricing_tables_pixie_2 .et_pb_pricing_table:not(.et_pb_featured_table ) {
    margin-top: 1.1vw !important;
}

.pricing_tables_pixie_2 ul.et_pb_pricing li {
    margin-bottom: 13px;
}

.pricing_tables_pixie_2 .et_pb_pricing_table.et_pb_featured_table .et_pb_dollar_sign,
.pricing_tables_pixie_2 .et_pb_pricing_table.et_pb_featured_table .et_pb_sum {
    font-size: 82px !important;
}

/*Pricing 3*/

.pricing_tables_pixie_3 .et_pb_pricing_table:not(.et_pb_featured_table ) {
    margin-top: 0 !important;
}

.et_pb_pricing_tables_3 ul.et_pb_pricing li {
    text-align: center;
}

.pricing_tables_pixie_3 .et_pb_pricing_table {
    padding-bottom: 24px !important;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {

    .pricing_tables_pixie_1 .et_pb_pricing_table.et_pb_featured_table,
    .pricing_tables_pixie_2 .et_pb_pricing_table.et_pb_featured_table{
        padding: 64px 40px !important;
    }
    .pricing_tables_pixie_2 .et_pb_pricing_table,
    .pricing_tables_pixie_1 .et_pb_pricing_table {
        padding: 40px !important;
    }

    .pricing_tables_pixie_2 .et_pb_pricing_table:not(.et_pb_featured_table ) {
        margin-top: 22px !important;
    }

    .pricing_tables_pixie_1 .et_pb_pricing_table:not(.et_pb_featured_table ) {
        margin-top: 23px !important;
    }
}
@media only screen and (max-width: 1390px) {
    .pricing_tables_pixie_2 .et_pb_column_1_3 {
        width: 33% !important;
        margin-right: 3% !important;
    }

    .pricing_tables_pixie_2 .et_pb_column_2_3 {
        width: 64% !important;
    }
}

@media only screen and (max-width: 980px) {
    .pricing_tables_pixie_1 .et_pb_pricing_table:last-child{
        margin-bottom: 0 !important;
    }
    .pricing_tables_pixie_1 .et_pb_pricing_table {
        width: 100% !important;
        max-width: 400px;
        margin: 0 auto !important;
        float: none;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }

    .pricing_tables_pixie_1 .et_pb_pricing_table:not(.et_pb_featured_table ) {
        margin-top: 0px !important;
    }
    .pricing_tables_pixie_2 .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0% !important;
    }

    .pricing_tables_pixie_2 .et_pb_column_2_3 {
        width: 100% !important;
    }

    .pricing_tables_pixie_3 .et_pb_pricing_table:last-child{
        margin-bottom: 0 !important;
    }
    .pricing_tables_pixie_3 .et_pb_pricing_table  {
        width: 100% !important;
        max-width: 400px;
        margin: 0 auto !important;
        float: none;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }


    .pricing_tables_pixie_1 .et_pb_pricing_content{
        height: auto !important;
    }
    .pricing_tables_pixie_1 .et_pb_promo_description h2{
        padding-bottom: 30px !important;
    }
    .pricing_tables_pixie_1 .et_pb_promo_description{
        padding-bottom: 0 !important;
    }

    .pricing_tables_pixie_2 .et_pb_pricing_table.et_pb_featured_table {
        padding: 3.9vw 2.9vw 3.9vw !important;
    }

    .pricing_tables_pixie_2 .et_pb_column:first-child{
        margin-bottom: 10px !important;
    }
    .pricing_tables_pixie_2 .et_pb_promo .et_pb_promo_description h2{
        padding-bottom: 20px !important;
    }
    .pricing_tables_pixie_2 .et_pb_promo:first-child .et_pb_promo_description h2{
        padding-bottom: 9px !important;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_tables_pixie_2 .et_pb_promo .et_pb_promo_description p,
    .pricing_tables_pixie_2 .et_pb_promo .et_pb_promo_description h2{
        text-align: center !important;
    }


    .pricing_tables_pixie_2 .et_pb_pricing_table {
        width: 100% !important;
        max-width: 400px;
        margin: 0 auto !important;
        float: none;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .pricing_tables_pixie_2 .et_pb_pricing_table.et_pb_featured_table .et_pb_dollar_sign,
    .pricing_tables_pixie_2 .et_pb_pricing_table.et_pb_featured_table .et_pb_sum {
        font-size: 52px !important;
    }

    .pricing_tables_pixie_1 .et_pb_pricing_table.et_pb_featured_table,
    .pricing_tables_pixie_2 .et_pb_pricing_table.et_pb_featured_table,
    .pricing_tables_pixie_2 .et_pb_pricing_table,
    .pricing_tables_pixie_1 .et_pb_pricing_table {
        padding: 40px !important;
    }

   .pricing_tables_pixie_2 ul.et_pb_pricing li {
        margin-bottom: 0px;
    }

    #page-container  .pricing_tables_pixie_2 .et_pb_pricing_content {
        padding: 0 0 30px!important;
    }
}
@media only screen and (max-width: 480px) {
    .pricing_tables_pixie .et_pb_row {
        width: 90% !important;
    }

    .pricing_tables_pixie_1 .et_pb_pricing_table.et_pb_featured_table,
    .pricing_tables_pixie_2 .et_pb_pricing_table.et_pb_featured_table,
    .pricing_tables_pixie_2 .et_pb_pricing_table,
    .pricing_tables_pixie_1 .et_pb_pricing_table {
        padding: 25px !important;
    }
}
/* 3D Portfolio layout pack - Personal Portfolio Project Page css code
** Product Built By Divi Den - https://webdesign101.berlin/divi-den/
** Get the latest person module here: link 
** Get Support Here https://webdesign101.berlin/divi-den/support/  
*/

/*Content*/

.portfolio_content .et_pb_text p {
    padding-bottom: 13px !important;
}

.portfolio_content .et_pb_text p strong {
    display: inline-block;
    min-width: 93px;
    text-align: right;
    margin-right: 31px;
}

/*Slider*/


.portfolio_slider h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 60px !important;
}

.portfolio_slider .et_pb_gallery .et_pb_gallery_item .et_pb_container {
    width: 100% !important;
}

.portfolio_slider .et_pb_gallery .et_pb_gallery_item .et_pb_gallery_image img {
    display: block;
    max-height: none !important;
    width: 100%;
}

.portfolio_slider .et_pb_gallery .et_pb_gallery_item .et_pb_gallery_image {
    width: 100% !important;
    margin: 0 !important;
    position: static !important;

}

.portfolio_slider .et_pb_gallery .et_pb_gallery_item .et_pb_slide_description {
    display: none !important;
}

.portfolio_slider .et_pb_gallery .et_pb_gallery_item {
    display: inline-block !important;
    float: none !important;
    padding: 0 !important;
    /*min-height: 400px !important;*/
    opacity: 1 !important;
    margin: 0;
    padding-right: 30px !important;
}

.portfolio_slider .et_pb_gallery .et-pb-controllers,
.portfolio_slider .et_pb_gallery .et-pb-slider-arrows {
    display: none !important;
}

.portfolio_slider .et_pb_gallery .et_pb_gallery_items {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

/*Navigate*/


/*Navigate*/
#prev-next-single a {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #333333;
    line-height: 140% !important;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#prev-next-single div.prev-link,
#prev-next-single div.next-link{
    position: relative;
    overflow: hidden;
}

#prev-next-single a:last-child{
    color: #d09bef !important;
    position: absolute;
    top: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
    height: 100%;
    border: none !important;
    width: 100% !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


#prev-next-single div.prev-link:hover a:first-child,
#prev-next-single div.next-link:hover a:first-child,
#prev-next-single div.prev-link:hover a:last-child,
#prev-next-single div.next-link:hover a:last-child{
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}


#prev-next-single .et_pb_row {
    padding: 73px 0;
    max-width: 1106px;
}

#prev-next-single a:hover {
    opacity: 0.6;
}

#prev-next-single a {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #333333;
}

#prev-next-single .next-link {
    float: right;
    text-align: right;
}

#prev-next-single .prev-link,
#prev-next-single .next-link {
    width: 50% !important;
    display: inline-block;
}

#prev-next-single .prev-link a:before {
    content: "D";
    margin-right: 20px !important;
}

#prev-next-single .next-link a:after {
    content: "E";
    margin-left: 20px !important;
}

#prev-next-single .prev-link a:before,
#prev-next-single .next-link a:after {
    display: inline-block;
    font-family: "ETmodules" !important
}

.portfolio_slider .slide-controllers {
    text-align: center;
    margin-top: 36px;
}

.portfolio_slider .slide-controllers a.dot:hover,
.portfolio_slider .slide-controllers a.dot.active {
    opacity: 0.6;
}

.portfolio_slider .slide-controllers a.dot {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    background-color: #fff;
    margin-right: 10px !important;
    font-size: 0 !important;
    border-radius: 50% !important;
    cursor: pointer;
}

/*Responsive*/

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .portfolio_content .et_pb_text p strong {
        min-width: 0;
        text-align: left;
        margin-right: 31px;
        display: block;
    }
}

@media only screen and (max-width: 980px) {
    .portfolio_slider .owl-dots .owl-dot span {
        width: 15px !important;
        height: 15px !important;
    }

    #prev-next-single a {
        font-size: 28px !important;
    }

    .portfolio_slider h2 {
        font-size: 40px;
        padding-bottom: 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio_slider h2 {
        font-size: 30px;
        padding-bottom: 30px !important;
    }

    #prev-next-single .prev-link a:before {
        margin-right: 5px !important;
    }

    #prev-next-single .next-link a:after {
        content: "E";
        margin-left: 5px !important;
    }

    #prev-next-single a {
        font-size: 20px !important;
    }

    .portfolio_content .et_pb_text p strong {
        min-width: 0;
        text-align: left;
        margin-right: 31px;
        display: block;
    }

    #prev-next-single .et_pb_row {
        padding: 50px 0;
    }
}

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

    #page-container .portfolio_slider  .et_pb_row {
    width: 100% !important;
}
    #prev-next-single .prev-link, #prev-next-single .next-link {
        width: 100% !important;
        display: block;
        text-align: center;
    }

    #prev-next-single .next-link {
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    .portfolio_content .et_pb_promo,
    .portfolio_content .et_pb_text {
        width: 100% !important;
    }
}
.pixie_tabs .et_pb_column .et_pb_promo {
    margin: 0 auto 2vw !important;
}

.pixie_tabs .et_pb_tabs .et_pb_tabs_controls:after {
    display: none !important;
}

.pixie_tabs .et_pb_tabs .et_pb_tabs_controls li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 9px 26px;
}

.pixie_tabs .et_pb_tabs .et_pb_tabs_controls li:last-child {
    margin-right: 0 !important;
}

.pixie_tabs .et_pb_tabs .et_pb_tabs_controls li {
    width: 22% !important;
    margin-right: 3.8% !important;
    position: relative;
}

.pixie_tabs .et_pb_tabs .et_pb_all_tabs {
    clear: both !important;
    max-width: 740px;
    margin: 0 auto;
}

.pixie_tabs .et_pb_tabs .et_pb_all_tabs p:last-child {
    padding-bottom: 0 !important;
}

.pixie_tabs .et_pb_tabs .et_pb_all_tabs p {
    padding-bottom: 30px !important;
}

/*Tab inner border*/

.pixie_tabs .et_pb_tabs .et_pb_tabs_controls li:after {
    border: 1px solid #dcdcdc;
    position: absolute;
    z-index: 6;
    content: "";
    display: block;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    transition: 0.3s;
}

.pixie_tabs .et_pb_tabs .et_pb_tabs_controls li:not(.et_pb_tab_active):hover a {
    -webkit-animation: fadeIn 5s infinite;
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

.pixie_tabs .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active ,
.pixie_tabs .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active *{
    transition: 0.3s !important;
}

.pixie_tabs .et_pb_tabs .et_pb_tabs_controls li:hover *,
.pixie_tabs .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active *{
    color: #fff !important;
}

.pixie_tabs .et_pb_tabs .et_pb_tabs_controls li:hover,
.pixie_tabs .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active {
    background-color: #000 !important;
}


.pixie_tabs .et_pb_tabs h5 {
    font-weight: 700;
    line-height: 150%;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    .pixie_tabs .et_pb_row {
        width: 95% !important;
    }

    .pixie_tabs .et_pb_tabs .et_pb_tabs_controls li {
        width: 24% !important;
        margin-right: 1.33% !important;
    }
}

@media only screen and (max-width: 980px) {
    .pixie_tabs .et_pb_tabs .et_pb_tabs_controls li:nth-child(2n + 2) {
        margin-right: 0 !important;
    }

    .pixie_tabs .et_pb_tabs .et_pb_tabs_controls li {
        width: 46% !important;
        margin-right: 8% !important;
        margin-bottom: 20px;
    }

    .pixie_tabs .et_pb_row {
        width: 80% !important;
    }
}

@media only screen and (max-width: 767px) {
    .pixie_tabs .et_pb_tabs .et_pb_tabs_controls li:nth-child(2n + 2) {
        margin-right: auto !important;
    }

    .pixie_tabs .et_pb_tabs .et_pb_tabs_controls li {
        width: 100% !important;
        margin: 0 auto 20px !important;
    }
}.pixie_testimonials .et_pb_testimonial_portrait:before {
    content: '“';
    font-family: 'Playfair Display';
    width: auto !important;
    height: auto !important;
    line-height: 100%;
    box-shadow: none !important;
}

/*Testimonials 1*/

.pixie_testimonials_1 .et_pb_testimonial_portrait:before {
    font-size: 120px;
    top: -14px;
    left: 40px;
}

/*Testimonials 2*/

.pixie_testimonials_2 .et_pb_testimonial_portrait:before {
    font-size: 200px;
    top: auto;
    left: 31px;
    bottom: -111px;
}

/*Testimonials 3*/

.pixie_testimonials_3 .et_pb_testimonial_portrait:before {
    font-size: 92px;
    top: auto;
    left: 16px;
    bottom: -57px;
}

/*Columns*/

.pixie_testimonials_3 .et_pb_column_1_3:last-child {
    margin-right: 0 !important;
}

.pixie_testimonials_3 .et_pb_column_1_3 {
    width: 31% !important;
    margin-right: 3.1% !important;
}

/*Testimonials 4*/

.pixie_testimonials_4 .et_pb_testimonial_portrait:before {
    font-size: 92px;
    top: -27px;
    left: -3px;
}

/*Columns*/

.pixie_testimonials_4 .et_pb_column_1_2:first-child {
    margin-right: 4% !important;
}

/*Testimonials 5*/
.pixie_testimonials_5 .et_pb_testimonial_author em{
    color: inherit !important;
    font-size: inherit !important;
    font-weight: 700 !important;
    font-family: inherit !important;
}


    /*Testimonials 6*/

.pixie_testimonials_6 .et_pb_testimonial_portrait:before {
    font-size: 92px;
    top: auto;
    left: 16px;
    bottom: -57px;
}

/*Testimonials 7 Testimonials 9*/
.pixie_testimonials_8 .et-pb-controllers a:hover,
.pixie_testimonials_9 .et-pb-controllers a:hover,
.pixie_testimonials_7 .et-pb-controllers a:hover,
.pixie_testimonials_8 .et-pb-controllers a.et-pb-active-control,
.pixie_testimonials_9 .et-pb-controllers a.et-pb-active-control,
.pixie_testimonials_7 .et-pb-controllers a.et-pb-active-control {
    background-color: #fff !important;
}

.pixie_testimonials_8 .et-pb-controllers a,
.pixie_testimonials_9 .et-pb-controllers a,
.pixie_testimonials_7 .et-pb-controllers a {
    width: 11px;
    height: 11px;
    background-color: transparent !important;
    border: 2px solid #fff;
}

.pixie_testimonials_9 .et_pb_slide_content h4,
.pixie_testimonials_7 .et_pb_slide_content h4 {
    font-family: 'Playfair Display';
    padding-bottom: 3px;
    font-weight: 400;
}

.pixie_testimonials_9 .et_pb_slide ,
.pixie_testimonials_8 .et_pb_slide ,
.pixie_testimonials_7 .et_pb_slide {
    background: transparent !important;
}

/*Testimonials 8*/

.pixie_testimonials_8 .et_pb_slides {
    transition: all 1s cubic-bezier(0.74, 0.07, 0.17, 0.94);
}

.pixie_testimonials_8 .et_pb_slides .et_pb_slide {
    display: block !important;
    margin: 0 !important;
    opacity: 1 !important;
    float: left !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.pixie_testimonials_8 .et_pb_slides .et_pb_slide .et_pb_container {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin: 0 2.5%;
    height: auto !important;
    width: auto !important;
    padding: 2.5vw 0 0;
}

.pixie_testimonials_8 .et_pb_slides .et_pb_slide .et_pb_slide_image {
    border-radius: 50%;
    overflow: hidden;
    animation: none !important;
}

.pixie_testimonials_8 .et_pb_slides .et_pb_slide .et_pb_slide_image img {
    opacity: 1 !important;
}

#page-container .pixie_testimonials_8 .et_pb_slider .et-pb-controllers {
    bottom: -84px;
}

#page-container .pixie_testimonials_8 .et_pb_slider .et_pb_slide_description .et_pb_slide_content p:not(:last-child) {
    padding-bottom: 8px !important;
}

#page-container .pixie_testimonials_8 .et_pb_slider .et_pb_slide_description {
    padding: 0.7vw 2vw 2.1vw !important;
    animation: none !important;
}

/*Testimonials 9*/
.pixie_testimonials_9 .et_pb_slide_image img {
    border-radius: 50%;
}

.pixie_testimonials_9 .et_pb_slide_image:before {
    content: '“';
    font-family: 'Playfair Display';
    width: auto !important;
    height: auto !important;
    line-height: 100%;
    box-shadow: none !important;
    font-size: 120px;
    top: -34px;
    left: 0;
    position: absolute;
    z-index: 9;
    right: 0;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    .pixie_testimonials_2 .et_pb_testimonial .et_pb_testimonial_portrait {
        width: 300px;
        height: 300px;
    }
}
@media only screen and (max-width: 1390px) {
    .pixie_testimonials_2 .et_pb_testimonial_portrait:before {
        font-size: 170px;
        top: auto;
        left: 0;
        bottom: -100px;
    }

    .pixie_testimonials_9 .et_pb_slider .et-pb-controllers,
    .pixie_testimonials_7 .et_pb_slider .et-pb-controllers {
        bottom: 20px !important;
    }
}

@media only screen and (max-width: 980px) {
    .pixie_testimonials_1 .et_pb_testimonial_portrait {
        width: 220px !important;
        height: 220px !important;
    }

    #page-container .pixie_testimonials_4 .et_pb_testimonial,
    #page-container .pixie_testimonials_2 .et_pb_testimonial,
    #page-container .pixie_testimonials_1 .et_pb_testimonial {
        padding-top: 0 !important;
    }

    #page-container .pixie_testimonials_1 .et_pb_testimonial .et_pb_testimonial_description {
        margin-left: 260px !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
    }

    .pixie_testimonials_1 .et_pb_testimonial_portrait:before {
        top: -17px;
        left: 15px;
    }

    #page-container .pixie_testimonials_6 .et_pb_column_1_3:last-child,
    #page-container .pixie_testimonials_2 .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }

    #page-container .pixie_testimonials_6 .et_pb_column_1_3,
    #page-container .pixie_testimonials_2 .et_pb_column_1_3 {
        width: 32% !important;
        margin-right: 2% !important;
    }

    #page-container .pixie_testimonials_2 .et_pb_row {
        width: 90% !important;
    }

    #page-container .pixie_testimonials_2 .et_pb_column_1_3 .et_pb_testimonial_portrait {
        float: none !important;
        margin: 0 auto 30px !important;
    }

    #page-container .pixie_testimonials_2 .et_pb_testimonial .et_pb_testimonial_author {
        margin-top: 0 !important;
    }

    .pixie_testimonials_3 .et_pb_column_1_3:first-child {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .pixie_testimonials_4 .et_pb_column_1_2,
    .pixie_testimonials_3 .et_pb_column_1_3 {
        width: 48% !important;
        margin-right: 4% !important;
    }

    #page-container .pixie_testimonials_3 .et_pb_testimonial .et_pb_testimonial_description,
    #page-container .pixie_testimonials_3 .et_pb_column_1_3 .et_pb_text {
        text-align: center !important;
        margin: 0 !important;
    }

    #page-container .pixie_testimonials_3 .et_pb_testimonial .et_pb_testimonial_portrait {
        margin: auto !important;
        left: 0 !important;
        right: 0 !important;
    }

    #page-container .pixie_testimonials_4 .et_pb_testimonial_portrait {
        float: none;
        margin: 0 auto 20px !important;
    }

    #page-container .pixie_testimonials_4 .et_pb_testimonial .et_pb_testimonial_description {
        margin-left: 0 !important;
        padding-top: 0;
        line-height: 190%;
        text-align: center !important;
    }

    .pixie_testimonials_5 .et_pb_column_1_2 .et_pb_testimonial {
        padding: 20px !important;
    }

    .pixie_testimonials_5 .et_pb_column_1_2 {
        width: 50% !important;
    }

    #page-container .pixie_testimonials_6 .et_pb_testimonial_description {
        margin-left: 0 !important;
    }

    #page-container .pixie_testimonials_9 .et_pb_slider .et_pb_slide_description,
    #page-container .pixie_testimonials_7 .et_pb_slider .et_pb_slide_description {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 60px !important;
    }

    #page-container .pixie_testimonials_9 .et_pb_slider .et_pb_slide_image {
        margin: 0 auto 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .pixie_testimonials_1 .et_pb_testimonial .et_pb_testimonial_description {
        margin-left: 0 !important;
        text-align: center !important;
    }

    .pixie_testimonials_1 .et_pb_testimonial_portrait {
        margin-bottom: 30px !important;
    }

    .pixie_testimonials_2 .et_pb_testimonial_portrait,
    .pixie_testimonials_1 .et_pb_testimonial_portrait {
        width: 200px !important;
        height: 200px !important;
    }

    .pixie_testimonials_2 .et_pb_testimonial .et_pb_testimonial_description {
        max-width: 500px !important;
    }

    #page-container .pixie_testimonials_2 .et_pb_column_1_3:last-child{
        margin-bottom: 0 !important;
    }

    #page-container .pixie_testimonials_2 .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 40px;
    }

    #page-container .pixie_testimonials_5 .et_pb_row {
        width: 95% !important;
    }

    #page-container .pixie_testimonials_4 .et_pb_row,
    #page-container .pixie_testimonials_3 .et_pb_row {
        width: 90% !important;
    }

    #page-container .pixie_testimonials_6 .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0% !important;
    }

    #page-container .pixie_testimonials_6 .et_pb_column_1_3 .et_pb_testimonial {
        padding-bottom: 140px !important;
    }

    #page-container .pixie_testimonials_6 .et_pb_promo_description p,
    #page-container .pixie_testimonials_6 .et_pb_promo_description h2,
    #page-container .pixie_testimonials_6 .et_pb_column_1_3 .et_pb_testimonial {
        text-align: center !important;
    }

    #page-container .pixie_testimonials_6 .et_pb_testimonial .et_pb_testimonial_portrait {
        left: 0;
        right: 0;
        margin: auto;
    }

    #page-container .pixie_testimonials_6 .et_pb_testimonial .et_pb_testimonial_description {
        max-width: 500px;
        margin: 0 auto !important;
    }

    #page-container .pixie_testimonials_6 .et_pb_testimonial .et_pb_testimonial_author {
        margin-top: 0 !important;
    }

    #page-container .pixie_testimonials_6 .et_pb_column_1_3:not(:last-child) {
        border-bottom: 1px solid;
        padding-bottom: 40px;
    }

    #page-container .pixie_testimonials_8 .et_pb_slider .et_pb_slide_description {
        padding: 10px 30px 40px !important;
    }

    .pixie_testimonials_8 .et_pb_slides .et_pb_slide .et_pb_container{
        padding: 40px 0 0;
    }

    #page-container .pixie_testimonials_8 .et_pb_slider .et-pb-controllers {
        bottom: -54px;
    }

}

@media only screen and (max-width: 480px) {
    #page-container .pixie_testimonials_4 .et_pb_column_1_2:first-child {
        margin-bottom: 60px !important;
    }

    #page-container .pixie_testimonials_3 .et_pb_column_1_3:nth-child(2) {
        border-bottom: 1px solid;
        padding-bottom: 40px;
    }

    #page-container .pixie_testimonials_5 .et_pb_row:nth-child(2) {
        padding-top: 0 !important;
    }

    #page-container .pixie_testimonials_5 .et_pb_row,
    #page-container .pixie_testimonials_5 .et_pb_column_1_2 {
        border: none !important;
    }
}