body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

body a {
    transition: 0.5s all;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

.full {
    border-left: 5px solid #2b2b2b;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.47);
  	position: relative;
    padding: 10px 15px;
}

p.age {
    color: #f4f4f4;
    font-size: 1.15em;
    font-weight: 400;
    margin: 1.5em 0;
    margin-bottom: 2.5em;
}

p.special {
    color: #f4f4f4;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.7em;
    margin: 2.2em 0;
}

p.age a {
    color: #3bd369;
    padding: 7px 10px;
    border: 2px solid #3bd369;
    border-radius: 4px;
    margin-right: 1.2em;
    text-decoration: none;
}

p.review {
    color: #f4f4f4;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.7em;
    margin: 0.8em 0;
}

.menu {
    position: fixed;
    top: 82px;
    left: 5px;
    z-index: 2;
}

.menu ul li {
    list-style-type: none;
    border-bottom: 1px solid #4c4c4c;
}

.menu ul li a {
    padding: 12px 22px;
    display: block;
}

.menu ul li a.active {
    background: #dfb636;
}

.menu ul li a:hover {
    background: #dfb636;
}

.logo {
    width: 20%;
}

@media screen and (max-width: 1240px) {
    .logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
}

.logo a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 28px;
    color: #000;
    line-height: 1.2;
    margin: 0;
}

.logo a:hover {
    text-decoration: none;
}

.logo a img {
    width: 300px;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1240px) {
    .top-menu {
        width: 100%;
        display: flex;
        justify-content: space-around;
      	padding: 10px 0;
    }
}

@media screen and (max-width: 992px) {
    .top-menu {
        display: none;
      	width: 95%;
      	color: #fff;
      	background-color: #37a4c5;
      	box-shadow: 0px 3px 14px -6px rgba(0, 0, 0, 0.4);
      	position: absolute;
      	top: 100%;
      	left: 50%;
      	transform: translateX(-50%);
      	z-index: 10;
    }
  
    .top-menu.active {
        display: block;
    }
}

.top-menu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
}

@media screen and (max-width: 992px) {
    .top-menu ul {
        flex-direction: column;
    }
}

.top-menu ul li {
    margin: 0 5px;
}

@media screen and (max-width: 992px) {
	.top-menu ul li {
      	padding: 10px 0;
        margin: 0;
    }
}

.top-menu ul a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    padding: 5px 20px;
}

@media screen and (max-width: 1240px) {
    .top-menu ul a {
        font-size: 16px;
        padding: 5px 10px;
    }
}

@media screen and (max-width: 992px) {
	.top-menu ul a {
        color: #fff;
    }
}

.search {
    position: relative;
    padding: 8px 10px;
    width: 300px;
  	max-width: 100%;
    border: 1px solid #d5d5d5;
}

.search input[type="text"] {
    outline: none;
    color: #b3b3b3;
    background: none;
    font-size: 16px;
    border: none;
    width: 84.33%;
}

.search input[type="submit"] {
    background: url('../images/sprit-1.png') no-repeat 0px 0px;
    border: none;
    cursor: pointer;
    position: absolute;
    outline: none;
    top: 2px;
    right: 7px;
    width: 35px;
    height: 35px;
}

.button-burger {
	width: 30px;
  	height: auto;
  	border: none;
  	background-color: transparent;
  	position: absolute;
  	right: 15px;
  	bottom: 12px;
  	z-index: 10;
  	padding: 6px 0 0 0;
  	display: none;
}

@media screen and (max-width: 992px) {
    .button-burger {
		display: block;
    }
} 

.button-burger span {
	display: block;
  	width: 100%;
  	height: 3px;
  	background-color: #000;
  	margin: 0 0 6px 0;
}

.more-reviews {
    background: #fff;
    padding: 3em 0;
}

/*-----right-content-----*/

.right-content {
    padding: 3em;
    border-top: 1px solid #000;
    background: #fff;
}

.content-grid {
    width: 22.75%;
    float: left;
    text-align: center;
    border: 1px solid rgba(235, 235, 235, 0.53);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.35);
    margin-right: 3%;
    margin-bottom: 4%;
}

.last-grid {
    margin-right: 0px;
}

.content-grid img {
    display: block;
}

