/*
Theme Name: Bellurian the Durgon
Theme URI: http://lindseyburcar.com
Author: Tarkustralszar the Magnificent
Author URI: -
Description: Personal homepage design for Lindsey Burcar's business page. Hmhm... Sweet little Lindsey; little, little, tiny little girl.
Version: 2.0
License: -
License URI: -
.
*/

/*----------- Basic Tags -----------*/
h1{
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	color: #e0ded0;
	font-size: 3em;
	font-family: 'Amatic SC', cursive;
	font-weight: bold;
}

h2{
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	color: #e0ded0;
	font-size: 2em;
	font-family: 'Amatic SC', cursive;
	font-weight: bold;
}

h3{
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	color: #e0ded0;
	font-size: 1.5em;
	font-family: 'Amatic SC', cursive;
	font-weight: bold;
}

p{
	margin-top: 0px;
}

html{
	height: 100%;
	min-height: 100%;
	position: relative;
}

body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #313738;
	background-image: url("images/bg4.jpg");	
	background-position: center top;
	min-height: 100%;
	height: 100%;
	position: relative;
}


/*-----------  Page-Layout -----------*/

.pagewrapper{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 960px;
	min-height: 100%;
	color: #e0ded0;
}

/*head*/
.header{
	width: 960px;
	margin: 0 0 0 0;
	padding: 50px 0 0 0;
}

.headercontent{
	width: 960px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}

.page-title{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 14pt;
	font-family: 'Open Sans', sans-serif;
	color: #e0ded0;
	position: absolute;
	left: 70px;
	top: 26px;
	font-weight: 400;
	text-decoration: none;
}

.page-title a {
    text-decoration:none;
}

.page-title a:link {
    color: #e0ded0;
}

.page-title a:visited {
	color: #e0ded0;
}

.page-title a:hover {
    color: #e0ded0;
}

.page-title a:active {
   color: #e0ded0;
}

.page-description{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 14pt;
	font-family: 'Open Sans', sans-serif;
	color: #a4773f;
	position: absolute;
	right: 70px;
	top: 26px;
	text-decoration: none;
}

.banner{
	background-image: url("images/bannerbar.jpg");
	height: 73px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 960px;
}

.logo{
	height: 180px;
	width: 110px;
	position: absolute;
	left: 0;
	right: 0;
	margin: -37px auto 0 auto;
	padding: 0 0 0 0;
	z-index: 1;
}

.logo img:hover{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.logo img{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#cssfadebanner { 
	background-image: url('images/logoglow.png');
	height: 180px; 
	width: 110px;
}
#cssfadebanner img {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
}
#cssfadebanner img:hover {
	opacity: 0;
}



/*Menu*/
.main-menu-bar{
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	height: 55px;
	background-image: url("images/menubg.jpg");
	font-family: 'Open Sans', sans-serif;
}

.main-menu-left{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	left: 40px;
}

.main-menu-right{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	right: 40px;
}

.main-menu-navigation{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
}

.main-menu-navigation ul{
	margin: 0 0 0 0;
	padding: 9px 0 0 0;
	list-style-type: none;
	list-style-image: none;
}

.main-menu-navigation li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline; 
}

.main-menu-left li{
	margin: 0 0 0 0;
	padding: 0 80px 0 0;
	display: inline; 
}

.main-menu-right li{
	margin: 0 0 0 0;
	padding: 0 0 0 80px;
	display: inline; 
}

.main-menu-navigation a {
    text-decoration: none;
	/*font-family: "Times New Roman", Georgia;*/
	/*font-size: 14px;*/
	font-family: 'Amatic SC', cursive;
	font-size: 1.7em;
	font-weight: bold;
	padding: 0px 30px 3px 30px;
}

.main-menu-navigation a:link {
    color: #0f0f0e;
}

.main-menu-navigation a:visited {
    color: #0f0f0e;
}

