/*
Theme Name: Smoothie
Theme URI: http://cr1000team.com/smoothie
Description: Smoothie creative blog theme.
Author: CR1000Team
Author URI: http://cr1000team.com/
Version: 1.2
Tags: White, Pink, Tan
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    height: 1%;
}

.logged-in #leftsidebar{
    padding-top: 32px;
}

ol, ul { list-style: none }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles!  */

:focus { outline: 0 }

/* remember to highlight inserts somehow!  */

ins { text-decoration: none }

del { text-decoration: line-through }

/* tables still need 'cellspacing="0"' in the markup  */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    overflow-x: hidden;
    color: #666;
    font: 14px/22px 'Open Sans', Arial, sans-serif;
	background: #f6f5f1;
}
#backgrimage{
	margin: 0 auto;
	display: block;
	background-attachment: fixed; 
	min-height: 100%;
}

::selection{background:#dc7075; color:#fff}
::-moz-selection{background:#dc7075; color:#fff}

.post code, .comment-text code {
	background: #494e54;
	color: #c3cbce;
	padding: 20px;
	display: block;
	border-left: solid 5px #a4fe68;
	-webkit-box-shadow: -15px 0px 0px 0px #494e54;
	box-shadow: -15px 0px 0px 0px #494e54; 
	margin-left: 15px;
}

img { border-style: none; }

a { text-decoration: none; 
	color: #dc7075;
}

a:hover { text-decoration: underline; }

input, textarea, select {
    font: 100%; 
    font-family: 'Open Sans', Arial , sans-serif;
    vertical-align: middle;
    color: #000;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

/* ===[ Text Formatting ]=== */

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    color: #666;
}

h1 { 
	font-size: 34px;
	line-height: 40px;
}

h2 { 
	font-size: 28px;
	line-height: 32px;
 }

h3 { 
	font-size: 20px;
	line-height: 24px;
}

h4 { 
	font-size: 18px;
	line-height: 22px;
}

h5 { 
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

h6 { 
	font-size: 12px;
	font-weight: 700;
}

/* ===[ Main Body Styles ]=== */


#wrapper {
    position: relative;
    margin-left: 330px;
    padding: 0;
}

#main {
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
    -mox-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#content {
    width: 68%; 
    float: left;
    height: auto !important;
    margin-top: 20px;
}

.page-template-full-width-php #content, .page-template-page-masonry-php #content {
	width:100%;
}

.page-template-full-width-php #sidebar{
	display: none;
}

.page #content {
	margin-bottom: 70px;
}

#content .entry-title a { 
	color: #5f5e5c;
	-webkit-transition: .05s ease-in;  
	-moz-transition: .05s ease-in;  
	-o-transition: .05s ease-in;  
	transition: .05s ease-in;  
    font-family: 'Bitter', Times New Roman, serif;
	font-weight: 400;
	font-size: 18px;
}

#content .entry-title a:hover {
    text-decoration: none;
    color: #dc7075;
}


#content p { 
	margin: 0 0 18px;
	line-height: 26px;
	font-size: 15px;
}

#content .more {
    padding: 0 11px 0 0;
    color: #dc7075;
}
a.more-link {
    transition: all 0.5s ease 0s;
}
a.more-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

/* ===[ Header Area Styles ]=== */

#leftsidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0; 
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	z-index: 998;
    width: 330px;
    height: 100%;
    padding: 0 25px;
    background: #edece8;
    box-shadow: rgba(0,0,0, 0.2) 0px 0px 5px 0px;
}
#leftsidebar .widget {
    margin-bottom: 25px;
}

#open-sidebar-overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 330px;
    z-index: 9999;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4)
}
.mobile-logo-wrap{
    display: none;
}
.logo-wrap{
    padding-top: 20px;
    text-align: center;
}
.logo {
    margin: 0 auto;
	max-width: 290px;
}

.logo-default {
}

.logo-img {
    display: inline;
    text-align: center;
    position: relative;
    /*margin-left: 15px;*/
}

