/*
Theme Name: A Clockwork Brain
Author: vmasto
Author URI:
Version: 1.1
Description: A Clockwork Brain Official Website
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI: http://www.aclockworkbrain.com
*/
#nav ul,
.brand-list,
.update-list,
.content-list,
.content-slot ul,
.social-networks,
.entry-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.visual-center:after,
.suscribe-block .subscribe-form:after,
.area-block .slot:after,
.footer-section:after {
    content: "";
    display: block;
    clear: both;
}

* {
    margin: 0;
    padding: 0;
    max-height: 100000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
    margin: 0 0 14px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    background: none;
}

body {
    color: #4b4741;
    background: #e5dfcf;
}

a {
    text-decoration: none;
    color: #c2920f;
    outline: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

video,
iframe,
object,
embed {
    max-width: 100%;
}

input,
textarea,
select {
    color: #4b4741;
    vertical-align: middle;
    overflow: auto;
    padding: 5px;
}

label {
    vertical-align: middle;
}

button,
input {
    width: auto;
    overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
    font-weight: bold;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 110%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 90%;
}

i,
cite,
em,
var,
dfn,
address {
    font-style: italic;
}

u,
ins {
    text-decoration: underline;
}

s,
strike,
del {
    text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote {
    border-left: 4px solid #ccc;
    padding-left: 10px;
    margin-left: 14px;
}

cite {
    display: block;
    text-align: right;
}

table {
    width: 100%;
    text-align: center;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    border: 1px solid #ccc;
    padding: 3px;
    vertical-align: top;
}

th {
    border-color: #999;
    text-align: center;
    vertical-align: middle;
}

ul {
    margin-left: 1px;
}

ul,
ol {
    padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin: 0;
}

ul li,
ol li {
    list-style-position: inside;
}

/*ul>li {*/
/*    list-style-type: disc;*/
/*}*/

dl dt {
    float: left;
    clear: left;
    padding-right: 4px;
    font-weight: bold;
}

.widget {
    margin-bottom: 14px;
    overflow: hidden;
}

.widget ul {
    padding-left: 2em;
}

.widget select {
    min-width: 150px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    margin: 0;
}

.comment-form input[type="text"] {
    margin: 0 4px 0 0;
    width: 300px;
    border: 2px solid #666;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    color: #303030;
}

.comment-form label {
    display: block;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #303030;
}

.comment-form label .required {
    color: #ff1d25;
}

.comment-form textarea {
    width: 300px;
    overflow: auto;
    height: 120px;
    resize: none;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
    border: 2px solid #666;
}

.searchform input[type="text"] {
    width: 200px;
    margin: 0 4px 0 0;
}

.post-password-form input[type="password"] {
    margin: 0 4px 0 0;
    width: 150px;
}

.commentlist {
    margin: 0 0 14px;
}

.commentlist .edit-link {
    margin: 0;
}

.commentlist-item .commentlist-item {
    padding: 0 0 0 3em;
}

@media only screen and (max-width: 767px) {
    .commentlist-item .commentlist-item {
        padding: 0;
    }
}

.comment,
.commentlist-holder {
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item+.commentlist-item {
    padding-top: 14px;
}

.commentlist .avatar-holder {
    float: left;
    margin: 0 14px 4px 0;
}

.gallery-item dt {
    float: none;
    padding: 0;
}

.navigation {
    overflow: hidden;
}

.navigation .next {
    float: left;
}

.navigation .prev {
    float: right;
}

.wp-caption {
    max-width: 100%;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 5px;
}

.wp-caption p {
    margin: 10px 0 0;
}

div.aligncenter {
    margin: 0 auto 14px;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 14px 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 14px;
}

.post-password-form label {
    margin-bottom: 0;
}

.post-password-form input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
}

* {
    max-height: 100000px;
}

body {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 16px;
        line-height: 25px;
    }
}

a:hover {
    text-decoration: none;
}

form,
fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    font: 100% "Bitter", Arial, Helvetica, sans-serif;
    outline: none;
    vertical-align: middle;
}

.btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    white-space: normal;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
}

a:hover {
    text-decoration: none;
}

#wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.container-fluid {
    max-width: 1040px;
}

.hero-block {
    background: url(/wp-content/themes/clockwork/images/bg-main.jpg) 50% 0 no-repeat;
    min-height: 710px;
    padding: 46px 0 20px;
}

@media only screen and (max-width: 991px) {
    .hero-block {
        min-height: 530px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-block {
        min-height: 410px;
        background-size: cover;
    }
}

.hero-block .container-fluid {
    position: relative;
    max-width: 1278px;
}

#nav {
    margin-bottom: 154px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    #nav {
        margin: 0;
    }
}

#nav ul {
    font-size: 18px;
    font-weight: 700;
    padding-left: 315px;
    float: none;
    transition: max-height 0.4s linear;
}

