/*
Theme Name: sozo
Theme URI: http://underscores.me/
Author: Launch Runner
Author URI: http://launchrunner.com
Description: coming soon...
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sozo
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Layout Shortcodes
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout Shortcodes
--------------------------------------------------------------*/
.one_half {width: 48%;}
.one_third {width: 30.66%;}
.two_thirds {width: 65.33%;}
.one_fourth {width: 22%;}
.three_fourths {width: 74%;}
.one_fifth {width: 16.8%;}
.two_fifth {width: 37.6%;}
.three_fifth {width: 58.4%;}
.four_fifth {width: 67.2%;}
.one_sixth {width: 13.33%;}
.five_sixth {width: 82.67%;}
.one_half, .one_third, .two_thirds, .three_fourths, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {position: relative; margin-right: 4%; margin-bottom: 20px; float: left;}
.last {margin-right:0 !important;}

@media (max-width:768px){
.one_half, .one_third, .two_thirds, .one_fourth, .three_fourths, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {float:none; width:100%; margin-right:0px;}
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
p:empty {
	display:none;
	line-height:0;
	height:0;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size:62.5%;
}
body {
	margin: 0;
	font-size: 17px;
	font-size: 1.7rem; 
	text-rendering: optimizeLegibility;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
	text-decoration:none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp,
tt, 
var {
	font-family: monospace, monospace;
	font-size:12px;
	font-size: 1.2rem;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
label {
	font-weight: normal;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/*---------------------------------------------------------
Table
-------------------------------------------------------- */

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top-width: 1px;
	border-top-style: solid;
	border-color:#E6E6E6;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color:#E6E6E6;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
	border-top-width: 2px;
	border-top-style: solid;
	border-color:#E6E6E6;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body{
	font-family: 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif;
}

body,
button,
input,
select,
textarea {
	color: #404040;
	line-height: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight:400;
	letter-spacing: 0rem;
	color: #404040;
	margin-top:0;
}

h1 {
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
}
h2 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
}
h4 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2em;
}
h5 {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
 	letter-spacing: .1rem;
	text-transform: uppercase;
	line-height: 1.2em;
}
h6 {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: 2px;
 	letter-spacing: .2rem;
	text-transform: uppercase;
	line-height: 1.2em;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
	color: inherit;
}
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
	text-decoration: none;
	color: inherit;
}
h1 a, a h1, h2 a, a h2, h3 a, a h3, h4 a, a h4, h5 a, a h5, h6 a, a h6 {
	text-decoration: none;
	color: inherit;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em 1.5em 0;
	border-color: #E6E6E6;
	font-size:110%;
}

