/*


Theme Name: Konnichi An
Theme URI: https://github.com/hideokamoto/konnichi-an/
Author: hideokamoto
Author URI: https://profiles.wordpress.org/hideokamoto
Description: Simply Blog Theme using Material Design Light
Version: 1.2.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: konnichi-an
Tags:responsive-layout, three-columns,right-sidebar,gray,custom-header,translation-ready, custom-background, theme-options, custom-menu, post-formats, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Konnichi An is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
img{
	max-width: 100%;
	height: auto;
}

input[name="sa"] {
	background: transparent;
	border: 1px solid #FF007B !important;
	color: #FF007B !important;
	border: none;
	padding: 5px 12px;
}

input[name="sa"]:hover,
input[name="sa"]:focus {
	background: #FF007B;
	color: white !important;
}

.widget select {
	max-width: 100%;
	height: 35px;
	padding: 7px 10px;
	background: transparent;
	border: 1px solid #FF007B;
	color: #FF007B;
	text-transform: uppercase;
}

.single-post img {
    width: auto;
}
.page img {
    width: auto;
}
.sidebar img {
    width: auto;
}

figure{
	margin: 0 auto;
}

article .entry-content a {
	color: rgba(255,0,123,1);
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

.mc4wp-response {
    display: none;
}

body {
	color: #000;
	font-family: 'Roboto', sans-serif;
}

* {
	outline: none !important;
}

a, a:hover, a:focus {
	text-decoration: none;
    color: #000;
}

.h1, .h2, .h3, h1, h2, h3,.h4, .h5, .h6, h4, h5, h6, ul, p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

img {
	width: 100%;
}

div#wpusb-container-default {
	display: none;
}

.wpusb-fixed .wpusb-toggle {
	display: none !important;
}

.wpusb-fixed .wpusb-button:hover {
	width: 48px !important;
}

.wrapper {
	position: relative;
}

.main_block {
	padding: 80px 0 0;
}

.col-lg-9 {
    width: 71% !important;
}

.col-lg-3 {
    width: 29% !important;
}

.mc4wp-form-fields input[type="email"] {
	border: none;
	border-bottom: 1px solid #ccc;
}

input#mailchimp-button {
	background: url('../images/right-arrow.svg');
	background-size: 100%;
	border: none;
	display: block;
	width: 18px;
	height: 18px;
	float: right;
	padding: 0;
}

.mc4wp-form-fields {
	height: 23px;
	width: 95%;
	margin: 0 auto 15px;
}

.mc4wp-form-fields p:first-child {
	float: left;
}

@media only screen and (max-width: 768px) {
    .col-lg-9 {
        width: 100% !important;
    }

    .col-lg-3 {
        width: 100% !important;
        padding: 0 40px;
		}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.sidebar div:nth-child(3) {
	margin-bottom: 10px;
}

.FIOnDemandWrapper {
    display: block;
}

.evmtitle h1,
.evmtitle h2 {
	display: none;
}

#text-62 h2.widget-title {
    margin-bottom: 10px;
}

.carouselGallery-grid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.blog_block div:last-child div {
    margin-bottom: 0;
}

.update-message {
	display: none!important;
}

.site-header{
	background-color: #FFF;
	text-align: center;
}

.header_bars {
	float: left;
    position: absolute;
    top: 22px;
    left: 28px;
    font-size: 18px;
    cursor: pointer;
}

.header {
	text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    /* margin-bottom: 61px; */
    background: #fff;
}
.owl-carousel {
    margin-top: 60px;
}
.owl-carousel .owl-carousel-item-imgtitle {
	display: none;
}

.header_search {
	float: right;
	position: relative;
    top: 22px;
    right: 28px;
    font-size: 16px;
    height: 16px;
    cursor: pointer;
}

.search_block {
    width: 575px;
    margin: 0 auto;
}

@media only screen and (max-width: 650px) {
    .search_block {
        width: 300px;
    }
}


