/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/

/* blue: #003e70;
brown: #9d844a;
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/


/* Soluție pentru footer împărțit pe coloane */

.special-latime-footer  .vc_column_container {
  width: 33%;
}

.td-footer-wrap  .td-pb-row [class*="td-pb-span"] {
  padding-right: 0;
}


html body .td-footer-wrap .td-pb-span6 {
  width: 50%;
}

/* Soluție pentru rețele sociale */

html body .wpb_wrapper .tdm-social-wrapper .tdm-social-item-wrap {
	width: 33%;
}


/* Culoare titluri articole */
html body div.tdi_113 h1.tdb-title-text {
	color: #003e70;
}

/* URL-uri din articole */
html body .tdi_134 a {
  color: #9d844a;
  text-decoration: underline;
}

/* Nume autor */
html body .tdi_132 .tdb-author-name {
  color: #9d844a;
}

/* Culoare titluri homepage */
html body .tdi_116 .td-module-title a {
  color: #003e70;
}

/* Culoare H-uri */
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  color: #003e70;
}

/* Culoare H-uri, suplimentar */
html body h1 a, html body h2 a, html body h3 a, html body h4 a, html body h5 a, html body h6 a {
  color: #003e70 !important;
}

/* Titluri homepage */
html body .tdi_123 .td-module-title a {
  color: #003e70;
}

/* Lățime imagini */
html body.single-post.single article img {
  margin-left: 0;
	margin-right: 0;
  width: 100% !important;
	height: auto;
  max-width: 900px !important;
}

/* Lățime imagini */
html body.single-post.single article figure {
  width: 100% !important;
  max-width: 900px !important;
}


/* 2025.07.02 - 20:23:42 Rezolvare problemă arhivă - două coloane */

html body .td-pb-span8 {
  width: 66.66666667%;
}

html body .td-pb-span4 {
  width: 33.33333333%;
}