address {
	margin: 0 0 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #ededed; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
	padding-left:0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

iframe {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Forms and Buttons
--------------------------------------------------------------*/
a.button, a.button:visited, .lr-builder-content a.button, .lr-builder-content a.button:visited {
	background: #428bca;
	color: #ffffff;
	border: none;
	border-color:transparent;
	border-radius: 4px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 12px 24px;
	text-decoration: none;
	text-shadow: none;
}
a.lr-button, a.lr-button:visited, .lr-builder-content a.lr-button, .lr-builder-content a.lr-button:visited {
	background: #428BCA;
	color: #FFF;
	border: 1px solid #428BCA;
}
a.lr-button *, a.lr-button:visited *, .lr-builder-content a.lr-button *, .lr-builder-content a.lr-button:visited * {
	color: #ffffff;
}
a.button:hover, .lr-builder-content a.button:hover {
	background: #428bca;
	color: #ffffff;
	border: none;
	cursor: pointer;
}
a.button:hover *, .lr-builder-content a.button:hover * {
	color: #ffffff;
}
button, input[type=button], input[type=submit] {
	background: #428bca;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 12px;
	font-weight: normal;
	text-shadow: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
button:hover, input[type=button]:hover, input[type=submit]:hover {
	background: #428bca;
	color: #ffffff;
	border: none;
	text-decoration: none;
}
button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=submit]:active, input[type=submit]:focus {
	background: #428bca;
	color: #ffffff;
	border: none;
	outline: none;
	position: relative;
	top: 1px;
}
button.btn-default, button.btn-default:hover, button.btn-default:focus, button.btn-default:active, button.btn-default.active, input[type=button].btn-default, input[type=button].btn-default:hover, input[type=button].btn-default:focus, input[type=button].btn-default:active, input[type=button].btn-default.active, input[type=submit].btn-default, input[type=submit].btn-default:hover, input[type=submit].btn-default:focus, input[type=submit].btn-default:active, input[type=submit].btn-default.active {
	color: #808080;
	background: #fcfcfc;
	border-color: transparent;
}
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea {
	display: inline-block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #808080;
	vertical-align: middle;
	background-color: #fcfcfc;
	background-image: none;
	border: 1px solid #e6e6e6;
	-moz-transition: all ease-in-out .15s;
	-webkit-transition: all ease-in-out .15s;
	transition: all ease-in-out .15s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
textarea{
	max-width:100%;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	resize:vertical;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: rgba(0,0,0,0.8);
}
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=week]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=search]:-moz-placeholder, textarea:-moz-placeholder {
color: rgba(0,0,0,0.8);
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder {
color: rgba(0,0,0,0.8);
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: rgba(0,0,0,0.8);
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
	outline: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url] {
	height: 34px;
}
.form-control {
	background-color: #fcfcfc;
	border-color: #e6e6e6;
	color: #808080;
	-moz-transition: all ease-in-out .15s;
	-webkit-transition: all ease-in-out .15s;
	transition: all ease-in-out .15s;
}
.form-control::-webkit-input-placeholder {
	color: rgba(0,0,0,0.6);
}
.form-control:-moz-placeholder {
color: rgba(0,0,0,0.6);
}
.form-control::-moz-placeholder {
	color: rgba(0,0,0,0.6);
}
.form-control:-ms-input-placeholder {
	color: rgba(0,0,0,0.6);
}
.form-control:focus {
	background-color: #ffffff;
	border-color: #cccccc;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*--------------------------------------------------------------
# Wrappers
--------------------------------------------------------------*/

.lr-builder.full-width .container.content-full {
	margin: 0;
	padding: 0;
	width: auto;
}
.lr-builder.full-width .container.content-full > .row  {
	margin-left:0px;
	margin-right:0px;
}
.lr-builder.fixed-width .container.content-full > .row  {
	margin-left:0px;
	margin-right:0px;
}

.lr-builder .row.row-full-width {
	margin-left:0px;
	margin-right:0px;
}

@media (min-width: 992px) {
	.lr-builder.fixed-width .container.content-full .row {
		width: auto;
	}
}

.row.row-fixed-width {
	max-width: 1100px;
	margin-left:auto !important;
	margin-right:auto !important;
}
.lr-builder .container.content-full .content {
	margin: 0;
	padding: 0;
}
.lr-builder .container.content-full .post-header {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 40px;
}
.lr-builder .container.content-full .comments {
	margin-left: 20px;
	margin-right: 20px;
}
.container {
	padding-left: 20px;
	padding-right: 20px;
}
.lr-builder.fixed-width .content-full.container {
	width: 100%;
	max-width:100%;
	padding-left:0px;
	padding-right:0px;
}
.page-wrap {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
	height:100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.page-header {
	border-color: #e6e6e6;
	background-color: #EDEDED;
}
.page-header-wrap{
	background-color: rgba(255, 255, 255, 1);
}
.header-text {
	margin-right:15px;
}
.page-nav-below .header-text {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
}
.title-wrap .page-title{
	margin:0;
}
.page-header-logo {
	text-align:left;
}
.page-nav-below.centered .page-header-logo, .page-nav-below.centered .site-description{
	text-align:center;
}

@media (min-width:992px){
	.page-header.full-screen {
		height: 100%;
	}
	.page-header.full-screen .header-inner {
		position: absolute;
		width:100%;
		top: 55%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left:0;
	}
	.page-header-wrap.overlay {
		position:relative;
		background-color:transparent !important;
		z-index:200;
	}
	body.lr-builder .page-header-wrap.overlay {
		margin-bottom:-100%;
	}
}

@media (max-width:992px){
	.page-nav-below .header-text {
		position:absolute;
		right:0px;
		top:0px;
	}
	.page-nav-below.centered .header-text {
		position:relative;
		right:0px;
		top:0px;
		text-align:center;
		margin-bottom:15px;
		display:block;
	}
	.page-nav-wrap {
    padding-bottom: 0px;
		display:none;
	}
}

@media (max-width:768px){
	.header-text, .page-nav-below .header-text{
		display:block;
		position:relative;
		text-align:center;
		margin-bottom:15px;
	}
	.page-header-logo {
		text-align:center;
	}
}

.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
	color: #404040;
	font-weight: 400;
}
.page-header .site-title{
	margin-top:0px;
	margin-bottom:0px;
	clear:right;
	font-weight:700;
	font-size: 46px;
	text-transform: uppercase;
	line-height:1;
}
.page-header .site-title a{
	color: #337AB7;
	text-decoration:none;
}
.site-title a:hover, .site-title a:focus{
	color: #337AB7;
	text-decoration:none !important;
}
.page-header .site-description {
	text-align: center;
	display: block;
}
.page-header-container {
	padding-bottom: 30px;
	padding-top: 30px;
}
#menu-toggle{
	box-sizing: border-box;
	display: none;
	width: 30px;
	height: 45px;
	position: absolute;
	z-index: 4;
	left:15px;
	top:50%;
	margin-top:-22px;
}
#menu-toggle:before,
#menu-toggle:after,
#menu-toggle span {
	background: #333;
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	left: 0px;
}
#menu-toggle:before{
	top: 10px;
}
#menu-toggle span{
	top: 20px;
}
#menu-toggle:after{
	top: 30px;
}