@media only screen and (max-width: 768px) {
    .search_block .search_input {
        font-size: 40px !important;
    }
    .page-content {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .search_block .search_input {
        font-size: 24px !important;
    }
}

.header_menuCategories {
	margin: 0 auto;
}

.header_item .header_categories {
	display: inline-block;
	padding: 20px 13px;
	color: #000;
}

.header_item .header_categories:hover {
	color: #FF007B;
}

.header_image {
	float: left;
    position: relative;
    top: 6px;
    left: 85px;
}

.header_image img {
	max-width: 70px;
}

.hide_menu {
	max-width: 300px;
	position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.mainBlock_item-1 {
	margin-top: 40px;
}

/*.mainBlock_item {
	border-bottom: 1px solid #FF007B;
}*/

.mainBlock_item {
	margin-bottom: 22px;
	position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid transparent;
}
.mainBlock_item a, .mainBlock_item img {
	width: 100%;
	height: 100%;
}
.post_item:hover .hoverBorder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(255,255,255,.5);
}


.mainBlock_data {
	margin-bottom: 22px;
}

.mainBlock_data_item {
	display: inline-block;
	font-size: 15px;

}

.post_item {
	margin-bottom: 0;
}

.post_item .mainBlock_text {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid transparent;
}

.post_item:hover .mainBlock_item {
	border-bottom: 1px solid #FF007B;
}


.post_item:hover .mainBlock_text a {
    color: #666666;
}

.post_item:not(:first-child) {
	margin-top: 25px;
}

.post_item .mainBlock_data_item {
	color: rgba(0, 0, 0, 1);
}

.post_item:hover .mainBlock_data_item {
	color: rgba(0, 0, 0, 0.6);
}

.mainBlock_data_item a {
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
}

.post_item:hover .mainBlock_data_item a {
	color: rgba(0, 0, 0, 0.6);
}

.post_item:hover .mainBlock_data_item a:hover {
	color: rgba(0, 0, 0, 1);
}

.mainBlock_data_item:first-child a {
	text-transform: uppercase;
	color: rgba(255, 0, 123, 1);
	font-weight: 700;
}
.single-post .mainBlock_data_item:first-child a {
    text-transform: lowercase;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
}

.single-post .mainBlock_data_item:nth-child(2) a {
    text-transform: uppercase;
    color: rgba(255, 0, 123, 1);
    font-weight: 700;
}

.post_item:hover .mainBlock_data_item:first-child a {
  color: rgba(255, 0, 123, 0.6);
}

.post_item:hover .mainBlock_data_item:first-child a:hover {
	color: rgba(255, 0, 123, 1);
}

.mainBlock_data_item:nth-child(2),
.mainBlock_data_item:nth-child(3) {
	position: relative;
	margin-left: 9px;
}

.mainBlock_data_item:nth-child(2):after,
.mainBlock_data_item:nth-child(3):after {
	content: '';
	position: absolute;
	top: 3px;
	left: -7px;
	width: 1px;
	height: 15px;
	background-color: rgba(0, 0, 0, 1);
}

.post_item:hover .mainBlock_data_item:nth-child(2):after,
.post_item:hover .mainBlock_data_item:nth-child(3):after {
	background-color: rgba(0, 0, 0, 0.6);
}

.mainBlock_text a {
	font-size: 32px;
	color: #000;
}

.mainBlock_text a:hover {
	color: rgba(0, 0, 0, 0.6);
}

/* --- LEHA --- */



.sidebar .textwidget img {
    width: 300px;
}

.sidebar .widget_text {
	padding: 0;
}

.header_item {
	border-bottom: 1px solid black;
}

/* --- LEHA --- */




.block_comments:hover .blog_block_infoComm span {
    color: rgba(0,0,0,.8);
}

.comment_block_image {
    float: left;
    width: 25%;
}

.comment_block_image img {
    max-width: 50px;
    border-radius: 50%;
    margin-top: 5px;
		border: 1px solid #ddd;
}

.type-post .entry-content p {
    margin: 20px 0;
}

/*.type-post .entry-content p img {
    margin: 20px 0;
}*/

/* ABOUT */

.recommendations h1 {
	font-weight: 600;
	margin-bottom: 25px;
}

.mainblock_info_person {
	margin: 50px 0;
	clear: both;
}

.aside img {
	width: 300px;
}
.aside_images {
	margin-bottom: 50px;
    text-align: center;
    max-width: 270px;
    width: 100%;
}
.sidebar .textwidget .aside_images_collage {
    width: 50%;
}
.aside_images img {
	float: left;
	width:50%;
    height: 131px;
}

.aside_images_link, .aside_images_link:hover {
	margin-top: 20px;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 900;
	color: #3f3f3f;
}
.mainblock_text_about a, .mainblock_text_about a:hover {
	color: black;
	text-decoration: underline;
}
.mainBlock h1 {
	color: #000000;
	font-size: 45px;
	font-weight: 500;
}

.mainBlock  p {
	padding-top: 40px;
}

.mainblock_info_person img {
	float: left;
	width: 180px;
	height: 180px;
	margin-right: 35px;
}

.mainblock_info_block {
	float: right;
	width: 70%;
	padding-left: 10px;
}

.mainblock_text_about {
	font-size: 14px;
}
.mainblock_title_about {
	font-size: 19px;
}
.mainblock_title_about em {
	color: #FF007B;
	font-style: normal;
}
#block_one, #block_two, #block_three, #block_four {
	float: left;
	/*width: 435px;*/
	padding-left: 0;
}
#text-one, #text-two, #text-three, #text-four {
	padding-top: 20px;
	width: 90%;
	padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
.mainBlock h1 {
    font-size: 36px;
}
.mainBlock p {
    padding-top: 20px;
    font-size: 13px;
}
.mainblock_info_person {
    margin: 35px 0 35px;
    clear: both;
}
.mainblock_info_person img {
    max-width: 170px;
    margin-right: 15px;
}
.mainblock_title_about {
    font-size: 17px;
}
#text-one, #text-two, #text-three, #text-four {
    padding-top: 10px;
    width: 95%;
    padding-bottom: 25px;
}
.aside img {
    width: 210px;
}
.blog_title {
    font-size: 15px;
    margin-top: 25px;
}
.blog_block_title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.blog_block_title:hover {
    color: #3f3f3f;
}
.blog_block_tags {
    font-size: 11px;
    font-weight: 600;
    color: #FF007B;
}
.aside_blog {
    margin-bottom: 35px;
}
.blog_block {
    margin-top: 20px;
    clear: both;
}

