/*!
Theme Name: Tjitra
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tjitra
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Tjitra is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/

footer .copyright a {
    color: #666666;
}

footer .copyright a:hover {
    color: #660000;
}

div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}

.submit-hidden {
	display: none;
}

div.wpcf7 .ajax-loader {
	display: none;
}

div.wpcf7-response-output {
	display: none !important;
}

.wpcf7-mail-sent-ok {
	display: none !important;
}

.post-content figure {
	margin: 30px 0;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    width: unset !important;
}

.post-content figure img {
	width: unset !important;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #efefef;
    display: block;
}

.post-content figure.aligncenter {
    text-align: center;
}

.post-content figure.alignright {
    text-align: right;
}

.post-content figure figcaption {
	opacity: 0.5;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.92;
    letter-spacing: normal;
    color: #666666;
}

.posts.posts-detail blockquote p {
	margin: 50px 0;
    padding-right: 0px;
    position: relative;
    font-family: Amiri;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.61;
    letter-spacing: normal;
    text-align: left;
    color: #660000;
}

.heateor_sss_sharing_container ul li {
	transition: all 220ms ease-in-out;	
}

.heateor_sss_sharing_container ul li:hover {
	transform: translateY(-6px);
}

.pagination .diamond-shape:hover {
    cursor: unset !important;
}

.pagination .diamond-shape.arrow a .item-count {
    color: #efefef;
}

.pagination .diamond-shape a .item-count {
    color: #666666;
}

.pagination .disabled {
    opacity: 0.5;
}

.content-item .media .media-img.thumbnail img {
    max-width: 151px;
    max-height: 151px;
} 

.content-item .media .media-img.thumbnail-media img {
    max-width: 153px;
} 

.vision .desc p b {
    font-weight: unset;
    color: unset;
}

[type=reset], [type=submit], button, html [type=button] {
    display: none;
}