.logo-text {
    display: inline-block;
    padding: 6px 0 0 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.logo-text span, .logo-img span {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    font-family: 'Bitter', Times New Roman, serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
}


.logo-text a {
	color: #dc7075; 
    font-size: 65px;
    line-height: 75px;
    font-family: 'Niconne', Times New Roman, serif;
	font-weight: 400;
}

.logo-text a:hover {
	text-decoration: none;
}

/* ===[ Navigation Styling ]=== */

.menu-wrap {
    margin: 20px 0 30px 0;
	float: left;
	position: relative;
}

.menu-wrap .main-select-menu {
	display: none;
}

.menu-wrap span.select {
	display: none;
}

.main-nav {
    float: left;
    position: relative;
    z-index: 999;   
}

.main-nav li {
    position: relative;
    width: 280px;
}
.main-nav > li:hover > a{
    background: #dc7075;
    color: #fff;
}
.main-nav li a {
    position: relative;
    display: block;
	padding: 6px 20px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.main-nav a {
    color: #444444;
    font-family: 'Bitter', Times New Roman, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    display: block;
}
.main-nav a:hover {
    text-decoration: none;
    cursor: pointer;
/*    color: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
*/
}

.main-nav, .sub-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

.sub-menu {
    display: none;
}


.sub-menu a {
    font-family: 'Bitter', Times New Roman, serif;
	font-weight: 400;
    font-size: 14px;
	color: #999;
}

.sub-menu a:hover {
	background: none;
	color: #dc7075;
    padding-left: 30px;
}

.sub-menu .sub-menu{
    padding-left: 20px;
}

.sub-indicator {
    margin-left: 10px;
    color: #666;
    font-size: 12px;
}

.main-nav li:hover ul ul, .main-nav li:hover ul ul ul, .main-nav li:hover ul ul ul ul { display: none }

/* ------ Custom Menu ----- */

.widget .menu {
    float: left;
    position: relative;
    z-index: 999;   
}

.widget .menu li {
    position: relative;
    width: 280px;
}
.widget .menu > li:hover > a{
    background: #dc7075;
    color: #fff;
}
.widget .menu li a {
    position: relative;
    display: block;
	padding: 6px 20px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.widget .menu a {
    color: #444444;
    font-family: 'Bitter', Times New Roman, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    display: block;
}
.widget .menu a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

.widget .menu{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

.widget .menu .sub-menu a:hover {
	background: none;
	color: #dc7075;
    padding-left: 30px;
}

/* ===[ Post Styles ]=== */

.post {
	margin: 0 0 45px 0;
	float:left;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 30px 30px 20px 30px;
    border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
}
.post.format-image{
    padding: 30px;
}

.featured-image {
	width: 100%;

}

.featured-image img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
    margin-bottom: 20px;
}
.featured-image img:hover {
    background: #FFF;
    opacity: 0.7;
}
.image-format .featured-image img {
    margin-bottom: 0;
    display: block;
}
.cr-gallery {
    margin-bottom: 20px;
}

.post img {
	max-width: 100%;
	height: auto;
}

.post hr {
	height: 1px;
	margin: 30px 0 30px 0;
	border: 0;
	border-bottom: solid 1px #eee;
}

.post li {
	list-style-type: square;
	margin-bottom: 5px;
}

.post .frame-full {
	width: 100% !important;
}

.post .post-content {
	
}
.post-content a{
	color:#dc7075;
}


.post ul { 
	margin: 0 0 25px 15px;
}

.post ul li {
    list-style-type: circle;
    margin: 0 0 8px 0;
}

.post ol {
    margin: 0 0 25px 15px;
}

.post ol li {
	list-style-type: decimal;
}

.post-thumb {
    margin: 5px 0 15px 0;
    float: left;
}
.post .frame {
    position: relative;
}


.title-wrap {
	padding: 0px 0 15px 0;
}
.masonr .title-wrap {
	padding: 0px 0 10px 0;
}

.entry-title {
	margin-bottom: 10px;
}

.sub-title {
	text-align: center;
	background: #fff;
	padding: 12px 25px 8px 15px;
    font-family: 'Bitter', Times New Roman, serif;
    font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #5f5e5c;
	margin-bottom: 30px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.title-meta {
	color: #bbb;
	font-size: 13px;
}

.title-meta span {
	margin-right: 15px;
}
.title-meta a {
	color: #dc7075;
}
.title-meta a:hover{
    text-decoration: underline;
    -webkit-transition: .3s ease-in;  
	-moz-transition: .3s ease-in;  
	-o-transition: .3s ease-in;  
	transition: .3s ease-in;  
}

.title-meta i {
	font-size: 14px;
	padding-right: 8px;
	color: #bbb;
}
.masonr .title-meta i {
    display: none;
}

.post .bar {
	width: 100%;
    padding-top: 10px;
    text-align: center;
    color: #bbb;
    border-top: 1px solid rgb(204, 204, 204);
}

.bar .share {
    text-align: center;
	position: relative;
}

.bar .share i {
	font-size: 22px;
	padding: 5px;
}

.bar .share a {
	margin-left: 3px;
	padding: 3px 3px 0px 3px;
    color: #bbb;
}
.bar .share a:hover {
    color: #dc7075;
}

.large-image {
	margin: 0 0 30px 0;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in;
	background: url(images/loading.gif) no-repeat center center; 
}
.large-image:hover {
	opacity: .9;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}
.large-image img {
	width: 100%;
}

.gallery-wrap .slides li {
	margin-bottom: 0 !important;
}

.crvideo {
    position: relative;
    z-index: 1;
    margin: 0 0 20px 0;
    float: left;
    clear: both;
    width: 100%;
	height: auto;
}

.video object { width: auto !important }

/*      Post Navigation     */
.next-prev {
	width: 100%;
	margin: -35px 0 0 0;
	padding: 0 0 40px 0;
	float: left;
}
.next-prev a{
	background:#dc7075;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
    border: solid 1px #dc7075;
	color: #fff;
	text-decoration: none;
	padding: 6px 10px 5px 10px;
}
.next-prev a:hover{
    background: none;
	text-decoration: none;
	color: #dc7075;
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.prev-post a{	
	float: left;
}
.prev-post a:hover{
    
}
.next-post a{	
	float: right;
}
.next-post a:hover{
}

.post .img {
    padding: 0 15px 15px;
    width: 535px;
    overflow: hidden;
}

.post .img img { display: block }

.format-quote {
    background: #dc7075;
}

.post blockquote {
	font-family: 'Open Sans', Arial sans-serif;
    font-weight: 700;
    padding: 15px 15px 15px 50px;
    position: relative;
    background: #dc7075;
}
.masonr .post blockquote {
    padding: 10px 15px 15px 30px;
    margin: 0px 0px 5px 0px;
}

.post blockquote:before {
    font-family: 'icons';
    content: '\201C';
    position: relative;
    font-size: 50px;
    top: 10px;
	left: -30px;
    color: #fff;
}
.post blockquote:after {
    font-family: 'icons';
    content: '\201D';
    position: relative;
    font-size: 50px;
    bottom: 10px;
	float: right;
    color: #fff;
}

.post blockquote p { 
	font-size: 20px !important;
	line-height: 32px !important; 
	margin-bottom: 0px !important;
	margin-right: 20px;
	color: #fff;
}

.quote-source {
	text-align: center;
    color: #fff;
}
.quote-source:after {
	content: '\002D';
	margin-left: 5px;
}
.quote-source:before {
	content: '\002D';
	margin-right: 5px;
}

.quote { font-style: italic }

.post q:before, .post q:after { content: "" }

.post blockquote q {
    display: block;
    margin: 0 0 23px;
}
.quote-post, .link-post{
	word-wrap: break-word;
}
.link-post h2 a{
	color: #dc7075;
}
.quote-post a:hover, .link-post h2 a:hover {
	text-decoration: none;
}

cite {
    margin-top: 10px;
    float: right;
}

/* ===[ Sidebar Styles ]=== */

#sidebar {
    float: left;
    color: #8c99a4;
    font-size: 13px;
    margin-top: 20px;
    margin-left: 2%;
    width: 30%;
}

#sidebar .widget{
	background-color: #fff;
	padding: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	border-radius: 3px 3px 3px 3px;
}

#sidebar .widget ul li a { 
	color: #000;
}

#sidebar .widget ul li { 
	list-style-type: none;
	margin-bottom: 2px;
    padding: 5px 5px 5px 10px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#sidebar .widget ul li:hover{
    background: #dc7075;
    color: #fff;    
}

#sidebar .widget ul li:hover a{
    color: #fff;  
    text-decoration: none;
}
#sidebar li.cat-item {
    text-align: right;
    padding-right: 15px !important;
}
#sidebar li.cat-item:after {
    content: "\00a0";
}
#sidebar .cat-item a{
    float: left;
}

