/*
Theme Name: DoFrancji
Version: 1.0
Author: Fulcro
Template: enfold
*/

/* GLOBAL */

.hideit {
    display: none !important;
}

.content,
.sidebar {
    padding-top: 70px;
    padding-bottom: 70px;
}

.main_color strong {
    color: #575656;
}

.bckg_blue {
    background: #0071bc;
}

.bckg_red {
    background: #c1272d;
}

.txt_blue,
.hdg_blue .av-special-heading-tag {
    color: #0071bc !important;
}

.txt_lightblue,
.hdg_lightblue .av-special-heading-tag {
    color: #55aaff !important;
}

.txt_pink,
.hdg_pink .av-special-heading-tag {
    color: #c755da !important;
}

.txt_red,
.hdg_red .av-special-heading-tag {
    color: #c1272d !important;
}

.txt_green,
.hdg_green .av-special-heading-tag {
    color: #1bbc9b !important;
}


body div .avia-button {
    border-radius: 30px;
    border-color: transparent !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body div .blue_trans .avia-button,
body div .red_trans .avia-button,
body div .green_trans .avia-button,
body div .pink_trans .avia-button {
    background: transparent;
    color: #575656 !important;
}

body div .blue_trans .avia-button:hover,
body div .red_trans .avia-button:hover,
body div .green_trans .avia-button:hover,
body div .pink_trans .avia-button:hover {
    background: #eee !important;
    color: #575656 !important;
}

body div .blue_trans .avia-button {
    border: 2px solid #0071bc !important;
}

body div .red_trans .avia-button {
    border: 2px solid #c1272d !important;
}

body div .green_trans .avia-button {
    border: 2px solid #1bbc9b !important;
}

body div .pink_trans .avia-button {
    border: 2px solid #c755da !important;
}

body div .blue .avia-button {
    background: #0071bc;
}

body div .blue .avia-button:hover {
    background: #55aaff;
}

body div .red .avia-button {
    background: #c1272d;
}

body div .red .avia-button:hover {
    background: #de474d;
}

body div .green .avia-button {
    background: #1bbc9b;
}

body div .green .avia-button:hover {
    background: #0f9a7e;
}

body div .pink .avia-button {
    background: #c755da;
}

body div .pink .avia-button:hover {
    background: #e798f5;
}

.avia-button.avia-size-medium {
    padding: 12px 30px 11px;
    font-size: 14px;
    min-width: 139px;
}

.av-special-heading h2 {
    text-transform: uppercase;
}

.special-heading-inner-border {
    margin-left: 35px;
}

.main_color .special-heading-inner-border {
    border-color: #0071bc;
    opacity: 1;
}

.av-special-heading,
.av-subheading {
    letter-spacing: 0.5px;
}

.av-subheading_above {
    text-transform: uppercase;
    margin-bottom: 1em;
}

/* FONTS */

body,
body#top,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', Arial, sans-serif;
}

#top #wrap_all .all_colors h1,
#top #wrap_all .all_colors h2,
#top #wrap_all .all_colors h3,
#top #wrap_all .all_colors h4,
#top #wrap_all .all_colors h5,
#top #wrap_all .all_colors h6 {
    font-weight: 700;
}

#top #wrap_all .all_colors h2 {
    font-size: 36px;
}

#top #wrap_all .all_colors h3 {
    font-size: 25px;
}

#top #wrap_all .all_colors h4 {
    font-size: 20px;
}

#top .all_colors p {
    line-height: 2em;
}

/* HEADER */

#header .container {
    max-width: 1510px;
}



/* LOGO */

.logo a {
    width: 340px;
}

.logo a img {
    margin-top: 5px;
}

.logo a:after {
    display: block;
    content: "Wycieczki do Francji";
    width: 240px;
    font-size: 22px;
    color: #0071bc;
    position: absolute;
    top: 0px;
    margin-left: 105px;
    font-weight: 700;
}

