/*
Theme Name:     Buro Child Theme
Template:       buro
Version:        0.1.0
*/

@import url("../buro/style.css");


/* ===  Mandatory Changes === */



/*==========NAVIGATION==========*/


/*Change current menu item background and text color*/
header .nav li.current_page_item a, header .nav li.current_page_parent a, header .nav li.current-menu-ancestor a, header .nav li.current-cat a, header .nav li.current-menu-item a {
background: #446877;
color: #;
}

/*Change menu item background and text color*/
header .nav a {
color: #edd571;
background: #563328;
}

/*Change menu item text hover color*/
header .nav a:hover {
color: #82d1f2;
}

/*Change navigation background color and add box shadow to nav*/
header .nav {
background: #;
  width:99.5%;

}


/*==========BODY==========*/


/*Change background color*/
#content-wrapper {
background: rgb(64,189,220); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(64,189,220,1) 0%, rgba(47,179,139,1) 40%, rgba(7,133,175,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,189,220,1)), color-stop(40%,rgba(47,179,139,1)), color-stop(100%,rgba(7,133,175,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(64,189,220,1) 0%,rgba(47,179,139,1) 40%,rgba(7,133,175,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(64,189,220,1) 0%,rgba(47,179,139,1) 40%,rgba(7,133,175,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(64,189,220,1) 0%,rgba(47,179,139,1) 40%,rgba(7,133,175,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(64,189,220,1) 0%,rgba(47,179,139,1) 40%,rgba(7,133,175,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40bddc', endColorstr='#0785af',GradientType=0 ); /* IE6-9 */
; /* IE6-9 */
; /* IE6-9 */
); /* IE6-9 */
;
}

/*Change the bottom border of the content*/
article {
border-bottom: 1px solid #;
}

/*Change the top border of the content*/
#main {
border-top: 2px solid #; 
}

/*Change color of website headings*/
h1, h2, h3, h4, h5, h6 {
color: #eac500;
}

/*Change selected text background color!*/
/*Make sure to also change the background color for Firefox too!*/
::selection {
  background: # !important;
}

::-moz-selection
{
background: #;
}

p{
color: #fff;
}	


/*==========FOOTER==========*/


/*Change the footer background color*/
body {
background: #563328;
color: #;
}

/*Change footer text color*/
.copyright {
color: #edd571;
}

/*Change footer link color*/
.copyright a {
color: #c8d400 !important;
}

/*Change footer link hover color*/
.copyright a:hover {
color: #fff !important;
}


/*==========SUB PAGES CHANGES==========*/


/*Change the color of the Author name on the Blog page*/
.post-author a {
color: #;
}

/*Change link color in posts*/
.entry p a {
color: #;
}

/*Change submit button background color*/
a.button, #commentform #submit, .submit {
background: #;
border: none;
}

/*Change submit button hover background color*/
a.button:hover, a.button.hover, a.button.active, #commentform #submit:hover, .submit:hover {
background: #;
border: none;
}

/*Change background color of "Leave a Comment" and "Continue Reading" on blog feed page*/
article .post-more .wrap {
background: #;
}

/*Change color and background of blog page pagination*/
.woo-pagination .current, .woo-pagination a:hover, #post-entries a, .nav-entries a, #post-entries a:hover, .nav-entries a:hover {
color: #;
background: #;
}

/*Change color of category on Blog page*/
span.post-category a {
color: #;
}

.title a {
color: #;
}

.arpw-title a {
color: #;
}

/*Change the border color in the sidebar widget*/
.arpw-block ul li {
border-bottom: 1px solid #;
}

/*Change the border in the Comments area*/
#respond {
border-top: 1px solid #;
}

/*Change the color of the captcha background*/
#cptch_input {
background: #;
}

/*Change the color in the Random Posts widget*/
.arpw-summary {
color: #;
}

/*Change the color of the articles*/
#archives-5 a {
color: # !important;
}


/*==========Optional Changes==========*/


/*Change recent posts heading color*/
.posts h3 a {
color: #;
}

/*Add box shadow to homepage images*/
.large-home, .float-left img, .float-right img {
/*Enter box shadow code here (Website for box shadow code generator: css3gen.com/box-shadow/)*/

}


/*==========DON'T EDIT THE CODE BELOW THIS LINE==========*/


header nav {
float: left;
}

#logo {
float: right;
}

.float-left img, .float-right img {
border: 0;
}

.float-left {
float: left;
width: 339px;
}

.float-right {
float: right;
width: 339px;
}