.widget ul { margin:10px 0 0 0; }

.widget ul li {
	list-style-type: none;
	margin-bottom:5px;
}

.widget {
	width: 100%;
    float: left;
    margin-bottom: 8px;
    padding: 0 0 0 0;
    display: block;
}

.widget:last-child {
	border-bottom: none;
}

.widget p { margin: 0 0 25px }

.widget .date { font-size: 11px }

.widget h2 {
    font-family: 'Bitter', Times New Roman, serif;
	font-weight: 400;
    font-size: 16px;
    margin:0;
    color: #5f5e5c;
    padding-bottom: 8px;
}

.widget h4 { font-weight: 400 }

.tagcloud a {
	background: #dc7075;
	padding: 5px 9px;
    border: 1px solid #dc7075;
	float: left;
	font-size: 12px !important; 
	line-height: 18px;
	margin: 0 5px 5px 0;
	color: #fff;
	-webkit-border-radius: 1px; 
	-moz-border-radius: 1px; 
	border-radius: 1px;
}

.tagcloud a:hover {
	text-decoration: none;
	background: none;
	color: #dc7075;
}

#footer .tagcloud a {
	background: #dc7075;
	padding: 5px 9px;
    border: 1px solid #dc7075;
	float: left;
	font-size: 12px !important; 
	line-height: 18px;
	margin: 0 5px 5px 0;
	color: #fff;
	-webkit-border-radius: 1px; 
	-moz-border-radius: 1px; 
	border-radius: 1px;
}

