@import url(https://fonts.googleapis.com/css?family=Lato:400,700italic,700);
@import url(https://fonts.googleapis.com/css?family=Concert+One);

/*
font-family: 'Lato', sans-serif;
font-family: 'Concert One', cursive;
*/

.no-padding {
    padding: 0px !important;
}

::selection {
    background: #468CBC; /* WebKit/Blink Browsers */
    color: white;
}

::-moz-selection {
    background: #468CBC; /* Gecko Browsers */
    color: white;
}

body {
    background: #202124 !important;
    padding: 0px;
    margin: 0px;
    outline: none;
    color: white !important;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Lato', sans-serif !important;
    overflow-x: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

.show {
    display: block;
    visibility: visible;
}

.main-wrapper {
    background-color: #2F3033;
    height: auto;
    margin-top: 20px;
}

.cat-panel h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 17px;
}

.wrapper-padding {
    display: block;
    padding: 0px 30px;
    padding-right: 39px;
}

.top-header {
    width: 100%;
    height: 85px;
    display: block;
    overflow: hidden;
    padding-top: 25px;
    background-image: linear-gradient(to right, #3F51B5, #009688, #bdac8e, #9E9E9E, #2196F3 100%);
}

.logo-container {
    display: block;
    float: left;
    width: 250px;
    height: auto;
    position: relative;
    top: -45px;
}

.logo-container img {
    width: 100% !important;
    height: 82px;
}

#header-search form {
    float: right;
    margin: 0 0 0 22px;
    border: 1px solid #8a6d3b8f;
    background-color: #202020;
    height: auto;
    width: 267px;
    position: relative;
}

.focus {
    border-color: #468CBC !important;
}

#header-search form input {
    width: 100%;
    height: 35px;
    background: #fffefe;
    color: white;
    border: 1px solid #202020;
    padding: 0px 15px;
}

.about > li {
    float: left;
    list-style: outside none none;
    margin: 0 6px;
    padding: 6px 10px;
}

.about {
    display: block;
    float: right;
}

.page .main-wrapper {
    padding: 13px 20px !important;
}

.about a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#header-search form input:focus {
    outline: none;
}

#header-search button#search-submit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    width: 48px !important;
    font-size: 21px;
    border: none;
    color: #C6644D;
    outline: none !important;
}

#header-search button#search-submit:active, #header-search button#search-submit:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.social-link {
    float: right;
}

.social-link li {
    float: right;
    margin: 0px 8px;
    list-style: none;
}

.social-link li a {
    background-color: #C6644D;
    font-size: 25px;
    color: #181818;
    border-radius: 100%;
    width: 35px;
    height: 34px;
    text-align: center;
    transition: all 0.22s ease-out;
    vertical-align: middle;
    padding: 0px !important;
    line-height: 34px;
    float: right;
}

.social-link li.fb-icon a:hover {
    background: #3B579D;
    color: white;
}

.social-link li.twitter-icon a:hover {
    background: #79C2F5;
    color: white;
}

.menu {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

#main-nav {
    margin-bottom: 10px;
}

#main-menu {
    background: rgb(45, 45, 45);
    background: -moz-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(24, 24, 24, 1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(45, 45, 45, 1)), color-stop(99%, rgba(24, 24, 24, 1)));
    background: -webkit-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(24, 24, 24, 1) 99%);
    background: -o-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(24, 24, 24, 1) 99%);
    background: -ms-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(24, 24, 24, 1) 99%);
    background: linear-gradient(to bottom, rgba(45, 45, 45, 1) 0%, rgba(24, 24, 24, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#181818', GradientType=0);
}

.main-menu-container {
    height: 85px;
    line-height: 85px;
    margin: 20px 0px 30px 0px;
    z-index: 2;
}

#main-nav ul li {
    float: left;
}

#main-nav ul.navbar-nav > li a {
    margin: 0px;
    padding: 12px 9px;
    color: #FFF;
    text-decoration: none;
    transition: all 0.22s ease-out;
    -webkit-transition: all 0.22s ease-out;
    -moz--transition: all 0.22s ease-out;
    font-weight: bold;
    background: transparent;
    border-left: 1px solid #181818;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    background: #2F3033;
    margin: 2px 1px;
}

