/*
Theme Name: Review
Author: Market JD
Author URI: http://www.marketjd.com/
Description: Wordpress theme for Market JD
Version: 1.6
Text Domain: mjd
*/
@import url('https://fonts.googleapis.com/css?family=Overpass:300&display=swap');

body {
    background-color: #ffffff;
    font-family: 'Overpass', sans-serif;
	font-size: 16px;
    color: #002b47;
	position: relative;
	font-weight: 300;
}
.site-main{
	padding-bottom:40px;
}
a {
    color: #f28230;
}

a:hover {
    color: #d17300;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

header h1{
	margin-top: 40px;
    margin-bottom: 40px;
}

.home .img-home img{

	height: 518px;
    width: 525px !important;
}
.blog .site-content .entry-content .h3, .page-template-template-projects .single-post header .h3{
	font-size:24px;
	padding-top: 20px;
}
.blog .site-content .entry-content ,.page-template-template-projects .site-content .entry-content{
	min-height:auto;
	border-radius: 0;
}
.blog .site-content .col-md-4, .site-content .col-md-4{
	margin-bottom:30px;
}
.site-content .entry-content, .page-template-template-projects .content{
	border: 1px solid #d6d6d6;
    padding: 12px 12px;
    background: #FFF;
    border-radius: 4px;
	width: 100%;
}

.single-project .content{
	padding-top:30px;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 20px auto;
}
.page-template-template-projects .content{
	border-radius: 4px;
	text-align:center;
}

.page-template-template-projects .content .h3{
	font-size: 26px;
    color: #000;
    padding-top: 20px;
	margin-bottom:0;
}
.page-template-template-projects .content .meta{
	font-size: 14px;
}
	
.home-box {
    overflow: hidden;
    border: 1px solid #d6d6d6;
    padding: 15px 15px 10px 75px;
    background: #FFF;
    min-height: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF;
    background-position: 15px 20px;
    background-repeat: no-repeat;
}
.feedback {
    background-image: url('images/lookfor.png');
}
.help {
    background-image: url('images/feedback.png');
}
.look-for {
    background-image: url('images/help.png');
}
.home-box a {
    background: url('images/link-arrow.png') no-repeat 100% 60%;
    display: inline-block;
    padding-right: 20px;
    font-weight: 400;
    color: #f47f20;
}
.home-box h3 {
    color: #392b00;
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 10px;
}
.form-pwd input[type="submit"]{
	background: #f78320;
	border: 0;
	border-radius: 4px;
	color: #fff;
	padding: 6px 50px 3px 50px;
	font-weight: bold;	
}
.form-pwd input[type="submit"]:hover{
	background-color: #d17300;
}
footer{
	color: #bdc3c7;
    background: #3b3939;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
}
footer .copy{
	padding-top: 5px;
	padding-bottom: 5px;
}
footer a {
    color: #ffffff;
}
footer a:hover {
    color: #d17300;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;;
}
footer ul > li {
    display: inline-block;
    margin-left: 15px;
}

.site-main .title{
	background-color: #f28230;
    border-radius: 4px 4px 0 0;
    display: block;
    font-size: 18px;
    padding: 12px 16px;
    margin-bottom: 20px;
}


.site-main .title{
	color:#fff;
}
.site-main .project .thickbox {
    border: 1px solid #ccc;
    padding: 5px;
	border-radius: 4px;
}
.site-main .page-title{
	display: block;
    text-align: center;
	padding-top: 10px;
}
.project .revision{
    border-radius: 4px;
    border: 1px solid #efe8e8;
	margin-top: 20px;
}
.project-row {
   padding:10px;
}
.project-row a{
	word-wrap: break-word;
}
.project-row .cbtn{
   padding: 13px 50px 10px 50px;
   width:auto;
}

.site-main .title a {
    color: #ffffff;
}
a.cbtn {
    width: 250px;
	background: #f78320;
	border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
	font-weight: bold;
    display: inline-block;
    text-decoration: none;
    text-align: center;
	transition: 0.5s;
}
.site-main .cbtn:hover{
    background-color: #d17300;
    color: #fff;
}
.pagination-wrapper {
    margin-top: 30px;
	text-align: center;
}
.three_boxes{
	margin-top:20px;
}
.single-post header .h3{
	font-size:36px;
}

.single-post .border-sp {
    border-bottom: 2px solid #f28637;
    margin-bottom: 22px;
    width: 100%;
    float: left;
    padding: 8px;
}
.single-post .date {
    clear: both;
}
.single-post .author {
	text-transform:capitalize;
}
.overlay {
    position: absolute;
    content: ' ';
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: none;
	left: 0;
}
.read-more{
	display: block;
    text-decoration: underline;
}
@media (max-width: 1199px){
	.container{
		max-width: 100%;
	}
}
@media (max-width: 991px){
}

@media (max-width: 767px){
}

@media (max-width: 575px){
}