.content-grid h3 {
    color: #888;
    text-transform: uppercase;
    padding: 1em;
    display: block;
    line-height: 1.5em;
    font-size: 0.875em;
}

.content-grid ul li {
    display: inline-block;
}

.content-grid img {
    display: block;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
}

.content-grid:hover img {
    -webkit-filter: grayscale(100%);
    opacity: 5;
    transition: all 300ms !important;
}

.content-grid ul li a {
    padding: 0 5px;
    display: block;
}

.button {
    background: #000;
    padding: 10px;
    cursor: pointer;
    border: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #FFF;
    outline: none;
    text-transform: uppercase;
    display: block;
    margin: 10px 0 0 0;
    font-size: 0.875em;
}

.button:hover {
    color: #888;
}

.right-content-heading-left {
    padding: 11px 0;
}

.right-content-heading {
    border-bottom: 1px solid #F1F0F6;
    margin: 0 0 3em 0;
}

.right-content-heading-right {
    float: right;
}

.right-content-heading-left h3 {
    color: #888;
    text-transform: uppercase;
    display: block;
}

.reviews-section {
    background: #fff;
    padding: 3em 2em;
    border-top: 1px solid #000;
}

@media screen and (max-width: 1200px) {
    .reviews-section {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .reviews-section {
        padding: 0 15px;
    }
}

h1.head,
h3.head {
    color: #000;
    font-size: 2.5em;
    font-weight: 700;
  	margin: 0 0 20px 0;
}

.movie-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*-------------------------- top content --------------------- */

.top-content {
    padding: 20px 0;
}

.top-content h1 {
    font-size: 40px;
    line-height: 1.4;
    margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
    .top-content h1 {
        font-size: 36px;
    }
}

.top-content h2 {
    font-size: 36px;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
    .top-content h2 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
    line-height: 1.4;
}

/*------------------------- top content end ----------------- */

.review {
    margin: 0 0 30px 0;
}

p.dirctr {
    color: #B1B1B1;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 10px;
}

p.dirctr a {
    color: #757575;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 10px;
    text-decoration: none;
}

.yrw {
    margin: 2em 0;
}

p.info {
    font-size: 1em;
    font-weight: 400;
    color: #000;
    margin: 15px 0px;
    height: 22px;
    overflow: hidden;
}

.dropdown {
    padding: 4px 0;
    float: left;
    outline: none;
    width: 23%;
    margin-bottom: 0.5em;
}

.rtm {
    float: left;
    width: 23%;
    margin-top: 6px;
}

.rtm a {
    text-decoration: none;
    color: #fff;
    background: #df2411;
    padding: 5px 10px;
}

.rtm a:hover,
.wt a:hover {
    background: #000;
}

.wt {
    float: left;
    width: 23%;
    margin-top: 6px;
}

.wt a {
    text-decoration: none;
    color: #fff;
    background: #37a4c5;
    padding: 5px 10px;
}

.entertainment ul li a {
    font-weight: 400;
    margin-top: 5px;
    text-decoration: none;
    font-size: 0.9em;
    color: #494949;
    line-height: 1.8em;
}

.entertainment ul li {
    display: inline-block;
    float: left;
    width: 75%;
}

.entertainment ul {
    margin-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
}

.entertainment h3 {
    color: #000;
    font-size: 1.9em;
    font-weight: 600;
    margin-bottom: 0.8em;
}

.entertainment {
    border-bottom: 5px solid #000;
    padding: 1em 0;
}

.entertainment ul li.ent {
    width: 21%;
    margin-right: 4%;
}

.entertainment ul li.ent img {
    width: 100%;
}

/*----*/
.grid-might {
    float: left;
    width: 24%;
    margin-right: 5%;
}

.might-top {
    float: right;
    width: 71%;
}

.might-top p {
    font-size: 0.9em;
    color: #494949;
    line-height: 1.8em;
}

.might-grid {
    padding: 1em 0 0;
}

.might h4 {
    color: #000;
    font-size: 2.3em;
    font-weight: 600;
    margin-bottom: 0.6em;
}

.might-top a {
    text-decoration: none;
    color: #dfb636;
    font-size: 1em;
    display: inline-block;
    padding: 1em 0 0;
}

.might-top a:hover {
    color: #ec098d;
}

.might-top a i {
    background: url(../images/img-sprite.png)no-repeat -103px -103px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.grid-top h4,
.grid-top-in h4 {
    background: #df2411;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.35em;
    font-weight: 700;
    display: block;
    line-height: 1em;
    text-transform: uppercase;
}

/*----*/

.grid-top ul li {
    background: url(../images/dot.png) no-repeat 0px 17px;
    padding: 12px 0px 5px 17px;
    border-bottom: 1px solid #E8E6E6;
    list-style-type: none;
}

.grid-top ul li a {
    color: #494949;
    line-height: 1.8em;
    text-decoration: none;
    font-size: 0.9em;
    padding: 0 0 10px;
    display: block;
}

.grid-top ul li a:hover {
    color: #00aedb;
}

.grid-top-in p {
    color: #5261ac;
    font-size: 1.3em;
    line-height: 1.7em;
    padding: 0.5em 0 0;
}

.grid-top-in p a {
    color: #5261ac;
    text-decoration: none;
}

.grid-top-in p a.bun {
    font-size: 0.8em;
}

.grid-top-in p a.lop {
    color: #f78f1d;
    font-size: 1.3em;
    font-weight: 700;
}

.grid-top-in p a.dan {
    font-size: 1.6em;
    font-weight: 500;
}

.grid-top-in p a.eva {
    font-size: 1.4em;
}

.grid-top-in p a.jol {
    font-size: 1.4em;
    font-weight: 700;
}

.grid-top {
    padding: 1em 0 0.5em;
}

.content {
    padding: 2em 0 0;
}

.grid-top-in p a:hover {
    color: #ec098d;
}

.might {
    margin: 2em 0;
}

.single {
    margin-top: 2em;
}

.single h3 {
    color: #000;
    font-size: 1.7em;
    font-weight: 600;
    margin-bottom: 1em;
}

.single p {
    color: #000;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1em;
}

.single p i {
    font-weight: 400;
    font-size: 0.95em;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #df2411;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

.comments-section {
    padding: 2em 0;
}

.comments-section-head-text h3 {
    float: left;
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 1.6em;
}

.comments-section-middle-grid {
    margin-left: 2.5em;
}

.comments-section-grid {
    margin-bottom: 3.5em;
}

.comments-section-grid-image img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.comments-section-grid-text {
    padding-left: 1em;
}

.comments-section-grid-text h4 a {
    font-weight: 900;
    font-size: 16px;
    color: #464851;
    text-decoration: none;
}

.comments-section-grid-text h4 a:hover {
    color: #2DBEEA;
}

.comments-section-grid-text p {
    color: #464851;
    font-size: 0.95em;
    font-weight: 400;
    margin: 0.3em 0 1em 0;
    line-height: 1.7em;
}

.comments-section-grid-text span a {
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    color: #dfb636;
    text-decoration: none;
}

.comments-section-grid-text label {
    color: #7F8BA3;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    margin-top: 5px;
}

.comments-section-grid-text i.rply-arrow {
    width: 25px;
    height: 25px;
    background: url("../images/img-sprite.png") no-repeat -669px -94px;
    display: inline-block;
    vertical-align: middle;
}

.reply-section-head-text h3 {
    float: left;
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 1.6em;
}

.reply-section {
    padding: 2em 0;
}

.blog-form input[type="text"],
textarea {
    width: 100%;
    padding: 9px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #BBC4C9;
    margin-bottom: 2em;
    font-size: 15px;
    font-weight: 400;
    color: #7F8BA3;
    outline: none;
    font-style: normal;
}

.blog-form textarea {
    resize: none;
    height: 11em;
}

.blog-form input[type="button"] {
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 1em;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    font-style: normal;
  	background-color: #df2411;
  	padding: 15px 20px;
}

.blog-form input[type="button"]:hover {
    background: #dfb636;
}

.movie-pic {
    margin: 0 0 10px 0;
}

.review-info .info-title {
    margin: 0 0 10px 0;
}

@media screen and (min-width: 992px) {
    .review-info .info-title {
        min-height: 45px;
    }
}

.review-info .info-title a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 10px 0;
}

.review-info .info-title:hover {
    color: #dfb636;
}

.review-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.review-info .btn-more {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background-color: #df2411;
    padding: 10px 20px;
    transition: all .3s ease;
}

.review-info .btn-more:hover {
    background-color: #000;
}

.categoies-wrap {
    display: flex;
    margin-bottom: 15px;
}

.categoies-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
}

.category-link {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 10px;
    margin: 0 5px 5px 0;
}

.category-link:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.category-link.category {
    background: #df2411;
}

.category-link.category:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.category-link.tag {
    background: #37a4c5;
}

.category-link.tag:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.entertainment {
    padding-top: 10px;
}

.tag-cloud {
    padding: 10px 0;
}

.pagination-list {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px 0;
}

.pagination-list a {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 2.6;
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    padding: 0 10px;
    margin: 0 3px;
}

.pagination-list a:hover {
    text-decoration: none;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.pagination-list li.active a {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.post-image-wrap {
    margin-bottom: 20px;
}

.footer {
    background: #f3f3f3;
    padding: 4em 3em;
}

.footer-links h3 {
    font-size: 20px;
    color: #333;
    margin: 0 0 10px 0;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
}

.footer-links ul li {
    padding: 5px 0;
}

.footer-links ul li a {
    color: #df2411;
}

.footer h6 {
    color: #6F6F6F;
    font-size: 1em;
    font-weight: 600;
}

p.claim {
    color: #b0b0b0;
    font-size: 0.95em;
    font-weight: 400;
    width: 35%;
    margin: 10px 0;
}

.footer a {
    color: #6F6F6F;
    font-size: 0.95em;
    text-decoration: none;
    font-weight: 400;
    width: 35%;
    margin-top: 6px;
    text-decoration: none;
}

.copyright {
    margin-top: 2em;
}

.copyright p {
    color: #b0b0b0;
    font-size: 1em;
    font-weight: 400;
}

.copyright p a {
    color: #000;
}

/*-- responsive-design starts-here --*/

@media screen and (max-width: 1440px) {
    p.review {
        margin: 0.6em 0;
    }

    p.age {
        margin-bottom: 2.2em;
    }

    h3.head {
        font-size: 2.3em;
    }

    .rtm,
    .wt {
        width: 27%;
    }

    .entertainment h3,
    .might h4 {
        font-size: 1.7em;
    }

    .entertainment ul li {
        width: 63%;
    }

    .search {
        margin-top: 3px;
    }

    .entertainment ul li.ent {
        width: 25%;
    }

    .might-top p {
        height: 45px;
        overflow: hidden;
    }

    .might-top a {
        padding-top: 0.4em;
    }
}

@media screen and (max-width: 1366px) {
    .menu ul li a {
        padding: 10px 15px;
    }

    p.age {
        font-size: 1.05em;
    }

    p.special {
        font-size: 0.95em;
    }

    .search {
        padding: 6px 8px;
        margin-top: 3px;
    }

    .right-content {
        padding: 2em;
    }

    h3.head {
        font-size: 2em;
    }

    .rtm,
    .wt {
        width: 32%;
    }

    .dropdown {
        width: 27%;
    }

    .grid-top ul li a {
        overflow: hidden;
    }

    .search {
        margin-top: 4px;
    }
}

@media screen and (max-width: 1280px) {
    .footer {
        padding: 3em 2em;
    }

    p.age a {
        padding: 5px 10px;
    }

    p.age {
        font-size: 1em;
    }

    p.review {
        font-size: 0.9em;
    }

    p.special {
        margin: 1.5em 0 2em 0;
    }

    .search input[type="text"] {
        font-size: 15px;
    }

    .yrw {
        margin: 1.3em 0;
    }
}

@media screen and (max-width: 1240px) {
    .search {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .full {
        border-left: 3px solid #2b2b2b;
    }

    .menu {
        left: 3px;
    }

    .menu ul li a {
        padding: 8px 10px;
    }

    p.age {
        font-size: 0.95em;
    }

    p.special {
        margin: 1em 0 1em 0;
        height: 20px;
        overflow: hidden;
    }

    .more-reviews {
        padding: 2em 0;
    }

    .v-search {
        margin-top: 6px;
    }

    .reviews-section {
        padding: 2em 1em;
    }

    .side-bar {
        padding: 0;
    }

    a.span {
        font-size: 1.6em;
    }

    p.dirctr {
        font-size: 0.95em;
        margin-bottom: 8px;
    }

    .rtm a,
    .wt a {
        font-size: 0.95em;
    }

    .rtm,
    .wt {
        width: 36%;
    }

    p.info {
        font-size: 0.95em;
        margin: 5px 0px;
    }

    .single h3 {
        font-size: 1.4em;
        margin-bottom: 0.8em;
    }

    .single p {
        font-size: 1.1em;
    }

    .comments-section {
        padding: 2em 0 0 0;
    }

    .comments-section-grid-image {
        padding: 0;
    }

    .yrw {
        margin: 1em 0;
    }
}

@media screen and (max-width: 800px) {
    p.claim {
        width: 80%;
        margin: 8px 0;
    }

    .footer {
        padding: 2em 1em;
    }

    .copyright {
        margin-top: 1.5em;
    }

    .menu ul li a {
        padding: 5px 5px;
    }

    p.review.reviewgo {
        display: none;
    }

    p.age a {
        padding: 4px 8px;
        margin-right: 0.5em;
        border: 1px solid #3bd369;
    }

    .menu {
        top: 45px;
    }

    .right-content-heading-left {
        padding: 0 0 11px 0;
    }

    .content-grid {
        width: 30.333%;
    }

    .last-grid {
        display: none;
    }

    .content-grid h3 {
        height: 51px;
        overflow: hidden;
        margin-bottom: 0.5em;
    }

    .v-search {
        margin-top: 7px;
    }

    .side-bar {
        padding: 0 15px;
        margin-top: 3em;
        width: 50%;
    }

    .entertainment {
        border-bottom: 3px solid #000;
    }

    .comments-section-grid-image {
        width: 15%;
        float: left;
        margin-right: 3%;
    }

    .comments-section-grid-text {
        width: 80%;
        float: left;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .reviews-grids,
    .side-bar {
        width: 100%;
        padding: 0;
    }

    .review {
        display: flex;
        flex-direction: column;
    }

    .comments-section-head-text h3,
    .reply-section-head-text h3 {
        font-size: 1.8em;
        margin-bottom: 1em;
    }

    .comments-section-grid-text h4 a {
        font-size: 14px;
    }

    .comments-section-grid {
        margin-bottom: 2.5em;
    }

    .comments-section-grid-text p {
        height: 64px;
        overflow: hidden;
    }

    .comments-section-grid-text span a {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    p.claim {
        width: 85%;
        margin: 6px 0;
        font-size: 0.9em;
    }

    .menu ul li a {
        padding: 0px 0px;
    }

    .full {
        border-left: 1px solid #2b2b2b;
    }

    .menu {
        display: none;
        left: 2px;
    }

    p.age,
    p.review,
    p.review.reviewgo {
        height: 18px;
        overflow: hidden;
    }

    p.review.reviewgo {
        display: block;
    }

    p.special {
        display: none;
    }

    .content-grid h3 {
        padding: 1em 0;
    }

    .right-content {
        padding: 1.5em 1em;
    }

    .v-search {
        margin-top: 5px;
    }

    .wt a {
        display: none;
    }

    .rtm {
        width: 50%;
    }

    .dropdown {
        width: 40%;
    }

    p.dirctr {
        font-size: 0.9em;
        margin-bottom: 7px;
        height: 22px;
        overflow: hidden;
    }

    p.info {
        font-size: 0.9em;
        margin: 3px 0px;
        height: 20px;
    }

    .single h3 {
        font-size: 1.25em;
        margin-bottom: 0.8em;
    }

    .single p {
        font-size: 1em;
    }

    .comments-section-head-text h3,
    .reply-section-head-text h3 {
        font-size: 1.65em;
        margin-bottom: 0.8em;
    }

    .blog-form input[type="text"],
    textarea {
        padding: 8px;
        margin-bottom: 1em;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    p.claim {
        width: 100%;
    }

    .search {
        width: 65%;
    }

    h3.head {
        font-size: 1.5em;
    }

    .right-content-heading {
        margin: 0 0 2em 0;
    }

    .v-search {
        margin-top: 3px;
    }

    a.span {
        font-size: 1.3em;
    }

    .dropdown {
        width: 45%;
    }

    .rtm {
        width: 62%;
    }

    .single h3 {
        font-size: 1em;
    }
}