/*
 Theme Name:     Now-Again Records Theme
 Theme URI:      http://jaytillery.com
 Description:    A child theme of WPBS Theme
 Author:         Jay Tillery
 Author URI:     http://jaytillery.com
 Template:       wp-bootstrap-starter
 Version:        1.0
*/


/****************************************
***      Now-Again Records Styles     ***
*****************************************/

/* Global Site Styles */

body{
    font-family: monotype-grotesque, sans-serif;
}

a{
    color: black; 
    text-decoration: underline;
    transition: color 400ms ease-in-out;
}

a:hover, a:visited{
    color: #6d6e71;
}

iframe, embed, object{
    width: 100%;
}

header#masthead{
    background-color: white;
    box-shadow: none;
}

#masthead #main-nav a{
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.3125rem;
    text-decoration: underline;
    color: inherit;
    transition: color 400ms ease-in-out;
}

#masthead #main-nav a:hover, #masthead #main-nav li.active a{
    color: #6d6e71;
}

/* Don't show category titles */
.archive h1{
    display: none;
}

.container{
    max-width: 960px;
}

.catalog-image{
    opacity: 1;
    transition: opacity 400ms ease-in-out;
}

.catalog-image:hover{
    opacity: .7;
}

.desktop-ad{
	padding-bottom: 4em;
	text-align: center;
}

/* Sidebar */
.new-release{
    margin-bottom: 15px;
}

.new-release-link{
    font-size: .700rem;
}

.new-release-media{
    margin-bottom: 10px;
    display: inline-block;
}

#custom_html-6{
    background-color: black;
    padding: 20px;
    color: white;
}

#custom_html-6 h3{
    color: white;
    font-size: .9rem;
    line-height: 21px;
    border-bottom: 2px solid white;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#custom_html-6 p:last-of-type{
    margin-bottom: 0;
}

.na-social-icons li{
    font-size: 1rem;
    background: black;
    color: white;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 2rem;
    margin-right: 0 !important;
}

.na-social-icons li a{
    color: white;
}

.navbar-nav{
    margin-left: auto;
}

.bg-primary {
    background-color: white;
    box-shadow: none;
}

.navbar-brand img{
    width: 150px;
}



	@media(max-width: 768px){
		
		#secondary .new-release{
			text-align: center;
		}
		#custom_html-6 input[type="text"]{
			width: 100%;
		}
		#custom_html-3, #custom_html-4{
			width: 50%;
			display: inline-block;
			box-sizing: border-box;
		}
		#custom_html-3{
			padding-right: 7.875px;	
		}
		#custom_html-4{
			padding-left: 7.875px;
		}
		#custom_html-5 img{
			width: 100%;
		}
		#custom_html-8 li{
			width: 55px;
			height: 55px;
			line-height: 55px;
			font-size: 20px;
			transition: opacity 600ms ease-in-out;
		}
		#custom_html-8 li:hover{
			opacity: .7;
		}
		.new-release a{
			font-size: 14px;
		}
	}

.post.hentry{
    border-bottom: 2px solid black;
}

h1.entry-title, h2.entry-title, .entry-meta{
    border: none;
    font-family: monotype-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.3125rem;
    line-height: 29px;
}

h1.entry-title, h2.entry-title{
    max-width: 60ch;
}

.entry-content p{
    text-transform: none;
}

.horizontal-two-vertical-photos{
    display: none;
}

.horiz-one{
    margin-bottom: 35px;
}

.vert-one img{
    padding-right: 17.5px;
}

.vert-two img{
    padding-left: 17.5px;
}

.one-vertical-photo{
    padding: 0 35px 35px 0;
    width: 50%;
}

/* Sidebar */
.sidebar-social-media-icons{
    text-align: center;
}
.sidebar-social-media-icons i{
    padding: 5px;
    background: #000;
}
#main-nav{
	width: 100%;
}
#main-nav ul{
	width: 100%;
	margin-left: initial;
	justify-content: space-between;
}

/* Footer */
.entry-footer{
    display: flex;
    padding-top: 50px;
}

.na-post-date{
    margin-left: auto;
    background: black;
    padding: 5px;
    color: white;
}

.edit-link{
    display: inline-block;
    padding: 5px 8px;
    vertical-align: middle;
    background-color: #444;
}
.post-edit-link i{
    color: white;
}