/*
Theme Name: Bellissima
Theme URI: http://voodoo-themes.com/belissima
Description: Bellissima wordpress blog theme.
Author: VooDoo Themes
Author URI: http://voodoo-themes.com/
Version: 1.0
Tags: White, Blue, Black
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;
}
body {
    overflow-x: hidden;
    color: #666;
    font: 14px/22px 'Open Sans', Arial, sans-serif;
}
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;
}
#backgrimage{
	margin: 0 auto;
	display: block;
	background-attachment: fixed; 
	min-height: 100%;
}
::selection{background:#00A8DA; color:#fff}
::-moz-selection{background:#00A8DA; 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: #00A8DA;
}
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;
}
cite {
    margin-top: 10px;
    float: right;
}
.clearfix {
    height: 1%;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.logged-in #leftsidebar{
    padding-top: 32px;
}


/* ===[ Text Formatting ]=== */

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    font-family: 'Muli', Arial, sans-serif;
    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;
    box-sizing: border-box;
    -mox-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#header-content {
    padding: 10px 0;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #eee;
    width: 100%;
}
#header-content img{
    max-width: 100%;
}
#content {
    width: 68%; 
    float: left;
    height: 100%;
    box-shadow: 1px 0 0 #ddd;
}
.page-template-full-width-php #content, .page-template-page-masonry-php #content{
	width:100%;
}
.page-template-full-width-php #sidebar{
	display: none;
}
.page #content {
	padding-bottom: 70px;
}


/* ===[ 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%;
	border-right: 1px solid #eee;
}
#leftsidebar .widget {
    margin-bottom: 25px;
}
#leftsidebar .widget ul li a:hover{ 
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.leftsidebar-inner{ padding: 0 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-img {
    display: inline;
    text-align: center;
    position: relative;
}
.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: 'Muli', Arial, sans-serif;
    color: #333;
    display: inline-block;
}
.logo-text a {
	color: #333; 
    font-size: 46px;
    line-height: 75px;
    font-family: 'Cardo', Times New Roman, serif;
    text-transform: uppercase;
}
.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{
    color: #00A8DA;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.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: #000;
    font-family: 'Muli', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: block;
}
.main-nav a:hover {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.main-nav, .sub-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}
.sub-menu {
    display: none;
    padding-left: 20px;
}
.sub-menu a {
    font-family: 'Muli', Arial, sans-serif;
    font-size: 14px;
	color: #000;
}
.sub-menu a:hover {
	background: none;
	color: #00A8DA;
    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: #00A8DA;
    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: 'Muli', Arial, sans-serif;
    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: #00A8DA;
    padding-left: 30px;
}


/* ===[ Post Styles ]=== */
.post {
	float:left;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 30px 30px 20px 30px;
    position: relative;
	margin-bottom: 30px;
    background: #fff;
}
.post .frame {
    position: relative;
}
.entry-title a { 
	color: #5f5e5c; 
    font-family: 'Ovo', Arial, sans-serif;
	font-size: 22px;
    font-weight: 500;
}
.entry-title a:hover {
    text-decoration: none;
    color: #00A8DA;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.post-content p { 
	margin: 0 0 18px;
	line-height: 26px;
	font-size: 15px;
}
.post.format-image{
    padding: 30px;
}
.format-status .fb-post {
    text-align: center;
    margin: 0 auto;
}
.status-bg{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 20px !important;
    margin: 0 auto;
    padding: 30px 0;
}
.crstatus{
    position: relative;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    clear: both;
}
.crstatus iframe{
    margin: 0px auto !important;
}
.crstatus div{
    width: 100% !important;
}
.single .post.format-image {
    padding: 30px 30px 20px 30px;
}
.featured-image {
	width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}
