/******************************************************************
Theme Name: Kurma Basic Themes
Theme URI: http://kurmamedia.com
Description: Custom template wordpress Dompet Dhuafa
Author: Kinta Mahadji, Abil, Heru Purwito
Author URI: http://www.kurmamedia.com
Version: 1.0
Tags: green
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Bootstrap
# General
# Header
    ## Navbar top left contact
    ## Navbar top right social media
# Page
# Single
# 404
# Archive
# Widget
    ## Sidebar widget
    ## Footer widget
# Footer
# Helper

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
@import url('assets/css/bootstrap.css') screen;


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	font-family: 'Open Sans', sans-serif;
    color: #333;
}

a {
    color: #0c4d27;
}

a:hover,
a:focus {
    color: #0c4d27;
    text-decoration: underline;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans', sans-serif;
}

#campaign-archive-head-title h1,
h1#posting-title,
    #posting-content h1,
    #posting-content h2,
    #posting-content h3,
    #posting-content h4,
    #posting-content h5,
    #posting-content h6,
h1#halaman-title,
h1#page-404-title,
    #page-404-content h1,
    #page-404-content h2,
    #page-404-content h3,
    #page-404-content h4,
    #page-404-content h5,
    #page-404-content h6,
h1#archive-title,
    #archive-content h1,
    #archive-content h2,
    #archive-content h3,
    #archive-content h4,
    #archive-content h5,
    #archive-content h6,
h1.list-archive-title,
#campaign-archive-head-title h1
{
    font-family: 'PT Sans', sans-serif;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.navbar {
	margin-bottom: 40px;
}

#wrap-content {
	padding: 20px 0;
}

#content {}

#sidebar {}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{}

/*= Header title */
.header-title {
	padding: 55px 0 0 0;
	margin: 0;
}

.header-title a{
	font-weight: normal;
	text-transform: uppercase;
}

.header-title a:hover {
	text-decoration: none;
}

/*= Right logo */
.logo {
	text-align: right;
	/*
	padding: 15px 0 0 0;
	*/
}

.logo p {
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 15px;
}

/*--------------------------------------------------------------
## Navbar top left contact
--------------------------------------------------------------*/
.navbar-top {
	color: #555;
	border-bottom: 1px solid #e7e7e7;
	min-height: 38px;
	line-height: 38px;
}


.navbar-top-contact {
	float: left;
}

.navbar-top-contact ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navbar-top-contact ul li {
	display: inline-block;
	margin-right: 10px;
}

.navbar-top-contact ul li a {
	display: block;
	color: #333;
}

/*--------------------------------------------------------------
## Navbar top right social media
--------------------------------------------------------------*/
.navbar-top-socmed {
	float: right;
}

.navbar-top-socmed ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navbar-top-socmed ul li {
	display: inline-block;
	border-right: 1px solid #e7e7e7;
}

.navbar-top-socmed ul li:first-child {
	border-left: 1px solid #e7e7e7;
}

.navbar-top-socmed ul li a {
	display: block;
	color: #000;
	padding: 0 15px;
}

@media only screen and (max-width: 480px) {
	.logo, .logo p {
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Header Image
--------------------------------------------------------------*/
.header-image{
	margin-bottom: 30px
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
#wrap-halaman {
	padding-top: 40px;
}

#halaman{}

h1#halaman-title {
	font-family: georgia;
	font-size: 2em;
	margin: 0;
	padding: 0;
	color: #444;
}

#halaman-border {
	border-bottom: 1px solid #efefef;
	margin: 10px 0 15px 0;
}

#halaman-meta {
	font-size: 0.8em;
    color: #777;
    padding: 10px 0 0 0;
	display: block;
}

#halaman-content {
}

#halaman-content h1, #halaman-content h2, #halaman-content h3, #halaman-content h4, #halaman-content h5, #halaman-content h6 {
	font-family: georgia;
	font-weight: normal;
}

#halaman-content p {
	font-size: 1.1em;
}

#halaman-content a {
	font-weight: normal;
}

#halaman-content a:hover {
	text-decoration: none;
}

#halaman-content img {
	max-width: 100%;
	height: auto;
	padding: 2px;
}

/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
#wrap-posting {
	padding-top: 40px;
}

#posting{}

h1#posting-title {
	font-family: georgia;
	font-size: 2em;
	margin: 0;
	padding: 0;
	color: #444;
}

span#posting-meta {
	font-size: 0.8em;
	color: #777;
	padding: 10px 0 0 0;
}

#posting-border {
	border-bottom: 1px solid #efefef;
	margin: 10px 0 15px 0;
}

#posting-meta {
	font-size: 0.9em;
	color:#777;
	display: block;
}

#posting-content {
}

#posting-content h1, #posting-content h2, #posting-content h3, #posting-content h4, #posting-content h5, #posting-content h6 {
	font-family: georgia;
	font-weight: normal;
}

#posting-content p {
	font-size: 1.1em;
}

#posting-content a {
	font-weight: normal;
}

#posting-content > a:hover {
	text-decoration: none;
}

#posting-content img {
	max-width: 100%;
	height: auto;
	padding: 2px;
}

.list-posting {
	margin-bottom: 20px;
}


