/*
 Theme Name:   Aritrim SWI
 Theme URI:    http://www.aritrimbasu.com
 Description:  SWI Theme by Aritrim
 Author:       Aritrim Basu
 Author URI:   http://www.aritrimbasu.com
 Template:     socially-awkward
 Version:      1.0.0
 License: GNU General Public License v2.0
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: socially-awkward
 Domain Path: /languages/
 black, blue, red, one-column, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
*/


 * Libre Baskerville font
 * --------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.comment-author,
.format-chat cite,
dt {
  font-family: 'Lora', 'Libre Baskerville', 'Baskerville', serif;
  font-weight: 700;
  font-style: normal;
}

/**
 * Defaults
 * --------------------------------------------------------------------------- */
/* === Body === */
body {
  padding-top: 0;
 border-top-color: rgba(0, 0, 0, 0.8);
 border-bottom-color: rgba(0, 0, 0, 0.8);
  background: #fff;
}

.custom-background-empty,
.custom-background-white {
  border-top-color: #c0392b;
  border-bottom-color: #2980b9;
}

/* === Reset opacities to 100% === */
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond input[type="submit"],
#respond input[type="submit"]:focus,
#respond input[type="submit"]:hover,
#respond textarea,
#main a:hover, a:hover,
.comment-content pre, pre,
.comment-content th,
.comment-content td,
th, td,
.wp-caption-text {
  opacity: 1;
}

/* === Links === */
#main a {
  color: #1c5e8a;
  transition-duration: 180ms;
}

#main a:hover,
a:hover {
  color: #c0392b;
  transition-duration: 180ms;
}

/* === Code and Preformatted text === */
code {
  background: none;
  color: #009933;
  font-size: 1.2rem;
}

pre,
.comment-content pre {
  border: none;
  border-radius: 5px;
  background: #202020;
  color: white;
}

/* === Tables === */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  color: #656565;
}

th,
.comment-content th {
  border: 1px solid #dddddd;
  background: white;
}
thead th, thead
.comment-content th {
  border: 1px solid #d5d5d5;
  background: #fff7e9;
}

td,
.comment-content td {
  border: 1px solid #dddddd;
  background: none;
}

tfoot th,
tfoot td {
  background: white;
  box-shadow: inset 0 1px 1px 0 papayawhip;
  color: #ef9400;
  font-size: 1.1rem;
}

/**
 * Images
 * --------------------------------------------------------------------------- */
img {
  background: #fff;
}

/* === Captions === */
.wp-caption {
  padding: 10px;
  background: #f2f2f2;
}
.wp-caption img {
  padding: 0;
}

.wp-caption-text {
  position: static;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  background: none;
  color: #202020;
  font-size: 1rem;
}

/**
 * Layout
 * --------------------------------------------------------------------------- */
#container {
  margin: 0 auto;
  padding-top: 40px;
  max-width: 960px;
  background: #fff;
}

/**
 * Header
 * --------------------------------------------------------------------------- */
#site-description {
  margin-top: 0.75rem;
  color: #858585;
}

/**
 * Content
 * --------------------------------------------------------------------------- */
/* ====== Posts ====== */
.entry > .wp-caption,
.entry > img,
.entry > a img {
  margin-top: -10px;
}

.sticky {
  background: #ecf0f1;
}
.sticky::before {
  color: #cfd9db;
  opacity: 1;
}

/* Make the caption full width */
.entry > .wp-caption {
  max-width: 100% !important;
}
.entry > .wp-caption .wp-caption-text {
  text-align: center;
}

/* === Post Meta === */
.entry-byline,
.entry-meta {
  color: #656565;
}


/* ====== Formats Menu ====== */
.page-template-formats .entry {
  padding-top: 50px;
  border-top: 5px solid #202020;
  border-bottom: 5px solid #c0392b;
  background: #ecf0f1;
}
.page-template-formats .entry li a {
  margin-bottom: 75px;
}
.page-template-formats .entry li a::before {
  transition-duration: 200ms;
}
.page-template-formats .entry li a::after {
  content: attr(title);
  position: absolute;
  bottom: -37px;
  left: 0;
  z-index: 999;
  width: 120px;
  color: #4b4b4b;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page-template-formats .entry li a:hover::after {
  color: #7e7e7e;
}