/* menu-toggle animation */
#menu-toggle:before,
#menu-toggle:after,
#menu-toggle span{
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;

	-webkit-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #menu-toggle:before,
html.mm-opening #menu-toggle:after{
	top: 20px;	
}
html.mm-opening #menu-toggle span{
	left: -50px;
	opacity: 0;
}
html.mm-opening #menu-toggle:before{
	transform: rotate( 45deg );
}
html.mm-opening #menu-toggle:after{
	transform: rotate( -45deg );
}


/*---------------------------------------------------------
 ## Custom logo 
-------------------------------------------------------- */
.custom-logo {
	display: block;
	max-width: 100%;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-left:auto; margin-right:auto;
}
.custom-logo a {
	font: 0/0 a;
	display: block;
	width: 100%;
	height: 0;
	text-decoration: none;
	color: transparent;
	text-shadow: none;
}
@media (min-width:992px){
	.custom-logo {
		max-width:none;
	}
}

@media (min-width:768px){
	.custom-logo{
		margin-left:0;
		margin-right:0;
	}
	.page-nav-below.centered .custom-logo{
		margin-left:auto;
		margin-right:auto;
	}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.page-nav-wrap.below {
	background-color: #dedede;
	padding-top:5px;
	padding-bottom:5px;
}
body.full-width .page-nav-wrap.below .navbar-collapse {
	padding-left:0px;
	padding-right:0px;
}
.site-header .page-nav {
	background: transparent;
	border: none;
	min-height: 0;
	margin-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.site-header #site-navigation ul {
	position:relative;
	margin:0;
}
.site-header.centered #site-navigation ul {
	text-align:center;
}
.site-header.centered #site-navigation ul li{
	display: inline-block;
	float:none;
}
.site-header #site-navigation ul li a {
	line-height: 100%;
	border:none;
	background-image: none;
	text-decoration: none;
	display: block;
	padding: 16px;
	padding: 1.6rem;
	color: #171717;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight:normal;
}

/* Navbar Hover Links */

.site-header #site-navigation ul li:hover a, .navigation ul li a:hover {
	color: #333;
	border:none;
}
.site-header #site-navigation ul li:hover li a {
	color: #999;
	font-weight: normal;
}

/* Navbar Active Links */

.site-header #site-navigation ul li.active a {
}

/* Nav Sublevel */

.site-header #site-navigation ul.sub-menu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.site-header #site-navigation ul.sub-menu li {
	border: none;
}
/* Nav Sublevel Links */

.site-header #site-navigation ul.sub-menu li a {
	background-color: #3e3f40;
	line-height: 1.25;
	border-radius: 0;
	min-width: 210px;
	border-bottom: none;
	position: static;
	padding: 10px 20px;
	padding:  1.0rem 2.0rem;
	text-transform: none;
	font-size: 13px;
	font-size: 1.3rem;
	text-align:left;
}
/* Nav Sublevel Hover */