@media (max-width: 1199px) {
    #nav ul {
        padding-left: 250px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    #nav ul {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #nav ul {
        padding: 0;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        background: url(/wp-content/themes/clockwork/images/bg-nav.jpg);
        z-index: 9999;
        top: 79px;
    }

    #nav ul li {
        padding: 11px 20px;
        border-bottom: 1px solid #002432;
    }
}

#nav li {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.67);
    padding: 0 17px;
}

@media only screen and (max-width: 1199px) {
    #nav li {
        padding: 0 13px;
    }
}

@media only screen and (max-width: 991px) {
    #nav li {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    #nav li {
        display: block;
        text-shadow: none;
    }
}

#nav li a {
    padding: 0;
    color: #f6dcaa;
}

#nav li a:hover {
    color: #f9f9f9;
}

#nav li.current-menu-item a {
    color: #f9f9f9;
}

.nav-active #nav ul {
    max-height: 100vh;
}

.robot-hero {
    position: absolute;
    top: -68px;
    left: -83px;
    z-index: 10;
    transition: opacity 0.48s ease, left 0.18s ease;
}

@media only screen and (min-width: 1200px) {
    .robot-hero {
        opacity: 0;
        left: -500px;
    }
}

@media only screen and (max-width: 991px) {
    .robot-hero {
        display: none;
        top: -40px;
        left: -120px;
    }

    .robot-hero img {
        max-width: 320px;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .robot-hero {
        display: none;
    }
}

.visual-center {
    margin: 0 auto;
    max-width: 628px;
    padding-top: 64px;
}

@media only screen and (max-width: 767px) {
    .visual-center {
        padding-top: 110px;
    }
}

.visual-center .logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
}

@media only screen and (max-width: 767px) {
    .visual-center .logo {
        position: absolute;
        left: 20px;
        top: -40px;
        margin: 0;
    }

    .visual-center .logo img {
        width: 150px;
        height: auto;
    }
}

.visual-center .text-holder {
    font-size: 17px;
    line-height: 22px;
    color: #f9f9f9;
    display: inline-block;
    vertical-align: middle;
    max-width: 268px;
    margin-left: 22px;
}

@media only screen and (max-width: 767px) {
    .visual-center .text-holder {
        margin-left: 0;
        display: block;
        max-width: 100%;
        text-align: center;
    }
}

