/*
Theme Name: Lipi Packaging
Theme URI: http://creativecore.co.in/
Author: Creative Core Web Studio
Author URI: http://creativecore.co.in/
*/


.header-shade {
background: rgba(0, 0, 0, 0.61);
}

.inner img {
padding: 8px;
border: 1px solid #D3D3D3;
max-width:100%;
height:auto;
}

.carousel.slide a.right.carousel-control {
  background-image: none;
}
.carousel.slide .carousel-control.left {
  background-image: none;
}
.carousel.slide .carousel-inner {
  width: 80%;
  margin: 0 auto;
}
.carousel.slide .carousel-control {
  width: 0;
  font-size: 30px;
  color: #428BCA;
  opacity: inherit;
}
.carousel.slide .carousel-control:hover, .carousel-control:focus {
  color: #095596;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img { margin: 0 auto; }

.carousel .carousel-indicators {
   display: none;
}

.subscrib input[type="text"] {  
  border-color: #1D73BE;
  background: #1D73BE;
  color: #fff;
  border: 0;
  height: 50px;
  border-radius: 40px;
  font-size: 18px;
  line-height: 1.33;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  vertical-align: middle;
  display: block;
  text-align: center;
}

.subscrib input[type="submit"] {
  border-radius: 18px;
  border: 0px;
  padding: 4px 14px;
  border-color: #1D73BE;
  background: #1D73BE;
  color: #fff;
}



figure.alignright {float:right; margin:0 0 1em 1em}
figure.alignleft {float:left; margin:0 1em 1em 0}
figure.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

article h1.entry-title {
    font-size: 2.2em;
    font-family: inherit;
    line-height: inherit;
    color: #2196F3;
    display: inline-block;
}

article.category-blog p {
    line-height: 1.8em;
    margin-bottom: 15px;
}


/* Comments css */
h2.comments-title, h3.comment-reply-title {
    font-size: 2em;
    font-family: inherit;
    line-height: inherit;
    margin-bottom: 20px;
    color: #2196F3;
}

textarea#comment {
    display: block;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    width: 100%;
    border-color: #e9e9e9;
    color: #333;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #eee;
    background: #EDEDED;
    box-shadow: none;
    border-radius: 0;
}

input#author, input#email, input#url {
    display: block;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    width: 100%;
    height: 46px;
    border-color: #e9e9e9;
    color: #333;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #eee;
    background: #EDEDED;
}

p.form-submit {
    text-align: center;
}

input#submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
    border: 2px solid;
    padding: 12px 48px;
    color: #fff;
    background-color: #1d73be;
    border-color: #1d73be;
    cursor: pointer;
    -webkit-appearance: button;
}

input#submit:hover {
    background-color: #20a0e0;
    border-color: #20a0e0;
}

ol.comment-list, {
    list-style: none;
    padding: 0;
}

ol.children {
    list-style: none;
}


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

a.comment-reply-link {
    background: #1d73be;
    color: #ffff;
    padding: 3px 10px;
    border-radius: 3px;
    border: 0;
    font-size: 13px;
}

.comment-respond {
    background: #fbfbfb;
    padding: 2px 20px;
}

ol.comment-list {
    list-style: none;
    padding: 0;
}

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

a.comment-reply-link {
    background: #1d73be;
    color: #ffff;
    padding: 3px 10px;
    border-radius: 3px;
    border: 0;
    font-size: 13px;
}