/*
Theme Name: City (shared on wplocker.com)
Theme URI: http://voodoo-themes.com/city
Description: Elegant, unique, simple and minimalistic wordpress theme for personal blog.
Author: VooDoo Themes
Author URI: http://voodoo-themes.com
Version: 1.0
Tags: black, brown, orange, tan, white, yellow, light, one-column
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.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;
}
html { overflow-x: hidden; }
body {
    margin: 0px auto;
    color: #9a9a9a;
    font: 14px/22px 'Lato', Arial, sans-serif;
	background: #F5F5F5;
	overflow-x: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
    height: 1%;
}
ol, ul { list-style: none }
:focus { outline: 0 }
ins { text-decoration: none }
del { text-decoration: line-through }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a { text-decoration: none; 
	color: #9a9a9a;
}
a:hover { text-decoration: none; color: #60C0C0;}
::selection{background:#3399ff; color:#fff}
::-moz-selection{background:#3399ff; color:#fff}
img { border-style: none; }
input, textarea, select {
    font-family: Arial, sans-serif;
    vertical-align: middle;
    color: #000;
}
form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
cite {
    margin-top: 10px;
    float: right;
}
.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;
}
input[type="text"], input[type="email"] {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
    padding: 10px;
    border: none;
    background: #eeeeee;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 14px;
	color: #888;
}
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: none;
    background: #eeeeee;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 14px;
    color: #888;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* ---===[ Text Formatting ]===--- */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #5f5e5c;
}
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;
	
}
h6 { 
	font-size: 12px;
}


/* ===[ Main Body Styles ]=== */
#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto !important;
    text-align: center;
}
#main {
    position: relative;
    display: block;
    max-width: 1250px;
    height: 100%;
    margin: 0 auto;
    padding: 0 25px;
    text-align: left;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#content {
    float: left;
    width: 66.2%; 
    height: auto !important;
    margin-top: 40px;
}
.page-template-page-blog-without-sidebar-php #content {
    float: none;
    margin: 70px auto 0;
}
.page #content {
	margin-bottom: 70px;
}

