/*
Theme Name: Elegante
Theme URI: http://www.cheapthemesforwp.com./theme-overview/elegante-intro/
Description: An Elegant Personal WordPress Blog Theme
Author: Sefavrom
Author URI: http://www.sefavrom.com
Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, full-width-template, sticky-post, theme-options, translation-ready
Version: 1.1
License: GNU General Public License
License URI: license.txt
Text Domain: elegante
Slug: elegante
*/
/* Elements
*********************************************/
html {
    box-sizing: border-box
}
*,
:before,
:after {
    box-sizing: inherit
}
body {
    background: #ffffff;
}
body#tinymce {
    background: #ffffff
}
blockquote,
q {
    quotes: "" "";
    font-style: italic;
}
hr {
    background-color: #e2e2e2;
    border: 0;
    height: 1px;
    margin: 40px 0;
}
a {
    text-decoration: none;
    transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease;
}
a:hover {
}
ul,
ol,
dl {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 22px;
}
ul {
    list-style: disc;
    list-style-position: inside;
}
ol {
    list-style: decimal;
    list-style-position: inside;
}
li > ul,
li > ol,
dt > dl {
    margin: 5px 0 5px 40px;
    margin-left: 30px;
}
dt {
    font-weight: 700
}
dd {
    margin: 0 20px 20px
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
table tbody tr:nth-of-type(odd) {
    background-color: #f6f6f6
}
td,
th {
    padding: 20px 10px;
    text-align: left;
}
th {
    font-family: Raleway,sans-serif;
    font-size: 16px;
}
tfoot tr td {
    padding: 15px 0
}
/* Typography
*********************************************/
body,
button,
input,
select,
textarea {
    color: #6b6b6b;
    font-family: Open Sans, serif;
    font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway,sans-serif;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
    color: #231f20;
}
h1 {
    font-size: 36px
}
h2 {
    font-size: 26px;
    line-height: 30px;
}
h3 {
    font-size: 22px
}
h4 {
    font-size: 20px
}
h5 {
    font-size: 18px;
    line-height: 22px;
}
h6 {
    font-size: 16px
}
p {
    margin: 0;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 14px;
}
a {
    color: #fcab63
}
dfn,
cite,
em,
i {
    font-style: italic
}
blockquote {
    margin: 30px 0 30px 0;
    font-style: italic;
    padding: 0 0 0 20px;
    border-left: solid 4px #fcab63;
}
blockquote p {
    font-size: 16px
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}
cite {
    color: #bababa;
    line-height: 40px;
    display: block;
}
address {
    margin: 0 0 20px;
    line-height: 24px;
}
pre {
    background-color: #f2f2f2;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: auto;
    padding: 20px;
    border-left: solid 4px #fcab63;
}
code,
kbd,
tt,
var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 15px;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%
}
/* Media
*********************************************/
embed,
iframe,
object {
    max-width: 100%
}
/* Video Containers
*********************************************/
.elegante-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.elegante-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
/* Layout
*********************************************/
.elegante-container {
    position: relative;
    margin: 0 auto;
    width: 1080px;
}
#elegante-content-container {
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}
.elegante-content {
    width: 730px;
    float: left;
}
.elegante-content-full {
    width: 100%
}
.elegante-sidebar {
    width: 320px;
    float: right;
    margin-right: 0;
}
.elegante-boxed {
    background: #ffffff;
    padding:30px 20px;
}
#elegante-content-box-container{
    background: none;
    padding:0px 20px 0 0 !important;
}
/* Galleries
*********************************************/
.gallery {
    margin-bottom: 1.5em
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 5px;
}
.gallery-item img {
    margin-bottom: 0 !important
}
.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
}
/* Captions
*********************************************/
.wp-caption,
.wp-caption-text {
    margin-bottom: 20px;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption .wp-caption-text,
.wp-caption-text {
    margin: 0;
    padding: 10px;
    font-size: 12px;
    text-align: left;
    font-style: italic;
    background: #f2f2f2;
}
/* Alignments
*********************************************/
.alignnone {
    margin: 0 0 20px 0
}
.alignleft {
    display: inline;
    float: left;
    margin: 10px 20px 20px 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 10px 0 20px 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
/* Screen Reader Text
*********************************************/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* Overlay
*********************************************/
.elegante-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.2;
}
/* Forms
*********************************************/
.elegante-button,
input[type="submit"] {
    font-family: Raleway,sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    border: solid 2px #eaeaea;
    text-transform: uppercase;
    background: none;
    color: #707070;
    padding: 10px 16px;
    display: inline-block;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-appearance: none;
	border-radius:3px;
}
.elegante-button:hover{
    background-color:#fcab63 !important;
    border:2px solid #fcab63 !important;
	color:#ffffff !important;
}
input {
    color: #616161;
    padding: 12px 10px 12px 10px;
    background: #ffffff;
    border: solid 1px #e6e6e6;
    font-family: Open Sans, serif;
    font-size: 12px;
    -webkit-appearance: none;

    -moz-appearance: none;
}
textarea {
    font-family: Open Sans, serif;
    font-size: 12px;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border: solid 1px #e6e6e6;
}
select {
    color: #616161;
    padding: 11px 10px;
    background-color: #ffffff;
    border: solid 1px #d3d3d3;
    width: 100%;
    font-family: Open Sans, serif;
    box-sizing: border-box;
    font-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: 96%;
}
@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) { 
	select {
	    background-image: url('images/select-arrow@2x.png');
	    background-size: 12px 8px;
	}
}
/* Placeholders */
::-webkit-input-placeholder {
    font-family: Open Sans, serif;
    font-size: 12px;
}
::-moz-placeholder {
    font-family: Open Sans, serif;
    font-size: 12px;
}
::-moz-placeholder {
    font-family: Open Sans, serif;
    font-size: 12px;
}
::-ms-input-placeholder {
    font-family: Open Sans, serif;
    font-size: 12px;
}
/* Search Form */
.elegante-search-form {
    position: relative
}
.elegante-search-form input[type="search"] {
    padding-right: 40px;
    width: 100%;
}
.elegante-search-form .elegante-search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #6b6b6b;
    padding: 0 15px 0 15px;
    font-size: 12px;
    text-align: center;
}
.elegante-search-form .elegante-search-submit:after {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/* Header
*********************************************/
#elegante-header {
    position: relative
}
#elegante-header #elegante-site-logo {
    position: relative;
    background: none !important;
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center;
}
#elegante-header #elegante-site-logo #elegante-site-name {
    font-size: 40px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0;
    display: inline-block;
}
#elegante-header #elegante-site-logo #elegante-site-description {
    font-size: 14px;
    text-transform: uppercase;
    color: #fcab63;
    margin-bottom: 0;
}
#elegante-header #elegante-site-logo img {
    vertical-align: top
}
/* Navigation
*********************************************/
#elegante-header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    padding-bottom: 10px;
    text-align: center;
}
#elegante-header #elegante-main-nav a {
    display: block;
    text-decoration: none;
    font-family: Raleway,sans-serif;
    font-size: 16px;
    color: #4c4b4b;
    line-height: 60px;
	font-weight:700;
}
#elegante-header #elegante-main-nav ul > li.menu-item-has-children,
#elegante-header #elegante-main-nav ul > li.page_item_has_children {
    padding-right: 20px
}
#elegante-header #elegante-main-nav .current_page_item > a,
#elegante-header #elegante-main-nav .current-menu-parent > a,
#elegante-header #elegante-main-nav .current-menu-item > a,
#elegante-header #elegante-main-nav .current_page_ancestor > a {
    color: #fcab63
}
#elegante-header #elegante-main-nav ul ul .current_page_item > a,
#elegante-header #elegante-main-nav ul ul .current-menu-parent > a,
#elegante-header #elegante-main-nav ul ul .current-menu-item > a,
#elegante-header #elegante-main-nav ul ul .current_page_ancestor > a {
    color: #ffffff
}
#elegante-header #elegante-main-nav li {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 15px;
}
#elegante-header #elegante-main-nav li:hover > a {
    color: #fcab63
}
#elegante-header #elegante-main-nav ul ul li:hover > a {
    color: #ffffff
}
#elegante-header #elegante-main-nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#elegante-header #elegante-main-nav ul li.menu-item-has-children:before,
#elegante-header #elegante-main-nav ul li.page_item_has_children:before {
    position: absolute;
    top: 47%;
    right: 0;
    content: "\f107";
    font-size: 16px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#elegante-header #elegante-main-nav ul li:hover > ul {
    display: block
}
#elegante-header #elegante-main-nav ul ul {
    position: absolute;
    top: 50px;
    z-index: 99999;
    padding: 20px 0 10px;
    display: none;
}
#elegante-header #elegante-main-nav ul ul > li.menu-item-has-children:before,
#elegante-header #elegante-main-nav ul ul > li.page_item_has_children:before {
    position: absolute;
    top: 46%;
    right: 20px;
    content: "\f105";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #ffffff;
}
#elegante-header #elegante-main-nav ul ul > li.menu-item-has-children,
#elegante-header #elegante-main-nav ul ul > li.page_item_has_children {
    padding-right: 15px
}
#elegante-header #elegante-main-nav ul ul ul {
    display: none;
    left: 100%;
    padding-top: 0;
    top: 0;
}
#elegante-header #elegante-main-nav ul ul li {
    margin-left: 0;
    margin-right: 0;
    background-color: rgba(35, 31, 32, 0.8);
    padding: 6px 15px;
    text-align: left;
}
#elegante-header #elegante-main-nav ul ul li:last-of-type {
    border-bottom: none
}
#elegante-header #elegante-main-nav ul ul li:hover > ul {
    display: block
}
#elegante-header #elegante-main-nav ul ul a {
    width: 200px;
    color: #dbdbdb;
    line-height: 25px;
	font-size: 14px;
    font-weight: normal;
}
/* Toggle Search
*********************************************/
#elegante-header #elegante-toggle-search {
    position: absolute;
    top: 20px;
    right: 0;
    line-height: 50px;
    text-align: right;
    cursor: pointer;
}
#elegante-header .elegante-search-form {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 260px;
    display: none;
}
#elegante-header .elegante-search-form input[type="search"] {
    line-height: 20px
}
#elegante-header .elegante-search-form .elegante-search-submit {
    line-height: 50px;
    width: 50px;
}
.elegante-disabled-header-search .elegante-social-links {
    right: 0
}
/* Mobile Navigation
*********************************************/
#elegante-toggle-mobile-nav {
    line-height: 50px;
    cursor: pointer;
    font-size: 18px;
    display: none;
}
#elegante-mobile-nav {
    background-color: #231f20;
    width: 100%;
    display: none;
    margin-bottom: 0;
}
#elegante-mobile-nav a {
    display: block;
    width: 100%;
    padding: 8px 20px 8px 20px;
    border-bottom: solid 1px #383838;
    color: #ffffff;
}
#elegante-mobile-nav ul {
    padding-left: 0;
    text-align: left;
}
#elegante-mobile-nav li {
    margin-bottom: 0
}
#elegante-mobile-nav .elegante-sub-menu {
    float: right;
    width: 42px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
