/*
Theme Name: Highfill
Theme URI: http://highfill.elitelayers.com/
Author: Elite Layers
Author URI: http://elitelayers.com
Description: A WordPress Blog Theme For Personal Bloggers.
Version: 2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: highfill
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/*===================== TABLE OF CONTENT =======================
1. CSS Reset
2. General Styling
3. Cross Browser Compatibility
4. Header
5. Dropdown
6. Responsive Header
7. Side Menu
8. Author Image
9. Featured Posts Carousel
10. Featured Posts Slider
11. Highfill Blog
12. Sidebar
13. Highfill Pagination
14. Instagram Section
15. Footer
16. Highfill Blog Style 2
17. Highfill Blog Style 3
18. Single Post
19. Gallery Format
20. Archive Title
21. Pages
22. Form Styling
23. WP Core
24. Gallery Styles
25. Screen Readers
=============================================================*/

/* ------------------------------------------------ */
/* 1.0 CSS Reset
/* ------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License:none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block}
body{line-height:1}
ol, ul{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after,
q:before, q:after{
    content:'';
    content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
/* ------------------------------------------------ */
/* 2.0 General Styling
/* ------------------------------------------------ */
body{
    font-family: 'Open Sans', sans-serif;
    letter-spacing:0;
    font-size:13px;
    font-weight: 400;
    color:#000000;
}
body *{outline:none!important}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat';
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 3;
}
p{
    color:#353535;
    font-size:13px;
    line-height:23px;
    font-weight: 400;
}
a{
    color:#353535;
    text-decoration: none;
    color:inherit;
}
a:hover,
a:focus{
    color:#eec7bc;
    text-decoration:none;
    outline:none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
em {
    font-style: italic;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ebebeb;
}
strong {
    font-weight: 700;
    margin:0 0 20px;
}
address {
	font-style: italic;
    font-size: 13px;
	margin: 0 0 20px;
    line-height: 23px;
}
code,
kbd,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}
code {
	background-color: #eee;
	padding: 4px 8px;
}
ins {
    background: #eee;
    padding:3px 5px;
    text-decoration: none;
}
pre {
	border: 1px solid #ebebeb;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 30px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
p embed,
p iframe,
p object,
p video {
	margin-bottom: 30px;
	max-width: 100%;
	vertical-align: middle;
}
dl {
    margin: 0 0 20px;
}
dt {
    font-style: italic;
    font-weight: 500;
    margin: 0 0 10px;
}
dd {
    margin: 0 0 20px;
    font-size: 13px;
    line-height:23px;
}
dt a,
dd a {
    color:#eec7bc;
}
del {
    opacity: 0.8
}
table,
th,
td {
  border: 1px solid #ebebeb;
  font-size: 13px;
  vertical-align: middle;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 400;
}
th a {
    color:#eec7bc;
}
td {
    border-width: 0 1px 1px 0;
}
th, td {
    padding: 10px;
}
.theme-layout{
    float:left;
    overflow:hidden;
    width:100%;
}
.section{
    float:left;
    width:100%;
}
.block{
    float:left;
    width:100%;
    padding:100px 0;
    position:relative;
}
.block .container{padding:0}
.container{
    max-width:1080px;
}
.block.remove-gap{padding-top:0}
.block.no-padding{
    padding-top:0;
    padding-bottom:0;
}
.block.remove-bottom{padding-bottom:0}
.parallax,.fixed-bg{
    background-size:cover!important;
    height:100%;
    width:100%;
    margin:0;
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
}
.fixed-bg{
    background-attachment:fixed !important;
    background-size:cover!important;
}
.parallax.still{background-position:0 0 !important}
iframe{
    border:0;
    width:100%;
    float:left;
}
/* ------------------------------------------------ */
/* 3.0 Cross Browser Compatibility
/* ------------------------------------------------ */
a,
nav ul ul,
.owl-nav > div,
.share-post > a,
input[type=submit],
button,
.sidemenu,
.readmore,
.theme-layout:before{
    -webkit-transition:all 0.25s linear;
    -moz-transition:all 0.25s linear;
    -ms-transition:all 0.25s linear;
    -o-transition:all 0.25s linear;
    transition:all 0.25s linear;
}

.share-post > a,
.sidebar .about-widget > img,
.author-box > img,
.avatar,
.footer-socials a,
.single-post-slider .owl-nav > div{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
}
.post-title, p, .open-menu {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* ------------------------------------------------ */
/* 4.0 Header
/* ------------------------------------------------ */
.highfill-header{
    float:left;
    position:relative;
    width:100%;
    z-index:10000;
	border-bottom:1px solid;
	border-color:#ebebeb;
}
.highfill-header .container{
    display:table;
    padding:0;
}
.highfill-header .logo img {
    max-width: 350px;
}
.highfill-header.style1 .logo{
    display:table-cell;
    vertical-align:middle;
    text-align: left;
}
.responsive-logo h1,
.logo h1 {
    font-size: 25px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.highfill-header.style1 .logo h1 {
    color:#000;
}
.highfill-nav{
    display:table-cell;
    margin-left:42px;
    text-align: left;
    vertical-align:middle;
    max-width:600px;
}
.highfill-nav > ul{
    float:left;
    position:relative;
}
.highfill-nav > ul > li {
    font-family: 'Montserrat';
    float: left;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.highfill-nav > ul > li > a{
    float:left;
    padding-top:48px;
    padding-right:22px;
    padding-bottom:48px;
    color:#000;
}
.highfill-nav li:hover > a{color:#eec7bc;}
.search-social{
    display:table-cell;
    vertical-align:middle;
    text-align: right;
}
.socials{display:inline-block}
.socials > a{
    color:#eec7bc;
    float:left;
    font-size:15px;
    text-align:center;
    padding-left:22px;
}
.highfill-search{
    display:inline-block;
    margin-left:20px;
    position:relative;
    font-size:22px;
    height:20px;
    width: 20px;
}
.highfill-search.active .open-search i:before{
    content:"\f2d7";
    font-size:22px;
    height:20px;
    width: 20px;
}
.highfill-search form{
    background:#fff;
    margin-top:1px;
    padding:20px;
    position:absolute;
    right:0;
    top:100%;
    width:280px;
    margin-top:44px;
    border:1px solid #ebebeb;
    opacity:0;
    visibility:hidden;
    -webkit-transform:scale(0.9) translateY(40px);
    -moz-transform:scale(0.9) translateY(40px);
    -ms-transform:scale(0.9) translateY(40px);
    -o-transform:scale(0.9) translateY(40px);
    transform:scale(0.9) translateY(40px);
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.highfill-search.active form{
    opacity:1;
    visibility:visible;
    -webkit-transform:scale(1) translateY(0);
    -moz-transform:scale(1) translateY(0);
    -ms-transform:scale(1) translateY(0);
    -o-transform:scale(1) translateY(0);
    transform:scale(1) translateY(0);
}
.highfill-search form input{
    border:1px solid #ebebeb;
    float:left;
    font-size:11px;
    height:40px;
    color:#999;
    letter-spacing:0.3px;
    padding:10px 40px 10px 20px;
    margin-bottom:0;
    width:100%;
}
.highfill-search form button{display: none;}

/* Header V2 */
.header-style2 .highfill-header {
    border:none;
}
.topbar {
    background:#fff;
    float: left;
    position: relative;
    width: 100%;
	border-bottom:1px solid;
	border-color:#ebebeb;
}
.topbar .header-ext {
    float: right;
    width: 25%;
}
.topbar .highfill-nav{
    float: left;
    width: 75%;
    display:table-cell;
    margin-left:0;
    text-align: left;
    vertical-align:middle;
}
.topbar .highfill-nav > ul > li > a{
    float:left;
    line-height: 55px;
    padding:0 22px 0 0;
}
.topbar .highfill-search{
    float:right;
    position:relative;
}
.topbar .highfill-search a {
    border-left: 1px dashed #ebebeb;
    float: right;
    height: 55px;
    line-height: 55px;
    text-align: right;
    width: 37px;
}
.topbar .highfill-search form{
    margin-top:35px;
}
.topbar .socials {
    float: right;
    margin-right:15px;
}
.topbar .socials a{
    height: 55px;
    line-height: 55px;
}
.highfill-header.style2 .logo {
    float: left;
    padding-top:90px;
    padding-bottom:90px;
    text-align: center;
    width: 100%;
}
.highfill-header.style2 .logo a{display:inline-block}
/* ------------------------------------------------ */
/* 5.0 Dropdown
/* ------------------------------------------------ */
nav ul ul{
    background:#ffffff none repeat scroll 0 0;
    border:1px solid #ebebeb;
    list-style:outside none none;
    margin:0;
    min-width:180px;
    opacity:0;
    padding:0;
    position:absolute;
    top:100%;
    visibility:hidden;
}
nav ul ul ul{
    margin:-1px 0 0;
    border:1px solid #ebebeb;
}
nav li:hover > ul{
    opacity:1;
    visibility:visible;
}
nav ul ul li{
    border-bottom:1px solid #ebebeb;
    color:#555555;
    display:table;
    line-height:20px;
    padding:8px 20px;
    position:relative;
    text-align:left;
    width:100%;
}
nav ul ul li:last-child{border:0}
nav ul ul ul{
    left:100%;
    top:0;
}
/* ------------------------------------------------ */
/* 6.0 Responsive Header
/* ------------------------------------------------ */
.responsive-header{display:none}
.responsive-header{
    float:left;
    padding:20px 40px;
    width:100%;
    position:relative;
    z-index:10000;
    border-bottom:1px solid #e8e8e8;
}
.responsive-logo{float:left}
.responsive-header .highfill-search{
    float:right;
}
.open-menu{
    float:right;
    font-size:22px;
    height:20px;
    text-align:center;
    width:40px;
}
.responsive-header .highfill-search > form{margin-top:21px}
/* ------------------------------------------------ */
/* 7.0 Side Menu
/* ------------------------------------------------ */
.sidemenu{
    background:#1b1b1b;
    height:100%;
    padding:40px 30px;
    width:288px!important;
    position:fixed;
    left:-488px;
    top:0;
    opacity:0;
}
.sidemenu.slidein{
    left:0;
    opacity:1;
}
.side-logo{float:left}
.side-logo h3 {
    color:#fff;
    font-size: 25px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.close-menu{
    color:#ffffff;
    float:right;
}
.sidemenu > ul{
    float:left;
    margin-top:65px;
    width:100%;
}
.sidemenu li{
    border-bottom:1px solid #262626;
    color:#ffffff;
    float:left;
    font-family: 'Montserrat';
    font-size:10px;
    letter-spacing:1px;
    line-height:17px;
    position:relative;
    text-transform:uppercase;
    width:100%;
}
.sidemenu li a{
    float:left;
    padding:12px 0;
    width:100%;
}
.sidemenu li a:focus {color:#eec7bc;}
.sidemenu li:last-child{border:0 none}
.sidemenu .socials{
    float:left;
    margin-top:30px;
    width:100%;
}
.sidemenu .socials a{
    color:#c3c3c3;
    padding:0 22px 0 0;
    font-size:16px;
}
.sidemenu .socials a:hover {color:#eec7bc;}
.sidemenu ul ul{
    display:none;
    float:left;
    padding-left:20px;
    width:100%;
}
.theme-layout:before{
    background:#ffffff none repeat scroll 0 0;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:10000;
    opacity:0;
    visibility:hidden;
}
.theme-layout.stop:before{
    opacity:0.8;
    visibility:visible;
}
.sidemenu li.menu-item-has-children a{position:relative}
.sidemenu li.menu-item-has-children > a:before{
    color:#ffffff;
    content:"\f107";
    font-family:fontawesome;
    height:10px;
    position:absolute;
    right:0;
    top:9px;
    width:20px;
}
/* ------------------------------------------------ */
/* 8.0 Author Image
/* ------------------------------------------------ */
.author-image{
    float:left;
    width:100%;
}
.author-image > img{width:100%}
/* ------------------------------------------------ */
/* 9.0 Featured Posts Carousel
/* ------------------------------------------------ */
.featured-posts-carousel{
    float:left;
    padding:0 75px;
    margin-top:50px;
    width:100%;
}
.no-header-image .featured-posts-carousel{
    margin-top:50px;
}
.featured-post{
    float:left;
    text-align:center;
    width:100%;
}
.featured-post h3{
    float:left;
    font-size:19px;
    line-height: 1.3;
    font-weight:200;
    letter-spacing:3px;
    margin:25px 0 10px;
    text-transform:uppercase;
    width:100%;
}
.featured-post span{
    color:#9e9e9e;
    float:left;
    font-family: 'Montserrat';
    font-size:10px;
    letter-spacing:1px;
    font-weight:300;
    text-transform:uppercase;
    width:100%;
}
.owl-nav{
    margin-top:-58px;
    padding:0 40px;
    width:100%;
    position:absolute;
    top:50%;
    left:0;
    z-index: -1;
}
.owl-nav > div{
    border:1px solid #ebebeb;
    color:rgba(0, 0, 0, 0);
    float:left;
    height:58px;
    position:relative;
    width:36px;
}
.owl-nav > div.owl-next{float:right}
.owl-nav > div:before{
    color:#6f6f6f;
    content:"\f104";
    font-family:fontawesome;
    font-size:20px;
    height:100%;
    left:0;
    line-height:58px;
    position:absolute;
    text-align:center;
    top:0;
    width:100%;
}
.owl-nav > div.owl-next:before{content:"\f105"}
.owl-dot.active {background:#eec7bc;}
/* ------------------------------------------------ */
/* 10. Featured Posts Slider
/* ------------------------------------------------ */
.featured-posts-slider{
    float:left;
    width:100%;
    margin-top:50px;
}
.no-header-image .featured-posts-slider{
    margin-top:0;
}
.highfill-featured-post{
    float:left;
    width:100%;
    position:relative;
    z-index: 1000;
}
.highfill-featured-name{
    padding:40px;
    text-align:center;
    width:100%;
    z-index:1;
    position:absolute;
    bottom:0;
    left:0;
}
.highfill-featured-name h3{
    color:#ffffff;
    float:left;
    font-size:37px;
    font-weight:200;
    letter-spacing:3px;
    margin:0 0 20px;
    text-shadow:1px 1px 1px #808080;
    text-transform:uppercase;
    width:100%;
}
.highfill-featured-name .meta-date{
    color:#ffffff;
    margin-bottom:0;
    float:left;
    width: 100%;
    text-align:center;
}
.highfill-featured-post:before{
    background:#000000;
    content:"";
    height:100%;
    opacity:0.1;
    width:100%;
    position:absolute;
    left:0;
    top:0;
}
.highfill-featured-name .meta-cat{
    -webkit-box-shadow:1px 1px 1px #b0b0b0;
    -moz-box-shadow:1px 1px 1px #b0b0b0;
    -ms-box-shadow:1px 1px 1px #b0b0b0;
    -o-box-shadow:1px 1px 1px #b0b0b0;
    box-shadow:1px 1px 1px #b0b0b0;
}
.featured-posts-slider .owl-nav{padding:0}
.featured-posts-slider .owl-nav > .owl-prev{margin-left:-36px}
.featured-posts-slider .owl-nav > .owl-next{margin-right:-36px}
/* ------------------------------------------------ */
/* 11. Highfill Blog
/* ------------------------------------------------ */
.main-content{
    padding:0 15px;
    width:780px;
}
.main-content.fullwidth {
    width:100%;
}
.highfill-blog{
    float:left;
    width:100%;
}
.highfill-blog.style3 {margin-top:-30px;}
.highfill-post{
    float:left;
    position:relative;
    text-align:center;
    width:100%;
}
.highfill-post{margin-bottom:80px;}
.meta-sticky,
.meta-cat a{
    background:#eec7bc;
    color:#ffffff;
    display:inline-block;
    font-size:10px;
    font-weight: 300;
    letter-spacing:1px;
    margin-bottom:15px;
    padding:5px 8px;
    text-transform:uppercase;
}
.meta-cat a:hover{
    color:#FFF;
    opacity:0.9;
}
.post .post-title{
    float:left;
    font-size:37px;
    font-weight:200;
    letter-spacing:4px;
    margin-bottom:10px;
    text-transform:uppercase;
    width:100%;
}
.post-metas {
    width:100%;
    float:left;
    margin-bottom:35px;
}
.post-metas li {display: inline-block;}
.post-metas li::before {content:'/';padding:0 7px 0 5px;}
.post-metas li:first-child::before {content:none;padding:0;}
.meta-author,
.meta-comment,
.meta-date{
    color:#9e9e9e;
    font-size:10px;
    letter-spacing:1px;
    text-transform:uppercase;
}
.highfill-post p{
    margin-bottom:30px;
    text-align:left;
}
/** Read More Button **/
.more-link {
	text-align:center;
	display:block;
	margin:30px 0;
}
.readmore{
    text-align: center;
    color:#fff;
    display:inline-block;
    font-size:11px;
    letter-spacing:1px;
    line-height:12px;
    padding:13px 20px;
    text-transform:uppercase;
    background-color:#eec7bc;
}
.readmore:hover{
    opacity: .8;
    color:#fff;
}
.post-bottom{
    border-bottom:1px solid #ebebeb;
    display:table;
    float:left;
    width:100%;
    padding-bottom:15px;
}
.comment-counts{
    display:table-cell;
    font-family: 'Montserrat';
    font-size:10px;
    letter-spacing: 1px;
    font-weight: 300;
    text-align:left;
    text-transform:uppercase;
    vertical-align:middle;
    width:50%;
}
.share-post{
    display:table-cell;
    text-align:right;
    vertical-align:middle;
    width:34%;
}
.share-post > a{
    color:#ffffff;
    background: #eec7bc;
    display:inline-block;
    font-size:11px;
    height:25px;
    line-height:25px;
    margin:0 2px;
    text-align:center;
    width:24px;
}
.share-post > a:last-child{margin-right:0}
.share-post > a:hover{
    color:#FFF;
    opacity:0.8;
}
.post-video{
    float:left;
    width:100%;
    margin-bottom:30px;
}
.post-video iframe{height:430px}
.page-links {
    float:left;
    width: 100%;
    margin:0 0 30px;
}
/* ------------------------------------------------ */
/* 12. Sidebar
/* ------------------------------------------------ */
.sidebar{
    padding:0 15px 0 45px;
    width:330px;
}
.sidebar.pull-left {padding:0 45px 0 15px;}
.widget{
    float:left;
    width:100%;
    margin-bottom:50px;
}
.widget-title{
    float:left;
    margin-bottom:30px;
    position:relative;
    text-align:center;
    width:100%;
}
.widget-title h4{
    background:#ffffff;
    border:1px solid #ebebeb;
    display:inline-block;
    font-size:12px;
    font-weight: 300;
    letter-spacing: 2px;
    padding:10px 20px;
    position:relative;
    text-transform:uppercase;
}
.widget-title:before{
    background:#ebebeb;
    content:"";
    height:1px;
    margin-top:-0.5px;
    width:100%;
    position:absolute;
    left:0;
    top:50%;
}
.widget-title h4:before,
.widget-title h4:after{
    background:#ffffff;
    content:"";
    height:100%;
    width:5px;
    position:absolute;
    bottom:0;
    left:-6px;
}
.widget-title h4:after{
    left:auto;
    right:-6px;
}
.widget > ul{
    float:left;
    width:100%;
}
.widget li{
    border-bottom:1px solid #ebebeb;
    color:#9e9e9e;
    float:left;
    font-size:13px;
    padding:12px 0;
    width:100%;
}
.widget li:last-child{
    border:0 none;
    padding-bottom:0;
}
.widget li:first-child{padding-top:0}
.widget li a{color:#353535}
.widget li a:hover {color:#eec7bc}
.widget select,
.widget input {margin-bottom:0;}

/* Widget : Nav Menu */
.widget_nav_menu ul{
    float:left;
    list-style:outside none none;
    margin:0;
    width:100%;
}
.widget_nav_menu ul li{
    float:left;
    width:100%;
}
.widget_nav_menu ul li a{
    float:left;
    width:100%;
}
.widget_nav_menu ul ul{
    display:none;
    padding:0 0 0 15px;
    width:100%;
}
.widget_nav_menu ul li.menu-item-has-children > a {position: relative;width:100%;}
.widget_nav_menu ul li.menu-item-has-children > a::after{
    content:"\f107";
    font-family:fontawesome;
    font-size:15px;
    position:absolute;
    right:0;
}
.widget_nav_menu ul li:last-child{border:0;padding-bottom:0;margin-bottom:0;}
/* Widget: RSS */
.widget_rss {line-height: 1.6;}
.widget_rss ul li a.rsswidget {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    float:left;
    margin-bottom: 5px;
}
.widget_rss ul li span {
    width: 100%;
    float:left;
}
.rssSummary {
    color:#353535;
    font-size:13px;
    line-height:23px;
    font-weight: 400;
}
.widget_rss cite,
.rss-date {
    color:#9e9e9e;
    float:left;
    font-size:10px;
    letter-spacing:1px;
    margin-bottom:10px;
    text-transform:uppercase;
    width:100%;
}
.widget_rss cite {
    margin-bottom:0;
    margin-top:10px;
}
/* Widget: Tag Cloud */
.tagcloud a {
    border: 1px solid #ebebeb;
    float: left;
    font-size: 8px;
    letter-spacing: 1px;
    margin:5px 10px 5px 0;
    padding:6px 8px;
    text-transform: uppercase;
}
/* Widget : Calendar */
.widget_calendar caption {
    text-align: center;
    width: 100%;
    margin-bottom:10px;
}
/* Widget : Categories, Pages & Comments */
.widget_categories li span {color: #8e8f91; float: right;}
.widget_categories li span:before {content: '(';}
.widget_categories li span:after {content: ')';}
.widget_pages ul ul li:first-child,
.widget_categories ul ul li:first-child {padding:12px 0}
.widget_categories ul ul li:last-child,
.widget_pages ul ul li:last-child{padding-bottom:0;}
.widget_recent_comments span{color:#353535;}
.widget_recent_entries li,
.widget_recent_comments li {line-height:23px;}

/* Widget: RSS */
.widget_rss {}
.widget_rss li {line-height:23px;}
.rss-widget-icon {display:none;}
.rss-date, .widget_rss cite {
    float: left;
    width: 100%;
    font-size:11px;
}
/* Widget: Search */
.widget_search form {
    float: left;
    width: 100%;
    position: relative;
}
.widget_search input[type="text"] {
    float:left;
    height:44px;
    width:80%;
    font-size:12px;
}
.widget_search button{
    background:#ababab;
    border:1px solid #ababab;
    color:#fff;
    width:20%;
    font-size:11px;
    line-height: 1;
    font-weight:400;
    letter-spacing:1px;
    margin: auto;
    padding:15px;
    display: inline-block;
    text-transform:uppercase;
}
.widget_search button:hover {border-color:#eec7bc}
/* Custom Widget: Social Icons */
.widget .socials{
    float:left;
    text-align:center;
    width:100%;
}
.widget .socials a{
    display:inline-block;
    float:none;
    height:auto;
    line-height:unset;
    padding-left:11px;
    padding-right:11px;
    font-size:15px;
}
.widget_search label {display: none;}
/* Custom Widget : Banner Ads*/
.banner-ads{
    float:left;
    width:100%;
    text-align: center;
}
/* Custom Widget : About Author */
.about-widget{
    float:left;
    text-align:center;
    width:100%;
}
.about-widget > img{
    display:inline-block;
    margin-bottom:25px;
}
.about-widget > h3{
    float:left;
    width:100%;
    margin-bottom:10px;
    font-size: 16px;
    font-weight: 300;
}
.about-widget > p{
    float:left;
    width:100%;
    margin-bottom:30px;
}
.about-widget .socials{width:100%}
.about-widget .socials a{
    display:inline-block;
    text-align: center;
    padding:0 11px;
    float:none;
}
/* Custom Widget : Popular Posts */
.widget ul.posts-widget li {
    list-style-type:none;
    margin-left:0;
}
.widget ul.posts-widget li:last-child {
    margin-bottom:0;
}
.widget ul.posts-widget li {
    overflow:hidden;
}
.widget ul.posts-widget li .post-image {
    float:left;
    margin-right:14px;
}
.widget ul.posts-widget li .post-image img {
    width:90px;
    height:auto;
}
.widget ul.posts-widget li .post-text {
    overflow:hidden;
    vertical-align: middle;
}
.widget ul.posts-widget li .post-text h4 a {
    margin-bottom: 3px;
    margin-top: 5px;
    display:block;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 1px;
}
.widget ul.posts-widget li .post-text .post-date {
    font-size: 11px;
}
/* Custom Widget : MailChimp (Plugin)*/
.mc4wp-form{
    border:1px solid #ebebeb;
    float:left;
    padding:25px 15px;
    text-align:center;
    width:100%;
}
.mc4wp-form label,
.mc4wp-form h6{
    float:left;
    font-size:12px;
    font-weight: 300;
    letter-spacing:2px;
    margin-bottom:20px;
    text-transform:uppercase;
    width:100%;
}
.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"]{
    border:1px solid #ebebeb;
    color:#a1a1a1;
    float:left;
    font-size:11px;
    height:34px;
    margin-bottom:10px;
    padding:10px 20px;
    width:100%;
}
.mc4wp-form input[type=submit]{
    background:#bbbbbb none repeat scroll 0 0;
    border:0 none;
    color:#ffffff;
    float:left;
    font-size:10px;
    font-weight:700;
    height:34px;
    line-height: 34px;
    padding: 0;
    letter-spacing:1px;
    text-transform:uppercase;
    width:100%;
}
.mc4wp-form input[type=submit]:hover{background:#eec7bc;}

/* Custom Widget : Instagram (Plugin)*/
.sidebar .null-instagram-feed{margin-bottom: 40px;}
.null-instagram-feed{
    float:left;
    width:100%;
}
.null-instagram-feed ul{margin:0; }
.null-instagram-feed ul li{padding:0 5px;width:50%;border:none;}
.null-instagram-feed a{
    padding:0;
    margin:0;
    float:left;
    margin-bottom:10px;
    width:100%;
}
.null-instagram-feed a img{
    float:left;
    width:100%;
}
.null-instagram-feed a:hover{opacity:0.8}
.null-instagram-feed p.clear {text-align: center;margin-bottom:0;line-height: 1;}
/* ------------------------------------------------ */
/* 13. Highfill Pagination
/* ------------------------------------------------ */
.highfill-pagination{}
.highfill-pagination .older a,
.highfill-pagination .newer a {
    border-bottom: 2px solid rgb(238,199,188);
    border-bottom: 2px solid rgba(238,199,188, .5);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    color:#eec7bc;
    font-family: 'Montserrat';
    font-size:10px;
    line-height: 1;
    display: inline-block;
    font-weight: 400;
    letter-spacing:1px;
    text-transform:uppercase;
    padding-bottom:5px;
}
.highfill-blog.style1 .highfill-pagination{margin-top:-5px;margin-bottom:0;}
.highfill-blog.style2 .highfill-pagination{margin-top:20px;margin-bottom:0;}
.highfill-blog.style3 .highfill-pagination{margin-top:80px;margin-bottom:0;}
/* ------------------------------------------------ */
/* 14. Instagram Section
/* ------------------------------------------------ */
.instagram.style2{
    border-top:1px solid #ebebeb;
    padding-left:75px;
    padding-right:75px;
    padding-top:45px;
    margin-bottom:0;
    padding-bottom:0;
}
.instagram .widget {margin:0 0 -25px;}
.instagram.style2 .widget-title{display: none;}
.instagram.style2 .null-instagram-feed ul{margin:40px -5px 0;}
.instagram.style2 .null-instagram-feed ul li{padding:0 5px;width:33.33333332%;border:none;}
.instagram.style2 p.clear{
    position: absolute;
    font-size:16px;
    letter-spacing:1px;
    top:30px;
    left:50%;
    margin:0 auto 30px -50px;
    text-align:center;
    text-transform:uppercase;
}
.instagram.style2 p.clear a::before {
    font-family: FontAwesome;
    content:'\f16d';
    margin-right:10px;
}
.instagram.style2 .null-instagram-feed ul li{width:16.66666666666665%;}
/* ------------------------------------------------ */
/* 15. Footer
/* ------------------------------------------------ */
.highfill-footer{
    background:#fff5f5;
    float:left;
    position:relative;
    width:100%;
}
.highfill-footer .block{padding:100px 0 50px}
.highfill-footer.style1 .widget-title:before{display:none}
.highfill-footer.style1 .widget-title{text-align:left;}
.highfill-footer.style1 .widget-title h4{
    background:none;
    border:0 none;
    font-size:10px;
    font-weight: 400;
    padding:0;
}
.highfill-footer.style1 .widget-title h4:before,
.highfill-footer.style1 .widget-title h4:after{display:none}
.highfill-footer.style1 .widget li{
    border:0 none;
    color:#757575;
    padding:0 0 18px;
}
.highfill-footer.style2 .instagram.style2 {
    border:none;
}
.footer-socials{
    padding-top:45px;
    float:left;
    text-align:center;
    width:100%;
}
.footer-socials a{
    border:1px solid #e4e4e4;
    display:inline-block;
    font-size:15px;
    height:38px;
    line-height:36px;
    margin:0 12px;
    text-align:center;
    width:38px;
}
.footer-socials > a:hover{
    color:#fff;
	border-color:#eec7bc;
    background: #eec7bc;
}
.copyright{
    padding:45px 0;
    color:#b4b4b4;
    float:left;
    font-size:12px;
    line-height:12px;
    margin:0;
    text-align:center;
    width:100%;
}

/* Widget: Mailchimp (Footer) */
.highfill-footer .mc4wp-form {border:none;padding:0;}
.highfill-footer .widget_mc4wp_form_widget h6 {display: none;}
.highfill-footer .mc4wp-form-fields input[type="text"],
.highfill-footer .mc4wp-form-fields input[type="email"],
.highfill-footer .mc4wp-form-fields input[type="url"],
.highfill-footer .mc4wp-form-fields input[type="password"],
.highfill-footer .mc4wp-form-fields input[type="search"],
.highfill-footer .mc4wp-form-fields input[type="tel"],
.highfill-footer .mc4wp-form-fields input[type="number"] {
    float:left;
    height:44px;
    width:70%;
}
.highfill-footer .mc4wp-form-fields button
.highfill-footer .mc4wp-form-fields input[type=button],
.highfill-footer .mc4wp-form-fields input[type=submit],
.highfill-footer .mc4wp-form-fields input[type=reset] {
    background-color:#eec7bc;
    border:0 none;
    height:44px;
    letter-spacing:1px;
    margin-left:2%;
    width:28%;
}

/* Custom Widget: Social Icons (Footer) */
.highfill-footer .widget .socials{text-align:left;}
.highfill-footer .widget .socials a{
    padding-right:22px;
    padding-left:0;
}
.highfill-footer .widget .socials a:hover {color:#353535;}

/* Custom Widget : About Author (Footer) */
.highfill-footer .about-widget{text-align:left;}

/* Custom Widget : Instagram (Footer) */
.highfill-footer .null-instagram-feed{margin-bottom: 40px;}
.highfill-footer.style2 .null-instagram-feed{margin-bottom: 0;}
.highfill-footer .null-instagram-feed ul li{padding:0 5px;width:33%;border:none;}
/* ------------------------------------------------ */
/* 16. Highfill Blog Style 2
/* ------------------------------------------------ */
.highfill-post.style2{margin-bottom:55px}
.highfill-post.style2 .post-media{margin-bottom:20px}
.highfill-post.style2 .post-title{font-size:21px;}
.highfill-post.style2 .post-metas{margin-bottom:15px}
.highfill-post.style2 > p{margin-bottom:0}
.masonary{
    float:left;
    width:100%;
}
/* ------------------------------------------------ */
/* 17. Highfill Blog Style 3
/* ------------------------------------------------ */
.highfill-list-post{
    border-bottom:1px solid #ebebeb;
    display:table;
    float:left;
    padding:30px 0;
    width:100%;
}
.list-post-img {
    padding: 0 30px 0 0;
}
.list-post-detail{
    padding:0;
}
.list-post-detail .post-title{
    font-size:21px;
    letter-spacing:3px;
    margin-bottom:10px;
}
.list-post-detail .post-metas {margin-bottom:15px;}
.list-post-detail > p{
    float:left;
    width:100%;
}
/* ------------------------------------------------ */
/* 18. Single Post
/* ------------------------------------------------ */
.single-post-page{
    float:left;
    width:100%;
}
.single-post-page .post-bottom{
    border-top:1px solid #ebebeb;
    padding-top:15px;
}
.post-media .row{margin:0 -5px}
.post-media .row > div{padding:0 5px}
.single-post-page .author-box > img,
.single-post-page .comment img{max-width:none}
.post-intro{
    float:left;
    text-align:center;
    width:100%;
}
.post-media{
    float:left;
    margin-bottom:25px;
    text-align:center;
    width:100%;
}
.post-content {text-align: left;}
.comments-list-item p,
.post-content p{margin:0 0 25px}
.post-content p a {text-decoration: underline;}
.post-content h1,.comments-list-item h1,
.post-content h2,.comments-list-item h2,
.post-content h3,.comments-list-item h3,
.post-content h4,.comments-list-item h4,
.post-content h5,.comments-list-item h5,
.post-content h6,.comments-list-item h6{
    display:block;
    color:#000000;
    font-weight: 200;
    letter-spacing:1px;
    margin:25px 0;
    text-transform:uppercase;
}
.post-content h1,.comments-list-item h1{font-size:28px}
.post-content h2,.comments-list-item h2{font-size:24px}
.post-content h3,.comments-list-item h3{font-size:20px}
.post-content h4,.comments-list-item h4{font-size:18px}
.post-content h5,.comments-list-item h5{font-size:16px}
.post-content h6,.comments-list-item h6{font-size:14px}
blockquote,
blockquote p {
    float:left;
    font-size: 18px;
    line-height:30px;
    font-weight:400;
    color:#8a8a8a;
    text-align: center;
    margin: 0;
    padding: 0;
}
blockquote{
    border-bottom:1px solid #ebebeb;
    border-top:1px solid #ebebeb;
    width:100%;
    margin:20px 0 30px;
    padding:25px 30px 0;
    position:relative;
    z-index:1;
}
blockquote:before{
    background:#ffffff;
    color:#eec7bc;
    content:" “ ";
    font-family:georgia;
    font-size:75px;
    line-height:70px;
    position:absolute;
    left:50%;
    padding:0 10px;
    top:-17px;
    z-index:-1;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
}
blockquote span,
blockquote cite{
    color:#9e9e9e;
    float:left;
    width:100%;
    margin-top:15px;
    font-size:11px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}
.post-content ul,
.comments-list-item ul{
    float:left;
    list-style:disc;
    margin:0 0 30px;
    padding-left:50px;
    width:100%;
}
.post-content ol,
.comments-list-item ol{
    float:left;
    list-style-type:decimal;
    margin:0 0 30px;
    padding-left:50px;
    width:100%;
}
.post-content ol li ol,
.comments-list-item ol li ol,
.post-content ul li ul,
.comments-list-item ul li ul {
    margin:10px 0 0;
    padding-left:30px;
}
.post-content ol li,
.comments-list-item ol li,
.post-content ul li,
.comments-list-item ul li{
    color:#353535;
    float:left;
    font-size:13px;
    line-height:23px;
    margin-bottom:20px;
    width:100%;
}
.post-content ol li:last-child,
.comments-list-item ol li:last-child,
.post-content ul li:last-child,
.comments-list-item ul li:last-child{margin:0}
/* ------------------------------------------------ */
/* Post Tags
/* ------------------------------------------------ */
.tags{
    float:left;
    margin-bottom:45px;
    text-align:center;
    width:100%;
}
.tags > a{
    color:#9e9e9e;
    display:inline-block;
    font-family: 'Montserrat';
    font-size:10px;
    font-weight:300;
    letter-spacing:1px;
    margin:0 10px;
    text-transform:uppercase;
}
.tags > a:before {
    content:'#';
    padding-right: 3px;
}
.tags > a:hover {color:#eec7bc;}
/* ------------------------------------------------ */
/* Author Box
/* ------------------------------------------------ */
.author-box{
    display:table;
    float:left;
    padding:50px 0;
}
.author-box > img{display:table-cell}
.author-detail{
    display:table-cell;
    padding-left:30px;
    padding-top:10px;
    vertical-align:top;
}
.author-detail h4{
    font-family: 'Montserrat';
    font-size:14px;
    font-weight: 300;
    margin-bottom:5px;
    float:left;
    width:100%;
    color:#000000;
    letter-spacing:1px;
    text-transform:uppercase;
}
.author-detail p{
    float:left;
    width:100%;
    margin-bottom:7px;
}
.author-box .socials > a{
    color:#c3c3c3;
    text-align:left;
    padding-left:0;
    padding-right:15px;
}
.author-box .socials > a:hover{color:#eec7bc;}
/* ------------------------------------------------ */
/* Post Pagination
/* ------------------------------------------------ */
.post-pagination{
    border-bottom:1px solid #ebebeb;
    border-top:1px solid #ebebeb;
    float:left;
    padding:25px 0;
    width:100%;
}
.prev-next-post{
    float:left;
    position:relative;
}
.prev-next-post.pull-right{
    padding-left:0;
    text-align:right;
    padding-right:30px;
}
.post-pagination .pull-left {padding-left:30px;}
.prev-next-post h5{
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 200;
    margin: 0 0 10px;
    width: 100%;
}
.prev-next-post .meta-date{margin:0}
.prev-next-post:before{
    content:"\f104";
    font-family:fontawesome;
    font-size:18px;
    left:0;
    line-height:20px;
    margin-top:-10px;
    position:absolute;
    top:50%;
    width:30px;
}
.prev-next-post.pull-right:before{
    content:"\f105";
    left:auto;
    right:0;
}
/* ------------------------------------------------ */
/* Comments
/* ------------------------------------------------ */
.comments-section{
    float:left;
    margin-top:55px;
    width:100%;
}
h4.subtitle{
    border:1px solid #000000;
    font-family: 'Montserrat';
    font-weight: 300;
    display:table;
    float:none;
    font-size:12px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin:0 auto 40px;
    padding:8px 10px 7px;
}
.comments-list .comments-list-item {
	list-style-type: none;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.comments-list .comment,
.comments-list .bypostauthor {
	display: table;
	width: 100%;
}
.comments-list .comment .comment_avatar,
.comments-list .bypostauthor .comment_avatar {
	width: 65px;
	display: table-cell;
	vertical-align: top;
}
.comments-list .comment .comment_avatar .avatar,
.comments-list .bypostauthor .comment_avatar .avatar {
	margin: auto;
}
.comments-list .comment .comment_content,
.comments-list .bypostauthor .comment_content {
	display: table-cell;
	padding-left: 20px;
}
.comments-list .comment_reply .comment-reply-link,
.comments-list .comment_reply .comment-edit-link {
	margin: 3px 0 0 15px;
    float: right;
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #aaadb1;
}
.comments-list .comment_author {
    font-family: 'Montserrat';
    color:#000000;
    float:left;
    width: 100%;
    margin-bottom:15px;
    margin-top:0;
    font-size:12px;
    font-weight:300;
    letter-spacing:1px;
    text-transform:uppercase;
}
.comments-list .comment_text {
	margin: 0;
    color: #5a5b60;
    float: left;
    font-size: 13px;
    line-height: 24px;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}
.comments-list .children {
	margin-left: 50px;
}
.comment-respond {
	margin-bottom: 50px;
}
.comment-respond .comment-reply-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: .16em;
	line-height: 1;
}
.comment-respond .comment-reply-title small {
	float: right;
}
.comment-respond .comment-reply-title small a {
	border: 1px solid #afa376;
	color: #afa376;
	display: block;
	font: 10px/1 "Lato", sans-serif;
	margin: -1px 0 0 15px;
	padding: 4px 7px 4px 8px;
	text-transform: uppercase;
	letter-spacing: 0;
}
.comment-respond .comment-reply-title small a:hover,
.comment-respond .comment-reply-title small a:focus {
	color: #ffffff;
	background: #afa376;
}
.comments-list-item p,
.comments-list-item h1,
.comments-list-item h2,
.comments-list-item h3,
.comments-list-item h4,
.comments-list-item h5,
.comments-list-item h6 {
    margin:10px 0;
}
.comment-form{
    float:left;
    margin-top:50px;
    margin-bottom:50px;
    width:100%;
}
.comment-form > form{
    float:left;
    width:100%;
}
#comment-form .submit {margin-bottom:100px;clear: both;}
.highfill-form .row{margin:0 -12px}
.highfill-form .row > div{padding:0 12px}
.related .featured-post{margin-bottom:50px}
.related{
    float: left;
    margin-bottom: -50px;
    width: 100%;
}
.logged-in-as {margin:20px 0;}
.no-comments {
    float: left;
    width: 100%;
    margin:30px 0;
}
/* ------------------------------------------------ */
/* 19.0 Gallery Format
/* ------------------------------------------------ */
.gallery-post-slider{
    float:left;
    width:100%;
}
.gallery-post-slider .owl-nav{
    margin-top:-22px;
    padding:0 20px;
    z-index: 2;
}
.gallery-post-slider .owl-nav > div{
    background:#000000;
    border:0 none;
    height:44px;
    opacity:0.3;
    width:44px;
}
.gallery-post-slider .owl-nav > div:before{
    color:#ffffff;
    line-height:44px;
}
.gallery-post-slider .owl-nav > div:hover{opacity:1}
/* ------------------------------------------------ */
/* 20.0 Archive Title
/* ------------------------------------------------ */
.archive-title-wrap {
	background:#f9f9f9;
    padding:40px;
    margin: 0;
    border-bottom:1px solid #ececec;
    text-align: center;
}
.archive-title-wrap span {
	font-size:14px;
    font-weight: lighter;
    font-family: georgia;
    font-style: italic;
	color:#999;
	display:block;
	margin-bottom:6px;
}
.archive-title-wrap h1 {
	font-size:26px;
	text-transform:uppercase;
	letter-spacing:5px;
	display:inline-block;
	color:#000;
	margin-right:-3px;
}
/* ------------------------------------------------ */
/* 21.0 Pages
/* ------------------------------------------------ */
.page-title{
	text-transform:uppercase;
    display:table;
    font-size:37px;
    margin:0 auto 40px;
    padding:0 18px;
    font-weight: 200;
    letter-spacing:4px;
    position:relative;
}
/* ------------------------------------------------ */
/* 404 (Not Found)
/* ------------------------------------------------ */
.error-page{
    background:#fff;
    float: left;
    margin-bottom:50px;
    padding:30px 40px;
    width: 100%;
    text-align: center;
}
.error-page h1 {font-size: 160px;}
.notfound {padding:60px 40px;}
.notfound form {
    float: left;
    width: 50%;
    position: relative;
}
.notfound form input[type="text"] {
    float:left;
    height:44px;
    width:80%;
    font-size:12px;
}
.notfound form button{
    background:#ababab;
    border:1px solid #ababab;
    color:#fff;
    width:20%;
    font-size:11px;
    line-height: 1;
    font-weight:400;
    letter-spacing:1px;
    margin: auto;
    padding:15px;
    display: inline-block;
    text-transform:uppercase;
}
.backtohome {
    background:#ababab;
    border:0 none;
    color:#fff;
    font-size:11px;
    line-height: 1;
    font-weight:400;
    letter-spacing:1px;
    margin: auto;
    padding:15px 50px;
    margin-top:30px;
    display: inline-block;
    text-transform:uppercase;
    width:auto;
}
.backtohome:hover {background:#eec7bc;color:#fff;}
/* ------------------------------------------------ */
/* 22. Form Styling
/* ------------------------------------------------ */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input, select, textarea {
    font-family: 'Open Sans', sans-serif;
	border:1px solid #eaeaea;
	color:#9f9f9f;
    font-size:12px;
	padding:10px 15px;
    margin:0 0 20px;
	box-sizing:border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    float: left;
    width: 100%;
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input,
textarea:focus {
	border-color: #e5e5e5;
	outline: 0;
}
.wpcf7 input[type="date"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="week"],
.wpcf7 input[type="month"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"]{margin-bottom:0;}

button,
input[type=button],
input[type=submit],
input[type=reset],
.wpcf7 .wpcf7-submit {
    background:#ababab;
    border:0 none;
    color:#fff;
    font-size:11px;
    line-height: 1;
    font-weight:400;
    letter-spacing:1px;
    margin: auto;
    padding:15px 50px;
    display: inline-block;
    text-transform:uppercase;
    width:auto;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.wpcf7 .wpcf7-submit:hover {background:#eec7bc;}
form{
    float:left;
    width:100%;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input, select, textarea {
    border:1px solid #ebebeb;
    color:#999;
    font-size:11px;
    line-height: 2;
    padding:10px 15px;
    width:100%;
    margin-bottom:30px;
    float:left;
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input,
textarea:focus {}
textarea{
    height:auto;
    max-width:100%;
    min-height:150px;
}
button,
input[type=button],
input[type=submit],
input[type=reset],
.wpcf7 .wpcf7-submit{
    background:#eec7bc;
    border:0 none;
    color:#ffffff;
    display:table;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size:10px;
    line-height: 1;
    letter-spacing:1px;
    margin:0 auto;
    padding:16px 42px;
    text-transform:uppercase;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.wpcf7 .wpcf7-submit:hover {opacity:0.8}
/* ------------------------------------------------ */
/* 23.0 WP Core
/* ------------------------------------------------ */
.alignnone {
    float: none;
    margin: 35px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 35px auto;
}
.alignright {
    float:right;
    margin: 20px 0 20px 35px;
}
.alignleft {
    float: left;
    margin: 20px 35px 20px 0;
}
a img.alignright {
    float: right;
    margin: 20px 0 20px 35px;
}
a img.alignnone {
    margin: 35px 0;
}
a img.alignleft {
    float: left;
    margin: 20px 35px 20px 0;
}
a img.aligncenter {
    display: block;
    margin: 35px auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 5px 3px 0;
    text-align: center;
}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    color: #999;
    padding:5px;
    margin: 0;
}
.bypostauthor {}
.sticky{}
.wp-audio-shortcode,
.post-password-form {
    width: 100%;
    float:left;
    margin-bottom:50px;
}
/* ------------------------------------------------ */
/* 24.0 Gallery Styles
/* ------------------------------------------------ */
.gallery { margin: 0 -1.1666667% 1.75em;}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {max-width: 100%;}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.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-icon img {margin: 0 auto;}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/* ------------------------------------------------ */
/* 25.0 Screen Readers
/* ------------------------------------------------ */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.track3{
    background:none;
    border-radius:10px;
    margin-right:2px;
    right:0;
    top:50px;
    transition:background 250ms linear 0s;
    width:10px;
}
.track3:hover,
.track3.dragging{
    background:#d9d9d9; /* Browsers without rgba support */
    background:rgba(0, 0, 0, 0.15);
}
.handle3{
    width:7px;
    right:0;
    background:#999;
    background:rgba(0, 0, 0, 0.4);
    border-radius:7px;
    -webkit-transition:width 250ms;
    transition:width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3{
    width:10px;
}