/*
* Theme Name: Avantgarde - Wordpress Blog Theme
* Theme URI: http://www.2035themes.com/avantgarde
* Author: 2035Themes
* Author URI: http://themeforest.net/user/2035Themes
* Description: Responsive Personal Wordpress Theme
* Version: 1.1.4
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: two-columns
*/

/* Table Of Content

1    - Reset
2    - Global Core Styles
3    - Header
        a - Event
        b - Logo
        c - Main Menu
        d - Pre-Header
        e - Social Media
        f - Search
        g - Super Fish Menu
4    - Slider
        a - Related Post
5    - Blog
        a - Comment
        b - Scroll Up
6    - Sidebar & Widgets
7    - Footer
8    - 404 Page

/*-----------------------------------------------------------------------------------*/
/*   Reset
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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;
}

a, a:visited, a:focus, a:active, a:hover, a:link {
    outline: 0 none !important;
    text-decoration: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.pos-center {
    text-align: center;
    margin: 0 auto;
}

.margint5 {
    margin-top: 5px !important;
}

.margint10 {
    margin-top: 10px !important;
}

.margint20 {
    margin-top: 20px !important;
}

.margint30 {
    margin-top: 30px !important;
}

.margint40 {
    margin-top: 40px !important;
}

.margint50 {
    margin-top: 50px !important;
}

.margint60 {
    margin-top: 60px !important;
}

.margint70 {
    margin-top: 70px !important;
}

.margint80 {
    margin-top: 80px !important;
}

.margint90 {
    margin-top: 90px !important;
}

.margint100 {
    margin-top: 100px !important;
}

.margint120 {
    margin-top: 120px !important;
}

.margint140 {
    margin-top: 140px !important;
}

.marginb10 {
    margin-bottom: 10px !important;
}

.marginb20 {
    margin-bottom: 20px !important;
}

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

.marginb40 {
    margin-bottom: 40px !important;
}

.marginb60 {
    margin-bottom: 60px !important;
}

.marginb70 {
    margin-bottom: 70px !important;
}

.marginb90 {
    margin-bottom: 90px !important;
}

.marginb100 {
    margin-bottom: 100px !important;
}

.marginb120 {
    margin-bottom: 120px !important;
}

.padrl20 {
    padding: 0 20px;
}

.padrl50 {
    padding: 0 50px;
}

.padt20 {
    padding-top: 20px;
}

.padt40 {
    padding-top: 40px;
}

.padt50 {
    padding-top: 50px;
}

.padt60 {
    padding-top: 60px;
}

.padb60 {
    padding-bottom: 30px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px;
}

.pad30 {
    padding: 30px;
}

.gallery-caption, .bypostauthor


.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*   Global
/*-----------------------------------------------------------------------------------*/


