/*
 Theme Name:   Twenty Twenty Child
 Description:  Twenty Fifteen Child Theme
 Author:       Kevin Hutton
 Author URI:   http://scottmcdougall.net
 Template:     twentytwenty
 Version:      1.0.0
 Text Domain:  twentytwentychild
*/

@font-face {
  font-family: Kameron;
  src: url(fonts/Kameron-Bold.ttf);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
li > ul {
	margin:0;
}

/*//////////////*/


body {
	background-color: #4d0c29;
	font-family: "Kameron","Lucida Sans Unicode",sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	/* background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2d0416), color-stop(0.3, #4d0c29), color-stop(0.60, #4d0c29)); */
}

#site-header {
	background-color: #4d0c29;
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d0416), color-stop(0.3, #4d0c29), color-stop(0.60, #4d0c29)); */
}

.header-inner {
	padding:0;
	border-bottom: 1px solid #66CC66;
}
.header-navigation-wrapper {
	margin: -50px 0 0 0;
}

#logo img {
	margin:15px 0 20px 0;
}
#logo a {
	color:#ffffff !important;
}

#primary #content {
	margin:30px 75px 30px 75px;
}

#primary #content p {
	margin:0px 0 30px 0;
}

a {
	color: #FBA80D !important;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

a:hover {
	color:#A067E0 !important;
}

.primary-menu li.page-item-420,
#main-links-home li.page-item-420,
.mobile-menu li.page-item-420 {
    display:none !important;
}

.primary-menu li {
    font-size:20px;
}

.menu-modal-inner {
	background: #555;
}

.mobile-nav-toggle .toggle-text {
	color: #FFCC00 !important;
}

.mobile-nav-toggle .toggle-icon {
	color: #66CC66;
}


.primary-menu li > .icon {
    color: #FFCC00 !important;
}

 h1 {
	text-align: center;
    color: #FFCC00;
    font-size: 30px;
    font-weight: bold;
	text-transform:uppercase;
    margin: 0;
    padding-bottom: 19px;
    padding-top: 25px;
}

#breadcrumb {
	margin:-30px 6% 20px 0;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
}

#breadcrumb a {
	color: #FBA80D;
}

.yellow {
	color:#FFCC00;
}

#content p {
	text-align:center;
	color:#FFFFFF;
}

/*FOOTER*/
.footer-top-hidden #site-footer {
	background-color: #4d0c29;
	margin-top:0;
	font-size: 16px;
}

.footer-top-hidden #site-footer .section-inner {
	border-top: 1px solid #66CC66;
	padding:15px 0 0 0;
}

/*THUMBNAILs*/

#featured-thumbs {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

#featured-thumbs p {
	color: #FFCC00;
}

ul.paintings li img {
	border: 1px solid #003333;
}

ul.paintings li a:hover img {
	border: 1px solid #A067E0;
}

#typed-thumbs {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

#typed-thumbs ul {
	text-align:center;
}

#typed-thumbs ul li img {
	border: 1px solid #6C6;
}

#typed-thumbs ul li a:hover img {
	border: 1px solid #A067E0;
}


/*POSTERS FOR SALE THUMBNAIL*/
.artwork-for-sale:nth-child(4) img {
	margin-top:17px;
}

#primary #content ul li:not(.page_item) {
	display:inline-block;
	padding-right:8px;
	margin-bottom:10px;
	height: auto;
}

#parent-page #primary #content ul li  {
	cursor: pointer;
	padding:20px;
	margin:10px;
	border: 1px solid #6C6;
	height:300px;
	max-width:230px;
	background: -moz-linear-gradient(center bottom, #2d0416 0%, #4d0c29 30%, #4d0c29 60%);	
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2d0416), color-stop(0.3, #4d0c29), color-stop(0.60, #4d0c29));
}

ul.artwork-for-sale li {
	max-width:184px;
	height:244px;
}

#parent-page #primary #content ul li:hover {
	border: 1px solid #A067E0;
}

ul.primary-menu a:hover {
    text-decoration:none;
}

ul.primary-menu li:hover {
    border:none;
}

/*HOME*/
.home #site-header,
.home #site-footer {
	display:none;
}

#home-hero img {
	margin-top:20px;
	margin-bottom: 10px;
}

.home-text p {
	color:#FFCC00 !important;
	font-weight:bold;
	margin-bottom: 20px;
}

#site-revision {
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	color:#FFCC00;
	border-top: 1px solid #66CC66;
	margin: 30px 0 30px 0;
	padding: 20px 0 0 0;
}

#main-links-home {
	font-size:22px;
	width:100%;
	text-align:center;
/*	border-bottom: 1px solid #66CC66;*/
	padding: 0;
}

#main-links-home li {
    list-style: none outside none;
	padding-bottom:10px;
}

ul#single-post-nav {
	text-align: center;
	/* margin-bottom:15px; */
}

ul#single-post-nav li {
	display:inline;
	margin-left:150px;
	margin-right:150px;
}

.single .aligncenter {
	margin:0 0 20px 0;
}

.single #primary #content p {
	color:#FFCC00;
	margin:0 0 10px 0;
}

/*LINKS PAGE*/

.linkcat h2 {
	display:none;
}

.linkcat,
ul.blogroll li {
	list-style:none;
}

#external-links {
	margin-top: 40px;
	font-size:18px;
	text-align:center;
}

#external-links ul li {
	margin-bottom:5px;
}

#external-links ul li:hover {
	border: none;
}

.slides_container div {
	width:182px;
	height:182px;
/*    height:170px;*/
	display:block;
}

.wp-pagenavi .pages {
    color: #66CC66;
    border: none;
}

.wp-pagenavi a {
    border: none;
}

.wp-pagenavi span.current {
    /* background-color: #FFCC00; */
    color: #FFCC00;
    border: 1px solid #66CC66;
}

a.home-sfh {
	display:block;
	margin-bottom:9px
}

.sfh,
form,
form input,
form select,
form .label {
	text-align:center;
	margin-bottom:20px;
}

#order-now {
	color:#FFFFFF;
	margin-bottom: 10px;
}

.comments .comments-header h2 {
	margin-top: 10px;
	margin-bottom:0;
	color: #6C6;
	font-size: 18px;
}
.comments-inner .pingback,
.comments-inner .comment-metadata,
.comments-inner p {
	font-size: 16px;
}

.comments-inner .pingback {
	padding-top: 0;
	font-size: 16px;
	border-bottom: 1px solid #444;
}

.comment-author .url {
	text-decoration: none;
	color: #FFCC00 !important;
	font-size: 16px;
}

@media ( max-width: 999px ) {
	#breadcrumb {
		display: none;
	}

	#logo img {
		width:100px;
	}
}

@media ( max-width: 919px ) {
	#single-post-nav {
		display: none;
	}
	
}

@media ( max-width: 479px ) {
	#primary #content {
		margin:20px 10px 10px 10px;
	}
	
}