#main-nav ul.navbar-nav > li a:hover, #main-nav ul.navbar-nav > li a:active {
    background: rgb(73, 73, 73);
    background: -moz-linear-gradient(top, rgba(73, 73, 73, 1) 0%, rgba(24, 24, 24, 1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(73, 73, 73, 1)), color-stop(99%, rgba(24, 24, 24, 1)));
    background: -webkit-linear-gradient(top, rgba(73, 73, 73, 1) 0%, rgba(24, 24, 24, 1) 99%);
    background: -o-linear-gradient(top, rgba(73, 73, 73, 1) 0%, rgba(24, 24, 24, 1) 99%);
    background: -ms-linear-gradient(top, rgba(73, 73, 73, 1) 0%, rgba(24, 24, 24, 1) 99%);
    background: linear-gradient(to bottom, rgba(73, 73, 73, 1) 0%, rgba(24, 24, 24, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#181818', GradientType=0);
    color: #D9B7CB;
}

#main-nav ul.navbar-nav li > ul.dropdown-menu {
    background: #202020;
}

#main-nav ul.navbar-nav li > ul.dropdown-menu li {
    display: block;
    width: 100%;
}

#main-nav ul.navbar-nav li > ul.dropdown-menu li a {
    padding: 5px 5px !important;
    margin-bottom: 3px;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    color: white;
    transition: all 0.22s ease-in;
}

#main-nav ul.navbar-nav li > ul.dropdown-menu li a:hover {
    background: #181818;
}

.logo-container a {
    color: white;
    font-family: 'Concert One', cursive;
    font-size: 45px;
    letter-spacing: 2px;
    text-align: left;
    text-decoration: none;
}

.logo-container a span {
    color: #C6644D;
}

.logo-container a:hover {
    color: white;
    text-decoration: none;
}

/*================================ Start Index Post Styling ===============================*/
.thumbImg {
    display: block;
    position: relative;
	
}

.stikcyPost .datePost {
    bottom: 2px;
    left: 11px;
}

.datePost {
    background: rgba(41, 41, 41, .7);
    bottom: 3px;
    height: auto;
    left: 4px;
    position: absolute;
    width: auto;
}

.datePost ul {
    padding: 0;
}

.datePost ul li {
    float: left;
    font-size: 12px;
    padding: 0 !important;
    text-align: center;
    width: 100%;
}

.datePost ul, .datePost ul li {
    color: #fff;
    display: block;
    margin: 0;
}

.datePost ul li > h3 {
    background: rgba(255, 255, 255, .8);
    border-radius: 3px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 0 !important;
    padding: 0 !important;
}

.datePost ul, .datePost ul li {
    color: #fff;
    display: block;
    margin: 0;
}

section#movie-cat {
    margin-bottom: 40px;
}