.visual-center .title {
    line-height: 1.3;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
    display: block;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.visual-center .link-video {
    position: relative;
    color: #f6dcaa;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
}

.visual-center .link-video:hover {
    color: #f9f9f9;
}

.visual-center .link-video:hover:before {
    color: #f9f9f9;
}

.visual-center .link-video:before {
    content: '\f01d';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 24px;
    color: #f6dcaa;
    font-family: 'FontAwesome';
    text-shadow: 1px 2px 5px rgba(0, 0, 1, 0.41);
}

.intro-lg {
    font-size: 32px;
    color: #EAD2A3;
    margin-bottom: 37px !important;
    text-align: center;
    font-style: normal;
}

.quote-block {
    background: #131d22;
    padding: 70px 0;
    color: #f9f9f9;
    font-size: 22px;
    line-height: 42px;
    font-style: italic;
}

@media only screen and (max-width: 991px) {
    .quote-block {
        font-size: 18px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .quote-block {
        padding: 20px 0;
    }
}

.quote-block .container-fluid {
    max-width: 1170px;
    position: relative;
    z-index: 2;
}

.quote-block p {
    margin: 0 0 30px;
}

.quote-holder {
    padding: 0 64px 0;
}

@media only screen and (max-width: 991px) {
    .quote-holder {
        padding: 0 10px 0;
    }
}

.review-holder {
    color: #f6dcaa;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    margin-bottom: -2px;
}

.review-holder strong {
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    font-style: italic;
    margin-right: 18px;
}

.rate-holder {
    color: #f6dcaa;
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
}

.rate-holder span {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
}

.rate-holder i {
    font-size: 14px;
    line-height: 14px;
}

.brand-list {
    text-align: center;
    margin: 20px -14px 50px;
}

.brand-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 14px 10px;
    list-style: none;
    transition: all 0.18s ease;
}

@media only screen and (max-width: 767px) {
    .brand-list li {
        margin-bottom: 5px;
    }
}

.brand-list li:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.brand-list li a {
    display: block;
}

.trailer-block {
    background: url(/wp-content/themes/clockwork/images/bg-game-trailer.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 78px 0 103px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .trailer-block {
        padding: 40px 0;
    }
}

.trailer-block .container-fluid {
    max-width: 1000px;
}

.trailer-block .trailer-intro img {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
}

.trailer-block h1 {
    margin: 0 0 34px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #f9f9f9;
}

@media only screen and (max-width: 991px) {
    .trailer-block h1 {
        font-size: 28px;
        line-height: 32px;
    }
}

.trailer-block.feature-block h1 {
    margin-bottom: 40px;
}

.trailer-block.feature-block .col-sm-4 {
    margin-bottom: 15px;
}

.trailer-block.feature-block img {
    width: 100%;
    height: auto;
}

.content-about {
    padding: 84px 0 72px;
}

@media only screen and (max-width: 991px) {
    .content-about {
        padding: 40px 0;
    }
}

.content-about .container-fluid {
    max-width: 1039px;
}

.content-about h1 {
    margin: 0 0 25px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .content-about h1 {
        font-size: 26px;
        line-height: 32px;
    }
}

.content-about p {
    margin: 0 0 15px;
}

.feature-block {
    padding-bottom: 80px;
}

@media only screen and (max-width: 991px) {
    .feature-block {
        padding-bottom: 40px;
    }
}

.feature-block .container-fluid {
    max-width: 1345px;
}

.feature-block .holder {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
    margin: 0 0 15px;
}

.feature-block .holder img {
    max-width: 100%;
    display: block;
}

.feature-block .feature-caption {
    font-size: 14px;
    line-height: 23px;
    color: #a9c5c7;
    font-weight: 400;
    text-transform: inherit;
    text-align: center;
    margin: 0;
}

@media (max-width: 767px) {
    .feature-block .feature-caption {
        margin-bottom: 30px;
    }
}

.update-block {
    padding: 77px 0 93px;
}

@media only screen and (max-width: 991px) {
    .update-block {
        padding: 40px 0;
    }
}

.update-block h1 {
    margin: 0 0 29px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .update-block h1 {
        font-size: 28px;
        line-height: 32px;
    }
}

.update-block .container-fluid {
    max-width: 1045px;
}

.update-list {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .update-list {
        font-size: 14px;
        line-height: 20px;
    }
}

.update-list time {
    color: #b7aa8b;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 991px) {
    .update-list time {
        font-size: 12px;
        line-height: 15px;
    }
}

.update-list .news-left {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 72%;
    float: left;
}

.update-list .news-left .title {
    display: block;
    float: none;
    max-width: 100%;
}

.update-list .link {
    color: #a7a191;
    font-size: 17px;
    line-height: 20px;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}

@media only screen and (max-width: 767px) {
    .update-list .link {
        font-size: 12px;
        line-height: 16px;
    }
}

.update-list .link:hover {
    color: #333;
}

.update-list li {
    overflow: hidden;
    padding: 23px 37px 24px 10px;
    border-bottom: 1px solid #c5bead;
    list-style: none;
}

@media only screen and (max-width: 991px) {
    .update-list li {
        padding: 10px;
    }
}

.update-list li:first-child {
    border-top: 1px solid #c5bead;
}

.update-list li:hover a {
    color: #4b4741;
}

.update-list li:hover time {
    color: #4b4741;
}

.update-list .title {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.press-quote {
    background: #fefdfb;
    padding: 85px 0 41px;
}

@media only screen and (max-width: 991px) {
    .press-quote {
        padding: 40px 0 20px;
    }
}

.press-quote .container-fluid {
    max-width: 1218px;
}

.press-quote h1 {
    margin: 0 0 5px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .press-quote h1 {
        font-size: 23px;
        line-height: 32px;
    }
}

.press-slide {
    position: relative;
}

.press-slide .btn-prev,
.press-slide .btn-next {
    width: 51px;
    height: 51px;
    border-radius: 51px;
    background: #efebe1;
    text-align: center;
    position: absolute;
    left: -99px;
    top: 50%;
    margin-top: -60px;
}

.press-slide .btn-prev:hover,
.press-slide .btn-next:hover {
    background: #ded4bc;
}

.press-slide .btn-prev i,
.press-slide .btn-next i {
    color: #bab39e;
    line-height: 51px;
    font-size: 40px;
}

@media only screen and (max-width: 1402px) {

    .press-slide .btn-prev,
    .press-slide .btn-next {
        left: 0;
    }
}

@media only screen and (max-width: 767px) {

    .press-slide .btn-prev,
    .press-slide .btn-next {
        display: none;
    }
}

.press-slide .btn-next {
    left: auto;
    right: -99px;
}

@media only screen and (max-width: 1402px) {
    .press-slide .btn-next {
        right: 0;
    }
}

.press-slide blockquote {
    border: 0;
    padding: 16px 50px 34px 73px;
    font-size: 22px;
    line-height: 42px;
}

@media only screen and (max-width: 991px) {
    .press-slide blockquote {
        padding: 10px 70px;
    }
}

@media only screen and (max-width: 767px) {
    .press-slide blockquote {
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
    }
}

.press-slide blockquote cite {
    text-align: left;
}

.press-slide blockquote q {
    font-style: italic;
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.press-slide blockquote q:before {
    content: '\201C';
    position: absolute;
    left: -56px;
    top: -9px;
    color: #e2e1de;
    font-size: 122px;
    line-height: 90px;
}

@media only screen and (max-width: 991px) {
    .press-slide blockquote q:before {
        font-size: 50px;
        left: -35px;
        top: -25px;
    }
}

.press-slide {
    position: relative;
}

.press-slide .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.press-slide .slide.active {
    z-index: 2;
}

.press-slide.not-enough-slides a.btn-prev,
.press-slide.not-enough-slides a.btn-next {
    visibility: hidden;
}

.suscribe-block {
    background: #2b373e;
    padding: 91px 0 75px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .suscribe-block {
        padding: 30px 0;
    }
}

.suscribe-block .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #f9f9f9;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-right: 10px;
    width: 287px;
}

.suscribe-block .subscribe-form {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 991px) {
    .suscribe-block .subscribe-form {
        display: block;
    }
}

.suscribe-block .subscribe-form .error {
    border: 1px solid red;
}

.suscribe-block .form-group {
    float: left;
    padding-right: 16px;
}

@media only screen and (max-width: 767px) {
    .suscribe-block .form-group {
        float: none;
        margin: 0 auto 10px;
        padding-right: 0;
    }
}

.suscribe-block .form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    min-width: 263px;
    height: 45px;
    padding: 5px 25px;
    background: rgba(255, 255, 255, 0.04);
}

.suscribe-block .btn {
    min-width: 152px;
}

#main {
    position: relative;
}

.inner .logo {
    float: left;
}

.inner .logo img {
    width: 140px;
}

@media only screen and (max-width: 991px) {
    .inner .logo img {
        width: 140px;
        height: auto;
    }
}

.inner .hero-block {
    background: url(/wp-content/themes/clockwork/images/pattern1.jpg);
    min-height: inherit;
    position: relative;
    z-index: 1;
    padding: 0 0 9px;
}

@media only screen and (max-width: 767px) {
    .inner .hero-block {
        overflow: visible;
        z-index: 9999;
    }
}

.inner .hero-block:after {
    content: '';
    left: -9999px;
    right: -9999px;
    position: absolute;
    background: url(/wp-content/themes/clockwork/images/bg-header-inner.png) no-repeat 50% 0;
    height: 343px;
    top: 0;
}

@media only screen and (max-width: 991px) {
    .inner .hero-block:after {
        top: -48px;
    }
}

.inner .hero-block .container-fluid {
    max-width: 992px;
    position: relative;
    z-index: 8;
}

.inner #header {
    padding: 27px 0 6px;
    margin-bottom: 30px;
}