.site-header #site-navigation ul.sub-menu li a:hover {
	border-bottom: none;
	color: #ffffff;
	background-color: #2E2F30;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
	color:inherit;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.widget_search label{
	display:block;
}
.widget {
	margin-bottom: 40px;
}
.widget .widget-title {
	margin-top:0px;
	margin-bottom: 20px;
}
.widget ul {
	list-style: none;
	padding: 0;
	margin-left:0;
}
.widget ul li {
	display: block;
	margin-bottom: 8px;
}
.widget ul li:last-child {
	margin-bottom: 0;
}
input[type=text].search-input {
	color: rgba(128,128,128,0.6);
	width: 100%;
}
input[type=text].search-input:focus {
	color: #808080;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar caption, .widget_calendar th, .widget_calendar td {
	border-bottom: 1px solid #e6e6e6;
	padding: 3px 0;
	text-align: center;
}
.widget_calendar caption td, .widget_calendar tfoot td {
	border: none;
}
.widget_calendar caption #prev, .widget_calendar tfoot #prev {
	text-align: left;
}
.widget_calendar caption #next, .widget_calendar tfoot #next {
	text-align: right;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.page-content {
	background-color: #ffffff;
	overflow:hidden;
}
.content, .sidebar {
	margin: 40px 0;
}
.row.full-height{
	min-height:100%;
}
.sidebar-bg{
	display:none;
}
@media (min-width:992px){
	.sidebar-bg{
		display:block;
		height: 100%;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 50%;
		margin-right: -180px;
	}
	.page-template-left-sidebar-php .sidebar-bg{
		display:block;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 50%;
		margin-left: -180px;
	} 
}

