/*
 Theme Name:   Orthodox Arts Journal
 Theme URI:    https://orthodoxartsjournal.org/
 Description:  Child theme for Parent Theme "Nudie WP"
 Author:       Rolla Creative, LLC
 Author URI:   http://rollacreative.com
 Template:     nudie
 Version:      1.0.0
 Tags:         bootstrap, woocommerce, bbpress, gravity forms
*/

/**
 * Parent stylesheet is included by default unless you have
 * dequeued it in your child themes function.php
 */

/** Body styling **/

body, p, select, input {
	font-family: "freight-text-pro","Palatino","Georgia",serif;
	font-style: normal;
	font-weight: 400;
	color: #666666;
}

a {
	color: #d00000;
}

hr {
	color: #d00000;
	border: 0px;
	border-top: 1px solid #d00000;
}

#header {
	background: #d00000 !important;
}

.jumbotron p {
	color: #ffffff;
}

.singular-post .entry-content p, .page .entry-content p {
	font-size: 18px;
	color: #666666 !important;
}

h1,h2,h1 a, h2 a {
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	font-weight: 400;
	color: #d00000;
}

h1.entry-title, h2.entry-title a {
	-moz-font-feature-settings: initial !important;
	-webkit-font-feature-settings: initial !important;
	font-feature-settings: initial !important;	
}

h1.entry-title {
	font-size: 4em;
	text-align: center;
}

h3, h4 {
	font-weight: 400;

}

.artist-features a.title, .artist-features .excerpt {
	color: #cccccc;
}

a.title {
	color: #000000;
}

a.title:hover {
	text-decoration:none !important;
	color: #d00000 !important;
}

.lead {
	font-weight: font-size: 1.5em;
}

.italic {
	font-style: italic !important;
}

blockquote p {
	font-size: 1.4em !important;
	font-style: italic;
}

blockquote {
	border-left: 100px;
	padding: 5% 5% 5% 20% !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.entry-summary p {
	font-size: 18px;
}

.entry-byline {
	font-size: 14px;
}

.entry-meta {
	font-style: italic;
}

.banner, .loop-meta {
	background-color: #fff !important;
	color: #000 !important;
	text-align: center;
}

.jumbotron h1, .jumbotron .h1 {
	color: #000 !important;
}

.jumbotron p {
	color: #ccc !important;
	font-style: italic;
}

#footer .footer-content, #footer .footer-content .credit {
	width: 100% !important;
	text-align: center !important;
}


.btn-primary {
	background-color: #dd0000 !important;
	border-color: #dd0000 !important;
}


/** Glyphicon Flip **/
.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

/** Display Posts Styling **/

.display-posts-listing span.author, .entry-byline {
	font-family: "freight-sans-condensed-pro",sans-serif !important;
	font-style: normal;
	font-weight: 500;
}

.display-posts-listing .listing-item a.title {
	font-size: 18px;
	font-weight:bold;
	font-style: italic;
    line-height: 1.2em;
    display: flex;
    margin-bottom: 15px;
}

.display-posts-listing .listing-item {
    clear: both;
}

.display-posts-listing span.author, .entry-byline {
    color: #aaa;
	display: block;
    margin: -5px 0 20px;
    text-transform: uppercase !important;
}

.display-posts-listing .excerpt-dash, .display-posts-listing .more-link {
	display:none;
}

ul.display-posts-listing {
	list-style:none;
	padding-left:0;
}

.display-posts-listing .listing-item img {
    margin: 0 0 10px 0;
	border:0;
	padding:0;
}

/** Image styling **/

.blog .thumbnail, .search .thumbnail, .archive .thumbnail {
	width: auto !important;
	height: auto !important;
}

.entry-content img {
	border:0; 
	padding:0;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0px;	
	border-radius: 0 !important;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.075);
  	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.075);
  	box-shadow: 0 0px 0px rgba(0,0,0,0.075);
}

.layout-1c .wp-caption img {
	max-width: 550px !important;
}

div#fade {
	opacity: 0.1 !important;
}

div#fade:hover {
	opacity: 1.0 !important;
}

/** Jetpack Styles **/
#subscribe-email input {
width: 200px !important;
height: 40px;
padding: 10px 8px;
font-size: 15px;
border: 0;
float:left;
border-bottom: 1px solid #aaa;
}

#subscribe-submit > input[type="submit"] {
background: transparent;
width: auto;
padding: 0;
border: 0;
height: auto;
}

/* Use Your Drive Styling */

#UseyourDrive {
  font: 1.1em "freight-text-pro","Palatino","Georgia",serif !important;
}

#UseyourDrive .list-container, #UseyourDrive .nav-header, #UseyourDrive .ajax-filelist, #UseyourDrive .loading, #UseyourDrive .jp-jplayer {
  background-color: rgba(250, 250, 250, 1) !important;
  border-color: #fff !important;
  background-color: #fff !important;
  background: #fff !important;
}


#UseyourDrive .ajax-filelist {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/** Media Size Specific **/

@media (min-width: 768px) {
 .navbar {
    display: none !important;
 } 
}
 
