/*
Theme Name: Square Box Responsive Theme
Theme URI: http://www.dessign.net/squareboxtheme/
Description: Square Box Responsive Theme for WordPress with infinite scroll is stylish, customizable, simple, and readable. Perfect for any illustrator, designer and blogger. 
Version: 2.0
Author: Marios Lublinski
Author URI: http://www.dessign.net
Tags: 4 column theme, clean, portfolio, blogger
*/
/* =WordPress Core


-------------------------------------------------------------- */
hr {
  height: 1px;
  color: #000;
  border-width: 0;
  background-color: #000;
  margin: 5px 0 5px 0;
}
.map {
  width: 100%;
  height: 300px;
  border: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  /*
filter: saturate(0%); 
-webkit-filter: saturate(0%);
-moz-filter: saturate(0%);
-o-filter: saturate(0%);
-ms-filter: saturate(0%);
*/
}
.location {
  width: 100%;
  padding-top: 150px;
  clear: both;
}
.gray {
  color: #666;
}
.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: 0px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
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;
  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 {
  margin: 0;
  text-align: left;
  font-size: 10px;
  color: #333;
  letter-spacing: 2px;
  padding: 0 4px 5px;
}
/* Global */
body, div {
  margin: 0;
  padding: 0;
}
body {
  font-size: 13px;
  font-family: arial, helvetica, sans-serif;
  color: #000;
  line-height: 15px;
}
h1, h2, h3, h4, h5, p {
  margin: 10px 0;
}
img {
  border: none;
}
p {
  line-height: 19px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.desktop_clear {
  clear: both;
}
a {
  text-decoration: none;
  color: #82817b;
}
a:hover {
  color: #000;
  background-color: #FFF000
}
a:visited {
  text-decoration: none;
}
.nocomments {
  display: none;
}
#main_container {
  width: 985px;
  margin: 0 auto;
}
/* Header */
#header {
  padding: 25px 0 10vh 0;
}
#header .left {
  width: 150px;
}
#header .left img {
  max-width: 510px;
  height: inherit;
}
#header .right {
  width: 500px;
  padding-top: 15px;
}
.logo {
  float: left;
}
.head_social {
  float: right;
  margin-top: -3px;
}
.head_social img {
  float: left;
  margin-left: 10px;
}
.go_to_main_page_button {
  margin-top: 20px;
  font-size: 16px;
}
#menu_container {
  max-width: 720px;
  float: right;
  margin-right: 5px;
}
#menu_container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu_container ul li {
  float: left;
  font-size: 12px;
  margin: 0 17px;
  text-transform: uppercase;
}
#menu_container ul li a {
  color: #82817b;
  text-decoration: none;
}
#menu_container ul li a:hover {
  color: #000;
  background-color: #FFF000;
}
#menu_container ul li.current-menu-item a, #menu_container ul li.current_page_item a {
  color: #000;
}
#menu_container ul li ul {
  display: none;
}
.cat_menu_container {
  float: right;
  margin: 15px 10px 0 0;
}
.cat_menu_container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}
.cat_menu_container ul li {
  float: left;
  padding: 0 14px 0 9px;
  background: url('images/cat-menu-divider.jpg') no-repeat;
  background-position: center right;
}
.cat_menu_container ul li a {
  color: #BFBFCA;
  text-decoration: none;
}
.cat_menu_container ul li a:hover {
  text-decoration: underline;
}
.cat_menu_container ul li.current-menu-item a, .cat_menu_container ul li.current_page_item a {
  text-decoration: underline;
}
.cat_menu_container ul li:last-child {
  background: none;
}
.cat_menu_container ul li ul {
  display: none;
}
/* Content */
#slideshow_cont {
  width: 852px;
  height: 282px;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  position: relative;
}
#slideshow img {
  width: 852px;
  height: 282px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#slideshow img.first_img {
  display: block;
}
.slide_prev {
  position: absolute;
  left: 10px;
  top: 125px;
  z-index: 10;
  cursor: pointer;
  display: none;
}
.slide_next {
  position: absolute;
  right: 10px;
  top: 125px;
  z-index: 10;
  cursor: pointer;
  display: none;
}
.home_post_box {
  float: left;
  width: 240px;
  height: 365px;
  margin-right: 4px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.home_post_box img {
  width: 240px;
  height: 365px;
}
.home_post_box_last {
  margin-right: 0;
}
.home_post_text {
  left: 0px;
  bottom: 0px;
  position: absolute;
  width: 220px;
  background-color: #fff000;
  padding: 15px 10px;
  color: #727272;
  display: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.home_post_text h3 {
  margin-top: 0;
  color: #000;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: normal;
}
.home_post_text h2 {
  margin-top: 0;
  color: #000;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: normal;
}
.home_post_text h1 {
  margin-top: 0;
  color: #000;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: normal;
}
.home_post_text ins {
  color: #333;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: normal;
}
.home_post_text small {
  color: #000;
  font-size: 11px
}
.home_post_text p {
  margin: 0;
}
.home_blog_box {
  float: left;
  width: 280px;
  height: auto !important;
  cursor: auto !important;
  margin-right: 4px;
  margin-bottom: 4px;
  min-height: 280px;
}
.home_blog_box img {
  width: 280px;
  height: 280px;
}
.home_blog_box_last {
  margin-right: 0;
}
.home_blog_box h4 {
  font-size: 16px;
  font-weight: normal;
}
#single_cont {}
.single_left {
  float: left;
  width: 985px;
}
.single_title h1 {
  margin-bottom: 0px;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 24px;
  font-weight: normal;
}
.single_title small {
  margin-top: 0;
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.5px;
}
.single_title ins {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 24px;
  font-weight: normal;
  color: #ababab;
  text-decoration: none;
}
ins {
  text-decoration: none;
}
#commentform input[type=submit] {
  background-color: #161616;
  color: #fff;
  border: 1px solid #6E6E6E;
  padding: 3px 5px;
}
.load_more_cont {
  clear: both;
}
#infscr-loading {
  opacity: 0;
}
/* Sidebar */
#sidebar {
  width: 210px;
  float: right;
}
.side_box {
  margin-top: 45px;
}
.side_box h3.side_title {
  margin-top: 0;
  font-size: 14px;
}
.side_box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.side_box ul li {
  margin-bottom: 10px;
}
.t1_search_cont {
  position: relative;
  width: 210px;
}
.t1_search_cont input[type=text] {
  width: 190px;
  height: 17px;
  border: 1px solid #E5E5E5;
  padding: 3px 15px 3px 5px;
}
.t1_search_icon {
  position: absolute;
  top: 6px;
  right: 3px;
}
/* Footer */
#footer {
  padding: 10vh 0 0 0;
}
.footer_box_cont {
  width: 404px;
  padding-right: 20px;
  margin-right: 4px;
  float: left;
}
.footer_box {
  margin-bottom: 25px;
}
.footer_box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer_box ul li {
  margin-bottom: 10px;
}
.footer_box_cont_last {
  margin-right: 0;
}
h3.footer_title {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: url('images/footer-title-line.jpg') no-repeat;
  background-position: bottom left;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}
