/**
Theme Name: Julia Child Theme
Theme URI: https://pixelgrade.com/demos/julia/
Author: Pixelgrade
Author URI: https://pixelgrade.com/
Description: A dynamic grid-based layout inspired and shaped by your content diversity.
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: julia
Tags: light, white, one-column, two-columns, three-columns, site-logo, theme-options, threaded-comments, translation-ready, blog, adaptive
Template: julia
Version: 2.7.21

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Julia is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
**/



/* ADD YOUR NEW CSS RULES HERE */

body{
    padding-bottom: 100px;
}

/* Browse by Category: show only first 7 categories */
.widget--full.widget_categories li:nth-child(n+7) {
	display: none;
} 
.c-navbar, .c-reading-bar {
	font-size: 15px;
}
p {
	font-weight: 500;
}
.widget-area {
	font-weight: 400;
}
.c-navbar__zone--left {
    margin-top: 8px;
    margin-bottom: 16px;
    
}
.c-navbar__zone--middle {
    margin-top: 8px;
    margin-bottom: 36px;
}

.article__marketing::after {
    content: 'Publicitate';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    background: #434343;
    color: #fff;
    padding: 2px 10px;
    border-radius: 0 13px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: sans-serif;
}

.article__marketing {
    background: #f9f9f9;
    position: relative;
}
.article__marketing.inlm {
    display: inline-block;
    width: max-content;
    margin: 0;
}

/* add-footer  css*/
.bottom-ads {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: #fff;
    border-top: 1px solid #ddd;
}
.bottom-pubs.bottom-ads {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  z-index: 400;
}

input#adbo_act,
input#adbo_actb {
    display: none !important;
}

input#adbo_act + label {
    border: none;
    width: auto;
    position: absolute;
    top: -16px;
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
}

input#adbo_act + label::before, 
input#adbo_actb + label::before {
    border-width: 1px 1px 0 1px !important;
    content: 'Ascunde';
    padding: 2px 10px 6px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    border-color: #b7b7b7;
    border-bottom-color: #fff;
    border-style: solid;
}

div#fold-containera > ins,
div#fold-containerb > ins {
    margin: 5px 0 0 !important;
}

div.fold-container {
	text-align: center;
}

input#adbo_act:checked + label::before,
input#adbo_actb:checked + label::before {
    content: 'Arata';
}

input#adbo_act:checked + label + div,
input#adbo_actb:checked + label + div {
    height: 0 !important;
    overflow: hidden !important;
}

.posts-wrapper--left {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

.posts-wrapper--main {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
}

.c-card__frame > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.posts-wrapper--right {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

.c-card {
    margin-bottom: 60px;
}


@media only screen and (min-width: 62.5em) {
    .site-title {
    	font-size: 70px;
    }
    .c-search-overlay .search-field {
        font-size: 60px;
    }
    
}
@media screen and (min-width: 800px) {
    .widget_wysija_cont .wysija-submit {
    	margin-left: 45%;
    }
    .wysija-paragraph {
    	text-align: center;
    }
    .menu-footer-menu-container a {
    	letter-spacing: 0.015em;
	}
    
}
/* Remove space between image and caption text */
.aligncenter {
	margin-bottom: 0 !important;
}
.c-card__letter {
	display: none;
}

.menu--primary .sub-menu.sub-menu li a {
    color: white;
}

@media screen and (min-width: 800px) {
    .selgros {
    	margin-left: 10%
	}
    
}

@media screen and (max-width: 600px) {
    .menu--primary .sub-menu.sub-menu li a {
        color: black !important;
	}
	
	
	.posts-wrapper--left {
        width: 100%;
        padding-right: 0;
    }
    
    .posts-wrapper--main {
        width: 100%;
        padding: 0 0;
    }
    
    .posts-wrapper--right {
        width: 100%;
        padding-left: 0;
    }
    
    .c-card {
        margin-bottom: 40px;
    }
    
}

.instahome {
    background: #F7F5F5;
}
.u-wrap-text {
	word-break: keep-all;
}

input.wysija-submit.wysija-submit-field {
    margin: 0 auto;
}

/* This file assumes you wish to add new CSS rules that will overwrite the ones in the parent's CSS files
If you wish however, you can copy the whole style.css file from the parent here and hack at it - see functions.php for more details.
In that case please remember that you still need to retain the header above (replace the header of the parent style.css with the one above),
specifically the 'Template: hive' line. */