/*
 Theme Name:   Vines
 Theme URI:    https://generatepress.com
 Description:  Stephen Vines
 Author:       Blackbox Web Design
 Author URI:   https://www.blackboxdesign.co.uk
 Template:     generatepress
 Version:      0.1
*/

/* Vines Dark Blue #3d3a4b */

/* All Devices */

/* Typography*/

html, body {
	font-family: 'Montserrat', sans-serif;
	color:#3d3a4b;
}

h1,h2,h3 {
	font-family: mrs-eaves-xl-serif, serif;
 	font-weight: 800;
	font-style: normal;
	color:#3d3a4b;
	letter-spacing:-0.04em;
}

.sv_dark_bg h1, .sv_dark_bg h2, .sv_dark_bg h3 {
	color:#fff;
}

h1 {
	font-size: 2.2em;
    line-height: 1.2em;
}

h1.with_subhead {
	margin-bottom:0;
}

h2.sv_event_title {
	font-size:1.5em;
	margin-bottom:5px;
}

#sv_home_intro h1 {
	font-size:3em;
}

p.sv_subhead {
	font-size:1.2em;
	font-weight:700;
	color:#3d3a4b;
}

#sv_pub_info {
	font-size:0.9em;
}

a.sv_button, .sv_event_url a {
	display:inline-block;
	padding:8px 40px;
	background-color:#3d3a4b;
	color:#fff;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	transition: all 0.7s;
	border:none;
}

.sv_post_article_url a, .sv_all_articles a {
	display:inline-block;
	background-color:#3d3a4b;
	color:#fff;
	padding:8px 20px;
	font-weight:700;
}

.sv_praise_quote .wp-block-group__inner-container {
	background-color: #292733;
	color:#fff;
	background-image: url(/wp-content/uploads/2021/01/quote_trans_20_2.png);
	background-repeat:no-repeat;
	background-size:100px;
	background-position:10px;
    box-shadow: 5px 5px 10px #292733;
	margin-bottom:20px;
	padding:30px;
	font-size:90%;
}

.sv_praise {
	font-style:italic;
	margin-left:100px;
}

.sv_praise_author {
	float:right;
	margin-bottom:0;
}

.sv_praise_author span {
	font-weight:700;
}

.sv_jb_pub_list {
	margin:0 0 .5em 1em;
}

.sv_jb_item_links p:first-of-type {
	margin-bottom:5px;
}

.sv_contacts h3 {
	margin-bottom:5px;
}

ul.vines_broadcast {
	margin-left:0;
}

.vines_broadcast li, .vines_broadcast li a {
	font-size:14px;
}

ul.sv_last_articles {
	margin-left:0;
}

ul.sv_last_articles li {
	padding:20px;
	background-color:#fff;
	margin-bottom:10px;
	border-left:2px solid #e1e1e1;
}

.sv_last_articles li a {
	font-weight:700;
	text-decoration:underline;
}

.sv_event_datetime {
	margin-bottom:0;
	font-weight:700;
}

.sv_event_description, .sv_event_url {
	margin-bottom:5px;
}

/* Headers */

#sv_home_image {
	min-height:70vh;
}

#sv_dragon_header {
	min-height:50vh;
}

#sv_home_intro .wp-block-group__inner-container {
	padding:40px 10%;
}

/* Navigation  */
#primary-menu {
	font-family: mrs-eaves-xl-serif, serif;
} 

#primary-menu ul li a {
	font-size:16px;
}

.main-navigation .main-nav ul li a {
	padding-left:5px;
}

/* Journalism/Broadcasting blurbs */

.sv_jb_wrapper {
	margin:30px 0;
}

.sv_jb_item {
	display:flex;
	align-items:center;
	background: #fff;
    padding: 20px;
    margin-bottom: 20px;
	font-size:16px;
}

.sv_jb_item_image {
	flex-basis:30%;
	margin-right:4%;
}

.sv_jb_item_desc {
	flex-basis:35%;
	margin-right:4%;
}

.sv_jb_item_links {
	flex-basis:30%;
}

/* Books blurbs */

.sv_book_wrapper {
	padding:2%;
	background:#fff;
}

.sv_book {
	display:flex;
	align-items:center;
}

.sv_book_cover {
	flex-basis:40%;
	margin-right:5%;
}

.sv_book_desc {
	flex-basis: 50%;
}

.sv_book_desc p {
	font-size:90%;
	line-height:1.2em;
}

.sv_book_desc p:first-of-type {
	margin-bottom:5px;
}