#elegante-mobile-nav div ul {
    width: 100%;
    margin-bottom: 0;
    list-style: none;
}
#elegante-mobile-nav li ul {
    display: none;
    margin: 0;
}
#elegante-mobile-nav li ul li a {
    padding-left: 40px
}
/* Comment & Post Navigation
*********************************************/
.nav-links {
    text-align: center;
    margin-bottom: 30px;
}
.nav-links .nav-previous,
.nav-next {
    display: inline-block
}
.nav-links a,
.comment-navigation a,
.post-navigation a {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #3a3a3a;
    width: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 3px rgba(0, 0, 0, .05);
}
.nav-links .current {
    background-color: #fcab63;
    color: #ffffff;
}
/* Pagination
*********************************************/
.elegante-post-pagination {
    overflow: hidden;
    width: 100%;
    float: left;
    clear: both;
}
.elegante-post-pagination a {
    font-family: Raleway,sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    border: solid 2px #fcab63;
    text-transform: uppercase;
    color: #fcab63;
	background-color:#ffffff;
    padding: 10px 16px;
    display: inline-block;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-appearance: none;
	border-radius:3px;
}
.elegante-post-pagination .elegante-older {
    float: right
}
.elegante-post-pagination .elegante-newer {
    float: left
}
/* Social Icons
*********************************************/
.elegante-social-links {
    position: absolute;
    top: 20px;
    left: 0;
    margin-bottom: 0;
}
.elegante-social-links li {
    display: inline-block;
    font-size: 14px;
}
.elegante-social-links li a {
    line-height: 50px;
    padding: 4px;
    color: #a3a2a2;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}
/* Titles
*******************************************/
#elegante-title-container {
    margin-bottom: 50px;
	padding:50px 0 !important;
	position:relative;
	background-color:#fcab63;
}
.elegante-section-title,
.elegante-page-title {
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.elegante-section-title span,
.elegante-page-title span {
    padding: 0 14px 0 14px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.elegante-page-title {
    margin-bottom: 0;
	font-size:40px;
	line-height:60px;
	font-weight:600;
	color:#ffffff;
	text-transform:none;
}
.elegante-page-title span {
}
.elegante-section-title span:before {
    position: absolute;
    top: 30%;
    left: -80px;
    display: block;
    content: "";
    width: 80px;
    height: 8px;
    background: url("images/landing-welcome.png") 0 0 repeat-x;
}
.elegante-section-title span:after {
    position: absolute;
    top: 30%;
    right: -80px;
    display: block;
    content: "";
    width: 80px;
    height: 8px;
    background: url("images/landing-welcome.png") 0 0 repeat-x;
}
#elegante-title-container p {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}
/* Content Boxes
*******************************************/
#elegante-content-box-container {
    overflow: hidden;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.elegante-content-box {
    position: relative;
    overflow: hidden;
    float: left;
    width: 31.5%;
    margin-right: 2.5%;
}
.elegante-content-box .elegante-overlay, .elegante-overlay {
    width: 100%;
    height: 100%;
    background: #fcab63;
    opacity: 0.6;
    display: none;
}
.elegante-content-box:nth-of-type(3) {
    margin-right: 0
}
.elegante-content-box .elegante-content-box-header {
    position: relative;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.elegante-content-box .elegante-content-box-content {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    z-index: 999;
    padding: 0;
	display:block !important;
}
.elegante-content-box .inner {
    height: auto;
    width: auto;
}
.elegante-content-box .inner {
    background: rgba(255,255,255,0.95);
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
}
.elegante-content-box .inner {
    background: rgba(255,255,255,0.95);
    position: relative;
    top: 50%;
    text-align: center;
    padding: 30px;
    margin: 0 40px;
    height: auto;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
}
.elegante-content-box .elegante-content-box-content h4 {
    margin: 0 0 5px;
    font-size: 17px;
	text-transform: uppercase;
	color: #1c1c1c;
	font-weight:bold;
}
.box-button {
    background-color: #fcab63;
    color: #ffffff;
	margin-top: 10px;
	padding: 10px 20px;
	font-size: 10px;
    letter-spacing: 5px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    font-weight: 700;
	text-transform: uppercase;
	font-family:Raleway,sans-serif;
}
.elegante-content-box-content .elegante-border-box:hover {
    padding: 50px !important
}
/* Posts
*********************************************/
.elegante-post {
    margin-bottom: 30px;
	border: 2px solid #ececec;
    border-radius: 4px;
}
.elegante-post .elegante-post-date {
    margin-bottom: 10px;
    font-size: 12px;
    font-style: italic;
    color: #a3a2a2;
    text-align: center;
}
.elegante-post .elegante-post-date  i {
    color: #a3a2a2;
	margin-right:5px;
	font-size:14px;
}
#elegante-title-container .landing-welcome {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding: 0 0 13px;
	font-style:normal;
	font-family:Raleway,sans-serif;
	margin-top:10px;
}
#elegante-title-container .landing-welcome:after {
    width: 40px;
    height: 8px;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
	margin-left:-20px;
    background: url("images/landing-welcome-white.png") 0 0 no-repeat;
}
.elegante-post .elegante-post-title {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
.elegante-post .elegante-post-title a {
    color: #4c4b4b;
}
.elegante-post .elegante-post-header {
    position: relative;
    height: auto;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.elegante-post .elegante-post-header .elegante-post-gallery li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.elegante-post-categories a {
    position: relative;
    color: #fcab63;
}
.elegante-post .elegante-post-content {
    1: ;
    position: relative;
}
/* Post Meta */
.elegante-post-meta {
    padding-top: 30px
}
.elegante-post-meta a {
    color: #a3a2a2
}
.elegante-post-meta li {
    font-family: Open Sans, serif;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    color: #959595;
}
.elegante-post-meta li:last-of-type {
    margin-right: 0
}
.post-date {
    color: #959595;
    font-size: 11px;
}
/* Post Footer */
.elegante-post .elegante-post-footer {
    text-align: center
}
.elegante-post .elegante-post-footer .elegante-post-meta {
    margin-bottom: 0
}
.elegante-post .elegante-post-footer .elegante-post-meta p i{
	margin-right:6px;
}
.elegante-post .elegante-post-footer .elegante-post-meta ul {
    margin-left: 0
}
.elegante-post .elegante-post-footer .elegante-post-meta li {
    display: inline-block
}
.elegante-post .elegante-post-footer .elegante-post-meta li i{
	margin-right:5px;
	color: #a3a2a2;
	font-size:13px;
}
.elegante-post .elegante-post-footer .elegante-post-meta li a {
    color: #a3a2a2
}
.elegante-post .elegante-post-footer .elegante-post-meta li.elegante-post-categories a {
    color: #a3a2a2 !important;
}
.elegante-post .elegante-post-footer .elegante-post-sharing-buttons {
    margin: 10px 0 0 0
}
.elegante-post .elegante-post-footer .elegante-post-sharing-buttons li {
    display: inline-block
}
.elegante-post .elegante-post-footer .elegante-post-sharing-buttons li i {
    font-size: 14px
}
.elegante-post .elegante-post-footer .elegante-post-sharing-buttons a {
    padding: 0 8px 0 8px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #959595;
}
.elegante-post .elegante-post-footer .elegante-post-sharing-buttons a span {
    font-size: 12px;
    margin-left: 6px;
}
.elegante-post .elegante-post-footer ul li .elegante-read-more {
    text-transform: uppercase;
    font-size: 13px;
	color:#707070;
}
.elegante-post .elegante-post-footer .elegante-post-meta li .elegante-read-more a:hover, {
	color:#ffffff !important;
}
/* List Post */
.elegante-post-list {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.elegante-post-list .elegante-post-header {
    float: left;
    width: 200px;
    margin-bottom: 0;
}
.elegante-post-list .elegante-post-header img {
    border-radius: 3px;
}
.elegante-post-list .elegante-post-content {
    float: right;
    width: 480px;
    padding-left: 30px;
}
.elegante-post-list .elegante-post-content .elegante-post-title,
.elegante-post-list .elegante-post-content .elegante-post-date {
    text-align: left
}
.elegante-post-list .elegante-post-content .elegante-post-meta {
    padding-top: 0;
    line-height: 36px;
    text-align: right;
}
.elegante-post-list .elegante-post-content .elegante-post-meta li:first-of-type {
    float: left
}
.elegante-post-list .elegante-post-footer ul li {
    margin-right: 10px
}
/* Regular Post */
.elegante-post-regular .elegante-post-footer ul li {
    margin-left: 10px;
    margin-right: 10px;
}
/* Grid Post */
.elegante-post-grid {
    line-height: normal;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
}
    .elegante-post-grid > li {
        display: inline-block;
        margin: 0 30px 30px 0;
        vertical-align: top;
        width: 348px;
    }
    .elegante-post-grid > li:nth-of-type(2n+2) {
        margin-right: 0
    }
.elegante-post-grid .elegante-post-footer ul li {
    margin-left: 10px;
    margin-right: 10px;
}
/* Centered Posts */
.elegante-post-centered {
    width: 80%;
    margin: 0 auto;
}
/* Sticky Posts */
.sticky {
    display: block;
    position: relative;
}
.sticky .elegante-post-meta:before {
    content: "\f005";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-weight: 100;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 20px 0;
    color: #E4C005;
}
/* Single Posts */
.single-post .elegante-post{
	border:none !important;
	margin-bottom:0px;
}
.elegante-single-post .elegante-post-header {
    height: auto
}
.elegante-single-post .elegante-post-footer .elegante-post-meta {
    padding: 10px 0 10px 0;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    margin-bottom: 20px;
}
.elegante-single-post .elegante-post-footer .elegante-post-meta li {
    margin: 0 10px 0 10px
}
.elegante-single-post .elegante-post-footer .elegante-post-meta .elegante-sharing-buttons li {
    margin: 0 5px 0 5px
}
.elegante_top_info{
	position:relative;
	width:100%;
	height:auto;
	text-align:center;
}
.elegante-top-page-post-meta {
    padding: 10px 0 10px 0;
    margin-top: 0px;
	display:inline-block;
}
.elegante-top-page-post-meta li {
    margin: 0 10px 0 10px;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
}
.elegante-top-page-post-meta li a{
	color:#ffffff;
}
.elegante-top-page-post-meta li a:hover, .elegante-top-page-post-meta .elegante-sharing-buttons li i:hover{
	color:#4c4b4b;
}
.elegante-top-page-post-meta li i{
	margin-right:6px;
	color:#ffffff;
	font-size:16px;
}
.elegante-top-page-post-meta .elegante-sharing-buttons li {
    margin: 0 5px 0 5px;
	color:#ffffff;
}
.elegante-single-post #elegante-post-tags {
    text-align: center;
    padding: 20px 0 20px 0;
}
.elegante-single-post #elegante-post-tags a {
    border: solid 1px rgba(228, 228, 228, 1);
    font-weight: 500;
    line-height: 28px;
    color: #959595;
    display: inline-block;
    font-size: 11px;
    margin-right: 5px;
    font-family: Raleway,sans-serif;
    text-transform: none;
    padding: 0 10px 0 10px;
	border-radius:3px;
}
.elegante-single-post #elegante-post-tags a:hover {
    color: #fcab63;
	border:1px solid #fcab63;
}
/* Related Posts */
.elegante-related-posts {
    overflow: hidden;
    padding: 30px 25px 25px 15px;
    margin-bottom: 30px;
    background: #f5f5f5;
}
.elegante-related-post {
    margin-bottom: 0;
    box-shadow: none;
    padding: 0 10px 0 10px;
}
.elegante-related-post:nth-of-type(3) {
    margin-right: 0
}
.elegante-related-post .elegante-post-header {
    margin-bottom: 10px
}
.elegante-related-post .elegante-post-footer {
    margin-bottom: 0;
    text-align: left;
}
.elegante-related-post .elegante-post-meta {
    padding-top: 0;
    font-style: italic;
    color: #a3a2a2;
}
.elegante-related-post .elegante-post-title {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
}
/* Author Card
*******************************************/
#elegante-author-card {
    overflow: hidden;
    margin-top: 30px;
}
#elegante-author-card .elegante-author-avatar {
    float: left;
    margin-right: 20px;
}
#elegante-author-card .elegante-author-bio {
    overflow: hidden
}
#elegante-author-card .elegante-author-bio h4 {
    text-transform: uppercase
}
#elegante-author-card .elegante-author-bio a {
    color: #231f20
}
#elegante-author-card .elegante-author-bio p {
    margin-bottom: 0
}
#elegante-author-card img {
    margin-bottom: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