/* MENU */

#top #header .av-main-nav > li > a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

#top #header .av-main-nav #menu-item-search a {
    font-size: 25px;
}

/* FOOTER */

#footer {
    padding: 0;
}

#footer .flex_cell_inner {
    max-width: 1330px;
    margin: 0 auto;
}

#footer .flex_column {
    background: rgba(255, 255, 255, 0.89);
    padding: 70px 15px 70px 0;
}

@media only screen and (min-width: 990px) {
    #top #footer .no_margin.av_one_fifth {
        width: 22%;
    }

    #top #footer .no_margin.av_one_fifth:first-child {
        width: 12%;
    }
}

@media only screen and (max-width: 990px) {
    #footer .flex_column {
        padding: 20px 15px 20px 50px;
        margin-bottom: 0 !important;
    }

    #footer .avia-image-container.avia-align-right {
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    #footer .flex_column {
        padding: 20px 15px 20px 20px;
    }
}

#footer .av-special-heading h3 {
    font-size: 17px !important;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#footer .av-subheading {
    line-height: 1.65em;
}

#footer .oferta .av-subheading,
#footer .przewodniki .av-subheading {
    line-height: 2em;
}

#footer .footer_logo img {
    margin-right: 30px;
}

#footer .eboox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: fit-content;
    background: #c1272d;
    padding: 6px 30px;
    z-index: 999;
}

#footer .eboox:hover {
    background: #de474d;
    transition: .3s;
}

#footer .eboox a {
    color: #fff;
}

#footer .eboox a:hover {
    text-decoration: none;
}

.ebook #footer .eboox {
    display: none;
}

#footer .socket {
    display: flex;
    background: #0071bc;
    color: #fff;
    padding: 5px 30px;
    font-size: 12px;
}

#footer .socket a {
    color: #fff;
}

#footer .socket a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#footer .socket .copyright,
#footer .socket .privacy,
#footer .socket .madeby {
    width: 33.3333%;
}

#footer .socket .privacy {
    text-align: center;
}

#footer .socket .madeby {
    text-align: right;
}

.boxzilla {
    padding: 8px 40px 8px !important;
}

.boxzilla a {
    color: #fff;
}

.boxzilla-close-icon {
    padding: 10px 10px 6px 6px !important;
    color: #fff !important;
}

/* WIDGETS */

.sidebar .widgettitle {
    margin-bottom: 2em;
    text-transform: none;
    text-align: right;
    color: #575656;
    font-size: 20px !important;
}

.widget_img:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: .3s;
}

.widget_offer {
    border: 1px solid #888 !important;
    margin-bottom: 2em;
}

.sidebar .image-overlay {
    display: none !important;
}

.widget_offer .price {
    position: absolute;
    background: #fff;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    padding: 6px 11px;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    width: max-content;
    min-width: 100px;
    text-align: center;
}

.widget_offer .name {
    color: #fff;
    padding: 8px 20px 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.65em !important;
    margin: 0;
}

.widget_blue {
    background: #0071bc;
}

/*
.widget_blue:hover {
    background: #55aaff;
}*/

.widget_blue .price {
    color: #0071bc;
}

.widget_red {
    background: #c1272d;
}

/*
.widget_red:hover {
    background: #de474d;
}*/

.widget_red .price {
    color: #c1272d;
}

.widget_green {
    background: #1bbc9b;
}

/*
.widget_green:hover {
    background: #0f9a7e;
}*/

.widget_green .price {
    color: #1bbc9b;
}

.widget_pink {
    background: #c755da;
}

/*
.widget_pink:hover {
    background: #e798f5;
}*/

.widget_pink .price {
    color: #c755da;
}


/* BLOG */

#top .fullsize .template-blog .post-title,
#top .fullsize .template-blog .post .entry-content-wrapper,
#top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 1210px;
}

