/*
Theme Name: Estella
Theme URI: http://supernovathemes.com/estella-lite
Author: Jyoti Sayed
Author URI: http://supernovathemes.com
Description: Estella Pro a fully responsive and a beautiful multipurpose theme.
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: estella
Tags: black, two-columns, right-sidebar,  fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images,  theme-options, translation-ready, threaded-comments

This theme, like WordPress, is licensed under the GPL.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

html { font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */ -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */ -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

*, *: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/ */ box-sizing: inherit; }

body { background: #fff; /* Fallback for when there is no custom background color defined. */ }

article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; }

ol, ul { list-style: none; }

table { /* tables still need 'cellspacing="0"' in the markup */ border-collapse: separate; border-spacing: 0; }

caption, th, td { font-weight: normal; text-align: left; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

a img { border: 0; }

/*--------------------------------------------------------------
CUSTOM VARS AND MIXINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea { color: #505050; font-size: 18px; font-size: 1.8rem; line-height: 1.618em; }

h1, h2, h3, h4, h5, h6 { clear: both; }

p { margin-bottom: 1.5em; }

b, strong { font-weight: bold; }

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; font-size: 1.5rem; line-height: 1.618em; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var { font-size: 15px; font-size: 1.5rem; font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }

mark, ins { background: #fff9c0; text-decoration: none; }

sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }

sup { bottom: 1ex; }

sub { top: .5ex; }

small { font-size: 75%; }

big { font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

ul, ol { margin: 0 0 1.5em 3em; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

figure { margin: 0; }

table { margin: 0 0 1.5em; width: 100%; }

th { font-weight: bold; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button, input, select, textarea { font-size: 100%; /* Corrects font size not being inherited in all browsers */ margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ vertical-align: baseline; /* Improves appearance and consistency in all browsers */ }