@media (max-width:992px){
	.sidebar{
		padding: 40px 60px;
		margin-top: 0px;
		margin-right: -40px;
		margin-bottom: 0px;
		margin-left: -40px;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.archive .post {
	padding-bottom: 20px;
}
.archive .post:last-child {
	padding-bottom: 0;
}
.archive .archive-title {
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px;
	margin-bottom: 40px;
	padding-bottom: 8px;
}
.archive .archive-title a:hover {
	text-decoration: none;
}
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post {
	margin-bottom: 20px;
}
.post:last-child {
	margin-bottom: 0;
}
.post img[class*="wp-image-"], .post img.alignnone, .post img.alignleft, .post img.aligncenter, .post img.alignright {
	height: auto;
	max-width: 100%;
}
figure.entry-thumbnail.thumbnail {
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	border: none;
	padding:0;
	float: left;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
}

figure.entry-thumbnail.post-header{
	display:inline-block;
	max-width:45%;
	margin-right:5%;
	float:left;
}

@media (min-width:992px){
	figure.entry-thumbnail.post-header{
		max-width:100%;
		margin-right:0;
		display:block;
		height: 320px;
		overflow: hidden;
		position: relative;
	}
	figure.entry-thumbnail.post-header img{
		margin-top: -320px;
		position: relative;
		top: 50%;
	}
}
.post-thumb img {
	height: auto !important;
	max-width: 100%;
}
.post-header {
	margin: 0px 0px 20px 0px;
}
.post-title, .entry-title {
	margin-top: 0;
	margin-bottom: 10px;
}
.post-meta a,.post-meta a:focus, .entry-meta a, .entry-meta a:focus{
	text-decoration: none;
}
.post-meta a:hover, .entry-meta a:hover {
	text-decoration:underline;
}
.post-meta .sep {
	margin: 0 3px;
}
.post-meta-bottom {
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comments {
	padding-top:20px;
}
.comment-form .comment-form-cancel {
	padding: 15px 0;
}
.comments-list ol {
	margin: 0;
	padding: 0;
}
.comments-list {
	margin-bottom:20px;
}
.comments-list ol li {
	list-style: none;
}
.comments-list .comments-list-nav {
	border-top: 1px solid #e6e6e6;
	margin-top: 30px;
	padding: 10px 0 30px 0;
}
.comments-list .comments-list-prev {
	float: left;
}
.comments-list .comments-list-next {
	float: right;
}
.comments-list .comments-respond-title {
	margin-top: 0;
}
.comments-list .comment-meta {
	margin: 20px 0 10px;
}
.comments-list .comment-avatar img {
	height: auto;
	max-width: 40px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.comments-list .comment-author-link {
	font-size: 16px;
	margin-left: 10px;
}
.comments-list .comment-content {
	border-top: 1px solid #e6e6e6;
	padding-top: 15px;
}
.comments-list .comment-reply-link {
	padding: 5px;
	text-align: right;
}
a#cancel-comment-reply-link{
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	display: block;
	float: right;
}
.comments-list ul.children {
	margin: 0;
	padding: 0;
}
.comments-list ul.children li {
	margin: 0 0 0 6%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.page-footer-wrap {
	background-color:#ededed;
}
.page-footer-widgets {
	border-color: #e6e6e6;
}
.page-footer-widgets *, .page-footer-widgets h1, .page-footer-widgets h2, .page-footer-widgets h3, .page-footer-widgets h4, .page-footer-widgets h5, .page-footer-widgets h6 {	
}
.page-footer-widgets a, .page-footer-widgets a *, .page-footer-widgets a.fa {	
}
.page-footer-widgets a:hover, .page-footer-widgets a:focus, .page-footer-widgets a:hover *, .page-footer-widgets a:focus *, .page-footer-widgets a.fa:hover, .page-footer-widgets a.fa:focus {	
}
.page-footer-widgets .widget ul li {
	margin-bottom:6px;
	margin-top:6px;		
}
.page-footer-widgets ul > li > a:hover, .page-footer-widgets ul > li > a:focus {	
}
.page-footer-widgets-container {
	padding-top: 30px;
}
.page-footer {
	border-top: 1px solid #e6e6e6;
	font-size: 12px;
	border-color: #e6e6e6;
	background-color: #ffffff;
}
.page-footer *, .page-footer h1, .page-footer h2, .page-footer h3, .page-footer h4, .page-footer h5, .page-footer h6 {
}
.page-footer a, .page-footer a *, .page-footer a.fa {
}
.page-footer a:hover, .page-footer a:focus, .page-footer a:hover *, .page-footer a:focus *, .page-footer a.fa:hover, .page-footer a.fa:focus {
}
.page-footer ul > li > a {
}
.page-footer ul > li > a:hover, .page-footer ul > li > a:focus {
}
.page-footer ul > li.current-menu-item > a {
}
.page-footer-container {
	padding-top: 20px;
}
.page-footer-text {
	padding-bottom: 20px;
	text-align: center;
}
.page-footer .social-icons {
	text-align: center;
}
.page-footer .social-icons .icon {
	margin: 0 5px 20px 5px;
}
.site-info {
	padding-top:30px;
	padding-bottom:30px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item-native {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-icon {
	padding-right:10px;
	padding-bottom: 10px;
}
.gallery-columns-2 .gallery-item-native {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item-native {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item-native {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item-native {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item-native {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item-native {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item-native {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item-native {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
.mfp-wrap button {
	background: transparent !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.mfp-wrap button.mfp-arrow:active, .mfp-wrap button.mfp-arrow:hover, .mfp-wrap button.mfp-arrow:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 50%;
}
.mfp-wrap .mfp-close:active, .mfp-wrap .mfp-close:hover, .mfp-wrap .mfp-close:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 0;
}
img.mfp-img {
	padding: 0;
}
.mfp-counter {
	display: none;
}

@media (max-width: 992px) {
	.page-nav-right .page-header-logo, .page-nav-below .page-header-logo  {
		padding-left: 50px;
		padding-right:50px;
	}
	#menu-toggle {
		display:block;
	}
}

@media (min-width: 768px) {
	.container {
		padding-left: 40px;
		padding-right: 40px;
		width: auto;
	}
	.lr-builder.fixed-width .content-full.container {
		width: 100%;
		max-width:100%;
		padding-left:0px;
		padding-right:0px;
	}
	.site-header .page-nav {
		background: transparent;
	}
	.site-header .page-nav ul > li > a {
		padding: 15px 15px;
		color: #808080;
	}
	.site-header .page-nav ul > li > a:hover, .site-header .page-nav ul > li > a:focus {
		color: #428bca;
	}
	.site-header .page-nav ul > li.current-menu-item > a {
		color: #428bca;
	}
	.page-nav-wrap {
		padding: 0;
		border-color: #e6e6e6;
		background-color: #ffffff;
		color: #000000;
	}
	.page-nav-wrap *, .page-nav-wrap h1, .page-nav-wrap h2, .page-nav-wrap h3, .page-nav-wrap h4, .page-nav-wrap h5, .page-nav-wrap h6 {
		color: #000000;
	}
	.page-nav-wrap a, .page-nav-wrap a *, .page-nav-wrap a.fa {
		color: #428bca;
	}
	.page-nav-wrap a:hover, .page-nav-wrap a:focus, .page-nav-wrap a:hover *, .page-nav-wrap a:focus *, .page-nav-wrap a.fa:hover, .page-nav-wrap a.fa:focus {
		color: #428bca;
	}
	.page-nav-wrap ul > li > a {
		color: #428bca;
	}
	.page-nav-wrap ul > li > a:hover, .page-nav-wrap ul > li > a:focus {
		color: #428bca;
	}
	.page-nav-wrap ul > li.current-menu-item > a {
		color: #428bca;
	}
	.page-nav-collapse ul > li {
		border: none;
	}
	.page-nav-collapse ul > li:first-child {
		border: none;
	}
	.page-nav-bottom .page-header-logo {
		text-align: left;
	}
	.page-nav-bottom .page-header-content {
		margin-right: -15px;
		text-align: right;
	}
	.page-nav-bottom .page-header-content .page-header-text {
		margin: 0 0 10px;
	}
	.page-nav-bottom .page-header-content .social-icons {
		margin: 0;
	}
	.page-nav-bottom .page-header-content .social-icons .icon {
		margin: 0 0 10px 10px;
	}
	.page-nav-right .page-nav-wrap {
		margin-left: -15px;
		margin-right: -15px;
	}
	.page-nav-right .page-nav ul {
		float: none !important;
	}
	.page-nav-right .page-nav ul:last-child {
		margin-right: 0;
	}
	.page-nav-right .page-nav ul > li {
		display: inline-block;
		float: none;
	}
	.page-nav-right .page-nav ul.sub-menu {
		text-align: left;
	}
	.page-nav-centered {
		text-align: center;
	}
	.page-nav-centered .page-nav ul {
		float: none;
	}
	.page-nav-centered .page-nav ul > li {
		display: inline-block;
		float: none;
	}
	.page-nav-centered .page-nav ul.sub-menu {
		text-align: left;
	}
	.content {
		margin: 40px 0;
	}
	.page-footer .page-footer-text, .page-footer .social-icons {
		text-align: inherit;
	}
	.page-footer .page-footer-nav {
		margin: 0 -15px 10px;
	}
	.page-footer .text-left .social-icons .icon {
		margin: 0 10px 20px 0;
	}
	.page-footer .text-left .page-footer-nav {
		text-align: left;
	}
	.page-footer .text-right .social-icons .icon {
		margin: 0 0 20px 10px;
	}
	.page-footer .text-right .page-footer-nav {
		text-align: right;
	}
	.lr-builder .container.content-full .post-header, .lr-builder .container.content-full .comments {
		margin: 0 40px;
		width: auto;
	}
}
@media (min-width: 992px) {
	body {
		padding: 0;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
		width: 900px;
	}
	.full-width .container {
		padding-left: 40px;
		padding-right: 40px;
		width: auto;
	}
	.page-wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 980px;
	}
	.full-width .page-wrap {
		width: auto;
	}
	.page-header-row.row{
		margin-left:-15px;
		margin-right:-15px;
	}
	.page-nav-right .page-header-row {
		display: table;
		table-layout: fixed;
		width: 104%;
	}
	.page-nav-right .page-header-row > div {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
	.page-nav-right .page-nav-wrap {
		border-color: #e6e6e6;
		background-color: #ffffff;
		color: #000000;
		background: none;
		border: none;
		margin-left: 0;
		margin-right: -20px;
	}
	.page-nav-right .page-nav ul {
		float: right !important;
	}
	.fixed-width .page-nav-right .page-header-container {
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar {
		display: block;
	}
	.content {
		margin: 40px 0;
	}
	.content-left {
		padding-right: 40px;
	}
	.content-right {
		padding-left: 40px;
	}
	.sidebar-right {
		padding-left: 40px;
	}
	.lr-builder.full-width .container .sidebar-right {
		padding-left:45px;
		padding-right:0px;
	}
	.lr-builder.fixed-width .container .sidebar-right {
		padding-left:32px;
		padding-right:40px;
	}
	.sidebar-left {
		padding-right: 40px;
	}
	body.fixed-width.lr-builder .container .sidebar-left {
		padding-right:31px;
		padding-left:40px;
	}
	body.full-width.lr-builder .container .sidebar-left {
		padding-right:45px;
		padding-left:0px;
	}
	.page-footer-widgets {
		display: block;
	}
	.page-footer-container {
		padding: 20px 0 0;
	}
	.lr-builder.full-width .container.content-full .post-header, .lr-builder.full-width .container.content-full .comments {
		margin: 0 40px;
		width: auto;
	}
	.page-template-right-sidebar-php.lr-builder.full-width .container.content-full, .page-template-left-sidebar-php.lr-builder.full-width .container.content-full {
		padding-left:40px;
		padding-right:40px;
	}
	
}
@media (min-width: 768px){
	.page-nav-right .page-header-wrap {
		text-align: right;
	}
	.page-nav-right .page-header-logo, .page-header .site-description {
		text-align: left;
	}
}

.page-template-right-sidebar-php.lr-builder .row.row-full-width, .page-template-left-sidebar-php.lr-builder .row.row-full-width  {
		margin-right:auto;
		margin-left:auto;
}

@media (min-width: 1100px) {
	.full-width .container {
		padding-left: 0;
		padding-right: 0;
		width: 1020px ;
	}
	.page-nav-right .page-header-container {
		padding-left: 0;
		padding-right: 0;
	}
	.lr-builder.full-width .container.content-full .post-header, .lr-builder.full-width .container.content-full .comments {
		margin: 0 auto;
		width: 1020px;
	}
	.page-template-right-sidebar-php.lr-builder.full-width .container.content-full, .page-template-left-sidebar-php.lr-builder.full-width .container.content-full {
		width: 1020px;
		margin-left:auto;
		margin-right:auto;
		padding:0px;
	}
	.page-template-right-sidebar-php.lr-builder.full-width .container.content-full .content, .page-template-left-sidebar-php.lr-builder.full-width .container.content-full .content  {
    margin: 0px;
	}
	.page-template-right-sidebar-php.lr-builder .row.row-full-width, .page-template-left-sidebar-php.lr-builder .row.row-full-width {
		margin-left:auto;
		margin-right:auto;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1020px;
	}
	.lr-builder.fixed-width .content-full.container {
		width: 1100px;
		max-width:100%;
	}
	.page-wrap {
		width: 1100px;
		max-width:100%;
	}
}

#wpadminbar.adminbar-off {
	position:absolute;
}
html.mm-opened body.admin-bar{
	margin-top:-32px;
}
html.mm-opened body.admin-bar #page {
	padding-top:32px;
}

@media screen and (max-width:782px){
	html.mm-opened body.admin-bar{
		margin-top:-46px;
	}
	html.mm-opened body.admin-bar #page {
		padding-top:46px;
	}
}

@media screen and (max-width:600px){
		
	body.admin-bar{
		margin-top:-46px;
	}
	body.admin-bar #page {
		padding-top:46px;
	}
}
#wpadminbar #wp-admin-bar-lr-builder-frontend-edit-link .ab-icon:before { font-family: "dashicons" !important; content: "\f116" !important; top: 2px; margin-right: 3px; }

a.header, .header {
    font-size: 14px; 
    color:#ffffff; 
    line-height: 20px;
    padding: 5px 19px;
    border-radius: 4px;
    background: rgb(142, 16, 3);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(130, 4, 0);
}

a.header:hover, .header:hover {
   background: #b52143;
}

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/

form.wpcf7-form {
	max-width: 100%;
}

form.wpcf7-form p {
	margin-bottom: 10px;
}

form.wpcf7-form span {
	margin-bottom: 10px;
}

form.wpcf7-form textarea {
	max-height: 80px;
}
#two-column{
	width: 550px;
}
#two-column #left{
	width: 300px;
	float: left;
}
#two-column #right{
	width: 250px;
	float: right;
}
#two-column p{
	margin-bottom: 12px;
}
#two-column input[type="text"], #two-column input[type="email"], #two-column input[type="tel"]{
	border:none;
	border:1px solid #cccccc;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 540px;
	padding: 5px;
}
#two-column #right input[type="text"], #two-column #left input[type="text"], #two-column #right input[type="email"], #two-column #left input[type="email"], #two-column #right input[type="tel"], #two-column #left input[type="tel"]{
	width:240px;
}
#two-column textarea {
    position: relative;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 540px;
}
#two-column input[type="submit"]{
	padding:8px 18px;
	background:#222;
	color:#fff;
	border: 1px solid #fff;
	float:right;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus{
	background: #eee;
}