/* blog title */
#top .fullsize .template-blog .post-title {
    font-size: 45px;
    text-transform: uppercase;
    color: #575656;
}

.template-blog .content {
    padding-top: 0;
}

.text-sep-date {
    display: none;
}

.date-container:before {
    font-family: 'entypo-fontello';
    content: "\e85b";
    margin-right: 8px;
    font-size: 16px;
}

/* blog image */
.template-blog .image-overlay .image-overlay-inside:before {
    display: none;
}

.avia_transform a:hover .image-overlay {
    opacity: 0 !important;
}

/* BLOG LIST */

/* title */

#ciekawostki .av-special-heading-tag {
    color: #0071bc;
}


/* boxes */

#ciekawostki article {
    display: flex;
    border: 1px solid #d0d0d0;
    min-height: 300px;
}

#ciekawostki .slide-image {
    margin: 0;
    width: 100%;
}

#ciekawostki .slide-image img {
    height: 100%;
    object-fit: cover;
}

#ciekawostki .slide-content {
    padding: 2.5em 1.5em 1em;
}

#ciekawostki .slide-entry-title {
    font-size: 18px !important;
    margin-bottom: 5px;
    min-height: 75px;
}

#ciekawostki .slide-meta {
    display: none;
}

#ciekawostki .read-more-link {
    position: absolute;
    bottom: 3.5em;
}

#ciekawostki .read-more-link a {
    padding: 9px 25px;
    border-radius: 20px;
    text-transform: uppercase;
}

#ciekawostki .read-more-link a:hover {
    text-decoration: none;
}

#ciekawostki .read-more-link .more-link-arrow {
    display: none;
}

/* blog list custom colors */

#ciekawostki .slide-loop-1 .slide-content,
#ciekawostki .slide-loop-4 .slide-content,
#ciekawostki .slide-loop-5 .slide-content,
#ciekawostki .slide-loop-7 .slide-content,
#ciekawostki .slide-loop-10 .slide-content,
#ciekawostki .slide-loop-11 .slide-content {
    background: #fff;
}


#ciekawostki .slide-loop-2 .slide-content,
#ciekawostki .slide-loop-8 .slide-content {
    background: #c1272d;
    color: #fff;
}

#ciekawostki .slide-loop-3 .slide-content,
#ciekawostki .slide-loop-9 .slide-content {
    background: #0071bc;
    color: #fff;
}

#ciekawostki .slide-loop-6 .slide-content,
#ciekawostki .slide-loop-12 .slide-content {
    background: #1bbc9b;
    color: #fff;
}

#ciekawostki .slide-loop-1 .slide-entry-title,
#ciekawostki .slide-loop-4 .slide-entry-title,
#ciekawostki .slide-loop-7 .slide-entry-title,
#ciekawostki .slide-loop-10 .slide-entry-title {
    color: #575656;
}

#ciekawostki .slide-loop-2 .slide-entry-title,
#ciekawostki .slide-loop-3 .slide-entry-title,
#ciekawostki .slide-loop-6 .slide-entry-title,
#ciekawostki .slide-loop-8 .slide-entry-title,
#ciekawostki .slide-loop-9 .slide-entry-title,
#ciekawostki .slide-loop-12 .slide-entry-title {
    color: #fff;
}

#ciekawostki .slide-loop-1 .read-more-link a,
#ciekawostki .slide-loop-7 .read-more-link a {
    background: #1bbc9b;
    color: #fff;
}

#ciekawostki .slide-loop-2 .read-more-link a,
#ciekawostki .slide-loop-8 .read-more-link a {
    background: #fff;
    color: #c1272d;
}

#ciekawostki .slide-loop-3 .read-more-link a,
#ciekawostki .slide-loop-9 .read-more-link a {
    background: #fff;
    color: #0071bc;
}

#ciekawostki .slide-loop-4 .read-more-link a,
#ciekawostki .slide-loop-10 .read-more-link a {
    background: #c755da;
    color: #fff;
}

