/*
Theme Name: Lydia Monks
Description: Theme for Lydia Monks site
Author: AV Studios
*/

 
/*reset */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

 
/* general */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#242423;
	background:url(img/bg.jpg) no-repeat center top;
}
.clearer {
	clear:both;
}
.clearfix {
	display:block;
	clear:both;
	content:'';
}
.last {
	margin-right:0 !important;
	padding-right:0 !important;
	border:none !important;
}
.hr {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ebe9e9;
	clear:both;
}
img {
	max-width:100%;
	height:auto;
}
video {
	max-width:100%;
	height:auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:20px;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
hr {
	border:none;
	border-bottom: 1px solid #ebe9e9;
	margin:10px 0;
	padding:0;
}

/* text */
h1 {
	color:#560636;
	font-weight:normal;
	font-size:1.3em;
	padding-bottom:13px;
	border-bottom:1px solid #ebe9e9;
	margin-bottom:20px;
}
h2 {
	font-size:1.1em;
	font-weight:bold;
	padding:7px 0 6px 0;
	margin-bottom:20px;
}
h3 {
	
}
a {
	text-decoration:none;	
	color: #560636;
}
a:hover {
	text-decoration:underline;	
}

/* layout */
#container {
	width:980px;
	margin:0 auto;
	background-color:#fff;
	padding:0 0 20px 0;
}
.col {
	float:left;
	width:48%;
}
.col-left {
	margin-right: 2%;
}
.col-right {
	margin-left: 2%;
}
.contentMain {
	margin:20px 0 0;
}
.col img.alignleft {
	vertical-align: middle;
	margin:0 10px 0 0;
}
.col ul {
	list-style: disc;
	padding:0 0 0 20px;
}
.col ul li {
	padding-bottom:15px;
}


/* header */
#header {
	width:auto;
	min-height:158px;
	position:relative;
	background:#fbe426;
	margin:0 20px 30px;
	overflow: hidden;
}
#logo {
	margin:0 auto;
	max-width:392px;
}
#logo a {
	padding:0 10px;
	display:block;
}
.cloud {
	position: absolute;
	top:0;
}
#cloud1 {
	max-width: 22.5%;
}
#cloud2 {
	right:0;
	max-width: 16.5%;
}
#header .social-links {
	position: absolute;
	right:10px;
	top:50px;
}
#header .social-links li {
	float:left;
}
#header .social-links li a {
	display:block;
	width:34px;
	height:34px;
}
.header-twitter {
	background:url(img/twitter_icon.png) no-repeat;
	margin-right:10px;
}
.header-facebook {
	background:url(img/facebook_icon.png) no-repeat;
	margin-right:10px;
}
.header-newsletter {
	background:url(img/newsletter_icon.png) no-repeat;
}


/* search form */
#searchForm {
	position:absolute;
	top:14px;
	right:10px;
}
#searchForm input {
	width:150px;
	padding:2px 5px;
	color:#979696;
	border:1px solid #b9b9b9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.95em;
	font-weight:normal;
}
#searchForm label {
	display:none;
}

/* menu */
#menu-mainmenu {
	padding:0 0 7px 0;
	text-align: center;
	font-size:0;
}
#menu-mainmenu li {
	display:inline-block;
	border-right:1px solid #560636;
	padding:0 6px;
	font-size:16px;
}
#menu-mainmenu li a {
	color:#560636;
	text-decoration:none;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:1.1em;
}
#menu-mainmenu li a:hover, #menu-mainmenu li.current-menu-item a, #menu-mainmenu li.current_page_parent a {
	color:#930a5c;	
}
.last-menu-item {
	margin-right:0 !important;
	padding-right:0 !important;
	border:none !important;
}
#menu-btn {
	display:none;
}

