/*
Theme Name: Celestial Lite Child
Theme URI: http://www.vrtmira.live
Description: Celestial Lite Child is created for you to take advantage of making changes to the parent theme of Celestial Lite without actually changing its files, you will do your customization from this child theme of Celestial Lite.

Template: celestial-lite
Version: 1.5
Author: Ivan Vrkljan
Author URI: http://www.komunela.hr
Tags: light, white, three-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, translation-ready, healthcare ,

License: GNU General Public License
License URI: license.txt 

Copyright: 2014 Komunela.hr


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.
*/

/* Import Styles
-------------------------------------------------------------- */
@import url('../celestial-lite/style.css');

	
/* Add your Bootstrap.css changes here
-------------------------------------------------------------- */


/* Add your forms.css changes here
-------------------------------------------------------------- */


/* Add your menus.css changes here
-------------------------------------------------------------- */


/* Add your style.css changes here
-------------------------------------------------------------- */



/* typography */
p {
	margin-bottom: 20px;
		margin-bottom: 1.250rem;
	font-size: 14px; /* nadodana veličina fonta za prezentaciju */
}

h1, h2, h3, h4, h5, h6 {
	color: #467fc2;

}


/* brisanje bordera u footeru stranica */
*#st-footer-wrapper li {
	border-bottom: 0px solid #4c4e52;
}

/* brisanje bordera na sidebaru */
.st-sidebar-list aside ul li {
	border-bottom: 0px solid #dedede;
	
}


/* mobile styling 
-------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 979px) {

}

@media (min-width: 1200px) {

}

@media (max-width: 979px) {

}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}

@media (max-width: 320px) {

}