/*  
Theme Name: Darling Juliet
Version: 1.0
Author: Val Nizam B. Villar
Theme designed and developed by : Val Villar / http://valvillar.net
*/


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 11px;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  font-family: 'Helvetica', sans-serif;
  color: #7a7a7a;
  font-size: 11px;
}


/*** START OF HEADER ***/

header {
  padding: 20px 0;
}
.logo {
  padding: 40px 0 0 0;
}
/*-- nav --*/
#nav > ul {
  width: 100%;
  margin: 30px 0 40px -110px;
  z-index: 300;
  position: relative;
}

#nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 -5px 0 0;
  min-width: 90px;
  border: 1px solid #d1bfb2;
  border-right: none;
  padding: 20px 10px 5px 10px;
}
#nav ul > li:last-child {
  border-right: 1px solid #d1bfb2;
}
#nav ul li a {
  color: #d1bfb2;
  display: inline-block;
  font-size: 10px;
  text-decoration: none;
}

#nav ul li a:hover {
  background: none;
  color: #735b48;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#nav ul li ul.dropdown {
  display: none;
  position: absolute;
  top: 75px;
  z-index: 0;
  left: -1px;
  margin: 0;
  border: 1px solid #d1bfb2;
}
#nav ul li ul.dropdown li a {
  font-size: 10px;
  text-transform: capitalize !important;
}
#nav ul li:hover ul.dropdown {
  display: block; 
  background: #fff;
}
#nav ul li ul.dropdown li {
  border: none;
  padding: 5px 10px 5px 10px;
}
#nav a:hover { background: rgba(255,255,255, .1) }
#nav .active a { color: #fff; background: rgba(0,0,0, .3) }
#nav li:first-child a { border-top: 0 }
#nav li:last-child a { border-bottom: 0 }
#toggle { margin-top: 80px; display: none }

/*** END OF HEADER ***/


/*** START OF SLIDER ***/
.slider { width: 100%;}
.slider img { text-align: center; display: none; width: 100%; height: auto; }
.slider img.first { display: block; }