/* No Sidebar
*******************************************/
.elegante-no-sidebar .elegante-post-list .elegante-post-header {
    width: 300px
}
.elegante-no-sidebar .elegante-post-list .elegante-post-content {
    width: 800px
}
.elegante-no-sidebar .elegante-post-grid > li {
    width: 337px
}
.elegante-no-sidebar .elegante-post-grid > li:nth-of-type(2n+2) {
    margin-right: 30px
}
.elegante-no-sidebar .elegante-post-grid > li:nth-of-type(3n+3) {
    margin-right: 0
}
/* Centered Page
*******************************************/
.elegante-page-centered {
    margin: 0 auto;
    width: 80%;
}
/* Comments
*********************************************/
.elegante-comments {
    margin-bottom: 30px
}
.elegante-comments .elegante-section-title a {
    color: #231f20
}
.elegante-comments ol {
    list-style: none;
    margin-bottom: 0;
}
.elegante-comments ol ol {
    margin-left: 40px
}
.elegante-comments ol li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px rgba(228, 228, 228, 1);
    overflow: hidden;
}
.elegante-comments > ol:first-of-type > li:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.elegante-comments ol li .elegante-comment-avatar {
    float: left;
    width: 80px;
    margin-right: 20px;
}
.elegante-comments ol li .elegante-comment-avatar img {
    border-radius: 100%
}
.elegante-comments ol li .elegante-comment-content {
    overflow: hidden
}
.elegante-comments ol li .elegante-comment-content .comment-author {
    margin-bottom: 0;
    padding-top: 0 !important;
}
.elegante-comments ol li .elegante-comment-content .comment-author a {
    color: #3a3a3a
}
.elegante-comments ol li .elegante-comment-content p:first-of-type {
    padding-top: 20px
}
.elegante-comments ol li .elegante-comment-content p:last-of-type {
    margin-bottom: 0
}
.elegante-comments ol li .elegante-comment-reply {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.elegante-comments ol li .elegante-comment-reply i {
    margin-right: 6px
}
.elegante-comments ol li .elegante-comment-reply a {
    color: #231f20
}
.elegante-comments .comment-respond {
    padding-top: 20px
}
.elegante-comments #reply-title {
    position: relative
}
.elegante-comments .comment-reply-title small {
    float: right;
    font-family: Open Sans, serif;
    font-size: 12px;
    text-transform: uppercase;
}
.elegante-comments .elegante-comment-awaiting-moderation {
    padding: 5px;
    background: #f2f2f2;
    list-style: none;
}
/* Comment Form */
#elegante-comment-form #commentform label {
    display: block
}
#elegante-comment-form #commentform input {
    width: 100%
}
#elegante-comment-form #commentform input[type="submit"] {
    width: inherit
}
#elegante-comment-form #commentform .comment-form-author,
#elegante-comment-form #commentform .comment-form-email,
#elegante-comment-form #commentform .comment-form-url {
    width: 30.66%;
    float: left;
    margin-right: 4%;
}
#elegante-comment-form #commentform .comment-form-url {
    margin-right: 0
}
#elegante-comment-form #commentform .comment-form-comment textarea {
    height: 160px
}
.bypostauthor {
}
/* Widgets
*********************************************/
.elegante-sidebar .elegante-widget {
    margin: 0 0 60px 0
}
.elegante-sidebar .elegante-widget:last-of-type {
    margin-bottom: 0
}
.elegante-sidebar .elegante-widget .elegante-widget-title {
    position: relative;
    font-size: 18px;
    text-align: center;
    font-family: Raleway,sans-serif;
	font-weight:600;
}
.elegante-sidebar .elegante-widget .elegante-widget-title:after {
    position: absolute;
    top: 30%;
    display: block;
    content: "";
    width: 70%;
    height: 8px;
    background: url("images/landing-welcome.png") 0 0 repeat-x;
	margin:0 15%;
	
}
.elegante-sidebar .elegante-widget .elegante-widget-title span {
    background-color: #ffffff;
    padding: 0 10px 0 10px;
    position: relative;
    z-index: 1;
}
.elegante-sidebar .elegante-widget .elegante-widget-title a {
    color: #231f20
}
.elegante-widget ul,
.elegante-widget ol {
    list-style: none
}
.elegante-widget ul:last-of-type,
.elegante-widget ol:last-of-type {
    margin-bottom: 0
}
.elegante-widget ul li,
.elegante-widget ol li {
    margin-bottom: 10px
}
.elegante-widget a {
    color: #6b6b6b
}
.elegante-widget a:hover,
.elegante-widget a:hover {
    color: #231f20
}
.elegante-about-me-widget {
    margin-bottom: 30px;
    background-color: #ffffff;
    text-align: center;
}
.elegante-about-me-widget p {
    margin-bottom: 0
}
.elegante-about-me-widget p#elegante-about-me-widget-image {
    margin-bottom: 20px
}
/* Widget: Calendar */
.elegante-widget.widget_calendar {
    width: 100%
}
.elegante-widget.widget_calendar caption {
    font-family: Raleway,sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 15px;
}
.elegante-widget.widget_calendar #p-calendar {
    margin-bottom: 0
}
.elegante-widget.widget_calendar .wp-calendar tr,
.elegante-widget.widget_calendar .wp-calendar th {
    font-size: 12px;
    text-align: center;
}
.elegante-widget.widget_calendar thead th {
    padding: 7px;
    border: 1px solid none;
}
.elegante-widget.widget_calendar thead tr:nth-of-type(odd) {
    background-color: #ffffff
}
.elegante-widget.widget_calendar tbody td {
    padding: 7px;
    border: none;
    cursor: pointer;
}
.elegante-widget.widget_calendar tbody td:hover {
    color: #231f20
}
.elegante-widget.widget_calendar tbody td:hover a {
    color: #231f20
}
.elegante-widget.widget_calendar tbody .pad {
    background: none
}
.elegante-widget.widget_calendar tfoot #next {
    text-align: right
}
/* Latest Post Widget & Latest Comments Widget */
.elegante-widget ul .elegante-widget-latest {
    overflow: hidden;
    margin-bottom: 40px;
}
.elegante-widget ul .elegante-widget-latest:last-of-type {
    margin-bottom: 0
}
.elegante-widget ul .elegante-widget-latest .elegante-widget-latest-left {
    float: left;
    margin-bottom: 20px;
	width:100%;
	height:130px;
}
.elegante-widget ul .elegante-widget-latest .elegante-widget-latest-left a, .elegante-full-width{
	width:100%;
	height:auto;
	position: relative;
    overflow: hidden;
	float:left;
}
.elegante-widget ul .elegante-widget-latest .elegante-widget-latest-right {
    float: left;
    margin-right: 0px;
	width:100%;
}
.elegante-widget ul .elegante-widget-latest .elegante-widget-latest-right .elegante-widget-meta {
    padding: 5px 0;
}
.elegante-widget ul .elegante-widget-latest .elegante-widget-latest-right .elegante-widget-meta li {
    font-family: Open Sans, serif;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    color: #959595;
	margin:0 7px;
}
.elegante-widget ul .elegante-widget-latest .elegante-widget-latest-right .elegante-widget-meta li i{
	margin-right:6px;
}
.elegante-widget ul .elegante-widget-latest .elegante-widget-latest-right .elegante-widget-cat a {
    font-size: 12px;
    color: #fcab63;
    line-height: 15px;
	font-weight:bold;
     font-family: Raleway,sans-serif;
}
.elegante-widget ul .elegante-widget-latest .elegante-widget-latest-right h4 {
     font-size: 16px;
    line-height: 24px;
	font-weight:bold;
    margin: 7px 0 0;
	font-family: Raleway,sans-serif;
}
.elegante-widget-latest-comment-avatar img {
    border-radius: 100%
}
/* Custom Categories */
.widget_elegante_categories_widget .categories-list {
  margin-bottom: -10px;
}
.widget_elegante_categories_widget .category-item > a {
  display: block !important;
  padding-bottom: 10px;
  position: relative;
}
.widget_elegante_categories_widget .category-item > a:after {
  border-top: 1px dashed #bfbfbf;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
}
.widget_elegante_categories_widget .category-item-name,
.widget_elegante_categories_widget .category-item-count-container {
  background-color: #fff;
  padding-right: 10px;
  position: relative;
  z-index: 10;
}
.widget_elegante_categories_widget .category-item-count-container {
  float: right;
  padding-right: 0;
  padding-left: 8px;
}
.widget_elegante_categories_widget .category-item-count-badge {
  background-color: #fcab63;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  min-width: 22px;
  padding: 0 7px;
  text-align: center;
}
/*Comments*/
.widget_elegante_recent_comments .elegante-widget-latest-left{
	float: left;
    margin-right: 20px !important;
    width: 60px !important;
    height: auto !important;
	margin-bottom:0 !important;
}
.widget_elegante_recent_comments .elegante-widget-latest-right {
    float: inherit !important;
    margin-right: 0px !important;
    width: auto !important;
}
.widget_elegante_recent_comments .elegante-widget-latest-right h4 {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    margin: 7px 0 0;
    font-family: Raleway,sans-serif;
	color:#4c4b4b !important;
}
/* Tagcloud Widget */
.elegante-widget .tagcloud a {
    position: relative;
    padding: 0 10px;
    display: inline-block;
    margin-right: 1px;
    padding: 6px 10px;
    font-size: 12px !important;
    text-align: center;
    font-style: italic;
    margin-bottom: 5px;
    border: solid 1px #cacaca;
    color: #a3a2a2;
    font-family: Open Sans, serif;
	border-radius:3px;
}
.elegante-widget .tagcloud a:hover {
    color: #5e5e5e
}
/* Connect Widget */
.elegante-widget .elegante-connect-social-links li {
    display: inline-block;
    margin: 2px 0 2px 0;
}
.elegante-widget .elegante-connect-social-links li a {
    color: #6b6b6b;
    line-height: 30px;
    width: 30px;
    text-align: center;
    padding: 2px 10px;
    background: #f2f2f2;
}
/* Instagram Widget */
.elegante-widget .instagram-pics {
    margin-bottom: 0
}
.elegante-widget .instagram-pics li {
    display: inline-block;
    width: 33.33%;
    padding: 3px;
    margin-bottom: 0;
    opacity: 0.9;
}
.elegante-widget .instagram-pics li:hover {
    opacity: 1;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
}
/* Mailchimp Widget */
.mc4wp-form {
    position: relative;
    margin: 0 !important;
}
.mc4wp-form form {
    position: relative
}
.mc4wp-form p {
    margin-bottom: 10px
}
.mc4wp-form p:last-of-type {
    margin-bottom: 0
}
.mc4wp-form label {
    display: none !important
}
.mc4wp-form input {
    margin: 0;
	width:100%;
}
.mc4wp-form p input[type="submit"] {
    width: 100% !important;
    background-color: #272727;
    border-color: #272727;
    color: #ffffff;
}
.mc4wp-error {
    font-size: 12px;
    text-align: left !important;
}
/* Footer
*********************************************/