.large-home {
border: none !important;
}

.posts {
padding: 0 !important;
margin-left: 1em !important;
}

#commentform textarea {
background: #000;
}

.caption h2 {
line-height: 0px;
  }

#main-nav {
font-size: 0.95em;
}

#comments {
border-top: none;	  
}

#post-author {
 display: none;
}


/*Making the site responsive*/

@media only screen and (max-width: 1212px) {

.float-right {
float: right;
width: 49%;
}

.float-left {
float: left;
width: 49%;
}
	  
	  
#bottom {
clear: both; 
width: 100%;
}

.et_lb_module.et_lb_column.et_lb_1_3.et_lb_first {
width: 32%;
}

/*Change the font size*/
	h1  { font-size: 2.1em; } 
	h2  { font-size: 2.1em; } 
	h3  { font-size: 1.75em; } 
	h4  { font-size: 1.3em; } 
	h5  { font-size: 1.3em; } 
	h6  { font-size: 1.143em; } 

}


@media only screen and (max-width: 805px) and (min-width: 732px) {
.float-right {
float: right;
width: 49%;
}

.et_lb_2_3 {
width: 100% !important;
}	  
	  
.float-left {
float: left;
width: 49%;
}

#bottom {
clear: both; 
width: 100%;
display: block;
  }

.et_lb_module.et_lb_column.et_lb_1_3.et_lb_first {
width: 100%;
}
/*Change the font size*/
	h1  { font-size: 2.1em; } 
	h2  { font-size: 2.1em; } 
	h3  { font-size: 1.75em; } 
	h4  { font-size: 1.3em; } 
	h5  { font-size: 1.3em; } 
	h6  { font-size: 1.143em; } 
}

@media only screen and (max-width: 731px) and (min-width: 480px) {
.float-right {
float: none;
width: 100%;
}

.float-left {
float: none;
width: 100%;
}

.et_lb_2_3 {
width: 100% !important;
}  
  
#bottom {
clear: both; 
width: 100%;
display: block;
  }

.et_lb_module.et_lb_column.et_lb_1_3.et_lb_first {
width: 100%;
}
/*Change the font size*/
	h1  { font-size: 2.1em; } 
	h2  { font-size: 2.1em; } 
	h3  { font-size: 1.75em; } 
	h4  { font-size: 1.3em; } 
	h5  { font-size: 1.3em; } 
	h6  { font-size: 1.143em; } 
}


@media only screen and (max-width: 479px)  {
/*Change the font size*/
	h1  { font-size: 1.5em; } 
	h2  { font-size: 1.5em; } 
	h3  { font-size: 1.5em; } 
	h4  { font-size: 1.3em; } 
	h5  { font-size: 1.3em; } 
	h6  { font-size: 1.143em; } 

.float-right {
float: none;
width: 100%;
}

.float-left {
float: none;
width: 100%;
}

.et_lb_2_3 {
width: 100% !important;
}  

#bottom {
clear: both; 
width: 100%;
display: block;
  }

.et_lb_module.et_lb_column.et_lb_1_3.et_lb_first {
width: 100%;
}

.wk-slideshow .slides {
height: 135px !important;
}

.wk-slideshow .caption h2 {
margin-bottom: 0;
}

.wk-slideshow .caption a {
line-height: 14px;
}

.next, .prev {
margin-top: -52px !important;
}
}
ol.soliloquy-control-nav {
	display: none;
}
.soliloquy-container .soliloquy .soliloquy-slides>li a {
	color: #fff;
}
.soliloquy-container .soliloquy .soliloquy-slides>li a:hover{
text-decoration: none;
}
.soliloquy-container .soliloquy .soliloquy-slides>li a p {
font-size: .5em!important;
line-height: 1!important;
}
.soliloquy-container .soliloquy .soliloquy-slides img {
border: none;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
font-size: 16pt !important;
}
.soliloquy-container .soliloquy-pager{
display:none;
}
h1.title{
font-size:24pt;
}
h2{
font-size:23pt;
}
#searchtext, #clickme, #search-wrap {
 background: #7b5141 !important;
}
.soliloquy-container .soliloquy-image {
max-width: 120%!important;
height: auto;
display: block;
margin: 0 auto;
-webkit-user-drag: none;
-moz-user-select: none;
-ms-user-select: none;
}

.et_lb_module img {
max-width: 140%;
/* display: block; */
height: auto;
padding-right: 22px;
border:none;
box-shadow:none;
}
