.header-wrap,
.main-container-wrap { 
    width: 100%;
    margin-bottom: 50px;
}

.main-container {
    float: left;
    overflow: hidden; 
}

.center-width {
    margin: 0 auto;
}
/**
 * 1.1 Theme Transition
 * ----------------------------------------------------------------------------
 */
#wp-calendar tbody td,
.infinity-widget ul li span,
.jr-insta-slider li a:after,
.jr-insta-slider li a:before,
.post-pagination h4,
.post-pagination p {
    -webkit-transition: all 230ms ease-in-out 0s;
    -moz-transition: all 230ms ease-in-out 0s;
    -o-transition: all 230ms ease-in-out 0s;
    transition: all 230ms ease-in-out 0s;
}

.thumb-overlay,
.instagram-widget {
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;  
}

/**
 * 2.5 Search
 * ----------------------------------------------------------------------------
 */

.infinity-search {
    position: relative;  
}

.infinity-search .submit {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 44px;
    padding: 0px 19px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.header-search-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 270;
    background-color: rgba( 1, 1, 1, 0.7 );
    text-align: center;
    border: none;
    cursor: url(img/cursor-close.png) 30 15, auto; 
}

.header-search {
    position: relative;
    top: 30%;
    max-width: 600px;
    margin: 0 auto;
    -webkit-transition: transform 400ms ease-out;
    -moz-transition: transform 400ms ease-out;
    -o-transition: transform 400ms ease-out;
    -ms-transition: transform 400ms ease-out;
    transition: transform 400ms ease-out;
}

