/*
Theme Name: Tess Sharpe
Created by: Diana Sousa
*/

/* --- TYPOGRAPHY --- */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400&display=swap');


/* --- MAIN CONTENT --- */

html, body, div, applet, object, iframe,
h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
margin: 0;
font-size: 17px;
font-family: 'Roboto Condensed', sans-serif;
color:#432d22;
	font-weight:300;
}

B {
	color:#626555;
}

body, button, input, select, textarea {
color: #ffffff;
font-family: 'Roboto Condensed', sans-serif;
font-size: 17px;
font-size: 1.6rem;
line-height: 1.5;
	font-weight:300;
}

/* BACKGROUND */
body {
background:#FFF; 
	background:url(/wp-content/uploads/2021/05/background.jpg) no-repeat center top fixed;
	    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
}


/* TEXT AND TITLES */

p{
	margin-top:15px;
}

h1, h1 a {
	font-size: 34px !important;
    color: #626555 !important;
    margin: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}

h2, h2 a {
	color: #626555 !important;
	font-size: 30px !important;
	font-weight: 300 !important;
	text-transform: uppercase;
	font-style:italic;
}


h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-style: italic;
	font-family: 'Roboto Condensed', sans-serif;
}


/* QUOTE */
blockquote{
    background: rgba(255, 255, 255, 0.15);
	color:#000 !important;
	font-style: italic;
    padding-left: 10px;
    padding: 10px !important;
    text-align: justify !important;
    border-left: 6px double #626555;
}

blockquote p {
	margin:0;
	display:inline;
color: #000;
}

/* LOGO */

.logo, .logo a {
		}




/* --- CONTENT --- */

/* WRAPPER */
.outer{
width: 100%;
height: auto;
min-height:400px;
	background: #e0dbce8c;
}

.content-area a{
color:#626555;
text-decoration:none;
}


.content-area a:hover{
text-decoration:none;
	color:#432d22;
}

.widget-area a{
color:#000;
text-decoration:none;
}

.widget-area a:hover{
text-decoration: underline;
}



/* PRIMARY CONTENT */

#primary {
    width: 85%;
    padding: 0 100px 0 100px;
    text-align: justify;
    min-height: 475px;
    margin-bottom: 30px;
}

#primary-main {
	width:100%;
	margin-top:20px;
}

.entry-meta {
	width: 100%;
    text-align: center;
    margin-top: -2px;
}

.entry-content-main{
	width:100%;
	text-align:justify;
	}

.entry-content{
	width:100%;
	text-align:justify;
letter-spacing: -0.3px;
}

.entry-title {
	font-size: 30px;
height: 40px;
    color: #626555 !important;
    font-weight: 400;
display:inline-block;
}

.entry-header span{
 display: inline-block;
  position: relative;
margin-top: 25px;
}

.entry-title a{
	font-size: 30px;
    color: #626555 important;
    font-weight: 400;
	text-transform: none;
	margin-bottom: 15px;
	text-decoration: none;
font-family: 'Roboto Condensed', sans-serif;
}

.entry-title a:hover{
text-decoration:none;
}

.entry-footer{
	margin-bottom:20px;
	width:100%;
	text-align:justify;
}

.buyLink {
	font-family:'Roboto Condensed';
	font-size:26px;
}


/* --- MENUS --- */

.main-navigation {
font-family: 'Roboto Condensed', sans-serif;
display: block;
    width: 90%;
    height: 55px;
    text-transform: uppercase;
	text-align: center;
    vertical-align: middle;
    margin-top: 5px;
}

.menu-menu-container {
	height:55px;
	border-top: 2px solid #4a4f37;
    border-bottom: 2px solid #4a4f37;
}


.main-navigation ul {
    width: auto;
    list-style: none;
    margin-left: -40px;
    vertical-align: middle;
    display: inline-block;
	margin-top:4px;
	}

/* MENU BUTTONS */
.main-navigation li {
font-family: 'Roboto Condensed', sans-serif;
	color:#626555;
	width: auto;
	text-align:center;
	display:inline-block;
    margin: 0px 6px 0 6px;
   
}

#site-navigation li:first-child {
	padding-left:0 !important;
}

.main-navigation li:first-child {
	
}

.sub-menu li:first-child {
	padding-left: 5px !important;
}