button, input[type="button"], input[type="reset"], input[type="submit"] { background: #DAA520; color: #ffffff; padding: 10px; outline: 0; border: 0; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background: #DAA520; }

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { background: #DAA520; }

input[type="checkbox"], input[type="radio"] { padding: 0; /* Addresses excess padding in IE8/9 */ }

input[type="search"] { -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ border: 0; padding: 0; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; outline: 0; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { color: #111; }

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

textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding-left: 3px; vertical-align: top; /* Improves readability and alignment in all browsers */ width: 100%; outline: 0; }

/*--------------------------------------------------------------
4.0 Vendor
--------------------------------------------------------------*/
/* Slider */
.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a { color: #424242; background: transparent; }
a:visited { color: #424242; }
a:focus, a:active { color: #424242; }
a:hover { color: #DAA520; transition: 0.5s; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation h1 { display: none !important; }
.main-navigation ul { margin: 0; padding: 0; list-style: none; position: relative; white-space: nowrap; }
.main-navigation ul li { cursor: pointer; list-style: none; display: block; position: relative; padding: 0; /* switch symbol for showing child */ /* nav child menu */ /* show child */ }
.main-navigation ul li a { display: inline-block; }
.main-navigation ul li span { display: inline-block; text-align: right; width: 1.4em; padding-right: 0.5em; margin-left: 0.5em; margin-right: -0.5em; }
.main-navigation ul li ul { display: none; padding: 0; margin: 0; border: none; }
.main-navigation ul li ul.open { display: none; }
.main-navigation ul li ul.childopen { display: block; }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

.site-header { width: 100%; background: #fff; }
.site-header a { font-family: 'Tahoma'; letter-spacing: 1px; }
.site-header .estella-nav-two { background: #222; }
.site-header .estella-navigation-second { float: left; font-family: "lft-etica"; }
.site-header .estella-navigation-second .menu li:hover { color: #222; }
.site-header .estella-navigation-second ul { color: #7B7B7B; }
.site-header .estella-navigation-second ul .menu-item-has-children a:after { color: #7B7B7B; font-family: "FontAwesome"; content: "\f078"; font-size: 10px; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: .4em; }
.site-header .estella-navigation-second ul li { border-radius: 3px; text-align: left; }
.site-header .estella-navigation-second ul li ul li ul { left: 172px; top: 0px; }
.site-header .estella-navigation-second ul li ul li ul li { left: 100; display: none; background: #222; }
.site-header .estella-navigation-second ul li ul li:hover ul li { display: list-item; }
.site-header .estella-navigation-second ul li a { font-size: 0.7em; letter-spacing: 3px; color: #fff; }
.site-header .sub-menu { background: #222; }
.site-header .sub-menu a { color: #fff; }

.site-header .estella-navigation-second .open .menu-item-has-children a:after { display: none; }

.site-header .estella-navigation-second .open li ul li { background: #444; }

.site-header .estella-navigation-second .sub-menu li a { font-size: 0.70em; letter-spacing: 3px; color: #fff; }
.site-header .estella-navigation-second .sub-menu li a:hover { background: #444; transition: 0.5s; }
.site-header .estella-navigation-second .sub-menu li a:after { display: none; }

.site-branding { padding: 1rem 0; text-align: center; }

.site-title { font-size: 4rem; line-height: 2; margin: 0; }

.site-description { font-size: 2rem; margin: 0; }

.estella-search-bar { float: right; position: relative; }
.estella-search-bar .estella-search-box { outline: 0; }
.estella-search-bar .estella-submit { display: none; }

.estella-pro-menu-button { float: left; }
.estella-pro-menu-button a:before { font-family: 'FontAwesome'; content: "\f0c9"; }

.estella-navigation-second { text-transform: uppercase; }
.estella-navigation-second .open { color: #fff; }
.estella-navigation-second a:hover { color: #DAA520; }

.navicon { width: 42px; margin-top: 5px; margin-bottom: 12px; font-size: 2.5rem; color: #fff; font-size: 1.5em; margin: 0; margin-right: 0.25em; }

.navicon:hover { color: #999; transition: 0.5s; }

.head-color .estella-navigation-one { margin-top: -50px; background: rgba(0, 0, 0, 0.5); }
.head-color .menu-testing-menu-container { text-transform: uppercase; text-align: left; margin-top: 100px; }
.head-color .menu-testing-menu-container ul li { border-radius: 3px; text-align: left; }
.head-color .menu-testing-menu-container ul li a { color: #424242; }

#head-container .estella-navigation-one { display: none; }

.estella-nav-two-wrapper { max-width: 1150px; margin: 0 auto; }
.estella-nav-two-wrapper .menu { float: left; }

/* expanded nav menu : windows>tota*/
@media (min-width: 62.5rem) { .navicon { display: none; }
  .navmenu { display: block; }
  .main-navigation ul { float: right; display: inline-table; }
  .main-navigation ul li { float: left; /* expanded nav child menu */ }
  .main-navigation ul li a { padding: 1.618rem; padding-left: 12px; padding-right: 12px; }
  .main-navigation ul li ul { position: absolute; z-index: 9999; top: 90%; left: 0; background-color: #fdfcfc; border-bottom: 0; box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1); }
  .main-navigation ul li ul li { float: none; }
  .main-navigation ul li ul li a { width: 100%; line-height: 4.5rem; padding: 0 2.1875rem; }
  .main-navigation ul li ul li a, .main-navigation ul li ul li a:link, .main-navigation ul li ul li a:visited { border: 0; }
  .main-navigation ul li ul li a:hover { background-color: white; }
  .main-navigation ul li ul li a:hover { background: #222; color: #fff; transition: 0.5s; } }
/* collapsed/compact nav menu ..window<total_site_width*/
@media (max-width: 62.5rem) { .navicon { float: right; text-align: center; width: 3.375rem; cursor: pointer; }
  .main-navigation ul { clear: left; display: none; /* collapsed nav child menu */ }
  .main-navigation ul.show { display: block; }
  .main-navigation ul li a:hover { color: #fff; }
  .main-navigation ul li a { width: 100%; line-height: 4.5rem; padding: 0 2.1875rem; }
  .main-navigation ul li a:hover { border-bottom-color: transparent; }
  .main-navigation ul ul { position: relative; left: 0; }
  .main-navigation ul ul li a:hover { border-bottom-color: transparent; } }
@media (min-width: 1000px) { #head-container .estella-navigation-one { display: none; }
  .menu-main-menu-container li:hover ul { display: inline-block; }
  .menu-main-menu-container .mytheme_menu_switch { display: none; } }
.site-header a { color: #424242; }
.site-header .menu-testing-menu-container, .site-header .estella-navigation-second { float: left; background: #222; width: 100%; font-family: 'Oswald'; }
.site-header .menu-testing-menu-container ul li, .site-header .estella-navigation-second ul li { border-radius: 3px; text-align: left; }

.main-navigation .menu-testing-menu-container { text-transform: uppercase; }

@media (min-width: 1000px) { .menu-testing-menu-container li:hover ul, .estella-navigation-second li:hover ul { display: inline-block; }
  .menu-testing-menu-container .mytheme_menu_switch, .estella-navigation-second .mytheme_menu_switch { display: none; } }
#estella-main-slider { background-image: url("images/loader.gif"); background-position: center; background-repeat: no-repeat; }

#slider { visibility: hidden; }

.estella-next, .estella-prev { position: absolute; top: 50%; display: block; cursor: pointer; z-index: 1; background: rgba(0, 0, 0, 0.4); height: 50px; color: #fff; width: 30px; text-align: center; margin-top: -50px; transition: 0.5s; }
.estella-next:before, .estella-prev:before { line-height: 50px; }
.estella-next:hover, .estella-prev:hover { background: rgba(0, 0, 0, 0.7); }

.estella-prev { left: 10px; }

.estella-next { right: 10px; }

#estella-nextslide .slick-dots { display:none;}
.slick-dots li { display: inline-block; margin-right: 5px; }
.slick-dots button { border: none; outline: none; font-size: 0; width: 15px; height: 15px; border-radius: 50%; background: #ccc; padding: 0; }

@media (max-width: 1000px) { .site-header .estella-nav-two { padding-bottom: 2.1em; padding-top: 0.3em; }
  .site-header .head-color { padding: 0.5em 0.5em 0.5em 0.5em; } }
.menu-testing-menu-container li:hover ul, .estella-navigation-second li:hover ul { background: #222; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #ababab; display: block; font-size: 14px; font-size: 1.4rem; 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 */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/*--------------------------------------------------------------
8.0 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, .footer-wrap:before, .footer-wrap:after { content: ""; display: table; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .footer-wrap:after { clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 10px 10px; padding: 25px; background: #ffffff; /* Make sure select elements fit in widgets */ }
.widget select { max-width: 100%; }

.widget-title { text-align: center; background: #DAA520; padding: 5px; color: #ffffff; text-align: center; letter-spacing: 2px; text-transform: uppercase; position: relative; margin-bottom: 20px; }
.widget-title .rsswidget { color: #FFF; }
.widget-title:after { content: ""; display: block; position: absolute; border-top: 5px solid; border-top-color: #DAA520; border-right: 5px solid transparent; border-left: 5px solid transparent; bottom: -5px; left: 50%; width: 0; height: 0; margin-left: -5px; font-size: 1em; }

.tagcloud { margin-bottom: 0.5em; }
.tagcloud a { padding: 0.1em 0.4em; display: inline-block; border: 1px solid; margin: 6px 4px 3px 3px; color: #000; }

.widget_calendar caption { text-align: center; }
.widget_calendar thead { background: #fafafa; }
.widget_calendar thead th { border: 1px solid #ffffff; color: #cccccc; text-align: center; }
.widget_calendar #today { color: #DAA520; }

.widget_categories select { width: 100%; }

.widget_search .estella-search-box { width: 100%; outline: 0; padding: 0; border-radius: 0; border: 1px solid #f2f2f2; font-size: 16px; text-align: center; padding: 10px 0; }
.widget_search .estella-submit { display: none; }

/* Search widget */
.widget_search .search-submit { display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }

.hentry { margin: 0 0 1.5em; }

.byline, .updated:not(.published) { display: none; }

.single .byline, .group-blog .byline { display: inline; }

.page-content, .entry-content, .entry-summary { margin: 1em 0 0; }

.page-links { clear: both; margin: 0 0 1.5em; }

article .entry-footer .comments-link, article .entry-footer .edit-link { font-size: 15px; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .footer-wrap { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .footer-wrap { display: block; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.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%; }

/*--------------------------------------------------------------
12.1 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 { margin: 0.8075em 0; }

.wp-caption-text { text-align: center; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; 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-caption { display: block; }

/*--------------------------------------------------------------
13.0 CUSTOM STYLES
--------------------------------------------------------------*/
* { box-sizing: border-box; word-wrap: break-word; }

body { border-top: 0.125rem solid #DFD8CF; background-color: #f2f2f2; font-family: 'Open Sans', 'PT Sans', 'Oxygen', 'Lato', sans-serif; }

a { text-decoration: none; }

blockquote { padding: 1.618rem; font-size: 1.25rem; background-color: #ffffff; border: 0.0625rem solid #e8e0da; color: #383838; }
blockquote a, blockquote a:visited, blockquote a:active { color: inherit; }

ul, ol { padding: 0; margin: 0 0 1.618em 1.618em; }

h1, h2, h3, h4, h5, h6 { font-family: Raleway, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; line-height: 1.313em; font-weight: 300; }

h1 { font-size: 3em; margin: 0.563em 0; }

h2 { font-size: 2.25em; margin: 0.625em 0; }

h3 { font-size: 1.5em; margin: 1.313em 0; }

h4 { font-size: 1.313em; margin: 1.313em 0; }

h5 { font-size: 1.125em; margin: 1.313em 0; }

h6 { font-size: 1em; margin: 0.75em 0; }

.widget-title { font-size: 1.11605em; letter-spacing: 0.20em; }

.content-area { float: left; margin: 0 -30% 0 0; width: 100%; }

.pagination { padding: 1.618em; }

.site-main { margin: 0 30% 0 0; }

.site-content .widget-area { float: right; overflow: hidden; width: 30%; }

.footer-wrap { clear: both; width: 100%; }

.site-header { background-color: #ffffff; box-shadow: inset 0 0.125rem 0.3125rem rgba(194, 188, 184, 0.1); color: #383838; }

.site-content { max-width: 100.0688rem; margin: 1.618rem auto 0 auto; }

.hentry, .comments-area, .page-header, .site-main .posts-navigation, .site-main .post-navigation, .paging-navigation { padding-left: 1.618rem; padding-right: 1.618rem; padding-top: 1.618rem; padding-bottom: 1.618rem; margin: 0 0 1.618rem 0; background-color: #ffffff; border: 0.0625rem solid #DFD8CF; box-shadow: 0 0.0625rem 0.0625rem rgba(33, 19, 4, 0.07); }

.post-thumbnail { margin-top: 1.618rem; margin-right: -1.618rem; margin-bottom: 1.618rem; margin-left: -1.618rem; border-top: 0.625rem solid #424242; border-bottom: 0.625rem solid #424242; }
.post-thumbnail img { min-width: 100%; vertical-align: bottom; }

.page-header .page-title { text-align: center; }

.entry-content a img { vertical-align: bottom; }
.entry-content a, .entry-content a:link, .entry-content a:visited { background-color: white; color: #505050; }
.entry-content a:hover, .entry-content a:active { background-color: #ffffff; }

.entry-header { text-align: center; }

.entry-title { margin: 0; }

.entry-meta { display: inline-block; font-size: 1.125rem; font-weight: 300; padding: 0.8em 1.2em; margin-bottom: 1.618rem; color: #383838; }
.entry-meta a, .entry-meta a:visited, .entry-meta a:active { color: inherit; }

.continue_btn { text-align: center; }

.entry-content a.more-link { font-size: 1.125rem; font-weight: 700; display: inline-block; padding: 1em 1.618em; margin: 2em 0 .5em 0; background: none; border-top: 0.1875rem solid #bcadad; border-bottom: 0.1875rem solid #bcadad; color: #424242; }
.entry-content a.more-link:before { font-family: "FontAwesome"; content: "\f0a4"; margin-right: 0.5em; }
.entry-content a.more-link:after { font-family: "FontAwesome"; content: "\f0a5"; margin-left: 0.5em; }

.comment-list { list-style: none; margin: 0; padding: 0; }
.comment-list .comment { padding: 1.618rem; background-color: rgba(221, 193, 174, 0.05); border: 0.0625rem solid rgba(108, 67, 38, 0.05); box-shadow: inset 0 0.125rem 0.3125rem rgba(194, 188, 184, 0.05); }

.cat-links:before { font-family: "FontAwesome"; content: "\f07c"; margin-right: 0.5em; }

.tags-links:before { font-family: "FontAwesome"; content: "\f02c"; font-size: 1.5em; }

.comments-link:before { font-family: "FontAwesome"; content: "\f075"; margin-right: 0.5em; }

.widget ul { list-style: none; margin: 0; padding: 0; }
.widget ul li { padding-bottom: 10px; border-bottom: 0.0625rem solid #e8e0da; }
.widget ul li.page_item_has_children, .widget ul li.menu-item-has-children { padding-bottom: 0; border: none; }
.widget ul li li li li { padding-left: 0; }
.widget ul li ul li a { margin-left: 1em; }
.widget ul .children li:first-of-type, .widget ul .sub-menu li:first-of-type { border-top: 0.0625rem solid #e8e0da; }

input.search-field { box-sizing: border-box; width: 100%; }

.footer-wrap { padding-top: 1.618em; padding-bottom: 1.618em; max-width: 100.0688rem; margin: 0 auto; }
.footer-wrap a { color: #353535; }

@media (max-width: 100.0688rem) { h1, h2, h3, h4, h5, h6 { font-family: Raleway, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; line-height: 1.313em; font-weight: 300; }
  h1 { font-size: 2.7em; margin: 0.563em 0; }
  h2 { font-size: 2.025em; margin: 0.625em 0; }
  h3 { font-size: 1.35em; margin: 1.313em 0; }
  h4 { font-size: 1.1817em; margin: 1.313em 0; }
  h5 { font-size: 1.0125em; margin: 1.313em 0; }
  h6 { font-size: 1em; margin: 0.75em 0; }
  .widget-title { font-size: 1.00445em; letter-spacing: 0.20em; }
  .hentry, .comments-area, .page-header, .site-main .posts-navigation, .site-main .post-navigation, .paging-navigation { padding-left: 2.61792rem; padding-right: 2.61792rem; padding-top: 1.618rem; padding-bottom: 1.618rem; }
  .post-thumbnail { margin-top: 1.618rem; margin-right: -2.61792rem; margin-bottom: 1.618rem; margin-left: -2.61792rem; }
  .footer-wrap { padding: 1.618em; } }
@media (max-width: 56.25rem) { .content-area { float: none; margin: 0; width: 100%; }
  .site-main { margin: 0; }
  .site-content .widget-area { float: none; overflow: hidden; width: 100%; }
  .widget { margin-left: 0; margin-bottom: 1.618rem; } }
@media (max-width: 37.5rem) { h1, h2, h3, h4, h5, h6 { font-family: Raleway, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; line-height: 1.313em; font-weight: 300; }
  h1 { font-size: 2.4em; margin: 0.563em 0; }
  h2 { font-size: 1.8em; margin: 0.625em 0; }
  h3 { font-size: 1.2em; margin: 1.313em 0; }
  h4 { font-size: 1.0504em; margin: 1.313em 0; }
  h5 { font-size: 1em; margin: 1.313em 0; }
  h6 { font-size: 1em; margin: 0.75em 0; }
  .widget-title { font-size: 0.89284em; letter-spacing: 0.20em; } }
@media (max-width: 25rem) { h1, h2, h3, h4, h5, h6 { font-family: Raleway, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; line-height: 1.313em; font-weight: 300; }
  h1 { font-size: 2.1em; margin: 0.563em 0; }
  h2 { font-size: 1.575em; margin: 0.625em 0; }
  h3 { font-size: 1.05em; margin: 1.313em 0; }
  h4 { font-size: 1em; margin: 1.313em 0; }
  h5 { font-size: 1em; margin: 1.313em 0; }
  h6 { font-size: 1em; margin: 0.75em 0; }
  .widget-title { font-size: 0.85em; letter-spacing: 0.20em; }
  .hentry, .comments-area, .page-header, .site-main .posts-navigation, .site-main .post-navigation, .paging-navigation { padding-left: 1.618rem; padding-right: 1.618rem; padding-top: 1rem; padding-bottom: 1rem; }
  .post-thumbnail { margin-top: 1.618rem; margin-right: -1.618rem; margin-bottom: 1.618rem; margin-left: -1.618rem; }
  .entry-title { margin-bottom: 1rem; }
  .widget { padding-left: 1.618rem; padding-right: 1.618rem; padding-top: 1.618rem; padding-bottom: 1.618rem; } }
/*--------------------------------------------------------------
14.0 Header-Icons Style
--------------------------------------------------------------*/
.site-header .site-title a:hover { color: #dd9933; transition: 0.5s; }

.site-header .site-title a { color: #424242; }

.site-header .site-description { color: #424242; }

#page .estella-head-color { background: #222222; color: #fff; }

#page .estella-display-none { display: none; }

.estella-head-wrap { max-width: 1150px; margin: 0 auto; }

.estella-site-logo a img { max-height: 300px; }

.head-color { text-align: right; overflow: hidden; padding: 0.75em 0.75em 0.75em 0.75em; width: 100%; margin: 0 auto 0 auto; background-color: #ffffff; border: 0.0625rem solid #e8e0da; box-shadow: inset 0 0.125rem 0.3125rem rgba(194, 188, 184, 0.1); color: #383838; box-shadow: none; border: none; }
.head-color a, .head-color a:visited, .head-color a:active { color: inherit; }
.head-color .site-branding { width: 100%; padding-bottom: 4px; padding-top: 18px; text-align: center; }
.head-color .site-branding h2 { font-size: 2.1em; }
.head-color .site-branding .site-description { line-height: 1.2em; color: #424242; }
.head-color .site-branding .site-title { text-transform: uppercase; color: #424242; }
.head-color .site-branding .site-title a { font-family: 'arial'; letter-spacing: 2px; color: #424242; }
.head-color .header-icons { float: left; }
.head-color .header-icons a { color: #424242; }
.head-color .header-icons ul { display: inline-block; margin: 0; padding: 0; vertical-align: text-top; }
.head-color .header-icons ul li { float: left; list-style: none; }
.head-color .header-icons ul li .fa { padding: 9px 10px; font-size: 1em; background: #fff; display: block; color: #565656; }
.head-color .header-icons ul li .fa-facebook { padding: 9px 12px; }
.head-color .header-icons ul li .fa-google-plus { padding: 9px 9px; }
.head-color .header-icons ul li .fa-tumblr { padding: 9px 12px; }
.head-color .header-icons ul li .fa-flickr { padding: 9px 10px; }
.head-color .header-icons ul li .fa-pinterest { padding: 9px 10px; }
.head-color .header-icons ul li .fa-youtube { padding: 9px 10px; }
.head-color .header-icons ul li .fa:hover { color: #DAA520; transition: 0.5s; }

@media (max-width: 1250px) { #head-container .search-box-container { width: 22%; } }
@media (max-width: 1160px) { #head-container .search-box-container { width: 20%; } }
@media (max-width: 1130px) { #head-container .search-box-container { width: 20%; } }
@media (max-width: 1100px) { #head-container .site-branding { width: 30%; }
  #head-container .site-branding .site-description { display: none; }
  .header-icons ul li span { margin-right: 0.75em; }
  .header-icons ul li .search-box { width: 300px; }
  .header-icons ul li .search-icon { margin-right: 200px; } }
@media (max-width: 1000px) { .site-title { line-height: 1.75; }
  .estella-site-logo a img { max-height: 100px; }
  #masthead { margin-top: -5px; } }
@media (max-width: 800px) { .estella-site-logo a img { max-height: 80px; } }
@media (max-width: 650px) { .site-header .head-color { padding: 0.75em 0.5em 0.25em 0.5em; }
  .estella-site-logo a img { max-height: 70px; }
  #head-container { min-height: 30px; }
  #head-container .estella-navicon .navicon { margin-top: -2px; }
  #head-container .header-icons-link { display: none; }
  #head-container .site-branding { width: 55%; }
  #head-container .site-title-description { margin-top: 1px; }
  #head-container .search-box-container { width: 33%; text-align: right; }
  #head-container .search-box-container .search-box input, #head-container .search-box-container .search-box select, #head-container .search-box-container .search-box textarea { line-height: 1; font-size: 15px; } }
@media (max-width: 600px) { .site-title { font-size: 3rem; line-height: 1.5; }
  .site-description { font-size: 1.5rem; }
  .estella-site-logo a img { max-height: 65px; }
  .main-navigation .navicon { font-size: 1.2em; } }
@media (max-width: 450px) { .site-header .head-color { padding: 1em 0.5em 0.25em 0.5em; }
  .site-title { font-size: 2.8rem; }
  .site-description { font-size: 1.5rem; }
  .estella-site-logo a img { max-height: 50px; }
  #head-container .estella-navicon .navicon { margin-top: -2px; margin-left: 22px; }
  #head-container .search-box-container { width: 32%; }
  .main-navigation .navicon { font-size: 2.0rem; } }
@media (max-width: 400px) { .site-title { font-size: 2.7rem; }
  .site-description { font-size: 1.4rem; }
  #head-container { margin-top: -9px; }
  #head-container .estella-navicon .navicon { margin-top: -2px; margin-left: 20px; }
  #head-container .search-box-container { width: 30%; }
  #head-container .share-button { font-size: 16px; }
  .main-navigation .navicon { font-size: 1.8rem; } }
/*--------------------------------------------------------------
15.0 Header-Navigation Style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.0 FlexSlider Style
--------------------------------------------------------------*/
.flexslider { width: 100%; overflow: hidden; position: relative; }

.slides img { height: auto; width: 100%; }

.estella-slider-content { background: #000; padding: 10px; text-align: center; }

.estella-slider-title, .estella-slider-description { line-height: 1.2; margin: 10px 0; }

.estella-slider-title { color: #DAA520; font-size: 25px; font-weight: bold; text-transform: uppercase; }

.estella-slider-description { color: #ffffff; }

.flex-direction-nav { display: none; }

@media (max-width: 1000px) { .estella-slider-title { font-size: 20px; line-height: 1; }
  .estella-slider-description { line-height: 1; }
  .flexslider .flex-control-nav { bottom: 49px; } }
@media (max-width: 800px) { .estella-slider-title { font-size: 15px; }
  .estella-slider-description { font-size: 13px; }
  .flexslider .flex-control-nav { bottom: 37px; } }
@media (max-width: 500px) { .flexslider .flex-control-paging li a { width: 8px; height: 8px; } }
/*--------------------------------------------------------------
17.0 Post Style
--------------------------------------------------------------*/
.site-content { max-width: 1150px; }

.entry-footer span { font-size: 14px; padding: 10px; }

.tags-links a { background: #fff; padding: 0px 5px; margin: 5px; border: 1px solid #f2f2f2; }

.estella-continue-reading { display: block; margin: 20px 0; text-align: right; }
.estella-continue-reading a { padding: 5px 10px; border: 1px solid; }

.estella-post-date, .estella-post-author { padding: 10px; }
.estella-post-date:before, .estella-post-author:before { margin-right: 5px; }

.post-heading .fa { font-size: 16px; }

.icon-calandar { color: #7E6F59; }

.posts-navigation { display: none; }

article .wp-post-image { width: 100%; }
article .wp-post-image:hover { opacity: 0.75; }

article p { margin-top: 0.75em; }

.page .post-heading { font-size: 2em; color: #DAA520; }

.entry-header .post-single-heading { font-size: 25px; margin: 0.25em 0 1em 0; padding: 0; }

.entry-footer { max-width: 100%; position: relative; letter-spacing: 1px; }
.entry-footer ul li { list-style: none; }
.entry-footer ul li:hover a { color: #DAA520; transition: 0.5s; }
.entry-footer ul li .read-more { float: right; }
.entry-footer ul li .read-more:after { margin-left: 0.5em; color: #999; content: "\f178"; font-family: "FontAwesome"; }
.entry-footer ul li:hover .read-more:after { color: #DAA520; transition: 0.5s; }
.entry-footer ul li a { font-size: 1em; color: #999; }

.estella-load-more { background: #fff; border-color: #e9e6df; color: #999; }

.estella-pagination { text-align: center; margin: 30px 0; }
.estella-pagination .current, .estella-pagination a { background: #ffffff; padding: 20px 35px; border-radius: 3px; }
.estella-pagination .current { background: #DAA520; color: #ffffff; }
.head-post{
  list-style:none;
}
.estella-post-comment span{
  display: none;
}

@media (max-width: 65.625rem) { .entry-header .post-single-heading { font-size: 1.3em; } }
@media (max-width: 40.625rem) { article .entry-header .post-caret:before, article .entry-header .post-single-caret:before { font-size: 1.8em; }
  .entry-header .post-single-heading { font-size: 1em; } }
@media (max-width: 34.375rem) { .head-post { margin-bottom: 2em; }
  .head-post .estella-post-date, .head-post .estella-post-comment { font-size: 0.90em; }
  .entry-footer ul li a { font-size: 0.90em; }
  article .entry-header .post-caret:before { bottom: 18px; left: -10px; }
  article p { margin-top: 0.50em; } }
@media (max-width: 25rem) { article .entry-header .post-caret:before { bottom: 11px; left: -10px; } }
#main .posts-navigation { background: #d6d7d8; }
#main .posts-navigation a { color: #fff; text-transform: uppercase; letter-spacing: 3px; }
#main .posts-navigation a:hover { color: #DAA520; }

.estella-pagination a, .estella-pagination .current { display: inline-block; margin: 10px 5px 10px 0px; }

@media (max-width: 800px) { .estella-pagination a, .estella-pagination .current { padding: 10px 20px; display: inline-block; margin: 5px 5px 5px 0px; } }
/*--------------------------------------------------------------
18.0 Sidebar Style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
19.0 Footer Style
--------------------------------------------------------------*/
.estella-footer-widgets { background: #ffffff; width: 100%; overflow: hidden; }
.estella-footer-widgets .widget { width: 23%; margin-right: 1%; float: left; }

.estella-wrapper { max-width: 1150px; margin: 0 auto; }

.estella-site-info { background: #222222; width: 100%; text-align: center; color: #868686; padding: 15px 0; }
.estella-site-info a { color: #cccccc; }

.estella-footer-widgets h3 { position: relative; border-bottom: 2px solid #f2f2f2; padding-bottom: 10px; margin-top: 0; }
.estella-footer-widgets h3:after { content: ''; width: 50px; height: 2px; background: #ff1d8e; position: absolute; left: 0px; bottom: 0; margin: -2px; }

.estella-footer-icons { overflow: hidden; width: 100%; background: #000000; }
.estella-footer-icons .social-media-icons { padding: 10px 0; }
.estella-footer-icons i:before { color: #ffffff; }

.estella-wrap { max-width: 1150px; margin: 0 auto; }

@media (max-width: 1000px) { .estella-footer-widgets .widget { width: 30%; } }
@media (max-width: 800px) { .estella-footer-widgets .widget { width: 49%; } }
@media (max-width: 500px) { .estella-footer-widgets .widget { width: 99%; } }
@media (max-width: 420px) { .estella-site-info { font-size: 14px; } }
.site-footer .social-media-icons { text-align: center; }
.site-footer .social-media-icons ul { display: inline-block; margin-bottom: 0.5em; }
.site-footer .social-media-icons li { list-style: none; float: left; }
.site-footer .social-media-icons li a { padding: 0.5em; }

@media (max-width: 390px) { .estella-site-info { font-size: 12px; } }
/*--------------------------------------------------------------
20.0 Pages Style
--------------------------------------------------------------*/
.breadcrumbs { list-style: none; background: #fff; margin: 0; text-align: right; padding: 10px; }

.breadcrumbs li { display: inline-block; padding: 5px; }
.breadcrumbs a { color: #DAA520; }
.breadcrumbs .separator { color: #cccccc; }

.comment-author img { float: left; margin-right: 20px; border-radius: 50%; }

.comment-body .reply { text-align: right; }

.error404 { background: #ffffff; width: 100%; }

.estell-404-search-container, .estell-page-header { text-align: center; }
.estell-404-search-container .estella-search-box, .estell-page-header .estella-search-box { padding: 10px; }

/*# sourceMappingURL=style.css.map */
