/*
Theme Name: Beatrix Lite
Theme URI: https://www.wponlinesupport.com/free-themes/beatrix-lite-blog-theme/
Author: WP Online Support
Author URI: https://www.wponlinesupport.com/
Description: Beatrix Lite is a beautiful WordPress blog theme for personal blogs. Beatrix Lite has a modern, clean and elegant look and lots of customization for bloggers. Built on the latest technology of WordPress, Beatrix Lite is lightweight, fast and optimized for all mobile phones..
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beatrix-lite
Tags: footer-widgets, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, right-sidebar, two-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Footer
# Content
	## Featured Posts
	## Posts and pages
	## Archive
	## Posts Formats
	## Related Posts
	## Contact Form
	## 404
	## Comments
# Widgets
# News Page Section
# Infinite scroll
# Media
	## Captions
	## Galleries
#woocommerce	
#Grid

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0px; 
}

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;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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 {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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"] {
	-webkit-box-sizing: border-box;
	        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-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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font: normal normal normal 14px/1.97 "Montserrat", sans-serif;
	text-align: left;
	color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 10px;
	margin-top:0px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;	
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;	
}

abbr,
acronym {
	border-bottom: 1px dotted #dedede;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

*:focus {
	outline: none;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
	quotes: "" "";
}

blockquote:before, blockquote:after,
q:before,
q:after {
	content: "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
	padding-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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
	font-family: "Montserrat", serif;
	line-height: 1.3;
}

h1 {
	font-size: 36px;	
}

h2 {
	font-size: 30px;	
}

h3 {
	font-size: 24px;	
}

h4 {
	font-size: 18px;	
}

h5 {
	font-size: 12px;	
}

h6 {
	font-size: 10px;	
	text-transform: uppercase;
}

@media print {
	.comments-area,
	.main-navigation,
	.site-title,
	.site-description,
	.navigation,
	.widget-area {
		display: none;
	}
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

td,
th,
caption {
	border: 1px solid #dedede;
	padding: 8px 1.5em;
}

td a,
th a,
caption a {
	color: #FF6347 ;
}

td a:hover,
th a:hover,
caption a:hover {
	color: #111;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}
.clearfix{clear:both;}


article:before, article:after {
	content: "";
	display: table;
}

article::after {
	clear: both;
}
article{clear:both;}

.beatrix-lite-columns {
    padding-left: 15px;
    padding-right: 15px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;
	float: left; position: relative; width:100%;
}
.beatrix-lite-col-6.beatrix-lite-footer-menu-right .menu{width:100%; text-align:right;}
.no-pad-right{padding-right:0;}
.no-pad-left{padding-left:0;}
.no-pad{padding:0;}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-radius: 0;
	background: #111;
	color: #fff;
	font-size: 12px;	
	line-height: 1;	
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
        padding: 1.57em 2em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #FF6347 ;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #dedede;
	border-radius: 0;
	padding: 8px 10px 7px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

select {
	border: 1px solid #dedede;
}

textarea {
	width: 100%;
}

.header-search > .header-search__click {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60px;
	min-height: 60px;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: none;
	border-radius: 0;
	text-align: center;
}

.header-search > .header-search__click:hover {
	background: #FF6347 ;
}

.header-search > .header-search__click i {
	color: #fff;
	font-size: 16px;	
	cursor: pointer;
}

.header-search .search-form {
	height: 100%;
}

.header-search .search-field {
	padding: 12px 35px 12px 12px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-top: none;
	border-left: none;
	border-right: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	height: 100%;
	letter-spacing: 1px;
	font-size: 13px;	
	border:0px;
}

.header-search .search-submit {
	display: none;
}

.header-search__wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #fff;
	text-align: left;
	z-index: 3;
	display: none;
}


.sticky-header .header-search .search-field {
	border: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.mobile_close_icons {
    text-align: center;
    padding: 10px 0px;
}
.mobile_close_icons .fa.fa-close {
    background: #000000;
	color: #ffffff;
	font-size: 15px;
	padding: 10px 12px;
	border-radius: 50%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #FF6347 ;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:visited {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #FF6347 ;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: inherit;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

a:visited, a:hover, a:active, a:focus {
	outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	float:right;
}



/* Small menu. */
.menu-toggle
{
	display: block;
}

@media screen and (min-width: 1023px) {
	.menu-toggle {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
}

@media (max-width: 1023px) {
	.main-navigation.main-navigation ul {
		display: none;
	}
}

.menu-toggle {
	height: 60px;
	width: 60px;
	position: relative;
	background: transparent;
	text-indent: -9999px;
	display: block;
	border: 0;
}

.menu-toggle:hover {
	background: none;
}

.menu-toggle:before {
	content: "";
	position: absolute;
	left: 18px;
	width: 24px;
	height: 15px;
	display: block;
	border-top: 9px double #111;
	border-bottom: 3px solid #111;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 1023px) {
	.menu-toggle {
		display: block;
	}
}

.mobile-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 49%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: auto;
	background: rgba(255,255,255,0.9);
}

