/**
 * Theme Name:  OAG
 * Theme URI:   http://themehybrid.com/themes/ex-astris
 * Description: OAG is a child theme adapted from Ex Astris (child theme for the excellent <a href="http://themehybrid.com/themes/stargazer">Stargazer</a>) theme from <a href="http://themehybrid.com/">Theme Hybrid</a>. This theme is adapted for the Office of the Attorney General of Bhutan.
 * Version:     1.0.0
 * Author:      OAG
 * Tags:        custom-background, custom-colors, custom-header
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template:    stargazer
 * Text Domain: oag
 * Domain Path: /lang
 */


/* ====== Primary Font ====== */

.font-primary,
body,
input,
textarea,
.label-checkbox,
.label-radio,
.required,
#site-description,
#reply-title small {
	font-family:  'Open Sans', Arial, sans-serif;
}

/* ====== Secondary Font ====== */

.font-secondary,
dt,
th,
legend,
label,
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select,
option,
.wp-caption-text,
.gallery-caption,
.mejs-controls,
.entry-byline,
.entry-footer,
.chat-author cite,
.chat-author,
.comment-meta,
.menu,
.breadcrumb-trail,
.media-info .prep,
.comment-reply-link,
.comment-reply-login,
.clean-my-archives .day,
.whistle-title,
h3.widget-title {
	font-family:  'Open Sans', Arial, sans-serif;
}

/* ====== Headlines Font ====== */

.font-headlines,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Copse', serif;
}

h1 {
font-size: 2.1rem;
}

h2 {
font-size: 1.8rem;
}

.entry-header .entry-title,
.entry-title a {
	font-size: 1.5rem; }

body.custom-background {
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}


#branding {
margin-right: auto;
margin-left: auto;
}

.ltr #branding, .rtl #branding {
float: none;
text-align: center;
}

#branding img.custom-logo {
float: none;
margin: 12px 0 0 0;
}

#branding h1, #branding h2 {
clear: left;
}



#container>.wrap {
background: rgba(255,255,255, 0.9);
}


h2#site-description.font-primary {
margin-bottom: 0.5rem;
}

div.entry-content a, span.entry-terms a, div.loop-nav a, a.post-edit-link, a.url.fn.n, div.entry-summary a, div.comment-content a, div.widget a {
color: #4183c4;
}


div.entry-content blockquote, div.comment-content blockquote {
color: #757575;
background-color: rgba(0, 0, 0, 0);
margin: 0 0 1.5rem;
padding: 1.0rem 1.5rem 0;
border-left: 5px solid #333;
outline-color: rgba(0, 0, 0, 0);
}

.ltr .entry-author, .rtl .entry-author, 
.entry-author a::before {display: none;}

/*
//For making menu sticky on top on desktops
*/
@media only screen and ( min-width: 1025px ) {

	#menu-primary {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
	}

		#wpadminbar { top: 55px; }

	#header {
		margin-top: 6rem;
	}

		#wpadminbar #header { margin-top: calc( 6rem + 55px ); }
}