.cycle-pager { 
  text-align: center; 
  width: 100%; 
  z-index: 500; 
  position: absolute; 
  bottom: 0px; 
  overflow: hidden;
}
.cycle-pager span { 
  font-size: 50px; 
  width: 16px; 
  height: 16px; 
  color: #c3c3c3; 
  cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { 
  color: #fff;
}
.cycle-pager > * { 
  cursor: pointer;
}
/*** END OF SLIDER ***/

/*** START OF HOMEPAGE THUMBNAILS ***/
.block_wrap {
  margin: 40px 0;
}
.block {
  position: relative;
  overflow: hidden;
  width: 240px;
  float: left;
  padding: 0 !important;
  margin: 0 1px 1px 0!important;
}

.holder {
  position: relative;   
  overflow: hidden;
  transition: 0.5s Ease;   
}
.smooth {
  opacity: 1;    
}

.block_title {
  position: absolute;
  color: #fff !important;
  bottom: -315px;
  width: 100%;
  height: 100%;
  background-color: rgba(228, 197, 179, 0.9);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#e4c5b3', EndColorStr='#e4c5b3');
  text-align:center;   
  cursor: pointer;
  padding: 40px 0 0 0;
  -webkit-transition: 0.5s Ease;
  -moz-transition: 0.5s Ease;
  -o-transition: 0.5s Ease;
  transition: 0.5s Ease;
}
.block_title h1 {
  margin: 0;	

}
.block_title h1 a {
  color: #fff;
  display: block;
  width: 80%;
  font-weight: bold;
  margin: 0 auto;
  text-decoration: none;
  font-size: 18px;
  text-shadow: 0 2px 5px rgba(0,0,0,.15);
  padding: 10px 15px 5px 15px;
}
.block_title p {
  font-size: 12px;
  color: #7b6f66;
  margin: 5px 0 0 0;
}
.smooth:hover > .block_title {    
  bottom: 0px;    
}

.pagination a {
  color: #c6c6c6;
  border: 2px solid #eedbcd;
  padding: 10px 10px 8px 10px;
  font-size: 12px; 
  font-weight: 700;
  text-decoration: none;
}
.pagination a:hover {
  color: #a2a2a2;
  -webkit-transition: all .2s ease; 
  -moz-transition: all .2s ease; 
  -ms-transition: all .2s ease; 
  -o-transition: all .2s ease; 
  transition: all .2s ease;
}
.older {
  float: left;
  margin: 0px 0 40px 15px;
}
.newer {
  float: right;
  padding: 0 25px 0 0;
  margin: 0px 5px 40px 0;
}

/*** END OF HOMEPAGE THUMBNAILS ***/

/*** START OF INNER PAGES ***/
.inner {
  margin-bottom: 60px;
  text-align: center;
}
.inner h1 {
  color: #e4c6b4;
  font-size: 30px;
  margin: 30px 0;
}
.inner h4 {
  font-size: 18px;
  color: #4b4b4b;
  margin: 0 0 20px 0;
  font-weight: 700;
}
.inner p {
  font-size: 11px;
  font-weight: 400 !important;
}
.inner p a {
  color: #e2c7b2;
  text-decoration: underline;
}
.inner p a:hover {
  color: #d6baa5;
}
.sidebar {
  margin: 90px 0 0 0;
}

.network {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
.network li {
  list-style: none;
  text-align: center;
  margin: 15px 0;
}

.about_cover {
  margin: 40px auto 0 auto;
}


.wpcf7-form {
  max-width: 400px;
  margin: 0 auto;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form input[type="select"] {
  background: #eee;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 10px !important;
}
.wpcf7-form textarea {
  height: 200px;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus {
  background: #d5d5d5;
  -webkit-transition: all .2s ease; 
  -moz-transition: all .2s ease; 
  -ms-transition: all .2s ease; 
  -o-transition: all .2s ease; 
  transition: all .2s ease;
}

.wpcf7-form input[type="submit"] {
  color: #c6c6c6;
  border: 2px solid #eedbcd;
  padding: 10px 10px 8px 10px;
  font-size: 12px; 
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}
..wpcf7-form input[type="submit"]:hover {
  color: #a2a2a2;
  -webkit-transition: all .2s ease; 
  -moz-transition: all .2s ease; 
  -ms-transition: all .2s ease; 
  -o-transition: all .2s ease; 
  transition: all .2s ease;
}

.title {
  margin-bottom: 0 !important;
}
.meta {
  margin: 0 0 40px 0;
  color: #ccc;
}

.meta a { 
  color: #ccc !important; 
}
.meta a:hover { 
  color: #7a7a7a !important;
}

.post-categories li a {
  font-size: 11px !important;
  color: #ccc;
}

.prev_next {

}

.prev_next a {
  color: #c6c6c6;
  border: 2px solid #eedbcd;
  padding: 10px 10px 8px 10px;
  font-size: 12px; 
  font-weight: 700;
  text-decoration: none;
}
.prev_next a:hover {
  color: #a2a2a2;
  -webkit-transition: all .2s ease; 
  -moz-transition: all .2s ease; 
  -ms-transition: all .2s ease; 
  -o-transition: all .2s ease; 
  transition: all .2s ease;
}
.next {
  float: right;
  padding: 0 0px 0 0;
  margin: 20px 0px 40px 0;
}
.prev {
  padding: 0;
  float: left;
  margin: 20px 0 40px 0;
}

.comments-wrap {
  padding: 40px 0 20px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.comments-wrap h2 {
  font-size: 18px;
  color: #e4c6b4;
}
.commentlist {
  list-style: none;
}
.commentlist li {
  color: #7a7a7a;
  border-bottom: 1px solid #dedede;
  font-size: 11px;
}
.comment_name {
  margin: 10px 0 20px 0;
}
.comment_name a {
  color: #4b4b4b;
  
}

.commentform input[type="text"] {
  background: #fff;
  border: 1px solid #adadad;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 10px;
  font-size: 12px;
}

.commentform input[type="text"]:focus, .commentform textarea:focus {

  -webkit-transition: all .2s ease; 
  -moz-transition: all .2s ease; 
  -ms-transition: all .2s ease; 
  -o-transition: all .2s ease; 
  transition: all .2s ease;
}


.commentform textarea {
  background: #fff;
  border: 1px solid #adadad;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 10px;
  height: 200px;
  font-size: 13px;
}
.commentform input[type="submit"] {
  color: #c6c6c6;
  border: 2px solid #eedbcd;
  padding: 12px 25px 10px 25px;
  font-size: 11px; 
  font-weight: 700;
  text-decoration: none;
  background: #fff;
}
.commentform input[type="submit"]:hover {
  color: #a2a2a2;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/*** END OF INNER PAGES ***/

/*** START OF FOOTER ***/
footer {
  padding: 40px 0;
}
.footer-copy {
  font-size: 11px;
  padding: 5px 0 0 0;
  color: #c6c6c6;
}
.footer-copy a {
  font-size: 11px !important;
  color: #d1bfb2;
}
form.search {
  height: 38px;
  padding: 2px 2px 0 2px;
  border: 1px solid #EFDBCC;
  background: url(http://darlingjuliet.com/blog/wp-content/uploads/2014/01/search.png) no-repeat 7px 10px;
}
form.search input[type="text"] {
  border: none;
  padding: 5px 0 5px 30px;
  font-size: 11px;
  height: 30px;
  border: 1px solid #f7f7f7;
  color: #c6c6c6 !important;
  background: none;
}

form.search input[type="text"]::-webkit-input-placeholder {
  color: #7c7c7c !important;
}
/*** END OF FOOTER ***/

/*
.scrollup{
  width: 37px;
  height: 36px;			
  text-indent: -9999px;
  position: fixed;
  bottom: 50px;
  right: 100px;
}
*/
@media screen and (max-width: 40em) {
  .js #nav {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
  }
  #nav {
    top: 0;
	left: 100px;
    position: relative;
  }
  #nav li {
	display: block !important;
	border: none !important;
  }
  #nav.opened { max-height: 9999px }
  #nav a:hover { background: transparent }
  #nav .active a:hover { color: #fff; background: rgba(0,0,0, .3) }
  #toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 70px;
    height: 55px;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: url("images/hamburger.gif") no-repeat 50% 50% #41877a;
  }
  #nav ul li ul.dropdown {
	 display: block;
	 position: relative;
	 top: 0;
	 left: 0px;
	 
	 border: none;
  }
  #nav ul li ul.dropdown li {
	 border: none !important;
  }

  #nav > ul {
   margin-top: 5px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  body {
    background-image: url("images/debut_dark_@2X.png");
    -webkit-background-size: 200px 200px;
    -moz-background-size: 200px 200px;
    -o-background-size: 200px 200px;
    background-size: 200px 200px;
  }
  #toggle {
    background-image: url("images/hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}

@media screen and (min-width: 76em) {
  #nav { /*width: 100%*/ }
}

/* #Media Queries
================================================== */
 
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}
 
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
 
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  .block {
    width: 30%; 
 }
 .block_title {
    padding-top: 5px;
 }  
 .block_title h1 a {
    font-size: 10px;
    line-height: 14px;
 }
 .block_title p {
    font-size: 10px;
 }
}
 
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}
 
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .block_wrap {
    position: relative;
    left: 20px;
  }	
}


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}