/*  
Theme Name: Namaste Lite
Description: Namaste Lite Buddhist WordPress Theme is a free, responsive WordPress theme in the spirit of Buddhism. Namaste includes page builder, 6 post formats, unique elements, buddha and other buddhist icons, slider and a user friendly options area. With Unyson plugin You can easily customize Your site. Namaste also has a Pro Version with WooCommerce support, donation functions, Extra Slider, more unique elements and much more.
Version: 1.3.7
Author: Webzakt
Author URI: https://www.webzakt.com/
Theme URI: https://webzakt.com/themes/namaste-buddhist-wordpress-theme/
Text Domain: namaste-lite
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: featured-images, one-column, two-columns, left-sidebar, right-sidebar, custom-menu, custom-header, custom-background, translation-ready
*/

/*------------------------------------------------------------------

[Table of contents]

1. Global Elements
2. Container
3. Header 
	3.1. Navigation
4. Content 
	4.1. Blog 
	4.2. Widgets
5. Shortcodes
6. Sidebar
7. Footer
8. Plugin
9. Admin

-------------------------------------------------------------------*/


/* 1. GLOBAL ELEMENTS
-------------------------------------------------------------------*/


/* Main global 'theme' and typographic styles */

body {
    font-size: 18px;
    line-height: 1.8;
	background-color: #eeebd5;
}

.column, .columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}

.column.wrapper, .columns.wrapper {
    padding: 0px;
}

/* layout */
.row .sidebarcol {
    width: 25%;
}

.row .contentcol {
    width: 75%;
}

/* columns  */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-1-5, .namaste-footer-column {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.no-padding-left {
	padding-left:0;
}

.no-padding-right {
	padding-right:0;
}

@media (min-width: 900px) {

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-1-5, .namaste-footer-column {
        float: left;
    }

    .col-12, .namaste-footer-column-1 .namaste-footer-column {
        width: 100%;
    }

    .col-11 {
        width: 91.5%;
    }

    .col-10 {
        width: 83.33333333333334%;
    }

    .col-9 {
        width: 75%;
    }

    .col-8 {
        width: 66.5%;
    }

    .col-7 {
        width: 58.333333333333336%;
    }

    .col-6, .namaste-footer-column-2 .namaste-footer-column {
        width: 50%;
    }

    .col-5 {
        width: 41.5%;
    }

    .col-4, .namaste-footer-column-3 .namaste-footer-column {
        width: 33.33333333333333%;
    }

    .col-3, .namaste-footer-column-4 .namaste-footer-column {
        width: 25%;
    }

    .col-2, .namaste-footer-column-6 .namaste-footer-column {
        width: 16.5%;
    }

    .col-1 {
        width: 8.333333333333332%;
    }

    .col-1-5, .namaste-footer-column-5 .namaste-footer-column {
        width: 20%;
    };
}

@media (max-width: 900px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-1-5, .namaste-footer-column {
        margin-bottom: 30px;
        padding: 0 !important;
    };
}

@media (max-width: 450px) {
    .column, .columns {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .fw-col-xs-1, .fw-col-sm-1, .fw-col-md-1, .fw-col-lg-1, .fw-col-xs-2, .fw-col-sm-2, .fw-col-md-2, .fw-col-lg-2, .fw-col-xs-3, .fw-col-sm-3, .fw-col-md-3, .fw-col-lg-3, .fw-col-xs-4, .fw-col-sm-4, .fw-col-md-4, .fw-col-lg-4, .fw-col-xs-5, .fw-col-sm-5, .fw-col-md-5, .fw-col-lg-5, .fw-col-xs-6, .fw-col-sm-6, .fw-col-md-6, .fw-col-lg-6, .fw-col-xs-7, .fw-col-sm-7, .fw-col-md-7, .fw-col-lg-7, .fw-col-xs-8, .fw-col-sm-8, .fw-col-md-8, .fw-col-lg-8, .fw-col-xs-9, .fw-col-sm-9, .fw-col-md-9, .fw-col-lg-9, .fw-col-xs-10, .fw-col-sm-10, .fw-col-md-10, .fw-col-lg-10, .fw-col-xs-11, .fw-col-sm-11, .fw-col-md-11, .fw-col-lg-11, .fw-col-xs-12, .fw-col-sm-12, .fw-col-md-12, .fw-col-lg-12, .fw-col-xs-15, .fw-col-sm-15, .fw-col-md-15, .fw-col-lg-15 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.row .sidebarcol {
        margin-top: 30px;
    };
}

.clear,
.clr {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .column:last-child, .columns:last-child {
        float: none;
    }
	[    class*="column"] + [class*="column"]:last-child {
        float: none;
    }

    .column:before, .columns:before, .column:after, .columns:after {
        content: "";
    }

    .column:after, .columns:after {
        clear: both;
    };
}

/* links */
a, a:visited {
    text-decoration: none;
	outline: 0;
}

a:hover {
    text-decoration: none;
	outline: 0;
}

a img {
    border: none;
}

a:active {
    background-color: transparent;
	outline: 0;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
	outline: 0;
}

/* heading */

h1, h2, h3 {
    margin-bottom: 20px;
}

h4, h5, h6 {
    margin-bottom: 14px;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    font-weight: 600;
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    };
}

blockquote:before {
    content: "" !important;
}

.dropcap {
    vertical-align: middle;
    display: block;
    float: left;
    margin: 5px 10px 0 0 !important;
    font-size: 60px !important;
    line-height: 50px;
}

.highlight {
    padding: 0px 3px !important;
	line-height:normal;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	background-color: #555;
    color: #fff;
    border: 3px double #ccc;
}

.highlight-2 {
	padding: 0px 3px !important;
	line-height:normal;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ccc;
    color: #000;
    border: 3px double #000 !important;
}

/* Images */

img {
    max-width: 100%;
    height: auto;
}

.imgopacity:hover {
    opacity: 0.5;
}

img[class*="wp-image-"], img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

/* form & button */

form {
    margin: 0;
    padding: 0;
}

select {
    padding: 7px 5px;
    width: 90%;
    border: 3px double;
}

textarea {
    width: 96%;
	padding: 12px 10px;
    font-size: 18px;
}

textarea:focus {
    outline: 0;
}

.button:visited, input[type="submit"],input[type="reset"], input[type="button"], button {
    border: 3px double;
    font-size: 18px;
	line-height: 18px;
    text-transform: uppercase;
    padding: 12px 60px;
	font-weight: bold;
}

input[type="submit"]:hover,input[type="reset"]:hover, input[type="button"]:hover, button:hover {
    text-decoration: none;
    border: 3px double;
}

.button.mini {
    font-size: 12px;
    padding: 6px 15px 7px 15px;
}

.button.small {
    font-size: 12px;
}

.button.large {
    font-size: 18px;
    line-height: 18px;
    padding: 9px 25px 10px 25px;
}

.main-button {
    display: block;
    border: 3px double;
    background: #ccc;
}

.main-button:hover {
    background: #000;
}

.main-button .btn {
    display: block;
    text-align: center;
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background: #000;
    color: #ccc;
    text-decoration: none;
}

.main-button:hover .btn {
    background: #ccc;
    color: #000;
}

.button {
    display: inline-block;
    margin: 10px 5px;
    border-radius: 0;
}

.button .btn {
    display: block;
    text-align: center;
    padding: 8px 18px;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
	white-space:normal;
	text-shadow: none;
}

.button .button-small {
    padding: 3px 12px;
}

.button .button-big {
    padding: 12px 30px;
}

.button .button-bigger {
    padding: 20px 50px;
}

.button .btn i.right-icon {
    margin-left: 10px;
}

.button .btn i.left-icon {
    margin-right: 10px;
}

.button .btn.no-content i {
    margin: 0;
}

.button-basic {
    background-color: #ccc;
    border: 3px double #000;
}

.button-basic .btn {
    background-color: #000;
    color: #ccc;
}

.button-basic:hover {
    background-color: #000;
    border: 3px double #ccc;
}

.button-basic:hover .btn {
    background-color: #ccc;
    color: #000;
}

.button-inverse {
    background-color: #000;
    border: 3px double #ccc;
}

.button-inverse .btn {
    background-color: #ccc;
    color: #000;
}

.button-inverse:hover {
    background-color: #ccc;
    border: 3px double #000;
}

.button-inverse:hover .btn {
    background-color: #000;
    color: #ccc;
}

.button-bw {
    background-color: #fff;
    border: 3px double #000;
}

.button-bw .btn {
    background-color: #000;
    color: #fff;
}

.button-bw:hover {
    background-color: #000;
    border: 3px double #fff;
}

.button-bw:hover .btn {
    background-color: #fff;
    color: #000;
}

.button-custom {
    background-color: #000;
	border: 3px double;
}

.button-custom .btn {
    color: #000;
}

/* gallery */

#content .gallery {
    margin: 0 auto 1.625em;
}