/* Footer ---------------------------------------------------------------------------- */
.column, .columns{ float: left; margin:0 1% 40px;}
#Footer{background-position:center top;background-repeat:no-repeat;position:relative}
#Footer .footer_action{background:rgba(0,0,0,.1)}
#Footer .footer_action .one{margin-bottom:30px;padding-top:30px;text-align:center;font-size:110%;line-height:180%}
.widgets_wrapper{padding:15px 0; float:left; width:100%}
.widgets_wrapper .column{margin-bottom:0}
.widgets_wrapper .widget{padding:15px 0;margin-bottom:0}
.widgets_wrapper .widget:after{display:none}

#Footer .footer_copy{border-top:1px solid rgba(255,255,255,.1)}
#Footer .footer_copy .one{margin-bottom:20px;padding-top:30px;min-height:33px}
#Footer .footer_copy .copyright{float:left}
#Footer .footer_copy .social{float:right;margin-right:20px}
#Footer .footer_copy .social li{display:inline-block;margin-right:6px}
#Footer .footer_copy .social li:last-child{margin-right:0}
#Footer .footer_copy .social li a{color:rgba(255,255,255,.3);font-size:15px;line-height:15px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
#Footer .footer_copy .social li a:hover{color:#fff}
#Footer .footer_copy .social-menu{float:right;margin-right:20px}
#Footer .footer_copy .social-menu li{display:inline-block;margin-right:6px;padding-right:6px;border-right:1px solid rgba(255,255,255,.1)}
#Footer .footer_copy .social-menu li:last-child{margin-right:0;padding-right:0;border-right:0}