/* ---===[ Header Area Styles ]===--- */
#header {
	width: 100%;
	padding: 0;
    top: 0px;
	z-index: 100;
	background: #fff;
	position: relative;
    display: block;
}
.header-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.logo-wrap {
    padding: 150px 0;
}
.logo {
    position: relative;
    display: inline;
    max-width: 100%;
	top: 3px;
    margin-bottom: 10px;
}
.logo-img {
    text-align: center;
    padding: 11px 0 0 15px;
}
.logo-text {
    text-align: center;
    padding: 11px 0 0 15px;
    font-family: 'Raleway', Arial, sans-serif;
}
.logo-text span, .logo-img span {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.logo-text a { 
    font-size: 100px;
    font-weight: 700;
    line-height: normal;
	color: #444;
    text-transform: uppercase;
}
.logo-text a:hover {
	text-decoration: none;
	color: #60C0C0;
	-webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.logo a {
    display: block;
    height: 100%;
}


/* ---===[ Navigation Styling ]===--- */
.menu-bar {
    position: relative;
    width: 100%;
    background: #fff;
}
.menu-wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.menu-wrap .main-select-menu {
	display: none;
}
.menu-wrap span.select {
	display: none;
}
.main-nav {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    display: inline;
    padding: 0;
}
.main-nav a {
    float: left;
    padding: 15px 10px;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #9a9a9a;
}
.main-nav a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #60C0C0;
}
.main-nav > li:after {
    content: "\f111";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 6px;
    position: absolute;
    top: 14px;
}
.main-nav > li:last-child:after {
    content: "";
}
.main-nav li {
    position: relative;
    display: inline-block;
    padding: 0; 
}
.sub-menu {
    position: absolute;
    display: none;
    width: 180px;
    top: 28px;
    box-shadow: 0 0 2px 0 #ddd;
    z-index: 9999;
    background: #fff;
}
.main-nav > li > .sub-menu {
	margin: 0;
	margin-top: 24px;
}
.sub-menu a {
    float: left;
	width: 180px;
    padding: 8px 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Raleway', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: none;
}
.sub-menu a:hover {
	background: #60C0C0;
	color: #ffffff;
}
.main-nav ul ul { top: auto; }
.sub-menu .sub-menu {
    left: 180px;
    margin: 0;
}
.main-nav li:hover ul ul, .main-nav li:hover ul ul ul, .main-nav li:hover ul ul ul ul { display: none; }
.main-nav li:hover ul, .main-nav li li:hover ul, .main-nav li li li:hover ul, .main-nav li li li li:hover ul { display: block; }
.sub-menu .sub-menu { 
	z-index: 9999;
}
.menu-toggle, .sub-menu-toggle { display: none; }

/* ---===[ Post Styles ]===--- */
.post {
	border-radius: 3px;
	float: left;
	width: 100%;
    position: relative;
    margin-bottom: 40px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
	box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
}
.post .frame {
    margin-top: 20px;
    padding: 0 75px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.post .frame-full { width: 100% !important; }
.post .frame .post-content { padding: 0; }

.entry-title {
    padding: 25px 75px;
    text-align: center;
    margin-bottom: 0;
    color: #444; 
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 600;
	font-size: 32px;
    line-height: normal;
}
.entry-title a { 
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 36px;
    line-height: normal;
    text-transform: uppercase;
}
.entry-title a:hover {
	color: #60C0C0;
	text-decoration: none;
}
.cr-format-badge{
    position: absolute;
    right: 18px;
    top: 18px;
    width: 55px;
    height: 55px;
    text-align: center;
}
.cr-format-badge i{
    margin-top: 5px;
    padding: 8px;
    font-size: 27px;
    line-height: normal;
    color: #bbb; 
     display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.post:hover .cr-format-badge i{
     -webkit-animation-name: buzz-out;
    animation-name: buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/* standard colors */
.format-standard:hover .entry-title a {color: #60C0C0;}
.format-standard .more-link {color: #60C0C0; border-color: #60C0C0;}
/* video colors */
.format-video:hover .entry-title a {color: #FF6833;}
.format-video .more-link {color: #FF6833; border-color: #FF6833;}
/* audio colors */
.format-audio:hover .entry-title a {color: #DB0B8A;}
.format-audio .more-link {color: #DB0B8A; border-color: #DB0B8A;}
/* status colors */
.format-status:hover .entry-title a {color: #007DCE;}
.format-status .more-link {color: #007DCE; border-color: #007DCE;}
/* gallery colors */
.format-gallery:hover .entry-title a {color: #8144A5;}
.format-gallery .more-link {color: #8144A5; border-color: #8144A5;}
/* image colors */
.format-image:hover .entry-title a {color: #19A861;}
.format-image .more-link {color: #19A861; border-color: #19A861;}
/* aside colors */
/* link colors */
.format-link:hover .entry-title a {color: #09BDD4;}
.format-link .more-link {color: #09BDD4; border-color: #09BDD4;}
/* quote colors */
.format-quote:hover .entry-title a {color: #CA1D38;}
.format-quote .more-link {color: #CA1D38; border-color: #CA1D38;}

.format-standard:hover .cr-format-badge i{color: #60C0C0;}
.format-video:hover .cr-format-badge i{color: #FF6833;}
.format-audio:hover .cr-format-badge i{color: #DB0B8A;}
.format-status:hover .cr-format-badge i{color: #007DCE;}
.format-gallery:hover .cr-format-badge i{color: #8144A5;}
.format-image:hover .cr-format-badge i{color: #19A861;}
.format-aside:hover .cr-format-badge i{color: #60C0C0;}
.format-link:hover .cr-format-badge i{color: #09BDD4;}
.format-quote:hover .cr-format-badge i{color: #CA1D38;}

.featured-image {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}
.featured-image img {
	width: 100%;
	height: auto;
}
.featured-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;
}
.featured-image img:hover{
}
.post-content 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-content p{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 18px;
	font-size: 16px;
    line-height: 26px;
}
.post-content a{
	color: #2f2f2f;
}
.post .frame ul { 
	margin: 0 0 25px 15px;
}
.post .frame ul li {
    list-style-type: circle;
    margin: 0 0 8px 0;
}
.post .frame ol {
    margin: 0 0 25px 15px;
}
.post .frame ol li {
	list-style-type: decimal;
}
.post-thumb {
    margin: 5px 0 15px 0;
    float: left;
}
.post .tags{
    display: inline-block;
}
.more-wrap{
    text-align: center;
}
a.more-link { 
    padding: 10px 15px;
    border: solid 1px #60C0C0;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #60C0C0;
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.more-link:hover{
    border: solid 1px #2f2f2f;
    color: #2f2f2f;
    text-decoration: none;
}
.more-link:hover, .more-link:focus, .more-link:active {
     -webkit-animation-name: push;
    animation-name: push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.post .bar {
    width: 100%;
    display: block;
    padding: 30px 0 50px 0;
    text-align: center;
    font-size: 16px;
}
.bar .share{
    width: 100%;
	position: relative;
    display: inline-block;
}
.bar .share i{
    padding-top: 1px;
    font-size: 22px;
}
.bar .share a{
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: none;
    width: 40px;
    height: 23px;
    margin: 0 3px;
}
.bar .share a:before{
    content: ""; 
    position: absolute; 
    top: -11px; 
    left: 0; 
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent; 
    border-right: 20px solid transparent; 
    border-bottom: 11px solid red;
}
.bar .share a:after{
    content: ""; 
    position: absolute; 
    bottom: -11px; 
    left: 0; 
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent; 
    border-right: 20px solid transparent; 
    border-top: 11px solid red;
}
.bar .share a:hover{
    transition: all 0.3s ease-in;
    opacity: 0.8;
}
.bar .share a.share-twitter {background: #55acee;}
.bar .share a.share-facebook {background: #46629e;}
.bar .share a.share-google {background: #d73d32;}
.bar .share a.share-linkedin {background: #1b86bc;}
.bar .share a.share-pinterest {background: #cb2027;}
.bar .share a.share-tumblr {background: #395975;}
.bar .share a.share-envelope {background: #00A8DA;}

.bar .share a.share-twitter:before {border-bottom: 11px solid #55acee;}
.bar .share a.share-facebook:before {border-bottom: 11px solid #46629e;}
.bar .share a.share-google:before {border-bottom: 11px solid #d73d32;}
.bar .share a.share-linkedin:before {border-bottom: 11px solid #1b86bc;}
.bar .share a.share-pinterest:before {border-bottom: 11px solid #cb2027;}
.bar .share a.share-tumblr:before {border-bottom: 11px solid #395975;}
.bar .share a.share-envelope:before {border-bottom: 11px solid #00A8DA;}

.bar .share a.share-twitter:after {border-top: 11px solid #55acee;}
.bar .share a.share-facebook:after {border-top: 11px solid #46629e;}
.bar .share a.share-google:after {border-top: 11px solid #d73d32;}
.bar .share a.share-linkedin:after {border-top: 11px solid #1b86bc;}
.bar .share a.share-pinterest:after {border-top: 11px solid #cb2027;}
.bar .share a.share-tumblr:after {border-top: 11px solid #395975;}
.bar .share a.share-envelope:after {border-top: 11px solid #00A8DA;}

.gallery-wrap .slides li {
	margin-bottom: 0 !important;
}
.slides li img{
    margin: 0 auto;
    height: auto;
}
.crvideo {
    position: relative;
    z-index: 1;
    margin: 0 0 0 0;
    float: left;
    clear: both;
    width: 100%;
	height: auto;
}
.video object { width: auto !important }
.sub-title {
	padding: 12px 25px 8px 15px;
    margin-bottom: 30px;
    text-align: center;
	font-family: 'Raleway',Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 20px;
	line-height: 28px;
    background: #fff;
	color: #5f5e5c;
}

/* ---===[ Post Navigation ]===--- */
.next-prev {
    float: left;
	width: 100%;
	padding-bottom: 30px;
	color: #444;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.next-prev a:hover{
    text-decoration: none;
    color: #555; 
}
.prev-post .title {	
	float: left;
}
.prev-post span {
	float: left;
	clear: both;
}
.next-post .title {	
	float: right;
}
.next-post span {
	float: right;
	clear: both;
}
.next-post {
	float: right;
	margin: 0 0 0 0;
}
.prev-post {
	float: left;
}

/* ---===[ Quote Post and Blockquote ]===--- */

.post-content blockquote:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    font-size: 50px;
    top: 4px;
    left: 25px;
    color: #60C0C0;
}
.post-content blockquote {
    position: relative;
	font-family: 'Raleway', Arial sans-serif;
    font-style: italic;
    font-weight: normal;
}
.post-content blockquote p { 
	font-size: 20px !important;
	line-height: 32px !important; 
	margin-left: 50px;
    padding-left: 50px;
}
.entry-quote{
    padding: 120px 0;
}
.quote-source {
	text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 30px;
}
.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 .cr-quote{
    text-align: center;
}
.quote-bg .cr-quote p{
    font-family: 'Raleway', 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;
}
.quote-post, .link-post{
	word-wrap: break-word;
}
.format-aside p{
	margin: 0 0 20px 0;
	padding: 0;
}
.link-post h2 {
	text-align: center;
    padding: 25px 75px;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: bold;
    font-size: 36px;
}

.link-post h2 a{
	color: #444;
}
.link-post p{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px; 
}
.quote-post a:hover, .link-post h2 a:hover {
	text-decoration: none;
}

/* ---===[ Format Image ]===--- */
.format-image{
    position: relative;
}
.format-image .image-format-small .frame{
    display: none;
}
.format-image .image-format-small .cr-format-badge{
    z-index: 999;
}
.format-image .image-format-small .title-wrap{
    position: absolute;
    bottom: 0;
    padding: 0;
    z-index: 999;
}
.format-image .image-format-small .entry-title{
    padding: 0;
}
.format-image .image-format-small .entry-title a{
    float: left;
    color: #fafafa;
    margin: 0 0 35px 55px;
}
.format-image .image-format-small .entry-title a:hover{
    color: #fff;
}

/* ---===[ Status Post ]===--- */
.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: 40px 0;
}
.crstatus{
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    clear: both;
}
.crstatus iframe{
    margin: 0px auto !important;
}
.crstatus div{
    width: 100% !important;
}

/* ===[ Sidebar Styles ]=== */
#sidebar {
    float: left;
    width: 30.8%; 
    margin-top: 40px;
    margin-left: 3%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #9a9a9a;
    font-size: 13px;

}
#sidebar .widget {
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
    border-radius: 3px;
}
.widget{
    float: left;
    width: 100%;
    padding: 0;
    display: block;
    padding: 40px;
    margin-bottom: 35px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.widgettitle {
    margin-bottom: 10px;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 13px;
}
.count-box {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e6e6e6;
	min-height: 40px;
}
.count-box:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.widget ul li { 
	margin-bottom: 2px;
    padding: 5px 0 5px 15px;
    list-style-type: none;
    font-size: 16px;
}
.widget ul li:hover a{ 
    text-decoration: none;
}
.widget li.cat-item {
    text-align: right;
    padding-right: 15px !important;
}
.widget li.cat-item:after {
    content: "\00a0";
}
.widget .cat-item a{
    float: left;
}
.widget p { margin: 0 0 25px }
.widget .date { font-size: 11px }

.widget h2 {
    margin: 0;
    padding: 0 0 8px 0;
    font-family: 'Raleway',Arial, sans-serif;
	font-weight: 600;
    font-size: 14px;
    color: #000;
}
.widget h4 { 
    font-size: 14px;
    line-height: 20px;
    font-weight: normal; 
    color: #fff;
}
.widget .media img { display: block }
.widget .tagcloud a, .tags a {
	padding: 6px 10px 5px 10px;
	float: left;
	font-size: 14px !important; 
	line-height: 18px;
	margin: 0 5px 5px 0;
	color: #9a9a9a;
    background: #f5f5f5;
}
.widget .tagcloud a:hover, .tags a:hover {
	text-decoration: none;
	background: #60C0C0;
	color: #ffffff;
}
.items {
    font-size: 11px;
    line-height: 16px;
    padding: 5px 0 14px;
}

/* ---===[ Search Form Styling ]===--- */
.search-form {
	position: relative;
    width: 100%;
}
.search-form .text {
    float: left;
    width: 100%;
    padding: 11px 7px 11px 35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-size: 14px;
    border: none;
	background: #eee;
	color: #898e99;
} 
.search-form i {
	font-size: 16px;
	color: #999;
	position: absolute;
	left: 11px;
	top: 11px;
	z-index: 9;
}
.search-form .submit {
	display: none;
}

/* ---===[ Comment Styling ]===--- */
.comments {
    float: left;
	width: 100%;
    margin: 0 0px 70px 0px;
    padding-bottom: 25px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px rgba(210, 210, 210, 0.6);
}
.comments-wrap{padding: 0 75px;}
#comments-title {
    padding: 20px 35px 15px 65px;
    margin-bottom: 0;
	text-align: center;
   	background: #efefef;
    font-family: 'Raleway', Arial, sans-serif;
	font-weight: bold;
    text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	color: #444;
}
#respond {
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
}
.comment #respond { margin-top: 0px }
#respond h3 {
    padding: 0 0 10px 0;
    margin-bottom: 0px;
    margin-top: 25px;
    font-family: 'Raleway',Arial, sans-serif;
	font-size: 18px;
    font-weight: normal;
}
#respond label {
	display: inline-block;
    margin: 5px 0 0 0;
    font-weight: bold;
    font-size: 12px;
}
#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: 'Raleway', 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: 'Raleway', Arial, sans-serif;
}
.form-submit #submit {
	float: left;
	padding: 8px 15px 7px 15px;
    margin: 0 5px 8px 0;
    font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
    text-transform: uppercase;
	color: #9a9a9a;
    border: 1px solid #444;
}
.form-submit #submit:hover {
	background: #60C0C0;
	color: #ffffff;
	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: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;
    margin-right: 10px;
    padding: 3px;
    border: solid 1px #eee;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
    background: #fff;
}
.fn {
    float: left;
    margin-top: 0;
    font-weight: bold;
    font-size: 14px;
    font-style:	normal;
    line-height: 20px;
}
.fn a { color: #5f5e5c }
.comment-info {
	margin-bottom: 10px;
	position: relative;
}
.post-meta{
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #777;
}
.post-meta a{
    color: #777;
}
.post-meta a:hover{
    color: #60C0C0;
}
.comments-meta{
    margin-right: 8px;
}
.comments-meta i{
    color: #bbb;
}
.comment-time {
    font-size: 12px;
    color: #999;
}
.comment-edit-link {
	font-size: 12px;
}

/* ---===[ Post Navigation Styling ]===--- */
.pagelink p {
	background: #f7f7f7;
	padding: 10px;
}
.post-nav {
    float: left;
    width: 100%;
    margin: 20px 0 75px 0;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.post-nav a {
    padding: 8px 15px 8px 15px;
	background: #fff;
	color: #2f2f2f;
	text-decoration: none;
}
.postnav-left a {
    float: left;
}
.postnav-right a {
    float: right;
}
.post-nav a:hover{
	background: #2f2f2f;
	text-decoration: none;
	color: #fff;
}
.sticky{}

/* ---===[ Archive Styles ]===--- */
#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 {
    width: 100%;
	padding: 30px 0;
    display: block;
    overflow: hidden;
    background: #191D20;
	color: #999;
}
.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
}
#footer a{
	color: #fff;
}
#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;
}
#footer .widgettitle {
	font-size: 18px;
    text-transform: uppercase;
	color: #cacaca;
	margin-bottom: 10px;
}
#footer .tagcloud a {
	padding: 4px 9px;
	float: left;
	font-size: 13px !important; 
	line-height: 18px;
	margin: 0 5px 5px 0;
	color: #9a9a9a;
	background: #000000;
}
#footer .tagcloud a:hover {
	text-decoration: none;
	color: #fff;
}
#footer .copyright {
    float: none;
	text-align: center;
    margin-top: 5px;
    position: relative;
    font-size: 12px;
    color: #99a1a7;
}

/* ---===[ 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: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

/* ---===[ Lightbox ]===--- */
.featured-image.lightbox:after {
    content: "\f00e";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: #fff;
    transition: 0.5s ease-in;
    opacity: 0;
}
.featured-image.lightbox:hover:after {
    display: block;
    opacity: 1;
}



/* ---===[ Contact Form ]===--- */
#submittedContact {
    float: left;
    padding: 8px 15px;
    margin-bottom: 65px;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold; 
    text-transform: uppercase;
    color: #2f2f2f;
    border: 1px solid #2f2f2f;
    background: #fff;
}
#submittedContact:hover{
	border: 1px solid #60C0C0;
	color: #60C0C0;
	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.2);
	padding: 8px 11px 14px 11px;
    border-radius: 100%;
	font-size: 24px;
	color: #eee;
}
#toTop:hover {
	background: rgba(0,0,0,0.4);
	text-decoration:none;
	color: #fff;
}
#toTopHover {
    float: left;
	display: block;
	overflow: hidden;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity: 0;
}
#toTop:active, #toTop:focus {
	outline:none;
}

/* ---===[ Calendar ]===--- */
#wp-calendar {
	width: 100% !important;
	font-size: 14px;
	margin: 0 auto;
}
#wp-calendar caption {
    margin-top: 0px;
    margin-bottom: 2px;
    padding: 7px 0px;
    border: 1px solid #444;
    text-align: center;
    color: #444;
    font-size: 16px;
}
#wp-calendar thead th {
    padding: 10px 0;
    text-align: center;
}
#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: #2f2f2f;
    color: #fff;
}
#sidebar #wp-calendar tbody td:hover a {
    color: #fff;
}
#sidebar #wp-calendar tbody td {
    background: rgb(238, 239, 241);
    border: 1px solid rgb(255, 255, 255);
}
#wp-calendar tfoot td{
    padding: 10px 5px;
}

/* ---===[ Simple Social Icons ]===--- */
#sidebar .simple-social-icons ul li {
    margin: 0px 4px 12px !important;
}
#sidebar .simple-social-icons  ul li a{
	background-color: #fff !important;
    border: 1px solid #444 !important;
    color: #444 !important;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#sidebar .simple-social-icons  ul li a:hover{
	 border: 1px solid #60C0C0 !important;
    color: #60C0C0 !important;
}

/* ---===[ Masonry ]===--- */
.page-template-page-masonry-php #content{
    width: 100%;
}
.page-template-page-masonry-2-php #content{
    width: 67.2%;
}
.page-template-page-masonry-2-php #sidebar{
    width: 31.3%; 
    margin-left: 1.5%;
}
.page-template-page-masonry-2-php .masonr{
    width: 46%;
    margin: 0px 2%;
}
.masonrycontainer {
    margin: 0px auto;
    width: 100%;
}
.masonr {
    width: 31.1%;
    margin: 0px 1%;
}
.masonr .post{
    margin-bottom: 30px;
}
.masonr .entry-title {
    padding: 15px 55px;
}
.masonr .entry-title a {
    font-size: 26px;
}
.masonr .cr-format-badge {
    right: 12px;
    top: 12px;
    width: 39px;
    height: 39px;
    border-width: 1px;
}
.masonr .cr-format-badge i {
    margin-top: 2px;
    padding: 6px;
    font-size: 22px;
}
.masonr .format-standard .cr-format-badge i{padding: 6px 9px;}
.masonr .format-video .cr-format-badge i{padding: 6px 7px 6px 6px;}
.masonr .format-audio .cr-format-badge i{padding: 6px 11px 6px 6px;}
.masonr .format-status .cr-format-badge i{padding: 6px 8px;}
.masonr .format-gallery .cr-format-badge i{padding: 6px 7px 6px 5px;}
.masonr .format-image .cr-format-badge i{padding: 6px 6px 6px 6px;}
.masonr .format-aside .cr-format-badge i{}
.masonr .format-link .cr-format-badge i{padding: 6px 8px;}
.masonr .format-quote .cr-format-badge i{padding: 6px 8px;}
.masonr .post .frame {
    margin-top: 10px;
    padding: 0px 25px;
}
.masonr .post-meta {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.masonr .post-content p {
    font-size: 14px;
    line-height: normal;
}
.masonr a.more-link {
    padding: 8px 12px;
    font-size: 15px;
}

.masonr .post .bar {
    padding: 0px 0px 25px 0px;
}

.masonr .bar .share {
    display: none;
}

.masonr .bar .share a {
    width: 30px;
    height: 30px;
}
.masonr .bar .share i {
    padding-top: 7px;
    font-size: 16px;
}
.masonr .link-post h2 {
    font-size: 26px;
    margin-bottom: 0;
}
.masonr .entry-quote {
    padding: 60px 0px;
}
.masonr .format-image .image-format-small .entry-title a{
    margin: 0 0 15px 30px;
}
.masonr .quote-bg .cr-quote p {
    font-size: 26px;
}
.masonr .flex-direction-nav i {
    font-size: 30px;
}
#load-more{
	display: block;
	clear: both;
    width: 100%;
	padding: 11px 0px;
    text-align: center;
	text-transform: uppercase;
    text-decoration: none;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: bold;
	font-size: 16px;
    background-color: #fff;
	border: 1px solid #fff;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#load-more:hover{
	color: #60C0C0;
    border-color: #60C0C0;
}
.masonr .flex-control-paging li{
    margin: 0 3px;
}
.masonr .flex-control-paging li a {
    width: 9px; 
    height: 9px; 
}

/* ---===[ CSS3 Effects ]===--- */
/* Buzz Out */
@-webkit-keyframes buzz-out {
    10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
    }
    20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
    }
    30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
    }
    40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
    }
    50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
    }
    60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
    }
    70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
    }
    80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
    }
    90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
    }
    100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
    }
}
@keyframes buzz-out {
    10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
    }
    20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
    }
    30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
    }
    40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
    }
    50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
    }
    60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
    }
    70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
    }
    80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
    }
    90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
    }
    100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
    }
}
@-webkit-keyframes wobble-vertical {
    16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    }
    33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    }
    49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    }
    66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    }
    83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    }
    100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
}
@keyframes wobble-vertical {
    16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    }
    33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    }
    49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    }
    66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    }
    83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    }
}
/* Push */
@-webkit-keyframes push {
    50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    }
    100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    }
    }
    @keyframes push {
    50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    }
    100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    }
}