/* content */
#content {
	line-height:1.3em;
	font-size:1.2em;	
	color:#4e4e4e;
	font-size:0.9em;
	margin:0 20px;
}
.fullColumn {
	width:100%;
}
.wideColumnContainer {
	width:100%;
	float:left;
	margin-right:-244px;
}
.wideColumn {
	margin-right:244px;
}
.narrowColumn {
	float:right;
	width:224px;
}
#content p {
	margin-bottom:20px;	
}
.quote {
	font-size:1.1em;	
}
.buyLink {
	border-top:1px solid #ebe9e9;
	height:30px;
	margin:0 0 14px 0;
}
.buyLink a {
	color:#560636;
	font-weight:bold;
	float:right;
	display:block;
	background-color:#ebe9e9;
	padding:4px 10px;
	text-decoration:none;	
}
.buyLink a:hover {
	background-color:#d5d4d4;
	color:#930a5c;	
}

/* work list */
.catList {
	color:#560636;
	padding:20px 16px 30px 16px;
	background:url(img/catlist_bg2.jpg) ;
	position: relative;
	z-index:99;
}
#content .catList p {
	margin-bottom:0;
}
.catList ul {
	margin-bottom:12px;
}
.catList li {
	list-style:disc;
	margin-left:14px;
}
.catList li a {
	color:#560636;
	text-decoration:none;
}
.catList li a:hover {
	text-decoration:underline;
}
.workList li {
	margin:0 0 20px 2.83%;
	width:30.5%;
	float:left;
	color:#560636;
	background:url(img/worklist_bg.jpg) no-repeat 0 bottom;
}
.workList li h3 {
	font-weight:bold;
	font-size:1em;
	padding:0 12px;
}
#content .workList li p {
	margin:0;
	padding:0 12px 12px 12px;
	/* min-height:38px; */
}
.workList li a {
	color:#560636;
}

/* blogs */
#blogs {
	margin-top:24px;
}
#blogs .icon {
	background:url(img/icon_blog.jpg) no-repeat;
	width:41px;
	height:37px;
	float:left;
}
#blogs h2 {
	color:#3b6ac7;
	border-bottom:1px solid #3b6ac7;
	clear:none;
}
#blogs h2 a {
	margin-left:10px;
	color:#000;
	font-style:italic;
	text-decoration:none;
}
#blogs h2 a:hover {
	text-decoration:underline;
}
.blogPost {
	border-bottom:1px solid #ebe9e9;
	margin-bottom:30px;
}
.blogPost img {
	float:left;
	margin:0 20px 30px 0;
}
.blogPost h3 {
	clear:none;
	color:#3b6ac7;
	font-weight:bold;
}
.blogPost a {
	color:#3b6ac7;
	text-decoration:none;	
}
.blogPost a:hover {
	text-decoration:underline;
}

/* tweets */
#tweets .icon {
	background:url(img/icon_tweets.jpg) no-repeat;
	width:41px;
	height:37px;
	float:left;
}
#tweets h2 {
	color:#e8689b;
	border-bottom:1px solid #e8689b;
	clear:none;
	margin-left:41px;
}
#tweets li {
	background-color:#ebe9e9;
	padding:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:20px;
}
#tweets li.odd {
	background:url(img/tweets_bg1.jpg) no-repeat 0 bottom #ebe9e9;
	padding-bottom:32px;
	margin-bottom:0;
}
#tweets li.even {
	background:url(img/tweets_bg2.jpg) no-repeat 0 top #ebe9e9;
	padding-top:32px;
	margin-top:-8px;
}
#tweets p.twitterLink {
	text-align:right;
	margin:0 0 23px 0;
}
#tweets p a {
	color:#000;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}
#tweets p a:hover {
	text-decoration:underline;
}
.tweets a {
	color:#e8689b;
}

/* publications */
#publications .icon {
	background:url(img/icon_publications.jpg) no-repeat;
	width:41px;
	height:37px;
	float:left;
}
#publications h2 {
	color:#b93550;
	border-bottom:1px solid #b93550;
	clear:none;
	margin-left:41px;
}
#publications img {
	margin-bottom:18px;
}
#publications p.publicationsLink {
	text-align:right;
	margin:0 0 23px 0;
}
#publications p.publicationsLink a {
	color:#000;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}
#publications p.publicationsLink a:hover {
	text-decoration:underline;
}

