/*
Theme Name: ArcCan Shade Structures
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* GLOBAL CSS */

    .fl-theme-builder-header-scrolled .top-header-row,
    .fl-theme-builder-header-scrolled .header-menu-row .fl-node-6033cc6850ce7,
    .page-id-15 .page-banner .banner-slider-button,
    .page-id-15 .page-banner .swiper-pagination,
    .page-id-13 .page-banner .banner-slider-button,
    .page-id-3 .page-banner .swiper-pagination,
    .page-id-3 .page-banner .banner-slider-button,
    .page-id-51 .page-banner .swiper-pagination,
    .page-id-51 .page-banner .banner-slider-button,
    .page-id-53 .page-banner .swiper-pagination,
    .page-id-53 .page-banner .banner-slider-button,
    .page-id-19 .page-banner .swiper-pagination{
        display: none;
    }
    
    .about-more-desc .fl-col .fl-module-content p {
        margin: 0;
    }
    
    .fl-node-60340340a9673 .fl-module-content .fl-icon i:hover, 
    .fl-node-60340340a9673 .fl-module-content .fl-icon i:hover:before, 
    .fl-node-60340340a9673 .fl-module-content .fl-icon a:hover i, 
    .fl-node-60340340a9673 .fl-module-content .fl-icon a:hover i:before,
    .fl-builder-content .fl-node-6033cc9368e54 a:hover{
        color: #d3edeb;
    }
    
    .hexagon {
        -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    }
    
    .hexagon-parent h3 {
        transition: all .5s ease;
    }
    
/* - END - GLOBAL CSS */