body {
    margin: 0;
    padding: 0;
    font-family: 'Droid Serif', serif;
    font-size: 15px;
    line-height: 28px;
    color: #333;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

h1 {
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 37px;
    color: #ed5762;
}

h2 {
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 32px;
    color: #ed5762;
}

h3 {
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    color: #ed5762;
}

h4 {
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

h5 {
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #000;
}

h6 {
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1200em;
    color: #000;
}

a {
    color: #333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

a, a:visited, a:focus, a:active, a:hover {
    outline: 0 none !important;
}

a:hover {
    color: #ed5762;
}

em{
    font-style: italic;
}

.third-font {
    font-family: Nothing You Could Do;
    font-weight: 700;
}

.big-font{
    font-size: 21px;
}

.active-color, .active-color a {
    color: #e4c425;
}

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

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

.wp-caption {
    border: solid 1px #e8e8e8;
    padding: 10px;
    margin: 20px 0;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    max-width: 100%;
}

.wp-caption.aligncenter{ margin: 0 auto; } /* Added v 1.1.4 */  

.wp-caption-text {
    margin-top: 10px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    display: block;
}

.post-text {
    padding-bottom: 20px;
}

.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6 {
    margin: 20px 0;
}

.post-text ul {
    list-style: square;
    margin-left: 20px;
}

.post-text ul li {
    padding-left: 5px;
}

.post-text ul li ul li {
    padding-left: 20px;
}

.post-text ol {
    list-style: circle;
    margin-left: 20px;
}

.post-text ul li {
    padding-left: 5px;
}

.post-text ul li ul li {
    padding-left: 20px;
}

table {
    width: 100%;
}

tbody {
    background: #f5f5f5;
}

tbody td {
    background: #f5f5f5;
    border: 1px solid #FFF;
    padding: 5px 8px;
}

tbody th {
    background: #f5f5f5;
    border: 1px solid #FFF;
    padding: 8px 8px;
}

tbody td:hover {
    background: #ededed;
}

tbody .pad {
    background: none;
}

tbody .pad:hover {
    background: none;
}

dl dt {
    font-weight: 600;
}

dl dd {
    padding-top: 3px;
    margin-bottom: 10px;
}




/*-----------------------------------------------------------------------------------*/
/*   Header
/*-----------------------------------------------------------------------------------*/


.main-header {
    
}

.header-container {
    position: relative;
}

/*** Event ***/

.next-event {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
    display: table-cell;
    vertical-align: middle;
}

.next-event i {
    color: #e4c425;
    padding-right: 3px;
    font-size: 20px;
    vertical-align: middle;
}

.next-event a {
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #888;
    text-decoration: underline;
    vertical-align: middle;
    letter-spacing: 0.0300em;
}

.mask {
    background: rgba(0,0,0,.7);
}

#event-details {
    position: relative;
    display: none;
}
.event-close-container{
    position: relative;
}

.event-close-button{
    position: absolute;
    top:25px;
    right: 20px !important;
    z-index: 999999999;
}

.event-close-button a{
    color: #fff;
}

#event-details fieldset{
    border: solid 1px rgba(255,255,255,.2);
    display: inline-block;
    margin: 60px 0;
    padding: 60px 120px;
    position: relative;
}

#event-details legend {
    padding:0;
    width: auto;
    padding: 0 10px;
    color: #fff;
    font-size:11px;
    font-weight: 600;
}

#event-details h6 {
    color: #FFF;
    display: inline-block;
}

#event-details ul p {
    color: #c9c9c9;
}

#event-details ul a {
    color: #e4c425;
}

#event-details ul i {
    color: #e4c425;
    padding-right: 10px;
}

.event-back{
    background-size: cover !important;
}

/*** Logo ***/

.logo h1 a {
    font-size: 45px;
    line-height: 45px;
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1000em;
}

.logo p {
    font-style: italic;
    color: #555;
    margin-top: 5px;
}

.text-logo {
    margin: 40px;
}

/*** Social Media ***/

.header-social-media {
    line-height: 50px;
}

ul li {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-social-media ul li {
    float: left;
    margin-left: 17px;
}

.header-social-media ul li img {
    width: 14px;
}

.header-social-media ul li:hover {
    opacity: 0.5;
}

.header-social-media ul li i {
    color: #555;
    font-size: 12px;
}


/*** Search ***/


.header-search .screen-reader-text, .header-search input[type="submit"] {
    display: none;
}

.header-search {
    line-height: 46px;
}

.header-search input[type="text"] {
    border: none;
    font-size: 11px;
    padding-left: 13px;
    margin-left: 20px;
    border-left: solid 1px #f1f1f1;
}

::-webkit-input-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

input:-moz-placeholder {
    color: #888;
}

.searchform {
    position: relative;
}

.searchform ::-webkit-input-placeholder {
    color: #222;
}

.searchform ::-moz-placeholder {
    color: #222;
}

.searchform :-ms-input-placeholder {
    color: #222;
}

.searchform input:-moz-placeholder {
    color: #222;
}

.header-search .search-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.header-search .search-icon i {
    font-size: 12px;
    color: #555;
}

.pre-header.dark{
    background: #403853;
    color: #FFF;
    border-bottom:none;
}

.pre-header.dark nav#pre-header-menu ul li a{
    color: #FFF;
    font-weight: 400;
    font-size: 11px;
}

.pre-header.dark .sf-menu li.menu-item-has-children:after{
    color: #FFF !important;
}

.pre-header.dark nav#pre-header-menu ul.sub-menu li a{
    color: #333;
}

.pre-header.dark .header-social-media ul li i{
    color: #FFF;
}


.pre-header.dark .header-search input[type="text"]{
    background: transparent;
    border-left: solid 1px #53667d;
}


.pre-header.dark ::-webkit-input-placeholder {
    color: #FFF;
}