.featured-image {
	margin-bottom: 20px;
}
.featured-image img {
	max-width: 100%;
	height: auto;
}
.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 .frame-full {
	width: 100% !important;
}
.post-content a{
	color:#00A8DA;
}
.post ul { 
	margin: 0 0 25px 15px;
}
.post li {
	list-style-type: square;
	margin-bottom: 5px;
}
.post ul li {
    list-style-type: circle;
    margin: 0 0 8px 0;
}
.post ul.flex-direction-nav li {
    list-style-type: none;
    margin: 0;
}
.post ol {
    margin: 0 0 25px 15px;
}
.post ol li {
	list-style-type: decimal;
}
.post-thumb {
    margin: 5px 0 15px 0;
    float: left;
}
.title-wrap {
	padding: 0px 0 15px 0;
}
.entry-title {
	margin-bottom: 10px;
}
.sub-title {
	text-align: center;
	background: #fff;
	padding: 12px 0 12px 0;
    font-family: 'Ovo', Arial, sans-serif;
	font-size: 20px;
	color: #5f5e5c;
	margin-bottom: 30px;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.sub-title p{
    padding-top: 10px;
    margin-bottom: 0 !important;
}

.title-meta {
	color: #bbb;
	font-size: 13px;
}

.title-meta span {
	margin-right: 15px;
}
.title-meta a {
	color: #00A8DA;
}
.title-meta a:hover{
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.title-meta i {
	font-size: 14px;
	padding-right: 8px;
	color: #bbb;
}
.bypostauthor{}
.post .bar {
	width: 100%;
    padding-top: 10px;
    color: #bbb;
    border-top: 1px solid #eee;
    font-size: 17px;
}
.bar .cr_comnts {
    padding-right: 8px;
}
.bar .cr-shr { 
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: auto;
    padding-right: 8px;
}

.bar .cr-shr:hover .share, .bar .share:hover {
    display: inline-block;
}
.bar .cr-shr i{
    padding-top: 3px;
}
.bar .share {
	position: relative;
    display: none;
    padding-left: 4px;
}
.bar .share i {
	font-size: 19px;
    padding: 0 4px;
}
.bar .share a {
    color: #bbb;
}
.bar .share i:hover {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.bar .share .fa-twitter:hover {color: #55acee;}
.bar .share .fa-facebook:hover {color: #46629e;}
.bar .share .fa-google-plus:hover {color: #d73d32;}
.bar .share .fa-linkedin:hover {color: #1b86bc;}
.bar .share .fa-pinterest:hover {color: #cb2027;}
.bar .share .fa-tumblr:hover {color: #395975;}
.bar .share .fa-envelope:hover {color: #00A8DA;}
.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%;
}
span.tags a:hover {
	text-decoration: underline;
}
.gallery-wrap .slides li {
	margin-bottom: 0 !important;
}
.crvideo {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    float: left;
    clear: both;
    width: 100%;
	height: auto;
}
.video object { width: auto !important }
.sticky{}
.link-post h2 a{
	color: #00A8DA;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
}
.masonr .link-post h2{
	margin-bottom: 10px;
}

/* ===[ Post Navigation ]=== */
.next-prev {
	width: 100%;
    box-sizing: border-box;
	padding: 0 30px 40px 30px;
	float: left;
}
.next-prev a{
    border: solid 1px #00A8DA;
	color: #00A8DA;
	text-decoration: none;
	padding: 5px 10px 4px 10px;
}
.next-prev a:hover{
    text-decoration: none;
    background:#00A8DA;
	color: #fff;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.prev-post a{	
	float: left;
}
.next-post a{	
	float: right;
}


/* ===[ Quote Post and Blockquote ]=== */
.post-content blockquote {
	font-family: 'Open Sans', Arial sans-serif;
    font-weight: 700;
    padding: 15px 15px 15px 50px;
    position: relative;
    background: #00A8DA;
}
.post-content blockquote:before {
    font-family: 'icons';
    content: '\201C';
    position: relative;
    font-size: 50px;
    top: 10px;
	left: -20px;
    color: #fff;
}
.post-content blockquote:after {
    font-family: 'icons';
    content: '\201D';
    position: relative;
    font-size: 50px;
    bottom: 10px;
	float: right;
    color: #fff;
}
.post-content blockquote p { 
	font-size: 20px !important;
	line-height: 32px !important; 
	margin-bottom: 0px !important;
	margin-right: 20px;
	color: #fff;
}
.entry-quote{
    padding: 120px 0;
}
.quote-source {
	text-align: center;
    color: #fff;
    font-size: 18px;
}
.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;
}
.quote-post a:hover, .link-post h2 a:hover {
	text-decoration: none;
}
.quote-bg blockquote{
    text-align: center;
}
.quote-bg blockquote p{
    font-family: 'Open Sans', Arial sans-serif;
    font-weight: 700;
    padding: 0 30px;
    font-size: 30px;
    line-height: normal;
    color: #fff;
}
.format-quote:hover .entry-quote {
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.flexslider .slides li img {
    margin: 0 auto;
}


/* ===[ Sidebar Styles ]=== */
#sidebar {
    float: left;
    color: #8c99a4;
    font-size: 13px;
    margin-left: 1px;
    width: 31.9%;
    padding-top: 15px;
}
#sidebar .widget{
	background-color: #fff;
	padding: 15px 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar .widget ul li a{ 
	color: #000;
}
#sidebar .widget ul li { 
	list-style-type: none;
	margin-bottom: 2px;
    padding: 5px 5px 5px 10px;
}
#sidebar .widget ul li:hover a{
    color: #00A8DA;  
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#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 {
	width: 100%;
    float: left;
    margin-bottom: 8px;
    padding: 0;
    display: block;
}
.widget:last-child {
	border-bottom: none;
}
.widget ul { margin:10px 0 0 0; }
.widget ul li {
	list-style-type: none;
	margin-bottom:5px;
}
.widget p { margin: 0 0 25px }
.widget .date { font-size: 11px }
.widget h2 {
    font-family: 'Ovo', Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    color: #5f5e5c;
    padding-bottom: 8px;
}
.widget h4 { font-weight: 400 }
.tagcloud a {
	padding: 2px 7px;
    border: 1px solid #ddd;
	float: left;
	font-size: 12px !important; 
	line-height: 18px;
	margin: 0 5px 5px 0;
    color: #00A8DA;
}
.tagcloud a:hover {
	text-decoration: none;
	color: #00A8DA;
    border: 1px solid #00A8DA;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.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 {
    float: left;
    width: 100%;
    padding: 12px 7px 12px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-family: 'Muli', Arial, sans-serif;
    font-style: italic;
    font-size: 12px;
    background: transparent;
	color: #898e99;
    border: 1px solid #eee;
} 
#leftsidebar .search-form .text {
    border: 1px solid #000;
}
.search-form i {
	font-size: 15px;
	color: #666;
	position: absolute;
	left: 10px;
	top: 13px;
	z-index: 9;
}
.search-form .submit {
	display: none;
}

/* ===[ 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: #00A8DA;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s 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-bottom: 70px;
    padding-bottom: 25px;
    background: #fff;
}
#comments {
	padding: 30px;
}
#comments-title {
    font-family: 'Ovo', Arial, sans-serif;
    padding: 20px 35px 15px 65px;
   	margin: -35px 0 25px 0 !important;
   	background: #efefef;
	font-size: 18px;
	line-height: 30px;
    font-weight: normal;
	color: #5f5e5c;
	text-align: center;
}
#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: 'Ovo', Arial, sans-serif;
	font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 25px;
}
#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: none;
	padding: 6px 10px 5px 10px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin: 0 5px 8px 0;
	color: #00A8DA;
    border: solid 1px #00A8DA;
}
.form-submit #submit:hover {
	background: #00A8DA;
	color: #fff;
	cursor: pointer;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.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;
}
.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;
}
.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;
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
}
.post-nav a {	
    border: solid 1px #00A8DA;
	color: #00A8DA;
	text-decoration: none;
	padding: 6px 10px 5px 10px;
}
.post-nav a:hover{
	background:#00A8DA;
	text-decoration: none;
	color: #fff;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.postnav-left a {
    float: left;
}
.postnav-right a {
    float: right;
}


/* ===[ 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;
}


/* ===[ Footer Styles ]=== */
#footer {
    position: relative;
	width: auto;
	padding: 30px 30px;
    display: block;
    overflow: hidden;
    background: #2D2D2D;
    color: #777;
}
#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 .tagcloud a {
	padding: 3px 7px;
    border: 1px solid #666;
	float: left;
	font-size: 12px !important; 
	line-height: 18px;
	margin: 0 5px 5px 0;
	color: #666;
}
#footer .tagcloud a:hover {
	text-decoration: none;
	/*background: #666;*/
    border-color: #00A8DA;
	color: #00A8DA;
}
#footer .copyright {
	text-align: center;
    float: none;
    margin-top: 20px;
    position: relative;
    font-size: 12px;
    color: #fff;
}


/* ===[ Various Default WordPress Styling ]=== */
.alignleft { float: left }
.alignright { float: right }
.aligncenter { text-align: center }
.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;
}
.wp-post-image {
	z-index: 300;
}
.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: #00A8DA;
    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: #00A8DA;
}
.tabs a:active {
	outline:none;		
}
.tabs li.active a {		 
	color:#fff !important;
	background: #00A8DA;
}
.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%;
}