#ciekawostki .slide-loop-5 .read-more-link a,
#ciekawostki .slide-loop-11 .read-more-link a {
    background: #c1272d;
    color: #fff;
}

#ciekawostki .slide-loop-6 .read-more-link a,
#ciekawostki .slide-loop-12 .read-more-link a {
    background: #fff;
    color: #1bbc9b;
}

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

    #ciekawostki article {
        display: block;
        min-height: unset;
    }

    #ciekawostki .read-more-link {
        position: inherit;
        margin-top: 25px;
        margin-bottom: 15px;
    }
}

/* pagination */

#ciekawostki .pagination {
    display: flex;
    justify-content: center;
}

#ciekawostki .pagination-meta {
    display: none;
}

#ciekawostki .pagination .current {
    color: #fff;
    background: #55aaff;
}

/* VIDEO ON HOME */

#ciekawostki .avia_playpause_icon {
    display: none !important;
}

/* SLIDER */

#top .avia-slideshow-arrows a {
    font-size: 45px;
}

#top .av-control-minimal .avia-slideshow-arrows a:before {
    border-width: 0;
}

/*
#fullscreen_slider_1 .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content {
}*/

#fullscreen_slider_1 .slideshow_caption {
    width: auto;
}

#fullscreen_slider_1 .avia-caption-content {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.95em;
    transform: rotate(-5deg);
    -webkit-animation: none;
    animation: none;
    transition: .3s ease-in;
}

#fullscreen_slider_1 .avia-caption-content span {
    padding: 8px 30px;
}

/* WYCIECZKI */


/* #wycieczki {
    max-width: 1330px;
    margin: 0 auto;
} */

#wycieczki .av-special-heading h2 {
    text-transform: none;
}

#wycieczki .avia_textblock p {
    margin: 1.5em 0;
}

/* OFERTA */

#oferta .av-special-heading h2 {
    padding-bottom: 50px;
}

#oferta .av-special-heading h3 {
    padding-bottom: 10px;
}

#oferta .av-subheading {
    color: #f7fafd;
}

#oferta .transfer:before,
#oferta .hotel:before,
#oferta .ubezpieczenie:before,
#oferta .fakultatywne:before,
#oferta .przewodnik:before,
#oferta .posilki:before {
    display: block;
    content: "";
    width: 85px;
    height: 135px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -10px;
    margin-right: 20px;
}

#oferta .transfer:before {
    background-image: url(../../../wp-content/uploads/icon-1-transfer.png);
}

#oferta .hotel:before {
    background-image: url(../../../wp-content/uploads/icon-2-hotel.png);
    margin-top: 0px;
}

#oferta .ubezpieczenie:before {
    background-image: url(../../../wp-content/uploads/icon-3-ubezpieczenie.png);
}

#oferta .fakultatywne:before {
    background-image: url(../../../wp-content/uploads/icon-4-fakultatywne.png);
}

#oferta .przewodnik:before {
    background-image: url(../../../wp-content/uploads/icon-5-przewodnik.png);
}

#oferta .posilki:before {
    background-image: url(../../../wp-content/uploads/icon-6-posilki.png);
}

/* INCENTIVE */

#incent_middle .av-special-heading {
    margin-top: -100px;
}

#incent_oferta .av-special-heading,
#pelna_oferta .av-special-heading,
#wycieczki .offer_col .av-special-heading {
    margin-top: 0;
    padding: 20px;
}

#incent_oferta .av-special-heading h4,
#pelna_oferta .av-special-heading h4,
#wycieczki .offer_col .av-special-heading h4 {
    color: #575656;
    line-height: 1.25em;
    min-height: 50px;
}

#incent_oferta .av-subheading,
#pelna_oferta .av-subheading_below,
#wycieczki .offer_col .av-subheading_below {
    margin-top: 1em;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
}