.aside_images {
    margin-bottom: 50px;
    text-align: center;
    max-width: 210px;
    width: 100%;
}

#aside_images img {
	width: 50%;
}
.aside_images_link, .aside_images_link:hover {
    font-size: 11px;
    font-weight: 800;
}
}
@media only screen and (max-width: 768px) {
.recommend_block {
	width: 100% !important;
}
.recommend_star {
    position: absolute;
    bottom: 15px;
}
#related_posts h1 {
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}
h2.comments-title {
	padding: 0 20px;
}
.comments-area {
    padding: 15px 10px 0 !important;
}
#secondary {
	padding: 0 25px !important;
}
.recommendations {
    margin-top: 40px;
    margin-bottom: 50px;
}
.header_menuCategories{
        visibility: hidden;
}
    .page-id-48 .mdl-layout .site-content .sidebar {
        display: none;
}
    .page-id-48 .mdl-layout .site-content .col-md-9 {
    width: 100%;
}
.mainBlock h1 {
    font-size: 28px;
}
.mainBlock p {
    padding-top: 15px;
    font-size: 11px;
}
.mainblock_info_person img {
    max-width: 130px;
    margin-right: 5px;
}
.mainblock_title_about {
    font-size: 15px;
}
#text-one, #text-two, #text-three, #text-four {
    padding-top: 10px;
    width: 100%;
    padding-bottom: 5px;
}
.aside img {
    width: 170px;
}
.blog_title {
    font-size: 11px;
    margin-top: 15px;
}
.blog_block_image img {
    max-width: 55px;
		width: 55px;
    height: auto;
}
.blog_block_info {
    display: inline-block;
    width: 80%;
    margin-left: 0;
		margin-bottom: 10px !important;
}
.recommendations h1 {
    margin-bottom: 20px;
}
.blog_block_image {
    float: left;
    width: 20%;
}
.blog_block_title {
    font-size: 10px;
    font-weight: 600;
    margin-left: 30px;
}
.blog_block_tags {
    font-size: 9px;
    font-weight: 600;
    color: #FF007B;
    /*margin-left: -28px;*/
}
.blog_block_info {
	padding-left: 0 !important;
}
.blog_block_desc {
    font-size: 12px;
    font-weight: 500;
    margin-left: 0;
    font-style: italic;
    height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.aside_images {
    margin-bottom: 50px;
    text-align: center;
    width: 170px;
}
.aside_images_link, .aside_images_link:hover {
    font-size: 11px;
    font-weight: 600;
}
}
@media only screen and (max-width: 480px) {
	.header_menuCategories{
		visibility: hidden;
	}
	.page-id-48 .mdl-layout .site-content .sidebar {
		display: none;
	}
	.page-id-48 .mdl-layout .site-content .col-md-9 {
    width: 100%;
}
#block_one, #block_two, #block_three, #block_four {
    float: none;
    width: 100%;
}
#text-one {
	padding-top: 200px;
}

#text-two, #text-three, #text-four {
    padding-top: 250px;
}
.mainblock_info_person img {
    max-width: 130px;
    margin-right: -105px;
    margin-top: 40px;
}
.mainblock_info_person {
	position: relative;
}
.mainblock_info_person img {
    float: none;
    width: 100%;
    max-width: 210px;
    position: absolute;
    top: -9px;
    left: 18%;
}
.mainblock_title_about {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}
}

/* ABOUT END */

/*Categories*/

.entry-date {
    text-transform: capitalize;
}

.main_block .page-header {
  margin: 0 0 45px 0;
  text-align: left;
  border: none;
}

.page-header_desc {
	float: right;
  font-size: 32px;
  font-weight: 300;
	color: #333;
}

.page-header .page-title span {
  color: #FF007B;
}

/*Categories END*/

/* Widget */

.widget-title {
    font-size: 15px;
    color: #FF007B;
		margin-bottom: 10px;
    text-transform: uppercase;
}
.widget-title a {
	font-size: 15px;
	color: #FF007B;
    text-transform: uppercase;
}

.widget_archive,
.widget_categories {
	padding: 10px 0 !important;
}

input[name="q"] {
    margin: 5px auto 20px;
    height: 35px;
    padding: 10px;
}

.blog_title {
    font-size: 11px;
    margin-top: 15px;
}
.blog_block_image img {
    max-width: 55px;
}
.blog_block_info {
    display: inline-block;
    width: 75%;
    padding-left: 10px;
    margin-bottom: 20px;
}