#content .gallery.row {
    margin: 0px -15px;
}

#content .gallery a img {
    display: block;
}

.gallery .columns {
    margin-bottom: 20px;
}

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin: 0 0 20px 0;
    position: relative;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

.gallery .gallery-item .gallery-icon {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
	max-width: 100%;
}

.gallery .gallery-item .gallery-icon img {
    position: relative;
    display: block;
    opacity: 0.8;
    border: 3px double;
}

.gallery .gallery-item .gallery-icon:hover img {
    opacity: 1;
}

.gallery .gallery-item .gallery-icon .attachment-thumbnail {
    border-radius: 10px;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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 img {
    margin: 0px auto 12px;
}

.gallery img:hover {
    background: white;
}

.gallery .gallery-caption {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 20px;
}

.gallery dl, .gallery dt {
    margin: 0;
}

.gallery br+br {
    display: none;
}

/* Tables */

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 18px;
}

table,td,th {
    text-align: center;
}

th {
    padding: 10px;
    text-transform: uppercase;
}

td {
    padding: 10px;
}

tfoot td {
    border: 0px;
}

table {
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}

tr th,

thead th {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

tr td {
    padding: 6px 24px;
}

tr.odd td {
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

blockquote {
	font-style: italic;
    line-height: 30px;
    position: relative;
    font-size: larger;
    border-left: 5px solid;
    margin: 10px 0 20px 0px;
    padding: 20px;
}

.blockquote-1 {
    border-bottom: 5px solid #ccc;
    border-top: 5px solid #ccc;
    margin: 30px 10px;
    padding: 12px 8px;
}

.blockquote-1-content {
    line-height: 20px;
    font-size: 16px;
    text-align: justify;
}

.blockquote-1-author {
    float: right;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: -2px;
    clear: left;
    margin-left: 10px;
}

.blockquote-2 {
    padding: 25px;
    background-color: #555;
    border-radius: 15px;
}

.blockquote-2-holder {
    background-color: #ccc;
    border: 3px double #555;
    margin: 30px 0;
}

.blockquote-2-content {
    text-align: justify;
    color: #ccc;
	line-height: 1.5;
    text-shadow: 0px 1px 1px #000;
    font-style: italic;
}

.blockquote-2-author {
    text-align: right;
    color: #ccc;
    text-shadow: 0px 1px 1px #000;
    padding-top: 5px !important;
    font-size: 20px;
	text-transform:uppercase;
}

@media (max-width: 767px) {
    .blockquote-1-author {
        width: 100%;
        margin: 0 0 5px;
        text-align: center;
    };
}

@media (max-width: 450px) {
    .blockquote-1-author {
        font-size: 45px;
        line-height: 40px;
    };
}

pre {
    word-wrap: normal;
    font-size: 11px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea {
    padding: 12px 10px;
    font-size: 18px;
    border: 3px double;
    width: 88%;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    height: 48px;
}

input[type="url"] {
    width: 100%;
}

.searcharea .search-submit {
    float: right;
    padding: 15px 18px 0 18px;
    font-size: 17px;
}

.searcharea button {
    background-color: transparent;
    border: none;
    float: right;
    padding: 0;
	max-width: 21%;
}

.searcharea button:hover {
    border: none;
    background-color: transparent;
}

.searchform .s {
    width: 79%;
    border: 0;
    font-size: 16px;
}

.searchform {
    position: relative;
}

.searchbutton {
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    text-indent: -9999px;
}

.searchform input.searchbutton {
    padding: 0px;
}

.searchform input {
    background: transparent;
    border: 0;
}

input[type="search"] {
    box-sizing: border-box;
    width: 100%;
    outline: none;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    right: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

legend {
    border-bottom: none;
}

.image-effect {
    background-color: #ccc;
    border: 3px double #000;
}

.image-effect-holder figure {
    position: relative;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.image-effect-holder figure img {
    min-height: 110%;
    min-width: 110%;
}

.image-effect-holder figure .image-effect-text {
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image-effect-holder figure p {
    margin: 0;
    letter-spacing: 0.5px;
}

.image-effect-holder figure .image-effect-text::before,
.image-effect-holder figure .image-effect-text::after {
    pointer-events: none;
}

figure.image-special-effect img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transform: translateZ(0) translate3d(10px,10px,0);
    transform: translateZ(0) translate3d(10px,10px,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.image-special-effect .image-effect-text::before {
    position: absolute;
    right: -50px;
    bottom: -70px;
    border: 2px solid #ccc;
    background-color: rgba(0,0,0,0.15);
    border-radius: 50%;
    box-shadow: 0 0 0 500px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: translateZ(0) scale3d(0.5,0.5,1);
    transform: translateZ(0) scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.image-special-effect:hover img {
    opacity: 0.8;
    -webkit-transform: translateZ(0) translate3d(0,0,0);
    transform: translateZ(0) translate3d(0,0,0);
}

figure.image-special-effect p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 1.5em 0;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translateZ(0) translate3d(20px,20px,0);
    transform: translateZ(0) translate3d(20px,20px,0);
}

figure.image-special-effect:hover .image-effect-text::before {
    opacity: 1;
    -webkit-transform: translateZ(0) scale3d(1,1,1);
    transform: translateZ(0) scale3d(1,1,1);
}

figure.image-special-effect:hover p {
    opacity: 1;
    -webkit-transform: translateZ(0) translate3d(0,0,0);
    transform: translateZ(0) translate3d(0,0,0);
}

figure.image-special-effect a {
    font-size: 14px;
}

figure.image-special-effect:hover a {
    color: #fff;
}

.owl-carousel .owl-buttons {
    position: absolute;
    top: 40%;
    width: 100%;
    font-size: 20px;
    text-align: center;
    opacity: 0;
}

.owl-carousel:hover .owl-buttons {
    opacity: 1;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 0;
    background-color: #555;
    border: 3px double;
    width: 35px;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 0.8;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
	opacity: 1;
}

.owl-carousel .owl-prev {
    left: -100px;
}

.owl-carousel:hover .owl-prev {
    left: -30px;
}

.owl-carousel .owl-next {
    right: -100px;
}

.owl-carousel:hover .owl-next {
    right: -30px;
}

.owl-navigation-false .owl-prev,
.owl-navigation-false .owl-next {
	display: none !important;
}

.owl-navigation-big .owl-prev,
.owl-navigation-big .owl-next {
	background: none;
    border: none;
    font-size: 40px;
}

.owl-carousel .owl-prev .icon {
	position: relative;
    right: 1px;
}

.owl-carousel .owl-next .icon {
	position: relative;
    left: 1px;
}

.owl-pagination-false .owl-pagination {
	display: none !important;
}

#owl-quote-namaste:hover .owl-prev {
    left: 0;
}

#owl-quote-namaste:hover .owl-next {
    right: 0;
}

@media (max-width: 1250px) {
	.owl-carousel .owl-prev {
    	left: 15px;
	}
	
	.owl-carousel .owl-next {
		right: 15px;
	}
	
	.owl-carousel:hover .owl-prev {
		left: -10px;
	}
	
	.owl-carousel:hover .owl-next {
		right: -10px;
	}
}

@media (max-width: 450px) {
	#owl-news-namaste .owl-buttons,
	#owl-news-namaste-2 .owl-buttons,
	#owl-news-namaste-3 .owl-buttons,
	.owl-content-slider .owl-buttons,
	.owl-book-carousel .owl-buttons,
	#owl-member-namaste .owl-buttons,
	#owl-quote-namaste .owl-buttons {
		display: none;
	}
}

/* 2. CONTAINER
-------------------------------------------------------------------*/

#bodychild {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
	overflow:hidden;
}

#outercontainer {
    width: 100%;
    margin: 0;
    padding: 0;
}

#outerheader,  #outerfootersidebar, #outerfooter {
    width: 100%;
    margin: 0 auto;
}

.container {
    margin: 0px auto;
    width: auto;
    max-width: 1170px;
}

.row {
    max-width: 100%;
    margin: 0 auto;
}

.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px;
}