/* ===[ Contact Form ]=== */
input[type="text"], input[type="email"] {
    color: #898e99;
    border: 1px solid #ddd;
    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: 1px solid #ddd;
    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{
}
#contactForm input:focus:invalid, #contactForm textarea:focus:invalid { 
	border-color: #d45252;
}
#contactForm input:required:valid, #contactForm textarea:required:valid {
	border-color: #5cd053;
}
#submittedContact {
    font-family: 'Open Sans', Arial, sans-serif;
	padding: 6px 10px 5px 10px;
	float: left;
	font-size: 14px;
	line-height: 18px;
    background: none;
	color: #00A8DA;
    border: solid 1px #00A8DA;
}
#submittedContact:hover{
	background: #00A8DA;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}


/* ===[ Back To Top ]=== */
#toTop {
	z-index: 999;
	display: none;
	position: fixed;
	bottom: 0px;
	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;
	margin-bottom: 30px;
}
.page-template-page-masonry-php #main {
    padding: 0 15px;
}
.masonr{
	width: 19.95%;
	margin: 0;
}
.masonr .post{
    padding: 20px 20px 10px 20px;
}
.masonr .post.format-image{
    padding: 20px;
}
.masonr .title-wrap {
	padding: 0px 0 5px 0;
}
.masonr .entry-title{
	margin-bottom: 0px;
}
.masonr .entry-title a{
    font-size: 20px;
}
.masonr .title-meta {
	font-size: 11px;
    line-height: normal;
}
.masonr  .title-meta a{
	text-decoration: none;
	color: #bbb;
}
.masonr  .title-meta a:hover{
	text-decoration: none;
	color: #00A8DA;
}
.masonr .title-meta i {
    display: none;
}
.masonr h2{
	font-size: 21px;
}
.masonr p{
    font-size: 14px;
    margin-bottom: 12px;
}
.masonr a.more-link { padding: 4px 10px; }
.masonr .bar{
	margin: 0;
    font-size: 14px;
}
.masonr .bar .share{

}
.masonr .bar .share i{ 
	font-size: 15px;
    padding: 0 3px;
}
.masonr .tags{
	display: none;
}
.masonr .entry-quote{
    padding: 30px 0;
}
.masonr .quote-source {
    font-size: 14px;
}
.masonr .post-content blockquote {
    padding: 10px 15px 15px 30px;
    margin: 0px 0px 5px 0px;
}
.masonr .quote-bg blockquote p{
    padding: 0 15px;
    font-size: 20px !important;
}
.masonr .format-quote{padding: 20px;}
.masonr .format-gallery .flex-direction-nav li a i{
    font-size: 28px;
    padding-top: 7px;
}
.masonr .post{
	margin: 0px;
}
.masonr .crvideo, .masonr .cr-gallery{
    margin-bottom: 10px;
}
.masonr .format-link{
    padding-bottom: 20px;
}
.masonr .crstatus iframe{
    width: 100% !important;
}
.masonr .format-aside .featured-image img{
    margin-bottom: 0px;
}
.masonr .featured-image{
    margin-bottom: 10px;
}
.masonr .format-image .featured-image{
    margin-bottom: 0;
}
.masonr .format-image .title-wrap{
    position: absolute;
    bottom: 30px;
    left: 45px;
    display: none;
    z-index: 999;
}
.masonr .format-image .bar {
    display: none;
}
.masonr .format-image .entry-title a{
    color: #fff;
}
.masonr .format-image .title-meta{
    display: none;
}
.masonr .post.format-image:hover .featured-image img{
    opacity: 0.7;
    -moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.featimage-bg{
	display: block;
    background: #000 !important;
}
.masonr .post.format-standard:hover .featured-image img{
    opacity: 0.7;
    -moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.masonr .post.format-image:hover .title-wrap { display: block; transition: .5s ease-in; opacity: 1;}

/* ===[ Right Sidebar Widgets ]=== */
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;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.zframe-flickr-wrap-ltr{
    padding-left: 30px;
}
#leftsidebar .simple-social-icons  ul li a{
	background: none !important;
    color: #000 !important;
    border: solid 1px #000 !important;
}
#footer .simple-social-icons  ul li a, #sidebar .simple-social-icons  ul li a{
    background: none !important;
    color: #bbb !important;
    border: solid 1px #bbb !important;
}
#footer .simple-social-icons  ul li a:hover, #sidebar .simple-social-icons  ul li a:hover, #leftsidebar .simple-social-icons  ul li a:hover{
	background-color: transparent !important;
    color: #00A8DA !important;
	border: solid 1px #00A8DA !important;
}
#leftsidebar .simple-social-icons ul li {margin: 0px 4px 12px !important;}

