/*
* Theme Name: Progery Child
* Theme URI: https://themeforest.net/user/bdevs/portfolio
* Author: bdevs
* Author URI: https://bdevs.net/wp/progery/
* Description: Progery - Plastic Surgery WordPress Theme
* Version: 1.0.0
* Template: progery
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/*Globalne*/
:root {
    --theme-color: #D7B56D;
}
body .elementor-widget .elementor-icon-list-item {
   
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

body .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
  
    margin-top: 5px;
}

/*header*/

.header-nav__2 ul li a {
    padding: 45px 25px !important;
   
}

.logo-2::after {
 
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0) !important;
    height: 100px !important;
}

/* top bar border pomiędzy elementami */
.topbar__meta a:not(:first-child)::after {
  
    background-color: #ffffff !important;
   
}

/*header pozostałe*/

.header-wrapper.header-wrapper-2 .col-xl-8 {
  
    width: 75% !important;
}

.header-wrapper.header-wrapper-2 .col-xl-4 {
    
    width:25% !important;
}

.breadcrumb__height {
    min-height: 300px !important;
}

/*header home*/

#header-sticky.header-bottom .header-menu-wrapper.d-flex.align-items-center {
	flex-direction: row-reverse !important;
}

#header-sticky.header-bottom .align-items-center {
   
    justify-content: space-between !important;
}

#header-sticky.header-bottom .col-xl-10 {
    
    width: 95% !important;
}

#header-sticky.header-bottom .col-xl-2 {
    
    display: none !important;
}



/*Kontakt*/



.contact__list-2 ul li:not(:last-child) {
    border-bottom: 1px solid #ffffff !important;
    
}

body .contact__left p {
    font-size: 18px;
    line-height: 1.2em !important;
    
}


body .contact__left {
    
    background-position: center;
    padding: 50px 10px;
}

body .text-contact {
	color: #000000;
	font-size: 22px;
	line-height: 1.2em;
	padding-bottom: 30px;
	font-family: "Roboto Slab";
}



body .contact__left .contact__list-2 .contact__desc span {
    color: #ffffff !important;
    font-weight: bold !important;
}

/* home*/

.single__testimonial-2 {
    background-color: #d7b56dde !important;
    
}
.testimonial__left blockquote {
    font-size: 25px;
    color: #ffffff !important;
    font-family: "Montserrat", serif !important;
	line-height: 1.3em !important;
}
.testimonial__right h4 {
  color: #ffffff !important;
}

.testimonial__right p {
	display: none !important;
}



/*Portfolio*/


.portfolio__thumb-text span {
    display: none !important;
}

/*Pricing*/

body .price-text {
	color: #000000;
	font-size: 15px;
}

[data-overlay]::before {
    background-color: #d7b56d;
    opacity: 0.8 !important;
}
.trail-item.trail-end span {
    color: #212121 !important;
}