#footer .tagcloud a:hover {
	text-decoration: none;
	background: none;
	color: #dc7075;
}

span.tags a:hover {
	text-decoration: underline;
}

.items {
    font-size: 11px;
    line-height: 16px;
    padding: 5px 0 14px;
}

.widget h4 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.widget h4 a { color: #fff }

.widget .media img { display: block }


/* ===[ Search Form Styling ]=== */
.search-form {
	position: relative;
}

.search-form .text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    font-family: 'Open Sans', Arial, sans-serif;
    border: none;
    float: left;
    width: 100%;
	background: #eee;
	padding: 12px 7px 12px 30px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	color: #898e99;
} 

.search-form i {
	font-size: 15px;
	color: #666;
	position: absolute;
	left: 10px;
	top: 13px;
	z-index: 9;
}

.search-form .submit {
	display: none;
}
#leftsidebar .search-form .text {
    background: #fff;
}


/* ===[ Scroll ]=== */

.scroll {
	margin-top: 60px;
	min-height: 2px;
	background: url(images/bar-loading.gif) no-repeat center bottom;
}

.scroll .slides {
	background: none;
}

.scroll-excerpt {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 38px;
	letter-spacing: -2px;
	line-height: 50px;
	color: #6b6b6b;
}

.scroll-excerpt a {
	color: #5f5e5c;
	-webkit-transition: .05s ease-in;  
	-moz-transition: .05s ease-in;  
	-o-transition: .05s ease-in;  
	transition: .05s ease-in;
}

.scroll-excerpt a:hover {
	color: #dc7075;
	text-decoration: none;
	-webkit-transition: .05s ease-in;  
	-moz-transition: .05s ease-in;  
	-o-transition: .05s ease-in;  
	transition: .05s ease-in; 
}

.scroll-post {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #778b9d;
}

.scroll-post a {
	color: #99a1a7;
}

.scroll-post a:hover {
	text-decoration: none;
	border-bottom: dashed 1px #99a1a7;
}

/* ===[ Comment Styling ]=== */

.comments {
	width: 100%;
    float: left;
    margin: 0 0px 70px 0px;
    padding-bottom: 25px;
    background: #fff;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	border-radius: 3px 3px 3px 3px;
}

#comments {
	padding: 35px;
}

#comments-title {
    font-family: 'Bitter', Times New Roman, serif;
    padding: 20px 35px 15px 65px;
   	margin: -35px -35px 25px -35px !important;
   	background: #efefef;
	font-weight: 400;
	font-size: 18px;
    letter-spacing: -1px;
	line-height: 30px;
	color: #5f5e5c;
	text-align: center;
	border-radius: 3px 3px 0px 0px;
}

#respond {
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
}

.comment #respond { margin-top: 0px }

#respond h3 {
    padding: 0 0 10px 0;
    font-family: 'Bitter', Times New Roman, serif;
	font-size: 18px;
    margin-bottom: 0px;
    margin-top: 25px;
    letter-spacing: -1px;
    font-weight: 400;
}

