body {
    color: #333333;
    font-weight: 300;
}


/* Global Typography */


/*---Heading Typo---*/

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #333333;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0px 0px 8px 0px;
}

.screen-reader-text {
    display: inline-block;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333333;
}

p a {
    color: #333333;
}


/*---Peragraph Typo---*/

p {
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    line-height: 1.7;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

ul {
    margin-bottom: 0px;
}

.wp-caption-text {
    display: inline;
}

.gallery-caption {
    display: inline-block;
}

.bypostauthor {
    display: inline-block;
    overflow: hidden;
}

figure {
    position: relative;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

img {
    max-width: 100%;
    height: auto;
}

strong {
    color: #333333;
}

iframe {
    border: none;
    float: left;
    width: 100% !important;
}


/* Form Input Typo */

select {
    border: 1px solid #d2d2d2;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}

label {
    color: #333333;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

button {
    border: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    color: #3d3d3d;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 43px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
}

form p {
    float: left;
    position: relative;
    width: 100%;
}

form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}


/* ThemeUnit Style's */

li {
    line-height: 28px;
    list-style: disc inside none;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}

ol ol {
    margin-left: 20px;
}

ol li {
    list-style: decimal;
    width: 100%;
}

table {
    background-color: transparent;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

th {
    text-align: left;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border-top: 1px solid #d2d2d2;
    border: 1px solid #d2d2d2;
    line-height: 2.5;
    padding-left: 7px;
    vertical-align: top;
}

table thead tr th {
    border-top: 1px solid #d2d2d2;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 1px solid #d2d2d2;
}

table>thead>tr>th {
    border-bottom: 2px solid #d2d2d2;
    vertical-align: bottom;
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
    border-bottom: 0;
}

table>tbody+tbody {
    border-top: 2px solid #d2d2d2;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 12px 16px;
}

p ins {
    color: #999;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}

.kd-readmore,
.croudoption li span.kdprice,
.newslatter-form input[type="submit"],
.widget-blog .blog-time,
.widget-newslatter input[type=submit],
.widget-contactform ul li input[type=submit],
.event-date,
.kd-booknow,
.countdown-section span,
.kd-detailinfo,
.funding-info small,
#kdcomments ul li .text a.replay-btn {
    font-family: 'Source Sans Pro', sans-serif;
}

#kdtwitter h2,
.kd-mediumview .newsinfo .kd-readmore {
    font-family: 'Source Sans Pro', sans-serif;
}

.recentpost-widget .posttext h6,
.gallery-widget .kd-readmore {
    font-family: 'Source Sans Pro', sans-serif;
}

[class*="item-size-"] {
    float: left;
}

.item-size-100 {
    width: 100%;
}

.item-size-75 {
    width: 75%;
}

.item-size-50 {
    width: 50%;
}

.item-size-25 {
    width: 25%;
}

.pagesection {
    float: left;
    width: 100%;
    position: relative;
}

.theme-margin {
    margin-bottom: 30px;
    float: left;
}


/* Mian Grid System */

.wrapper_boxed .eccaption {
    top: 40%;
}

.wrapper_boxed .main-content {
    background: #fff;
}

.wrapper_boxed {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.section-content {
    float: left;
    padding: 0 0px 0 0;
    position: relative;
    width: 75%;
    z-index: 1;
}

.section-sidebar {
    float: left;
    padding: 0px 0px 0px 30px;
    width: 25%;
}


/*.page-sidebar ~ .page-content { float: right; padding-left: 30px; padding-right: 0px; position: relative; width: 75%; z-index: 9; }
.page-content { float: left; padding: 0 0px 0 0; position: relative; width: 75%; z-index: 9; }
    .page-content ~ .page-sidebar { float: right; padding-left: 15px; padding-right: 0px; position: relative; width: 25%; }
.page-content .container {width: 100%;}*/

.full-content {
    width: 100%;
    float: left;
}

.kd-parallux {
    background-attachment: fixed !important;
    background-size: cover !important;
}

footer .widget-contactform ul li textarea {
    height: 100px;
}

.widget-contactform .error,
.widget-contactform label {
    color: #fff;
}

.wp-caption.alignnone,
.wp-caption.alignnone img,
img.alignnone {
    width: 100% !important;
}

.wp-caption.alignnone .wp-smiley {
    width: auto !important;
}

.post-password-form label {
    float: left;
}

.post-password-form input[type="Submit"] {
    background: #000;
    border: medium none;
    color: #fff;
    float: left;
    padding: 6px 15px;
}

.gallery,
embed {
    float: left;
    width: 100%;
}

.kode-sidebar [class*="col-md-"] {
    width: 100%;
    padding: 0px;
}

.blog-detail .alignnone.size-full {
    height: auto;
}

.kode-blog-thumbnail .gallery-item {
    padding-right: 15px;
}