.animating .mobile-menu {
	display: block;
}

.mobile-menu a {
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000 ;	
	font-size: 13px;	
}
.mobile-menu .current-menu-item  a {
	color: #FF6347 ;
}
.mobile-menu .current-menu-item .children a,
.mobile-menu .current-menu-item .sub-menu a{color:#000000;}
.mobile-menu a:hover,
.mobile-menu a:focus
 {
	color: #FF6347 !important;
}

.mobile-menu li {
	position: relative;
}

.mobile-menu .children, .mobile-menu .sub-menu {
	display: none;
}

.mobile-menu ul {
	padding-left: 0;
	margin-left: 0;
}

.mobile-menu ul ul a {
	padding-left: 40px;	
	font-size: 12px;	
}

.mobile-menu ul ul ul a {
	padding-left: 60px;	
	font-size: 11px;	
}

.mobile-menu ul ul ul ul a {
	padding-left: 60px;	
	font-size: 10px;
	
}

.mobile-menu .dropdown-toggle {
	line-height: inherit;
	position: absolute;
	top: 4px;
	right: 5px;
	cursor: pointer;
	color: #000;
	padding:0 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 2;
	font-size: 20px;
	
}

.mobile-menu .dropdown-toggle.toggled-on {
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.mobile-menu-open .mobile-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	cursor: pointer;
	z-index: 999999;
}

.mobile-menu-open .site:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
}

.mobile-menu-open.navbar-collapse .menu-toggle:before {
	border-top: 9px double #666;
	border-bottom: 3px solid #666;
}

/*--------------------------------------------------------------
## Socials
--------------------------------------------------------------*/
.beatrix-lite-social-networks-header.beatrix-lite-social-networks{	
	padding: 20px;
	text-align: center;
}