#menu-formats li a:hover::before {
  opacity: 0.7;
  transition-duration: 300ms;
}

/* ====== Attachment Meta ====== */
/* Bugfix: Prevent two line image meta (mostly long camera names). */
.image-info .data {
  overflow: hidden;
  max-width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.image-info .prep {
  max-width: 40%;
}

/* ====== Pagination ====== */
#main .page-links a,
#main .loop-nav a,
#main .comments-nav a,
#comments-template .comment-reply-link,
#menu-portfolio li a {
  background: #202020;
  color: #fff;
}
#main .page-links a:hover,
#main .loop-nav a:hover,
#main .comments-nav a:hover,
#comments-template .comment-reply-link:hover,
#menu-portfolio li a:hover {
  background: black;
  color: #cccccc;
}

.page-links a {
  border-radius: 50%;
}

.comments-nav .page-numbers {
  margin: 0 10px;
}


/**
 * Footer
 * --------------------------------------------------------------------------- */
#footer {
  margin-top: 0;
}
#footer .footer-content {
  font-size: 1rem;
  margin-bottom: 2em;
}
#footer .credit {
  font-size: inherit;
}

/**
 * Media Queries
 * --------------------------------------------------------------------------- */
/* === MIN-WIDTH 800PX === */
@media only screen and (min-width: 800px) {
  /* ====== Primary Menu ====== */
  #menu-primary .menu-item a {
    color: #656565;
  }
  #menu-primary .sub-menu .menu-item a {
    background: #202020;
    color: #fff;
    opacity: 1;
  }
  #menu-primary .sub-menu .menu-item a:hover {
    background: black;
    color: #cccccc;
  }

#site-title a {
  font-size: 48px;
}

.logo{
    background: #fff none repeat scroll 0 0;
    height: auto;
    max-width: 100%;
    padding: 2px;
  float:left;
}


#branding {
 text-align: left;
padding-left: 150px;
  max-width: 100%;
  height: 150px;
margin-bottom: 10px;
}


input[type="text"], input[type="email"]  {
display: block;
margin: 0;
font-size: 18px;
border: 1px solid #cccccc;
box-shadow: none ! important;
outline: none ! important;
max-width: 300px;

}



}
/* === 800px breakpoint === */
@media only screen and (max-width: 800px) {
  #menu-primary .menu-item a {
    text-transform: none;
    font-size: 1rem;
    line-height: 1.8;
  }

#site-description {
display: none;
}

.logo{
display: block;
max-width: 100px;
max-height: 100px;
margin-left: auto;
    margin-right: auto;
}

#branding {
 text-align: center;
//padding-left: 75px;
  max-width: 100%;
  //height: 75px;
margin-bottom: 10px;
}

#site-title a {
font-size: 24px;
}

input[type="text"], input[type="email"]  {
display: block;
margin: 0;
font-size: 18px;
border: 1px solid #cccccc;
box-shadow: none ! important;
outline: none ! important;
max-width: 200px;

}



}

/* === Aritrim === */

#site-description {
  margin-top: 0.75rem;
  color: #000;
font-size: 1rem;
}




.entry-title{
display: none;
}

.entry, .attachment-meta, .loop-meta, #comments-template {
  color: #000;	
  background: #fff;
  background-size: 50px 50px;
  border-top: 5px solid #ed2224;
  border-bottom: 5px solid #ed2224;
}

.entry-header, .entry-content, .entry-summary, .entry-footer {
max-width: 960px;
padding-left: 20px;
padding-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}




#menu-primary ul ul {
  z-index: 100;

}




textarea {
border: 1px solid #cccccc;
}



#site-title, 
#site-description {
padding-left: 20px;
}

.tagline{
 height: auto;
 max-width: 100%;
font-size: 16px;
text-align: center;
padding-bottom: 20px;
padding-top: 20px;
border-top: 1px  solid #d0d0d0;
color: #FF0000;
font-weight: bold;
font-style: italic;
}

#site-description {
color: #000000;

}

body, input, textarea {
    font-family: "Cambria","Georgia","Times New Roman","Palatino","Hoefler Text","Baskerville";
}