.footer_logo{
width: 30%;
		float: left;
}
.footer_logo img {
	width: 100%;

}
.footer_text {
 padding: 0;
    font-size: 10px;
    width: 68%;
    float: right;
	margin-bottom: 30px;
}
.footer_text h4 {
	font-size: 1.4em;
    line-height: 1.3;
}
/* for tablet landscape */
@media only screen and (max-width: 959px) {
  .desktop_clear {
    clear: none;
  }
  .tablet_clear {
    clear: both;
  }
  #main_container {
    width: 808px;
  }
  #header .left {
    width: 350px;
  }
  #header .left img {
    max-width: 510px;
    height: inherit;
  }
  #header .right {
    width: 540px;
  }
  .cat_menu_container {
    float: right;
    margin: 5px 5px 0 0;
  }
  #menu_container {
    max-width: 840px;
    float: right;
    margin-right: 0px;
    clear: both;
    margin-top: 10px;
  }
  .tagline {
    width: 650px;
  }
  .home_post_box_last {
    margin-right: 4px;
  }
  .home_post_box_tablet_last {
    margin-right: 0;
  }
  #slideshow_cont {
    width: 808px;
    height: 234px;
    margin-right: 0px;
  }
  #slideshow img {
    width: 808px;
    height: 234px;
  }
  #slideshow img.first_img {
    display: block;
  }
  .slide_prev {
    top: 110px;
  }
  .slide_next {
    top: 110px;
  }
  .home_post_box {
    float: left;
    width: 350px;
    height: 437px;
  }
  .home_post_box img {
    width: 350px;
    height: 437px;
  }
  .home_post_text {
    width: 330px;
  }
  .home_blog_box {
    width: 400px;
    margin-right: 4px;
    margin-bottom: 4px;
    min-height: 400px;
  }
  .home_blog_box img {
    width: 400px;
    height: 400px;
  }
  .home_blog_box_last {
    margin-right: 4px;
  }
  .home_blog_box_tablet_last {
    margin-right: 0;
  }
  .single_left {
    width: 485px;
  }
  .single_inside_content img {
    max-width: 485px;
    height: inherit;
  }
  #sidebar {
    width: 150px;
  }
  .t1_search_cont {
    width: 150px;
  }
  .t1_search_cont input[type=text] {
    width: 130px;
  }
  .footer_box_cont {
    width: 212px;
    padding-right: 20px;
    margin-right: 4px;
    float: left;
  }
}
/* for tablet Portrait */
@media only screen and (max-width: 959px) {
  .desktop_clear {
    clear: none;
  }
  .tablet_clear {
    clear: both;
  }
  #main_container {
    width: 708px;
  }
  #header .left {
    width: 250px;
  }
  #header .left img {
    max-width: 250px;
    height: inherit;
  }
  #header .right {
    width: 440px;
  }
  .cat_menu_container {
    float: right;
    margin: 5px 5px 0 0;
  }
  #menu_container {
    max-width: 740px;
    float: right;
    margin-right: 0px;
    clear: both;
    margin-top: 10px;
  }
  .tagline {
    width: 650px;
  }
  .home_post_box_last {
    margin-right: 4px;
  }
  .home_post_box_tablet_last {
    margin-right: 0;
  }
  #slideshow_cont {
    width: 708px;
    height: 234px;
    margin-right: 0px;
  }
  #slideshow img {
    width: 708px;
    height: 234px;
  }
  #slideshow img.first_img {
    display: block;
  }
  .slide_prev {
    top: 110px;
  }
  .slide_next {
    top: 110px;
  }
  .home_post_box {
    float: left;
    width: 350px;
    height: 437px;
  }
  .home_post_box img {
    width: 350px;
    height: 437px;
  }
  .home_post_text {
    width: 330px;
  }
  .home_blog_box {
    width: 320px;
    margin-right: 4px;
    margin-bottom: 4px;
    min-height: 350px;
  }
  .home_blog_box img {
    width: 320px;
    height: 400px;
  }
  .home_blog_box_last {
    margin-right: 4px;
  }
  .home_blog_box_tablet_last {
    margin-right: 0;
  }
  .single_left {
    width: 625px;
  }
  .single_inside_content img {
    max-width: 525px;
    height: inherit;
  }
  #sidebar {
    width: 150px;
  }
  .t1_search_cont {
    width: 150px;
  }
  .t1_search_cont input[type=text] {
    width: 130px;
  }
  .footer_box_cont {
    width: 212px;
    padding-right: 20px;
    margin-right: 4px;
    float: left;
  }
}
/* for mobile landscape */
@media screen and (max-width: 766px) {
  .desktop_clear {
    clear: none;
  }
  .tablet_clear {
    clear: none;
  }
  #main_container {
    width: 308px;
  }
  #header .left {
    width: 308px;
    float: none;
  }
  #header .left img {
    max-width: 308px;
    height: inherit;
  }
  #header .right {
    float: none;
    width: auto;
  }
  .head_social {
    display: none;
  }
  #menu_container {
    margin: 15px 0 0 9px;
    float: left;
  }
  #menu_container ul li {
    margin: 0 10px 0 0;
    font-size: 12px;
  }
  .cat_menu_container {
    float: right;
    margin: 15px 0px 10px 0;
  }
  #slideshow_cont {
    display: none;
  }
  .home_post_box {
    float: none;
    width: 280px;
    height: 350px;
  }
  .home_post_box img {
    width: 280px;
    height: 350px;
  }
  .home_post_text {
    width: 280px;
    left: 0px;
  }
  .home_post_box_last {
    margin-right: 0px;
  }
  .home_post_box_tablet_last {
    margin-right: 0;
  }
  .home_blog_box {
    width: 300px;
    margin-right: 0px;
    margin-bottom: 4px;
    min-height: 0;
    margin-bottom: 25px;
  }
  .home_blog_box img {
    width: 300px;
    height: 300px;
  }
  .home_blog_box_last {
    margin-right: 0px;
  }
  .home_blog_box_tablet_last {
    margin-right: 0;
  }
  .single_left {
    width: 308px;
    float: none;
    margin: 0 auto 25px;
  }
  .single_inside_content img {
    max-width: 308px;
    height: inherit;
  }
  #commentform textarea {
    max-width: 300px;
  }
  #sidebar {
    display: none;
  }
  .footer_box_cont {
    width: 308px;
    padding-right: 0px;
    margin-right: 0px;
    float: none;
    margin-bottom: 25px;
  }
}
/* for mobile portrait */
@media screen and (max-width: 479px) {
  .desktop_clear {
    clear: none;
  }
  .tablet_clear {
    clear: none;
  }
  #main_container {
    width: 308px;
  }
  #header .left {
    width: 308px;
    float: none;
  }
  #header .left img {
    max-width: 308px;
    height: inherit;
  }
  #header .right {
    float: none;
    width: auto;
  }
  .head_social {
    display: none;
  }
  #menu_container {
    margin: 15px 0 0 9px;
    float: left;
  }
  #menu_container ul li {
    margin: 0 10px 0 0;
    font-size: 14px;
  }
  .cat_menu_container {
    float: right;
    margin: 15px 0px 10px 0;
  }
  #slideshow_cont {
    display: none;
  }
  .home_post_box {
    float: none;
    width: 280px;
    height: 350px;
  }
  .home_post_box img {
    width: 280px;
    height: 350px;
  }
  .home_post_text {
    width: 280px;
    left: 0px;
  }
  .home_post_box_last {
    margin-right: 0px;
  }
  .home_post_box_tablet_last {
    margin-right: 0;
  }
  .home_blog_box {
    width: 300px;
    margin-right: 0px;
    margin-bottom: 4px;
    min-height: 0;
    margin-bottom: 25px;
  }
  .home_blog_box img {
    width: 300px;
    height: 300px;
  }
  .home_blog_box_last {
    margin-right: 0px;
  }
  .home_blog_box_tablet_last {
    margin-right: 0;
  }
  .single_left {
    width: 308px;
    float: none;
    margin: 0 auto 25px;
  }
  .single_inside_content img {
    max-width: 308px;
    height: inherit;
  }
  #commentform textarea {
    max-width: 300px;
  }
  #sidebar {
    display: none;
  }
  .footer_box_cont {
    width: 308px;
    padding-right: 0px;
    margin-right: 0px;
    float: none;
    margin-bottom: 25px;
  }
}
/*test */