/*
Theme Name: Admired Child
Description: Child theme for the Admired theme
Author: Yours Truly
Author URI: http://wp-ultra.com
Template: admired
Version: 1.0
*/

@import url("../admired/style.css");

/* Add specific style overrides below.
-------------------------------------*/

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0px;
}

.pagination {
    padding: 10px 0 10px 0px;
}

.pagination span, .pagination a {
    display: inline-block;
    float: none;
}

.page-title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#scroll-top{
	margin-right: 40px;
}

#site-info {
	text-align: center;
	width: 100%;
}

div.admired-social {
    width: 228px;
}

#content nav a {
	font-size: 14px;
}

.wp-video-shortcode {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
   padding: 2px;
}

.heightauto {
   height: auto;
}

@media (max-width: 800px) {

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
   padding: 2px;
   width: 95%;
   height: auto;
}

}

.button-primary{
background:#00a0d2;
border-color:#0073aa;
-webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
box-shadow:inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
color:#fff;text-decoration:none;
display:inline-block;
text-decoration:none;
font-size:13px;
line-height:26px;
height:28px;
margin:0;
padding:0 10px 1px;
cursor:pointer;
border-width:1px;
border-style:solid;
-webkit-appearance:none;
-webkit-border-radius:3px;
border-radius:3px;
white-space:nowrap;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.button-primary.focus,.button-primary.hover,.button-primary:focus,.button-primary:hover{
background:#0091cd;
border-color:#0073aa;
-webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,.6);
box-shadow:inset 0 1px 0 rgba(120,200,230,.6);color:#fff}

.button-primary.focus,.button-primary:focus{
border-color:#0e3950;
-webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,.6),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);
box-shadow:inset 0 1px 0 rgba(120,200,230,.6),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}

.button-primary.active,.button-primary.active:focus,.button-primary.active:hover,.button-primary:active{
background:#0073aa;
border-color:#005082;
color:rgba(255,255,255,.95);
-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,.1);
box-shadow:inset 0 1px 0 rgba(0,0,0,.1);
vertical-align:top}

/* kama wp smiles */
.kws-smiley{ display: inline !important; border: none !important; box-shadow: none !important; margin: 0 .07em !important; vertical-align:-0.2em !important; background: none !important; padding: 0 !important;}


@media (min-device-width: 320px){
	/* hidding from IE8 and under */

	#page {
		width: 97%;
		max-width: 1165px;
	}

	.one-column #content {
		width: 98%;
		max-width: 1142px;
	}

	#header-logo {
		width: 100%;
		max-width: 1125px;
	}

	#branding #header-group {
		width: 97%;
		max-width: 1117px;
	}

	#colophon {
		width: 100%;
		max-width: 1165px;
		margin: 0 auto;
	}
}