.inner #nav {
    margin-bottom: 129px;
    padding: 62px 0 0 23px;
}

@media only screen and (max-width: 991px) {
    .inner #nav {
        padding-top: 37px;
    }

    .inner #nav li {
        padding: 0 7px;
    }

    .inner #nav li a {
        font-size: 16px;
    }

    .inner #nav ul {
        z-index: 9999;
    }
}

.inner #nav ul {
    padding: 0;
}

@media (max-width: 767px) {
    .inner #nav ul {
        top: 134px;
    }
}

.inner .nav-opener {
    top: 28px;
}

.inner .visual-intro {
    text-transform: uppercase;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 767px) {
    .inner .visual-intro {
        padding-top: 10px;
    }
}

.inner .visual-intro h1 {
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}

.inner .sub-nav li a {
    padding: 8px 28px 9px;
}

@media only screen and (max-width: 991px) {
    .inner .sub-nav li a {
        padding-left: 21px;
        padding-right: 21px;
    }
}

.inner h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 15px;
}

.sub-nav {
    text-transform: uppercase;
    background: #fefdfb;
    padding: 19px 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .sub-nav {
        font-size: 15px;
        line-height: 20px;
    }
}

.sub-nav ul {
    margin: 0 auto;
    max-width: 1040px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .sub-nav ul {
        padding: 0 10px;
    }
}

.sub-nav li {
    float: none;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .sub-nav li {
        display: block;
    }
}

.sub-nav li a {
    color: #4b4741;
    padding: 8px 43px 9px;
}

.sub-nav li a:focus {
    background: none;
}