.row .column, .row .columns {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

@media only screen and (max-width: 767px) {
    .container {
        margin: 0px auto;
        max-width: 420px;
    }

    .row {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .row .column, .row .columns {
        width: 100%;
        float: none;
    }
}


/* 3. HEADER 
-------------------------------------------------------------------*/

#top {
    padding: 10px 0;
    display: block;
    position: relative;
}

#logo {
    float: left;
    margin-bottom: 0px;
    padding: 0;
}

#logoimg {
    float: left;
    clear: right;
    margin-right: 5px;
}

#logotext {
    float: left;
    clear: right;
    margin-right: 12px;
}

.logo-subtitle {
    line-height: 17px;
    font-size: 15px;
    padding: 5px 0;
    text-shadow: 0 1px #cc682c;
}

.site-title {
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    text-decoration: none;
}

.default-logo {
    max-height: 60px;
}

.retina-logo {
	display:none;
}
.default-logo {
	display:block;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { 
	.default-logo{
		display:none;
	}
	.retina-logo{
		display:block;
	}
}

#social-section {
    display: inline-table;
}

#donate-button {
    display: inline-block;
    margin: 7px 0 0 25px;
    border: 3px double;
    float: right;
}

#donate-button .btn {
    display: block;
    text-align: center;
    padding: 10px 24px;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 14px;
	font-weight: bold;
    text-decoration: none;
}

#menu-social {
    display: block;
}

.menu-social ul {
    float: right;
    text-align: center;
    list-style: none;
    margin: 12px 0;
}

.menu-social ul li {
    position: relative;
    display: inline-block;
}

.menu-social li a {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    font-family: 'Fontawesome';
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    content: '\f0c0';
    text-shadow: 1px 1px #cc682c;
}

.menu-social li a:hover {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    transform: rotate(720deg);
}

.social-image {
    height: 32px;
    padding: 3px 0;
}


/*======= 3.1. Navigation =======*/

#headernav {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
    background: url("images/bg-body-pattern.png") center top;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0 0px;
    border-bottom: 1px solid;
    border-top: 1px solid #222;
    z-index: 555;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#headernav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#headernav li {
    float: left;
    position: relative;
    margin: 0;
}

#headernav a {
    display: block;
    padding: 10px 20px 10px 0;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
}

#headernav ul ul {
    position: absolute;
    left: -12px;
    top: 48px;
    z-index: 20;
    display: none;
    float: left;
    padding: 0;
    background: url("images/bg-body-pattern.png") center top;
    border: 1px solid;
    border-top: none;
}

#headernav ul ul ul {
    left: 100%;
    top: 0;
    border-top: 1px solid;
}

#headernav ul ul a {
    width: 14em;
}

#headernav ul li:hover > ul {
    display: block;
    -moz-animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    animation: fadeIn .3s ease-in;
}

#headernav ul li:hover > .mega-menu {
    -moz-animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    animation: fadeIn .3s ease-in;
}

#headernav ul li:hover > .mega-menu ul {
    display: flex;
    position: relative;
    top: 0;
    left: 0 !important;
    background: none;
    border: none;
}

#headernav ul li:hover > .mega-menu {
    display: block;
    position: absolute;
    left: -12px;
    background: url("images/bg-body-pattern.png") center top;
    border: 1px solid;
    border-top: none;
}

#headernav .mega-menu ul li {
    margin: 12px;
    padding: 0;
    text-transform: none;
}

.mega-menu a {
    font-weight: 600;
}

.mega-menu .blockquote-2 {
    padding: 10px !important;
}

.mega-menu-col .sub-menu {
	display: block !important;
	left: 0 !important;
}

.mega-menu-col .menu-item a {
	padding: 0 0 12px !important;
    font-size: 16px !important;
    line-height: 18px !important;
    text-transform: uppercase;
	max-width: 100%;
}

.mega-menu ul li:hover > ul {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    animation: none !important;
}

#headernav .mega-menu-col .menu-item {
	margin: 0 !important;
	padding: 0 20px 0 0 !important;
    float: none !important;
}

#headernav .mega-menu-col .menu-item:hover {
	padding: 0 10px 0 !important;
}

#headernav .mega-menu-col .menu-item:hover a {
	padding: 0 0 12px !important;
}

#top-search {
    float: right;
    width: 322px;
}

#top-search .searchform .searcharea {
    border: 3px double;
    border-top: none;
    border-bottom: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-simple {
	height:75px;
}

.header-simple #topnav {
    float: right;
}

#headernav .header-simple .site-title a {
    font-size: 45px;
	line-height: 55px;
}

#headernav .header-simple .site-title a:hover {
    text-shadow: none;
}

#headernav .header-simple li {
    padding: 13px 0 14px;
}

#headernav .header-simple li li {
    padding: 0 10px;
}

#headernav .header-simple ul ul,
#headernav .header-simple ul li:hover > .mega-menu  {
    top: 75px;
}

#headernav .header-simple ul ul ul {
    top: 0px;
}

#headernav .header-simple .mega-menu ul li {
    padding: 0;
}

#headernav .header-simple .current_page_item,
#headernav .header-simple .current-menu-item,
#headernav .header-simple .current-menu-ancestor,
#headernav .header-simple .current-menu-parent {
	border-top: 2px solid;
	padding: 11px 0 14px;
}

#headernav .header-simple .current-menu-parent .current-menu-item,
#headernav .header-simple .current-menu-ancestor .current-menu-parent {
	border-top: none;
    padding: 0 10px;
}

#headernav .header-simple .current-menu-ancestor ul, 
#headernav .header-simple .current-menu-ancestor li:hover > .mega-menu {
    top: 73px;
}

#headernav .header-simple .current-menu-ancestor ul ul {
    top: 0;
}

@media (max-width: 1170px) {
	.header-simple #logoimg {
        float: none;
    }

    .header-simple #logoimg img {
        margin: auto;
    }
	
	.header-simple #logo {
        margin: auto;
        display: block;
        width: 100%;
    }
	
    #top-search {
        display: none;
    }
}

@media (max-width: 900px) {
    #logo {
        margin: auto;
        display: block;
        width: 100%;
        max-width: 768px;
        float: none;
    }

    #menu-social {
        display: table;
    }

    #menu-social-footer {
        display: block;
    }

    .menu-social ul {
        padding: 0;
    }

    #social-section {
        float: none;
        margin: 10px auto;
        display: table;
    }
	
    #donate-button {
        display: none;
    }

    #logoimg {
        float: none;
    }

    #logoimg img {
        margin: auto;
    }

    .logo-subtitle {
        text-align: center;
    };
}

#navigation {
    position: relative;
    z-index: 200;
    margin: 0;
    float: left;
}

/* Nav Menu */

.toggleMenu {
    display: none !important;
    list-style: none;
    margin: 0px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

#nav-wrap-mobile ul li:hover > ul {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
}

#nav-wrap-mobile ul li:hover > .mega-menu {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
}

@media (min-width: 1170px) {
    #nav-wrap-mobile {
        display: none !important;
    };
}

.menu-icon {
    float: right;
}

@media (max-width: 1170px) {

    .toggleMenu {
        display: inline-block !important;
        padding: 10px 0 2px !important;
    }

    #nav-wrap {
        display: none;
    }

    #navigation {
        width: 100%;
    };
}

#topnav {
    margin: 0;
    list-style-type: none;
    overflow: visible;
    position: relative;
    padding: 0;
    float: left;
}

.namaste-menu a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 0px 28px 0 0;
}

.namaste-menu > li {
    position: relative;
}


.namaste-menu li li {
    text-align: left;
    line-height: 20px;
    margin: 0;
    padding: 0 10px;
}

.namaste-menu li li:hover {
    text-align: left;
    line-height: 20px;
    margin: 0;
    padding: 0 0 0 20px !important;
}

.namaste-menu .mega-menu li:hover {
    padding: 0 !important;
}

.namaste-menu, .namaste-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.namaste-menu {
    line-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    float: left;
}

.namaste-menu ul {
    position: absolute;
    top: -999em;
}

.namaste-menu ul li {
    width: 100%;
}

.namaste-menu li:hover {
    visibility: inherit;
}

.namaste-menu li {
    float: left;
    position: relative;
    margin: 0px 0px 10px 0px;
    z-index: 999;
}

.namaste-menu li:hover ul,
.namaste-menu li.sfHover ul {
    left: 1.3em;
    top: 4.7em;
    z-index: 999;
    padding: 5px 15px;
}

