1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501 |
- /* Start Blog Area css
- ============================================================================================ */
- .latest-blog-area {
- .area-heading {
- margin-bottom: 70px;
- }
- }
- .blog_area{
- a{
- color: $font_1 !important;
- text-decoration: none;
- @include transform_time(.5s);
- &:hover, :hover{
- background: -webkit-linear-gradient( 131deg, #DB9A64 0%, #DB9A64 99%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- text-decoration: none;
- @include transform_time(.5s);
- }
- }
- }
- .single-blog {
- overflow: hidden;
- margin-bottom: 30px;
-
- &:hover {
- box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
- }
- .thumb {
- overflow: hidden;
- position: relative;
- &:after {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: #000;
- opacity: 0;
- @include transform_time(.5s);
- }
- }
- h4 {
- // @include transform_time(.5s);
- border-bottom: 1px solid #dfdfdf;
- padding-bottom: 34px;
- margin-bottom: 25px;
- }
- a {
- // color: $dip;
- font-size: 20px;
- font-weight: 600;
- &:hover {
- // // color: $baseColor;
- }
- }
- .date {
- color: #666666;
- text-align: left;
- display: inline-block;
- font-size: 13px;
- font-weight: 300;
- }
- .tag {
- // color: $baseColor;
- text-align: left;
- display: inline-block;
- float: left;
- font-size: 13px;
- font-weight: 300;
- margin-right: 22px;
- position: relative;
- &:after {
- content: '';
- position: absolute;
- width: 1px;
- height: 10px;
- background: #acacac;
- right: -12px;
- top: 7px;
- }
- @media(max-width:1199px) {
- margin-right: 8px;
- &:after {
- display: none;
- }
- }
- }
- .likes {
- margin-right: 16px;
- }
- @media(max-width:800px) {
- margin-bottom: 30px;
- }
- .single-blog-content {
- padding: 30px;
- .meta-bottom {
- p {
- font-size: 13px;
- font-weight: 300;
- }
- i {
- color: $border_color;
- font-size: 13px;
- margin-right: 7px;
- }
- }
- @media(max-width:1199px) {
- padding: 15px;
- }
- }
- &:hover {
- .thumb {
- &:after {
- opacity: .7;
- @include transform_time(.5s);
- }
- }
- }
- @media(max-width:1199px) {
- h4 {
- transition: all 300ms linear 0s;
- border-bottom: 1px solid #dfdfdf;
- padding-bottom: 14px;
- margin-bottom: 12px;
- a {
- font-size: 18px;
- }
- }
- }
- }
- .full_image.single-blog {
- position: relative;
- .single-blog-content {
- position: absolute;
- left: 35px;
- bottom: 0;
- opacity: 0;
- visibility: hidden;
- @include transform_time(.5s);
- .meta-bottom {
- p {
- // color: $white_color;
- }
- }
- @media (min-width: 992px) {
- bottom: 100px;
- }
- }
- h4 {
- @include transform_time(.5s);
- border-bottom: none;
- padding-bottom: 5px;
- }
- a {
- // color: $white_color;
- font-size: 20px;
- font-weight: 600;
- &:hover {
- // color: $baseColor;
- }
- }
- .date {
- color: #fff;
- }
- &:hover {
- .single-blog-content {
- opacity: 1;
- visibility: visible;
- @include transform_time(.5s);
- }
- }
- }
- /* End Blog Area css
- ============================================================================================ */
- /* Latest Blog Area css
- ============================================================================================ */
- .latest_blog_area {}
- .latest_blog_inner {}
- .l_blog_item {
- .l_blog_img {}
- .l_blog_text {
- .date {
- margin-top: 24px;
- margin-bottom: 15px;
- a {
- // color: $pfont;
- font-size: 12px;
- }
- }
- h4 {
- font-size: 18px;
- // color: $title-color;
- border-bottom: 1px solid #eeeeee;
- margin-bottom: 0px;
- padding-bottom: 20px;
- @include transform_time(.5s);
- &:hover {
- // // color: $baseColor;
- }
- }
- p {
- margin-bottom: 0px;
- padding-top: 20px;
- }
- }
- }
- /* End 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: $title-color;
- position: absolute;
- left: 0px;
- bottom: 0px;
- &:before {
- content: "75%";
- position: absolute;
- right: -10px;
- bottom: 0px;
- // background: $title-color;
- color: #fff;
- padding: 0px 5px;
- }
- }
- }
- }
- .causes_text {
- padding: 30px 35px 40px 30px;
- h4 {
- // color: $title-color;
- // font-family: $rob;
- font-size: 18px;
- font-weight: 600;
- margin-bottom: 15px;
- cursor: pointer;
- &:hover {
- // // color: $title-color;
- }
- }
- p {
- font-size: 14px;
- line-height: 24px;
- // color: $pfont;
- font-weight: 300;
- margin-bottom: 0px;
- }
- }
- .causes_bottom {
- a {
- width: 50%;
- border: 1px solid;
- text-align: center;
- float: left;
- line-height: 50px;
- // background: $title-color;
- color: #fff;
- // font-family: $rob;
- font-size: 14px;
- font-weight: 500;
- &+a {
- border-color: #eeeeee;
- background: #fff;
- font-size: 14px;
- // color: $title-color;
- }
- }
- }
- }
- /* 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: $title-color;
- &:before {
- // background: $title-color;
- }
- &+.tag_btn {
- margin-left: 2px;
- }
- }
- }
- /*========= blog_categorie_area css ===========*/
- .blog_categorie_area {
- padding-top: 30px;
- padding-bottom: 30px;
- // background: $lightGray;
- @media(min-width: 900px) {
- padding-top: 80px;
- padding-bottom: 80px;
- }
- @media(min-width: 1100px) {
- padding-top: 120px;
- padding-bottom: 120px;
- }
- }
- .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.75);
- 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: rgba(222, 99, 32, 0.85);
- }
- }
- }
- /*============ blog_left_sidebar css ==============*/
- .blog_area {
- // background: $lightGray;
- }
- .blog_left_sidebar {}
- .blog_item {
- margin-bottom: 50px;
- }
- .blog_details {
- padding: 30px 0 20px 10px;
- box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
- @media(min-width: 768px) {
- padding: 60px 30px 35px 35px;
- }
- p {
- margin-bottom: 30px;
- }
- a {
- color: $heading_color2;
- &:hover {
- color: $btn_bg;
- }
- }
- h2 {
- font-size: 18px;
- font-weight: 600;
- margin-bottom: 8px;
- @media(min-width: 768px) {
- font-size: 24px;
- margin-bottom: 15px;
- }
- }
- }
- .blog-info-link {
- li {
- float: left;
- font-size: 14px;
- a {
- color: #999999;
- }
- i,
- span {
- font-size: 13px;
- margin-right: 5px;
- }
- &::after {
- content: "|";
- padding-left: 10px;
- padding-right: 10px;
- }
- &:last-child::after {
- display: none;
- }
- }
- &::after {
- content: "";
- display: block;
- clear: both;
- display: table;
- }
- }
- .blog_item_img {
- position: relative;
- .blog_item_date {
- position: absolute;
- bottom: -10px;
- left: 10px;
- display: block;
- color: $white_color;
- background-color: #DB9A64;
- padding: 8px 15px;
- border-radius: 5px;
- @media(min-width: 768px) {
- bottom: -20px;
- left: 40px;
- padding: 13px 30px;
- }
- h3 {
- font-size: 22px;
- font-weight: 600;
- color: $white_color;
- margin-bottom: 0;
- line-height: 1.2;
- @media(min-width: 768px) {
- font-size: 30px;
- }
- }
- p {
- font-size: 18px;
- margin-bottom: 0;
- color: $white_color;
- @media(min-width: 768px) {
- font-size: 18px;
- }
- }
- }
- }
- .blog_right_sidebar {
- // border: 1px solid #eeeeee;
- // background: #fafaff;
- // padding: 30px;
- .widget_title {
- font-size: 20px;
- margin-bottom: 40px;
- // color: $title-color;
- &::after {
- content: "";
- display: block;
- padding-top: 15px;
- border-bottom: 1px solid #f0e9ff;
- }
- }
- .single_sidebar_widget {
- background: #fbf9ff;
- padding: 30px;
- margin-bottom: 30px;
- .btn_1{
- margin-top: 0px;
- }
- }
- .search_widget {
- .form-control {
- height: 50px;
- border-color: #f0e9ff;
- font-size: 13px;
- color: #999999;
- padding-left: 20px;
- border-radius: 0;
- border-right: 0;
- &::placeholder {
- color: #999999;
- }
- &:focus {
- border-color: #f0e9ff;
- outline: 0;
- box-shadow: none;
- }
- }
- .input-group {
- button {
- background: $white_color;
- border-left: 0;
- border: 1px solid #f0e9ff;
- padding: 4px 15px;
- border-left: 0;
- i,
- span {
- font-size: 14px;
- color: #999999;
- }
- }
- }
- }
- .newsletter_widget {
- .form-control {
- height: 50px;
- border-color: #f0e9ff;
- font-size: 13px;
- color: #999999;
- padding-left: 20px;
- border-radius: 0;
- // border-right: 0;
- &::placeholder {
- color: #999999;
- }
- &:focus {
- border-color: #f0e9ff;
- outline: 0;
- box-shadow: none;
- }
- }
- .input-group {
- button {
- background: $white_color;
- border-left: 0;
- border: 1px solid #f0e9ff;
- padding: 4px 15px;
- border-left: 0;
- i,
- span {
- font-size: 14px;
- color: #999999;
- }
- }
- }
- }
- .post_category_widget {
- .cat-list {
- li {
- border-bottom: 1px solid #f0e9ff;
- transition: all 0.3s ease 0s;
- padding-bottom: 12px;
- &:last-child {
- border-bottom: 0;
- }
- a {
- font-size: 14px;
- line-height: 20px;
- color: #888888;
- p {
- margin-bottom: 0px;
- }
- }
- &+li {
- padding-top: 15px;
- }
- &:hover {
- // border-// color: $title-color;
- a {
- // // color: $baseColor;
- }
- }
- }
- }
- }
- .popular_post_widget {
- .post_item {
- .media-body {
- justify-content: center;
- align-self: center;
- padding-left: 20px;
- h3 {
- font-size: 16px;
- line-height: 20px;
- margin-bottom: 6px;
- transition: all 0.3s linear;
- }
- a {
- // color: $title_color;
- &:hover {
- color: $white_color;
- }
- }
- p {
- font-size: 14px;
- line-height: 21px;
- margin-bottom: 0px;
- }
- }
- &+.post_item {
- margin-top: 20px;
- }
- }
- }
- .tag_cloud_widget {
- ul {
- li {
- display: inline-block;
-
- a {
- display: inline-block;
- border: 1px solid #eeeeee;
- background: #fff;
- padding: 4px 20px;
- margin-bottom: 8px;
- margin-right: 3px;
- transition: all 0.3s ease 0s;
- color: #888888;
- font-size: 13px;
- &:hover {
- background: $btn_bg;
- color: #fff !important;
- -webkit-text-fill-color: #fff;
- text-decoration: none;
- -webkit-transition: 0.5s;
- transition: 0.5s;
- }
- }
- }
- }
- }
- .instagram_feeds {
- .instagram_row {
- display: flex;
- margin-right: -6px;
- margin-left: -6px;
- li {
- width: 33.33%;
- float: left;
- padding-right: 6px;
- padding-left: 6px;
- margin-bottom: 15px;
- }
- }
- }
- // .author_widget{
- // text-align: center;
- // h4{
- // font-size: 18px;
- // line-height: 20px;
- // // color: $title-color;
- // margin-bottom: 5px;
- // margin-top: 30px;
- // }
- // p{
- // margin-bottom: 0px;
- // }
- // .social_icon{
- // padding: 7px 0px 15px;
- // a{
- // font-size: 14px;
- // // color: $title-color;
- // transition: all 0.2s linear;
- // & + a{
- // margin-left: 20px;
- // }
- // &:hover{
- // // color: $title-color;
- // }
- // }
- // }
- // }
- // .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;
- // i{
- // color: #cccccc;
- // }
- // }
- // .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: $title-color;
- // 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;
- // }
- // }
- .br {
- width: 100%;
- height: 1px;
- background: rgb(238, 238, 238);
- margin: 30px 0px;
- }
- }
- // .page-link {
- // background: transparent;
- // font-weight: 400;
- // }
- // .blog-pagination .page-item.active .page-link {
- // background-// color: $title-color;
- // border-color: transparent;
- // color:#fff;
- // }
- .blog-pagination {
- margin-top: 80px;
- }
- .blog-pagination .page-link {
- font-size: 14px;
- position: relative;
- display: block;
- padding: 0;
- text-align: center;
- // padding: 0.5rem 0.75rem;
- margin-left: -1px;
- line-height: 45px;
- width: 45px;
- height: 45px;
- border-radius: 0 !important;
- color: #8a8a8a;
- border: 1px solid #f0e9ff;
- margin-right: 10px;
- i,
- span {
- font-size: 13px;
- }
- &:hover {
- // background-color: $baseColor;
- // color: $white_color;
- }
- }
- .blog-pagination .page-item.active {
- .page-link {
- background-color: #fbf9ff;
- border-color: #f0e9ff;
- color: #888888;
- }
- }
- .blog-pagination .page-item:last-child .page-link {
- margin-right: 0;
- }
- // .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: $title-color;
- // border-color: #eee;
- // }
- /*============ Start Blog Single Styles =============*/
- .single-post-area {
- .blog_details {
- box-shadow: none;
- padding: 0;
- }
- .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: $title-color;
- }
- }
- }
- }
- .blog_details {
- padding-top: 26px;
- p {
- margin-bottom: 20px;
- font-size: 15px;
- }
- h2 {
- // color: $title-color;
- }
- }
- .quote-wrapper {
- background: rgba(130, 139, 178, 0.1);
- padding: 15px;
- line-height: 1.733;
- color: #888888;
- font-style: italic;
- margin-top: 25px;
- margin-bottom: 25px;
- @media(min-width: 768px) {
- padding: 30px;
- }
- }
- .quotes {
- background: $white_color;
- padding: 15px 15px 15px 20px;
- border-left: 2px solid;
- @media(min-width: 768px) {
- padding: 25px 25px 25px 30px;
- }
- }
- .arrow {
- position: absolute;
- .lnr {
- font-size: 20px;
- font-weight: 600;
- }
- }
- .thumb {
- .overlay-bg {
- background: rgba(#000, .8);
- }
- }
- .navigation-top {
- padding-top: 15px;
- border-top: 1px solid #f0e9ff;
- p {
- margin-bottom: 0;
- }
- .like-info {
- font-size: 14px;
- i,
- span {
- font-size: 16px;
- margin-right: 5px;
- }
- }
- .comment-count {
- font-size: 14px;
- i,
- span {
- font-size: 16px;
- margin-right: 5px;
- }
- }
- .social-icons {
- li {
- display: inline-block;
- margin-right: 15px;
- &:last-child {
- margin: 0;
- }
- i,
- span {
- font-size: 14px;
- color: #999999;
- }
- &:hover {
- i,
- span {
- // // color: $baseColor;
- }
- }
- }
- }
- }
- .blog-author {
- padding: 40px 30px;
- background: #fbf9ff;
- margin-top: 50px;
- @media(max-width: 600px) {
- padding: 20px 8px;
- }
- img {
- width: 90px;
- height: 90px;
- border-radius: 50%;
- margin-right: 30px;
- @media(max-width: 600px) {
- margin-right: 15px;
- width: 45px;
- height: 45px;
- }
- }
- a {
- display: inline-block;
- // color: $title-color;
- &:hover {
- color: $btn_bg;
- }
- }
- p {
- margin-bottom: 0;
- font-size: 15px;
- }
- h4 {
- font-size: 16px;
- }
- }
- .navigation-area {
- border-bottom: 1px solid #eee;
- padding-bottom: 30px;
- margin-top: 55px;
- p {
- margin-bottom: 0px;
- }
- h4 {
- font-size: 18px;
- line-height: 25px;
- // color: $title-color;
- }
- .nav-left {
- text-align: left;
- .thumb {
- margin-right: 20px;
- background: #000;
- img {
- @include transform_time(.5s);
- }
- }
- .lnr {
- margin-left: 20px;
- opacity: 0;
- @include transform_time(.5s);
- }
- &: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 transform_time(.5s);
- }
- }
- .lnr {
- margin-right: 20px;
- opacity: 0;
- @include transform_time(.5s);
- }
- &:hover {
- .lnr {
- opacity: 1;
- }
- .thumb {
- img {
- opacity: .5;
- }
- }
- }
- }
- }
- .sidebar-widgets {
- @media(max-width: 991px) {
- padding-bottom: 0px;
- }
- }
- }
- .comments-area {
- background: transparent;
- // border: 1px solid #eee;
- border-top: 1px solid #eee;
- padding: 45px 0;
- margin-top: 50px;
- @media(max-width: 414px) {
- padding: 50px 8px;
- }
- h4 {
- // text-align: center;
- margin-bottom: 35px;
- // color: $title-color;
- font-size: 18px;
- }
- h5 {
- font-size: 16px;
- margin-bottom: 0px;
- }
- a {
- // color: $title-color;
- }
- .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;
- img {
- width: 70px;
- border-radius: 50%;
- }
- }
- .date {
- font-size: 14px;
- color: #999999;
- margin-bottom: 0;
- margin-left: 20px;
- }
- .comment {
- margin-bottom: 10px;
- color: #777777;
- font-size: 15px;
- }
- .btn-reply {
- background-color: transparent;
- color: #888888;
- // border:1px solid #eee;
- padding: 5px 18px;
- font-size: 14px;
- display: block;
- font-weight: 400;
- // @include transform_time(.5s);
- // &:hover {
- // background-// color: $title-color;
- // color: #fff;
- // font-weight: 700;
- // }
- }
- }
- .comment-form {
- // background:#fafaff;
- // text-align: center;
- border-top: 1px solid #eee;
- padding-top: 45px;
- margin-top: 50px;
- margin-bottom: 20px;
- .form-group {
- margin-bottom: 30px;
- }
- h4 {
- // text-align: center;
- margin-bottom: 40px;
- font-size: 18px;
- line-height: 22px;
- // color: $title-color;
- }
- .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 {
- border: 1px solid #f0e9ff;
- border-radius: 5px;
- height: 48px;
- padding-left: 18px;
- font-size: 13px;
- background: transparent;
- &:focus {
- outline: 0;
- box-shadow: none;
- }
- &::placeholder {
- font-weight: 300;
- color: #999999;
- }
- &::placeholder {
- color: #777777;
- }
- }
- textarea {
- padding-top: 18px;
- border-radius: 12px;
- height: 100% !important;
- }
- ::-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 =============*/
|