.footer-copy-center #Footer .footer_copy{text-align:center}
.footer-copy-center #Footer .footer_copy .copyright{float:none;margin:0 0 10px}
.footer-copy-center #Footer .footer_copy a#back_to_top{float:none;margin:-10px 0 10px}
.footer-copy-center #Footer .footer_copy .social{float:none;margin:0}
.footer-copy-center #Footer .footer_copy .social-menu{float:none;margin:0}

/* .column */
.one-sixth.column					{ width: 14.666%; }		/* 1/6 */
.one-fifth.column					{ width: 18%; }			/* 1/5 */
.one-fourth.column, .four.columns	{ width: 23%; }			/* 1/4 */
.one-third.column					{ width: 31.333%; }		/* 1/3 */
.two-fifth.column					{ width: 38%; }			/* 2/5 */

.one-second.column					{ width: 48%; }			/* 1/2 */
.three-fifth.column					{ width: 58%; }			/* 3/5 */
.two-third.column					{ width: 64.666%; }		/* 2/3 */
.three-fourth.column				{ width: 73%; }			/* 3/4 */
.four-fifth.column					{ width: 78%; }			/* 4/5 */
.five-sixth.column					{ width: 81.333%; }		/* 5/6 */
.one.column							{ width: 98%; }			/* 1/1 */