ul.namaste-menu li:hover li ul,
ul.namaste-menu li.sfHover li ul {
    top: -999em;
}

ul.namaste-menu li li:hover ul,
ul.namaste-menu li li.sfHover ul {
    left: 11.2em;
    top: -0.4em;
    margin-left: 0px;
}

ul.namaste-menu li li:hover li ul,
ul.namaste-menu li li.sfHover li ul {
    top: -999em;
}

ul.namaste-menu li li li:hover ul,
ul.namaste-menu li li li.sfHover ul {
    left: 12em;
    top: -1em;
}

.namaste-menu ul li a {
    padding: 8px 0px!important;
    font-size: 12px;
}

.namaste-menu li ul {
    padding: 0px 0px;
}

.namaste-menu a.sf-with-ul {
    min-width: 1px;
}

.namaste-menu ul {
    border: 0px;
}

.namaste-menu > li li:before {
    content: "";
    display: block;
}

.namaste-menu > li li:first-child:before {
    border: 0;
}

.namaste-menu .fa:before {
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
}

/* dropdown mobile */

#nav-wrap-mobile li {
    width: 100%;
	border-top: none !important;
	padding:0 !important;
}

#nav-wrap-mobile ul ul {
    position: relative;
    left: 20px;
    top: 0 !important;
    z-index: 20;
    display: block !important;
    float: left;
    padding: 0;
    background: url("images/bg-body-pattern.png") center top;
    border: none;
    border-top: none;
	width:90%;
}

#nav-wrap-mobile ul ul ul {
    left: 20px;
    top: 0 !important;
    border-top: none;
	width:90%;
}

#nav-wrap-mobile ul li:hover > .mega-menu {
    display: block;
    position: relative;
	top: 0;
    left: 20px;
    background: url("images/bg-body-pattern.png") center top;
    border: none;
    border-top: none;
}

.namaste-mobile-menu li a {
	padding: 10px 0 10px 0 !important;
}

.namaste-mobile-menu li a:hover {
	padding: 10px 0 10px 10px !important;
}

#headernav .header-simple #nav-wrap-mobile ul li:hover > .mega-menu {
	top:0;
}

#menu-icon, .tinynav {
    display: none;
}

/* pagination */

.pagination {
	width: 100%;
}

.nav-links {
	display: table;
    margin: auto;
}

.page-numbers {
	margin: 10px;
    display: inline-block;
    padding: 8px;
    text-align: center;
    width: 40px;
    height: 40px;
	box-shadow: 0 0 0 2px inset;
    line-height: 1;
    text-decoration: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.page-numbers i {
	vertical-align: middle;
}

/* 4. CONTENT
-------------------------------------------------------------------*/

#maincontent {
    padding: 50px 0 40px 0;
}

#content.positionright {
    float: right;
	padding-right:0;
	padding-left: 30px;
}

#content.positionleft {
    float: left;
	padding-left:0;
	padding-right: 30px;
}

@media (max-width: 767px) {

    #content.positionright,
	#content.positionleft {
		padding: 0 8px;
	}
	
	#content.positionleft .main {
        padding-right: 0;
    }

    #content.positionright .main {
        padding-left: 0;
    };
}

@media (max-width: 450px) {

    #content.positionright,
	#content.positionleft {
		padding: 0;
	};
}

.center {
    text-align: center;
}

.nomargin {
    margin-right: 0px!important;
}

.displayblock {
    display: block;
}

.blogcontent {
    width: 80%;
    margin: auto;
    float: none;
}

/* List */

ul.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.list li {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

ul.checklist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.checklist li {
    padding: 0 0 6px 20px;
}


/*======= 4.1. BLOG =======*/

.sticky .posttitle {
    padding-left: 30px;
}

.post {
    margin-bottom: 50px;
}

.postimg {
    margin-bottom: 23px;
}

.postimg img {
    display: block;
}

.entry-content img {
}

.entry-content p {
    margin-bottom: 16px;
}

.read-more {
    border: 3px double;
    display: table !important;
    margin: 35px auto 0 !important;
    float: none !important;
}

.read-more .btn {
    padding: 8px 50px;
}

.post .button {
    margin: 10px 0;
    display: inline-block;
    float: left;
}

.post, #searchresult .page, #searchresult .hentry {
    clear: both;
}

#searchresult article {
	margin-bottom: 50px;
}

#singlepost{
    width: 75%;
    margin: 0 auto;
}

.positionleft #singlepost,
.positionright #singlepost {
    width: 100%;
}

#singlepost .post {
    margin-bottom: 0px;
}