.search-title {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.search-title:after {
    display: block;
    content: '';
    width: 60px;
    margin: 0 auto;
    height: 3px;
    background: #ffffff;
    margin-top: 22px;
}

.header-search-wrap input {
    width: 100%;    
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    letter-spacing: 2px;
    font-weight: bold;
    border: 0;
    padding-left: 20px;
    border-style: solid;
}

.header-search .submit {
    height: 60px;
    padding: 0px 23px;
    font-size: 19px;
}



/**
 * ----------------------------------------------------------------------------------------
 * 3. #Content
 * ----------------------------------------------------------------------------------------
 */

.main-post {
    width: 100%;
    overflow: hidden;
}

.col2,
.col3 {
    display: inline-block;
    vertical-align: top;
}

.entry-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.entry-media img {
    margin: 0 auto;
}

.col2 .entry-media,
.col3 .entry-media {
    margin-bottom: 16px;
}

.meta-categories {
    margin-bottom: 7px;
}

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

.meta-categories a {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.meta-categories a:hover {
    text-decoration: underline;
}

.category-prefix {
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    margin-right: 4px;
}

.post-title a:hover {
    opacity: .7;
}

.post-title {
    font-size: 41px;
    line-height: 44px;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.page .post-title {
    margin-bottom: 20px;
}

.col2 .post-title,
.col3 .post-title {
    font-size: 26px;
    line-height: 29px;
    letter-spacing: 1px;
    margin-bottom: 13px;
}

.list .post-title {
    font-size: 26px;
    line-height: 29px;
    letter-spacing: 1px;
    margin-bottom: 11px;
}

.thumb-overlay {
    background-color: rgba( 255, 255, 255, 0 );
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
}

.thumb-overlay:hover {
    background-color: rgba( 255, 255, 255, 0.14 );
}

.entry-content {
    font-size: 15px;
    line-height: 24.2px;
}

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

.read-more {
    margin: 25px 0px 30px;
    text-align: center;
}

.read-more a {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
}

.meta-author-date {
    text-align: center;
    margin-bottom: 15px;
}

.single-post .meta-author-date {
    margin-bottom: 23px;
}

.meta-date {
    font-size: 15px;
    margin-right: 5px;
}

.author-prefix {
    font-family: 'Playpair Display';
    font-size: 15px;
    font-style: italic;
    margin-right: 4px;
    border-left-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.meta-author-date a {
    font-size: 15px;
    font-weight: 600;
}

.meta-tags {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.meta-tags a {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 8px 8px 9px;
    margin-right: 6px;
    margin-bottom: 9px;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
}

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

.entry-footer .meta-share {
    display: inline-block;
    position: relative;
}

.entry-footer .meta-share:before,
.entry-footer .meta-share:after {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    top: 50%;
    width: 1000px;
}

.entry-footer .meta-share:before {
    right: 100%;
    margin-right: 15px;
}
.entry-footer .meta-share:after {
    left: 100%;
    margin-left: 15px;
}

.meta-share a {
    width: 40px;
    height:  40px;
    line-height: 40px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-width: 1px;  
    border-style: solid;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.meta-share a:last-child {
    margin-right: 0px;
}

.infinity-post-comment {

}

.facebook-share:hover {
   color: rgba( 59, 89, 152, 1 );
}

.twitter-share:hover {
   color: rgba( 0, 172, 237, 1 );
}

.pinterest-share:hover {
   color: rgba( 203, 32, 39, 1 );
}

.googleplus-share:hover {
   color: rgba( 221, 75, 57, 1 );
}

.linkedin-share:hover {
   color: rgba( 0, 123, 181, 1 );
}

.tumblr-share:hover {
   color: rgba( 50, 80, 109, 1 );
}

.reddit-share:hover {
   color: rgba( 206,227,248, 1 );
}

.no-search-result {
    text-align: center;
    margin: 50px auto 100px;
}

.no-search-result h3 {
    font-family: 'Open Sans';
    font-size: 40px;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.no-search-result .infinity-search {
    max-width: 480px;
    margin: 30px auto 0px;
}

.post-password-form label {
    display: block;
    margin-bottom: 10px;
}


/**
 *  3.1 Post Format Style
 * ----------------------------------------------------------------------------
 *
**/

.overlay-wrap {
    color: #111111;
    padding: 20px 18px;
    background: rgba( 255, 255, 255, 0.8 );
}

.overlay-title {
    color: #111111;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.overlay-text {
    text-align: right;
    font-style: italic;
    letter-spacing: 0.5px;
}

.infinity-single-post .overlay-text {
    text-align: center;
}

.entry-video iframe {
    width: 0;
    height: 0;
}

.entry-media img + .entry-audio {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 10px;
}

.entry-audio iframe,
.entry-audio embed {
    width: 100%;
}

.enty-gallery {
    position: relative;
}

.gallery-next,
.gallery-prev {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    padding: 15px;
    cursor: pointer;
    color: #ffffff;
}

.gallery-prev {
    float: left;
    left: -30px;
}

.gallery-next {
    float: right;
    right: -30px;
}

.gallery-next:before,
.gallery-prev:before {
    font-family: "fontello";
    font-size: 32px;
}
.gallery-prev:before {
    content: '\e800';
}

.gallery-next:before {
    content: '\e801';
}

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


.entry-gallery:hover .gallery-next {
    right: 0px;
}

.entry-gallery:hover .gallery-prev {
    left: 0px;
}

.entry-media .owl-carousel .owl-height {
    height: auto !important;
}



/**
 * 3.2 Single Post
 * ----------------------------------------------------------------------------
 */

.infinity-single-post,
.post-pagination {
    margin-bottom: 30px;
}

.related-posts {
    margin-bottom: 30px;
}

.comment-title h2,
.related-posts h3 {
   position: relative;
   display: inline-block;
}

.comment-title h2:before,
.comment-title h2:after,
.related-posts h3:before,
.related-posts h3:after {
 content: "";
  position: absolute;
  height: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px; 
  top: 50%;
  width: 1000px;
}

.comment-title h2:before,
.related-posts h3:before {
  right: 100%;
  margin-right: 15px;
}

.comment-title h2:after,
.related-posts h3:after {
  left: 100%;
  margin-left: 15px;
}

.comment-title,
.related-posts-title {
    text-align: center;
    overflow: hidden;
}

.logged-in-as + p > label {
	display: none;
}

.related-posts h3 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 28px;
}

.related-posts h4 {
    margin-top: 13px;
    margin-bottom: 4px;
}

.related-posts h4 a {
    font-size: 19px;
    letter-spacing: 0.5px;
}

.post-date {
    font-size: 13px;
}

.related-posts section {
    float: left;
    width: calc((100% - (2 * 20px)) / 3);
    width: -webkit-calc((100% - (2 * 20px)) / 3);
}

.related-posts section {
    margin-right: 20px;  
}

.related-posts section:last-of-type {
    margin-right: 0 !important;
}

.author-description {
    text-align: center;
    border-bottom-width: 1px;
    border-style: solid;
    overflow: hidden;
    padding: 0px 30px 30px;
    margin-bottom: 30px;
}

.author-avatar img {
	display: inline-block;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.author-content {
    overflow: hidden;
    overflow-wrap: break-word;
}

.author-content h4 {
    margin: 10px 0px;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.author-content p {
    font-size: 15px;
    line-height: 24.2px;
    margin-bottom: 10px;
}

.author-social a {
    font-size: 14px;
    margin-right: 14px;
}

.author-social a:last-child {
    margin-right: 0;
}



/**
 * 3.3 Comment Section
 * ----------------------------------------------------------------------------
 */

.comments-area {
    margin-top: 30px;
}

.comments-area h2 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.comments-area .children {
    margin-left: 45px;
}

.entry-comments {
    font-size: 15px;
    line-height: 24.2px;
    margin-bottom: 25px;
    border-style: solid;
    border-width: 1px;
    padding: 25px 20px 20px 20px;
    overflow: hidden;
}

.comment-content {
    overflow: hidden;
}

.comment-avatar img {
    float: left;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-right: 10px;
}

.comment-author {
    font-family: 'Open Sans';
    float: left;
    font-size: 19px;
    letter-spacing: 0.5px;
}

.comment-date {
    float: right;
    font-size: 13px;
    padding-left: 8px; 
}
    
.comment-date a:first-child:hover {
    text-decoration: underline;
}

.comment-text {
    padding-top: 10px;
}

.awaiting-moderation {
    font-style: italic;
}

.commentslist footer a:hover {
    text-decoration: underline;
}

.logged-in-as {
    margin-bottom: 12px;
}

.comment-reply-title {
    margin-top: 25px;
    margin-bottom: 8px;
    font-size: 24px;
    letter-spacing: 0.5px;
}

#respond {
    font-size: 14px;
    line-height: 24px;
}

.comment-form {
    padding-top: 4px;
}

.comment-form label {
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.comments-area input[type="text"]{
    width: 60% !important;
}

.wpcf7 p {
    margin-bottom: 10px !important;
    line-height: 31px !important;
}

#submit {
    border: none;
}

.comments-area input[type="text"],
.comments-area textarea,
.wpcf7 input[type="submit"],
#submit {
    margin-bottom: 10px;
}

.wpcf7 textarea,
.comments-area textarea {
    width: 100% !important;
    height: 250px;
}

.wpcf7 input[type="submit"],
#submit {
    width: auto;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.reply a {
    display: block;
    float: right;
    margin-top: 8px;
    padding: 11px 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    border-style: solid;
    border-width: 1px;
}



/**
 * 3.4 Pagination
 * ----------------------------------------------------------------------------
 */

.infinity-pagination {
    position: relative;
    height: 42px;
    width: 100%;
    text-align: center;
}

.infinity-pagination a,
.numbered-current {
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;  
    letter-spacing: 2px;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
}

.numbered-list * {
    margin-right: 10px;
}

.numbered-list *:last-child {
    margin: 0;
}

.default-previous {
    float: left;
}

.default-next {
    float: right;
}

.post-pagination .next {
    float: right;
    width: 50%;
}

.post-pagination .previous {
    float: left;
    width: 50%;
}

.previous-thumbnail {
    float: left;
    width: 75px;
    margin-right: 18px;
}

.next-thumbnail {
    float: right;
    width: 75px;
    margin-left: 18px;
}

.previous-inner {
    text-align: left;
}

.next-inner {
    text-align: right;
}

.post-pagination p {
    display: block;
    width: 100%;
    padding-top: 12px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.post-pagination h4 {
    width: 100%;
    padding-bottom: 19px;
    font-size: 19px;
    letter-spacing: 0.5px;
}


/**
 * 3.5 Breadcrumbs
 * ----------------------------------------------------------------------------
 */

.infinity-breadcrumbs {
    width: 100%;
    padding: 11px 25px;
    overflow: hidden;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
}

.infinity-breadcrumbs li {
    line-height: 24.27px;
    text-transform: capitalize;
    float: left;
    margin-right: 11px;
    display: block;
    font-size: 14px;
}

.blog .infinity-breadcrumbs {
    display: none;
}


/**
 * 3.6 Content Default Style
 * ----------------------------------------------------------------------------
 */


/* Default Styles */

.entry-content hr {
    border: 0;
    height: 1px;
    margin: 30px 0;
}

.entry-content strong {
    font-weight: bold;
}

.entry-content em,
.entry-content cite,
.entry-content address {
    font-style: italic;
}

.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var,
.entry-content samp,
.entry-content pre {
    font-family: Inconsolata, monospace;
    font-size: 85%;
}


.entry-content ul > li,
.entry-content ol > li,
.entry-content blockquote {
    padding-left: 15px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    line-height: normal;
    clear: both;
    margin: 10px 0px;
}

.entry-content h1 {
    font-size: 40px;
}

.entry-content h2 {
    font-size: 36px;
}

.entry-content h3 {
    font-size: 30px;
}

.entry-content h4 {
    font-size: 24px;
}

.entry-content h5 {
    font-size: 22px;
}

.entry-content h6 {
    font-size: 20px;
}

.entry-content  blockquote {
    border-left-width: 3px;
    border-style: solid;
}

.entry-content  blockquote p {
    font-family: 'Playfair Display';
    font-size: 19px;
    line-height: 30.7px;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.entry-content  blockquote a {
    font-style: italic;
}

.entry-content table th {
    font-weight: bold;
}

.entry-content table tr,
.entry-content table th,
.entry-content table td {
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    text-align: left;
}

.entry-content dl dt {
    font-weight: bold;
}

.entry-content ul {
    list-style: disc;
    list-style-position: inside;
}

.entry-content ol {
    list-style: decimal;
    list-style-position: inside;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 15px;
}

.entry-content abbr[title] {
    border-width: 1px;
    border-style: dotted;
    cursor: help;
}

.entry-content big {
    font-size: 125%;
}

.entry-content pre {
    border-width: 1px;
    border-style: solid;
    padding: 15px;
}

.entry-content sub {
    vertical-align: sub;
    font-size: smaller;
}

.entry-content sup {
    vertical-align: super;
    font-size: smaller;
}



/**
 * ----------------------------------------------------------------------------------------
 * 4. #Sidebar / Widget Area
 * ----------------------------------------------------------------------------------------
 */

.main-sidebar-wrap {
  height: auto !important;
}

.main-sidebar {
    float: left;
}

.main-sidebar .infinity-widget:last-child {
    margin-bottom: 17px;
}

.infinity-widget {
    position: relative;
    left: 0;
    width: 100%;
    font-size: 15px;
    line-height: 24.27px;
}

.widget-title {
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 7px;
    clear: both;
    overflow: hidden;
}

.widget-title h3 {
    display: inline-block;
    position: relative;
}

.widget-title h3:before,
.widget-title h3:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1000px;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;

}

.widget-title h3:before {
    right: 100%;
    margin-right: 15px;
}

.widget-title h3:after {
    left: 100%;
    margin-left: 15px;
}

.infinity-widget ul li span,
.infinity-widget ul li span a {
    font-family: 'Playfair Display';
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    color: inherit;
}

/* Default Widgets*/

.widget_recent_entries ul li span {
   font-size: 12px;
}

.widget_recent_comments li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages > ul > li,
.widget_archive li,
.widget_categories > ul > li,
.widget_recent_entries ul li {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    line-height:45px;
}

.widget_nav_menu li {
    line-height: 45px;
}

.widget_nav_menu li a {
    display: block;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.infinity-widget .sub-menu {
    padding-left: 10px;
}

.widget_rss img {
    display: inline-block;
}

/* Category */
.widget_categories ul li,
.widget_archive ul li {
    float: left;
    width: 100%;
    text-align: right;
}

.widget_categories ul li a,
.widget_archive ul li a {
    float: left;
    overflow: hidden;
}

.widget_categories .children li {
    padding-left: 10px;
    border-top-width: 1px;
    border-style: dotted; 
}

/* TagCloud */
.tagcloud a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 4px 12px;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

/* Calendar */
#wp-calendar {
    width: 100%;  
    border-width: 1px;
    border-style: solid;
}

#wp-calendar thead th {
    padding-bottom: 5px;
    font-family: 'Playfair Display';
    font-size: 14px;
    text-align: center;
}

#wp-calendar caption {
    padding: 10px;
    font-family: 'Playfair Display';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}

#wp-calendar tbody td a {
    display: block;
}

#wp-calendar tfoot #prev,
#wp-calendar tfoot #next {
    padding: 8px 5px;
}

#wp-calendar tfoot #prev a,
#wp-calendar tfoot #next a {
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
}

#wp-calendar tfoot #next {
    text-align: right;
}

#wp-calendar thead tr th {
    padding: 8px;
    text-align: center;
    font-weight: 700;
}