/* ===[ Load More Link ]=== */
a.more-link {
    transition: all 0.5s ease 0s;
    color: #bbb !important;
    padding: 7px 12px;
    border: 1px solid #eee;
}
a.more-link:hover {
    text-decoration: none;
    color: #00A8DA !important;
    border-color: #00A8DA;
}
#loadmorebtn{
	width: 100%;
}
a#load-more {
    display: block;
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 20px;
    padding: 11px 0px;
	background: #fff;
	color: #bbb;
    font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none; 
	border: 1px solid #eee;
}
a#load-more:hover{
	color: #00a8da;
    border-color: #00a8da;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}


/* ===[ 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: none;
    color: #00A8DA;
    padding: 7px 0px;
    border: 1px solid #00A8DA;
}
#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{
    box-shadow: inset 0 0 0 1px #00A8DA;
}
#sidebar #wp-calendar tbody td:hover a{
    color: #00A8DA;
}
#sidebar #wp-calendar tbody td{
    background: #fafafa;
    border: 2px solid #fff;
}
#wp-calendar tfoot td{
    padding: 10px 5px;
}


/* ===[ CR Likes ]=== */
.cr-likes{
	margin-right: 8px;
}
a.cr-likes{
	color: #bbb;
}
a.cr_likes.active {
	color: #00A8DA !important;
}
a.cr-likes:hover, a.fa-comment:hover{
	text-decoration: none;
}
.cr-likes i:hover{
	color: #00A8DA;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}


/* ===[ Author Widget ]=== */
.cr_author > img{
	width: 100%;
}
.cr_author > h3 + img{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.cr_author .widget-body{
	position: relative;
	text-align: center;
}
.cr_author > img + .widget-body .cr_author_img + .cr_author_bio{
	padding-top: 50px;
}
.cr_author .cr_author_bio{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	color: #333;
}
.cr_author .cr_author_bio > h3{
	margin: 15px 0 0;
	font-size: 22px !important;
	padding-bottom: 10px !important;
}
.cr_author .cr_author_bio p{
	margin: 0;
}
.cr_author_img {
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	height: 100px;
	width: 100px;
}
.cr_author > img + .widget-body .cr_author_img {
	left: 50%;
	margin: 0 -50px;
	position: absolute;
	top: -50px;
	overflow: hidden;
}
.cr_author > img + .widget-body .cr_author_img img{
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	height: 100px;
	max-width: none;
	width: 100px;
}

/* ===[ Fb like box ]=== */
#fb-root {
  display: none;
}
.widget .fb_iframe_widget, .widget .fb_iframe_widget span, .widget .fb_iframe_widget span iframe[style]{
  width: 100% !important;
}
