/*
Theme Name:		 Berd
Description:	 Berd is a child theme of Invert Lite, created by Carmen Mihalca
Author:			 Carmen Mihalca @ TouchTech.ro
Author URI:		 https://touchtech.ro
Template:		 invert-lite
Version:		 1.0.0
Text Domain:	 berd
*/
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
}
body {
    font-family: 'Poppins';
    font-size: 16px;
}
.skehead-headernav .logo {
    max-height: 65px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
    font-weight: normal;
    line-height: 2;
    margin: 1em 0;
}
/* body.page .page-content,
#skehead {
    background-color: #f3f4f3;
}
#skehead .container,
#content {
    background: #FFF;
} */
.skt-mob-menu li a, blockquote,
#skenav .ske-menu, ul.menu,
.skepost label {
    font-size: 16px!important;
}
.skepost sup, .skepost .su,
.continue a {
    font-size: 0.9em!important;
}
#menu-utile {
    float: left;
}
#menu-utile li {
    clear: both;
}
#menu-instrumente-sidebar .sub-menu {
    margin-left: 1em!important;
}
ul#menu-instrumente li {
    clear: both;
}
#content tr td, th {
    border: 1px solid #eee;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background: rgb(26,200,210);
    color: #FFF;
    font-weight: normal;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
     border: 1px solid #eee;
}
.woocommerce div.product {
    margin-top: 2em;
}
.skepost input {
    margin-bottom: 0;
}
input#rqa_privacy {
    margin-top: 10px;
}
.bread-title-holder {
    border: 0;
    background: transparent;
}
.skehead-headernav {
    box-shadow: none;
}
.bread-title-holder {
    text-align: left;
}
.container.post-wrap {
    margin-top: 5px;
}
.wp-block-button__link {
    border-radius: 5px;
    padding: 10 20px;
    background: #1ac8d2;
}
.wp-block-cover__inner-container {
     margin: auto 30px;
}
h1.has-large-font-size {
    font-weight: bold;
    line-height: initial;
    width: 50%;
}
.wp-block-cover__inner-container.is-layout-constrained.wp-block-cover-is-layout-constrained p {
     width: 50%;
}
.skt-ctabox div.skt-ctabox-button a, .skt-parallax-button {
    font-size: 1em;
}
.yith-ywraq-add-to-quote  {
    margin: 20px 0;
}
.woocommerce-product-description {
    clear: both;
}
.related.products {
    margin-top: 2em;
}

.wp-block-column.is-layout-flow i {
    font-size: 3em;
    color: #1ac8d2;
    margin-bottom: 0.3em;
}
.wp-block-column.is-layout-flow  h3 {
    margin-bottom: 0.3em;
}
.wp-block-group div {
    margin: 1em 0;
}
.wp-block-media-text>.wp-block-media-text__content {
    padding: 0;
}
.wp-block-media-text__media img {
    width: auto;
}
.wp-block-heading,
.wp-block-group.is-layout-grid {
    margin: 1em 0;
}
.wp-block-group.is-layout-grid i {
    color: #1ac8d2;
}
.wp-block-group.is-layout-grid p {
  border-radius: 5px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  padding: 24px;
  transition: transform 0.3s ease;
  padding: 20px;
  font-family: 'Poppins Bold';
}
@media (min-width: 1200px) {
    #footer .row-fluid .span3 {
        width: 31%!important;
    }
}
@media (max-width: 768px) {
    h1.has-large-font-size {
        font-size: 1.5em!important;
        width: 70%;
    }
    .wp-block-cover__inner-container.is-layout-constrained.wp-block-cover-is-layout-constrained p {
         width: 70%;
    }
}