@charset "UTF-8";

/*---------------------------------------------------------------------------------

	Theme Name: simple
    Text Domain: simple
	Theme URI: https://domainipsearch.com
	Version: 100.0.0
	Description: The theme is made for common
	Tags: common
	Author: common
	Author URI: https://domainipsearch.com

	Updated: 2021 Oct 1

----------------------------------------------------------------------------------- */

body {
    line-height: 1.7;
    background: #F5F6F7;
}

body,
p,
form,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
li,
ol,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    color: #0a0e1f;
}

#secondary h2 {
    font-size: 20px;
}

#secondary ul {
    padding: 0;
}

#secondary li {
    list-style: none;
}

#secondary .widgettitle {
    font-size: 24px;
    margin-bottom: 5px;
}

.info_box {
    overflow: hidden;
    clear: both;
    border-bottom: 1px dotted #ececec;
    padding-bottom: 30px;
}

.thum_img {
    width: 30%;
    float: left;
    margin-right: 2%;
}

.thum img,
.thum_img img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

a .thum_img img:hover {
    opacity: 0.7
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

#related-entries {
    border: 1px solid #c3c3c3;
    margin-top: 30px;
    padding: 10px;
}

#related-entries h4 {
    text-align: center;
}

#related-entries h4:after {
    content: '';
    width: 100px;
    border-bottom: 3px solid #0a0e1f;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

#related-entries h3 {
    font-size: 18px;
}

.page-title-h1 {
    text-align: center;
    padding: 20px 10px;
    font-size: 2rem;
}

header {
    height: auto;
}

.entry-content {
    line-height: 2;
}

.info_box h3 {
    font-size: 22px;
    margin-top: 1em;
}

.entry-content h2 {
    font-size: 22px;
    margin-top: 2em;
    border-bottom: 2px solid #0a0e1f;
}

.entry-content h3 {
    font-size: 18px;
    margin-top: 1em;
    border-left: .5em solid #0a0e1f;
    padding-left: 10px;
}

.entry-content li {
    margin-bottom: 1em;
}

.entry-content .cta {
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 10px;
    margin: 20px 0;
    padding: 20px 0 10px;
}

#secondary {
    transition: all 0.5s 0s ease;
}

.rpwwt-widget ul li {
    margin: 0!important;
}

.container,
.container-md,
.container-sm {
    max-width: 1200px;
}

.moviewarp {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.moviewarp iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}