/*
 Theme Name: Betheme Child
 Theme URI: https://themes.muffingroup.com/betheme/
 Description: The biggest WordPress Theme ever
 Author: Muffin group
 Author URI: https://muffingroup.com/
 Template: betheme
 Version: 21.8.20
 License: Themeforest Split Licence
 License URI: https://themeforest.net/licenses/standard
 Text Domain: betheme
*/

body #Header .container {
    max-width: 1200px !important;
}

::selection {
    color: #fff !important;
    background-color: #B29B42 !important;
}
/* Utilities */
.h1 {
    font-size: 42px;
    font-family: 'Playfair Display';
}

.h2 {
    font-size: 32px;
    font-family: 'Playfair Display';
}

.h3 {
    font-size: 22px;
    font-family: 'Playfair Display';
}

.h4 {
    font-size: 18px;
    font-family: 'Playfair Display';
}

h2 {
    line-height: 1.4 !important;
}

/* Spatiere intre sectiuni WP Visual Composer Builder */
.the_content_wrapper > .vc_row.wpb_row {
    margin-top: 5rem;
}

.wpb_wrapper > div {
    margin-bottom: 0px !important;
}

/* Buton principal - incredibila tema, nici butoane custom nu poti avea ca insereaza
prin JS pe <button> o gramada de prostii ... */
.custom-btn {
    position: relative;
    color: #fff !important;
    font-size: 18px;
    background-color: #E5C856;
    padding: 0.8em 1.2em;
    font-weight: bold;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 1rem;
    transition: background-color 200ms ease-in-out;
}

.custom-btn:hover {
    background-color: #DCC052;
    color: #fff !important;
}

.custom-btn a {
    text-decoration: none !important;
    color: #fff !important;
}

/* Tema imi insereaza prin javascript un filtru pe butoane pe :after... */
.custom-btn:hover a {
    text-decoration: none !important;
    color: #fff !important;
}

.custom-btn::after {
    content: none !important;
}

.custom-btn:hover::after {
    content: none !important;
}


/************/
/* HOMEPAGE */

/* Homepage tabs */
.vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
    background-color: rgba(0, 0, 0, 4%) !important;
    border-radius: 1rem !important;
    padding: 1rem !important;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a {
    background-color: rgba(0, 0, 0, 4%) !important;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a {
    background-color: rgba(0, 0, 0, 2%) !important;
}

@media screen and (max-width: 768px) {
    .sectionTabs img {
        margin-top: 1rem;
    }
}


/* Sectiunea TESTIMONIALE Homepage */
.gtco-testimonials {
    position: relative;
}

.gtco-testimonials .owl-stage-outer {
    padding-bottom: 2rem;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #E5C856;
    margin: 0 5px;
    transition: transform 200ms ease-in;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #E5C856;
    box-shadow: none;
    transform: scale(1.35);
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    background: #F5F5F5;
    margin: 0 20px;
    padding: 1.2rem;
    border-radius: 1rem;
}

.gtco-testimonials .text-center {
    text-align: center;
}

.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 3%);
    width: 100px;
    height: 100px;
}

.gtco-testimonials .card .card-body--name {
    color: #E5C856;
    font-size: 1.5rem;
    font-weight: 600;
}

.gtco-testimonials .card .card-body--company {
    font-size: 1rem;
    color: #666;
}

.gtco-testimonials .card .card-body--text {
    text-align: justify;
    font-style: italic;
    line-height: 1.5;
    margin-top: 0.875rem;
}

.gtco-testimonials .card p {
    color: #555;
    padding-bottom: 15px;
}

.gtco-testimonials .fab {
    display: block;
    font-size: 20px;
    color: #FF0000;
}

.gtco-testimonials .active {
    opacity: 0.75;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
}

.gtco-testimonials .center .card-img-top {
    /*max-width: 100%;*/
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }

    #home-gallery .vc_item {
        width: 1.7% !important;
    }
    
    h3, .woocommerce ul.products li.product h3, .woocommerce #customer_login h2 {
    line-height: 45px !important;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}

.progress-bar {
    height: 120px;
    width: 12px;
    border-radius: 1rem;
    position: relative;
    margin: 0 auto;
    background: #ccc;
    margin-bottom: 10px;
}