.main-navigation li a {
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	color:#626555;
	font-size: 32px;
	display: inline-block;
  vertical-align: middle;
  position: relative;
}

.main-navigation li:hover > a {
color:#5d4438;
-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}


/* SUBMENU */

.menu-item:hover > .sub-menu{ display: block }

.main-navigation ul ul {
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
	color:#d8d4c8;
	margin-top: -27px;
}

.main-navigation ul ul ul li {
    height: auto;
    left: -41px;
    top: -25px;
}

.main-navigation ul ul li a {
	color:#fff !important;
	font-size:22px;	}

.main-navigation ul ul li {
position: relative;
    width: 204px;
    top: 30px;
    padding: 5px;
    left: -65px;
    height: 35px;
    font-size: 26px;
    display: block;
    border-bottom: 1px solid #626555;
    background-color: #d0c6bc;
}

.main-navigation ul ul li a{
    color: #626555;
    font-size: 22px;
}

/* SUBMENU HOVER */

.main-navigation ul ul li a:before{
height:0;
}

.main-navigation ul ul li:hover > a {
color:#626555 !important;
text-decoration:none;

}

.main-navigation ul li:hover > ul {
	left: auto;

}
.main-navigation ul ul li:hover > ul {
	left: 100%;

}

/* CURRENT PAGE */
.main-navigation li.current_page_item a{
color:#432d22 !important;
}

.main-navigation ul ul .current_page_item a{
color:#626555 !important;
}

/* LANDING PAGE */

.landingPage {
	width:100%;
	margin-top:30px;
	min-height:450px;
	
}

/* TABS */
.tabs {
	margin-bottom:20px;
}

/* Style the tab */
.tablinks {
    display: inline-block;
	padding:5px;
	height: 280px;
}


/* Change background color of buttons on hover */
.tablinks:hover {
  background-color: #92ab7894;

}

/* Create an active/current tablink class */
.tablinks.active {
  background-color: #92ab7894;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}

.backgroundTabs {
	width:100%;
	height:320px;
	max-height:320px;
	overflow-y: hidden;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 25px;
}

.bookTabs {
	margin-left:8%;
	margin-right:80px;
	width: 200px;
	display: inline-block;
	    float: left;
}

.bookDescription {
	color:#FFF !important;
	font-weight:300 !important;
	height: 255px;
	text-align: center;
    padding-right: 5%;
    background-color: #92ab7894;
    padding-top: 20px;
    margin-top: 20px;
}

.buyLinks, .buyLinks a {
	font-size:20px;
	color: #626555;
	font-weight:400;
	text-decoration:none;
}

.clickBooks {
	text-transform:uppercase;
	color:#634b3f;
	font-size:20px;
	font-weight:400;
}

/* WORDPRESS IMAGES ALIGNED */

.aligncenter {
	display:block;
	margin: 0 auto;
}

.alignleft {
	display: inline;
	float: left;
	margin: 15px;
	margin-left: 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 15px;
	margin-right:0;
}


/* SIDEBAR */
.content-area {
	float: inherit;
}
.site-main {
	margin: 0 0 0 0;
}

.site-main2 {
	width:72%;
}

.site-content .widget-area {
	float:right;
	overflow: hidden;
	width: 25%;
}

h1.widget-title::before{
	height:0;
	width:0;
	background:none !important;
}

.widget-title{
	font-size: 22px;
	    color: #626555 !important;
	font-weight: normal;
	text-align: center;
	display: block;
	margin-bottom: 2px !important;
	margin-top: 0px;
}


.widget {
	margin: 0 0 1.5em;
	list-style: none !important;
	padding-bottom: 20px;
	text-align:justify;
}

.widget ul{
	list-style: none !important;
	padding:0;
}

.widget ul li:before {
	content: "\02D \020";
 }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* SEARCH WIDGET */
.widget_search .search-submit {
	display: none;
}

/* SIDEBAR */

#secondary {
	margin-top:50px;
}


/* COMMENTS */

.cat-links {
	display:inline;
}

.comments-link {
	float: right;
	position: relative;
	margin-top:15px;
	margin-bottom:-10px;
}

.comments-link a {
	color: #626555;
	text-decoration:none;
}