@media only screen and (max-width: 991px) {
    .sub-nav li a {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.sub-nav li a:hover {
    background: none;
    color: #cba852;
}

.sub-nav li.active a {
    color: #4b4741;
}

.sub-nav li.active a:hover {
    color: #4b4741;
}

@media (min-width: 768px) {
    .sub-nav.sticky {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 999;
    }
}

@media (max-width: 767px) {
    .sub-nav {
        position: static;
    }
}

.kit-block {
    background: #fcfbf7;
    padding: 76px 30px 42px;
    border: 4px solid #d9bf83;
    text-align: center;
    position: relative;
    font-size: 17px;
    line-height: 27px;
    margin: 55px 0 0 17px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
    .kit-block {
        margin: 65px 0 0;
    }
}

.kit-block .title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.kit-block .btn {
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    max-width: 208px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 17px 20px;
}

.kit-block p {
    margin: 0 0 18px;
}

.kit-block .token {
    background: url(/wp-content/themes/clockwork/images/ico-token.png) no-repeat;
    width: 121px;
    height: 121px;
    position: absolute;
    top: -64px;
    left: 50%;
    margin-left: -61px;
}

.content-block {
    padding: 74px 0 0;
}

.content-block .container-fluid {
    padding-bottom: 52px;
}

.content-list li {
    position: relative;
    padding: 0 0 4px 20px;
    font-style: italic;
    list-style: none;
}

.content-list li:before {
    height: 10px;
    width: 10px;
    background: #cba852;
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .content-list li:before {
        top: 8px;
    }
}

.content-slot {
    padding: 40px 0 28px;
    border-top: 1px solid #c5bead;
}

.content-slot:first-child {
    padding-top: 0;
    border-top: 0;
}

.content-slot h2 {
    text-transform: uppercase;
}

.content-slot ul li {
    position: relative;
    padding: 0 0 4px 20px;
    font-style: italic;
    list-style: none;
}

.content-slot ul li:before {
    height: 10px;
    width: 10px;
    background: #cba852;
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .content-slot ul li:before {
        top: 8px;
    }
}

.area-block {
    background: url(/wp-content/themes/clockwork/images/bg-pattern.jpg);
}

.area-block h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 48px;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .area-block h2 {
        font-size: 22px;
        line-height: 26px;
    }
}

.area-block .slot {
    padding: 93px 0 68px;
    border-top: 1px solid #323a41;
}

@media only screen and (max-width: 991px) {
    .area-block .slot {
        padding: 40px 0;
    }
}

.area-block .slot:first-child {
    border-top: 0;
}

.area-block .slot .holder {
    margin-bottom: 27px;
}

.area-block .slot .holder img {
    max-width: 100%;
    height: auto;
    display: block;
}

.area-block .slot .title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.area-block .slot.files-block {
    padding: 48px 0;
}

.area-block .slot.files-block h2 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .area-block .slot.files-block .col-sm-3 {
        margin-bottom: 20px;
    }
}

.area-block .slot.files-block .holder {
    background: #24394b;
    height: 196px;
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-bottom: 15px;
}

.area-block .slot.files-block .holder>a {
    display: block;
    height: 100%;
    padding-top: 15px;
}

.area-block .slot.files-block .holder img {
    display: inline-block;
    vertical-align: middle;
}

.area-block .slot.files-block .title {
    font-size: 14px;
    line-height: 23px;
    color: #6e787d;
    font-weight: 400;
    text-transform: inherit;
    display: block;
    margin-bottom: 15px;
}

.area-block .slot.download-block {
    text-align: center;
    padding: 44px 0 40px;
}

.area-block .slot.download-block .title {
    display: inline-block;
    color: #f6f6f7;
    vertical-align: middle;
    font-size: 17px;
    line-height: 20px;
    margin-right: 20px;
    max-width: 60%;
    text-transform: none;
}

@media only screen and (max-width: 767px) {
    .area-block .slot.download-block .title {
        display: block;
        margin-bottom: 15px;
        text-align: center;
        max-width: 100%;
    }
}

.area-block .slot.download-block .btn {
    vertical-align: middle;
    min-width: 152px;
}

.area-block .slot.banner-block {
    padding: 51px 0 6px;
}

.area-block .slot.banner-block .title {
    margin: 0 0 36px;
}

@media only screen and (max-width: 767px) {
    .area-block .slot.video-slot .col-sm-6 {
        margin-bottom: 30px;
    }

    .area-block .slot.video-slot .col-sm-6 img {
        width: 100%;
        height: auto;
    }
}

.area-block .slot.video-slot .holder {
    margin-bottom: 15px;
}

.area-block .slot.video-slot .title {
    font-size: 14px;
    line-height: 23px;
    color: #6e787d;
    font-weight: 400;
    text-transform: inherit;
    display: block;
    margin-bottom: 20px;
}

.area-block .container-fluid {
    max-width: 1248px;
}

.video-zoom {
    position: relative;
    display: block;
}

.video-zoom i {
    color: #FFF;
    font-size: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -35px;
    opacity: 0.7;
    transition: opacity 0.18s ease;
}

.video-zoom:hover i {
    opacity: 1;
}

.banner {
    margin: 0 0 30px;
}

.press-block {
    padding: 73px 0 26px;
}

.press-block .container-fluid {
    position: relative;
    min-height: 550px;
}

.press-block .img-miranda {
    position: absolute;
    top: -70px;
    right: -281px;
}