.progress-bar-fill {
position: absolute;
    width: 12px;
    bottom: 0;
    background: #DCC052;
    border-radius: 1rem;
}

.progress-bar-fill-percentage-a {
    height: 100%;
}

.progress-bar-fill-percentage-b,
.progress-bar-fill-percentage-c{
    height: 40%;
}

.vc_images_carousel .vc_left.vc_carousel-control {
    left: -40px !important;
}


#instagram-embed-0 {
    height: 60px !important;
}

.vc_images_carousel .vc_right.vc_carousel-control {
    right: -15px !important;
    left: unset !important;
}

@media screen and (min-width: 768px) {
    .vc_images_carousel .vc_carousel-indicators {
        bottom: -50px !important;
    }
}

footer .wp-block-column:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


#blog-grid {
    min-height: 65vh;
}

.custom-date,
.custom-author {
    display: inline-block;
    width: 50%;
}

.single-post .post-nav,
.single-post .share_wrapper{
    display: none !important;
}

.single-post .column.one.single-photo-wrapper.image {
    display: none !important;
}

@media screen and (min-width: 959px) {
    .single-post h2 {
        font-size: 47px !important;
    }
}

.post-title h2.entry-title {
    font-size: 20px !important;
}


/* contact page */
.custom-contact-title
{
	color: #e5c856 !important;
	font-size: 40px !important;
	line-height: 0.9 !important;
	text-align: center !important;
}

.custom-contact-subtitle
{
	font-size: 14px !important;
	line-height: 1.6 !important;
	text-align: center !important;
}

.wpcf7-submit {
   background-color: #e6ae48 !important; 
   color: #fff !important;
   padding: 6px 20px;
}

.custom-cta-btn a
{
	color: black !important;
	border-color: #e6ae48 !important;
	background-color: transparent !important;
}

.custom-cta-btn a:hover {
  color: white !important;
  background-color: #e6ae48 !important;
  border-color: #e6ae48 !important;
}
.text-left {
    text-align: left;
}
.h5 a {
    color: #000;
}
.h5 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 800;
    letter-spacing: 0px;
}
.title.title-black a,
.title.title-black a:hover,
.title.title-black a:focus {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.page-id-22 .mfn-visualeditor-content.mfn-inline-editor p {
    margin: 0;
}
.column_heading.title.h2 div.title {
    font-size: 38px !important;
    line-height: 38px;
}
.mcb-column-inner.mcb-column-inner-65f588dd8.mcb-item-button-inner {
    text-align: center;
    margin-bottom: 20px;
}
.mcb-column-inner.mcb-column-inner-cqxzy3s3q.mcb-item-button-inner {
    text-align: center;
    margin: 0;
}
a.button.text-center.button_size_3 {
    border: 1px solid #e6ae48;
    color: #000;
    font-size: 19px;
}
.title.h4.text-left a {
    color: inherit;
    text-decoration: none;
}
.title.h3.text-white.cap {
    text-align: left;
    color: #fff;
    font-size: 29px !important;
    font-weight: 600;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    display: table;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
}

.bigger-h5 .title.h5 {
    font-size: 33px !important;
    line-height: 36px;
    margin-bottom: 5px;
    margin-top: 10px;
}

ul.contact-details-header li {
    margin-right: 17px;
}
ul.contact-details-header {
    position: absolute;
    top: 0;
    display: flex;
    right: 0;
    margin-right: 48px;
    margin-top: 2px;
    z-index: 992;
}

@media(min-width: 1190px) {
    body .google-map-contact-wrapper .get_in_touch {
        width: 270px;
    }
}

@media(max-width: 1239px){
    ul.contact-details-header li span.contact-label {
        display: none;
    }
    ul.contact-details-header {
        margin-top: 28px;
        font-size: 21px;
        color: #e6ae48;
    }
}

@media(min-width: 1240px){
    div#Top_bar {
        padding-top: 15px;
    }
    ul.contact-details-header {
        margin-top: -3px;
    }
}

@media(max-width: 767px){
    ul.contact-details-header {
        margin-top: 20px;
        font-size: 19px;
    }
    ul.contact-details-header li {
        padding-left: 10px;
    }
    body.mobile-header-mini.mobile-mini-mr-lc #Top_bar .logo {
        margin-left: 12px !important;
    }
}



/* END of contact page */