#elegante-footer-container {
    background-color: #282828;
    position: relative;
    float: left;
    width: 100%;
}
#elegante-footer-container #elegante-footer {
    position: relative;
    padding: 70px 0 0 0;
    overflow: hidden;
}
#elegante-footer-container #elegante-footer {
    color: #9d9d9d;
}
#elegante-footer-container .column h1,
#elegante-footer-container .column h2,
#elegante-footer-container .column h3,
#elegante-footer-container .column h4,
#elegante-footer-container .column h5,
#elegante-footer-container .column h6 {
    color: #f2f2f2;
	text-transform:uppercase;
}
#elegante-footer-container #elegante-footer a {
    color: #9d9d9d;
    transition: color .5s ease;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
}
#elegante-footer-container #elegante-footer a:hover {
    color: #fcab63;
}
#elegante-footer-container #elegante-footer .elegante-widget {
    margin-bottom: 30px
}
#elegante-footer-container #elegante-footer .elegante-widget:last-of-type {
    margin-bottom: 0
}
/* Footer Instagram Widget */
#elegante-footer-instagram .elegante-widget .elegante-instagram-widget-title {
    text-transform: uppercase;
    text-align: center;
    background: #ffffff;
    padding: 20px 0 20px 0;
    margin-bottom: 0;
}
#elegante-footer-instagram .elegante-widget .instagram-pics li {
    display: inline-block;
    width: 12.5%;
    padding: 0;
}
#elegante-footer-instagram .elegante-widget .instagram-pics li img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#elegante-footer-instagram .elegante-widget p {
    text-align: center;
    margin-bottom: 0;
}
#elegante-footer-instagram .elegante-widget p {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #fcab63;
}
#elegante-footer-instagram .elegante-widget p a {
    color: #ffffff
}
#elegante-footer-container input {
    color: #ffffff;
    padding: 12px 10px 12px 10px;
    background: rgba(0,0,0,0.3) !important;
    border: none !important;
    font-family: Open Sans, serif;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#elegante-footer-container input[type="submit"] {
    background-color: #282828 !important;
	border:2px solid #fcab63 !important;
    color: #fcab63;
}
#elegante-footer-container input[type="submit"]:hover {
    background-color: #fcab63 !important;
	border:2px solid #fcab63 !important;
    color: #ffffff !important;
}
#elegante-footer-container .elegante-widget .tagcloud a{
	color: #fcab63;
}
/* Footer Widgets */
#elegante-footer-widgets {
    overflow: hidden
}
#elegante-footer-widgets .elegante-footer-column {
    float: left;
    min-height: 1px;
    width: 340px;
    margin: 0 30px 0 0;
}
#elegante-footer-container #elegante-footer #elegante-footer-widgets .elegante-footer-column:nth-of-type(3) {
    margin-right: 0
}
#elegante-footer-container #elegante-footer #elegante-footer-widgets .elegante-widget.widget_calendar thead tr:nth-of-type(odd) {
    background-color: #181818
}
#elegante-footer-container #elegante-footer #elegante-footer-widgets .elegante-widget.widget_calendar tbody tr:nth-of-type(odd) {
    background-color: #1f1f1f
}
#elegante-footer-container #elegante-footer #elegante-footer-widgets .elegante-widget.widget_calendar tbody td:hover {
    color: #ffffff
}
/* Lower Footer */
#elegante-lower-footer {
    text-align: center;
    padding: 30px 0 30px 0;
	position:relative;
	float:left;
	width:100%;
	background:#222222;
}
#elegante-lower-footer .elegante-social-links {
    position: relative;
    font-size: 14px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    top: 0;
    left: 0;
}
#elegante-lower-footer #elegante-copyright {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 12px;
}
#elegante-lower-footer #elegante-footer-credit {
    color: #a3a2a2
}
/* Responsive
************************************************/
@media all and (max-width: 1080px) { 
	.elegante-container {
	    width: 960px
	}
	.elegante-content {
	    width: 650px
	}
	.elegante-sidebar {
	    width: 280px
	}
	.elegante-content-box {
	    width: 293px
	}
	.elegante-content-box .elegante-content-box-header {
	    height: 200px
	}
	.elegante-post-list .elegante-post-header {
	    width: 150px
	}
	.elegante-post-list .elegante-post-content {
	    width: 460px
	}
	#elegante-footer-widgets .elegante-footer-column {
	    width: 300px
	}
	.elegante-no-sidebar .elegante-post-list .elegante-post-header {
	    width: 260px
	}
	.elegante-no-sidebar .elegante-post-list .elegante-post-content {
	    width: 700px
	}
	
	.elegante-slider .slides > li {
	    height: 444px
	}
	
	.elegante-post-grid > li {
	    width: 308px
	}
	
	.elegante-no-sidebar .elegante-post-grid > li {
	    width: 297px
	}
	
}
@media all and (max-width: 960px) { 
	#elegante-toggle-mobile-nav {
	    display: block;
	    margin-top: 0;
	}
	#elegante-main-nav {
	    display: none
	}
	.elegante-container {
	    width: 768px
	}
	.elegante-content {
	    width: 522px
	}
	.elegante-content-box {
	    width: 229px
	}
	.elegante-content-box .elegante-content-box-header {
	    height: 180px
	}
	.elegante-content,
	.elegante-post-pagination {
	    width: 100%;
	    float: none !important;
	}
	.elegante-sidebar {
	    width: 60%;
	    float: none !important;
	    clear: both;
	    margin: 30px auto 0 auto;
	}
	#elegante-footer-instagram .elegante-widget .instagram-pics li {
	    width: 25%;
	}
	#elegante-footer-container #elegante-footer #elegante-copyright {
	    margin-bottom: 10px
	}
	.elegante-post-list .elegante-post-header {
	    width: 190px
	}
	.elegante-post-list .elegante-post-content {
	    width: 538px
	}
	#elegante-footer-widgets .elegante-footer-column {
	    width: 236px
	}
	.elegante-no-sidebar .elegante-post-list .elegante-post-header {
	    width: 260px
	}
	.elegante-no-sidebar .elegante-post-list .elegante-post-content {
	    width: 510px
	}
	.elegante-slider .slides > li {
	    height: 355px
	}
	
	.elegante-post-grid > li {
	    width: 363px
	}
	
	.elegante-no-sidebar .elegante-post-grid > li {
	    width: 363px
	}
	.elegante-no-sidebar .elegante-post-grid > li:nth-of-type(2n+2) {
	    margin-right: 0
	}
	.elegante-no-sidebar .elegante-post-grid > li:nth-of-type(2n+3) {
	    margin-right: 30px
	}
	.elegante-no-sidebar .elegante-post-list .elegante-post-header {
	    width: 260px
	}
	.elegante-no-sidebar .elegante-post-list .elegante-post-content {
	    width: 470px
	}
}
@media all and (max-width: 768px) { 
	.elegante-content {
	    margin-top: 0
	}
	.elegante-container {
	    width: 524px
	}
	.elegante-content-box {
	    float: none;
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
	}
	.elegante-content-box:nth-of-type(3) {
	    margin-bottom: 0
	}
	.elegante-content-box .elegante-content-box-header {
	    height: 260px
	}
	.elegante-slider-content {
	    width: 60%
	}
	.elegante-slider-content .elegante-featured-post-title {
	    font-size: 26px;
	    margin-bottom: 10px;
	    line-height: 32px;
	}
	.elegante-slider-content .elegante-post-categories {
	    margin-bottom: 10px
	}
	.elegante-content,
	.elegante-sidebar,
	.elegante-post-grid > li,
	.elegante-no-sidebar .elegante-post-grid > li,
	.elegante-post-list .elegante-post-content,
	.elegante-post-list .elegante-post-header,
	#elegante-footer-widgets .elegante-footer-column {
	    width: 100%;
	    float: none;
	}
	.gallery-item {
	    max-width: 50% !important
	}
	.elegante-post-centered,
	.elegante-page-centered {
	    width: 100%
	}
	#elegante-footer-widgets .elegante-footer-column {
	    margin-bottom: 30px
	}
	.elegante-no-sidebar .elegante-post-list .elegante-post-header,
	.elegante-post-list .elegante-post-header {
	    text-align: center;
	    margin-bottom: 30px;
	    width: 100%;
	}
	.elegante-post-list .elegante-post-header img,
	.elegante-no-sidebar .elegante-post-list .elegante-post-content {
	    width: 100%
	}
	#elegante-author-card .elegante-author-avatar {
	    float: none;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.elegante-sc-column {
	    margin-bottom: 60px
	}
	.elegante-sc-row .elegante-sc-column:last-of-type {
	    margin-bottom: 0
	}
	.elegante-slider .slides > li {
	    height: 242px
	}
	/* .column */