#wp-calendar tbody td {
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

#wp-calendar tbody td a {
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}


/* Social Media Widget */

.social-icons {
    text-align: center;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin: 4px;    
    text-align: center;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.infinity-social-widget a:last-child {
    margin-right: 0;
}

/* Featured Posts Widget */

.infinity_featured_posts_widget .widget-title {
    margin-bottom: 13px;
}

.featured-item {   
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-style: solid;
    border-bottom-width: 1px;
    overflow: hidden;
}

.featured-item:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.featured-item-image {
    width: 60px;
    float: left;
    margin-right: 10px;
}

.featured-item-image img {  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.featured-item-info h4 a {
    display: block;
    font-family: 'Open Sans';
    margin-bottom: 2px;
    margin-top: 3px;
    font-size: 15px;
}

.featured-item-date {
    font-size: 13px;
    font-style: italic;
}

/* Author Widget */
.infinity_author_widget {
    text-align: center; 
}

.infinity_author_widget img {
    margin: 0 auto 13px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.infinity_author_widget h3 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
}

/* Facebook Widget */
.widget_fbw_id .loader {
    display: none !important;
}

/* MailChimp Widget */
.mc4wp-form {
    margin-top: 12px;
}

.mc4wp-form input {
    font-family: 'Open Sans';
    height: 45px;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    margin-bottom: 12px;
}

.mc4wp-form label {
    display: none;
}

.mc4wp-form input[type="submit"] {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
}



/**
 *  4.1 Fixed Sidebar
 * ----------------------------------------------------------------------------
 */

.fixed-sidebar-close-btn {
    display: none;
    width: 35px;
    height: 35px;
    text-align: left;
    line-height: 35px;
    cursor: pointer;
}

.main-wrap {
    width: 100%;
    height: 100%;
    margin-left: 0;
    -webkit-transition: margin-left 350ms linear;
    -moz-transition: margin-left 350ms linear;
    -o-transition: margin-left 350ms linear;
    -ms-transition: margin-left 350ms linear;
    transition: margin-left 350ms linear;
}

.fixed-sidebar {
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 100%;
    padding: 35px;
    overflow-x: hidden;
    background-color: #fff;
    -webkit-transition: right 350ms linear;
    -moz-transition: right 350ms linear;
    -o-transition: right 350ms linear;
    -ms-transition: right 350ms linear;
    transition: right 350ms linear;
}

.fixed-sidebar-close {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background-color: rgba( 1, 1, 1, 0.7 );
    cursor: url(img/cursor-close.png) 30 15, auto;
}

.admin-bar .fixed-sidebar {
    top: 32px;
}



/**
 * ----------------------------------------------------------------------------------------
 * 5. #Carousel
 * ----------------------------------------------------------------------------------------
 */

/*5.1 Carousel Area */
.infinity-carousel-wrap {
    overflow: hidden;
}

.infinity-carousel-wrap .outer {
    position: absolute;
    z-index: 120;
}


.infinity-carousel-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.infinity-carousel {
    position: relative;
    overflow: hidden;
}

.infinity-carousel .container {
    background-color: rgba( 1, 1, 1, 0.3 );
}

.infinity-carousel .container:hover {
    background-color: rgba( 1, 1, 1, 0.35 );
}

.carousel-pagination {
    position: absolute;    
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 100;
    width: 50%;
    text-align: center;
}

.carousel-pagination-item {
    display: inline-block;
}

.carousel-pagination-item span {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-style: solid;
    border-width: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-pagination-item:last-child span {
    margin-right: 0px;
}

.carousel-next,
.carousel-prev {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    padding: 20px;
    opacity: 0.65;
    cursor: pointer;
}

.carousel-prev {
    float: left;
}

.carousel-next {
    float: right;
}

.carousel-next:before,
.carousel-prev:before {
    font-family: "fontello";
    font-size: 36px;
}
.carousel-prev:before {
    content: '\e800';
}

.carousel-next:before {
    content: '\e801';
}

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

.infinity-carousel:hover .carousel-next ,
.infinity-carousel .carousel-next {
    right: 0px;
}

.infinity-carousel:hover .carousel-prev,
.infinity-carousel .carousel-prev {
    left: 0px;
}

.carousel-item-info {
    display: inline-block;
    width: 75%;
}

.carousel-category {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.carousel-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.carousel-content {
    margin-bottom: 25px;
}

.carousel-read-more a {
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    border: 2px solid;
    cursor: pointer;
}

.carousel-like-comm {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 120;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.carousel-post-comment {
    margin-left: 10px;
}

.carousel-like-comm i {
    font-size: 13px;
    margin-right: 3px;
}

.carousel-date {
    position: absolute;
    bottom: 20px;
    left: 20px;;
    z-index: 120;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/*5.2 Info Area */

.info-area {
    padding: 25px;
    text-align: center;
    border: 1px solid;
    overflow: hidden;
}

.info-area h4 {
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.info-area h4 i {
    font-size: 20px;
    font-weight: 400;
    margin-right: 6px;
}


.info-area p {
    margin-top: 7px;
    font-size: 14px;
}



/**
 * ----------------------------------------------------------------------------------------
 * 6. #Footer
 * ----------------------------------------------------------------------------------------
 */

.footer-instagram {
    overflow: hidden;
}

.instagram-widget {
    display: none;
    position: relative;
}

.jr-insta-slider {
    display: block;
}

.jr-insta-slider .instagram-title h3 {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-family: 'Open Sans';
    text-align: center;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.jr-insta-slider li a {
    position: relative;
    display: block;
}

.jr-insta-slider li a:before {
    content: "\f16d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    text-decoration: inherit;
    position: absolute;
    z-index: 130;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    color: #fff;
}

.jr-insta-slider li a:after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba( 1, 1, 1, 0.2 );
}

.jr-insta-slider li a:hover:before,
.jr-insta-slider li a:hover:after {
    opacity: 1;
}


.footer-widget-area {
    padding: 45px 0px 10px;
    overflow: hidden;
}

.footer-widgets {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 24.27px;
    overflow: hidden;
}

.footer-widgets .infinity-widget {
    margin-bottom: 40px;
}

.footer-copyright {
    text-align: center;
    padding: 60px 0px 70px;
}

.footer-social {
    margin-bottom: 21px;
}

.footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; 
    font-size: 15px;
    margin-right: 19px;   
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footer-social a:last-child {
    margin-right: 0px;
}

.copyright {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 17px;
    cursor: auto;
}

.backtotop {
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.backtotop i {
    font-size: 25px;
}



/**
 * ----------------------------------------------------------------------------------------
 * 7. #Wordpress Default Class
 * ----------------------------------------------------------------------------------------
 */

.sticky {
/* Sticky class style here */
}

.screen-reader-text {
/* Screen Reader Text class style here */
}

.bypostauthor {
/* By Comment Author class style here */
}

.alignnone {
    margin: 5px 20px 10px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    clear: both;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 5px 20px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

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

.wp-caption {
    border-style: solid;
    border-width: 1px;
    text-align: center;
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 5px 0 10px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

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

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 10px;
}

.gallery-caption {
    padding: 5px;
}

.gallery-columns-3 .gallery-item {
    width: 33.33% !important;
}

.gallery .gallery-icon img {
    width: 100%;
    border-width: 0px !important;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 2px;
    margin-top: 0 !important;
}



/**
 * ----------------------------------------------------------------------------------------
 * 8 #Pages Style
 * ----------------------------------------------------------------------------------------
 */

.infinity-page-wrap {
    overflow: hidden;
}

.wpcf7-response-output {
    border: none !important;
}

.ajax-loader {
    display: none;
}
.fourzerofour {
    padding: 70px 0px;
    text-align: center;
}

.error-title {
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 60px;
    letter-spacing: 0.2em;
}
.error-title:before {
    content: '404';
    position: absolute;
    top: 50%;
    left: 50%;  
    z-index: 1;
    font-size: 110px;
    line-height: 1;
    margin-top: -4px;
    opacity: 0.15;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fourzerofour p {
    letter-spacing: 1.5px;
}

.fourzerofour p a {
    text-decoration: underline;
}

.fourzerofour .infinity-search {
    max-width: 380px;
    margin: 40px auto 0px;
}