/* HOME HEXAGON AREA */

    .fl-node-603513b9490a0 > .fl-col-content,
    .fl-node-603516e542bed > .fl-col-content{
        transition: all .5s ease;
        -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    }
    
    .fl-node-603513b9490a0 > .fl-col-content:hover {
        background-image: url(https://www.arccan.viewourdesign.com/wp-content/uploads/2021/03/5.png);
    }
    
    .fl-node-603516e542bed > .fl-col-content:hover {
        background-image: url(https://www.arccan.viewourdesign.com/wp-content/uploads/2021/02/product-name-5.png);
    }
    
    .fl-node-603516db9277e > .fl-col-content:hover {
        background-image: url(https://www.arccan.viewourdesign.com/wp-content/uploads/2021/02/product-name-6.png);
    }
    
    .fl-node-603516ecd7c5e > .fl-col-content:hover {
        background-image: url(https://www.arccan.viewourdesign.com/wp-content/uploads/2021/02/product-name-2.png);
    }
    
    .hexagon-parent h3:hover a span {
        color: #2c7d73 !important;
    }

/* - END - HOME HEXAGON AREA */


/* ABOUT PAGE */

    .about-more-desc .fl-col {
        position: relative;
    }

    .about-more-desc .fl-col:hover::before {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(52,146,136,0.9);
    }
    
    .about-more-desc .fl-col-small .fl-module-content {
        opacity: 0;
    }
    
    .about-more-desc .fl-col:hover .fl-module-content {
        position: relative;
        opacity: 1;
    }

/* - END - ABOUT PAGE */


/* SEARCH BLOCK */

    .search-block {
        background-color: #f5f5f5;
        padding: 20px;
        max-width: 1027px;
        width: 100%;
        /*margin-left: auto;
        margin-right: auto;*/
        position: relative;
    }
    
    .search-block h2 {
        color: #000;
        font-size: 15px;
    }
    
    .search-block .search-fields {
            display: -webkit-box; 
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex; 
        display: flex;

    }
    
    .search-block .search-fields .fa {
        font-size: 23px;
        color: #70757a;
        font-weight: 600;
        padding: 8px;
        border: 1px solid #ececec;
    }
    
    .search-block .search-fields form select:hover{
        background-color: #306f69 !important;
    }
    
    .search-block .search-fields form select,
    .search-block .search-fields form select option{
        cursor: pointer;
        padding: 8px;
        margin-right: 2px;
        font-size: 14px !important;
        background-color: #449d94 !important;
        color: #fff !important;
        border: 0;
    }
    
    .search-block .search-fields button {
        padding: 8px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-20%);
        background-color: #efefef;
        color: #70757a;
        border: 0;
        border-radius: 0;
    }
    
    .search-block .search-fields button:hover {
        color: #fff;
        background-color: #70757a;
    }

/* - END - SEARCH BLOCK */


/* PRODUCTS BLOCK */

    .filter-wrap {
            display: -webkit-box; 
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex; 
        display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #339286;
    }
    
    .filter-btn {
        margin: 0;
        padding: 0;
    }
    
    .filter-wrap li {
        list-style: none;
        padding: 10px 35px;
    }
    
    .filter-wrap li:hover,
    .filter-wrap li:hover a,
    .filter-wrap li a:hover,
    .filter-wrap li.active,
    .filter-wrap li.active a
    {
        color: #fff;
        background-color: #339286;
    }
    
    .filter-wrap li a {
        color: #a3a3a3;
        text-transform: uppercase;
        font-size: 25px;
    }
    
    .hide {
    	display: none !important;
    }

    .album {
    	display: block;
    	margin: 120px 0 20px 0;
    }
    
    .album .slick-slide img {
        -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    }
    
    .album .slick-slide .content{
        width: 400px;
        padding: 0 20px;
    }
    
    .album .slick-slide .content h2 {
        font-size: 25px;
        text-align: center;
        margin: 20px 0;
    }
    
    .album .slick-slide .content p {
        font-size: 17px;
        text-align: center;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    
    .album .slick-slide .content button {
        margin: 20px 0 0 130px;
        background-color: #339286;
        border: none;
        padding: 25px;
        border-radius: 10px;
    }
    
    .album .slick-slide .content button:hover {
        background-color: #2f7c72;
    }
    
    .album .slick-slide .content button a {
        color: #fff;
    }
    
    .album .slick-dots {
            display: -webkit-box; 
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex; 
        display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
         justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
        margin: 30px 0;
        padding: 0;
    }
    
    .album .slick-dots li {
        list-style: none;
        padding: 0 5px;
    }
    
    .album .slick-dots li.slick-active button,
    .album .slick-dots li button:hover{
        background-color: #339286;
        top: 0;
    }
    
    .album .slick-dots li button {
        font-size: 0;
        background-color: #a3a3a3;
        border: none;
        padding: 0;
        width: 10px;
        height: 10px;
        border-radius: 100%;
    }
    

/* - END - PRODUCTS BLOCK */

@media only screen and (max-width: 1199px) {
    
    .album .slick-slide .content button {
        margin: 20px 0 0 95px;
    }
}

@media only screen and (max-width: 1024px) {
    
    .album .slick-slide .content button {
        margin: 20px 0 0 145px;
    }
}

@media only screen and (max-width: 768px) {
    .filter-wrap li {
        padding: 10px 20px;
    }
    
    .filter-wrap li a {
        font-size: 18px;
    }
    
    .slick-slide img {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .album .slick-slide .content button {
        width: 100%;
        margin: 0;
    }
    
    .three-col-section .swiper-wrapper {
        display: inherit;
    }
    
    .three-col-section .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {
    
    .order-2 {
        order: 2;
    }
}

@media only screen and (max-width: 540px) {
    
    .filter-wrap {
        display: inherit;
        border: none;
    }
    
    .filter-wrap li {
        text-align: center;
    }
    
    .album {
        margin: 50px 0 20px 0;
    }
    
    .album .slick-slide .content button {
        padding: 15px;
    }
}

@media only screen and (max-width: 320px) {
    
    .ginput_recaptcha > div {
        width: 100% !important;
    }
    
    .filter-wrap li a {
        font-size: 15px;
    }
}


@media only screen and (min-width: 1025px) and (max-width: 1440px){
    .fl-node-6036b15877564 .menu a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 641px) {
    #field_2_6 {
        padding-right: 0;
    }
    .gform_wrapper textarea.large {
        height: 200px;
        background-color: transparent;
        border-radius: 0;
    }
}

/* SEARCH AND FILTER BAR */

.searchandfilter > ul > li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}

/* - END - SEARCH AND FILTER BAR */