.container {
    width: 1170px;
}
.blog-post-container, aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-post-container {
  width: 70%;
  float: left;
}

.blog-post-container .pagination {
  display: block;
  text-align: center;
}

.blog-post-container .pagination .screen-reader-text {
  margin-right: 10px;
}

.blog-post-container .pagination .nav-links {
  border: none;
}

.blog-post-container .pagination .screen-reader-text,
.blog-post-container .pagination .nav-links {
  display: inline-block;
}

.blog-post-container .pagination .nav-links span,
.blog-post-container .pagination .nav-links a {
  margin-right: 4px;
}

.blog-post, .blog-post-horizontal {
  border: 1px solid #d3d2d2;
  box-shadow: none;
  margin-bottom: 30px;
  height: auto;
}

.blog-post-horizontal {
  overflow: hidden;
  min-height: 164px;
  box-shadow: none;
}

.blog-post-horizontal .blog-post-thumb img {
  float: left;
  height: 240px;
  width: 240px;
}

.blog-post-content, .blog-post-content-horizontal {
  padding: 20px;
}

.blog-post-content-horizontal {
  overflow: hidden;
}

.blog-post-content-horizontal .blog-post-body h2 {
  font-size: 22px;
  margin-bottom: 10px;
  height: 100%;
  overflow: hidden;
}

.blog-post-content-horizontal .blog-post-body h2 a {
  color: #000;
}

.blog-post-content-horizontal .blog-post-body p { }

.blog-post-autor {
  font-size: 12px;
  color: #696969;
  margin-bottom: 10px;
  line-height: 130%;
}

.blog-post-autor a {
  color: #de5124;
}

.blog-post-autor a.clink {
  color: #000;
  text-decoration: underline;
}

.blog-post-thumb { }

.blog-post-body h2 {
  font-size: 24px;
  margin-bottom: 5px;
  height: 80px;
  overflow: hidden;
}

.blog-post-body h2 a {
  color: #000;
}

.blog-post-body .excerpt {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 25px;
  height: 110px;
  overflow: hidden;
}

.permalink {
  text-align: right;
}

.permalink a {
  color: #256db0;
  padding: 5px 12px;
  border: 1px solid #d3d2d2;
  border-radius: 6px;
}

.permalink a:hover {
  background-color: #256db0;
  border-color: #256db0;
  color: #fff;
  text-decoration: none;
}

.blog-post-single {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.post-single-autor {
  line-height: 54px;
  margin-bottom: 30px;
}

.post-single-autor .avatar {
  position: relative;
  float: left;
  width: 54px;
  z-index: 9;
  border-radius: 50%;
}

.post-single-autor .autor-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #282828;
  color: #fff;
  padding: 0px 35px 0px 25px;
  font-size: 14px;
  margin-left: -15px;
  z-index: 5;
  line-height: 30px;
}

.post-single-autor .autor-title a {
  color: #50c1ec;
  text-decoration: underline;
}

.post-single-autor .autor-title:after {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 17px solid transparent;
}

h1.post-single-title {
  font-family: RobotoSlabBold, Geneva, sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  max-width: 1170px;
}

.post-single-social {
  margin: 30px 0;
}

.post-single-thumb {
  margin-bottom: 30px;
}

.post-single-thumb img {
  height: auto !important;
}

.post-single-content {
  font-size: 20px;
  line-height: 32px;
}

.post-single-content p {
  font-size: 17px;
  line-height: 160%;
  margin-bottom: 22px;
}

.post-single-content h2,
.post-single-content h3 {
  font-size: 24px;
  margin-bottom: 26px;
  font-weight: 700;
}

.post-single-content h3 {
  font-size: 20px;
}

.post-single-content ol,
.post-single-content ul {
  margin: 0 0 1.5em 3em
}

.post-single-content ol, .post-single-content ol li { list-style: decimal; }
.post-single-content ul, .post-single-content ul li { list-style: disc }

.post-single-content ol li,
.post-single-content ul li {
  font-size: 17px;
}

aside {
  float: left;
  width: 28%;
  margin-left: 2%;
}

.widget {
  margin-bottom: 30px;
  padding: 25px;
  border: 1px solid #d3d2d2;
}

.widget h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 120%;
}