.entry-utility {
    margin: 0px;
    padding: 7px 0px;
    border-bottom: 1px solid;
    border-top: 1px dotted;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.entry-utility div {
    display: inline-block;
    line-height: 100%;
}

.post-infos {
	max-height: 18px;
    overflow: hidden;
}

.post-infos .user,
.post-infos .category,
.post-infos .comment {
	margin-left: 10px;
}

.post-infos i {
	margin-right: 5px;
}

.posttitle {
    margin: 0 0 3px 0;
    word-wrap: break-word;
    font-weight: 600;
}

.posttitle, .posttitle a {
    font-size: 20px;
}

.posttitle a:hover {
    text-decoration: none;
}

.single .entry-content {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.single .entry-content.nometa {
    border: 0px;
    margin: 0px 0 45px 0;
    padding: 0px;
}

.last .entry-content {
    margin-bottom: 15px;
}

.entry-content {
    overflow: hidden;
    margin-bottom: 26px;
    padding: 0;
    word-wrap: break-word;
}

.social-share-bar {
	float: right;
}

.social-share-bar ul {
	padding: 0;
    margin: 0;
}

.social-share-bar ul li {
	display: inline-block;
    margin: 5px;
    font-size: 19px;
}

@media(max-width: 1170px) {
	.social-share-bar {
		float: none;
    	margin: 10px 0 5px;
		width: 100%;
	}	
}

@media(max-width: 767px) {
	#singlepost {
		width: 100%;
	}	
}

/* Post Format */

.flexslider {
    border: none;
    margin-bottom: 0;
}

.flexslider .flex-direction-nav a {
    width: 40px;
    height: 40px;
    text-indent: -555px;
    z-index: 60;
    direction: ltr;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 12px 19px;
    -mou-background-size: 12px 19px;
    background-size: 12px 19px;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    border: 3px double;
    border-radius: 50px;
}

.flexslider .flex-direction-nav .flex-next {
    background-image: url(images/next.png);
    -webkit-background-size: 12px 19px;
    -mou-background-size: 12px 19px;
    background-size: 12px 19px;
    right: 20px;
    background-position: center;
}

.flexslider .flex-direction-nav .flex-prev {
    left: 20px;
    background-image: url(images/prev.png);
    -webkit-background-size: 12px 19px;
    -mou-background-size: 12px 19px;
    background-size: 12px 19px;
    background-position: center;
}

.format-gallery .postimg {
    margin-bottom: 0;
}

.namaste-post-flexslider {
    margin: 10px 0;
    max-width: 750px;
}

@media screen and (min-width: 1599px) {
    .namaste-post-flexslider {
        max-width: 1100px;
    };
}

.namaste-flexslider .flexslider {
    background-color: #ccc;
    border: 3px double #555;
    border-radius: 3px;
    margin: 10px 0;
}

.namaste-flexslider .flexslider .slides img {
    border-radius: 10px;
}

.namaste-flexslider .flexslider li {
    margin: 0;
}

.namaste-flexslider .flexslider .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.namaste-flexslider .flexslider .flex-direction-nav a {
    width: 40px;
    height: 40px;
    text-indent: -555px;
    z-index: 60;
    direction: ltr;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 12px 19px;
    -mou-background-size: 12px 19px;
    background-size: 12px 19px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    background-color: #ccc;
    border: 3px double #000;
    border-radius: 50px;
}

.namaste-flexslider:hover .flexslider .flex-direction-nav a {
    opacity: 0.35;
}

.namaste-flexslider .flexslider .flex-direction-nav a:hover {
    background-color: #ccc;
    opacity: 1;
}

.namaste-flexslider .flexslider .flex-direction-nav .flex-next {
    background-image: url(images/next.png);
    -webkit-background-size: 12px 19px;
    -mou-background-size: 12px 19px;
    background-size: 12px 19px;
    right: 20px;
    background-position: center;
}

.namaste-flexslider .flexslider .flex-direction-nav .flex-prev {
    left: 20px;
    background-image: url(images/prev.png);
    -webkit-background-size: 12px 19px;
    -mou-background-size: 12px 19px;
    background-size: 12px 19px;
    background-position: center;
}

.entry-quote {
    margin-bottom: 40px;
}

.entry-quote blockquote {
    padding: 0px 0 0 20px;
    font-size: 16px;
    margin: 0px;
    line-height: 24px;
}

.format-quote .blockquote-2-author {
	margin: 0;
}

.entry-quote .info {
    display: inline-block;
    font-size: 12px;
}

.entry-quote blockquote:before {
    top: -5px;
    left: -40px;
    font-size: 3.2em;
}

.entry-quote .quote-text {
    padding: 0;
    position: relative;
}

.aside {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.entry-links {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.avatar {
    display: block;
    padding: 0px;
    width: 100px;
    height: 100px;
    border: 2px solid;
}

.wp-caption {
    margin-top: 0.4em;
}

.wp-caption {
    margin: 0 0 20px 0;
    padding: 0;
    max-width: 100%;
    display: block;
}

.wp-caption img {
    margin: 0;
}

.wp-caption .wp-caption-text,

.gallery-caption {
    font-size: 12px;
    font-style: italic;
}

.wp-caption .wp-caption-text {
    margin-bottom: 0;
    padding: 8px 0 0 0;
    position: relative;
}

img#wpstats {
    display: block;
    margin: 0 auto 1.625em;
}

.tag-links {
    padding: 10px 0;
    display: block;
}

.content-404 {
	text-align:center;
}

.content-404 img {
	margin: 0 auto 30px;
}

.content-404 .searchform {
	margin: 30px auto;
}

/* Single Post */

embed,
iframe,
object {
    max-width: 100%;
}

img, iframe, embed {
    max-width: 100%;
    display: block;
}

iframe {
	border:none;
}

.single-post-image-holder {
    margin: 0 auto;
    border: 4px double;
    display: table;
}

.flexslider .single-post-image-holder {
    display: block;
}

#singlepost .single-post-image-holder {
    display: block;
}

.attachment-namaste-entry-image {
	border-radius: 18px;
}

.single-post-image {
    height: 420px;
    background-size: cover;
    background-position: center center;
    border-radius: 18px;
}

.post-single-title-holder {
	text-align:center;
}

.post-single-title {
    position: relative;
    padding: 15px 95px 15px 95px;
    margin: 20px auto 8px;
    font-size: 33px;
    font-weight: 100;
    border-bottom: 3px solid;
    border-top: 3px solid;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.post-single-title:before {
    content: '';
    width: 75px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-image: url("images/knot.png");
    left: 0;
    top: 7px;
}

.post-single-title:after {
    content: '';
    width: 75px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-image: url("images/knot.png");
    right: 0;
    top: 7px;
}

.post-single-categories a {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 6px;
}

.iframe-holder {
    border: 3px double;
    border-radius: 3px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-navigation {
    border-bottom: 5px solid;
    border-top: 5px solid;
    padding: 5px 0;
    margin: 40px 0;
	position: relative;
	height: 66px;
}

.post-navigation h2 {
	font-size: 32px;
    line-height: 46px;
    font-weight: inherit;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: -2px;
    text-align: center;
    position: inherit !important;
    margin: 0 auto;
    width: 33%;
}

.nav-indicator {
    line-height: 20px;
    font-size: 15px;
}

.nav-previous {
    text-align: right;
    position: absolute;
    top: 6px;
    left: 0;
    width: 31%;
}

.nav-next {
    position: absolute;
    top: 6px;
    right: 0;
    width: 31%;
}

.nav-previous a, .nav-next a {
    font-size: 18px;
    line-height: 25px;
    padding: 8px 0;
}

.nav-previous p,
.nav-next p {
    line-height: 20px;
    margin: 0;
    max-height: 20px;
    overflow: hidden;
}


@media (max-width: 1140px) {
	.post-navigation h2 {
		display:none;
	}
	
	.nav-previous,
	.nav-next {
		float:left;
		width:50%;
		margin: 0;
    	padding: 0 10px !important;
	}
}

@media (max-width: 450px) {
    .post-single-title {
        padding: 10px;
    }

    .post-single-title:before,
	.post-single-title:after {
        display: none;
    }
	
	.nav-previous,
	.nav-next {
		padding: 0 4px !important;
	}
}

@media (max-width: 767px) {
    .single-post-image {
        height: 250px;
    }
}

/* navigation  */

.navigation {
    line-height: 20px;
}

.navigation a:link,
.navigation a:visited {
    text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
}

#nav-above {
    margin: 0 0 18px 0;
}

#nav-above {
    display: none;
}

.paged #nav-above,

.single #nav-above {
    display: block;
}

.single #nav-below {
    margin: 13px 0 74px 0;
}

#nav-below {
    padding: 10px 0 0 0;
    font-size: 12px;
    margin: 13px 0 30px 0;
    clear: both;
    text-align: right;
}


/* Comments */

#comments {
    clear: both;
	max-width: 1170px;
    margin: auto;
}

#comments .navigation {
    padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
    padding: 0;
    font-weight: lighter;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
}

.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    width: 96%;
}

.commentlist li.comment {
    margin: 0 0 0px 0px;
    padding: 0 0 0px 0px;
    position: relative !important;
}

.commentlist li.comment ul.children {
    margin: 0 0 0 0;
    margin-left: 11%;
    padding: 0px 0 0 0;
}

.commentlist li.comment ul.children li {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

#comments .comment-body ul,#comments .comment-body ol {
    margin-bottom: 0;
}

.commentlist ol {
    list-style: decimal;
}

.comment-body cite {
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
}

.comment-body cite  a:hover {
    text-decoration: none;
}

.comment-author .says {
    font-style: normal;
}

.comment-meta {
    font-size: 11px;
    margin: 0 0 18px 0;
}

.comment-meta a:link,

.comment-meta a:visited {
    text-decoration: none;
}

.commentlist .bypostauthor {
    margin-bottom: 30px !important;
}

.commentlist .bypostauthor .con-comment {
    border-radius: 15px;
    margin-bottom: 0;
}

.edit-link {
    float: none;
    clear: both;
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
}

a.comment-edit-link:hover {
    text-decoration: none;
}

.commentlist .children {
    list-style: none;
}

.nopassword, .nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    display: block;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
}

#comments .pingback .url {
    font-size: 12px;
}

.con-comment {
    padding: 20px 20px 20px 0;
    margin-bottom: 30px;
}

.commentlist .comment-author {
    float: left;
    margin-top: 0px;
    padding: 3px;
}

.commentlist .comment-body {
    width: auto;
    margin-left: 125px;
    padding: 3px;
}

.commenttext {
    margin: 0 0 0 0;
    padding: 2px 0 0 0;
}

.commentlist .comment-body p {
    margin-bottom: 5px !important;
}

*+html .commentlist .comment-body {
    margin-top: 0;
}

.comment-body .fn {
    font-size: 16px;
    font-weight: bold;
    word-spacing: 2px;
}

.comment-body .time {
    font-size: 12px;
    font-style: normal;
    padding: 0 5px 0 0;
    display: block;
}

.commentlist .comment-body .reply {
    font-size: 11px;
}

.comment-body .boldtext {
    font-weight: normal;
    font-size: 22px;
}

.vcard {
    padding-bottom: 6px;
}

.com-link,
.com-reply {
    border: 3px double;
    float: left;
    margin: 3px 8px 3px 0;
    padding: 0;
    display: table;
}

.com-link a,
.com-reply a {
    border-radius: 4px;
    font-size: 18px;
    line-height: 18px;
    padding: 3px 10px;
    display: table-cell;
}

/* Comments form */
#commentform {
    padding: 0;
}

#commentform label {
    margin-top: 0px;
    padding: 5px 0;
    display: inline-block;
}

#commentform .required {
}

#commentform code {
    padding: 0;
    margin: 10px 0;
    border: 0;
}

#commentform input[type=text] {
    vertical-align: middle;
    display: block;
    page-break-after: always;
}

#commentform textarea {
    margin-bottom: 12px;
    padding: 8px 5px;
    vertical-align: top;
    font-size: 12px;
    display: block;
}

#respond .comment-reply {
    font-size: 20px;
    line-height: 24px;
    padding: 0px 0px;
    margin: 0 0 10px 0;
}