/* prev/next buttons */
.prevBtn {
	float:right;
	margin-right:12px;
}
.prevBtn a {
	background:url(img/arrow_left.jpg) no-repeat;
	width:36px;
	height:36px;
	display:block;
}
.prevBtn a:hover {
	background-position:0 -36px;
}
.nextBtn {
	float:right;
}
.nextBtn a {
	background:url(img/arrow_right.jpg) no-repeat;
	width:36px;
	height:36px;
	display:block;
}
.nextBtn a:hover {
	background-position:0 -36px;
}

/* footer */
#footer {
	min-height:94px;
	background:url(img/footer_bg_tall.jpg) #ffdf3e no-repeat left top;
	margin:20px 20px 0 20px;
	padding-top:62px;
	font-size:0.8em;
}
#footer h3 {
	font-weight:bold;
	margin-bottom:11px;
	font-size:1em;
}
#footer p {
	line-height:1.2em;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#444;
}
#footerCol1 {
	width:240px;
	float:left;
	margin-left:240px;
}
#footerCol2 {
	float:right;
	padding:0 12px 0;
}
#footerCol2 p {
	display:inline-block;
	height:34px;
}
#footerCol2 a {
	display:block;
	height:34px;
	width:34px;
}
#footerCol2 p.footer-twitter {
	background:url(img/twitter_icon.png) no-repeat;
	margin-right:10px;
}
#footerCol2 p.footer-facebook {
	background:url(img/facebook_icon.png) no-repeat;
	margin-right:10px;
}
#footerCol2 p.footer-newsletter {
	background:url(img/newsletter_icon.png) no-repeat;
}
#footerCol3 {
	padding:26px 19px 9px 0;
	text-align:right;
}

/* home page */
.homeIntro {
	font-size:1.3em;
	line-height:1.3em;
}
#homeflash {
	width:696px;
	height:auto;
	max-width:100%;
}
.page-home #tweets {
	/*height:425px;
	margin:0;
	padding:0;*/
}

/* slider */
.slides {
	position: relative;
}
.slides li {
	position:absolute;
	display:none;
	max-width:100%;
}
.slides li:first-child {
	display:block;
}
.slides li img {
	display:block;
}
.slide-info {
	position: absolute;
	background:#fff;
	padding:0;
	width:50%;
	left:0;
	top:20px;
}
.slide-info h2 {
	padding:10px 10px 0 10px;
	margin-bottom:10px;
	font-size: 22px;
    line-height: 22px;
}
#content .slide-info p {
	padding:0 10px 10px 10px;
	margin:0;
}
.slides li a:hover {
	text-decoration: none;
}

/* work page */
.narrowColumn.catList {
	width:188px;
	float:left;
}
.page-my-work-all .wideColumnContainer, .tax-authors .wideColumnContainer, .post-type-archive-mywork .wideColumnContainer {
	margin-left: -220px;
	margin-right:0;
}
.page-my-work-all .wideColumn, .tax-authors .wideColumn, .post-type-archive-mywork .wideColumn {
	margin-left: 220px;
	margin-right: 0;
}
.workThumbnailDefault {
	height:220px;
	width:220px;
	background-color:#ebe9e9;	
}

/* single work page */
.gallery-item {
	display:inline-block;
	max-width: 100%;
}
.gallery-item img {
	max-width:100px;
	margin:0 10px 10px 0;
}
.gallery-item:first-child:after {
	clear:both;
}
.gallery-item:first-child img {
	max-width:100%;
	display: block;
}
.workMainImage {
	margin-bottom:10px;
}

/* blog page */
.page-blog .wideColumn h2 {
	margin-bottom:0;
	clear:none;
}
.page-blog a {
	color: #3B6AC7;
}
.page-blog #content .wideColumn p {
	margin-bottom:10px;
}
.page-blog img.blogThumb {
	float:left;
	margin: 10px 20px 10px 0;
}

/* search page */
.search-results .wideColumn h2 {
	margin-bottom:0;
}

/* single page */
.single .wideColumn img {
	height:auto !important;
}