.cat-panel {
    display: block;
    margin-bottom: 17px;
    font-size: 14px;
    height: 100%;
    padding: 8px 4px;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 10px 10px 25px;
    background-image: linear-gradient(to right, #3F51B5, #009688, #bdac8e, #9E9E9E, #2196F3 100%);
    border-radius: 10px;
    color: white!important;
    box-shadow: rgba(23,43,99,.3) 0 7px 28px;
}

.cat-panel h4 {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    padding-left: 20px;
    font-weight: bold;
}

.cat-panel h4 span {
    color: #f5f5f5;
}

.cat-panel .show-all a {
    background: #C6644D;
    color: #181818;
    padding: 8px;
    width: 150px;
    height: auto;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.25s ease-in;
}

.cat-panel .show-all a:hover {
    background: #ffffcc;
}

.post-box {
    line-height: 22px;
}

.post-box a img {
    border: 3px solid #ea3e28;
    height: 240px;
    opacity: 1;
    transition: all 0.23s ease-out 0s;
    width: 100%;
}

.post-box a img:hover {
    opacity: 0.7;
}

.post-box a {
    display: block;
    transition: all 0.23s ease-out 0s;
}

.post-box {
    display: block;
    margin-bottom: 35px;
    overflow: hidden;
    padding: 0px 7px !important;
}

.post-categories {
    bottom: 0;
    position: absolute;
    right: 7px;
}

.post-box ul.post-categories {
    list-style: outside none none;
    margin: 10px 0 5px;
    padding: 0;
}

.post-categories > li {
    background: #4383A4 none repeat scroll 0 0;
    border-radius: 5px;
    margin-bottom: 6px;
    padding: 0 5px;
}

.post-box ul.post-categories a {
    color: white;
    font-size: 10px;
    text-decoration: none;
}

.post-box ul li a:hover {
    color: white;
}

.post-box > h5 {
    display: block;
    height: 64px;
    margin: 15px 0 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.post-box h5 a {
    color: white;
    font-size: 12px;
    font-weight: bolder;
    line-height: 17px;
    text-decoration: none;
}

.stikcyContainer {
    display: block;
}

.stikcyPost a img {
    border: 2px solid #C6644D;
    height: 200px;
    opacity: 1;
    transition: all 0.23s ease-out 0s;
    width: 89%;
}

.stikcyPost {
    margin-bottom: 0px !important;
}

.post-box h5 a:hover {
    color: #4383A4;
}

/* ============================ List Box View Styling =============================*/
.list-box {
    display: block;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #202020;
}

.list-box a {
    transition: all 0.23s ease-out;
}

.list-box img {
    float: left;
    width: 130px;
    height: auto;
    margin-right: 25px;
}

.list-box a img {
    transition: all 0.23s ease-in;
}

.list-box img:hover {
    opacity: 0.7;
}

.list-box .post-list-content {
    line-height: 24px;
    font-size: 12px;
    color: #ccc;
}

.list-box .post-list-content > h5 {
    padding: 0px;
    margin: 0px;
    color: white;
    margin-bottom: 25px;
}

.list-box .post-list-content > h5 a {
    color: white;
    font-family: 'Concert One', cursive;
    font-size: 18px;
    text-decoration: none;
}

.list-box .post-list-content > h5 a:hover {
    color: #77AFD4;
}

.list-box .list-view-extra {
    margin: 25px 0px 10px 0px;
}

.list-box .post-list-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.list-box .post-list-content ul li {
    float: left;
    padding: 3px 8px;
}

.list-box .post-list-content ul li i {
    margin-right: 5px;
}

/* ====================== styling for Sidebar =====================================*/
#sidebar {
    background: #2196f37a;
}

#sidebar h3 {
    display: block;
    width: 100%;
    font-size: 22px;
    padding: 20px 0px;
    margin: 10px 0px;
    background: #2f3033;
    border-bottom: 1px solid var(--wp--preset--color--vivid-cyan-blue);
    text-align: center;
    font-family: 'Lato', sans-serif;
    background-image: linear-gradient(to right, #3F51B5, #009688, #bdac8e, #9E9E9E, #2196F3 100%);
    border-radius: 10px;
    font-weight: 500;
    color: white!important;
    font-size: 18px!important;
}

#sidebar div.widget {
    margin-bottom: 12px;
    clear: both;
    display: block;
    width: 100%;
    height: auto;
}

#sidebar ul {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

#sidebar ul li {
    float: left;
    display: block;
    width: 100%;
}

#sidebar ul li a {
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.22s ease-in;
    width: 100%;
    display: block;
    padding: 10px 5px !important;
}

#sidebar ul li a:hover {
    background: #4383A4;
    color: black;
}

/*pagination styling start from here*/
#pagination-main {
    display: block;
    width: 100% !important;
    float: left;
    padding: 0px !important;
    margin: 0px !important;
    text-align: center;
    padding-left: 20 p !important;
}

#pagination-main ul {
    padding: 0px;
    margin: 0px;
}

#pagination-main .pagination-lg > li > a, #pagination-main .pagination-lg > li > span {
    padding: 5px 16px;
    font-size: 17px;
    font-weight: bold;
}

#pagination-main .pagination > .active > a, #pagination-main .pagination > .active > a:focus, #pagination-main .pagination > .active > a:hover, #pagination-main.pagination > .active > span, #pagination-main .pagination > .active > span:focus, #pagination-main .pagination > .active > span:hover {
    z-index: 2;
    color: black;
    cursor: default;
    background-color: #E91E63;
    border-color: black;
}

#pagination-main .pagination > li > a:focus, #pagination-main .pagination > li > a:hover, #pagination-main .pagination > li > span:focus, #pagination-main .pagination > li > span:hover {
    color: white;
    background-color: #181818;
}

#pagination-main .pagination > li > a, #pagination-main .pagination > li > span {
    background: #746c6c none repeat scroll 0 0;
    border: medium none;
    color: #fffafa;
    float: left;
    line-height: 1.42857;
    margin: 0 1px;
    padding: 6px 14px;
    position: relative;
    text-decoration: none;
}