.beatrix-lite-social-networks-header.beatrix-lite-social-networks a, .site-footer .beatrix-lite-social-networks-footer  a {
	padding: 8px;
	font-size: 14px;
	display:inline-block;
	border:0px !important;
}
.beatrix-lite-social-networks-header.beatrix-lite-social-networks a{width:40px; height:40px; border-radius:100%; background:#000; color:#fff; text-align:center;}
}
.beatrix-lite-social-networks-header a{color: #525252;}
.site-footer .beatrix-lite-social-networks-footer a{color:#fff;}



/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination{clear:both; }
.pagination a.page-numbers,
.pagination span {
	display: inline-block;
	background: #111;
	padding: .6em 1.2em;
	color: #fff !important;
	font-weight: bold;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pagination .current,
.pagination a.page-numbers:hover {
	background: #FF6347 ;
	color: #fff;
}

.pagination a.page-numbers:focus,
.pagination a.page-numbers:visited,
.pagination a.page-numbers:active {
	color: #fff;
}

.pagination .page-numbers {
	margin-right: 3px;
	margin-bottom: 3px;
	border-radius: 3px;
}

.posts-navigation,
.post-navigation {
	padding: 20px 0;
	margin-bottom: 0;
	border-top: 1px solid #dedede;
	word-wrap: break-word;
	overflow: hidden;
}

.posts-navigation .meta-nav,
.post-navigation .meta-nav {
	color: #888888;
	font-size: 14px;	
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

.posts-navigation .post-title,
.post-navigation .post-title {
	font-size: 18px;	
	font-family: "Montserrat", serif;
	margin: 0;
	word-wrap: break-word;
	color: #111;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 1.35;
}

.posts-navigation .post-title:hover,
.post-navigation .post-title:hover {
	color: #FF6347 ;
}

.nav-links {
	width: 100%;	
	display: inline-block;
	text-align:center;
}

.nav-previous {
	text-align: left;
	padding-right: 20px;
	max-width:45%;
	float:left;
	font-weight: 700;
}

.nav-next {
	text-align: right;
	max-width: 45%;
	float:right;
	font-weight: 700;
	margin-left: auto;
}

.nav-previous + .nav-next {
	margin-left: 0;
	padding-left: 20px;
	
}

@media (max-width: 1023px) {
	.nav-links {
		display: block;
	}
	.pagination .nav-links {
		text-align: center;
	}
	.pagination a,
	.pagination span {
		margin-right: 3px;
		margin-bottom: 3px;
	}
	.nav-previous,
	.nav-next {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.nav-previous + .nav-next {		
		padding-left: 0;
		width: 100%;
		
	}
}

.beatrix-lite-cat-posts .row{margin:0 -15px;}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;	
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
}

.entry-content img.alignleft, .entry-content img.alignright {
	margin-top: 0.7em; margin-bottom: 0.7em;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-content {
	width:100%;
}

.header-content__container {
	
}


.site-branding {
	text-align: center;
	padding: 50px 0 0 0;
	line-height: 0;
}


.custom-logo {
	display: inline-block;
	margin: 0 auto;
	max-width:150px;
	padding:10px 0;
}

.site-title {
	font-weight: bold;
	font-family: "Montserrat", serif;
	font-size:40px;
	margin: 0 auto;
	display:inline-block
}

.site-title a {
	color: #111;
	text-decoration: none;
}

.site-title a:hover, .site-title a:focus, .site-title a:visited, .site-title a:active {
	text-decoration: none;
	color: #111;
}


.site-header {
	position:fixed;
	padding: 0 10px 0 50px;
	z-index:999;
	width: 50%;
	background:rgba(255,255,255,0.8);
	left: 0;
	right: 0;
}

.single .site-header, .page .site-header, .error404 .site-header, .search-no-results .site-header {
    padding: 0px;
    width: 100%;
}
.site-description{font-size:14px; margin:0px; display:inline-block; }
@media (max-width: 1199px) {
	.header-content__container {
		margin: 0 30px;
	}
}

@media (max-width: 1023px) {
	.header-content__container {
		margin: 0;
	}
	.header-search .search-field {
		padding-left: 30px;
	}
	.header-content__container.container {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.header-search .search-field {
		padding-left: 20px;
	}
}

@media (max-width: 567px) {
	.site-title {
		font-size: 70px;		
		letter-spacing: -2px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	margin-top: 60px;
}
.site-footer .site-info{background: #111;}
#footer-menu.menu {
	margin: 0;
	
}

#footer-menu.menu, #footer-menu.menu li ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#footer-menu.menu li, #footer-menu.menu li ul li{
	display: inline-block;
}

footer .site-copyright .beatrix-lite-col-6.copyright {text-align: left; line-height:40px;}
.menu-short-container {text-align:right;}
.site-footer .menu li:hover a:before,
.site-footer .menu li:hover span {
	color: #FF6347 ;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.site-footer .menu a {	
	font-size: 14px;
	padding: 0 5px;
}

.site-footer .menu a:hover {
	color: #FF6347 ;
}

.site-footer .menu a:before {
	margin-right: 10px;
	color: #fff;
	position: relative;
	top: 1px;
}

.site-footer .footer-content {
	max-width: 1170px;
	margin: 0 auto;
}

.site-footer .jetpack-social-navigation .screen-reader-text {
	height: auto;
	width: auto;
	position: relative;
}

.site-footer .site-info {
	text-align: center;
	padding: 8px 0;
	color: #fff;
	font-size: 13px;	
	clear:both;
}

.site-footer .site-info a {
	color: #fff;	
	line-height: 2.77;
	text-align: left;
	font-size: 13px;	
}

.site-footer .site-info a:hover {
	color: #FF6347;
}

.scroll-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	display: block;
	z-index: 99;
	background: #111;
}

.scroll-to-top i {
	font-size: 20px;	
	color: #fff;
}

.scroll-to-top:hover {
	background: #FF6347 ;
}

.scroll-to-top.hidden {
	display: none;
}
.beatrix-lite-social-networks-footer {text-align: center;padding: 11px 0 13px;border-bottom: 1px solid #313131;margin: 0;margin-bottom: 10px;}
.beatrix-lite-social-networks-footer  a{font-weight: bold;font-size: 14px;text-transform: uppercase;color: #fff;}
.beatrix-lite-social-networks-footer  a i.fa{margin-right:10px;}
.footer-top-area, .footer-middle-widget-area{float:left; clear:both; width:100%; padding:35px 0; border-top:1px solid #dedede}
.footer-middle-widget-area .widget {margin-bottom: 30px;}

@media (max-width: 640px) {
    .footer-top-area .footer-info {margin-bottom: 35px;}
    .footer-top-area .footer-info:last-child {margin-bottom: 0;}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
	overflow: hidden;
	position: relative;
}

.site-content {
	clear: both;
}

.container {
	max-width: 100%;	
	margin: 0 auto;
}
.single .site-content, .page .site-content, .search-no-results .site-content, .error404 .site-content {
    padding-top: 120px;
}
.single .container, .page .container, .search-no-results .container, .error404 .container, .site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
	.container {
		padding: 0 30px;
	}
}
@media (min-width: 641px) and (max-width: 1199px){
	.page-header {
		width: 50%;
		padding: 125px 0px 0px 0px !important;
	}
	.page-header .page-title {
		font-size: 22px !important;
		line-height: 30px !important;
	}
}
@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}
@media (max-width: 640px) {
	.search .page-header {
		padding: 15px 0px 0px 0px;
		position: relative;
	}
	.page-header .page-title {
		font-size: 22px !important;
		line-height: 30px !important;
	}
}
@media (max-width: 567px) {
	.search .page-header {
		padding: 90px 0px 0px 0px;
		position: relative;
	}
}
.site-content .content-area {
	width: 70%;
	float: left;	
}
.page .header-content, .single .header-content, .error404 .header-content, .search-no-results .header-content {
	border-bottom: 1px solid #f1f1f1;
}
.blog .content-area, .archive  .content-area, .category .content-area, .search .content-area{
	width: 100%;
	float: left;	
	padding:0;
	
}
.padding-right{padding-right:0px;}
.site-content .content-row{margin:0 -15px}
.site-content .content-area.content-area-full-width{width:100%;}
.site-content .content-area.content-area-full-width .comments-area{border:0px;}
.site-content .widget-area {
	width: 30%;
	float: right;
	padding: 0px 15px 55px 15px;
}

.beatrix-lite-post-grid-content  .entry-header{padding:200px 50px 50px 50px;}
@media (max-width: 1023px) {
	.site-content .content-area {
		width: 100%;
	}
	.site-content .widget-area {
		width: 100%;
		margin-top: 70px;
	}
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-content {
	word-wrap: break-word;
}

.entry-content .jetpack-video-wrapper {
	margin-bottom: 0;
}

.entry-content > .jetpack-video-wrapper > p {
	margin-top: 0;
}

.entry-content > *:last-child:not(.link-more) {
	margin-bottom: 0;
}
.entry-content a {
	color: #FF6347 ;
}

.entry-content a:hover {
	color: #FF6347 ;
	opacity: 0.7;
}

.entry-footer .post-edit-link {
	font-size: 13px;	
	color: #888888;
}

.entry-footer .post-edit-link:hover {
	color: #FF6347 ;
}

.hentry{
	margin-bottom: 50px;
}



.link-more a {
	
	font-weight: bold;
	font-size: 14px;	
	text-align: left;
	color: #111;
	text-transform: uppercase;
}

.link-more a:hover {
	color: #FF6347 ;
	opacity: 1;
}

.link-more a i {
	padding-left: 3px;
}
.beatrix-lite-post-image-bg{position: relative;}
.beatrix-lite-post-image-bg a{position:absolute; left:0;bottom:0; top:0; right:0;  z-index:99;}
.entry-media {
	position: relative;
	display: block;
	background-repeat:no-repeat;
	background-position:center center;
	line-height:0px;
	background-color:#f8f8f8;
	 
	height:500px;
}
.no-entry-media{background-image: url(assets/images/image-placeholder.png);}

.single .entry-media{ margin-bottom:30px;}
.entry-header .sticky-label {		
		border:1px solid #ddd;
		padding:5px 10px;
		margin-bottom:15px;
		line-height:normal;
		display:inline-block;
	}


.entry-header .sticky-label i {	
	font-size: 15px;	
	margin-right:5px;
	
}

.single .entry-title {
	padding-top: 0;
}

.single .content-area article {
	padding-bottom: 0;
	margin-bottom: 0;
}

.single .content-area main article .entry-header .entry-meta .tags-links {
	display: block;
}

.single .entry-content > *:last-child:not(.link-more) {
	margin-bottom: 1.5em;
}

.author__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0 22px;
	border-top: 1px solid #dedede;
}

.author__content .avatar {
	float:left;
	max-width: 120px;
	margin-right: 30px;
	border-radius: 100%;

}

.author__content .info {
	float:left;
}

.author__content .info h3 {
	margin: 0;
	color: #111;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;	
	line-height: 0.8;
        margin-bottom: 15px;
}

.author__content .info h3 span {
	font-size: 14px;	
	padding-right: 3px;
}

.author__content .info p {
	font-size: 14px;	
	line-height: 1.93;
	text-align: left;
	color: #888888;
}

.post-password-form p {
	position: relative;
}

.post-password-form p label input[type="password"] {
	border-radius: 0;
	border: 1px solid #dedede;
	padding-left: 5px;
}

.post-password-form p input[type="submit"] {
	border-radius: 0;
	background: #111;
	color: #fff;
	border-color: #111;
	padding: 11px 10px 10px;
	position: absolute;
	height: 100%;
	margin-left: -5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.post-password-form p input[type="submit"]:hover {
	background: #FF6347 ;
	border-color: #FF6347 ;
}

.entry-meta {	
	margin-bottom: 12px;
	overflow: hidden;
	line-height: 20px;
}
.entry-footer-meta{border-bottom:0px; padding:10px 0; margin:0px;}
.entry-meta .posted-on,
.entry-meta .cat-links,
.entry-meta .comments-link,
.entry-meta .tags-links, 
.entry-meta .byline{
	float: left;
	color: #888888;
	font-size: 13px;	
}

.entry-meta .posted-on,
.entry-meta .comments-link,
.entry-meta .cat-links,
.entry-meta .tags-links,
.entry-meta .byline {
	margin-right: 15px;
}
.entry-meta .updated:not(.published) {
	display: none;
}

.entry-meta a {
	color: #888888;
}

.entry-meta a:hover {
	color: #FF6347 ;
}

.entry-meta p {
	display: inline;
}

.entry-meta i {
	margin-right: 7px;
}

.entry-title {		
	font-weight: 700;
	text-align: left;
	color: #111;	
	margin: 0;
	word-wrap: break-word;
	margin-bottom: 12px;
}
h2.entry-title {font-size: 40px;  letter-spacing: -0.18vw;}
.entry-title a {
	color: #111;
}

.entry-title a:hover {
	color: #FF6347 ;
}

body.page h1.entry-title {
	font-weight: bold;
		
	line-height: 1.2;
	text-align: left;
	color: #111;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0;
	border-bottom:2px solid #000;
	padding-bottom:15px;
}

@media (max-width: 575px) {
	.author__content span {
		line-height: 2;
	}
}

.link-more .more-link{padding:30px; background:#f3cae8; display:block; text-align:right;}
article:nth-child(5n+1) .link-more .more-link{ background:#f3cae8}
article:nth-child(5n+2) .link-more .more-link{ background:#cacaf3}
article:nth-child(5n+3) .link-more .more-link{ background:#fee9b1}
article:nth-child(5n+4) .link-more .more-link{ background:#e0f3ca}
article:nth-child(5n+5) .link-more .more-link{ background:#fcc5df}
.entry-summary{background: #000;color: #fff;padding: 20px;position: absolute;bottom: 0px;width: 50%;z-index: 99;left: -15px;}
/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.page-header {
	border-bottom:2px solid #000;
	margin-bottom: 0px;
	padding:100px 50px 0px 50px;
	position:absolute;
}
.search-no-results .page-header {
	border-bottom:2px solid #000;
	margin-bottom: 0px;
	padding:0px;
	position:static;
	
}
.search-no-results .content-row{margin:0px !important}
@media (max-width: 640px) {
	.page-header{position:static; padding:0px; margin-bottom:15px;}
	.page-header h2.page-title{margin-bottom:5px !important;}
}
.page-header .page-title {
	font-weight: bold;
	line-height: 1;
	color: #111;
	margin-bottom: 25px;
	margin-top: 0;
	font-size: 36px;	
}

.no-results .search-form label input {
	padding: 9px 20px;
	font-style: italic;
	width: 100%;
}

.no-results .search-form .search-submit:hover {
	background: #FF6347 ;
}

.no-results .search-form .search-submit:hover i {
	background: #FF6347 ;
}

/*--------------------------------- -----------------------------
## Posts Formats
--------------------------------------------------------------*/
.site-content .hentry.format-quote .beatrix-lite-format-quote {
	font-style: italic;	
	text-align: left;

	background: #111;
	color: #fff;
	padding: 50px 30px 50px;
}


.site-content .hentry.format-quote .wpspw-format-quote blockquote {
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    margin: 0;

}



.site-content .hentry.format-quote a:hover {
	color: #FF6347 ;
}


.site-content .hentry.format-quote cite {
	text-align: right;
	display: block;
	font-size: 20px;
	padding-top: 15px;
	color: #ccc;
}

.site-content .hentry.format-quote cite:before {
	content: '-';
	padding-right: 10px;
}

.entry-content blockquote {
	font-style: italic;
	font-size: 20px;	
	line-height: 1.5;
	padding: 22px 30px 50px;
        background: #f7f7f7;
	margin: 15px 0 15px 0;
	text-align: center;
	
}
.entry-content blockquote:before{
	content: "\f10d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 35px;
	line-height: 30px;
	font-style: normal;
	color: #ddd;
	text-align: left;
	width: 100%;
	float: left;
	margin-bottom:5px;
}
.entry-content blockquote:after{
	content: "\f10e";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 35px;
	line-height: 30px;
	font-style: normal;
	color: #ddd;
	text-align: right;
	width: 100%;
	float: left;
}
.entry-content blockquote a {
	color: #888888;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.entry-content blockquote a:hover {
	color: #fff;
}
.entry-content blockquote p {
	padding: 0;
	
}
.entry-content blockquote cite {
	text-align: right;
	display: block;
	font-size: 20px;	
	padding-top: 15px;
	color: #ccc;
}
.entry-content blockquote cite:before {
	content: '-';
	padding-right: 10px;
}

.format-video > iframe,
.format-video .thumnail > iframe {
	width: 100%;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.contact-form div input,
.contact-form div textarea {
	border-radius: 0;
	border: 1px solid #dedede;
}

.contact-form div textarea {
	height: 150px;
	padding-left: 10px;
}

.contact-form div label {
	font-weight: 400;
}

.contact-form div label span {
	text-transform: capitalize;
	color: #888888;
}

.contact-form div input[type=text],
.contact-form div input[type=email] {
	width: 370px;
	padding: 7px 10px;
}

.contact-form .contact-submit input[type=submit] {
	background: #111;
	font-size: 14px;	
	font-weight: bold;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contact-form .contact-submit input[type=submit]:hover {
	background: #FF6347 ;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 .content-area {
	width: 100%;
}

.error404 .error-image {
	position: relative;
	padding-bottom: 41px;
	margin: 90px 0 30px;
}

.error404 .error-image:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background: #FF6347 ;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}

.error404 .page-content p {
	color: #222;
	margin: 0;
	margin-bottom: 35px;
	font-size: 16px;	
	font-family: "Montserrat", serif;
}

.error404 .page-content .search-form {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}

.error404 .page-content .search-form label input {
	width: 100%;
	font-style: italic;
	line-height: 1;
}

.error404 .page-content .go-back-home {
	display: block;
	color: #FF6347 ;
	font-size: 12px;	
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	margin: 60px 0 30px;
}

.error404 .page-content .go-back-home:hover {
	color: #111;
}

.error404 .site-content {
	text-align: center;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* Comments*/
.comments-area {
	margin-top: 0;
	padding-top: 15px;
	border-top: 1px solid #dedede;
}

.bypostauthor {
	display: block;
}

.post-comments .post-title-box {
	border-top: 1px solid #dedede;
	padding-top: 12px;
}

.post-comments .post-title-box h4 {
	text-transform: uppercase;
}

.comments-title {
	font-size: 14px;	
	
}

.comment-list {
	padding: 0 0 21px;
	display: block;
	width: 100%;
	list-style: none;
}

.comment-list .comment {
	
	overflow: hidden;
	margin-top: -1px;
}

.comment-list > .comment:first-child {
	border-top: none;
}

.comment-list ul {
    padding: 0;
}

.comment-list ol {
	list-style: decimal;
        padding: 0;
}

li > ul, li > ol {
	margin-left: 15px;
}

.comment-list time {
	font-style: italic;
	font-size: 13px;	
	color: #888888;
	position: relative;
	
}


.comment-list .reply {
	position: absolute;
	top: 20px;
	right: 20px;
}

.comment-list .reply a:hover {
	color: #111;
}

.comment-author .fn {
	text-transform: uppercase;
	bottom: 8px;
	position: relative;
	font-size: 14px;
	
}

.comment-author .fn a {
	font-family: "Montserrat", serif;
	color: #111;
}

ol.children {
	position: relative;	
}
.single article.comment-body{padding:20px 20px 5px 20px; border:1px solid #f5f5f5; background:#faf8f8; margin-bottom:10px;}

.comment-body{
	position: relative;
	padding: 20px 0;
}
.pingback .comment-body{
	position: relative;
	padding: 0px 0px 15px 0;
}
.single article.comment-body  {
	position: relative;
	
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border-radius: 100%;
	float: left;
	margin-right: 14px;
        height: 50px;
        width: 50px;
		margin-bottom: 35px;
}

ol.children .comment-content  {
    padding-left: 44px;
}

.children .comment-author .avatar {
    height: 30px;
    width: 30px;
}

.comment-author .says {
	display: none;
}

.comment-content {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 14px;	
	color: #111;
	word-wrap: break-word;
	padding-left: 65px;
}

.comment-content > *:first-child {
	margin-top: 0;
}

.comment-edit-link {
	font-size: 12px;	
	padding-left: 3px;
	font-style: italic;
}

.comment-edit-link:hover {
	color: #111;
}

.comment-metadata {
	margin-top: -9px;
}

.comment-content th, .comment-content td {
    padding: 6px;
    border: none;
}

.comment-content tr {
    border-bottom: 1px solid #eee;
}

.comment-content th:first-child, .comment-content td:first-child {
    padding-left: 0;
}

.comment-content blockquote {
    margin: 0;
}

@media (min-width: 768px) {
	.comment-list .children {
		padding: 0 0 0 60px;
	}
	.comment-list > .ol > .ol {
		padding: 0 0 0 60px;
	}
}

@media (max-width: 768px) {
    ol.children ol.children {padding: 0; margin: 0;}
}

@media (max-width: 575px) {
	.comment-list .reply {
		position: relative;
		top: 0px;
		text-align: right;
	}
}

/* Reply*/
.comment-form label {
	width: 100%;
	display: block;
	padding-bottom: 12px;
}

.comment-form textarea {
	height: 120px;
}

.comment-form .form-submit input {
	text-transform: uppercase;
	margin-top: 23px;
}

.comment-form .form-submit input:hover {
	background: #FF6347 ;
}

.comment-form .required {
	color: #FF6347 ;
}

.comment-reply-title {
	text-transform: uppercase;
}

.comment-reply-title small a {
	float: right;
	font-size: 14px;	
	text-transform: none;
	padding-top: 11px;
	font-weight: 300;
}

.comment-reply-title small a:hover {
	color: #111;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 0;
	margin-top: 14px;
}

.comment-subscription-form {
	margin: 0 0 5px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: 30px;
	word-wrap: break-word;
	border:1px solid #f1f1f1;
	padding:20px;
	
}

.widget:last-child {
	margin-bottom: 0;
}

.widget ul {
	list-style: none;
	margin: -8px 0;
	padding: 0;
	list-style-position: inside;
}

.widget ul li {
	color: #FF6347 ;
	font-size: 14px;	
	padding-bottom: 10px;
}

.widget ul li:before {
	font-size: 15px;	
	content: "\f105";
	padding-right: 10px;
	color: #111;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.widget ul li:last-child {
	padding-bottom: 0;
}

.widget ul li a {
	color: #444;
}

.widget ul li a:hover {
	color: #FF6347 ;
}

.widget select {
	border: 1px solid #dedede;
	width: 100%;
	padding: 7px;
	padding: 10px 10px 11px;
}

.widget select option {
	word-wrap: break-word;
}

.widget select:focus {
	outline: #fff;
}

.widget a {
	color: #FF6347 ;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.widget input[type="text"], .widget input[type="email"], .widget input[type="date"], .widget input[type="number"], .widget input[type="search"] {
	width: 100%;
	font-size: 12px;	
	font-style: italic;
	line-height: normal;
}

.widget input[type="submit"] {
	display: block;
	width: 100%;
	font-size: 14px;	
	padding: 15px 20px;
	text-transform: uppercase;
	margin: 0;
	cursor: pointer;
	border: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	max-width: 400px;
	text-align: center;
}

.widget input[type="submit"]:hover {
	background: #FF6347 ;
	color: #fff;
}

.widget-area a {
	color: #FF6347 ;
}

.widget-area a:hover {	
	color: #FF6347 ;
}

.widget-title {
	margin: 0 0 20px;
	border-bottom: 2px solid #111;
	padding: 15px 0px 8px;	
	font-weight: bold;
	font-size: 18px;	
	text-transform: uppercase;
}

/* widget about me */
.about-widget .about-me-heading {
	margin: 5px 0;
}

.about-widget p:last-child {
	margin-bottom: -5px;
}

/* widget calendar */
#wp-calendar {
	border-collapse: collapse;
	border: 1px solid #dedede;
	width: 100%;
	border-top: none;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
	border: none;
}

#wp-calendar caption {
	color: #111;
	padding: 0;
	line-height: 39px;
	border: none;
	font-weight: 700;
}

#wp-calendar thead,
#wp-calendar tfoot {
	line-height: 33px;
	background: #dedede;
}

#wp-calendar td,
#wp-calendar th,
#wp-calendar caption {
	padding: 4px;
}

#wp-calendar tbody {
	line-height: 33px;
}

#wp-calendar #prev,
#wp-calendar #next {
	padding: 0 10px;
	background: #dedede;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}


/* widget search */
.search-form {
	position: relative;
	margin-bottom:25px;
}

.search-form label input {
	padding: 13px 20px 12px;
	color: #888888;
	font-size: 13px;	
	width:100%;
}

.search-form .search-submit {
	position: absolute;
	top: 0px;
	right: 0;
	width: 44px;
	height: 100%;
	border: none;
	padding: 0;
	text-align: center;
}
.search-form .search-submit:hover {
	background: #FF6347 ;
}

/* widget SUBSCRIBE */
.jetpack_subscription_widget #subscribe-text {
	margin-top: -8px;
}

.jetpack_subscription_widget #subscribe-email input {
	padding: 12px 20px;
	font-size: 13px;	
	font-style: italic;
	margin-top: 10px;
	text-align: left;
	color: #888888;
	width: 100%;
}

.jetpack_subscription_widget #subscribe-submit input[type="submit"] {
	border-radius: 0;
	background: #111;
	text-align: center;
	font-size: 14px;	
	font-weight: bold;
	color: #fff;
}

.jetpack_subscription_widget #subscribe-submit input[type="submit"]:hover {
	background: #FF6347 ;
}

/* widget tag */
.widget-area .tagcloud {
	margin-top: -7px;
}

.widget-area .tagcloud a, .footer-middle-widget-area .tagcloud a {	
	color: #111;
	line-height: 1.3;
	padding: 4px 11px 5px;
	border: 1px solid #111;
	margin: 10px 6px 0 0;
	display: inline-block;	
}

.widget-area .tagcloud a:hover, .footer-middle-widget-area .tagcloud a:hover {
	color: #fff;
	border-color: #FF6347 ;
	background: #FF6347 ;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul {
	margin: 0 0 1.5em 0;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul {
	padding-left: 1.5em;
	margin-bottom: 0;
}

.widget_archive ul ul li:first-child,
.widget_categories ul ul li:first-child,
.widget_pages ul ul li:first-child,
.widget_nav_menu ul ul li:first-child,
.widget_meta ul ul li:first-child {
	padding-top: 5px;
}

.widget_authors > ul > li:before {
	display: none;
}

.widget_authors > ul > li > a {
	margin-bottom: 20px;
	display: block;
}

.widgets-multi-column-grid ul > li:before {
	display: none;
}

/* widget Instragm */
.beatrix-lite-intsgram-area h2.widget-title{display:none;}
.beatrix-lite-intsgram-area .iscwp-cnt-wrp{padding:0px !important;}
 #secondary .iscwp-cnt-wrp{padding:3px !important;}
/* widget rss */
.widget-title .rsswidget.rsswidget {
	color: #111;
}

.widget-title .rsswidget.rsswidget:hover {
	color: #FF6347 ;
}

.rsswidget.rsswidget {
	color: #FF6347 ;
}

.rss-widget-icon {
	display: none;
}

.rss-date {
	display: block;
}

.rssSummary,
.rss-date,
.widget_rss cite {
	color: #111;
}


.single .tags-links{width:100%; float:left;}
h3.sd-title{display:none !important;}
.sharedaddy{margin-top:15px; width:100%; float:left;}


/*--------------------------------------------------------------
# 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-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	padding: 0.8075em 0;
	background:#f8f8f8;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px;
}

.gallery a:hover {
	opacity: 1;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/***Grid*/
.text-center{text-align:center;}

/************************************************************
				clearfix
************************************************************/

.beatrix-lite-catimg-clearfix:before, .beatrix-lite-catimg-clearfix:after{content: ""; display: table;}
.beatrix-lite-catimg-clearfix:after{clear: both;}


/************************************************************
	Category image upload css End
************************************************************/
@media only screen and (min-width: 40.0625em) { 
		
	.beatrix-lite-col-1 { width: 8.33333%; }
	.beatrix-lite-col-2 { width: 16.66667%; }
	.beatrix-lite-col-3 { width: 25%; }
	.beatrix-lite-col-4 { width: 33.33333%; }
	.beatrix-lite-col-5 { width: 41.66667%; }
	.beatrix-lite-col-6 { width: 50%; }
	.beatrix-lite-col-7 { width: 58.33333%; }
	.beatrix-lite-col-8 { width: 66.66667%; }
	.beatrix-lite-col-9 { width: 75%; }
	.beatrix-lite-col-10 { width: 83.33333%; }
	.beatrix-lite-col-11 { width: 91.66667%; }
	.beatrix-lite-col-12 { width: 100%; }
	.beatrix-lite-col-5c { width: 20%; }
	
 }
 
  @media only screen and (max-width: 1023px) {
  .single .site-header {padding: 0 15px 0 0px; width:100%}
  }
@media only screen and (max-width: 40.0625em) {
	 h1 {font-size: 26px;}
	 .custom-logo{max-width: 150px; padding-left: 20px;}	
	 .mobile-menu{width:100%;}
	 .site-header {padding: 0 15px 0 0px; width:100%}
	 .beatrix-lite-post-grid-content .entry-header {padding: 0px 0px 10px 0px;}
	 .site-content{padding-top:80px;}
	 h2.entry-title {  font-size: 24px;   letter-spacing: -0.18vw;}
	 .entry-summary{display:none;}
	 .entry-media{height:250px;}
	 .padding-right{padding-right:15px;}
	 .site-content .content-area { width: 100%; float: left; padding:0px 0px 10px 0px;}
 }