.main-menu-navigation a:hover {
    color: #0f0f0e;
	background-image: url("images/hoverlineblack.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
}

.current-menu-item a{
	color: #0f0f0e;
	background-image: url("images/hoverlineblack.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main-menu-navigation a:active {
    color: #0f0f0e;
}

/*main*/
.main{
	width: 960px;
	padding: 0 0 125px 0;
	margin: 25px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
}

.maincontent{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.sliderpane{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.dividerhorizontal{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 960px;
	height: 30px;
	background-image: url("images/dividerhorizontal.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.contentpane{
	margin: 35px 0 50px 0;
	padding: 0 0 0 0;
	background-image: url("images/dividercornerbl.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	overflow: auto;
	width: 100%
}

.contentpaneleft{
	margin: 0 0 0 0;
	padding: 5px 15px 10px 35px;
	width: 275px;
	float: left;
	font-size: 12pt;

}

.contentpaneleft li{
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.contentpaneleft ul{
	margin: 0 0 0 0;
	padding: 20px 0 0 25px;
}


.dividervertical{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url("images/dividervertical.png");
	background-position: 315px center;
	background-repeat: no-repeat;
	overflow: auto;
	width: 100%
}

.contentpaneright{
	margin: 0 0 0 0;
	padding: 5px 10px 10px 25px;
	width: 600px;
	float: left;
	background-image: url("images/dividercornertr.png");
	background-position: top right;
	background-repeat: no-repeat;
}

/*Page.php, single.php, 404.php*/

.pagecontentpanecornerbl{
	width: 960px;
	/*background-image: url("images/dividercornerbl.png");
	background-position: bottom left;
	background-repeat: no-repeat;*/
}

.pagecontentpanecornertr{
	width: 960px;
	/*background-image: url("images/dividercornertr.png");
	background-position: top right;
	background-repeat: no-repeat;*/
}

.pagecontentpane{
	margin: 0 0 50px 0;
	padding: 3% 15px 10px 15px;
	width: 930px;
}

.pagecontentpane a,.pagecontentpane a:hover,.pagecontentpane a:active,.pagecontentpane a:visited
{
	color: #cf7a3a !important;
}

/*footer*/
.footer{
	background-color: #313738;
	background: url("images/footerbg.jpg") repeat-x center top;
	height: 125px;
	width: 100%;
	position: relative;
	bottom: 0;
	margin: -125px 0 0 0;
	padding: 0 0 0 0;
}

.footercontent{
	background: url("images/footerbg.jpg") repeat-x center top;
	background-color: #313738;
	width: 960px;
	height: 114px;
	margin: 0 auto 0 auto;
	padding: 11px 0 0 0;
	font-family: 'Open Sans', sans-serif;
}

.footercontent .current-menu-item a{
	color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.quicknav{
	margin: 0 0 0 0;
	padding: 18px 0 0 15px;
	color: #e0ded0;
	float: left;
	height: 96px;
	width: 110px;
}

.mailto{
	margin: 0 0 0 0;
	padding: 35px 0 0 0;
	float: left;
	height: 79px;
	width: 195px;
	text-align: center;
}

.mailto a:hover {
	text-decoration: none;
}

.mailicontext{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	height: 79px;
	width: 150px;
}

.mailto span{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #e0ded0;
	font-size: 9pt;
	text-align: center;
}

.linkicons{
	margin: 0 auto 0 auto;
	padding: 35px 0 0 0;
	float: left;
	height: 79px;
	width: 320px;
	text-align: center;
}	

.linkicons figure{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}	

.linkicons figure a{
	margin: 0 0 0 0;
	padding: 0 30px 0 0;
}	

.copyright{
	margin: 0 0 0 0;
	padding: 35px 10px 0 0;
	float: left;
	height: 79px;
	width: 230px;
	text-align: right;
}

.copyright span{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #c3b9ae;
	font-size: 11pt;
}

.footerlogo{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	height: 114px;
	width: 80px;
}

.footerlogo img:hover{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	-webkit-filter:  drop-shadow(0px 0px 0px rgba(248, 121, 2, 0.5));
	filter: drop-shadow(0px 0px 0px rgba(248, 121, 2, 0.5));
}

.footerlogo img{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
}


/*FooterMenu*/
.quicknav li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.quicknav ul{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
}

.quicknav a {
    text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
}

.quicknav a:link {
	color: #e0ded0;
}

.quicknav a:visited {
	color: #e0ded0;
}

.quicknav a:hover {
	color: #e0ded0;
	text-decoration: underline;
}

.quicknav a:active {
	color: #e0ded0;
}



/*----------- Links -----------*/
/*General*/

a {
	text-decoration: none;
}

a:link {
	color: #e0ded0;
}

a:visited {
	color: #e0ded0;
}

a:hover {
	color: #e0ded0;
	text-decoration: underline;
}

a:active {
	color: #e0ded0;
}

/*----------- 404 Page -----------*/

.ErrorImage404 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.ErrorImage404 img{
	padding: 20px 200px 20px 0;
}

.posterror404{
	margin: 0 auto 0 auto;
	padding: 25px 0 0 0;
	width: 960px;
	text-align: center;
}

/*----------- Meta-Slider -----------*/

.sliderpane .nivoSlider {
    -webkit-border-radius: 25px;
    -moz-border-radius:    25px;
    border-radius:         25px;
}

.sliderpane .nivo-caption{
	padding-left: 25px;
	padding-top: 13px;
	height: 65px;
	color: #e0ded0;
	font-size: 20pt;
	font-weight: 400;
	opacity: 0.7;
}

.sliderpane .nivoSlider .nivo-caption{
	font-family: 'Open Sans', sans-serif;
}

/*----------- Gallery -----------*/

.pagecontentpane  #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0{
	text-align: left;
}

.recentworksgallery  #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0{
	text-align: left;
	padding-top: 10px
}

.recentworksgallery #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0{
	height: 0px;
}

div .bwg_image_info_spun{
	text-align: left;
}

a {
	text-decoration: none;
}

div .bwg_image_description a:link {
	color: #ff9933 !important;
}

div .bwg_image_description a:visited {
	color: #ff9933 !important;
}

div .bwg_image_description a:hover {
	color: #ff9933 !important;
	text-decoration: underline;
}

div .bwg_image_description a:active {
	color: #ff9933 !important;
}

/*----------- Contact -----------*/

.contactwrapper{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	width: 100%;
    overflow: hidden;
    
	
}

.contactmailicon{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	height: 60px;
	width: 150px;
}

.contactmailicon span{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #e0ded0;
	font-size: 11pt;
	text-align: center;
}

.contactnamemailsubject{
	margin: 0 auto 0 auto;
	padding: 0 0 5px 0;
	overflow: auto;
}

.contactname{
	margin: 0 0 0 0;
	padding: 0 50px 0 0;
	text-align: left;
}

.contactname input{
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	width: 225px;
	height: 10px;
	-webkit-border-radius: 6px;
    -moz-border-radius:    6px;
    border-radius:         6px;
}

.contactmail{
	margin: 0 0 0 0;
	padding: 0 50px 0 0;
	text-align: left;
}

.contactmail input{
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	width: 225px;
	height: 10px;
	-webkit-border-radius: 6px;
    -moz-border-radius:    6px;
    border-radius:         6px;
}

.contactsubject{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

.contactsubject input{
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	width: 225px;
	height: 10px;
	-webkit-border-radius: 6px;
    -moz-border-radius:    6px;
    border-radius:         6px;
}

.contactmessage{
	margin: 0 auto 0 auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 700px;
}

.contactmessage textarea{
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	height: 230px;
	width: 700px;
	-webkit-border-radius: 6px;
    -moz-border-radius:    6px;
    border-radius:         6px;
}

.contactsubmit{
    margin: 0 auto 0 auto;
    padding: 10px 0 0 0;
    width: 100%;
}

.reCaptcha{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto 0 auto;
    width: 100%;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha div{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    margin: 0 auto 0 auto;
    width: 100%;
}

.contactsubmit input[type="submit"]{
	background: #6b292a;
	background: -moz-linear-gradient(top,#6b292a 0%,#6b292a 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6b292a), color-stop(100%,#6b292a));
	background: -webkit-linear-gradient(top,#6b292a 0%,#6b292a 100%);
	background: -o-linear-gradient(top,#6b292a 0%,#6b292a 100%);
	background: -ms-linear-gradient(top,#6b292a 0%,#6b292a 100%);
	background: linear-gradient(top,#6b292a 0%,#6b292a 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6b292a',endColorstr='#6b292a',GradientType=0);
	padding:2px 6px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:1px solid #b05459;
	height: 40px;
	width: 300px;
	cursor: pointer;
}

.bwg_image_info{
	width: 20% !important;
	display: inline-block !important;
}

/*----------- Menu Other Gallery and Portfolio Nav ---------------*/

.tablenav-pages_0 a[class^="first-page"]{
	display: none;
}

.tablenav-pages_0 a[class^="last-page"]{
	display: none;
}

#bwg_container1_0 #bwg_container2_0 .paging-input_0 {
	vertical-align: top !important;
}

.maincontent #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a[class^="prev-page"]{
	display: inline-block;
	content: "" !important;
	text-indent: -1000em;
	width: 43px;
	height: 18px;
	background-image: url("images/leftpagenavarrow.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
    font-size: 12px;
    border-radius: 0;
    border-style: solid;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.maincontent #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a[class^="prev-page"]:hover{
	-webkit-filter: drop-shadow(0px 0px 0px #ffffff) drop-shadow(0px 0px 6px #ff7b00);
	filter: drop-shadow(0px 0px 0px #ffffff) drop-shadow(0px 0px 6px #ff7b00);
}

.maincontent #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a[class^="prev-page"].disabled:hover{
	-webkit-filter: drop-shadow(0px 0px 0px transparent) drop-shadow(0px 0px 6px transparent);
	filter: drop-shadow(0px 0px 0px transparent) drop-shadow(0px 0px 6px transparent);
}

.maincontent #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a[class^="next-page"]{
	display: inline-block;
	content: "" !important;
	text-indent: -1000em;
	width: 43px;
	height: 18px;
	background-image: url("images/pagenavarrow.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
    font-size: 12px;
    border-radius: 0;
    border-style: solid;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.maincontent #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a[class^="next-page"]:hover{
	-webkit-filter: drop-shadow(0px 0px 0px #ffffff) drop-shadow(0px 0px 6px #ff7b00);
  	filter: drop-shadow(0px 0px 0px #ffffff) drop-shadow(0px 0px 6px #ff7b00);
}

.maincontent #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a[class^="next-page"].disabled:hover{
	-webkit-filter: drop-shadow(0px 0px 0px transparent) drop-shadow(0px 0px 6px transparent);
	filter: drop-shadow(0px 0px 0px transparent) drop-shadow(0px 0px 6px transparent);
}

#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0{
	background-color: transparent !important;
}

#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {
    /*height: 0px !important;*/
}

#menu-portfolio {
    display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.menu-portfolio-text{
	text-align: center;
	color: #e0ded0 !important;
	font-family: 'Amatic SC', cursive;
	font-weight: bold;
	
	font-size: 2em;
}

.menu-other-galleries-container{
	text-align: center;
}

#menu-other-galleries li{
	display: inline;
}

#menu-other-galleries a {
    color: #e0ded0 !important;
	font-family: 'Amatic SC', cursive;
	font-weight: bold;
	font-size: 2em;
	padding: 0px 2.5% 0px 2.5%;
}

#menu-other-galleries a:link {
    color: #e0ded0 !important;
	text-decoration: none;
}

#menu-other-galleries a:visited {
	color: #e0ded0 !important;
	text-decoration: none;
	background-image: url("images/hoverlinewhite.png");
	   background-repeat: no-repeat;
	   background-position: center bottom;
}

#menu-other-galleries .current-menu-item a{
	color: #e0ded0;
	background-image: url("images/hoverlinewhite.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}


#menu-other-galleries a:hover {
    color: #e0ded0 !important;
	background-image: url("images/hoverlinewhite.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
}

#menu-other-galleries a:active {
   	color: #e0ded0 !important;
	   background-image: url("images/hoverlinewhite.png");
	   background-repeat: no-repeat;
	   background-position: center bottom;
	   text-decoration: none;
}

/*----------- Wordpress Required -----------*/

.wp-caption{

}

.wp-caption-text{

}
.sticky{

}

.gallery-caption{

}

.bypostauthor{

}

.alignright{

}

.alignleft{

}

.aligncenter{

}