.comments-link a:hover {
	color: #626555;
	text-decoration:underline;
}

.comments-area{
	width: 100%;
	text-align:justify;
}

.comment-reply-title{
	margin-top:15px;
}

.comment-metadata{
	margin-bottom:20px;
}

.comment-metadata a{
	text-decoration:none;
	color:#000;
}

.comment-meta a{
	text-decoration:none;
	font-size:12px;
}

a.comment-edit-link {
	font-weight:bold;
}

.comment-list{
	list-style:none;
}


article.comment{
	padding: 10px;
	margin: auto;
	margin-top: 15px;
}

span.author{
	display: none;
}

.posted-on {
	width: 100%;
	text-align: center;
	float: left;
}

.posted-on a {
font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	font-size: 13px;
	color:#000;
}

.entry-footer {
	margin-top:20px;
}

.comment-content {
	padding-left:0;
}

li.comment {
	background:#ffffff21;
}


.desc {
  width: 600px;
height:auto;
  padding: 10px;
outline-width:0;
}

a#TLLFUS:hover {
text-decoration:none;
}

.desc:focus{
outline: none;
}

/* FOOTER */
.site-footer{
	clear:both;
	width: 100%;
	height: 30px;
}

.site-info {
font-size: 14px;
    color: #000;
    height: 20px;
    vertical-align: middle;
    padding-top: 5px;
}

.site-info a{
	text-decoration:none;
	color: #4e8794;
	font-size:14px;
}


/* ACCESSIBILITY */
.fontsize a{
font-size:28px;
}


/* CONTACT FORM */

.wpforms-confirmation-container-full {
	background: none !important;
	border: none !important;
}

/* FORMS */

form-submit {
	margin-bottom:15px;
}

.comment-form {
	margin-bottom: 60px;
}

.contact-form input[type=email], .contact-form input[type=text] {
	width: 500px !important;
	max-width: 98%;
	margin-bottom: 13px;
}

.contact-form label span {
	color: #626555 !important;
	margin-left: 4px;
	font-weight: 400;
}

.contact-form label{
font-weight:400 !important;
}

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

.pushbutton-wide:hover{
color:#F0E2C5;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background:#3db796;
	border: 0;
		color: #FFF;
	cursor: pointer;
	-webkit-appearance: button;
font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 1;
	padding: 8px;
	float:right;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 0;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: 0;
	
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	width:100%;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}



/* SMALL MENU */
.menu-toggle {
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* --- ACCESSIBILITY --- */


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* --- POSTS AND PAGES --- */


.entry-header{
margin-top:10px;
overflow: hidden;
    text-align: center;
}

.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}


/* MEDIA */

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* WORDPRESS CAPTIONS */

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
	line-height: 17px;
}

.wp-caption .wp-caption-text {
	margin-bottom:7px;
	font-size:14px;
}

/* GALLERIES */

.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin:0px;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width:33%
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}

#colorbox:focus {
	outline: none !important;
}

li.afp-single-item:focus {
outline: none !important;
}

#cboxWrapper:focus {
	outline: none !important;
}

#cboxCurrent {
display: none !important;
}

.da-thumbs {
margin-top:100px;
}
.da-thumbs li {
margin:3px !important;
}


/*** RESTTING ***/
ul#afp-filter, ul#afp-filter li, ul.afp-items, li.afp-single-item, ul.afp-item-details, ul.afp-item-details li{
	margin: 0;
	padding: 0;
}
/****************/

ul#afp-filter{
	display: block;
width:405px !important;
margin:auto !important;
position:relative !important;
	list-style: none;
margin-bottom: 30px !important;
}



ul#afp-filter li{
	display: inline-block;
	padding-right: 20px;
}

ul.afp-items{
	display: block;
	list-style: none;
}

li.afp-single-item{
	float: left;
margin-right:10px !important;
margin-bottom:10px !important;
}

ul.afp-item-details{
	display: none !important;
	list-style: none;
}

.afp-active-cat{
	font-weight: bold;
color:#497196;
}

.afp-active-cat a{
color:#497196 !important;
}

/*** Newsletter ***/
#mc_embed_signup { background:none !important;}

#mc_embed_signup_scroll, #mc_embed_signup_scroll label {font-size: 16px;}

#mc-embedded-subscribe {float:none;}