#incent_oferta .avia_textblock,
#pelna_oferta .avia_textblock,
#wycieczki .offer_col .avia_textblock {
    padding: 0 20px;
}

#incent_oferta .avia-button,
#wycieczki .offer_col .avia-button {
    margin-top: 1em;
    margin-bottom: 2em;
}

/* PEŁNA OFERTA */

#pelna_oferta .avia-button {
    margin-top: 1.5em;
    margin-bottom: 3em;
}

/* REGIONY */

#region .av-special-heading-tag {
    text-transform: none !important;
}

#pelna_oferta .region .av-special-heading-tag {
    font-size: 32px !important;
    text-transform: uppercase !important;
}

/* SINGLE OFFER */

.offer_title h2 {
    text-transform: none !important;
    font-size: 27px !important;
}

.toggle_icon {
    background: #ca292f;
    width: 21px;
    height: 21px;
    top: 45%;
    left: 0px;
}

.toggle_icon .vert_icon {
    left: 9px;
    top: 5px;
}

.toggle_icon .hor_icon {
    top: 9px;
    left: 5px;
}

#top .main_color .av-minimal-toggle .toggler {
    font-weight: 700;
    color: #0071bc;
}

h5 + ul {
    margin-top: 1em;
}

/* GRUPY */

#grupy .av-subheading,
#rejsy .av-subheading {
    color: #0071bc;
}

/* O NAS */

#zespol .av-special-heading h3 {
    color: #575656;
}

#zespol .av-subheading {
    text-transform: uppercase;
}

/* REALIZACJE */

.realizacje .av-special-heading-tag {
    color: #0071bc;
    text-transform: none;
}

.realizacje .av-subheading_below {
    text-transform: uppercase;
}

/* KONTAKT */

#top .main_color input[type='text'],
#top .main_color textarea {
    border-radius: 20px !important;
}

.avia_ajax_form .button {
    padding: 13px 18px;
}

.main_color input[type='submit'] {
    text-transform: uppercase;
    border-radius: 20px;
    background: #c1272d;
    border-color: transparent;
}

#formularz .first_form {
    margin-top: 23px;
}

/* E-BOOK */

.ebook .form_element .text_input {
    border-radius: 20px !important;
    border: 2px solid #0071bc !important;
}

#top .ebook label {
    font-weight: 400;
    font-size: 11px;
    line-height: 1.65em;
    text-align: justify;
}

#top .ebook input[type='text'] {
    color: red !important;
    letter-spacing: 1px;
}

.ebook .form_element .button {
    border-radius: 20px !important;
    text-transform: uppercase;
    border-bottom: 0;
}

.ebook .form_green .button {
    background: #1bbc9b;
}

.ebook .form_blue .button {
    background: #01538a;
}

.ebook .form_pink .button {
    background: #c755da;
}

/* SHOP */

#shop_cat .av-special-heading,
#shop_products .av-special-heading {
    margin-top: 30px;
}

#shop_cat .av-special-heading-tag {
    color: #575656;
    font-weight: 400 !important;
    line-height: 1.5em;
    min-height: 60px;
}

#shop_cat .av-special-heading h2,
#shop_products .av-special-heading h2 {
    font-weight: 700 !important;
    color: #575656;
}

#shop_cat .av-subheading_above,
#shop_products .av-subheading_above {
    margin-bottom: 10px;
}

#shop_cat .av-subheading_below {
    margin-top: 15px;
}

#shop_cat .shop_more {
    color: #575656;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 20px;
    padding: 3px 25px;
    transition: .3s;
}

#shop_cat .shop_more:hover {
    text-decoration: none;
    opacity: 0.7;
}

#shop_products .product-sorting {
    display: none;
}

.single-product .alternate_color {
    background: #fff !important;
}

.related h2 {
    font-weight: 400 !important;
    font-size: 28px !important;
    padding-bottom: 23px;
    color: #575656;
}

#shop_products .thumbnail_container,
.related .thumbnail_container {
    padding: 15px 15px 0;
}

