900 lines
21 KiB
SCSS
900 lines
21 KiB
SCSS
/* Home latest Blog Area css
|
|
============================================================================================ */
|
|
.latest_news_area{
|
|
|
|
}
|
|
.latest_news_inner{
|
|
|
|
}
|
|
.l_news_item{
|
|
background: #f9f9ff;
|
|
padding: 60px 30px;
|
|
border-radius: 5px;
|
|
@include transition;
|
|
.date{
|
|
background: #ffffff;
|
|
color: $pfont;
|
|
border: 1px solid #dddddd;
|
|
padding: 0px 18px;
|
|
display: inline-block;
|
|
line-height: 28px;
|
|
border-radius: 3px;
|
|
margin-bottom: 22px;
|
|
}
|
|
h4{
|
|
font-size: 20px;
|
|
font-family: $open;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
color: $dip;
|
|
line-height: 30px;
|
|
margin-bottom: 15px;
|
|
}
|
|
p{
|
|
margin-bottom: 22px;
|
|
}
|
|
.post_view{
|
|
a{
|
|
font-size: 14px;
|
|
font-family: $rob;
|
|
font-weight: normal;
|
|
color: #aaaaaa;
|
|
margin-right: 20px;
|
|
i{
|
|
padding-right: 6px;
|
|
}
|
|
}
|
|
}
|
|
&:hover{
|
|
background: #fff;
|
|
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
|
|
.date{
|
|
background-image: -moz-linear-gradient( 0deg, rgb(188,43,255) 0%, rgb(114,73,251) 100%);
|
|
background-image: -webkit-linear-gradient( 0deg, rgb(188,43,255) 0%, rgb(114,73,251) 100%);
|
|
background-image: -ms-linear-gradient( 0deg, rgb(188,43,255) 0%, rgb(114,73,251) 100%);
|
|
color: #fff;
|
|
border-color: #f9f9ff;
|
|
}
|
|
h4{
|
|
background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #bc2bff), color-stop(0.15, #bc2bff), color-stop(0.3, #7249fb), color-stop(0.45, #7249fb), color-stop(0.6, #7249fb),color-stop(0.75, #7249fb), color-stop(0.9, #7249fb), color-stop(1, #7249fb) );
|
|
background-image: gradient( linear, left top, right top, color-stop(0, #bc2bff), color-stop(0.15, #bc2bff), color-stop(0.3, #7249fb), color-stop(0.45, #7249fb), color-stop(0.6, #7249fb),color-stop(0.75, #7249fb), color-stop(0.9, #7249fb), color-stop(1, #7249fb) );
|
|
color:transparent;
|
|
-webkit-background-clip: text;
|
|
background-clip: text;
|
|
}
|
|
}
|
|
}
|
|
/* End Home latest Blog Area css
|
|
============================================================================================ */
|
|
|
|
|
|
|
|
/* Causes Area css
|
|
============================================================================================ */
|
|
.causes_area{
|
|
}
|
|
.causes_slider{
|
|
.owl-dots{
|
|
text-align: center;
|
|
margin-top: 80px;
|
|
.owl-dot{
|
|
height: 14px;
|
|
width: 14px;
|
|
background: #eeeeee;
|
|
display: inline-block;
|
|
margin-right: 7px;
|
|
&:last-child{
|
|
margin-right: 0px;
|
|
}
|
|
&.active{
|
|
background: $baseColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.causes_item{
|
|
background: #fff;
|
|
.causes_img{
|
|
position: relative;
|
|
.c_parcent{
|
|
position: absolute;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
left: 0px;
|
|
height: 3px;
|
|
background: rgba(255, 255, 255, .5);
|
|
span{
|
|
width: 70%;
|
|
height: 3px;
|
|
background: $baseColor;
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
&:before{
|
|
content: "75%";
|
|
position: absolute;
|
|
right: -10px;
|
|
bottom: 0px;
|
|
background: $baseColor;
|
|
color: #fff;
|
|
padding: 0px 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.causes_text{
|
|
padding: 30px 35px 40px 30px;
|
|
h4{
|
|
color: $dip;
|
|
font-family: $rob;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
margin-bottom: 15px;
|
|
cursor: pointer;
|
|
&:hover{
|
|
color: $baseColor;
|
|
}
|
|
}
|
|
p{
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
color: $pfont;
|
|
font-weight: 300;
|
|
margin-bottom: 0px;
|
|
}
|
|
}
|
|
.causes_bottom{
|
|
a{
|
|
width: 50%;
|
|
border: 1px solid $baseColor;
|
|
text-align: center;
|
|
float: left;
|
|
line-height: 50px;
|
|
background: $baseColor;
|
|
color: #fff;
|
|
font-family: $rob;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
& + a{
|
|
border-color: #eeeeee;
|
|
background: #fff;
|
|
font-size: 14px;
|
|
color: $dip;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
/* End Causes Area css
|
|
============================================================================================ */
|
|
|
|
|
|
|
|
/*================= latest_blog_area css =============*/
|
|
.latest_blog_area{
|
|
background: #f9f9ff;
|
|
}
|
|
.single-recent-blog-post{
|
|
margin-bottom: 30px;
|
|
.thumb{
|
|
overflow: hidden;
|
|
img{
|
|
transition: all 0.7s linear;
|
|
}
|
|
}
|
|
.details{
|
|
padding-top: 30px;
|
|
.sec_h4{
|
|
line-height: 24px;
|
|
padding: 10px 0px 13px;
|
|
transition: all 0.3s linear;
|
|
&:hover{
|
|
color: $pfont;
|
|
}
|
|
}
|
|
}
|
|
.date{
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
font-weight: 400;
|
|
}
|
|
&:hover{
|
|
img{
|
|
transform: scale(1.23) rotate(10deg);
|
|
}
|
|
}
|
|
}
|
|
.tags{
|
|
.tag_btn{
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
line-height: 20px;
|
|
border: 1px solid #eeeeee;
|
|
display: inline-block;
|
|
padding: 1px 18px;
|
|
text-align: center;
|
|
color: $dip;
|
|
&:before{
|
|
background: $baseColor;
|
|
}
|
|
& + .tag_btn{
|
|
margin-left: 2px;
|
|
}
|
|
}
|
|
}
|
|
|
|
/*========= blog_categorie_area css ===========*/
|
|
.blog_categorie_area{
|
|
padding-top: 80px;
|
|
padding-bottom: 80px;
|
|
}
|
|
.categories_post{
|
|
position: relative;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
img{
|
|
max-width: 100%;
|
|
}
|
|
.categories_details{
|
|
position: absolute;
|
|
top: 20px;
|
|
left: 20px;
|
|
right: 20px;
|
|
bottom: 20px;
|
|
background: rgba(34, 34, 34, 0.80);
|
|
color: #fff;
|
|
transition: all 0.3s linear;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
h5{
|
|
margin-bottom: 0px;
|
|
font-size: 18px;
|
|
line-height: 26px;
|
|
text-transform: uppercase;
|
|
color: #fff;
|
|
position: relative;
|
|
// &:before{
|
|
// content: "";
|
|
// height: 1px;
|
|
// width: 100%;
|
|
// background: #fff;
|
|
// position: absolute;
|
|
// bottom: 0px;
|
|
// left: 0px;
|
|
// }
|
|
}
|
|
p{
|
|
font-weight: 300;
|
|
font-size: 14px;
|
|
line-height: 26px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.border_line{
|
|
margin: 10px 0px;
|
|
background: #fff;
|
|
width: 100%;
|
|
height: 1px;
|
|
}
|
|
}
|
|
&:hover{
|
|
.categories_details{
|
|
background-image: -moz-linear-gradient( 0deg, rgba(188,43,255,.8) 0%, rgba(114,73,251,.8) 100%);
|
|
background-image: -webkit-linear-gradient( 0deg, rgba(188,43,255,.8) 0%, rgba(114,73,251,.8) 100%);
|
|
background-image: -ms-linear-gradient( 0deg, rgba(188,43,255,.8) 0%, rgba(114,73,251,.8) 100%);
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/*============ blog_left_sidebar css ==============*/
|
|
.blog_area{
|
|
}
|
|
.blog_left_sidebar{
|
|
|
|
}
|
|
.blog_item{
|
|
margin-bottom: 40px;
|
|
}
|
|
.blog_info{
|
|
padding-top: 30px;
|
|
.post_tag{
|
|
padding-bottom: 20px;
|
|
a{
|
|
font: 300 14px/21px $rob;
|
|
color: $dip;
|
|
&:hover{
|
|
color: $pfont;
|
|
}
|
|
&.active{
|
|
color: $baseColor;
|
|
}
|
|
}
|
|
}
|
|
.blog_meta{
|
|
li{
|
|
a{
|
|
font: 300 14px/20px $rob;
|
|
color: #777777;
|
|
vertical-align: middle;
|
|
padding-bottom: 12px;
|
|
display: inline-block;
|
|
i{
|
|
color: $dip;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
padding-left: 15px;
|
|
line-height: 20px;
|
|
vertical-align: middle;
|
|
}
|
|
&:hover{
|
|
color: $baseColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.blog_post{
|
|
img{
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
.blog_details{
|
|
padding-top: 20px;
|
|
h2{
|
|
font-size: 24px;
|
|
line-height: 36px;
|
|
color: $dip;
|
|
font-weight: 600;
|
|
transition: all 0.3s linear;
|
|
&:hover{
|
|
color: $baseColor;
|
|
}
|
|
}
|
|
p{
|
|
margin-bottom: 26px;
|
|
}
|
|
}
|
|
.view_btn{
|
|
font-size: 14px;
|
|
line-height: 36px;
|
|
display: inline-block;
|
|
color: $dip;
|
|
font-weight: 500;
|
|
padding: 0px 30px;
|
|
background: #fff;
|
|
}
|
|
|
|
.blog_right_sidebar{
|
|
border: 1px solid #eeeeee;
|
|
background: #fafaff;
|
|
padding: 30px;
|
|
.widget_title{
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
background-image: -moz-linear-gradient( 0deg, rgb(188,43,255) 0%, rgb(114,73,251) 100%);
|
|
background-image: -webkit-linear-gradient( 0deg, rgb(188,43,255) 0%, rgb(114,73,251) 100%);
|
|
background-image: -ms-linear-gradient( 0deg, rgb(188,43,255) 0%, rgb(114,73,251) 100%);
|
|
text-align: center;
|
|
color: #fff;
|
|
padding: 8px 0px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.search_widget{
|
|
.input-group{
|
|
.form-control{
|
|
font-size: 14px;
|
|
line-height: 29px;
|
|
border: 0px;
|
|
width: 100%;
|
|
font-weight: 300;
|
|
color: #fff;
|
|
padding-left: 20px;
|
|
border-radius: 45px;
|
|
z-index: 0;
|
|
background-image: -moz-linear-gradient( 0deg, rgb(188,43,255) 0%, rgb(114,73,251) 100%);
|
|
background-image: -webkit-linear-gradient( 0deg, rgb(188,43,255) 0%, rgb(114,73,251) 100%);
|
|
background-image: -ms-linear-gradient( 0deg, rgb(188,43,255) 0%, rgb(114,73,251) 100%);
|
|
@include placeholder{
|
|
color: #fff;
|
|
}
|
|
&:focus{
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
.btn-default{
|
|
position: absolute;
|
|
right: 20px;;
|
|
background: transparent;
|
|
border: 0px;
|
|
box-shadow: none;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
padding: 0px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
z-index: 1;
|
|
}
|
|
}
|
|
}
|
|
.author_widget{
|
|
text-align: center;
|
|
h4{
|
|
font-size: 18px;
|
|
line-height: 20px;
|
|
color: $dip;
|
|
margin-bottom: 5px;
|
|
margin-top: 30px;
|
|
}
|
|
p{
|
|
margin-bottom: 0px;
|
|
}
|
|
.social_icon{
|
|
padding: 7px 0px 15px;
|
|
a{
|
|
font-size: 14px;
|
|
color: $dip;
|
|
transition: all 0.2s linear;
|
|
& + a{
|
|
margin-left: 20px;
|
|
}
|
|
&:hover{
|
|
color: $baseColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.popular_post_widget{
|
|
.post_item{
|
|
.media-body{
|
|
justify-content: center;
|
|
align-self: center;
|
|
padding-left: 20px;
|
|
h3{
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: $dip;
|
|
margin-bottom: 4px;
|
|
transition: all 0.3s linear;
|
|
&:hover{
|
|
color: $baseColor;
|
|
}
|
|
}
|
|
p{
|
|
font-size:12px;
|
|
line-height: 21px;
|
|
margin-bottom: 0px;
|
|
}
|
|
}
|
|
& + .post_item{
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
}
|
|
.post_category_widget{
|
|
.cat-list{
|
|
li{
|
|
border-bottom: 2px dotted #eee;
|
|
transition: all 0.3s ease 0s;
|
|
padding-bottom: 12px;
|
|
a{
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #777;
|
|
p{
|
|
margin-bottom: 0px;
|
|
}
|
|
}
|
|
& + li{
|
|
padding-top: 15px;
|
|
}
|
|
&:hover{
|
|
border-color: $baseColor;
|
|
a{
|
|
color: $baseColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.newsletter_widget{
|
|
text-align: center;
|
|
p{
|
|
|
|
}
|
|
.form-group{
|
|
margin-bottom: 8px;
|
|
}
|
|
.input-group-prepend {
|
|
margin-right: -1px;
|
|
}
|
|
.input-group-text {
|
|
background: #fff;
|
|
border-radius: 0px;
|
|
vertical-align: top;
|
|
font-size: 12px;
|
|
line-height: 36px;
|
|
padding: 0px 0px 0px 15px;
|
|
border: 1px solid #eeeeee;
|
|
border-right: 0px;
|
|
}
|
|
.form-control{
|
|
font-size: 12px;
|
|
line-height: 24px;
|
|
color: #cccccc;
|
|
border: 1px solid #eeeeee;
|
|
border-left: 0px;
|
|
border-radius: 0px;
|
|
@include placeholder{
|
|
color: #cccccc;
|
|
}
|
|
&:focus{
|
|
outline: none;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
.bbtns{
|
|
background-image: -moz-linear-gradient( 0deg, rgb(188,43,255) 0%, rgb(114,73,251) 100%);
|
|
background-image: -webkit-linear-gradient( 0deg, rgb(188,43,255) 0%, rgb(114,73,251) 100%);
|
|
background-image: -ms-linear-gradient( 0deg, rgb(188,43,255) 0%, rgb(114,73,251) 100%);
|
|
color: #fff;
|
|
font-size: 12px;
|
|
line-height: 38px;
|
|
display: inline-block;
|
|
font-weight: 500;
|
|
padding: 0px 24px 0px 24px;
|
|
border-radius: 0;
|
|
}
|
|
.text-bottom{
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
.tag_cloud_widget{
|
|
ul{
|
|
li{
|
|
display: inline-block;
|
|
a{
|
|
display: inline-block;
|
|
border: 1px solid #eee;
|
|
background: #fff;
|
|
padding: 0px 13px;
|
|
margin-bottom: 8px;
|
|
transition: all 0.3s ease 0s;
|
|
color: $dip;
|
|
font-size: 12px;
|
|
&:hover{
|
|
background-image: -moz-linear-gradient( 0deg, rgba(188,43,255,.8) 0%, rgba(114,73,251,.8) 100%);
|
|
background-image: -webkit-linear-gradient( 0deg, rgba(188,43,255,.8) 0%, rgba(114,73,251,.8) 100%);
|
|
background-image: -ms-linear-gradient( 0deg, rgba(188,43,255,.8) 0%, rgba(114,73,251,.8) 100%);
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.br{
|
|
width: 100%;
|
|
height: 1px;
|
|
background: rgb(238, 238, 238);
|
|
margin: 30px 0px;
|
|
}
|
|
}
|
|
|
|
.blog-pagination {
|
|
padding-top: 25px;
|
|
padding-bottom: 95px;
|
|
.page-link {
|
|
border-radius: 0;
|
|
}
|
|
.page-item {
|
|
border: none;
|
|
}
|
|
}
|
|
|
|
.page-link {
|
|
background: transparent;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.blog-pagination .page-item.active .page-link {
|
|
background-color: $baseColor;
|
|
border-color: transparent;
|
|
color:#fff;
|
|
}
|
|
|
|
.blog-pagination .page-link {
|
|
position: relative;
|
|
display: block;
|
|
padding: 0.5rem 0.75rem;
|
|
margin-left: -1px;
|
|
line-height: 1.25;
|
|
color: #8a8a8a;
|
|
border: none;
|
|
}
|
|
|
|
.blog-pagination .page-link .lnr {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.blog-pagination .page-item:last-child .page-link,
|
|
.blog-pagination .page-item:first-child .page-link {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.blog-pagination .page-link:hover {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
background-color: $baseColor;
|
|
border-color: #eee;
|
|
}
|
|
|
|
|
|
|
|
/*============ Start Blog Single Styles =============*/
|
|
|
|
.single-post-area {
|
|
.social-links {
|
|
padding-top: 10px;
|
|
li {
|
|
display: inline-block;
|
|
margin-bottom: 10px;
|
|
a {
|
|
color: #cccccc;
|
|
padding: 7px;
|
|
font-size: 14px;
|
|
transition: all 0.2s linear;
|
|
&:hover {
|
|
color: $dip;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.blog_details{
|
|
padding-top: 26px;
|
|
p{
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
.quotes {
|
|
margin-top: 20px;
|
|
margin-bottom: 30px;
|
|
padding: 24px 35px 24px 30px;
|
|
background-color: rgb(255, 255, 255);
|
|
box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
color: #777;
|
|
font-style: italic;
|
|
}
|
|
.arrow {
|
|
position: absolute;
|
|
.lnr {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
.thumb {
|
|
.overlay-bg {
|
|
background: rgba(#000, .8);
|
|
}
|
|
}
|
|
.navigation-area {
|
|
border-top: 1px solid #eee;
|
|
padding-top: 30px;
|
|
margin-top: 60px;
|
|
p{
|
|
margin-bottom: 0px;
|
|
}
|
|
h4{
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
color: $dip;
|
|
}
|
|
.nav-left {
|
|
text-align: left;
|
|
.thumb {
|
|
margin-right: 20px;
|
|
background: #000;
|
|
img {
|
|
@include transition();
|
|
}
|
|
}
|
|
.lnr {
|
|
margin-left: 20px;
|
|
opacity: 0;
|
|
@include transition();
|
|
}
|
|
&:hover {
|
|
.lnr {
|
|
opacity: 1;
|
|
}
|
|
.thumb {
|
|
img {
|
|
opacity: .5;
|
|
}
|
|
}
|
|
}
|
|
@media(max-width:767px) {
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
.nav-right {
|
|
text-align: right;
|
|
.thumb {
|
|
margin-left: 20px;
|
|
background: #000;
|
|
img {
|
|
@include transition();
|
|
}
|
|
}
|
|
.lnr {
|
|
margin-right: 20px;
|
|
opacity: 0;
|
|
@include transition();
|
|
}
|
|
&:hover {
|
|
.lnr {
|
|
opacity: 1;
|
|
}
|
|
.thumb {
|
|
img {
|
|
opacity: .5;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.sidebar-widgets{
|
|
@media(max-width:991px){
|
|
padding-bottom:0px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.comments-area {
|
|
background:#fafaff;
|
|
border: 1px solid #eee;
|
|
padding: 50px 30px;
|
|
margin-top: 50px;
|
|
@media(max-width: 414px) {
|
|
padding: 50px 8px;
|
|
}
|
|
h4 {
|
|
text-align: center;
|
|
margin-bottom: 50px;
|
|
color: $dip;
|
|
font-size: 18px;
|
|
}
|
|
h5 {
|
|
font-size: 16px;
|
|
margin-bottom: 0px;
|
|
}
|
|
a {
|
|
color: $dip;
|
|
}
|
|
.comment-list {
|
|
padding-bottom: 48px;
|
|
&:last-child {
|
|
padding-bottom: 0px;
|
|
}
|
|
&.left-padding {
|
|
padding-left: 25px;
|
|
}
|
|
@media(max-width:413px) {
|
|
.single-comment {
|
|
h5 {
|
|
font-size: 12px;
|
|
}
|
|
.date {
|
|
font-size: 11px;
|
|
}
|
|
.comment {
|
|
font-size: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.thumb {
|
|
margin-right: 20px;
|
|
}
|
|
.date {
|
|
font-size: 13px;
|
|
color: #cccccc;
|
|
margin-bottom: 13px;
|
|
}
|
|
.comment {
|
|
color: #777777;
|
|
margin-bottom: 0px;
|
|
}
|
|
.btn-reply {
|
|
background-color: #fff;
|
|
color: $dip;
|
|
border:1px solid #eee;
|
|
padding: 2px 18px;
|
|
font-size: 12px;
|
|
display: block;
|
|
font-weight:600;
|
|
@include transition();
|
|
&:hover {
|
|
background-color: $baseColor;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
|
|
.comment-form {
|
|
background:#fafaff;
|
|
text-align: center;
|
|
border: 1px solid #eee;
|
|
padding: 47px 30px 43px;
|
|
margin-top: 50px;
|
|
margin-bottom: 40px;
|
|
h4 {
|
|
text-align: center;
|
|
margin-bottom: 50px;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
color: $dip;
|
|
}
|
|
.name {
|
|
padding-left: 0px;
|
|
@media(max-width: 767px) {
|
|
padding-right: 0px;
|
|
margin-bottom: 1rem;
|
|
}
|
|
}
|
|
.email {
|
|
padding-right: 0px;
|
|
@media(max-width: 991px) {
|
|
padding-left: 0px;
|
|
}
|
|
}
|
|
.form-control {
|
|
padding: 8px 20px;
|
|
background: #fff;
|
|
border: none;
|
|
border-radius: 0px;
|
|
width: 100%;
|
|
font-size: 14px;
|
|
color: #777777;
|
|
border: 1px solid transparent;
|
|
&:focus {
|
|
box-shadow: none;
|
|
border: 1px solid #eee;
|
|
}
|
|
}
|
|
textarea{
|
|
&.form-control{
|
|
height: 140px;
|
|
resize: none;
|
|
}
|
|
}
|
|
::-webkit-input-placeholder {
|
|
/* Chrome/Opera/Safari */
|
|
font-size: 13px;
|
|
color: #777;
|
|
}
|
|
::-moz-placeholder {
|
|
/* Firefox 19+ */
|
|
font-size: 13px;
|
|
color: #777;
|
|
}
|
|
:-ms-input-placeholder {
|
|
/* IE 10+ */
|
|
font-size: 13px;
|
|
color: #777;
|
|
}
|
|
:-moz-placeholder {
|
|
/* Firefox 18- */
|
|
font-size: 13px;
|
|
color: #777;
|
|
}
|
|
}
|
|
|
|
|
|
/*============ End Blog Single Styles =============*/
|
|
|
|
|
|
|