#respond h3 .entypo {
	font-size: 30px;
	margin-left: 3px;
	-webkit-font-smoothing: antialiased;
}

#respond label {
	display: inline-block;
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0 0 0;
}

#respond p .required {
	font-size: 11px;
}

#respond p { margin-bottom: 15px }

#respond input[type="text"], #respond textarea {
    color: #777;
    border: none;
    border: solid 1px #DDD;
	border-bottom: solid 1px #CCC;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
    font-family: 'Open Sans', Arial, sans-serif;
}

#respond input:focus, #respond textarea:focus {
    outline: none;
}

#respond textarea {
    line-height: 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', Arial, sans-serif;
}

.form-submit #submit {
	font-family: 'Open Sans', Arial, sans-serif;
	background: #dc7075;
	padding: 6px 10px 5px 10px;
	float: left;
	font-size: 14px;
	font-weight: 400; 
	line-height: 18px;
	margin: 0 5px 8px 0;
	color: #fff;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
    border: solid 1px #dc7075;
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

.form-submit #submit:hover {
	background: none;
	color: #dc7075;
	cursor: pointer;
}

.form-allowed-tags code {
	background: none;
	border: none;
	font-size: 11px;
	line-height: 18px;
	color: #aaa;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 15px 0;
}

.commentlist {
	list-style-type: none !important;
}

.commentlist li {
    padding: 15px 0 35px 0;
    margin: 0 0 25px 0;
    position: relative;
    list-style-type: none !important;
    border-bottom: 1px solid #eee;
}

.comments .children {
	margin-bottom: 0px !important;
	margin-top: 25px !important;
}

.comments .children li { 
	margin: 0 0 0 0;
	padding-left: 25px;
	border-bottom: none;
	border-left: solid 4px #f7f7f7;
 }

.comments .children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.comment-block {
    padding: 0;
}

.comment-text {
}

.comment-text:before {
	width: 0;
	height: 0;
}

.reply {
    margin: 0px !important;
    font-size: 12px !important;
}

.reply .entypo {
	font-size: 30px;
	line-height: 16px;
}

.comments .children .reply { text-align: left }

.reply a:hover {
    text-decoration: none;
}

#cancel-comment-reply-link {
    font-size: 12px;
    color: #aaa;
    margin-left: 10px;
    letter-spacing: 0;
}

.comment-notes {
	color: #aaa;
	font-size: 12px;
}

.comments .logged-in {
	float: left;
}

.comment-awaiting-moderation {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}

.vcard {
    float: left;
}

.vcard img {
    float: left;
    background: #fff;
    border: solid 1px #eee;
    padding: 3px;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.fn {
    float: left;
    font-weight: bold;
    font-size: 14px;
    font-style:	400;
    line-height: 20px;
    margin-top: 0;
}
.fn a { color: #5f5e5c }

.comment-info {
	margin-bottom: 10px;
	position: relative;
}

.comment-meta {
    float: left;
    margin: 2px 0 0 12px;
}

.comment-time {
    font-size: 12px;
    color: #999;
}

.comment-edit-link {
	font-size: 12px;
}


/* ===[ Post Navigation Styling ]=== */

.pagelink p {
	background: #f7f7f7;
	padding: 10px;
}

.post-nav {
    margin: -20px 0 75px 0;
    float: left;
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
}

.post-nav a {
	background:#dc7075;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
    border: solid 1px #dc7075;
	color: #fff;
	text-decoration: none;
	padding: 6px 10px 5px 10px;
}

.postnav-left a {
    float: left;
}

.postnav-right a {
    float: right;
}

.post-nav a:hover{
	background: none;
	text-decoration: none;
	color: #dc7075;
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.sticky{}

/* ===[ Archive Styles ]=== */

#archive {
    position: relative;
    display: inline-block;
}

#archive h3 {
	margin-bottom: 10px;
}

#archive ul {
	margin:0 0 45px 15px;	
}

#archive ul li {
	line-height: 20px;
}

.columnize	{
	float: left;
	width: 190px;
	margin: 0 40px 0 0;
}

.columnize-last {
	margin-right: 0px;
}

