/*
Theme Name: Twenty Eleven Child
Theme URI : https://svetlana.info.gf/themes/twentyeleven-child/
Author:     Svetlana
Author URI: https://dnevnikjednogastrologa.cc/
Template:   twentyeleven
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: twentyelevenchild
*/


/* Samo na tablet i mobilnim ekranima */
@media (max-width: 1024px) {
    #branding hgroup {
    text-align: center !important;  
}

  #site-title {
  margin: 0 !important;
  padding: 0 !important;

    text-align: center !important;
    float: none !important;      /* uklanja float ako postoji */
    display: block !important;
    width: 100% !important;
    max-width: none !important;
  }

  #site-title a {
    display: block !important;
    margin: 0 auto !important;
    height: 90px; /* prilagodi visinu po potrebi */
    width: auto;          /* proširi na punu širinu roditelja */

    background-size: cover !important;  /* da slika popuni ceo element */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    
    margin: 0 auto !important;
    text-align: center !important;

  }

  #site-title a:after {
    content: "Dnevnik jednog Astrologa1";
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 4px;
    color: #fff;
  }
}



/*
@import url("../twentyeleven/style.css");
*/

 body {
        background: #ddbf8d;
}


#page {
        background: #fff;
}


#site-title a {

    font-size: 35px !important;
    color: white !important;
/*    font-family: cursive !important;*/

}


#site-title a:after {
	content: "Dnevnik jednog Astrologa";
	display: block;
}


/*If you want to change the Site Title’s mouse over (hover) font color of Twenty Eleven*/

#site-title a:hover, #site-title a:focus, #site-title a:active {
color: white;
	

	/*color: #1982D1;*/
}
 

#site-title {

margin-right: 0px;
margin-left: 0px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0em;

/*background-image: url('https://svetlana.info.gf/wp-content/uploads/2021/10/Pozadina3_rt2.png');
background-size: cover;
background-repeat: no-repeat;*/
}

/*  Hello world*/
h1.entry-title {
    font-size: 29px !important;
    color: darkred !important;
    font-family: cursive !important;
}



/*Removing the Blank Space above the Site Header/Title*/
/*
#site-title {
margin-right: 270px;
margin-left: 0px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0.65625em;
}
*/

/*Removing the Blank Space from the bottom of the Site Title of Twenty Eleven*/

#site-description {
margin-bottom: 0.0em;
 
} 
#site-description {
        background-color: #ddbf8d;

}

/*Removing the Blank Space between menu line items of the Site Title/Header of Twenty Eleven*/
/*
#access a {
color: gold;
display: block;
line-height: 2.0em;
padding-bottom: 0;
padding-left: 1.2125em;
padding-right 1.2125em;
padding-top: 0;
text-decoration: none;
}
*/

/*Menu color*/
#access {
background: #33180b;
}



/* logo above site title */
#site-title a {
/*background: url('https://svetlana.info.gf/wp-content/uploads/2021/10/gore.png');*/
/*background-repeat: no-repeat;*/
display: block;
height: 135px;
margin: 0;
text-align: left;
width: auto;
color: white;
background-color: #ddbf8d;
background-image: url('https://dnevnikjednogastrologa.cc/wp-content/themes/twentyeleven-child/images/top-image.png');		
background-repeat: no-repeat;
background-size: cover;
}


#branding hgroup {

text-align: center; 
/*display: inline;*/
margin:0; 
align:center;
background-color: #ddbf8d;
	
}

/*    #site-title, #site-description {
    margin: 0 auto; text-align: center; 
    }

#branding #site-title, #site-description{

background-image: -moz-linear-gradient(#252525, red);
}
*/
	

/* Remove gray line at top of header */
#branding {
border-top:0;
}

#branding #searchform {
/*display: none;*/
position: absolute;
right: 7.6%;
text-align: right;
/*top: 3.8em;*/
top: 0em;
}

/* Desktop meni vidljiv samo na ekranima širim od 768px 
#desktop-menu {
  display: block;
}
#mobile-menu {
  display: none;
}

@media (max-width: 768px) {
  #desktop-menu {
    display: none;
  }
  #mobile-menu {
    display: block;
  }
}

*/

/*@media (max-width: 450px) { 
 #access { 
display: none; 
} 
*/

#site-title a {
display: block;
height: 90px;
margin: 0;
text-align: left;
width: auto;
color: white;
background-color: #ddbf8d;
background-image: url('https://dnevnikjednogastrologa.cc/wp-content/themes/twentyeleven-child/images/top-image.png');            
background-repeat: no-repeat;
background-size: cover;

font-size: 27px !important;
color: white !important;
/*
font-family: cursive !important;
*/
}


/* Briše Naslov na stranici */
.page h1.entry-title {
    display: none;
}


#branding #searchform {
display: none;
}


/* Uklanjanje razmaka iznad i ispod title/logo za desktop */

/*

#branding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

#branding hgroup {
  margin: 0 !important;
  padding: 0 !important;
}

#site-title {
  margin: 0 !important;
  padding: 0 !important;

}

#site-title a {
  margin: 0 auto !important;
  padding: 0 !important;
  height: auto; /* ili postavi određenu visinu ako želiš */
}

/* Ako tema ima razmak iznad celog sajta */
body, #page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
*/

#site-title,
#site-description {
    text-align: center;
}