.blog_block_infoComm {
	display: inline-block;
    width: 75%;
    margin-bottom: 20px;
}
.blog_block_image {
    float: left;
    width: 25%;
}
.blog_block_title {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.blog_block_title a {
    color: #000;
}

.blog_block_title a:hover {
    color: #3f3f3f;
}
.blog_block_tags {
    font-size: 11px;
    font-weight: 600;
    color: #FF007B;
    line-height: 1;
}
.blog_block_tags .blog_block_tagsLink {
	color: #FF007B;
	line-height: 1;
}
.blog_block_tagsLink:hover {
	color: #FF007B;
}
.blog_block_desc {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    height: 28px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog_block_comm {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
}

.aside_blog {
    margin-bottom: 35px;
}
.blog_block {
    margin-top: 15px;
    clear: both;
}
.aside_images {
    margin-bottom: 50px;
    text-align: center;
    max-width: 270px;
    width: 100%;
}
#aside_images img {
	width: 50%;
}
.aside_images_link, .aside_images_link:hover {
    font-size: 11px;
    font-weight: 800;
}

/* Widget END*/



/* Menu */





.hide_menu_image img {
	max-width: 70px;
	margin-top: 5px;
}

.hide_menu_image {
	min-height: 60px;
    padding-left: 50px;

}
.hide_menu_header {
    background-color: rgba(0,0,0,.1);
    min-height: 60px;

}

.hide_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background-color: #ffffff;
    z-index: 16;
    -webkit-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header_close {
	float: right;
	position: relative;
	top: 4px;
	right: 20px;
	transform: rotate(45deg);
	font-size: 32px;
	cursor: pointer;
	color: #000;
}

.header_close:hover {
	color: #000;
}

.mdl-navigation {
	text-align: left;
	padding: 50px;
}



.hide_menu .list-hidden {
    display: inline-block;
    width: 100%;
    padding: 0px 0 20px;
  }
.hide_menu .list-hidden .item {
    color: #000;
    font-weight: 600;
  }
.list-hidden li {
  padding: 5px 0;
  color: #000;
}
.list-hidden li a {
  text-decoration: none;
  color: #000;
}

.list-hidden li a:hover {
  text-decoration: none;
  color: #FF007B;
}

.hide_menu_block {
	border-top: 1px solid #FF007B;
	border-bottom: 1px solid #FF007B;
}
.hide_menu_block .list-hidden-two {
    padding: 10px 0;
  }
.hide_menu_block .list-hidden-two .menu-item {
	display: inline-block;
	width: 33%;
    padding: 5px 0;
    text-align: center;
    color: #000;
    font-size: 13px;
}
.hide_menu_block .list-hidden-two .menu-item:nth-child(1),
.hide_menu_block .list-hidden-two .menu-item:nth-child(4) {
	text-align: left;
}

.hide_menu_block .list-hidden-two .menu-item:nth-child(3),
.hide_menu_block .list-hidden-two .menu-item:nth-child(6) {
	text-align: right;
}

.hide_menu_block .list-hidden-two .menu-item:hover {
    color: #FF007B;
}


.fixed_mob {
  display: block;
  position: fixed;
  transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transition: all 0.5s ease;
  -ms-transform: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(18,18,20,0.7);
}

.subscribe {
	margin-top: 50px;
}

.subscribe_image {
	text-align: center;
}

.subscribe_image img {
	max-width: 40px;
}

.subscribe_question {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.menu_form {
    margin-top: 15px;
    position: relative;
}
.subscribe_input {
	border-top: none;
	border-left: none;
	border-right: none;
	width: 100%;
	padding-left: 15px;
	border-bottom: 1px solid #aba8a8;
	font-size: 13px;
	color: #5a5a5a;
}
.subscribe_sign {
	font-size: 11px;
    text-align: center;
}
.subscribe_rights {
    font-size: 11px;
    text-align: center;
    padding-top: 30px;
}
.subscribe_img {
    position: absolute;
    right: 10px;
    top: 0;
}
.subscribe_follow {
	padding-top: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
.subscribe_menu {
	margin-top: 20px;
    text-align: center;
}

.subscribe_item {
    display: inline-block;
    margin: 0 6px;
    width: 24px;
    height: 24px;
}
.subscribe_item a {
	cursor: pointer;
}


/*  SEARCH */

.search-overlay {
  position: fixed;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: rgba(255,255,255,0.95);
  opacity: 0;
  -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}
.show_search {
	z-index: 15;
	opacity: 1;
	-webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    height: calc(100vh - 61px);
    margin-top: 61px;
}

body.search-results .hentry {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2.65em;
}

.search {
	position: relative;
    height: 100vh;
}
.exit_button {
	position: absolute;
    cursor: pointer;
    top: 28px;
    right: 24px;
    width: 24px;
    height: auto;
}
.exit_button:hover {
	cursor: pointer;
}
.exit_icon:hover {
	fill: #FF007B !important;
}
.search-block {
	position: absolute;
	top: 40%;
    left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.search_input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000000;
	background-color: rgba(255,255,255,0);
	width: 380px;
	font-size: 47px;
	color: #000000;
	font-weight: 700;
  text-align: left;
}

.search_input::-webkit-input-placeholder {
	color:#000000;
}

.search_input:hover {
	cursor: text;
}

.search_sign {
	color: #777676;
    padding-top: 10px;
}

.search_categories {
	color: #777676;
    padding-top: 50px;
}

.search_item .search_categories {
	display: inline-block;
	padding: 5px 12px;
	color: #000;
	border: 1px solid transparent;
}
.search_item .search_categories:hover,
.search_item .search_categories:focus {
	border: 1px solid #000000;
	text-decoration: none;
}

/*  SEARCH END */

/* Menu END*/


/*  VIDEO */

.video {
    padding: 0;
		margin-top: 30px;
    margin-bottom: 90px;
}

.item {
	/*padding: 0 5px;*/
}

.video h1 {
	font-weight: 600;
}

.video-block {
    position: relative;
}
.video-block img {
    width: 100%;
    height: 300px;
}

.video-play {
    background: #fff url('../images/play-button.svg') center no-repeat;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    border-radius: 50%;
}

.video-play:hover {
    background: #FF007B url('../images/play-button-hover.svg') center no-repeat;
}

.video-sign {
	display: block;
	margin-top: 22px;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 500;
	color: black;
}

a.video-sign:hover {
	color: #ff007b;
}

a.video-cover {
  display: block;
  width: 100%;
  height: 230px;
	background-size: cover !important;
}

.item .slick-slide .slick-current .slick-active {
    width: 250px;
}

.slick-prev .slick-arrow .slick-disabled {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 100px;
    left: 10px;
}

.item h5 {
    color: #FF007B;
    padding: 20px 0;
}


/*  VIDEO END */

/* Recomend */


.recommendations {
    padding: 0 20px;
    margin-bottom: 70px;
}

.recommendation {
    width: 100%;
}
.recommend_block {
    position: relative;
    float: left;
    width: 95%;
    margin-right: 1%;
    height: auto;
}

.recommend_block:last-child {
    margin-right: 0;
}

.recommend_image img {
    width: 100%;
    height: 200px;
}


.recommend-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,.5);
    padding: 40px;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.recommend_block:hover .recommend-overlay {
    opacity: 1;
    z-index: 10;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recommend_text a {
    margin-top: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*.recommend_star {
    margin-top: 10px;
}*/

.recommend_star .fa {
    color: #fff;
    font-size: 22px;
    font-weight: 500;

}

.recommend_star .snippet {
    padding: 0;
    margin: 0;
    font-size: 32px;
    font-weight: 500;
}

.recommend_star .stars {
    color: #fff !important;
}

/* Recomend END */

/* SHARE */

.ssba-wrap {
    margin-top: 10px;
}
.ssba a:first-child {
    margin-left: 30px;
}

.single-post .recommendations h1 {
    display: none;
}


/* SHARE END */

/* MODAL */



/*.subsc_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('/wp-content/uploads/2017/06/new/Fotolia_96910270_Subscription_Monthly_XXL.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.subsc_box_exit {
    width: 20px;
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
}

.subsc_block {
    float: right;
    width: 50%;
    background-color: #fff;
    padding: 80px 50px 50px;
    text-align: center;
}

.subsc_block_title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 1.6;
    font-weight: 400;

}

.subsc_block_input {
    width: 95%;
    padding: 10px;
    border: 1px solid;
    font-size: 20px;
    font-weight: 500;
}

.subsc_block_submit {
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #FF007B;
    background-color: #fff;
    color: #FF007B;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.subsc_block_submit:hover {
    border: 1px solid transparent;
    color: #fff;
    background-color: #FF007B;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.subscribe .ssba {
	margin-top: 10px;
	color: transparent;
  font-size: 5px;
}*/

.subscribes {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0,0,0,.5);
}

.subsc_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.subsc_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('https://makeupandbeauty.com/wp-content/uploads/2017/06/new/Fotolia_96910270_Subscription_Monthly_XXL.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.subsc_box_exit {
    width: 20px;
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
}

.subsc_block {
    float: right;
    width: 50%;
    background-color: #fff;
    padding: 50px 30px 40px;
    text-align: center;
}

.subsc_block_title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 1.6;
    font-weight: 400;
}

.subsc_block_input {
    width: 95% !important;
    height: auto !important;
    padding: 10px !important;
    border: 1px solid !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.subscribes .subsc_box .subsc_block_submit {
    width: 100px !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 10px 20px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 1px solid #FF007B !important;
    background-color: #fff !important;
    color: #FF007B !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    -webkit-transition: .5s !important;
    -o-transition: .5s !important;
    transition: .5s !important;
}

.subsc_block_submit:hover {
    border: 1px solid transparent !important;
    color: #fff !important;
    background-color: #FF007B !important;
    -webkit-transition: .5s !important;
    -o-transition: .5s !important;
    transition: .5s !important;
}



/* MODAL END */


/*searching_block*/
.searching_block {
	padding: 0 20px;
    margin-bottom: 50px
}
.searching_block .searching_block_title {
	font-size: 32px;
}

.searching_block p {
	margin-top: 10px;
}

.footer_block {
	margin-top: 20px;
    margin-bottom: 150px;
    text-align: center;
}

.footer_block .scrolling {
	color: #3f3f3f;
    margin-right: 10%;
    cursor: pointer;
}

.footer_block .scrolling #ajax-load-more {
    display: inline-block;
    text-align: left;
}
.footer_block .mobile #ajax-load-more-2 {
    text-align: left;
}
.alm-btn-wrap {
    text-align: center;
}

.footer_block .scrolling button {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333;
}

.footer_block .scrolling:hover {
	text-decoration: underline;
}

.footer_block .afterclick button {
    background-color: #ff007b ;
    padding: 5px;
    color: #fff;
    font-weight: 700;
    border: 1px solid transparent ;
    border-radius: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.footer_block .afterclick button:hover {
    background-color: #fff;
    color: #ff007b;
    border: 1px solid #ff007b;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.footer_block .mobile {
    display: none;
}


.footer_block .advSearch {
	color: #FF007B;
	padding: 8px 12px;;
	border: 1px solid #FF007B;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	cursor: pointer;
}

.footer_block .advSearch:hover {
	color: #fff;
	background-color: #FF007B;
	border: 1px solid transparent;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*searching_block END*/

/* COMMENTS */

.rr_review_form {
    margin-bottom: 50px;
}

.snippet {
    margin: 50px 0 0;
    font-size: 28px;
    font-weight: 500;
}

.testimonial_group {
    margin: 20px 0 50px;
}


.form_table {
    width: 100%;
}

#main .rr_review_form .form_table .rr_form_row .rr_form_heading {
    text-align: left;
     padding-right: 0;
     vertical-align: middle;
}
#main .rr_review_form .form_table .rr_form_row .rr_required:after {
    content: "";
}

#main .rr_review_form .form_table .rr_form_row .rr_form_input {
    padding: 5px 0;
}