/* ===[ Audio Styles ]=== */
#audio-bar{
    background: rgba(0,0,0,0.6);
}
.audio-bar-inner{
    padding: 0 25px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto !important;
    text-align: center;
    display: block;
}
.audio-bar-inner .jp-audio{
    margin: 0 auto !important;
}


/* ===[ Footer Styles ]=== */

#footer {
    position: relative;
	width: auto;
	padding: 30px 30px;
    display: block;
    overflow: hidden;
    background: #383838;
    color: #999;
    box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
    border-top: 3px solid #dc7075;
}
.footer-inner {

}

#footer .bar ul {
	margin-left: 15px;
}

#footer .bar li {
	list-style-type: square;
	margin-bottom: 5px;
}

#footer  .widget{
	width: 24%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
    margin: 0 0.5%;
}

#footer .widgettitle {
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#footer .copyright {
	text-align: center;
    float: none;
    margin-top: 20px;
    position: relative;
    font-size: 12px;
    color: #fff;
}



/* ===[ Icons ]=== */

.social-icons {
	float: right;
	margin-top:5px;
}

.social-icons a img {
	width:28px;
	height: auto;
}

.social-icons a img:hover {
	opacity: .8;
}

/* ===[ Post Gallery Styling ]=== */

.gallery-wrap {
	margin: 0 0 -5px 0;
}

/* ===[ Various Default WordPress Styling ]=== */

.alignleft { float: left }

.alignright { float: right }

.aligncenter { text-align: center }

.bypostauthor { }

.wp-caption {
    background: rgba(255,255,255, 0.6);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    padding: 5px;
    max-width: 96%; 
    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 }

img.alignleft, img.alignright {
	padding: 5px;
}

img.alignleft {
	margin: 5px 25px 20px 0;
}

img.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: 10px !important;
    margin: 0 !important;
    padding: 3px 0 0 0!important;
}

.gallery-caption { text-align: center }

.gallery-item {
    width: 115px !important;
    margin-right: 15px;
    margin-bottom: 20px;
    
}

.gallery-icon { width: 115px }

.gallery-item img {
    width: 95px;
    height: auto;
    padding: 5px;
    border: solid 1px #eee !important;
}

.highlight {
	background: #dc7075;
    color: #fff;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

/* ===[ Tab Style ]=== */

.tabs { 
	list-style-type:none !important; 
	margin:0 !important; 
	padding:0;
	height:30px;
	width:100%;
	clear: both;
}

.tabs li { 
	float: left;	 
	text-indent: 0;
	padding: 0 !important;
	margin: 0px 0 0px 0!important;
	list-style-type: none !important; 
}

.tabs > li a { 
	display:block;	
	text-decoration:none;
	height: 36px;
	width: 36px;
	margin: 0 6px;
	text-align: center;
	position:relative;
	color: #fff;
	background: #323a45;
}
.tabs > li a  i{ 
	padding: 8px 0 0 0;
}

.tabs > li:first-child a {
	margin-left: 0px;
}

.tabs > li:last-child a {
	margin-right: 0px;
}

.tabs > li a:hover {
	background: #dc7075;
}

.tabs a:active {
	outline:none;		
}

.tabs li.active a {		 
	color:#fff !important;
	background: #dc7075;
}

.tabs li span {
	font-family: 'Open Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 32px;
}

.pane {
	float: left;
	margin-top:20px;
	width: 100%;
}

/* Profile Widget */

.profile-img {
	float: right;
	margin: 0 0 5px 10px;
	background: white;
	border: solid 1px #ddd;
	padding: 3px;
}

/************************************ Contact Form ************************************/

input[type="text"], input[type="email"] {
    color: #898e99;
    border: none;
	background: #efefef;
    width: 50%;
    padding: 10px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

textarea {
	color: #898e99;
    border: none;
    background: #efefef;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#contactForm input, #contactForm textarea{
	opacity: 0.9;
}

#contactForm input:focus:invalid, #contactForm textarea:focus:invalid { 
	box-shadow: 0 0 0 2px #d45252;
}
#contactForm input:required:valid, #contactForm textarea:required:valid {
	box-shadow: 0 0 0 2px  #5cd053;
}

#submittedContact {
    font-family: 'Open Sans', Arial, sans-serif;
	background: #dc7075;
	padding: 6px 10px 5px 10px;
	float: left;
	font-size: 14px;
	font-weight: 400; 
	line-height: 18px;
	color: #fff;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
    border: solid 1px #dc7075;
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
#submittedContact:hover{
	background: none;
    color: #dc7075;
    cursor: pointer;
}

