/*
Theme Name: 
Author: 
Author URI: 
Theme URI: 
Description: Responsive Web Hosting WordPress Theme
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
Version: 1.0.0
License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
*/


.review-video{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.search #content-block{width: 100%;}

.btn-more {
    display: inline-block;
    padding: 8px 25px;

    font-family: inherit;
    font-size: 1rem;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    text-decoration: none;

    cursor: pointer;
    border: 0;
    background-color: #2B7DED;
    border-radius: 2px;

    transition: background .2s linear;
}

.btn-more:hover {
    background-color: #1461cb;
}

.btn-more-full {
    display: block;
    width: 100%;
}