#main .rr_review_form .form_table .rr_form_row .rr_form_input input[type="text"] {
    padding: 7px;
}

.stars, .rr_star {
    color: #FF007B !important;
    font-size: 20px;
}


#main .rr_review_form .form_table .rr_form_row:nth-child(6) .rr_form_heading {
    vertical-align: top;
    padding-top: 10px;
}

#main .rr_review_form .form_table .rr_form_row .rr_form_input input[type=submit] {
    background-color: #FF007B;
    border: 1px solid transparent;
    padding: 8px;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#main .rr_review_form .form_table .rr_form_row:nth-child(7)  .rr_form_input {
    padding-top: 30px;
}

#main .rr_review_form .form_table .rr_form_row .rr_form_input input[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #FF007B;
    padding: 8px;
    color: #FF007B;

    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.page .comment-reply-title,
.single-post .comment-reply-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.page .comment-form p,
.single-post .comment-form p {
        margin-bottom: 10px;
}

.page .comment-form p label,
.single-post .comment-form p label {
    float: left;
    width: 30%;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 400;
}

.page .comment-form p textarea,
.single-post .comment-form p textarea,
.page .comment-form p input,
.single-post .comment-form p input {
    width: 70%;
    padding: 5px 10px;
}

.page .comment-form p input,
.single-post .comment-form p input {
    width: 70%;
}