.pre-header.dark ::-moz-placeholder {
    color: #FFF;
}

.pre-header.dark :-ms-input-placeholder {
    color: #FFF;
}

.pre-header.dark input:-moz-placeholder {
    color: #FFF;
}

.pre-header.dark .header-search .search-icon i{
    color: #FFF;
}

.pre-header {
    background: #FFF;
    height: 50px;
    border-bottom:solid 1px #f1f1f1;
}

.pre-header-nav{
    position: relative;
}

#pre-header-menu img, #main-menu ul li ul li img{
    display: none;
}

#pre-header-menu{
    line-height: 50px;
}

#main-menu{
    line-height: 50px;
}

#pre-header-menu ul li, #main-menu ul li {
    float: left;
    margin-right: 35px;
    padding: 0;
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s;
    letter-spacing: 1px;
    position: relative;
}
    
#pre-header-menu ul li ul li, #main-menu ul li ul li {
    padding-left: 13px;
    padding-right: 13px;
}

#pre-header-menu ul li a, #main-menu ul li a {
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #444;
    letter-spacing: 0.1400em;
    position: relative;
}


#pre-header-menu .frame img {
    padding-right: 6px;
}

.frame {
    white-space: nowrap;
}

.frame a img{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 0;
}

.frame a:hover img{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: -5px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#main-menu img {
    vertical-align: middle;
}

#main-menu {
    display: inline-block;
    margin-top: 0px;
	text-transform: uppercase;
}

#main-menu > ul > li {
    float: left;
    margin: 0 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.main-menu.top #main-menu > ul > li{
    margin: 0 20px;
}


.main-menu.top .main-nav-text{
    display: block;
    width: 100%;
    text-transform: uppercase;
}


.main-menu.top .frame img{
    display: block;
}


#main-menu ul li img {
    padding-right: 7px;
}

#main-menu ul li a {
    float: left;
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1200em;
}

.main-menu.top #main-menu ul li a{
    font-weight: 700;
    letter-spacing: .18em;
}


/* SF Menu */

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.sf-menu ul{
    position: absolute;
    display: none;
    z-index: 99;
    top:50px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
    padding: 5px 0;
}

.sf-menu ul li ul {
    position: absolute;
    display: none;
    left: 100%;
    top:0;
    z-index: 99;
}

.sf-menu li:hover > ul, .sf-menu li.sf-menuHover > ul {
    display: block;
}

.sf-menu ul li {
    width: 100%;
    min-width: 100px;
    line-height: 30px;
}

.sf-menu .parent-menu ul {
    float: none;
}

.sf-menu .parent-menu {
    position: relative;
}

.sf-menu li.menu-item-has-children:after{
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #444 !important;
    font-size: 7px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    right: -18px;
}

.sf-menu ul li.menu-item-has-children:after{
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #444 !important;
    font-size: 7px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    right: 0px;
}
/* SF Menu */

.slicknav_menu {
    display:none;
}

/*-----------------------------------------------------------------------------------*/
/*   Slider
/*-----------------------------------------------------------------------------------*/

.home-grid ul li {
    margin: 15px 0;
}

.slides > li {margin-right: 10px !important;} /* Added v 1.1.4 */  

.home-slider-3-grid ul li {
    margin-right: 15px;
}

li.slide-block {
    position: relative;
}

.slider-content {

    bottom: 6%;
    position: absolute;
    left: 50%;
    height: auto;
    width: 70%;
    padding: 17px 15px;
    background: #FFF;
    margin-left: -35%;
    text-align: center;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   
}
.slider-content:hover {
    opacity: 1;
}


.sidebar-slider .slider-content{
    bottom:0;
    box-shadow: none;
    width: 100%;
    left: 0;
    margin-left: 0;
    background: #2F3944;
    text-align: left;
}

.sidebar-slider .slider-content date{
    display: none;
	#7ea8ac;
}

.sidebar-slider .slider-content a{
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.02em;
}


.slider-content h3 a {
    color: #000;
}

.home-slider-3-grid .slider-content h3 {
    font-size: 19px;
    line-height: 23px;
    font-weight: 300;
    letter-spacing: 0.0200em;
}

.home-slider-2-grid .slider-content h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
}