/* promo boxes */
.promo-boxes {
	margin-top:30px;
}
.promo-box {
	position:relative;
	float:left;
	width:32%;
	margin-left:2%;
	margin-bottom:10px;
}
.promo-box:first-child {
	margin-left:0;
}
.promo-box img {
	display:block;
	width:100%;
}
.promo-box-info {
	position:absolute;
	top:18px;
	left:0;
	/*width:50%;*/
	background:#fff;
}
.promo-box-info h2 {
	padding:6px 12px;
	margin:0;
	font-size:22px;
	line-height:22px;
	color:#560632;
}
.promo-box a:hover {
	text-decoration: none;
}

/* woocommerce */
.woocommerce #container #content input.button, .woocommerce #container #respond input#submit, .woocommerce #container a.button, .woocommerce #container button.button, .woocommerce #container input.button, .woocommerce-page #container #content input.button, .woocommerce-page #container #respond input#submit, .woocommerce-page #container a.button, .woocommerce-page #container button.button, .woocommerce-page #container input.button {
	box-shadow: none;
	text-shadow:none;
}
.woocommerce #content ul.products li.product a img, .woocommerce-page #content ul.products li.product a img  {
	box-shadow: none;
}
.woocommerce #container #content div.product div.images img, .woocommerce #container div.product div.images img, .woocommerce-page #container #content div.product div.images img, .woocommerce-page #container div.product div.images img {
	box-shadow: none;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  min-height: 37px;
}
.woocommerce .woocommerce-message {
	background:none;
	box-shadow:none;
	border:1px solid #ebe9e9;
}
.woocommerce .woocommerce-main-image.zoom img {
	max-width:300px;
}
.woocommerce #content .product.has-post-thumbnail .images {
	width:44%;
}
.woocommerce #content .product.has-post-thumbnail .summary {
	width:52%;
}
.shop-cats li {
	float:left;
	width:47%;
	margin:0 0 30px;
}
.shop-cats li:nth-child(2n-1) {
	margin-right:3%;
}
.shop-cats li:nth-child(2n) {
	margin-left:3%;
}
.shop-cats li img {
	width:100%;
}
.shop-cats li h2 {
	margin-bottom:4px;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
    width: 22.05%;
}

/* mailchimp */
.mc4wp-form {
	padding-top:28px;
}
.mc4wp-form p {
	margin-bottom:10px;
	margin-right:14px;
}
.mc4wp-form label {
	display:none;
}
.mc4wp-form input {
	width:100%;
	max-width:340px;
	padding:5px;
}
.mc4wp-form input[type="submit"] {
	padding:6px 34px;
	cursor: pointer;
    font-weight: 700;
    border-radius: 3px;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    width:auto;
}
.mc4wp-form input[type="submit"]:hover {
	background-color: #dad8da;
}

/* dev banner */
#env_banner {
	width:100%;
	height:25px;
	padding:5px 0 0;
	text-align: center;
	color:#fff;
	background:#000;
	position: fixed;
	z-index:99999;
}
#container.dev {
	padding-top:30px;
}


/* media queries */
@media only screen and (max-width: 1000px) {

#container {
    max-width:95%;
}

#header {
	max-width:100%;
}

#footer {
	max-width:100%;
	padding-left:0;
}

.promo-box-info h2, .slide-info h2 {
	font-size:18px;
	line-height:18px;
}

}

@media only screen and (max-width: 900px) {

#cloud1 {
	left:-5%;
}

#footerCol3 {
    padding: 26px 19px 12px 0;
}

}

@media only screen and (max-width: 840px) {

#searchForm {
	top:5px;
	right:5px;
}
#searchForm input {
    width: 100px;
}

}

@media only screen and (max-width: 820px) {

.workList li {
	margin: 0 0 20px 5%;
    width: 44.8%;
}

}

@media only screen and (max-width: 767px) {
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
    width: 48%;
}
}

@media only screen and (max-width: 740px) {

#cloud1 {
	left:-10%;
}
#cloud2 {
	right:-5%;
}

#header .social-links {
	display: none;
}

.wideColumnContainer {
	float:none;
	margin:0;
}
.wideColumn {
	margin:0;
	overflow:hidden;
}
.narrowColumn {
	float:none;
	width:100%;
	margin-top:30px;
}