.page .comment-form .form-submit,
.single-post .comment-form .form-submit {
    margin-left: 30%;
    margin-top: 30px;
}

.page .comment-form p:last-child input,
.single-post .comment-form p:last-child input,
input#submit {
    width: auto;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #FF007B;
    border-radius: 1px;
    color: #FF007B;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.page .comment-form p:last-child input:hover,
.single-post .comment-form p:last-child input:hover,
input#submit:hover {
    background-color: #FF007B;
    border: 1px solid transparent;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.page .comment-form .comment-form-url,
.single-post .comment-form .comment-form-url {
    display: none;
}


.page .comment-list,
.single-post .comment-list {
    margin-top: 20px;
}

.page .comment-list .comment,
.single-post .comment-list .comment {
    margin-bottom: 20px;
}

.page .comment-list .comment .avatar,
.single-post .comment-list .comment .avatar {
    width: 50px;
    border-radius: 50%;
}

.page .comment-list .comment .fn,
.single-post .comment-list .comment .fn {
    font-size: 20px;
    margin-left: 20px;
    color: #FF007B;
}

.page .comment-metadata,
.single-post .comment-metadata {
    margin-top: 6px;
}

.page .comment-metadata a,
.single-post .comment-metadata a {
    color: #000;
}

.page .comment-metadata a:hover,
.single-post .comment-metadata a:hover {
    color: #FF007B;
}

.page .comment-content,
.single-post .comment-content {
    margin-top: 5px;
}

.page .comment-content p,
.single-post .comment-content p {
    font-size: 16px;
}
.page .logged-in-as,
.single-post .logged-in-as {
    display: none;
}




/* COMMENTS END */

/* COMMETNS FACEBOOK */

/*.face_comments_title {
    margin-top: 50px;
}
*/
.face_comments_title,
.face_comments_subtitle {
    opacity: 0;
}

/* COMMETNS FACEBOOK END */

/* RELATED POSTS*/

#related_posts {
    /*padding: 0 20px;*/
}

#related_posts ul {
    text-align: center;
}

#related_posts ul li {
    float: left;
    width: 32%;
    margin-left: 1%;
}