#respond p {
    margin: 0;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    line-height: 1em;
}

.children #respond {
    margin: 0 0px 0 0;
}

.cancel-comment-reply {
    font-size: 12px;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
    padding: 0;
}

#cancel-comment-reply-link {
    font-weight: normal;
    line-height: 18px;
}

#respond label {
    font-weight: lighter;
    font-size: 18px;
    line-height: 25px;
}

#respond .form-submit {
    margin: 12px 0;
    clear: both;
}

#respond .form-submit input {
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {
    width: 33.33333%;
    float: left;
    margin-bottom: 20px !important;
}

@media (max-width: 900px) {
	.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {
    	width: 100%;
	}
}

.comment-form-comment {
    width: 100%;
}

.form-submit {
    clear: both;
}

#today {
    font-weight: bold;
}


/* Tag */

.tagcloud a {
    padding: 3px 8px;
    line-height: 42px;
    font-size: 18px !important;
    border: 3px double;
}

.tagcloud a:hover {
    border: 3px double;
}

.entry-tag {
    padding: 10px 0;
    font-size: 12px;
}

.tag-items {
    display: inline;
}

.tag-items span {
    display: inline-block;
    padding: 0px 5px 0 0;
}

.tag-items span:after {
    color: #606060 !important;
    content: ",";
    cursor: default;
    font-weight: 400;
    margin: 0 0px;
}

.tag-items span:last-of-type:after {
    display: none;
}

.page-links {
    font-size: 12px;
}

.page-links span {
    display: inline-block;
}

/*======= 4.2. WIDGET =======*/

/*** POSITION ON THEME ***/

.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.widget_recent_entries a,
.widget_meta a,
.widget_pages a,
.widget_product_categories a {
    font-size: 17px;
    text-transform: uppercase;
	font-weight: bold;
}

.widget_archive a:hover,
.widget_categories a:hover,
.widget_nav_menu a:hover,
.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_product_categories a:hover {
    margin: 0 0 0 8px !important;
}

/* Recent post widget */

.namaste-recentpost-widget .recent-item {
    margin-bottom: 20px;
}

.panel-grid-cell .panel.widget_namaste-advancedposts-widget .namaste-recentpost-widget {
    margin-bottom: -20px!important;
    width: 100%;
    float: left;
}

.namaste-recentpost-widget .recent-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
    overflow: hidden;
}

.namaste-recentpost-widget .recent-thumb {
    float: left;
    width: auto;
    height: auto;
}

.namaste-recentpost-widget .recent-thumb img {
    float: left;
    width: 52px;
    height: 52px;
    padding: 3px;
}

.namaste-recentpost-widget .recent-link {
    max-height: 15px;
}

.namaste-recentpost-widget .smalldate {
    display: block;
    font-style: normal;
    overflow: hidden;
}

.widget-thumb {
    width: 80px;
    height: 55px;
    border: 1px solid;
    border-radius: 2px;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    float: left;
}

@media (max-width: 767px) {
    #sidebar .widget-thumb,
#footersidebar .widget-thumb {
        width: 120px;
        height: 80px;
        float: none;
        margin: 10px auto;
    };
}

.widget_search .searchform, .widget_product_search .searchform, .content-404 .searchform {
    border: 3px double;
    width: 80%;
	max-width: 450px;
}

@media (max-width: 767px) {
    #sidebar .searchform,
#footersidebar .searchform {
        margin: auto;
        width: 100%;
    };
}

.widget_search .searcharea, .widget_product_search .searcharea, .content-404 .searcharea {
    border-radius: 10px;
}

.widget_search .searchform .s, .widget_product_search .searchform .s,  .content-404 .searchform .s {
    width: 75%;
}

.namaste-donate-widget {
	padding:10px;
}

/* Contact widget  */
.contact-widget {
    margin-bottom: 20px;
}

.contact-widget ul {
    list-style: none;
    margin: 0;
}

.contact-widget li {
    padding: 5px 0;
    font-size: 18px;
}

.contact-widget .contact-icon {
    width: 30px;
	line-height: 32px;
    float: left;
    text-align: center;
}

.contact-widget p {
    margin: 0;
}

.contact-widget a {
    font-weight: lighter;
}

.contact-widget-description {
    margin-bottom: 15px;
}

.contact-widget [class^="icon-"], 
.contact-widget [class*=" icon-"] {
    font-size: 22px;
}

.widget_namaste_contactwidget .contact-icon {
    margin-right: 10px;
    float: left;
}

@media (max-width: 767px) {
    .contact-widget .contact-icon {
        float: none !important;
    };
}

/* recent comment sidebar */
#sidebar .namaste-recent-comment-widget li {
    padding-bottom: 4px;
    margin-bottom: 10px;
    clear: both;
    background: transparent;
}

#sidebar .namaste-recent-comment-widget a {
    background: transparent !important;
    padding: 0 !important;
    display: inherit;
}

/* Calendar */
.widget_calendar #wp-calendar {
    width: 100%;
    text-align: left;
    border: 0px !important;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
    text-align: center;
    padding: 3px;
    font-size: 11px;
    border: 0px;
}

#footersidebar .widget_calendar thead th {
    border-top: 0px;
}

#footersidebar .widget_calendar thead th:first-child {
    border-left: 0px;
}

.widget_calendar #wp-calendar caption {
    font-size: 18px;
    text-align: center;
    padding: 3px 0 10px 0 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.widget_calendar #wp-calendar th {
    font-weight: bold;
    padding: 3px;
}

.widget_calendar #wp-calendar td#prev {
    text-align: left;
    padding-left: 5px;
}

.widget_calendar #wp-calendar td#next {
    text-align: right;
    padding-right: 5px;
}

/* 5. SHORTCODES
-------------------------------------------------------------- */

/*--- Post ---*/

.post-shortcode .entry-title {
    font-size: 20px;
    margin: 0;
}

.post-shortcode .category-list {
    font-size: 12px;
}

.post-shortcode .entry-content {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 0;
}

.post-shortcode .post-2-button {
    margin: 15px auto 5px;
    display: block;
}

.post-shortcode .post-excerpt {
    height: 130px;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
	.post-shortcode .post-excerpt {
		height: inherit;
		overflow: inherit;
	}	
}

.home-tags {
    padding: 5px 0;
    max-height: 35px;
    overflow: hidden;
    line-height: 24px;
    text-align: center;
    margin-bottom: 5px;
}

.home-tags .tag-list {
    margin-right: 12px;
}

.category-list {
    margin: 0;
    font-size: 16px;
    font-weight: bolder;
}

.category-list a {
    color: #555;
}

.category-list a:hover {
    color: #000;
}

.post-shortcode .entry-title a {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #000;
}

.post-shortcode .entry-title a:hover {
    color: #555;
}

.post-shortcode .entry-meta a:hover {
    color: #555;
}

.post-shortcode .small-thumb {
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.post-shortcode .small-thumb:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    z-index: 0;
}

.small-thumb-holder .small-thumb-overlay {
    position: relative;
    width: 100%;
    height: 150px;
}

.small-thumb-holder .small-thumb-overlay:before {
    z-index: 99;
    display: block;
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: .0;
}

.small-thumb-holder .small-thumb-overlay:hover::before, .small-thumb-holder .small-thumb-overlay:focus::before {
    opacity: .2;
}

.post-shortcode .small-thumb-holder {
    height: 150px;
    width: 100%;
    border: 1px solid #000;
    margin: 8px 0;
    overflow: hidden;
    z-index: 100;
}

@media screen and (min-width: 1599px) {
    .post-shortcode .small-thumb {
        height: 220px;
    }

    .post-shortcode .small-thumb-holder {
        height: 220px;
    }

    .small-thumb-holder .small-thumb-overlay {
        height: 220px;
    };
}

/*--- Post 2 ---*/

.post-shortcode-2 {
    margin: 10px 0;
    display: table;
}

.post-2-item-holder figure {
    width: 244px;
    height: 144px;
}

.post-2-item-holder figure p {
    font-size: 11px;
}

figure.post-2-effect .post-2-text::before {
    width: 200px;
    height: 200px;
}

.post-2-image {
    height: 150px;
    width: 250px;
    float: left;
    margin-right: 20px;
}

.post-2-content .entry-title {
    font-size: 33px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -1px;
    margin: 0px;
    overflow: hidden;
}

.post-2-content p {
	margin:0;
	font-size: 15px;
}

.post-2-content i {
	margin-right:5px;
}