.press-block .img-robot {
    position: absolute;
    bottom: -28px;
    left: -232px;
}

.press-block h1 {
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 99;
}

.press-block .link-holder {
    text-align: right;
    padding: 0 4px;
}

.press-block .update-list {
    margin: 0 0 43px;
    position: relative;
    z-index: 99;
}

.press-block .update-list li {
    padding: 25px 37px 28px 10px;
    border-top: 0;
}

.link-holder.post-type-nav {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.link-holder.post-type-nav a {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-right: 40px;
}

.link-holder.post-type-nav span {
    color: #c2920f;
    margin: 0 10px;
    font-size: 1.1em;
}

.link-older {
    color: #cba852;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-right: 40px;
}

.link-older i {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: -3px;
}

.request-block {
    padding: 65px 0 0;
    text-align: center;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .request-block {
        padding: 30px 0 0;
    }
}

.request-block .container-fluid {
    max-width: 1010px;
}

.request-block h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #4b4741;
    text-transform: uppercase;
    margin: 0 0 26px;
}

#press-enquiries form {
    margin: 0 0 5px;
}

@media only screen and (max-width: 767px) {
    #press-enquiries form {
        text-align: center;
    }
}

#press-enquiries form p {
    display: inline;
    position: static;
}

#press-enquiries form .form-group {
    float: left;
    padding-right: 15px;
    max-width: 359px;
}

@media (max-width: 1199px) {
    #press-enquiries form .form-group {
        min-width: 350px;
    }
}

@media (max-width: 991px) {
    #press-enquiries form .form-group {
        min-width: 261px;
        float: none;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    #press-enquiries form .form-group {
        float: none;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        min-width: 282px;
    }
}

#press-enquiries form input[type="email"].form-control,
#press-enquiries form input[type="text"].form-control {
    color: #757d81;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    background: #dbdbdb;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 10px 20px;
    height: 52px;
}

#press-enquiries form .btn {
    min-width: 262px;
    min-height: 52px;
}

.request-frame {
    font-size: 16px;
    line-height: 20px;
    color: #6e787d;
}

@media only screen and (max-width: 767px) {
    .request-frame {
        text-align: center;
    }
}

.request-frame a {
    color: #cba852;
}

.request-frame a:hover {
    color: #333;
}

.game-section-intro {
    font: 19px/1.73684 "Bitter", Arial, Helvetica, sans-serif;
    padding: 70px 0 60px;
}

.game-section .container-fluid {
    max-width: 982px;
}

@media only screen and (max-width: 767px) {
    .game-section .same-height {
        height: auto !important;
    }
}

.game-section .slot {
    font: 19px/1.73684 "Bitter", Arial, Helvetica, sans-serif;
    padding: 110px 0;
    color: #f9f9f9;
    border-top: 1px solid #000912;
}

@media only screen and (max-width: 991px) {
    .game-section .slot {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    .game-section .slot {
        font-size: 16px;
        line-height: 24px;
    }
}

.game-section h2 {
    font: 700 34px/40px "Bitter", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    color: #f9f9f9;
    margin: 0 0 15px;
}

@media only screen and (max-width: 767px) {
    .game-section h2 {
        font-size: 26px;
        line-height: 40px;
    }
}

.game-section p {
    margin: 0 0 20px;
}

.game-section .sub-title {
    color: #cba852;
    display: block;
    font: 700 18px/24px "Bitter", Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.game-section .title-bottom {
    display: block;
    text-transform: uppercase;
    font: 700 14px/20px "Bitter", Arial, Helvetica, sans-serif;
}

.game-section .col-sm-7 {
    display: table;
}

.game-section .col-sm-7 .text-block {
    padding-left: 40px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .game-section .col-sm-7 .text-block {
        text-align: center;
        padding-left: 0;
    }
}

.game-section .col-sm-7 .text-block.odd {
    padding-left: 0;
}

.game-section .col-sm-5 {
    display: table;
}

.game-section .col-sm-5 .img-block {
    display: table-cell;
    vertical-align: middle;
}

.game-section .col-sm-5 .image-holder img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .game-section .col-sm-5 {
        float: none !important;
        text-align: center !important;
        margin-bottom: 30px;
    }
}

.game-section .odd .col-sm-5 {
    float: right;
    text-align: right;
}

.game-section .image-holder {
    position: relative;
    z-index: 1;
}

.game-section .image-holder:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 0;
    width: 486px;
    height: 836px;
    margin: -418px 0 0 -243px;
    z-index: -1;
    opacity: .15;
}

.game-section .image-holder img {
    -webkit-transform: rotate(-2.7deg);
    transform: rotate(-2.7deg);
    box-shadow: 4px 4px 10px black;
}

@media (max-width: 767px) {
    .game-section .image-holder img {
        -webkit-transform: none;
        transform: none;
    }
}

