.single-blog-tag { padding: 0; } /* blog-layout-one */ .blog-layout-one .view-fifth img { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .blog-layout-one .view-fifth .mask { background-color: rgba(219,127,8, 0.7); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .blog-layout-one .view-fifth h2 { background: rgba(255, 255, 255, 0.5); color: #000; -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5); -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5); box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5); } .blog-layout-one .view-fifth p { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; color: #333; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear; } .blog-layout-one .view-fifth:hover .mask { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); } .blog-layout-one .view-fifth:hover img { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); } .blog-layout-one .view-fifth:hover p { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .blog-layout-one .view .mask { width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; padding: 5% 0; } .blog-layout-one .view { width: 100%; height: 100%; float: left; overflow: hidden; position: relative; text-align: center; -webkit-box-shadow: 1px 1px 2px #e6e6e6; -moz-box-shadow: 1px 1px 2px #e6e6e6; box-shadow: 1px 1px 2px #e6e6e6; cursor: default; padding: 0; margin: 0; border: none; } .blog-layout-one .blog-content .blog-images { max-height: 360px; margin: 0; } .blog-layout-one .col-md-6 { margin-bottom: 30px; } .blog-layout-one .title-data h2 a { font-size: 20px; color: #000; font-weight: normal; padding: 15px; display: block; text-align: center; } .blog-layout-one .blog-inner-content p { color: #000; padding: 0 10%; font-size: 16px; text-align: center; } .blog-layout-one .title-data p, .blog-layout-one .title-data p a, .blog-layout-one .title-data p time { color: #000; font-size: 20px; margin: 20px 0; } .blog-layout-one .btn-light { background: rgba(255, 255, 255, 0.5); color: #000; padding: 10px 20px; margin-top: 20px; } .blog-layout-one .btn-light:hover { background: rgba(0, 0, 0, 0.8); color: #fff; padding: 10px 20px; box-shadow: 5px 5px 0px rgba(255, 255, 255, 0.5); transition: all 0.3s ease-in-out; }