#related_posts .relatedthumb a img {
    height: auto;
}

#related_posts .relatedcontent {
    margin-top: 15px;
    text-align: left;
}

#related_posts .relatedcontent a {
    color: #000;
}

#related_posts .relatedcontent a:hover {
    color: #2f2f2f;
}

/* RELATED POSTS END*/


/* OWL-CAROUSEL */

.owl-carousel .item {
    position: relative;
}

.owl-carousel .item > div {
    position: relative;
}

.owl-carousel-item-imgoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel-item-imgcontent .carousel_link a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);

}

.owl-carousel .item:hover .owl-carousel-item-imgoverlay {
    background-color: rgba(0, 0, 0, 0.1) !important;
}


/* OWL-CAROUSEL END */


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}





/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
    width: auto;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 1.5em 0 ;
	background-color: #fff;
	padding: 20px 0;
}
.widget-area h2 {
	font-size: 24px;
	margin-top: 0;
	line-height: 32px;
	margin-bottom: 8px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.mdl-layout{
	overflow: hidden;
}

/*--------------------------------------------------------------
## Header and Footer
--------------------------------------------------------------*/

.site-title{
	color: #f5f5f5;
	text-decoration: none;
}
.site-description{
	color: rgba(255, 255, 255, 0.870588);
}
.mdl-layout--fixed-drawer>.mdl-layout__header .mdl-layout__header-row{
	padding-left: 60px;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
}

.hentry {
	margin: 0 0 1.5em;
	background-color: #fff;
	padding: 0 0 10px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.archive-row .entry-title {
	margin: 0rem auto 1rem;
	line-height: 1;
}

@media (max-width: 839px) {
	.entry-title {
		font-size: 25px;
		line-height: 30px;
		margin-top: 12px;
		margin-bottom: 5px;
	}

	.mainBlock_item {
    padding-bottom: 10px;
	}
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

pre {
	background-color: #e5e5e5;
	margin: 0 -20px;
	overflow: scroll;
	padding: 20px;
}

.page-header {
	background-color: #fff;
	padding: 0 20px;
	margin-bottom: 1.5em;
	text-align: center;
}

/*--------------------------------------------------------------
## Post Navigation Links
--------------------------------------------------------------*/
.nav-links a{
	display: inline-block;
	text-decoration: none;
	background-color: #fff;
	padding: 15px 20px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area{
	margin-top: 0;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	padding-top: 25px;
	background-color: #fff;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media only screen and (max-width: 1400px) {
    .mdl-navigation {
        padding: 20px 50px;
    }
    .hide_menu .list-hidden {
        padding: 0px 0 10px;
    }
    .list-hidden li {
        padding: 3px 0;
    }
    .hide_menu_block .list-hidden-two {
        padding: 5px 0;
    }
    .subscribe {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .video-block {
        width: 290px;
        height: 240px;
    }

    .video-block img {
        height: 240px;
    }

    .recommend_image img {
        height: 165px;
    }

}
@media only screen and (max-width: 768px) {
	.video-block {
        width: 300px;
        height: 190px;
    }

    .video-block img {
        height: 190px;
    }

    .recommend_image img {
        height: 145px;
    }

		.page .comment-form p textarea,
		.single-post .comment-form p textarea,
		.page .comment-form p input,
		.single-post .comment-form p input {
			width: 100%;
		}

		#main .rr_review_form .form_table .rr_form_row .rr_small_input,
		#main .rr_review_form .form_table .rr_form_row .rr_large_input {
			border: 1px solid #999;
		}

		.rr_review_form {
	    margin-bottom: 0;
	    margin-top: 20px;
		}

		#main .rr_review_form .form_table .rr_form_row:nth-child(7) .rr_form_input {
			padding-top: 0;
		}

		.recommendations {
			margin-bottom: 0;
		}

		.widget {
			padding: 0;
		}

		#related_posts {
			margin-bottom: 20px;
		}

		.page .comment-reply-title,
		.single-post .comment-reply-title {
			font-size: 26px;
			margin-bottom: 10px;
		}

		.single-post .comment-form p textarea {
			border: 1px solid #999;
		}

		.single-post .comment-form input#submit {
			margin-bottom: 20px;
		}

		#main .rr_review_form .form_table .rr_form_row .rr_form_input input[type=submit] {
			padding: 7px;
			width: 100%;
			text-align: center;
		}

		#main .rr_review_form .form_table .rr_form_row .rr_form_input {
			padding: 25px 0 20px;
		}

		.rr_review_form .form_table .rr_form_row .rr_form_heading {
			position: absolute !important;
		}

		.rr_review_form .form_table .rr_form_row:nth-child(6) .rr_form_heading {
			padding-top: 0 !important;
		}
}

@media only screen and (max-width: 1024px) {
.mainBlock_text a {
    font-size: 29px;
}
.video h1 {
     font-size: 32px;
}
.video-block img {
    width: 90%;
    height: 210px;
}
.video-block .popup-youtube .video-play {
    width: 50px;
    height: 50px;
}
.slick-next {
    right: 25px;
}
.item .video-sign {
    font-size: 19px;
}
.recommend_block .recommend-overlay .recommend_text a {
    margin-top: 0px;
    font-size: 17px;
}
.recommendation .recommend_block .recommend-overlay .recommend_star .fa {
    font-size: 17px;
}
.col-md-9 {
    width: 70%;
}
.recommendations h1 {
    font-size: 29px;
}
}