/* Blog */

.blog .inside-article {
	box-shadow:5px 5px 10px #ddd;
}

.blog .inside-article h2 {
	font-size:22px;
}

/* 404 */


/* Footer */

#footer-widgets {
	display:none;

}

/* General Content */

#sv_praise > .wp-block-group__inner-container {
	padding:40px 0;
}

#sv_praise .wp-block-group__inner-container .wp-block-group__inner-container  .wp-block-group__inner-container {
	padding:0 20px;
}

.vines_event {
	padding:20px;
	background-color:#fff;
	border:1px solid #e1e1e1;
	box-shadow:5px 5px 3px #eee;
	margin-bottom:20px;
}

/* Responsive Desktop - Everything ABOVE 1024 */
@media only screen
	and (min-width: 1024px) {
		
		.wp-block-group.sv_shift_up {
			margin-top:-120px;
			background-color:#f1f1f1;
			box-shadow:5px 5px 20px #555;
		}
		
		
		.sv_bio_image {
			float:right;
			margin-left:10px;
			width:100px;
		}
		
		.sv_bio_image.mobile {
			display:none;
		}
		
}

/* Responsive - Small desktops */

@media only screen
	and (min-width: 1024px)
	and (max-width: 1400px) {
		
		.sv_shift_up {
			margin-top: -100px;
    		background-color: #fff;
    		width: 95%;
    		margin-left: auto;
    		margin-right: auto;
		}
}

/* Responsive - Everything BELOW 1024 */
@media only screen
	and (max-width: 1023px) {
		
		#sv_home_image {
			min-height:40vh;
		}
		
		.sv_bio_image.desktop {
			display:none;
		}
		
}

/* Responsive Tablet - Between 768 and 1023 */
@media only screen
	and (min-width: 768px)
	and (max-width: 1023px) {
		
		.sv_shift_up {
			margin-top: -100px;
    		background-color: #fff;
    		width: 90%;
    		margin-left: auto;
    		margin-right: auto;
		}
		
		#sv_home_intro .wp-block-group__inner-container {
 		   padding: 40px 3%;
}
				
		#sv_home_intro .sv_shift_up .wp-block-columns .wp-block-column:first-of-type {
			order:2;
			flex-basis:30%!important;
		} 
		
		#sv_home_intro .sv_shift_up .wp-block-columns .wp-block-column:nth-of-type(2) {
			margin-bottom:30px;
			flex-basis:50%!important;
			margin-right:7%;
		}
		
		.wp-block-image.sv_inline_image figure {
			max-width:50%;
			margin: .5em 0 1.5em 2em;
		}
		
		.sv_book {
			display:block;
			text-align:center;
		}
		
			ul#short_books {
			list-style:none;
			margin-left:0;
		}
		
}


/* Responsive Mobile - Everything BELOW 768 */
@media only screen
	and (max-width: 767px) {
		
		.site-header .header-image {
			max-width:180px;
		}
		
		.menu-toggle {
			font-size:20px;
		}
		
		#footer-widgets {
			display:block;
			background-color:#3d3a4b;
		}
		
		#footer-widgets h2.widget-title {
			color:#fff;
			font-size:2em;
		}
		
		#footer-widgets a {
			color:#fff;
			text-decoration:underline;
		}

		
		#sv_home_intro .sv_shift_up .wp-block-columns .wp-block-column:first-of-type {
			order:2;
		} 
		
		#sv_home_intro .sv_shift_up .wp-block-columns .wp-block-column:nth-of-type(2) {
			margin-bottom:30px;
		}
		
		.sv_shift_up {
			margin-top: -100px;
    		background-color: #fff;
    		width: 90%;
    		margin-left: auto;
    		margin-right: auto;
		}
		
		#sv_home_intro h1 {
 		   font-size: 2.2em;
		}
		
		h1 {
			line-height:1em;
		}
		
		h1.with_subhead {
			margin-bottom:10px;
		}
		
		.sv_praise {
			margin-left:50px;
		}
		
		.sv_praise_quote .wp-block-group__inner-container {
			background-size:50px;
		}
		
		.sv_praise_author {
			float:none;
		}
		
		.wp-block-image.sv_inline_image figure {
			float:none;
			margin-left:0;
		}
		
		.sv_jb_item {
			display:block;
		}
		
		.sv_jb_wrapper {
			background:#f7f7f7;
		}
		
		.sv_book {
			display:block;
			text-align:center;
		}
		
		ul#short_books {
			list-style:none;
			margin-left:0;
		}
}