.one-sixth.column					{ width: 100%; }		/* 1/6 */
.one-fifth.column					{ width: 100%; }			/* 1/5 */
.one-fourth.column, .four.columns	{ width: 100%; }			/* 1/4 */
.one-third.column					{ width: 100%; }		/* 1/3 */
.two-fifth.column					{ width: 100%; }			/* 2/5 */

.one-second.column					{ width: 100%; }			/* 1/2 */
.three-fifth.column					{ width: 100%; }			/* 3/5 */
.two-third.column					{ width: 100%; }		/* 2/3 */
.three-fourth.column				{ width: 100%; }			/* 3/4 */
.four-fifth.column					{ width: 100%; }			/* 4/5 */
.five-sixth.column					{ width: 100%; }		/* 5/6 */
.one.column							{ width: 100%; }			/* 1/1 */

}
@media all and (max-width: 524px) { 
	.elegante-container {
	    width: 80%
	}
	.elegante-content {
	    margin-top: 0
	}
	.elegante-slider-content {
	    display: none !important
	}
	#commentform .comment-form-author,
	#commentform .comment-form-email,
	#commentform .comment-form-url {
	    float: none;
	    width: 100%;
	}
	.elegante-slider .slides > li {
	    height: 200px
	}
	
	.elegante-social-links {
		position: relative;
		top:0;
	}
	
	#elegante-header #elegante-site-logo {
		padding-bottom: 0;
	}
	
}