.post-2-content .entry-title:hover {
    color: #ccc;
}

.post-2-content .meta-data {
    color: #555;
}

.post-2-excerpt {
	height: 40px;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
}

.post-2-button {
    background: #ccc;
    border: 3px double #000;
    margin: 12px 0 0;
}

.post-2-button .btn {
    background: #000;
    color: #ccc;
    border-radius: 5px;
    padding: 2px 30px;
    text-transform: none;
}

.post-2-button:hover .btn {
    background: #ccc;
    color: #000;
}

@media (max-width: 767px) {

    .post-2-image {
        float: none;
        margin: auto;
        margin-bottom: 10px;
    }

    .post-2-excerpt {
        height: inherit;
    }

    .post-2-content {
        text-align: center;
    };
}

/*--- Postcarousel ---*/

#owl-news-namaste {
    margin-bottom: 30px;
}

#owl-news-namaste .item {
    margin: 1px;
    color: #FFF;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 30px 0;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1205px) {
    #owl-news-namaste .item {
        position: relative;
        width: 100%;
        height: inherit;
    }

    #owl-news-namaste .item:before {
        content: "";
        display: block;
        padding-top: 100%;
    };
}

#owl-news-namaste .owl-item {
    padding: 0 10px;
}

#owl-news-namaste .carousel-excerpt {
    min-height: 110px;
}

/*--- Postcarousel 2 ---*/

.post-with-frame {
    max-width: 250px;
    height: 375px;
    margin: auto;
    background-color: #ccc;
    border: 3px double #555;
}

.post-with-frame .item-inner {
    width: 100%;
    height: 100%;
    background-color: #555;
    border-radius: 15px;
}

.post-with-frame .item-inner .tagholder a {
    display: block;
}

.post-with-frame .news-image {
    width: 100%;
    height: 140px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 1px 0px #ccc;
    position: relative;
    top: 0;
    z-index: 11;
}

.post-with-frame .post-with-frame-date {
    border-radius: 50%;
    background-color: #ccc;
    width: 60px;
    height: 60px;
    position: relative;
    top: 3px;
    left: 3px;
    padding: 10px;
    text-align: center;
    text-shadow: 0px 1px 1px #000;
    box-shadow: 0px 0px 6px #000;
	line-height:18px;
}

.post-with-frame .post-with-frame-date-holder {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 12;
    top: -35px;
    border: 2px solid #ccc;
    color: #fff;
    box-shadow: 0px 0px 6px #000;
    margin: auto;
}

.post-with-frame .post-with-frame-title {
    text-align: center;
    margin: auto;
    padding: 0 10px;
    font-size: 26px;
    height: 46px;
    position: relative;
    top: -30px;
    overflow: hidden;
}

.post-with-frame .title {
    color: #ccc;
    text-shadow: 2px 1px 0px #000;
}

.post-with-frame-excerpt {
    padding: 0 15px;
    position: relative;
    top: -25px;
    font-size: 13px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}

.post-with-frame-more {
	position: relative;
    bottom: 20px;
    padding: 0 10px;
    font-size: 15px;
}

.post-with-frame-more .fa {
	margin:0 2px 0 5px;
}

.view-post {
	position: absolute;
    top: 0;
    right: 20px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#owl-news-namaste-2 .owl-item {
    padding:0 30px;
}

#owl-news-namaste-2 {
    margin-bottom: 30px;
}

#owl-news-namaste-2 .owl-wrapper-outer {
    margin: 10px 0 20px;
}

@media (max-width: 450px) {
	#owl-news-namaste-2 .owl-item {
		padding:0;
	}
}

@media (max-width: 767px) {
	.post-with-frame {
		margin-bottom: 20px;
	}
}

/*--- Postcarousel 3 ---*/

#owl-news-namaste-3 {
    margin-bottom: 30px;
}

#owl-news-namaste-3 .owl-item {
    padding: 0 10px;
}

#owl-news-namaste-3 .owl-wrapper-outer {
    margin: 20px 0 30px;
}

/* 6. SIDEBAR 
-------------------------------------------------------------------*/

#sidebar.positionleft {
    float: left;
	padding-left:0;
}

#sidebar.positionright {
    float: right;
	padding-right:0;
}

#sidebar.positionright div.widget-area {
    padding-left: 0px;
}

#sidebar.positionleft div.widget-area {
    padding-right: 0px;
}

.widget-title {
    font-size: 28px;
    padding: 0;
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#sidebar ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar .widget-container {
    margin-bottom: 59px;
    padding: 0px 0 0 0;
    max-width: 450px;
}

#sidebar li.widget-container > ul {
    margin-top: 0px;
}

#sidebar li li {
    list-style-type: none;
    margin: 0 0 8px 0;
    padding: 0 0 0px 0;
}

#sidebar li li a {
    margin: 0 0 0 0;
}

#sidebar li li a:hover, #sidebar li li a.active {
    text-decoration: none;
}

#sidebar li li a:hover, #sidebar li li a.active {
    text-decoration: none;
}


/* Child */
#sidebar ul.sub-menu, #sidebar ul.children, #sidebar ul ul ul {
    margin: 5px 0 0 0px;
}

#sidebar ul.sub-menu li {
    padding: 3px 0 0 0px;
    margin-top: 0px;
}

#sidebar ul.sub-menu li a {
    padding-left: 13px;
}

#sidebar ul.sub-menu ul.sub-menu li a {
    padding-left: 23px;
}

#sidebar ul.sub-menu ul.sub-menu ul.sub-menu li a {
    padding-left: 33px;
}

#sidebar ul.sub-menu ul.sub-menu ul.sub-menu li ul.sub-menu li a {
    padding-left: 43px;
}

#sidebar ul.children li {
    padding: 3px 0 0 0px;
    margin-top: 0px;
}

#sidebar ul.children li a {
    padding-left: 13px;
}

#sidebar ul.children ul.children li a {
    padding-left: 23px;
}

#sidebar ul.children ul.children li a {
    padding-left: 33px;
}

#sidebar ul.children ul.children li ul.children li a {
    padding-left: 43px;
}

@media (max-width: 767px) {
    #sidebar,
#footersidebar {
        text-align: center;
    }
	
	#sidebar img,
#footersidebar img {
        margin:auto;
    }

    #sidebar ul.children li a,
#sidebar ul.children ul.children li a,
#sidebar ul.children ul.children li a,
#sidebar ul.children ul.children li ul.children li a {
        padding-left: 0;
    }
	
	#sidebar.positionleft,
	#sidebar.positionright {
		padding: 0 8px;
	};
}

@media (max-width: 450px) {
    
	#sidebar.positionleft,
	#sidebar.positionright {
		padding: 0;
	};
}

/* 7. FOOTER
-------------------------------------------------------------------*/

#outerfootersidebar {
    background-size: cover;
    background-position: center;
    border-top: 2px solid;
}

#footersidebarcontainer {
    padding: 50px 0 30px;
    font-size: 16px;
    margin: 0 auto;
}

#footersidebarcontainer .container,
#footercontainer .container {
    padding: 0;
}

#footersidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footersidebar .widget-title {
    font-size: 24px;
}

#footersidebar li.widget-container {
    list-style-type: none;
    margin: 0 auto 40px;
    padding: 0;
    max-width: 350px;
}

#footersidebar li li {
    list-style-type: none;
    margin: 0 0 8px 0;
    padding: 0 0 0px 0;
}

#footersidebar li li a {
    margin: 0 0 0 0px;
}

#footersidebar li a:hover {
    text-decoration: none;
}

#footersidebar .gallery {
	margin:0 auto;
}

#footersidebar .blockquote-2-holder {
	margin: 0;
}

#footersidebar .namaste-recent-post-widget li {
    padding-bottom: 9px!important;
    margin-bottom: 9px!important;
    clear: left;
    background: none;
    border: 0px;
    padding-left: 0px;
}

#footersidebar .namaste-recent-post-widget img {
    float: left;
    margin-right: 15px;
    margin-top: 2px;
    padding: 4px;
    width: 53px;
    height: 53px;
}

#footersidebar .namaste-recent-post-widget li h3 {
    font-size: 12px;
    margin-bottom: 3px;
}

#footersidebar .namaste-recent-post-widget li .smalldate {
    font-size: 11px;
    display: block;
    font-style: italic;
    overflow: hidden;
}

#footersidebar .flickr_badge_image img {
	width: 70px;
	height: 70px;
}