.game-section .image-holder.image-holder-round img {
    -webkit-transform: none !important;
    transform: none !important;
    border-radius: 50%;
}

.game-section .text-block strong {
    color: #cba852;
    font: 700 18px/24px "Bitter", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.game-section .odd .image-holder img {
    -webkit-transform: rotate(2.7deg);
    transform: rotate(2.7deg);
}

@media (max-width: 767px) {
    .game-section .odd .image-holder img {
        -webkit-transform: none;
        transform: none;
    }
}

#footer {
    position: relative;
    z-index: 444;
}

#footer:after {
    content: '';
    background: url(/wp-content/themes/clockwork/images/drawing.png) no-repeat 50%;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
}

#footer .container-fluid {
    position: relative;
    z-index: 2;
}

.footer-holder {
    background: url(/wp-content/themes/clockwork/images/bg-footer.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 76px 0 30px;
}

.footer-holder .title-explore {
    color: #6e787d;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    font-weight: 400;
}

.footer-holder .container-fluid {
    max-width: 1253px;
}

.footer-holder .title {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 34px;
    text-transform: uppercase;
    font-weight: 700;
    color: #f9f9f9;
}

.footer-holder .image-holder {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
}

.footer-holder .image-holder img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.footer-holder .col-sm-3 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .footer-holder .col-sm-3 {
        width: 100%;
        float: none;
    }
}

.footer-holder .row {
    margin-bottom: 27px;
}

.footer-section {
    color: #6e787d;
    font-size: 14px;
    line-height: 20px;
    padding: 40px 0 34px;
    border-bottom: 1px solid #3b4347;
}

@media only screen and (max-width: 991px) {
    .footer-section {
        text-align: center;
    }
}

.footer-section p {
    margin: 0;
}

.social-networks {
    float: right;
    font-size: 40px;
    margin: -11px -7px 0;
}

@media only screen and (max-width: 991px) {
    .social-networks {
        float: none;
        margin-bottom: 30px;
    }
}

.social-networks li {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
    margin: 0 7px;
    list-style: none;
}

.social-networks a {
    color: #edd4a4;
}

.social-networks a:hover {
    color: #d7a648;
}

.footer-frame {
    padding: 33px 0;
    font-size: 13px;
    line-height: 27px;
    color: #555f64;
}

.footer-frame p {
    margin: 0;
}

/* burger menu style */
.nav-opener {
    width: 40px;
    height: 40px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 3px;
    display: none;
    top: 0;
    right: 25px;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .nav-opener {
        display: block;
    }
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    height: 4px;
    margin-top: -2px;
    /* height/2 */
    transition: all 0.2s linear;
}

.nav-opener:before,
.nav-opener:after {
    content: '';
    top: 30%;
}

.nav-opener:after {
    top: 70%;
}

/* close button transition */
.nav-active .nav-opener span {
    opacity: 0;
}

.nav-opener:hover {
    opacity: .9;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%;
}

.nav-active .nav-opener:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#two-columns {
    padding-top: 50px;
    padding-bottom: 50px;
}

#two-columns #sidebar {
    float: right;
    width: 25%;
}

@media only screen and (max-width: 767px) {
    #two-columns #sidebar {
        width: 100%;
        float: none;
    }
}

#two-columns #content {
    float: left;
    width: 75%;
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    #two-columns #content {
        padding: 20px 0 0;
        float: none;
        width: 100%;
    }
}

#two-columns .form-control {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#two-columns .search-form .form-control {
    float: left;
    width: 200px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    #two-columns .search-form .form-control {
        width: 150px !important;
    }
}

@media only screen and (max-width: 991px) {
    #two-columns textarea {
        width: 250px !important;
        min-width: inherit !important;
    }
}

#two-columns table {
    text-align: center;
    width: 100%;
}

#two-columns .post-password-form label {
    padding-top: 8px;
    display: block;
}

.game-section .slot {
    width: 100%;
}

label {
    color: #807b70;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
    display: block;
    margin: 0 0 7px;
    font-weight: normal;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
textarea {
    display: inline-block;
    font-size: inherit;
    width: 100%;
    max-width: 100%;
    height: 57px;
    padding: 16px 14px;
    box-shadow: none;
    line-height: 1.2;
    border: 0;
    background-color: #D6CCB2;
    background-image: none;
    border-radius: 3px;
}

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid red;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: none;
}

@media (max-width: 767px) {

    input[type="text"],
    input[type="email"],
    input[type="date"],
    input[type="number"],
    textarea {
        width: 100%;
    }
}

select {
    width: 100%;
    background-color: #D6CCB2;
    border: 0;
    border-radius: 3px;
    height: 67px;
    padding: 16px 14px;
}

select.wpcf7-not-valid {
    border: 1px solid red;
}

input[type="search"] {
    /* Restoring box-sizing */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    height: auto;
}