.widget div.headline {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.widget-search {
  position: relative;
  width: 100%;
  padding: 16px 20px;
  background-color: #57523f;
  border: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.widget-search input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 22px 0 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  border: none;
  border-radius: 4px;
}

.widget-search ::-webkit-input-placeholder {
  color: #000;
}

.widget-search ::-moz-placeholder {
  color: #000;
}

.widget-search :-moz-placeholder {
  color: #000;
}

.widget-search :-ms-input-placeholder {
  color: #000;
}

.widget-search .magn {
  position: absolute;
  top: 35px;
  right: 30px;
  display: block;
  width: 24px;
  height: 24px;
  background: transparent url("../img/magn.png");
  border: none;
}

.widget-submit {
  background-color: #f4f7e8;
}

.widget-submit p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.widget-submit-orange {
  background-color: #de5124;
  color: #fff;
  padding: 20px;
}

.widget-submit-orange h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.widget-submit-orange p {
  font-size: 15px;
  margin-bottom: 10px;
}

.widget-submit-orange .submit-post {
  display: inline-block;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  background-color: #fff;
  color: #de5124;
}

.widget-submit-orange .submit-post:hover {
  background-color: #fff;
  color: #de5124;
}

.widget-yarpp .yarpp-related {
	margin: 0;
}

.widget-yarpp .yarpp-related ol {
	list-style-type: inherit;
	padding-left: 14px;
}

.widget-yarpp .yarpp-related h3 {
	color: #de5124;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px;
	padding: 0;
	text-transform: uppercase;
}

.widget-yarpp .yarpp-related a {
	margin-bottom: 10px;
    color: #000;
    display: block;
    font-size: 14px;
	font-weight: normal;
}

.widget-yarpp .yarpp-related a:hover {
	text-decoration: underline;
}

.abh_box .abh_tab_content .abh_text .abh_job {
	font-size: 13px !important;
}

/* widget */

.submit-post {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background-color: #de5124;
  padding: 15px 0;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 12px;
}

.submit-post:hover {
  text-decoration: none;
  background-color: #de5124;
  color: #fff;
}

.widget-popular ul li {
  border-bottom: 1px solid #d3d2d2;
  padding-bottom: 6px;
  padding-top: 5px;
}

.widget-popular ul li a {
  color: #000;
}

/* contribute blog page    /* border-radius: 4px; */

.contributor_program { display:block; }
.contributor_program h1 { font-size:30px; margin-bottom:15px; font-family:'LatoBoldd'; font-weight:normal; }
.contributor_program h3 { font-size:28px; margin-bottom:15px; font-family:'LatoBoldd'; font-weight:normal; }
.contributor_program p { font-size:17px; font-family:'LatoRegular'; line-height:28px; margin-bottom: 15px; }
.query_form { display:block; overflow:hidden; clear:both; background:#de5125; padding:24px; margin-top:40px; }
.query_form .validation_message, .query_form .validation_error , .query_form .gfield_required , .query_form .gform_confirmation_message{color:#fff !important; }
.query_form label { font-size:19px !important; cursor:pointer; font-family:'LatoRegular' !important; font-weight:normal !important; margin:6px 0; color:#fff; }
.query_form .form-control, .query_form input[type="text"], .query_form input[type="tel"], .query_form input[type="email"] { padding:10px 15px !important; height:42px !important; font-size:18px !important; border:1px solid #dfdfdf !important; box-shadow:1px 2px 4px 1px #f5f5f5 inset !important; -webkit-box-shadow:1px 2px 4px 1px #f5f5f5 inset !important; border-radius: 4px; }
.query_form .btn-app, .query_form input[type="submit"]{ font-size:18px !important; font-family:'LatoBoldd' !important; font-weight:500 !important; padding:8px 21px !important; margin-top:0px !important; margin-left:18px !important;  border-radius:6px !important; -webkit-border-radius:6px !important; background: #fff6f3 none repeat scroll 0 0 !important; color: #000 !important; height:50px; }

.contributor_requirements { display:block; overflow:hidden; clear:both; min-height:680px; background:#fff6f3; padding:23px; color:#000; }
.contributor_requirements h3 { color:#000; margin-bottom:15px; text-transform:uppercase; font-family:'LatoBoldd'; font-size:20px; font-weight:normal; }
.contributor_requirements ul { display:block; overflow:hidden; clear:both; font-family:'LatoRegular'; font-size:16px; line-height:24px; }
.contributor_requirements ul li { display:block; overflow:hidden; clear:both; padding:0 0 17px 30px; background:url(../images/arrow1.png) no-repeat 0 4px; }
.coverage_area { display:block; overflow:hidden; clear:both; padding:45px 0 35px; }
.coverage_area ul { display:block; overflow:hidden; clear:both; font-size:16px; font-family:'LatoRegular'; }
.coverage_area ul li { display:block; overflow:hidden; clear:both; padding:0 0 20px 30px; background:url(../images/arrow2.png) no-repeat 0 3px; }
.coverage_area ul.list { padding-left:15px; }
.coverage_area ul.list li { display:inline-block; vertical-align:top; width:33%; padding-right:20px; }
.coverage_area ul li.headline { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; font-family: "LatoBoldd"; font-size: 21px; padding-left: 0; }
.coverage_area ul li span { font-family:'LatoRegular'; font-weight:bold; }
.border_title { display:block; overflow:hidden; clear:both; padding:10px 0 13px; margin-bottom:14px; border-bottom:2px solid #eaeaea; font-size:24px; font-family:'LatoBoldd'; }
.terms_conditions { display:block; overflow:hidden; clear:both; margin:10px 0 50px; }
.terms_conditions ul { display:block; overflow:hidden; clear:both; font-size:16px; font-family:'LatoBoldd'; }
.terms_conditions ul li { display:list-item; list-style:numeric; margin:0 0 14px 20px; }
.terms_conditions ul li span { display:block; padding-left:10px; font-size:16px; font-family:'LatoRegular'; }
.post-single-content table td, .post-single-content table th { border: solid 1px #ccc; padding : 3px }
.post-single-content table th { background-color: #e7e7e7; }