.narrowColumn.catList {
	margin:0 0 20px 0;
	width:auto;
	float:none;
	padding: 20px 16px 20px;
}
.page-my-work-all .wideColumnContainer, .tax-authors .wideColumnContainer, .post-type-archive-mywork .wideColumnContainer {
	margin-left: 0;
}
.page-my-work-all .wideColumn, .tax-authors .wideColumn, .post-type-archive-mywork .wideColumn {
	margin-left: 0;
}
.workList li {
    margin: 0 2.7% 20px 0;
    width: 31.5%;
}
.workList li:nth-child(3n) {
	margin-right:0;
}
.workList li img {
    width: 100%;
}

#tweets {
	padding-top:30px;
}
#tweets p.twitterLink {
    margin: 0 0 23px;
    text-align: left;
}
#publications {
	padding-top:30px;
}
#publications p.publicationsLink {
    text-align: left;
}
#publications img {
	display:block;
}

.prevBtn, nextBtn {
	margin-bottom:10px;
}

#footer {
	margin-top:50px;
	padding-top:80px;
}
#footerCol1 {
    float: right;
    margin: 0 24px;
    width: auto;
}
#footerCol2 {
	clear:both;
    float: right;
    width: auto;
}
#footerCol3 {
	float: right;
	text-align:right;
	margin-left: 24px;
	padding: 30px 24px 24px 0;
	width: 50%;
}

.promo-box-info h2, .slide-info h2 {
	font-size:16px;
	line-height:16px;
}

.woocommerce #content .product.has-post-thumbnail .images {
	width:100%;
}
.woocommerce #content .product.has-post-thumbnail .summary {
	width:100%;
}

}

@media only screen and (max-width: 640px) {

#header {
	min-height:100px;
}

.cloud {
	display:none;
}

#logo {
	padding-bottom:10px;
}

#menu-mainmenu {
    text-align: left;
    background:#fff;
    padding:15px 0 0 0;
    display:none;
}
#menu-mainmenu li {
    border-right: none;
    display: block;
    padding:2px 0;
}
#menu-mainmenu li a {
    display: block;
    padding:5px 10px;
}
#menu-mainmenu li a:hover {
    background:#ebe9e9;
}

#menu-btn {
	display:block;
	width:22px;
	height:20px;
	cursor: pointer;
	background:url(img/menu-btn.png);
	position: relative;
	top:-10px;
	margin-right:10px;
	float:right;
}

#searchForm {
	position:relative;
	top:0;
	right:0;
	padding:15px 10px 20px 10px;
	background:#fff;
	border-bottom:1px solid #ebe9e9;
	display:none;
}
#searchForm input {
    width: 95%;
    padding:5px;
    font-size:1.1em;
}

.slide-info {
	position:relative;
	width:100%;
	top:0;
}
.slide-info h2, #content .slide-info p {
	padding-left:0;
}

.promo-box {
	float:none;
	margin-left:0;
	width:100%;
	margin-top:30px;
}
.promo-box-info {
	width:100%;
	position:relative;
	top:0;
}
.promo-box-info h2 {
	padding-left:0;
	padding-bottom:10px;
}

}

@media only screen and (max-width: 560px) {

.workList li, .workList li:nth-child(3n) {
    margin: 0 5% 20px 0;
    width: 47.5%;
}
.workList li:nth-child(2n) {
	margin-right:0;
}

.col {
	float:none;
	width:auto;
}
.col-left {
	margin:0;
}
.col-right {
	margin:0;
	padding-top:20px;
}
.mc4wp-form {
	padding-top:0;
}


#footer {
	padding-top:230px;
}
#footerCol1 {
	width: auto;
	float:none;
}
#footerCol2 {
	width: auto;
	padding-top:20px;
	padding-left:24px;
	float:none;
}
#footerCol3 {
	width: auto;
	float:none;
	text-align: left;
	padding: 20px 24px 24px 0;
}

}

@media only screen and (max-width: 440px) {

.workList {
	text-align: center;
}
.workList li, .workList li:nth-child(3n)  {
    margin: 0 0 20px 0;
    min-width:220px;
    float:none;
    display:inline-block
}
.workList li a {
    min-width:220px;
}
.workList li img {
    min-width:220px;
}

}

@media only screen and (max-width: 400px) {

.promo-box-info {
	width:50%;
}

}