/************************************ Back To Top ************************************/

#toTop {
	z-index: 999;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	background: rgba(0,0,0,0.8);
	padding: 8px 12px 8px 12px;
	font-size: 24px;
	color: #eee;
}
#toTop:hover {
	background: rgba(0,0,0,0.4);
	text-decoration:none;
	color: #fff;
}
#toTopHover {
	display: block;
	overflow: hidden;
	float: left;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity: 0;
}
#toTop:active, #toTop:focus {
	outline:none;
}

/************************************ Page Masonry ************************************/
.masonrycontainer {
	margin: 0 auto;
}
.page-template-page-masonry-php #main {
    padding: 0 15px;
}
.masonr{
	width: 23.35%;
	padding-bottom: 30px;
	margin: 0 0.8%;
}

.masonr h2{
	font-size: 21px;
}

.masonr .post {
    padding: 20px 20px 10px 20px;
}
.masonr .post.format-image{
    padding: 20px;
}
.masonr .entry-title{
	margin-bottom: 0px;
}

.masonr .bar{
	margin: 0;
	font-size: 13px;
}
.masonr .bar .share i{ 
	font-size: 20px;
}

.masonr .title-meta {
	font-size: 11px;
}

.masonr .tags{
	display: none;
}
.masonr  .title-meta a{
	text-decoration: none;
	color: #bbb;
}
.masonr  .title-meta a:hover{
	text-decoration: none;
	color: #dc7075;
}

.masonr .format-gallery .flex-direction-nav li a{
}
.masonr .format-gallery .flex-direction-nav li a i{
    font-size: 28px;
    padding: 7px 11px 5px 11px;
}

.masonr .post{
	margin: 0px;
}

div .widget_flickr img {
	margin: 0px 9px 9px 0px;
	display: inline-block;
	width: 64px;
	height: 64px;
	border: none;
    -webkit-backface-visibility: hidden;
 	-moz-backface-visibility: hidden;
}

.widget_flickr .flickr_badge_image{
	float: left;
	width: 64px;
	height: 64px;
	margin: 0 9px 9px 0;
	position:relative;
}
#footer .flickr_badge_image img{
	width: 64px;
	height: 64px;
	position:relative;
}
.flickr_badge_image img:hover{
	opacity: 0.7;
}
.zframe-flickr-wrap-ltr{
    padding-left: 30px;
}

#sidebar .simple-social-icons  ul li a, #leftsidebar .simple-social-icons  ul li a{
	background: #dc7075 !important;
    color: #fff !important;
    border: solid 1px #dc7075 !important;
}
#sidebar .simple-social-icons  ul li a:hover, #leftsidebar .simple-social-icons  ul li a:hover{
	background-color: transparent !important;
    color: #dc7075 !important;
}
a#load-more {
    display: block;
	clear: both;
	width: 100%;
    padding: 11px 0px;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	color: #bbb;
    font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none; 
}
a#load-more:hover{
	transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
	color: #dc7075;
}
.wp-post-image {
	z-index: 300;
}
.cr-likes{
	margin-right: 8px;
}

a.cr_likes.active {
	color: #dc7075 !important;
}
a.cr-likes:hover, a.fa-comment:hover{
	text-decoration: none;
}
.fa-heart {
	padding-right: 5px;
}


/* Calendar */
#wp-calendar {
	width: 100% !important;
	font-size: 14px;
	margin: 0 auto;
}
#wp-calendar caption {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2px;
    background: #dc7075;
    color: #fff;
    padding: 7px 0px;
}

#wp-calendar thead{
	
}
#wp-calendar thead th {
    padding: 10px 0;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tbody td {
    color: #aaa;
    text-align: center;
    padding: 8px;
}
#sidebar #wp-calendar tbody td a{
    color: #000;
}
#sidebar #wp-calendar tbody td:hover {
    background: #dc7075;
    color: #fff;
}
#sidebar #wp-calendar tbody td:hover a {
    color: #fff;
}
#sidebar #wp-calendar tbody td {
    background: #fafafa;
    border: 2px solid #fff;
}
#wp-calendar tfoot td{
    padding: 10px 5px;
}

.flexslider .slides li img {
    margin: 0 auto;
}
/*fb like box*/
#fb-root {
  display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