.home-slider-1-grid .slider-content h3 {
    font-size: 26px;
    line-height: 30px;
}

date, .time {
    font-size: 11px;
    color: #777;
}

.home-slider img {
    max-width: 100% !important;
    height: auto !important;
}

.title h6, .title h4 {
    color: #333;
    line-height: 1px;
    padding-bottom: 11px;
    display: inline-block;
    border-bottom: solid 2px #e4c425;
    letter-spacing: 0.1200em;
}


.cat-title h6 {
    text-transform: uppercase;
}

.flexslider {
    margin-bottom: 30px;
}

.flex-control-paging li a {
    background: #e1e1e1;
}

.flex-control-paging li a.flex-active {
    background: #e4c425;
}


/*** Related Post ***/

.related-posts ul li {
    float: left;
    position: relative;
    margin-right: 15px;
    width: 272px;
    height: 280px;
}

.related-posts ul li:last-child {
    margin-right: 0;
}


/*-----------------------------------------------------------------------------------*/
/*   Blog
/*-----------------------------------------------------------------------------------*/


.blog-entry {
    margin-top: 70px;
    background: #FFF;
    position: relative;
    border-bottom: solid 1px #f8d398;
}

.sticky-post {
    position: absolute;
    right: 30px;
    top: -10px;
    color: #888;
}


.post-details {
    display: inline-block;
}

.blog-entry-title h1 a {
    margin: 10px 0;
    margin-bottom: 16px;
    display: inline-block;
    letter-spacing: 0.0700em;
    font-weight: 300;
    color: #6e375a;
}

.blog-entry-title h1 a:hover {
    color: #ed5762;
}

.author-info-date, .author-info-date a {
    font-size: 11px;
    color: #666;
}

.author-name {
    padding-right: 6px;
}

.pale-info {
    color: #a4a4a4;
    font-style: italic;
}

.post-comment {
    margin: 0 12px;
}

.post-comment a {
    font-size: 11px;
    color: #777;
    font-style: italic;
}

.post-comment i {
    color: #e4c425;
    padding-right: 6px;
    font-size: 12px;
}

.post-category{
    color: #777 !important;
}

.post-text{
    padding: 20px;
}

.before-title-line{
    width: 35px;
    height: 1px;
    background: #e8e8e8;
    margin: 0 auto;
    margin-top: 20px;
}

.post-text p {
    margin: 20px 0;
}

.post-end {
    background: #ff;
    padding: 20px;
    clear: both;
}