/*** Clear Fix ***/
.afp-clear{
	clear: both;
}

#colorbox:focus {outline:none !important;}
#cboxWrapper:focus {outline:none !important;}
button:focus {outline:none; !important}
button:active {outline:none; !important}
a:focus {outline:none; !important}


.menu-toggle, .main-navigation.toggled .nav-menu { display:none;}

@media only screen and (max-width : 499px) {
	.logo img {
		width:100%;
	}
	
	.landingPage {
		margin-top:15px;
	}
	
	.menu-menu-container {
		height: auto;
	}
	
	.main-navigation {
		width:100%
	}
	
	.main-navigation li {
		margin: 0px 1px 0 1px;
	}
	
	.main-navigation li a {
		font-size:22px;
	}
	
	.pine {
		height:25px;
	}
	
	
	.main-navigation ul {
		display: block;
	}
	
	.main-navigation ul {
		display: block;
	}
		
	.entry-content {
		margin-top: 15px;
	}
	
	
	td img {min-width: 100px;}
	
		.bookTabs {
		margin-left: 5%;
		margin-right:30px;
	}

	.bookDescription {
		height:inherit !important;
	font-size: 15px;
    line-height: 1.3;
		padding-bottom: 10px;
		padding-left:5px;
	}

	.backgroundTabs {
		height:auto;
		max-height:fit-content;
		overflow-y:inherit;
		
	}
}


@media only screen and (min-width : 500px) and (max-width : 599px) {
	.landingPage {
		margin-top:10px;
	}
	
	.menu-menu-container {
		height: 40px;
	}
	
	.main-navigation {
		width:100%
	}
	
	.main-navigation li {
		margin: 0px 1px 0 1px;
	}
	
	.main-navigation li a {
		font-size:22px;
	}
	
	.pine {
		height:25px;
	}
	
	
	.main-navigation ul {
		display: block;
	}

	
	.entry-content {
		margin-top: 15px;
	}
	
	td img {min-width: 100px;}
	
		.bookTabs {
		margin-left: 5%;
		margin-right:30px;
	}

	.bookDescription {
		height:inherit !important;
	font-size: 15px;
    line-height: 1.3;
		padding-bottom: 10px;
		padding-left:5px;
	}

	.backgroundTabs {
		height:auto;
		max-height:fit-content;
		overflow-y:inherit;
		
	}
}

@media only screen and (min-width : 600px) and (max-width : 799px) {
		.landingPage {
		margin-top:15px;
	}
	
	.menu-menu-container {
		height: 45px;
	}
	
	.main-navigation {
		width:95%
	}
	
	.main-navigation li {
		margin: 0px 1px 0 1px;
	}
	
	.main-navigation li a {
		font-size:25px;
	}
	
	.pine {
		height:30px;
	}
	
	.entry-content {
		margin-top: 15px;
	}
	
		.bookTabs {
		margin-left: 5%;
		margin-right:50px;
	}

	.bookDescription {
		height:inherit !important;
	font-size: 15px;
    line-height: 1.3;
		padding-bottom: 10px;
	}

	.backgroundTabs {
		height:auto;
		max-height:fit-content;
		overflow-y:inherit;
		
	}
	
}

@media only screen and (min-width : 800px) and (max-width : 899px) {
	
		.landingPage {
		margin-top:15px;
	}
	
	.menu-menu-container {
		height: 50px;
	}
	
	.main-navigation li {
		margin: 0px 3px 0 3px;
	}
	
	.pine {
		height:40px;
	}
	
	.main-navigation li a {
		font-size: 28px;
	}
	
	.bookTabs {
		margin-left: 5%;
		margin-right:50px;
	}

	.bookDescription {
		height:270px;
	font-size: 15px;
    line-height: 1.3;
	}

}


@media only screen and (min-width : 900px) and (max-width : 1100px) {
	.main-navigation li a {
		font-size: 28px;
	}
		
	.bookTabs {
		margin-left: 5%;
		margin-right:50px;
	}

	.bookDescription {
		height:270px;
	font-size: 16px;
    line-height: 1.3;
	}
	
}

@media only screen and (min-width : 1101px) and (max-width : 1300px) {
	.bookDescription {
		height:280px;
		margin-top: 10px;
	}
}