@media only screen and (max-width: 768px) {
     .header_item .header_categories {
        display: none;
     }
     .header_image {
        float: none;
        left: 0;
     }
      .header_image img {
        margin-bottom: 10px;
     }
     .mainBlock_text a {
        font-size: 22px;
    }
    .mainBlock_item {
        margin-bottom: 15px;
    }
    .video h1 {
         font-size: 27px;
    }
    .item .video-sign {
        font-size: 14px;
        margin-top: 50px;
    }
    .hentry {
        padding: 0px 10px 0px;
    }
    .recommend_block .recommend-overlay .recommend_text a {
        margin-top: 0px;
        font-size: 16px;
        height: 49px;
    }
    .recommendation .recommend_block .recommend-overlay .recommend_star .fa {
        font-size: 10px;
    }
    .main .searching_block .searching_block_title {
        font-size: 27px;
    }
    .blog_block_info .blog_block_title {
        margin-left: 0px;
				margin-bottom: 8px;
    }
    .widget-title {
        font-size: 14px;
				margin-bottom: 10px;
    }
    .sidebar .textwidget .aside_images_collage {
        height: 80px;
    }
    /*.blog_block .blog_block_infoComm {
        width: 100%;
    }*/
    .blog_block_title {
        margin-left: 0px;
    }

    .video-play {
        bottom: -20px;
    }
    .search_block {
        width: 80%;
    }
}

@media only screen and (max-width: 480px) {
    .header_image {
        top: 0px;
    }
    /*.mainBlock_text a {
        font-size: 17px;
    }*/
    .video-block {
       margin: 0 auto;
    }
    .item {
        text-align: center;
    }
    .slick-next {
        right: 10px;
    }
    .mainBlock_data_item {
        font-size: 12px;
    }
    .mainBlock_data_item:nth-child(2):after, .mainBlock_data_item:nth-child(3):after {
      content: '';
      position: absolute;
      top: 3px;
      left: -5px;
      width: 1px;
      height: 12px;
      background-color: #000;
    }
    .hentry {
        margin: 0;
    }
    .video h1 {
        font-size: 20px;
        font-weight: 600;
    }
    .recommendation .recommend_block .recommend-overlay .recommend_star .fa {
        font-size: 8px;
    }
    .recommendation .recommend_block .recommend-overlay {
       padding: 20px;
    }
    .recommendations h1 {
        font-size: 20px;
        font-weight: 600;
    }
    #main .searching_block {
        display: none;
    }
    .sidebar {
        width: 100%;
    }
    .advSearch {
        display: none;
    }
    /*.blog_block_info .blog_block_title {
        margin-left: -26px;
    }*/
    .sidebar .textwidget img {
         width: 100%;
    }
    .sidebar .textwidget .aside_images_collage {
        float: left;
        width: 50%;
        height: 131px;
    }
    .aside_images {
        margin-bottom: 50px;
        text-align: center;
        max-width: 350px;
        margin: 0 auto;
    }
    .search-block .search_input {
        width: 300px;
        font-size: 37px;
    }
}

@media only screen and (max-width: 480px) {
    .footer_block .mobile {
        display: block;
        margin-right: 0 !important;
    }
    .footer_block .desktop {
        display: none;
    }

    .mdl-layout .hide_menu {
        max-width: 100%;
        width: 100%;
    }
    .hide_menu_header {
        text-align: center;
    }
    .hide_menu_header .hide_menu_image {
        padding-left: 0;
    }
    .mdl-layout .hide_menu .mdl-navigation {
        text-align: center;
    }
    .subscribe_image img {
        max-width: 25px;
    }
    .subscribe_question {
        margin-top: 10px;
        font-size: 13px;
    }
    .subscribe_follow {
        padding-top: 8px;
        text-align: center;
        font-size: 13px;
    }
    .page-title {
        font-size: 26px;
    }

    .comment_block_image {
        padding-left: 0;
    }

		.comment_block_image img {
			margin-top: 0;
		}
}

@media only screen and (max-width: 767px){
		ul > .blog_block {
			height: 75px !important;
		}
		.rr_review_form .form_table,
		.rr_review_form .form_table tbody,
		.rr_review_form .form_table .rr_form_row,
		.rr_review_form .form_table .rr_form_row .rr_form_input {
			width: 100%;
			display: block;
		}

    .rr_review_form .form_table .rr_form_row .rr_form_input input[type="text"] {
      width: 100% !important;
    }
    .rr_review_form .form_table .rr_form_row .rr_form_input textarea {
      width: 100% !important;
    }
		.footer_block {
			margin-bottom: 40px;
		}
		input[name="q"] {
		    width: 100%;
		    border: 1px solid #666;
		    height: 35px;
		    margin-bottom: 12px;
				padding: 10px;
		}
}
