/*
Theme Name: Carly Cristman 2.0
Theme URI: http://hollicewang.com/
Author: Holly Wang
Author URI: http://hollicewang.com
Description: A custom WordPress Theme developed for Carly Cristman. Clean design, responsive, and mobile friendly.
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/


* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
	 -webkit-font-smoothing: antialiased;
}

a:link, a:visited {
	text-decoration: none;
	color: #000000;
	}

a:hover {
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease;
	}

body {
	font-family: 'Roboto', 'Times New Roman', times, serif;
	word-wrap: break-word;
	 -webkit-font-smoothing: antialiased;
	}

p {
    display: block;
	font-family: 'Roboto', 'Times New Roman', times, sans-serif;
    	-webkit-margin-before: 1.6em;
    	-webkit-margin-after: 1.6em;
    	-webkit-margin-start: 0px;
    	-webkit-margin-end: 0px;
	 	-webkit-font-smoothing: antialiased;
	}

p a:link, a:visited {
	border-bottom: 1px solid #DDDDDD;
	text-decoration: none;
	
	}
	
p a:hover {
	color: #DDDDDD;
	background: #FFF;
	border-bottom: 1px solid #000000;
	}

::-moz-selection { 
	color: #000000;
	background: #EEEEEE; 
	}
::selection { 
	color: #000000;
	background: #EEEEEE; 
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	 -webkit-font-smoothing: antialiased;
	}

h5 {
letter-spacing: 1.8px;
}


.site-title {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 48px;
	font-size: 4.8rem;
	color: #000000;
	letter-spacing: 14.0px;
	padding-top: 15px;
	}

.site-title a:link, a:visited {
	text-decoration: none;
	}

.site-title a:hover {
	border-bottom: 0px solid #DDDDDD;
	}

.page-title {
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	letter-spacing: 1.4px;
	font-size: 22px;
	font-size: 2.2rem;
	}

h6 {
	letter-spacing: 1.6px;
	}


.page-title a:link, a:visited {
	color: #000000;
	text-decoration: none;
	}

.page-title a:hover {
	color: #DDDDDD!important;
	text-decoration: none;
	}

.sidebar a:link, a:visited {
	text-decoration: none;
	}

.navbar-default .navbar-nav > li > a {
   	color: #777777;
	text-decoration: none;
	}

.dropdown-menu > li > a:hover {
	background-color: #EEEEEE;
    	background-image: none;
	text-decoration: none!important;
	}

.branding-font {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333333;
	font-weight: 100;
	}

.widget-title {
	text-transform: uppercase;
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1.6px;
	}

.entry-meta {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #777777;
	text-align: center;
	letter-spacing: 1.4px;
	padding-bottom: 0px;
	margin-bottom: -10px!important;
	font-weight: 300;
	font-size: 13px;
	font-size: 1.3rem;
	}

.entry-meta2 {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 13px;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #777777;
	text-align: left;
	letter-spacing: 1.4px;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: #FFF;
	border-bottom: 1px solid #000000;
	}

.entry-meta2 a:hover {
	text-decoration: underline;
	}

.cat-links {float:left;}
.comments-link {float:right;}

@media (max-width: 768px) {
	.cat-links {clear:left;}
	.comments-link {float:left;clear:left;display:block;}
}

.footer-info {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	letter-spacing: 1.9px;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	}

ul{
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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: 16px;
	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 */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/


/*** AR STYLEZ ***/

.navbar {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	border-radius: 0;
	background: #FFF;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1.0px;
    }

.thin-header {
	max-height: 25px;
	}

.navbar-brand {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1.0px;
	font-weight: 600;
	}

.navbar-brand a:link, a:visited {
	color: #333333!important;
	text-decoration: none!important;
	}
	
.navbar-brand a:hover {
	text-decoration: none;
	}

.navbar a:link, a:visited {
	color: #333333!important;
	}

.navbar a:hover {
	text-decoration: none!important;
	}

.navbar-fixed-top {
	border-bottom: 1px solid #333333!important;
	}

.navbar-default {
	border: 0px solid #EEEEEE;
	}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #333333;
    background-color: #FFF;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	color: #333333;
	background-color: transparent;
	border: 0px solid #00FF00;
	}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    	border-color: #333333!important;
	}

.dropdown-menu {
	border: 1px solid #333333!important;
	border: 1px solid #333333!important;
	border-radius: 0px!important;
    	-webkit-box-shadow: none!important;
    	box-shadow: none!important;
    	background-clip: padding-box;
	}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    	text-decoration: none;
    	outline: 0;
    	background-color: #FFF;
	}

.dropdown-menu>.active>a:hover {
        background-color: #E7E7E7;
	}

.container {
	border: 0px solid pink;
	}
	
.header-spacer {
	height: 40px;
	}
	
.jumbotron {
	background: #FFF;
	}
    
@media (min-width: 1024px) {
	.navbar-nav .caret {display:none;}
}

