/*
Theme Name: Doctreat Child
Theme URI: http://amentotech.com/projects/doctreat
Author: Manuela Castro
Author URI: https://themeforest.net/user/amentotech/portfolio
Description: Doctreat is a medical directory WordPress theme.
Tags: Tags: one-column, two-columns, right-sidebar,sticky-post,theme-options, custom-background, custom-menu, editor-style, featured-images, threaded-comments, translation-ready
Version: 1.0
Template: doctreat
Text Domain: doctreat-child
Domain Path: /languages
License: 
License URI:
*/





/* =Theme customization starts here
-------------------------------------------------------------- */
/* glavni wrapper kad se sakriju neki elementi */
.home .dc-main {
    padding: 100px 0 0 0;
}
/* clanci grid footer */
.dc-moreoptions {
	padding: 15px;
}

/* bolnica logo bg */
.dc-docpostimg {
	background: none;
}

/* privremeno skrivanje neaktivnih elemenata */
.dc-simplesocialicons,
.dc-footer .dc-widgetcontactus+.dc-widgetcontactus,
.select2-search--dropdown {
	display: none;
}
.dc-questionsection figure {
	right: 0;
}

/* ulogovan korisnik menu */
.dc-usernav {
	width: 280px;
}
.dc-username {
	margin: 8px 0;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 0;
}