span.wpcf7-not-valid-tip {
    display: block;
    font-size: 0.8em;
}

div.wpcf7-response-output {
    margin: 25px 0 20px;
    background: #D6CCB2;
    padding: 10px 20px;
    line-height: 1.4;
}

.wpcf7-captcha-form-captcha {
    background-color: #D6CCB2;
    width: 110px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 41px;
    opacity: 0.8;
}

.wpcf7 p {
    position: relative;
}

.entry-content .wpcf7 input[type="text"],
.entry-content .wpcf7 input[type="email"],
.entry-content .wpcf7 textarea,
.entry-content .wpcf7 select {
    margin-bottom: 10px;
}

.form-captcha input[type="text"] {
    width: auto;
}

/* Buttons
=================================== */
.entry-content .btn,
.entry-content input[type="button"],
.entry-content input[type="submit"],
.entry-content input[type="reset"],
.entry-content button {
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    width: auto;
    min-width: 160px;
    height: 54px;
    line-height: normal;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 12px 18px 11px;
    background-color: #313d45;
    color: #f6dcaa;
    font-family: "Bitter", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
    -webkit-user-selsect: none;
    -moz-user-select: none;
    user-select: none;
}

.entry-content .btn:active,
.entry-content input[type="button"]:active,
.entry-content input[type="submit"]:active,
.entry-content input[type="reset"]:active,
.entry-content button:active {
    outline: none;
}

.entry-content .btn:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="submit"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content button:hover {
    text-decoration: none;
}

.entry-content .btn:focus,
.entry-content input[type="button"]:focus,
.entry-content input[type="submit"]:focus,
.entry-content input[type="reset"]:focus,
.entry-content button:focus {
    outline: none;
}

.main-content {
    padding: 70px 0 50px;
}

.entry-list {
    margin: 0 0 43px;
}

.entry {
    margin: 0 0 45px;
}

.entry-meta {
    font-size: 15px;
    margin: 10px 0 0;
    color: #726d62;
}

.entry-title {
    font-size: 34px;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .entry-title {
        font-size: 24px;
    }
}

.entry-time {
    color: #b7aa8b;
    font-size: 14px;
    letter-spacing: 0.1em;
    display: block;
    margin: 0 0 5px;
}

.entry-thumb {
    margin: 0 0 25px;
}

.entry-content {
    margin: 0 0 25px;
}

.entry-content h1 {
    font-size: 38px;
    line-height: normal;
}

.entry-content h2 {
    font-size: 34px;
    line-height: normal;
}

.entry-content h3 {
    font-size: 28px;
}

.entry-content h4 {
    font-size: 22px;
}

.entry-content h5 {
    font-size: 20px;
}

.entry-content:before,
.entry-content:after {
    content: " ";
    display: table;
}

.entry-content:after {
    clear: both;
}

.entry-content ul {
    margin: 0 0 15px;
}

.entry-content ul li {
    position: relative;
    padding: 0 0 4px 20px;
    font-style: italic;
    list-style: none;
}

.entry-content ul li:before {
    height: 10px;
    width: 10px;
    background: #cba852;
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .entry-content ul li:before {
        top: 8px;
    }
}

.content-slot table {
    border: none;
}

.content-slot th,
.content-slot td {
    border: none;
    text-align: left;
    padding-bottom: 15px;
}

#comments {
    margin: 60px 0 0;
}

#paging {
    text-align: center;
    margin: 0 0 30px;
}

#paging>span,
#paging a {
    display: inline-block;
    padding: 5px 10px;
}

#paging>span {
    color: #4b4741;
}

.essb_links.essb_template_copy-retina {
    margin: 1.5em -3px -20px;
}

.essb_links.essb_template_copy-retina ul.essb_links_list li {
    font-style: normal;
}

.essb_links.essb_template_copy-retina ul.essb_links_list li:before {
    display: none;
}

.essb_links.essb_template_copy-retina .essb_counter,
.essb_links.essb_template_copy-retina .essb_totalcount {
    top: 0;
}

.entry-content div>a+p+p {
    font-size: 13px;
    margin-top: -10px;
    text-align: center;
    margin-bottom: 20px;
}

.entry-content div>a:first-child {
    display: block;
    text-align: center;
}

.accordion-content {
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
    height: 0;
    left: 0;
    transition: height .25s;
    @media screen and (max-width: 767px) {
        position: static;
    }
}

.accordion {
    position: relative;
    color: #f6dcaa;
    cursor: pointer;
}
.accordion i {
    transform: rotate(0deg);
    transition: all .25s;
}

.accordion:hover .accordion-content {
    height: auto;
    border: 1px solid;
    border-radius: 10px;
    background-color: #304a4b;
    @media screen and (max-width: 767px) {
        border: none;
        background-color: unset;
    }
}

.accordion:hover i {
    transform: rotate(180deg);
    transition: all .25s;
}
