/*
 Theme Name:   Ugorji Child
 Theme URI:    http://ugorji.net
 Description:  Ugorji Child Theme
 Author:       Ugorji
 Author URI:   http://ugorji.net
 Template:     twentyseventeen
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ugorji-child
*/

/* Modify "Wordpress" defaults */

.site-info a { display: none; } /* hide the site-info saying "Powered By Wordpress" and replace it */
.site-info:after { content: 'Advanced Neighborhood Pediatrics © 2018 | All Rights Reserved'; }
header.entry-header > .entry-title:only-child { display: none; } /* hide the title on pages, but not the posts */
header.page-header > .page-title:only-child { display: none; }
header.entry-header { margin-bottom: 16px !important; } /* defaults to 4em aka 64px */

div.site-content-contain {
	background-color: #f4b816; /* rgba(235, 176, 22,1); #ebb016; #ecc; */
}
div.site-content-contain ul {
	list-style-type: square;
	/* list-style-position: inside;
	text-indent: -1.5em; 
	padding-left: 1em; */
}
footer {
	background-color: #84582a; /* f49d41 4295f4 black; */
	color: white;
}
footer a, footer :link, footer :visited, footer :hover, footer :active { 
	color: white;
}
aside#secondary a:link, aside#secondary a:visited, 
header.entry-header a:link, header.entry-header a:visited,
.entry-footer .cat-links a:link, .entry-footer .cat-links a:visited,
.entry-footer,
footer#colophon {
	/* remove the box shadow that shows when you set a background color */
	/* text-decoration: none; */
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0;
}
/* #primary .nav-links a:link .nav-title, #primary .nav-links a:visited .nav-title, */

/* Fancy Text - 4 levels */

.ugorji-fancy-font-1   { font-size:40px; color:#728496; font-family:'Roboto Slab'; }
.ugorji-fancy-font-2   { font-size:24px; color:#359ff5; font-family:'Roboto Slab'; }
.ugorji-fancy-font-2-b { font-size:24px; color:#359ff5; font-family:'Montserrat'; font-weight:bold; }
.ugorji-fancy-font-3   { font-size:16px; color:#359ff5; font-family:'Roboto Slab'; list-style-type:none;margin:15px 0 0 0;padding:0;column-count:2; }

/* Grid */

div.ugorji-image-grid {
	background-color: #a0a0a0;
	overflow: auto;
}
div.ugorji-image-grid ul {
    list-style-type: none;
}
.ugorji-image-grid li {
	/* height: 160px; */
}
.ugorji-image-grid li img {
    float: left;
    margin: 10px;
    border: 4px solid #f4f4f4;
    /*height: 90%; width: auto;*/
	
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    -ms-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}
.ugorji-image-grid li img:hover {
    -webkit-box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
    box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
}

/* Hyperlink List */

div.ugorji-hyperlink-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ugorji-hyperlink-list li {
    /* font: 200 20px/1.5 Helvetica, Verdana, sans-serif; */
    border-bottom: 1px solid #ccc;
}
.ugorji-hyperlink-list li:last-child {
    border: none;
}
.ugorji-hyperlink-list li a {
    text-decoration: none;
    /* color: #000; */
    display: block;
    
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
}
.ugorji-hyperlink-list li a:hover {
    font-size: 150%; /* 30px; */
    background: #f6f6f6;
}

/* Image background */

.ugorji-image-background {
	border-top: 1px solid #ccc;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
	overflow: auto; 
    padding: 30px;
}

/*
.ugorji-image-background-right {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: -15px;
    padding: 30px;
}
*/