@media (max-width: 1024px) {
	#text-4, #text-5, #text-6, #text-7, #text-8 {display: none;}
}

/* SEARCH FORM */

.search-glyph {
	margin-right: 2.5em;
	margin-right: 2.5rem;
	}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333333!important;
	}
	
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color:    #333333!important;
   	opacity:  1;
	}
	
::-moz-placeholder { /* Mozilla Firefox 19+ */
   	color:    #333333!important;
   	opacity:  1;
	}
	
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	color:    #333333!important;
	}
	
.form-control {
	  display: block;
	  width: 50%;
	  height: 34px;
	  padding: 6px 12px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color: #333333;
	  letter-spacing: 1.0px;
	  background-color: #fff;
	  background-image: none;
	  border-top: 0px solid #333333;
	  border-left: 0px solid #333333;
	  border-right: 0px solid #333333;
	  border-bottom: 0px solid #333333;
	  border-radius: 0px;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  -webkit-transition: none!important;
	  -o-transition: none!important;
	  transition: none!important;
	  }
	
.form-control:focus {
	  border-color: #FFF;
	  box-shadow: none;
	  border-bottom: 0px solid #333333;
	  background: #FFF;
	  letter-spacing: 1.0px;
	  }

.search-field {
	font-weight: normal;
	color: #333333;
	letter-spacing: 1.0px;
	}

.search-submit {
	height: 34px!important;
	margin-bottom: 0px;
	}

label {
   	display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
	}

.nav.nav-tabs > li.dropdown.active.open > a, 
.nav.nav-tabs > li.dropdown.active.open > ul.dropdown-menu a:hover,
.nav.nav-tabs > li.dropdown.open > a, 
.nav.nav-tabs > li.dropdown.open > ul.dropdown-menu a:hover {
  background-color: #E7E7E7!important;
}
	
.instagram {
		background: #FFF;
		border-top: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
.instagram-thumbnails {height: 190px;}

.widget-social-bar {text-align: center;}
.widget-social-bar a {padding: 0 10px 0 10px;}
	

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1.0em;
    -webkit-margin-after: 1.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.entry-summary {
	margin-top: 20px;
}
.readmore {
	padding: 20px 0px;
	text-align: center;
}
.readmore a {
	border: 1px solid #cccccc;
	background-color: #F5F5F5;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1.6px;
}

.pager {text-transform: lowercase;}
.next a, .previous a {border: 0!important;}
    
.alert-info, .comment-reply-link {
	color:#000000!important;
	background-color:#eeeeee!important;
	border:1px solid #cccccc!important;
}
#commentsubmit {
	color:#000000!important;
	background-color:#eeeeee!important;
	border:1px solid #cccccc!important;
}

/*** MAILCHIMP SIGN UP FORM ***/

#mc_embed_signup{
	background:#fff;
	clear:left;
	width:100%;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 1.0px;
	font-weight: 300;
	font-size: 12px;
	font-size: 1.2rem;
}

#mc_embed_signup_scroll label{
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 1.0px;
	font-weight: 300;
	font-size: 12px;
	font-size: 1.2rem;
}

#mce-EMAIL {
	margin: 0 auto;
	padding: 10px!important;
	color:#000000!important;
	border:1px solid #cccccc!important;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-size: 1.4rem;
}
#mc_embed_signup input.email {width: 60%!important;}

@media (max-width: 768px) {
	#mc_embed_signup input.email {width: 100%!important;}
	#mc_embed_signup .button {width: 40%; margin:0; }
}

#mc-embedded-subscribe {
	padding: 10px;
	color:#000000!important;
	background-color:#F5F5F5!important;
	border:1px solid #cccccc!important;	
	text-transform: uppercase;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px!important;
	font-size: 1.3rem!important;
	letter-spacing: 1.6px!important;
}


/* Set black background color, white text and some padding */
footer {
	background-color: #EEEEEE;
	color: white;
	padding: 15px;
}
	
/*  MEDIA QUERIES */

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
	height: auto;
    padding: 15px;
    }
    .main-content-inner {
	border-top: 1px solid #cccccc;
    }

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

.dropdown-menu {
	border: 1px solid #FFF!important;
	border: 1px solid #FFF!important;
	}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        background-color: #FFF!important;
	}
}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

.dropdown-menu {
	border: 1px solid #FFF!important;
	border: 1px solid #FFF!important;
	}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        background-color: #FFF;
	}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    	background-color: #FFF;
	}
    }


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.dropdown-menu {
	border: 1px solid #FFF!important;
	border: 1px solid #FFF!important;
	}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        background-color: #FFF;
	}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    	background-color: #FFF;
	}
    }


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {


.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        background-color: transparent;
	}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    	background-color: transparent;
	}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
     background-color: #E7E7E7!important;
}
	}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        background-color: #FFF;
	}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    	background-color: #FFF;
	}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
     background-color: #E7E7E7!important;
}
    }


	.clearfix {overflow: auto;}}