/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
#wrap-page-404 {
	padding-top: 40px;
}

#page-404{}

h1#page-404-title {
	font-family: georgia;
	font-size: 2em;
	margin: 0;
	padding: 0;
	color: #444;
}

#page-404-border {
	border-bottom: 1px solid #efefef;
	margin: 10px 0 15px 0;
}

#page-404-meta {
	font-size: 0.9em;
	color:#777;
	display: block;
}

#page-404-content {
}

#page-404-content h1, #page-404-content h2, #page-404-content h3, #page-404-content h4, #page-404-content h5, #page-404-content h6 {
	font-family: georgia;
	font-weight: normal;
}

#page-404-content p {
	font-size: 1.1em;
}

#page-404-content a {
	font-weight: normal;
}

#page-404-content a:hover {
	text-decoration: none;
}

#page-404-content img {
	max-width: 100%;
	height: auto;
	padding: 2px;
}


/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
#wrap-archive {
	padding-top: 40px;
}

#archive{}

.archive-head-title h3{
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 2.2em;
}

h1#archive-title {
	font-family: georgia;
	font-size: 2em;
	margin: 0;
	padding: 0;
	color: #444;
}

span#archive-meta {
	font-size: 0.8em;
	color: #777;
	padding: 10px 0 0 0;
}

#archive-border {
	border-bottom: 1px solid #efefef;
	margin: 10px 0 15px 0;
}

#archive-meta {
	font-size: 0.9em;
	color:#777;
	display: block;
}

#archive-content {
}

#archive-content h1, #archive-content h2, #archive-content h3, #archive-content h4, #archive-content h5, #archive-content h6 {
	font-family: georgia;
	font-weight: normal;
}

#archive-content p {
	font-size: 1.1em;
}

#archive-content a {
	font-weight: normal;
}

#archive-content a:hover {
	text-decoration: none;
}

#archive-excerpt h1 {
	font-size: 1em;
}

.list-archive {
	margin-bottom: 40px;
}

h1.list-archive-title {
	font-family: georgia;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	color: #444;
}

.list-archive-meta {
	font-size: 0.8em;
	color: #777;
	padding: 5px 0 0 0;
	display: block;
}

.list-archive-date {}

.list-archive-author {}

.list-archive-border {
	border-bottom: 1px solid #efefef;
	margin: 10px 0 15px 0;
}

.list-archive-thumbnail {
	float: left;
	padding: 2px;
	border:1px solid #ccc;
	margin-right: 15px;
	margin-bottom: 15px;
}

.list-archive-more {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Sidebar widget
--------------------------------------------------------------*/
.sidebar-widget{
	font-size: 12px;
	color: #333;
    margin-bottom: 20px;
}

.sidebar-widget-header {
	border-top: 3px solid #d6d6d6;
    background: #f2f2f2;
    margin-bottom: 10px;
}

.sidebar-widget-header h3 {
	color: #111;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin: 0 0 10px 0;
    padding: 5px 10px;
}

.sidebar-widget-body {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}

.sidebar-widget-body a {
	color: #333;
	text-decoration: none;
}

.sidebar-widget-body a:hover {
	text-decoration: underline;
}


/*--------------------------------------------------------------
## Footer widget
--------------------------------------------------------------*/
.footer-widget{
	font-size: 12px;
	color: #fff;
	margin: 20px 0;
}

.footer-widget-header,
.footer-widget-header h3 {
	color: #111;
	font-weight: 600;
    font-size: 1.25em;
	line-height: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
    letter-spacing: 3px;
}

.footer-widget-body {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}

.footer-widget-body ul {
    list-style: none;
    padding: 0;
}

.footer-widget-body a {
	color: #333;
	text-decoration: none;
}

.footer-widget-body a:hover {
    color: #333;
	text-decoration: underline;
}

.footer-sosmed {
	text-align: center;
	padding: 20px 0;
}

.footer-sosmed ul {
	padding:0;
	margin:0;
}

.footer-sosmed ul li {
	display: inline-block;
	padding: 5px 30px
}

.footer-sosmed ul li a{
	color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.wrap-footer {
	margin-top: 60px;
	padding-bottom: 0;
	color: #333;
}

.footer {
	background: #f2f2f2;
}

.lower-footer {
    border: none;
	text-transform: uppercase;
    font-size: 1em;
    background: #f2f2f2;
	color: #333;
    height: 60px;
    line-height: 60px;
	padding: 0;
}

.lower-footer div.container {
	border-top: 1px solid #d6d6d6;
}

.copyright {
	color: #333;
	font-size: 1.2em;
}

.copyright p {
	text-transform: uppercase;
}

.powered-by {}

.powered-by small {
	color: #333;
}

.powered-by a {
	color: #333;
}

@media only screen and (max-width: 480px) {
	.footer-alamat, .copyright, .powered-by {
		text-align: left;
	}
}

/*--------------------------------------------------------------
# Helper
--------------------------------------------------------------*/
.text-red {
	color:#ff0000;
}

.info-tambahan {
    cursor: pointer;
	display: block;
}

.yarpp-related a {
	font-weight: normal !important;
}

.text-underline {
	text-decoration: underline;
}


/*--------------------------------------------------------------
# Campaign
--------------------------------------------------------------*/