#shop_products .inner_product_header,
.related .inner_product_header {
    padding: 10px 28px 15px;
    border-top: 0 !important;
}

#shop_products .avia-arrow,
.related .avia-arrow {
    display: none;
}

#shop_products h2.woocommerce-loop-product__title,
.related h2.woocommerce-loop-product__title {
    text-transform: none;
    font-weight: 400 !important;
    font-size: 17px !important;
    color: #575656;
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 1.6em;
    padding-bottom: 5px;
    min-height: 65px;
}

#shop_products .price .woocommerce-Price-amount,
#shop_products .price .woocommerce-Price-currencySymbol,
.related .price .woocommerce-Price-amount,
.related .price .woocommerce-Price-currencySymbol {
    font-weight: 400 !important;
    color: #0071bc;
}

#shop_products .price,
.related .price {
    color: transparent !important;
}

#shop_products .price:before,
.related .price:before {
    display: block;
    content: "od";
    color: #0071bc;
    float: left;
    margin-right: 7px;
    font-size: 18px;
    font-weight: normal;
}

#shop_products .price span:nth-child(2),
.related .price span:nth-child(2) {
    display: none !important;
}

#shop_products .avia_cart_buttons,
.related .avia_cart_buttons {
    opacity: 1;
    border-top: 0;
    padding: 2px 15px 15px;
}

.related .avia_cart_buttons {
    background: #fff;
}

#shop_products .avia_cart_buttons .button,
#top .related .avia_cart_buttons .button {
    color: #fff !important;
    background: #0071bc;
    padding: 11px 25px;
    border-radius: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

#shop_products .avia_cart_buttons .product_type_simple,
.related .avia_cart_buttons .product_type_simple {
    width: 100% !important;
}

#shop_products .avia_cart_buttons .button span,
.related .avia_cart_buttons .button span {
    display: none;
}

#shop_products .show_details_button,
#shop_products .button-mini-delimiter,
.related .show_details_button,
.related .button-mini-delimiter {
    display: none !important;
}

@media only screen and (min-width: 768px) {

    .shop_columns_3 .products .product {
        margin: 0 5% 2% 0;
        width: 29.6%;
    }
}

/* Single Product */

.product h1.product_title {
    color: #575656;
    font-size: 28px;
    letter-spacing: 1px;
}

#top .product .price .woocommerce-Price-amount,
#top .product .price .woocommerce-Price-currencySymbol {
    font-size: 18px;
}

.product .summary .cart {
    margin-top: 15px;
}

.product .single_add_to_cart_button {
    text-transform: uppercase;
    font-size: 14px;
    padding: 14.5px 25px;
    border-radius: 20px;
}

.product .woocommerce-variation-add-to-cart {
    margin-top: 10px;
}

.product .product_meta {
    display: none;
}

.woocommerce-Tabs-panel h2:first-child {
    display: none;
}

.woocommerce-tabs ul {
    line-height: 2em;
    margin-top: 0.85em;
}

.infobox {
    background: #ebedff;
    padding: 1em 2em;
    font-weight: bold;
    color: #0071bc;
    text-align: center;
}




/* MOBILE */

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

    /* logo */

    .logo a:after {
        display: none;
    }

    /* footer */

    #footer .socket {
        display: block;
    }

    #footer .socket .copyright,
    #footer .socket .privacy,
    #footer .socket .madeby {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        font-size: 10px;
        line-height: 1.5em;
    }

    /* o nas */

    #onas .content {
        padding-bottom: 0;
    }

    /* blog */

    .responsive #top #wrap_all .slide-entry {
        width: 100%;
        margin-left: 0;
    }

    .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd {
        margin-bottom: 20px;
    }



}

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

    #oferta .av-special-heading h3 {
        font-size: 20px !important;
    }

    #oferta .av-subheading {
        font-size: 12px !important;
    }
}
