/*
	Theme Name:			rmedia
	Description:		Ultra-minimal theme designed specifically for Elementor Page Builder and to be as lightweight as possible.
	Author:				MGK
	Author URI:			https://michalgula.com/
	Version:			1.0
	Requires at least:	4.9
	Requires PHP:		7.0
	Tested up to:		5.7.1
	License:			GNU General Public License v3 or later.
	License URI:		https://www.gnu.org/licenses/gpl-3.0.html
	Tags:				custom-logo, one-column, two-columns, translation-ready
	Text Domain: 		skelementor
*/


/*! minimal reset based on simplified normalise.css | github.com/necolas/normalize.css */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    background-color: #000;
    background-image: url("https://rmedia.com.pl/wp-content/themes/rmedia/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

G a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins;
    color: #fff;
}

h1.entry-title {
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

b,
strong {
    font-weight: bolder
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    border: 1px solid #888;
    padding: 20px;
}

button,
input {
    overflow: visible
}

fieldset {
    padding: .35em .75em .625em
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

template,
[hidden] {
    display: none
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    text-align: center;
}

.container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.page-content h1 {
    font-size: 45px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media (max-width: 768px) {
    .page-content h1 {
        font-size: 30px;
    }
}

.post-cover-img {
    height: 550px;
    width: 100%;
    background-color: #f2f2f2;
    background-position: center center;
    background-size: cover;
    margin-bottom: 80px;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.5s;
}

.overlay-header {
    background-color: #000;
}

.post-header-img {
    height: 550px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin-bottom: 80px;
    margin-top: -251px;
    opacity: 0.4;
}

.header-title-h1 {
    color: #fff;
    padding-top: 300px;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.post-cover-img:hover {
    opacity: 0.9;
    transform: scale(0.95);
    transition: transform 0.5s ease-in;
}

.post-password-form {
    width: 350px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.post-password-form p {
    font-weight: 400;
    font-family: Oswald;
    color: #000;
    text-align: center;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%
}

.gallery-columns-1 .gallery-item {
    width: 100%
}

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

.gallery-item a {
    display: inline-block;
    max-width: 100%
}

.gallery-item a img {
    display: block;
    backface-visibility: hidden
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    opacity: 0.6
}

.gallery-caption {
    display: block;
    margin-bottom: 0
}

.size-full {
    max-width: 100%;
    height: auto;
}

.img_list {
    width: 64px;
    height: 100%;
    padding: 0 20px 60px 0;
    float: left;
}

.img_list2 {
    width: 64px;
    height: 100%;
    margin: 5px 20px 20px 20px;
}