.copyrighttext {
    text-shadow: 0px 1px #cc682c;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
}

#footer p {
    margin-bottom: 5px;
}

#footer .namaste-menu {
    line-height: 100%;
    position: relative;
    top: 4px;
    float: right;
}

#outerfooter {
	border-top: 1px solid #222;
}

#outerfooter .namaste-menu a {
    font-size: 17px;
	padding: 8px 15px 0 0;
}

#outerfooter .namaste-menu .sub-menu {
	display:none;
}

#footer .namaste-menu li:hover ul, #footer .namaste-menu li.sfHover ul {
    background: none;
    border: none;
    border-top: none;
}

#footer .namaste-menu ul li {
    display: none;
}

#footerholder {
    position: relative;
}

#footerholder .menu-social {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
}

#footerholder .menu-social ul {
    float: none;
    margin-bottom: 0;
}

#footerholder .menu-social ul li {
    border-radius: 50px;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
}

#footerholder .menu-social li a {
    position: relative;
    top: 5px;
}

/* Child */
#footersidebar ul.sub-menu, #footersidebar ul.children, #footersidebar ul ul ul {
    margin: 0 0 0 0px;
}

#footersidebar ul.sub-menu li {
    padding: 3px 0 0 0px;
}

#footersidebar ul.sub-menu li a {
    padding-left: 13px;
}

#footersidebar ul.sub-menu ul.sub-menu li a {
    padding-left: 23px;
}

#footersidebar ul.sub-menu ul.sub-menu ul.sub-menu li a {
    padding-left: 33px;
}

#footersidebar ul.sub-menu ul.sub-menu ul.sub-menu li ul.sub-menu li a {
    padding-left: 43px;
}

#footersidebar ul.children li {
    padding: 3px 0 0 0px;
}

#footersidebar ul.children li a {
    padding-left: 13px;
}

#footersidebar ul.children ul.children li a {
    padding-left: 23px;
}

#footersidebar ul.children ul.children li a {
    padding-left: 33px;
}

#footersidebar ul.children ul.children li ul.children li a {
    padding-left: 43px;
}

#footersidebar .gallery img {
    margin: 0px;
}

@media(max-width: 900px) {
    #footersidebarcontainer {
		padding: 50px 0 30px;
	}

	#footer .namaste-menu {
        text-align: center;
        float: none;
        display: table;
        margin: auto;
    }

    .copyrighttext {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
	#footersidebarcontainer .container,
	#footercontainer .container {
		padding: 15px;
	}
	
	#footerholder .menu-social {
		top: -50px;
	}
}

.gallery-pic a:nth-child(3) img, .gallery-pic a:nth-child(6) img {
    margin-right: 0px!important;
}

.gallery-pic img {
    margin: 0 12px 12px 0;
    display: block;
    float: left;
    padding: 3px;
}

.namaste-description {
	text-align:center;
}

#footer {
    padding: 40px 0px 20px;
}

.widget-footer .blockquote-2 {
    padding: 10px !important;
}

.widget-footer .blockquote-2-content {
	text-align: left !important;
	line-height: 20px;
}

/* 8. PLUGIN
-------------------------------------------------------------- */

/* WP-PageNavi  Plugin  */

.wp-pagenavi {
    padding: 0;
    font-size: 12px;
    margin: 0 0 20px 0;
    clear: both;
}

.wp-pagenavi .pages {
    padding-right: 10px;
    border: 0px;
}

div.wp-pagenavi a, div.wp-pagenavi a:visited {
    padding: 8px 11px 7px;
    margin: 0 3px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

div.wp-pagenavi span.current {
    padding: 8px 11px 7px;
    margin: 0 3px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    ;
	border-radius: 100%;
}

div.wp-pagenavi span.pages {
    padding-left: 0px;
    margin-left: 0px;
}

.wp-pagenavi span {
    border: 0px!important;
}

.wp-pagenavi a.last, .wp-pagenavi a.last:hover, 
.wp-pagenavi a.first, .wp-pagenavi a.first:hover {
    border: 0px!important;
    background: transparent;
}

.page-numbers a,
.page-numbers span {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

/* Contact Form  */

.wpcf7 p {
    margin-bottom: 10px;
}

.wpcf7 label {
    display: block;
    text-align: left;
}

.wpcf7-submit {
    margin: 0;
}

.contact {
    margin: 0 200px;
    text-align: center;
}

.contact label {
    padding-left: 20px;
}

.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact input[type="password"] {
    margin: 4px 0px 24px 0px;
    font-size: 11px;
    width: 96%;
    display: block;
}

.contact textarea {
    margin: 4px 0px 30px 0px;
    padding: 8px 5px;
    font-size: 11px;
    width: 98.1%;
    display: block;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"] {
    margin: 4px 0px 6px 0px;
    border: 3px double;
    font-size: 18px;
    padding: 12px 10px;
    width: 100% !important;
}

.wpcf7 textarea {
    margin: 4px 0;
    border: 3px double;
    font-size: 18px;
    padding: 12px 10px;
    width: 100%;
    height: 185px;
}

.wpcf7 input[type=submit] {
    height: 48px;
    margin: 4px 0px 6px 0px;
    float: right;
    border: 3px double;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 60px;
}

.wpcf7 input[type=submit]:hover {
    border: 3px double;
}

.newsletter-title {
    text-transform: uppercase;
    margin: 8px 0 0 !important;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 1px;
}

.newsletter-text {
    text-transform: uppercase;
}

.newsletter-input {
    margin-bottom: 10px;
}

@media(max-width: 900px) {
    .newsletter-title {
        text-align: center;
    }

    .newsletter-text {
        text-align: center;
    }

    .newsletter-input {
        margin: auto;
        margin-bottom: 10px;
        max-width: 450px;
    }

    .newsletter-submit {
        margin: auto;
        margin-bottom: 10px;
        max-width: 450px;
    }

    .newsletter-submit .wpcf7-submit {
        width: 100%;
    };
}

/* 9. ADMIN
-------------------------------------------------------------- */

.login-action-login {
	background: #f1f1f1;
    min-width: 0;
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 1.4em;	
}

.login label {
    font-weight: normal !important;
}

.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
    border-width: 1px !important;
    border-style: solid !important;
}

.login-action-login input[type=text],
.login-action-login input[type=password] {
    border: 1px solid #ddd !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07) !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07) !important;
    background-color: #fff !important;
    color: #32373c !important;
    outline: 0 !important;
}

/* TRANSITIONS
-------------------------------------------------------------- */

.iconbox-image {
    -webkit-transition: all 5.0s ease-in-out;
    -moz-transition: all 5.0s ease-in-out;
    -o-transition: all 5.0s ease-in-out;
    -ms-transition: all 5.0s ease-in-out;
    transition: all 5.0s ease-in-out;
}

.imagebox .image img {
    -webkit-transition: all 3.0s ease-in-out;
    -moz-transition: all 3.0s ease-in-out;
    -o-transition: all 3.0s ease-in-out;
    -ms-transition: all 3.0s ease-in-out;
    transition: all 3.0s ease-in-out;
}

figure.image-special-effect img, figure.image-special-effect .image-effect-text::before, figure.image-special-effect p, .member-thumb, .action-call-item.square.action-call-effect .text {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:active, a:focus, a:hover, button, input[type="button"], input[type="reset"], input[type="submit"], #donate-button, #donate-button .btn, #top-search .searchform .searcharea, .button:visited, .namaste-menu li li, .widget_archive a, .widget_categories a, .widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_product_categories a, .widget_recent_entries a, .wpcf7 input[type=submit], .main-button, .main-button .btn, .button, .button .btn, figure.image-special-effect a, .iconbox .name, #owl-member-namaste .owl-controls, .namaste-action-call, .post-2-content .entry-title, .imagebox .name:hover, .owl-carousel .owl-buttons, .owl-carousel .owl-prev, .owl-carousel .owl-next {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#headernav, #headernav .mega-menu-col .menu-item, .gallery .gallery-item .gallery-icon img, .menu-social li a, .namaste-mobile-menu li a, .page-numbers, #namaste-video-image .video-image-holder:before, #namaste-video-image .video-image-holder:after, .toggle:hover a, .progress .fore .bar, .progress .fore .name, .post-shortcode .small-thumb, .small-thumb-holder .small-thumb-overlay:before, .popular-post-shortcode .widget-thumb, .member-name, .post-with-frame a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.namaste-action-call .info-content {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
}