/*
Theme Name: SimplePress
Theme URI: http://dessign.net/simplepresstheme
Author: DessignThemes
Author URI: http://dessign.net
Description: 
Version: 1.2.1
License: GNU General Public License version v3
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: One Blog
Tags: black, gray, dark, white, one-column, two-columns, three-columns, right-sidebar,light,theme-options,responsive-layout, custom-background, custom-menu
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {
	margin: 0;
}
.bypostauthor {}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.container {
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1180px;
}
.container.foot {
  padding: 45px 0 0;
}
.clear {
  clear: both;
}
body {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 140%;
  margin: 0;
}
p { font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: normal; color: #333; line-height: 160%; letter-spacing: 2px; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
/**HEADER**/
header#head {
  /*margin: 0 0 8px;*/
}
.head-top {
  padding: 40px 0 36px;
}
.head-top .logo {
  float: left;
  width: 730px;
}
.mobile-nav { 
  display: none;
}
.head-fixed.fixed, .mobile-nav.fixed {
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99999;
  position: fixed;
}
.head-fixed.fixed.bottom{
  top: 42px;
}
.head-nav {
  border-top: 2px solid #000000;
  padding: 12px 0;
}
.head-nav .slicknav_btn {
  float: left;
}
.head-nav .head-socials {
  display: none;
  float: left;
  width: auto;
}
.nav {
  float: left;
  width: 730px;
}
.nav ul {
  font-size: 0;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav ul li {
  display: inline-block;
  position: relative;
}
.nav ul > li.current-menu-item:not(.menu-item-home) a { background: #000; }
.nav ul li:last-child {
  margin-right: 0;
}
.nav ul li a {
  color: #000;
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding: 12px 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.nav ul li:hover a,
.nav ul li.current-menu-item a { 
  background: #000;
  color: #fff;
}
.nav ul li ul { position: absolute; left: 0; z-index: 100; display: none; }
.nav ul li ul li { float: none; margin: 0; width: 210px; 
    background-color: #000; 
   padding: 0; font-size: 13px; /*-moz-box-shadow: 0 0 1px 1px #eee; -webkit-box-shadow: 0 0 1px 1px #eee; box-shadow: 0 0 1px 1px #eee; */ }
.nav ul li ul li ul { margin-left: 100%; top: 0; }
.nav ul li ul li:first-child { border-top: none; }
.nav ul li ul li a {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  height: auto;
  padding: 15px;
  text-align: left;
  width: auto;
}
.nav ul li ul li a:hover { background-color: #555555; color: #fff; text-decoration: none; border: none; }
.slicknav_menu { background: #fff; }
.slicknav_menu ul li a { color: #333; }
.slicknav_menu ul li a:hover a,
.slicknav_menu ul li a:hover,
.slicknav_menu ul li ul li a:hover,
.slicknav_nav .slicknav_row:hover { background: #333; color: #fff !important; border-radius: 0; }
.head-socials {
  float: right;
  text-align: right;
  width: 355px;
}
.head-socials ul {
  font-size: 0;
  line-height: 1;
  list-style: outside none none;
  margin:  0;
  padding: 0;
}
.head-socials ul li {
  display: inline-block;
  margin: 0 7px 7px 0;
}
.head-search { float: right; width: 370px; }
.search-form { position: relative; }
.search-form input[type="search"], .search-form .search-field {
  background: #000000 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-weight: bold;
  height: 40px;
  margin: 0;
  width: 100%;
}
.search-form input[type="image"] {
  position: absolute;
  right: 12px;
  top: 12px;
}
.home .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
}
.home-featured {
  overflow: hidden;
  position: relative;
}
.home-featured.s-left {
  width: 775px;
  height: 515px;
  float: left;
}
.home-featured.s-right {
  width: 370px;
  height: 240px;
  float: right;
  margin: 0 0 35px;
}
.home-featured.s-right:last-child {
  margin: 0;
}
.home-featured iframe {
  width: 100%;
  height: 100%;
}
.home-featured-bg {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.home-featured .dark-hover {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  box-sizing: border-box;
  display: none;
  height: 100%;
  padding: 22px 15px;
  position: absolute;
  text-align: center;
  
  width: 100%;
}
.home-featured:hover .dark-hover{
  display: table;
}
.home-featured .dark-hover a{
  color: #ffffff;
  display: table-cell; 
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
}
.home .bx-wrapper .bx-controls-direction a {
  bottom: 0px;
  height: 50px;
  margin-top: 0;
  top: auto;
  width: 50px;
}
.home .bx-wrapper .bx-next {
  background: #000000 url("images/next-slide.png") no-repeat scroll 0 0;
  right: 0;
}
.home .bx-wrapper .bx-prev {
  background: #000000 url("images/prev-slide.png") no-repeat scroll 0 0;
  right: 50px;
  left: auto;
}
/**BLOG**/
.post_content .blog_post_box { padding: 0 0 35px; 
	margin: 0 0 45px; text-align: center; }
.post_content .blog_post_box.sticky { background: #FAFAFA;
	padding: 35px 0; }
.post_content .blog_post_box .blog_box_featured_image { margin: 0 0 20px; overflow: hidden; }
.post_content .blog_post_box .blog_box_featured_image img { transition:all 0.3s ease-in-out; display: block; }
.blog_box_featured_image > a { display: table; margin: 0 auto; }
.post_content .blog_post_box .blog_box_featured_image img:hover { transform: scale(1.05); }
.blog_box_featured_image iframe, .post_box iframe {
  height: 439px;
  width: 100%;
}
.post_content .blog_post_box h3 { margin: 0 0 15px; font-size: 30px; font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: 140%; letter-spacing: 1.5px; }
.post_content .blog_post_box h3 a:hover { text-decoration: underline; }
.post_content .blog_post_box .blog_post_date { font-size: 20px; font-weight: lighter }
.post_content .blog_post_box .blog_post_content { text-align: center; margin: 0 0 35px; padding: 0 30px;  font-family: 'Montserrat', sans-serif; font-weight: 400; line-height: 140%; letter-spacing: 1.5px; font-size: 16px;}
.post_content .blog_post_box .read-more {
  background: #000; 
  color: #fff;
  padding: 5px 10px; 
	display: inline-block;
  text-align: center; 
	text-transform: uppercase;
}
.post_content .post_tags { font-size: 12px; font-style: italic; }
.post_box { position: relative; }
.post_nav { position: absolute; right: 0; top: 0; }
.post_nav .prev_post { float: left; width: auto; margin: 0 10px 0 0;  }
.post_nav .prev_post a { height: 30px; width: 30px; background: url(images/new-prev.png) no-repeat; display: block; }
.post_nav .next_post { float: right; width: auto; }
.post_nav .next_post a { height: 30px; width: 30px; background: url(images/new-next.png) no-repeat; display: block; }
.post_content .archive_title h2 {
  border-left: 30px solid #000000;
  border-right: 30px solid #000000;
  display: inline-block;
  margin: 0 0 30px;
  padding: 0 20px;
  text-transform: uppercase;
}
/**CONTENT**/
.content {
  overflow: hidden;
  padding: 20px 0 40px;
}
.blog_posts_nav { font-size: 24px; font-weight: 700; }
.blog_posts_nav .prev_posts { float: left; }
.blog_posts_nav .next_posts { float: right; }
.sidebar {
  float: right;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.5px;
  width: 370px;
}
.post_content {
  box-sizing: border-box;
  color: #333333;
  float: left;
  padding-left: 10px;
  width: 1180px;
}
.archive_title h2 {
  display: inline-block;
  text-transform: uppercase;
}
.archive_title h2::after {
  background: #000000 none repeat scroll 0 0;
  content: " ";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
}
.archive_title h2::before {
  background: #000000 none repeat scroll 0 0;
  content: " ";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
}
.post_content > article { overflow: hidden; }
.post_content a { color: #000; }
.post_content h1 { line-height: 1; font-size: 30px; margin: 5px 0 25px; max-width: 720px; }
.post_content h2 { line-height: 1; font-size: 26px; margin: 0 0 25px; }
.post_content h3 { line-height: 1; font-size: 25px; font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: 140%; letter-spacing: 1.5px; margin: 0 0 25px; }
.post_content h4,
.post_content h5,
.post_content h6 { line-height: 1; font-size: 18px; 
font-weight: bold; margin: 0 0 10px; }
.post_content img { max-width: 100%; }
.post_content input[type="text"],
.post_content input[type="email"],
.post_content input[type="password"],
.post_content input[type="search"],
.post_content input[type="phone"] { 
	width: 300px; height: 40px; 
	border: 2px solid #ddd; background: #f5f5f5; 
	box-sizing: border-box; padding: 5px 10px; 
	margin: 0 0 5px; }
.post_content input[type="submit"], 
	button { padding: 10px 15px; background: #000; 
	color: #fff; text-transform: uppercase; 
	border: none; margin: 0 0 5px; cursor: pointer; }
.post_content textarea { background: #f5f5f5; 
	border: 2px solid #ddd; }
.load_more_text {
  display: block;
  text-align: center;
}
.load_more_text a {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  padding: 10px 15px;
  width: 240px;
}
.hoverables {
  overflow: hidden;
}
.hoverable-post {
  float: left;
  margin: 0 35px 0 0;
  overflow: hidden;
  position: relative;
  width: 370px;
}
.home .blog-hoverables {
  margin: 35px 0;
}
.hoverable-post-feature {
  overflow: hidden;
  position: relative;
}
.hoverable-post-feature iframe {
  width: 100%;
  height: 100%;
}
.blog-hoverables .hoverable-post-feature {
  height: 490px;
}
.category-hoverables .hoverable-post-feature {
  height: 245px;
}
.hoverable-post .meta-post .read-more {
  color: #333333;
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 0 0 45px;
}
.blog-hoverables .hoverable-post {
  margin-bottom: 15px;
}
.blog-hoverables .hoverable-post .meta-post .read-more {
  display: none;
}
.hoverable-post:last-child {
  margin-right: 0px;
}
.the_posts .hoverable-post:nth-child(2n+2){
  margin-right: 0;
}
.hoverable-bg {
  display: block;
  height: 100%;
  position: absolute;
  
  width: 100%;
}
.hoverable-bg:hover {
  
}
.hoverable-post .meta-post {
  text-align: center;
}
.hoverable-post .meta-post h3 a {
  color: #222;
  font-size: 22px;
  text-transform: uppercase;
   font-family: 'Montserrat', sans-serif; 
   font-weight: bold;
   line-height: 140%;
   letter-spacing: 2.5px;
   
}
.hoverable-post .meta-post h3 {
  margin: 28px 0 0;
}
.hoverable-post .meta-post h3 a:hover {
  text-decoration: underline;
}
.hoverable-post .meta-post .meta-post-date {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.the_posts {
  float: left;
  width: 775px;
}
/**PAGINATION**/
.pagination {
  margin: 30px 0 0;
  text-align: center;
}
.page-numbers {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #000000;
  color: #000000;
  padding: 10px 15px;
  display: inline-block;
}
.page-numbers.dots {
  border: medium none;
}
.page-numbers.current { 
  background: #000; color: #fff;
}
/**COMMENTS**/
.home_blog_box { margin: 30px 0;  
	padding: 30px 0 10px; }
#commentform label { display: block; }
.commentlist {
	background: #f2f2f2 none repeat scroll 0 0;
	padding: 15px;
	list-style: none;
}
.commentlist ol.children { list-style: none; }
.comment.even {
  background: #ffffff none repeat scroll 0 0;
  padding: 10px;
}
.comment.odd {
  background: #eee;
  padding: 10px;
}
#comments .comment-reply-link { background: #000; 
	padding: 5px 10px; font-size: 12px; color: #fff; 
	display: inline-block; }
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="phone"],
select { width: 300px; 
  height: 40px; border: 2px solid #ddd; 
  background: #fff; box-sizing: border-box; 
  padding: 5px 10px; margin: 0 0 5px; }
input[type="submit"], button { padding: 5px 10px; 
  background: #000;
  color: #fff;
  text-transform: uppercase; 
  border: none;
  margin: 0 0 5px;
  cursor: pointer; }
.foot-col input[type="submit"], button { border: 1px solid #fff; }
/**WIDGETS**/
.widget-box:not(.footer_box) { margin: 0 0 25px; }
.widget-box:not(.footer_box) h3 {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 14px;
  margin: 0 0 15px;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
}
.home-box h3.home-widget-title {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #000;
  font-size: 16px;
  text-align: left;
  padding: 0;
}
.home-widgets { overflow: hidden; }
.widget-box.home-box {
  float: left;
  width: 33.33%;
}
.widget-box.home-box {
  background: #dfdfdf none repeat scroll 0 0;
  box-sizing: border-box;
  float: left;
  margin: 0 16px 13px 0;
  padding: 18px 15px;
  width: 362px;
}
.home-widgets .widget-box.home-box:last-child {
  margin-right: 0;
}
.widget-box ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget-box ul.children { 
  padding-left: 20px;
  margin: 10px 0 0;
}
.widget-box ul li {
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
}
.widget-box ul.children li:last-child { 
  border-bottom: none;
}
.widget-box ul li a {
  color: #000000;
  display: inline-block;
  padding: 0 0 5px;
}
.widget-box ul li a:hover {
  text-decoration: underline;
}
.foot-col .widget-box ul li a { 
  color: #fff;
}
.widget-box .search-form input[type="search"],
.widget-box select {
  width: 100%;
}
.widget_box.footer_box .search-form .search-field {
  border: 2px solid #ffffff;
}
.tagcloud a {
  border: 1px solid #eee;
  color: #333;
  font-size: 14px !important;
  padding: 10px 15px;
  display: inline-block;
  margin: 2px 0;
}
/**FOOTER**/
footer#foot {
  background: #000;
  color: #fff;
  margin-top: 0;
}
.main-foot {
  border-bottom: 1px solid #777777;
  overflow: hidden;
  padding: 90px 0 75px;
}
.foot-col {
  box-sizing: border-box;
  float: left;
  margin-right: 60px;
  padding: 0 20px;
  width: 333.33px;
}
.foot-col:last-child { 
  margin-right: 0; }
.footer_box h3 { 
  text-transform: uppercase; }
.foot-col .widget_box.footer_box { 
  color: #fff;
  margin-bottom: 20px;
}
.foot-col .widget_box.footer_box ul { 
  list-style: none;
  margin: 0;
  padding: 0;
  }
.foot-col .widget_box.footer_box ul li a {
  color: #ffffff;
}
.footer_box .tagcloud a {
  color: #fff;
}
.bottom-foot {
  padding: 30px 0 15px;
  text-align: center;
}
.bottom-foot p { 
  margin: 0;
  color: #777;
}
.bottom-foot p a {
  color: #fff;
}
/**RESPONSIVE**/
@media only screen and ( max-width: 1200px ){
  .container { 
    width: 960px;
  }
  .head-top .logo, .nav, .post_content {
    width: 65.68%;
  }
  .head-search, .head-socials, .sidebar {
    width: 31.35%;
  }
.home-featured.s-left {
  width: 65.68%;
  height: 419px;
}
.home-featured.s-right {
  width: 31.35%;
  height: 195px;
}
.hoverable-post {
  margin-right: 28px;
  width: 31.35%;
}
.blog-hoverables .hoverable-post-feature {
  height: 399px;
}
.the_posts {
  width: 65.68%;
}
.category-hoverables .hoverable-post {
  width: 47.7%;
}
.category-hoverables .hoverable-post-feature {
  height: 199px;
}
.widget-box.home-box {
  margin-right: 15px;
  width: 290px;
}
.foot-col {
  width: 260px;
}
@media only screen and ( max-width: 960px ){
  .container { 
    width: 748px;
  }
  .mobile-nav {
    display: block;
  }
  .head-fixed.fixed .head-socials {
    display: none;
  }
  .head-socials ul li {
    margin: 0;
  }
  .head-top {
    padding: 0;
  }
  .head-top .head-socials { 
    display: none;
  }
  .head-nav .head-socials { 
    display: block;
  }
  .head-nav {
    border-top: none;
  }
  .head-top .logo, .post_content {
    width: 65.68%;
  }
  .nav {
    display: none;
  }
  .head-search, .head-socials, .sidebar {
    width: 218px;
  }
  .hoverable-post {
    margin-right: 22px;
	
  }
  .home-featured.s-left { height: 326px; }
  .home-featured.s-right { height: 152px; }
  .blog-hoverables .hoverable-post-feature { height: 310px; }
  .category-hoverables .hoverable-post-feature {  height: 155px; }
  .home-featured.s-right { margin-bottom: 22px; }

  .home-featured .dark-hover a {
    font-size: 20px;
  }
  .widget-box.home-box {
    margin-right: 8px;
    width: 224px;
  }
  .foot-col {
    margin-right: 20px;
    width: 216px;
  }
  .blog_posts { width: auto; }
  .post_content img { width: 100%;}
  .page-template-tpl-blog .blog-hoverables .hoverable-post {
    width: 47.7%; 
  }
  
 
  }
@media only screen and ( max-width: 767px ){
  .container { width: 300px; padding: 0 10px; }
  .head-search {
    display: none;
  }
  .home-featured {
  height: 200px !important;
  width: 100%;
}
  .head-top {
    padding: 10px 0;
  }
  .head-nav .head-socials {
    float: none;
  }
  .home-featured-left .home-featured,
  .home-featured-right .home-featured {
    height: 195px;
    margin: 0 0 10px;
  }
  .the_posts {
    float: none;
    margin: 0;
    width: auto;
  }
  .head-top .logo, .nav, .post_content {
    float: none;
    width: auto;
  }
  .hoverable-post {
    float: none;
    margin: 10px 0;
    width: 100% !important;
  }
  .archive .content .container, .home .content .container { width: 100%; }
  .archive .content .sidebar, .home .content .sidebar { padding-left: 20px; padding-right: 20px; }
  .archive_title { padding: 0 20px; }
  .post_content .blog_post_box h3 { padding: 0 20px; }
.head-search {
  float: none;
  margin: 5px 0;
  text-align: center;
  width: auto;
} 
.head-socials {
  float: none;
  text-align: center;
  width: auto;
}
.head-socials a {
  width: 45px;
}
.home-featured-left,
.home-featured-right {
  float: none;
  width: auto;
  margin: 0;
}
.widget-box.home-box {
  margin: 0 0 10px;
  width: auto;
}
.main-foot {
  padding: 30px 0;
}
.foot-col {
  float: none;
  margin: 0 0 10px;
  width: auto;
}
.vcard img {
  display: inline-block;
  width: 20%;
}
.post_content input[type="text"], .post_content input[type="email"], .post_content input[type="password"], .post_content input[type="search"], .post_content input[type="phone"], textarea { width: 100%; }
  .post_content { width: auto; float: none; }
  .content {
  margin: 10px 0;
}
.search-form input[type="search"], .search-form .search-field { 
  height: 50px;
  padding: 10px 20px;
}
.search-form input[type="image"] {
  padding: 12px 20px;
  top: 0;
}
  .post_content .blog_post_box .blog_post_content { max-height: 225px; overflow: hidden; }
  .sidebar { width: auto; float: none; margin: 30px 0 0; overflow: hidden;  }
}