.paginationContiner {
    margin-top: 30px;
    display: block;
}

/* ===================== Single page css styling ===================================*/
.singe-post-content > h2 {
    font-family: 'Concert One', cursive;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #202020;
    margin-bottom: 10px;
}

.singe-post-content .featured-image {
    text-align: center;
    vertical-align: center;
    margin-bottom: 20px;
}

.singe-post-content .single-content {
    display: block;
    width: 100%;
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

.singe-post-content .single-content h2 {
    font-weight: bold;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding: 10px 10px 10px 25px;
    background-image: linear-gradient(to right, #3F51B5, #009688, #bdac8e, #9E9E9E, #2196F3 100%);
    border-radius: 10px;
    color: white!important;
    box-shadow: rgba(23,43,99,.3) 0 7px 28px;
}

.singe-post-content .single-content p {
    margin: 2px 0px;
}

.singe-post-content .single-content img {
    width: auto !important;
    height: 470px;
    margin: 5px 0;
    max-width: 100%;
    border-radius: 35px;
    box-shadow: 0 1px 4px #00438a;
    text-align: center;
}

.singe-post-content .single-content a {
    color: #fff;
}

.singe-post-content .single-content a:hover {
    color: #4383A4;
}

.singe-post-content .list-view-extra {
    display: block;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.singe-post-content .list-view-extra ul {
    display: block;
    list-style: none;
    text-align: center;
    float: left;
    width: 100%;
    display: block;
    vertical-align: middle;
    padding-left: 248px;
}

.singe-post-content .list-view-extra ul li {
    float: left;
    padding: 5px 15px;
}

.singe-post-content .list-view-extra ul li i {
    margin-right: 5px;
}

p.form-submit {
    display: none;
}

footer#main-footer {
    padding: 20px 20px;
    margin: 20px 0px 5px 0px;
    color: #ffffffd4;
    font-size: 13px;
    font-style: oblique;
    background-image: linear-gradient(to right, #3F51B5, #009688, #bdac8e, #9E9E9E, #2196F3 100%);
}

#commentform .btn {
    background: #4383A4;
    color: #181818;
    font-weight: bold;
    width: 180px;
    float: right;

}

#commentform .btn:hover {
    color: black;
}

#commentform input {
    width: 50% !important;
}

.single .main-wrapper {
    padding-bottom: 25px;
}

#commentform input, #commentform textarea {
    border: 1px solid;
    box-shadow: none;
    outline: none;
    transition: all 0.18s ease-in;
    background: black;
    padding: 10px 10px !important;
}

#commentform input:hover, #commentform textarea:hover {
    border-color: #4383A4;
}

span#email-notes {
    font-size: 11px;
}

#respond > h3 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
}

#comments h4 a {
    font-size: 24px;
    font-family: 'Concert One', cursive;
    clear: both;
    color: white;
    padding: 10px;
    background: #202020;
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

/*****************************************  Styling Page Search ***********************************************************/

body.search header#page-header {
    margin-bottom: 0px !important;
}

ul.list-comments {
    padding: 0;
    margin: 0
}

.list-comments > li.comment {
    background: #f2f2f2;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    margin-bottom: 8px;
    margin-top: 7px;
    padding: 12px
}

.depth-3,
.depth-4,
.depth-5,
.list-comments .depth-2 {
    margin: 20px 0 0 20px;
    border-top: 1px dotted #949494;
    padding-top: 15px
}

.list-comments hr {
    border-color: #525252
}

.list-comments span {
    display: inline
}

.list-comments div.comment-header {
    background: rgba(0, 0, 0, 0);
    height: 55px;
    padding: 0
}

.comment-header img {
    float: left;
    margin-right: 8px
}

#respond a,
.list-comments a {
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

.commentmetadata a {
    font-size: 9px
}

#respond a:hover,
.list-comments a:hover {
    text-decoration: underline;
    color: #262626
}

.logged-in-as {
    margin: 15px 0
}

ul.children {
    margin: 0;
    padding: 0
}

#commentform p,
.list-comments p {
    margin: 10px 0;
    padding: 0
}

.list-comments p {
    clear: both;
    color: #5c5c5c;
    font-size: 14px
}

#respond {
    margin-top: 20px
}

#respond h3,
h4#comments {
    font: 24px Oswald;
    letter-spacing: 1px
}

