/*
Theme Name:     Enfold_Child
Version: 7.1.1
Description:    
Author:         vanselus
Template:       enfold

(optional values you can add: Theme URI, Author URI, Version)
*/

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

.quoteright {
  background: url("../../../wp-content/uploads/2014/09/quoteL.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: right;
  font-family: georgia;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 0 30px 30px;
  padding-left: 50px;
  width: 35%;
}

.quoteright p {
  background: url("../../../wp-content/uploads/2014/09/quoteR.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
  margin: 0;
}

.quoteleft {
  background: url("../../../wp-content/uploads/2014/09/quoteL.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  font-family: georgia;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 30px 30px 0;
  padding-left: 50px;
  width: 35%;
}

.quoteleft p {
  background: url("../../../wp-content/uploads/2014/09/quoteR.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
  margin: 0;
}

.blockquote {
  background: url("../../../wp-content/uploads/2014/09/quoteL.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-family: georgia;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 30px;
}

.blockquote p {
  background: url("../../../wp-content/uploads/2014/09/quoteR.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
}
.green {
margin: 0px 0px 12px 16px; float: right;
}

.blockquote p.blockquote-right {
background: url("../../../wp-content/uploads/2014/09/quoteR.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
width: 83%;
}

@media all and (min-width:280px) and (max-width:640px){
.quoteright{
	padding-left: 33px;
}
.blockquote{
	padding-left: 36px;
}
}
@media all and (min-width:280px) and (max-width:989px){
.quoteright{
	width:100%;
}
.quoteleft{
	width:100%;
}
.blockquote{
	width:100%;
}
}

#wplb_main{
	width:100%;
padding:20px;
border-radius:0px;
}
#wplb_main > form {
    overflow: hidden;
}
#wplb_main > form .wplb_field {
    margin: 20px 6px;
    min-height: 35px;
    padding: 6px;
}
#top form{
	margin-bottom:0px !important;
}
#wplb_wrap .wplb_check{
	margin-top:30px !important;
}
#wplb_wrap .wplb_text{
	margin-top:16px !important;
}
#wplb_wrap .wplb_button {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 3px;
    height: 30px;
    margin: 22px 20px;
    min-width: 60px;
}
#wplb_wrap .wplb_link {
    border-radius: 0;
    height: 30px;
    padding: 5px 10px;
    }