a.more-link{
    border:solid 1px #ed5762;
    color: #ed5762;
    padding: 13px 21px;
    font-size: 13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

a.more-link:hover{
    border:solid 1px #e4c425;
}



.post-end .read-more a:hover {
    opacity: 0.6;
}

.share-tools {
    margin-top: 6px;
}

.page-share {
    display: inline-block;
}

.share-tools ul li {
    float: left;
    border-left: dotted 1px #d0d0d0;
    height: 15px;
    line-height: 15px;
    margin-left: 19px;
    padding-left: 19px;
}

.share-tools ul li:hover {
    opacity: 0.6;
}

.share-tools ul li:first-child {
    border: none;
}

.share-tools ul li a {
    font-size: 11px;
    color: #777;
    font-style: italic;
}

.share-tools ul li i {
    font-size: 12px;
    padding-right: 4px;
    color: #e4c425;
}

.featured-image-credits {
    font-size: 11px;
    color: #777;
}

hr.credit-bottom {
    float: left;
    margin: 0;
    width: 20px;
    height: 1px;
    background: #e4c425;
}

.link-post-icon {
    background: #e4c425;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
}

.link-post-icon a {
    color: #FFF;
}

.link-post-format, .quote-post-format {
    background: #f8f8f8;
    padding: 50px;
    text-align: center;
}

.quote-post-format {
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    color: #777;
}

.blog-post-tag a {
    font-size: 12px;
}

.blog-post-tag i {
    color: #e4c425;
    padding-right: 5px;
}


/*** Comment ***/


.leave-reply-link a {
    font-size: 12px;
    color: #777;
}

.comment-notes {
    font-size: 11px;
    color: #777;
    margin-bottom: 5px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    height: 50px;
    padding-left: 20px;
    font-size: 14px;
    color: #555;
    font-style: italic;
    border: solid 1px #e8e8e8;
    background: transparent;
    margin-bottom: 20px;
    width: 70%;
}

.comment-respond textarea,
.wpcf7 textarea {
    width: 100%;
    height: auto;
    background: transparent;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 14px;
    color: #555;
    font-style: italic;
    border: solid 1px #e8e8e8;
}

.comment-respond input[type="submit"],
.wpcf7 input[type="submit"] {
    float: right;
    margin-top: 15px;
    background: #e4c425;
    border: none;
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.1000em;
    padding: 10px 25px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.wpcf7 input[type="text"],.wpcf7 input[type="email"], .wpcf7 input[type="submit"] {
    margin: 0;
}

.comment-styles input[type="submit"]:hover, .wpcf7 input[type="submit"]:hover {
    background: #333;
}

.user-comment-box {
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
    padding: 30px 40px;
    margin-bottom: 40px;
}

a.comment-reply-link {
    font-size: 10px;
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1500em;
    text-transform: uppercase;
    border: solid 1px #e1e1e1;
    padding: 6px 10px;
    padding-left: 25px;
}

a.comment-reply-link {
    position: relative;
}

a.comment-reply-link:before {
    content: "\f112";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #777;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: -1px;
    left: 9px;
}

.user-comment-box .date p {
    font-size: 11px;
    color: #777;
    line-height: 0;
    margin-top: 7px;
    margin-bottom: 20px;
}

.comments ul {
    margin-left: 20px;
}


/*** Scroll Up Link ***/

.pagination {
    display: inline-block;
}

.pagination .next-post, .pagination .prev-post, .divider {
    float: left;
}

.pagination .next-post {
    margin-right: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.pagination .prev-post {
    margin-left: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.pagination .next-post:hover, .pagination .prev-post:hover {
    opacity: 0.6;
}

.divider {
    height: 30px;
    line-height: 30px;
    border-left: dotted 1px #b0b0b0;
}

.pagination a {
    font-size: 13px;
    color: #555;
}

.pagination i {
    background: #e4c425;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
}

.pagination .next-post i {
    margin-right: 6px;
}

.pagination .prev-post i {
    margin-left: 6px;
}


/*** Scroll Up Link ***/

.scrollup {
    display: inline-block;
    display: none;
    position: fixed;
    bottom: 25px;
    right: 5%;
}

.scrollup:hover i {
    background: #333;
}

.scrollup i {
    width: 27px;
    height: 27px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    background: #333333;
    color: #e4c425;
    font-size: 15px;
    margin-right: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

a.scrollup {
    font-size: 12px;
    color: #777;
    text-decoration: underline;
}

.post-password-required input[type="submit"] {
    height: 37px;
    color: #555;
    background: transparent;
    padding: 0 15px;
    background: #e4c425;
    color: #FFF;
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1200em;
    text-transform: uppercase;
}
    
/*-----------------------------------------------------------------------------------*/
/*   Sidebar & Widgets
/*-----------------------------------------------------------------------------------*/

.sidebar {
    margin-top: 60px;
    font-size: 15px;
    line-height: 22px;
}

.sidebar-widget {
    margin-bottom: 50px;
}

.sidebar-widget h6 {
    text-transform: uppercase;
    color: #222;
    text-align: center;
}

.sidebar-widget hr {
    margin: 0;

    margin-bottom: 13px;
}

.sidebar-widget ul li a {
    line-height: 30px;
}

.sidebar-widget ul li {
    position: relative;
    padding-left: 15px;
}

.sidebar-widget ul li ul li a {
    padding-left: 10px;
}

.sidebar-widget ul li ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    left: 0;
    left: 10px;
}

.sidebar-widget ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    left: 0;
}

select {
    position: relative;
    background: #FFF;
    border: solid 1px #e1e1e1;
    width: 100%;
    padding-left: 10px;
    font-size: 12px;
    color: #777;
    height: 41px;
    border-radius: 0 !important;
}

#calendar_wrap thead {
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    margin: 0 auto;
}

#calendar_wrap caption, tfoot {
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

tfoot {
    border: none;
}

tr th {
    text-align: center;
}

tbody {
    font-size: 11px;
    color: #555;
    text-align: center;
}

.screen-reader-text {
    display: none;
}

.sidebar-widget .searchform input[type="text"] {
    position: relative;
    width: 100%;
    height: 41px;
    padding-left: 20px;
    background: #FFF;
    border: solid 1px #e1e1e1;
    width: 100%;
    padding-left: 10px;
    font-size: 12px;
    color: #777;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 7px;
    color: #e4c425;
}

.tagcloud a {
    background: #FFF;
    border: solid 1px #e1e1e1;
    font-size: 12px !important;
    color: #666;
    padding: 2px 12px;
    clear: both;
    margin-bottom: 10px;
    display: inline-block;
}

.author-avatar {
    margin-bottom: 10px;
}

.author-info p {
    margin-top: 10px;
}

.author-widget-social ul {
    display: inline-block;
    margin-top: 20px;
}

.author-widget-social ul li {
    float: left;
    padding-left: 0;
}

.author-widget-social ul li a:before, .social-widget ul li a:before, .instagram-widget ul li a:before, .pin-three ul li a:before, .slider-post-widget ul li a:before {
    display: none;
}

.author-widget-social ul li i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    background: #e4c425;
    margin: 0 5px;
    border-radius: 2px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.author-widget-social ul li i:hover {
    background: #444;
}

.author-widget-social ul li img {
    width: 28px;
}

.social-widget ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.social-widget ul li:hover i {
    color: #333;
}

.social-widget ul li i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    background: #FFF;
    border: solid 1px #e8e8e8;
    border-radius: 50%;
    color: #e4c425;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.social-widget ul li a {
    font-size: 11px;
    font-style: italic;
    color: #555;
    letter-spacing: 0.0700em;
}

.instagram-widget ul li {
    padding-left: 0;
}

.instagram-widget ul li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.instagram-widget ul li:nth-child(2n-1) {
    padding-right: 5px;
}

.instagram-widget ul li:nth-child(2n) {
    padding-left: 5px;
}

a.instagram-follow, .pin_text a, .twitter-link a {
    font-size: 12px;
    font-style: italic;
    color: #555;
    letter-spacing: 0.0700em;
    text-decoration: underline;
}

a.instagram-follow i {
    color: #406e95;
    font-size: 13px;
    padding-right: 3px;
}

.twitter-link i {
    color: #55acee;
}

.pin_link i {
    color: #d11e16;
    font-size: 13px;
}

.pin-three ul li {
    float: left;
    width: 32%;
    margin-bottom: 7px;
    margin-right: 2%;
    height: 85px;
    background-size: cover !important;
    padding: 0;
}

.pin-three ul li:last-child {
    margin-right: 0;
}

.pin-three ul li a{
    width: 100%;
    height: 100%;
    display: block;
}

.tweet-box {
    margin-bottom: 20px;
}

.tweet-box:last-child {
    margin-bottom: 0;
}

.recent-post-image {
    float: left;
    width: 28%;
}

.recent-post-title-cont {
    float: left;
    width: 72%;
    padding-left: 10px;
}

.slider-post-widget ul li {
    padding-left: 0;
}

.slider-post-widget .flex-control-nav {
    margin-top: 15px;
}


/*-----------------------------------------------------------------------------------*/
/*   Footer
/*-----------------------------------------------------------------------------------*/


.footer-container {
    border-top: solid 1px #f0f0f0;
    background: #FFF;
    padding: 60px 0 0px 0;
}

.foot-1 {

}

.footer-container .sidebar-widget h6 {
    text-align: left;
}

.footer-container .sidebar-widget{
    margin-bottom: 0 !important;
}

.footer-container a{
    font-size: 14px !important;
}



/*-----------------------------------------------------------------------------------*/
/*   404 Page
/*-----------------------------------------------------------------------------------*/


.error-page {
    padding: 4% 0;
}

.error-number h1 {
    font-size: 70px;
    line-height: 80px;
}

.button-style {
    display: inline-block;
    background: #e4c425;
    border: none;
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.1000em;
    padding: 10px 25px;
}

.button-style:hover a {
    color: #000;
}





/* From 1.0.1 */

strong{
    font-weight: bold;
}


img.alignright{
    text-align: right;
    float: right;
}

img.alignleft{
    text-align: left;
    float: left;
}

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




.rsp-img-center{
    margin:0 auto;
    text-align: center;
}

.post-text .fa {
    color: #FFF;
}