#commentform input[type=email],
#commentform input[type=text] {
    font-size: 13px;
    height: 35px;
    width: 75%;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 4px 1px #C2C2C2
}

#commentform textarea {
    font-size: 13px;
    border-radius: 5px;
    border: none;
    outline: 0;
    box-shadow: 0 0 4px 1px #C2C2C2
}

#commentform input[type=email]:focus,
#commentform input[type=text]:focus,
#commentform textarea:focus {
    border: none;
    outline: 0
}

#commentform label {
    display: inline;
    font-weight: 700
}

.form-submit {
    display: block;
    width: 100%
}

#commentform .form-submit > input {
    background: #0080b0;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    font-family: Oswald;
    padding: 6px;
    transition: all .22s ease 0s;
    width: 22%
}

#commentform span.required {
    color: red;
    display: inline;
    font-size: 16px;
    margin-left: 4px;
    position: absolute
}

a.navbar-brand {
    color: white;
    left: -12px;
    position: relative;
    top: -36px;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 15px;
}

.navbar-toggle {
    background: #468CBC !important;
    position: relative;
    top: -8px;
}

.icon-bar {
    background: white none repeat scroll 0 0;
}

#mobile-menu {
    text-align: center;
}

#mobile-menu ul li {
    background: #4383A4 !important;
    margin-bottom: 5px !important;
}

#mobile-menu li a {
    color: white;
    font-weight: bold;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #0E0C0C !important;
    text-decoration: none;
}

.formmobile {
    width: 100% !important;
    margin-bottom: 20px !important;
}

.singe-post-content .single-content > p {
    text-align: center;
}

.singe-post-content .single-content > p:nth-child(2) {
    text-align: center;
}

.thumbImg a img,
.single-content a img {
    -webkit-transition: all 0.30s linear;
    -moz-transition: all 0.30s linear;
    -ms-transition: all 0.30s linear;
    -o-transition: all 0.30s linear;
    transition: all 0.30s linear;
    border-radius: 12px;
}

.thumbImg a img:hover,
.single-content a img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.thumbImg a,
.single-content a {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.related-posts {
    float: left;
    width: 100%;
}

h1.text-capitalize {
    margin-top: 10px !important;
    color: #f5f5f5;
    padding-left: 0 !important;
    font-weight: bold;
}

h3.page-title {
    font-size: 25px;
    padding: 10px 10px;
    margin: 30px 0 !important;
    color: #101010;
    font-weight: bold;
}

h1.text-capitalize > i,
.page-title > i {
    margin-right: 15px;
}

.material-text {
    position: relative;
    left: 2px;
}

.related-wrapper {
    margin-bottom: 20px;
    background: #4C4C4C;
    padding: 25px 20px;
}

.thumbnail-wrapper figure {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #fff;
}

.thumbnail-wrapper img {
    width: 100%;
    height: 287px;
    -webkit-transition: .2s;
    transition: .2s;
}

.thumbnail-wrapper figcaption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    content: "";
    background-color: rgba(255, 255, 255, 0);
    background: linear-gradient(transparent, #000 80%);
    z-index: 111;
}

.thumbnail-wrapper a {
    display: block;
}

.thumbnail-wrapper figcaption p {
    padding: 5px;
    color: #fff;
    font-weight: 500;
}

.thumbnail-wrapper .thumb-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    background-color: rgba(15, 15, 15, 0.7);
    z-index: 100;
    text-align: center;
}

.thumbnail-wrapper figure:hover .thumb-hover {
    opacity: 1;
}

.thumbnail-wrapper figure:hover .btn {
    bottom: 140px;
}

.thumbnail-wrapper figure:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.thumbnail-wrapper .thumb-hover .btn {
    position: absolute;
    bottom: -50px;
    width: 100%;
    border-radius: 0;
    opacity: 0.8;
    display: block;
}

.thumbnail-wrapper figure,
.thumbnail-wrapper .thumb-hover .btn {
    transition: all 0.18s ease-in;
}

.logo-container span {
    float: left;
    width: 100%;
    height: inherit;
    margin-top: 20px;
}

@media (max-width:480px){
    #main-footer .pull-right, #main-footer .copyright {
        text-align: center;
        float: left;
        width: 100%;
    }

    .single .main-wrapper {
        padding-bottom: 60px;
    }
}
.portfolio-featured-image a {
	display: block;
	position: relative;
}