/*
Theme Name: Themify Rezo
Theme URI: http://themify.me/themes/rezo
Version: 1.9.7
Description: Created by <a href="http://www.themify.me">Themify</a>.
Author: Themify
Author URI: http://www.themify.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2016 Themify.
Tags: featured-images, translation-ready, custom-menu
Text Domain: themify

---------

DO NOT EDIT THIS FILE.

If you need to override theme styling, please add custom CSS in Appearance > Customize > Custom CSS or a child theme (https://themify.me/docs/child-theme).
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
}

/* set img max-width */
img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ie 8 img max-width */
@media \0screen {
    img {
        width: auto;
    }
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* audio */
audio {
    max-width: 100%;
}

/* iframes and objects max-width */
iframe, object {
    max-width: 100%;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
    -webkit-font-smoothing: antialiased;
}

body {
    background: #6b0607 url(../images/html-bg.png);
    font: 13px/150% "Palatino Linotype", "Book Antiqua", Palatino, serif;
    word-wrap: break-word;
    color: #736357;
}

p {
    margin: 0 0 1.2em;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #c7561f;
}

a:hover {
    text-decoration: underline;
}

small {
    font-size: 87%;
}

em, i {
}

ul, ol {
    margin: 1em 0 1.4em 24px;
    padding: 0;
    line-height: 140%;
}

li {
    margin: 0 0 .5em 0;
    padding: 0;
}

blockquote {
    font: italic 15px/130% "Times New Roman", Times, serif;
    padding: 8px 30px 15px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4em;
    margin: 20px 0 .4em;
    font-family: Garamond, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #742927;
    text-shadow: 0 2px 1px rgba(0, 0, 0, .1);
    word-wrap: normal;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.3em;
}

h6 {
    font-size: 1em;
}

/* form input */
input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}

textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
    border: none;
    padding: 5px 7px 6px;
    background-color: #efede6;
    color: #666;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .15);
    border-radius: 5px;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
    color: #000;
}

input[type=text], input[type=search], input[type=email], input[type=url] {
    width: 220px;
    max-width: 96%;
}

textarea {
    width: 96%;
}

/* form button */
input[type=reset], input[type=submit], button {
    background-color: #a11c22;
    color: #fff;
    border: none;
    line-height: 100%;
    padding: 7px 20px;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    border-radius: 10em;
    -webkit-appearance: none;
}

input[type=reset]:hover, input[type=submit]:hover, button:hover {
    background-color: #000;
    color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav, .pagenav, #sidebar, .widget, #footerwrap, #footer {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#pagewrap {
    background: url(../images/body-bg.png) repeat-x;
}

#inner-pagewrap {
    width: 976px;
    margin: 0 auto;
}

#body {
    background-color: #fff;
    padding: 40px 35px;
    min-height: 250px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
}

/* content */
#content {
    float: left;
    width: 594px;
}

/* sidebar left */
.sidebar-left #content {
    float: right;
}

.sidebar-left #sidebar {
    float: left;
}

/* sidebar none */
.sidebar-none #content {
    width: 100%;
    float: none;
}

/* fullwidth content */
.full_width #layout {
    width: 100%;
    max-width: 100%;
}

.full_width #content {
    padding: 0;
    width: auto;
    float: none;
}

.full_width #sidebar {
    width: auto;
    float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1 {
    margin-left: 3.2%;
    float: left;
}

.col4-1 {
    width: 22.6%;
}

.col4-2, .col2-1 {
    width: 48.4%;
}

.col4-3 {
    width: 74.2%;
}

.col3-1 {
    width: 31.2%;
}

.col3-2 {
    width: 65.6%;
}

.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first {
    margin-left: 0;
    clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
    position: relative;
    height: 170px;
    z-index: 20;
}

#site-logo {
    position: absolute;
    top: 30px;
    font: small-caps normal 32px/100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin: 0;
}

#site-logo a {
    text-decoration: none;
    color: #fff;
}

#site-logo a:hover {
    text-decoration: none;
}

#site-description {
    position: absolute;
    top: 70px;
    color: #fff;
}

/************************************************************************************
HEADER WIDGET
*************************************************************************************/
.header-widget {
    position: absolute;
    top: 37px;
    right: 5px;
    font-size: 95%;
    line-height: 120%;
    color: #fff;
    text-align: right;
}

.header-widget .widget {
    float: left;
    margin-left: 20px;
}

.header-widget .widgettitle {
    font-size: 100%;
    text-transform: uppercase;
    display: block;
    margin: 0 0 2px;
    padding: 0;
}

/* text widget */
.header-widget .textwidget {
    font: italic 220%/120% Garamond, "Times New Roman", Times, serif;
}

.header-widget ul {
    margin: 5px 0 0 !important;
    padding: 0;
}

.header-widget ul li {
    margin: 0 0 0 10px;
    padding: 0;
    float: right;
    border: none;
    clear: none;
    line-height: 100%;
}

.header-widget li img {
    vertical-align: middle;
}

/************************************************************************************
SOCIAL WIDGET
*************************************************************************************/
.social-widget {
    position: absolute;
    bottom: 12px;
    right: 10px;
    font-size: 95%;
    line-height: 110%;
    z-index: 101;
    color: #d1b5b6;
}

.social-widget a {
    text-decoration: none;
    color: #fff;
    margin: 0 2px;
}

.social-widget a:hover {
    text-decoration: none;
    color: #fff;
}

.social-widget .widget {
    float: left;
    margin: 0 5px 0 0;
}

.social-widget .widget div {
    float: left;
}

.social-widget strong {
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}

.social-widget ul {
    margin: 4px 0 0 !important;
    padding: 0;
    float: left;
}

.social-widget ul li {
    margin: 0 5px 5px 0;
    padding: 0;
    float: left;
    border: none;
    clear: none;
    line-height: 100%;
}

.social-widget li img {
    vertical-align: middle;
    margin-top: -5px;
}

/* rss button */
.social-widget div.rss {
    float: left;
}

.social-widget div.rss a {
    background: url(../images/rss.png) no-repeat left center;
    padding: 7px 0 4px 30px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: -900em;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#nav-bar {
    background: url(../images/nav-bg.png) no-repeat left bottom;
    width: 100%;
    height: 56px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
}

#main-nav {
    margin: 14px 0 0 20px;
    padding: 0;
    position: relative;
}

#main-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
}

/* main level link */
#main-nav a {
    color: #e0c77c;
    display: block;
    padding: 5px 15px;
    margin-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 95%;
}

/* main level link :hover */
#main-nav a:hover {
    color: #fff;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
    background-color: #3b0304;
    color: #fff;
    border-radius: 10em;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .2);
}

/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
    color: #fff;
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {
    color: #666;
    text-transform: none;
    padding: 3px 0 3px 15px;
    margin: 0;
    width: 170px;
    background: none;
    border-top: none;
    text-shadow: none;
    box-shadow: none;
}

/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
    background-color: #e9e9e4;
    color: #000;
    border-radius: 0;
}

/* dropdown ul */
#main-nav ul {
    margin: 0;
    padding: 5px 1px;
    list-style: none;
    position: absolute;
    background-color: #fff;
    border: solid 1px #999;
    display: none;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

#main-nav ul li {
    background: none;
    padding: 0;
    margin: 0;
    float: none;
}

/* sub-levels dropdown */
#main-nav ul ul {
    left: 180px;
    top: -5px;
}

/* show dropdown ul */
#main-nav li:hover > ul {
    display: block;
}

/************************************************************************************
SLIDER
*************************************************************************************/
#slider {
    width: 976px;
    position: relative;
    padding: 0 0 25px;
    margin-top: -40px;
    margin-left: -35px;
    overflow: hidden;
}

#slider .slides {
    margin: 0;
    padding: 0;
}

#slider .slides li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#slider img {
    vertical-align: bottom;
}

#slider .slides p {
    padding: 0 30px 20px;
    margin: 0;
}

body.rtl #slider {
    direction: ltr;
}

/* default slide */
#slider li.slider-default {
    background-color: #d7d1ad;
    color: #4d4227;
}

.slider-default a {
    color: #742927;
}

.slider-default .slide-feature-image {
    float: left;
    vertical-align: bottom;
    /*margin-right: 30px;*/
    position: relative;
    z-index: 2;
    box-shadow: 1px 0 2px rgba(0, 0, 0, .1);
}

.slider-default .slide-content {
    padding: 30px 0px 0 0;
}

.slider-default h3 {
    font: normal 26px/120% Garamond, "Times New Roman", Times, serif;
    margin: 0px 0px 20px 0;
    padding: 4px 30px 4px 30px;
    color: #742927;
    background-color: #e9be56;
    display: block;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.slider-default h3 span {
    border: solid 1px #ca9f42;
    border-right: 0;
    padding: 5px 20px 5px 0;
    display: block;
}

/* slider-image-caption */
.slider-image-caption {
    position: relative;
}

.slider-image-caption .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px 10px 20px;
    display: block;
    z-index: 7;
    background: url(../images/slide-caption-bg.png);
    color: #ccc;
    font-size: 13px;
    line-height: 140%;
}

.slider-image-caption h3 {
    color: #fff;
    margin: 0 0 5px;
    padding: 0;
    font: bold 16px/120% Arial, Helvetica, sans-serif;
}

.slider-image-caption p {
    margin: 0;
    padding: 0;
}

.slider-image-caption a {
    text-decoration: none;
    color: #fff;
}

.slider-image-caption a:hover {
    text-decoration: underline;
}

/* Slider style
================================================ */
/* slider pager */
.flex-control-nav {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    clear: both;
    position: relative;
    z-index: 1000;
}

.flex-control-nav li {
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/* pager button */
.flex-control-nav a {
    text-indent: -900em;
    width: 8px;
    height: 8px;
    display: block;
    margin: 0 3px;
    background-color: #555;
    background-color: rgba(0, 0, 0, .6);
    border: solid 2px #111;
    border-radius: 10em;
    cursor: pointer;
}

/* pager active */
.flex-control-nav .flex-active {
    background-color: #ccc;
    background-color: rgba(255, 255, 255, .3);
    border-color: #666;
}

/* next previous slide button */
.flex-direction-nav {
    margin: 0;
    padding: 0;
}

.flex-direction-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-direction-nav a {
    display: block;
    width: 56px;
    height: 56px;
    text-indent: -900em;
    overflow: hidden;
    position: absolute;
    z-index: 2000;
    top: 50%;
    margin-top: -50px;
    display: none;
}

#slider:hover .flex-direction-nav a {
    display: block;
}

.flex-direction-nav .flex-prev {
    background: url(../images/slide-next-prev.png) no-repeat;
    left: 5px;
}

.flex-direction-nav .flex-next {
    background: url(../images/slide-next-prev.png) no-repeat 0 -57px;
    right: 5px;
}

.flex-direction-nav .carousel-disabled {
    opacity: .2;
}

/* FlexSlider Necessary Styles */
#slider .slides > li {
    display: none;
}

/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
.welcome-message {
    font: italic 24px/120% Garamond, "Times New Roman", Times, serif;
    text-align: center;
    padding: 0 40px 30px 40px;
    margin: 0 0 25px;
    border-bottom: solid 1px #ddd;
}

/************************************************************************************
MENU
*************************************************************************************/
.menu-title {
    font: normal 26px/110% Garamond, "Times New Roman", Times, serif;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/menu-title-bg.png) no-repeat top center;
    margin: 0 0 25px;
    padding: 15px 0;
}

.menu-category {
    font: bold 12px/110% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #2c2926;
    background-color: #f0ece8;
    margin: 0 0 20px;
    padding: 8px 0;
    letter-spacing: 1px;
    clear: both;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
}

/* col2-1 menu (default) */
.menu-image {
    float: left;
    margin: 0 15px 10px 0;
    position: relative;
}

.menu-image .zoom {
    background: url(../images/zoom-icon.png) no-repeat;
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
}

.menu-image:hover .zoom {
    visibility: visible;
}

.menu-content {
    overflow: hidden;
}

.menu-post .menu-post-title {
    font: 19px/120% Garamond, "Times New Roman", Times, serif;
    margin: 0 0 3px;
    padding: 0 65px 0 0;
    position: relative;
    text-shadow: none;
}

.menu-post .menu-post-title small {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 90%;
    font-style: italic;
}

/* col3-1 menu */
.col3-1 .menu-image {
    float: inherit;
}

.col3-1 .menu-content {
    overflow: inherit;
    clear: both;
}

/* fullwidth menu */
.fullwidth .menu-post {
    clear: both;
    border-bottom: solid 1px #ddd;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.fullwidth .menu-post .menu-image {
    margin-right: 20px;
}

/* menu icons */
.menu-icon span {
    float: left;
    display: block;
    margin-right: 3px;
}

.menu-icon .new {
    background: url(../images/icon-new.png) no-repeat center center;
    width: 26px;
    height: 20px;
}

.menu-icon .happy {
    background: url(../images/icon-happy.png) no-repeat center center;
    width: 18px;
    height: 20px;
}

.menu-icon .hot {
    background: url(../images/icon-hot.png) no-repeat center center;
    width: 18px;
    height: 20px;
}

.menu-icon .favorite {
    background: url(../images/icon-favorite.png) no-repeat center center;
    width: 18px;
    height: 20px;
}

.menu-icon .popular {
    background: url(../images/icon-popular.png) no-repeat center center;
    width: 18px;
    height: 20px;
}

.menu-icon .recommend {
    background: url(../images/icon-recommend.png) no-repeat center center;
    width: 18px;
    height: 20px;
}

.menu-icon .tag-blue {
    background: url(../images/icon-tag-blue.png) no-repeat center center;
    width: 18px;
    height: 20px;
}

.menu-icon .tag-green {
    background: url(../images/icon-tag-green.png) no-repeat center center;
    width: 18px;
    height: 20px;
}

.menu-icon .tag-orange {
    background: url(../images/icon-tag-orange.png) no-repeat center center;
    width: 18px;
    height: 20px;
}

.menu-icon .tag-pink {
    background: url(../images/icon-tag-pink.png) no-repeat center center;
    width: 18px;
    height: 20px;
}

.menu-icon .tag-yellow {
    background: url(../images/icon-tag-yellow.png) no-repeat center center;
    width: 18px;
    height: 20px;
}

/* menu category description */
.category-section .category-description {
    text-align: center;
    padding: 0 30px;
    display: block;
    margin-bottom: 30px;
}

/************************************************************************************
AUTHOR PAGE
*************************************************************************************/
.author-bio {
    margin: 0 0 30px;
}

.author-bio .author-avatar {
    float: left;
    margin: 0 15px 0 0;
}

.author-bio .author-avatar img {
    background-color: #fff;
    padding: 4px;
    border: solid 1px #ccc;
}

.author-bio .author-name {
    margin: 0 0 5px;
    padding: 0;
    font-size: 160%;
}

.author-posts-by {
    margin: 0 0 20px;
    padding: 10px 0 0;
    font-size: 140%;
    text-transform: uppercase;
    border-top: double 4px #ccc;
    border-color: rgba(118, 118, 118, .3);
}

/************************************************************************************
POST
*************************************************************************************/
.post {
    margin-bottom: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* post content */
.post-content {
    min-width: 120px;
    padding: 0 4px;
}

/* post comment */
.loops-wrapper.list-post .post-comment a,
.single .list-post .post-comment a {
    font: 13px/100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #666;
    background: url(../images/post-comments.png) no-repeat;
    text-align: center;
    width: 35px;
    height: 26px;
    padding: 5px 0 0 1px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

.post-password-required .post-comment {
    display: block;
    font-size: 13px;
    line-height: 130%;
    color: inherit;
}

/* post image */
.post-image {
    max-width: 100%;
    margin: 0 0 7px;
}

.loops-wrapper.list-post .post-image {
    margin: 0 0 15px;
}

.post-image.right img {
    margin-left: 30px;
}

.post-image.left img {
    margin-right: 30px;
}

/* post date */
.post-date {
    font: italic 13px/100% Garamond, Palatino, "Times New Roman", Times, serif;
    margin: 0 0 5px;
}

.loops-wrapper.list-post .post-date {
    font: inherit;
}

/* post title */
.post-title {
    font: normal 30px/120% Garamond, "Times New Roman", Times, serif;
    margin: 0 0 5px;
    padding: 0;
}

.post-title a {
    text-decoration: none;
    color: #742927;
}

/* post meta */
.post-meta {
    margin: 0 0 12px;
    font-size: 90%;
}

/* post navigation */
.post-nav {
    border-top: solid 1px #ddd;
    margin: 40px 0 0;
    padding: 15px 0;
    clear: both;
}

.post-nav .prev,
.post-nav .next {
    width: 45%;
}

.post-nav a {
    text-decoration: none;
    font-size: 120%;
    margin: 15px 0 40px;
}

.post-nav a:hover {
    text-decoration: none;
}

.post-nav .prev {
    float: left;
}

.post-nav .next {
    float: right;
    text-align: right;
}

/* page nav */
.pagenav {
    clear: both;
    border-top: solid 1px #ddd;
    padding: 7px 5px 0;
    text-align: right;
}

.pagenav a {
    background-color: #a11c22;
    color: #fff;
    text-decoration: none;
    padding: 1px 7px;
}

.pagenav a, .pagenav span {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border-radius: 10em;
}

.pagenav a:hover {
    text-decoration: none;
    background-color: #000;
}

.pagenav .current {
    background-color: #fff;
    color: #666;
    border: solid 1px #ddd;
    padding: 1px 7px;
}

/* page title */
.page-title {
    font: normal 38px/120% Garamond, Palatino, "Times New Roman", Times, serif;
    margin: 0 0 15px;
    padding: 0;
}

/* grid view loop post title */
.loops-wrapper.grid4 .post-title,
.loops-wrapper.grid3 .post-title,
.loops-wrapper.grid2 .post-title {
    margin: 5px 0 2px;
    padding: 0;
}

/* grid4 post */
.loops-wrapper.grid4 .post {
    width: 204px;
    font-size: 85%;
    line-height: 140%;
    margin-left: 30px;
    margin-bottom: 20px;
    float: left;
}

.sidebar1 .loops-wrapper.grid4 .post {
    width: 23.125%;
    margin-left: 2.5%;
}

.loops-wrapper.grid4 .post-title {
    font-size: 18px;
}

/* grid3 post */
.loops-wrapper.grid3 .post {
    font-size: 95%;
    line-height: 135%;
    width: 282px;
    float: left;
    margin-left: 30px;
    margin-bottom: 20px;
}

.sidebar1 .loops-wrapper.grid3 .post {
    width: 31%;
    margin-left: 3.5%;
}

.loops-wrapper.grid3 .post-title {
    font-size: 22px;
}

/* grid2 post */
.loops-wrapper.grid2 .post {
    line-height: 135%;
    width: 438px;
    float: left;
    margin-left: 30px;
    margin-bottom: 20px;
}

.sidebar1 .loops-wrapper.grid2 .post {
    width: 48%;
    margin-left: 3.75%;
}

.loops-wrapper.grid2 .post-title {
    font-size: 20px;
}

/* large image grid post */
.loops-wrapper.list-large-image .post-image {
    float: left;
    margin: 0 25px 10px 0;
}

.loops-wrapper.list-large-image .post-title {
    font-size: 28px;
    line-height: 110%;
    margin: 0 0 3px;
    padding: 0;
}

.loops-wrapper.list-large-image .post-date {
    margin: 3px 0 5px;
    padding: 0;
}

/* large image list post */
.loops-wrapper.large-image-list {
    margin-bottom: 40px;
}

.loops-wrapper.large-image-list .post-title {
    font-size: 26px;
    line-height: 120%;
    margin: 3px 0 0;
}

.loops-wrapper.large-image-list .post-date {
    margin: 3px 0 5px;
    padding: 0;
}

/* list-thumb-image */
.loops-wrapper.list-thumb-image .post-image {
    float: left;
    margin: 0 20px 10px 0;
}

.loops-wrapper.list-thumb-image .post-image.right {
    margin-right: 0;
}

.loops-wrapper.list-thumb-image .post-image.left img {
    margin-right: 0;
}

.loops-wrapper.list-thumb-image .post-content {
    overflow: hidden;
}

/* grid2-thumb post */
.loops-wrapper.grid2-thumb .post {
    width: 48%;
    margin-left: 4%;
    float: left;
    line-height: 140%;
}

.loops-wrapper.grid2-thumb .post-image {
    float: left;
    margin: 5px 14px 10px 0;
}

.loops-wrapper.grid2-thumb .post-image.left img {
    margin-right: 0;
}

.loops-wrapper.grid2-thumb .post-content {
    overflow: hidden;
}

.loops-wrapper.grid2-thumb .post-date {
    margin: 3px 0 5px;
    padding: 0;
}

/* clear grid posts */
.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
    border-top: solid 2px #ddd;
    margin: 40px 0 20px;
    padding: 10px 0 0;
    position: relative;
    clear: both;
}

.comment-title {
    font-size: 180%;
    margin: 0 0 10px;
    padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
    border: none;
}

.commentwrap .pagenav.top {
    position: absolute;
    top: 5px;
    right: 0;
}

/* commentlist */
.commentlist {
    margin: 10px 0 0;
    padding: 15px 0 0;
    list-style: none;
    border-top: solid 1px #ddd;
}

.commentlist li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.commentlist .comment-author {
    margin: 2px 0 5px;
    padding: 0;
}

.commentlist .avatar {
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 3px;
    float: left;
    margin: 0 15px 0 0;
}

.commentlist cite {
    font: italic 19px/120% "Times New Roman", Times, serif;
}

.commentlist cite a {
    text-decoration: none;
}

.commentlist .bypostauthor > .comment-author cite {
    background: url(../images/icon-author-comment.png) no-repeat 0 2px;
    padding-left: 18px;
}

.commentlist .comment-time {
    font-size: 75%;
    text-transform: uppercase;
}

.commentlist .commententry {
    border-bottom: solid 1px #ddd;
    position: relative;
    min-height: 40px;
    overflow: hidden;
}

.commentlist ul, .commentlist ol {
    margin: 0 0 0 90px;
    padding: 0;
}

.commentlist .comment-reply-link {
    position: absolute;
    right: 0;
    top: 5px;
    font: 12px/100% "Times New Roman", Times, serif;
    text-transform: uppercase;
    text-decoration: none;
}

.commentlist .comment-reply-link:hover {
    text-decoration: underline;
}

/* comment form */
#respond {
    margin: 40px 0 30px;
    padding: 10px 0 0;
    position: relative;
    clear: both;
}

#respond #cancel-comment-reply-link {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 85%;
    line-height: 100%;
    text-decoration: none;
    display: block;
    padding: 4px 10px;
    color: #fff;
    background-color: #F30;
    border-radius: 10em;
}

#respond #cancel-comment-reply-link:hover {
    background-color: #333;
}

#commentform {
    margin: 15px 0 0;
}

#commentform input[type=text] {
    width: 206px;
    margin-right: 5px;
}

#commentform label {
    font-weight: bold;
}

#commentform label small {
    font-weight: normal;
}

#commentform textarea {
    width: 97%;
    height: 140px;
}

#commentform input#submit {
    padding: 7px 20px;
}

/************************************************************************************
WIDGET
*************************************************************************************/
.widget {
    margin: 0 0 40px;
}

.widgettitle {
    margin: 0 0 7px;
    padding: 0;
    font: small-caps bold 18px/110% Garamond, "Times New Roman", Times, serif;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget li {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    clear: both;
    border-top: solid 1px #ddd;
}

.widget ul ul {
    margin: 6px 0 -6px 0px;
    padding: 0;
    border-top: none;
}

.widget ul ul li {
    margin: 0;
    padding-left: 10px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
    width: 270px;
    float: right;
}

#sidebar .widgetwrap {
    background-color: #f1f0df;
    padding: 5px;
    margin: 0 0 20px;
}

#sidebar .widget {
    border: solid 1px #d7d5ab;
    margin: 0;
    padding: 10px 10px 5px;
}

#sidebar .widget li {
    border-color: #dad8ba;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
    font-weight: bold;
    padding-bottom: 10px;
}

.widget #wp-calendar td {
    width: 31px;
    padding: 4px 2px;
    text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list .post-img {
    margin: 4px 14px 10px 0;
    float: left;
}

.widget .feature-posts-list small {
    font: italic 90% "Times New Roman", Times, serif;
}

.widget .feature-posts-list .feature-posts-title {
    font-weight: bold;
    margin: 3px 0 0;
    display: inline-block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
    font: italic 90% Georgia, "Times New Roman", Times, serif;
}

.widget .follow-user {
    margin: 0;
    padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
    vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
    margin-right: 12px;
    float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
    margin-top: 10px;
}

.widget .flickr_badge_image img {
    width: 59px;
    height: 59px;
    margin-right: 12px;
    margin-bottom: 12px;
    float: left;
}

/* flickr shortcode */
.shortcode .flickr_badge_image {
    width: 23.8%;
    margin: 0 1.5% 1.5% 0;
    float: left;
}

.shortcode .flickr_badge_image:nth-of-type(4n) {
    margin-right: 0;
}

.shortcode .flickr_badge_image img {
    margin: 0;
}

/* search widget */
#sidebar #searchform {
    position: static;
}

#sidebar #searchform #s {
    width: 93%;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
    max-width: 100% !important;
}

#content .twt-border {
    max-width: 100% !important;
    min-width: 180px !important;
}

/* Social Links Widget */
.widget .social-links {
    margin: 0 0 20px;
    padding: 0;
    line-height: 100%;
}

.widget .social-links li {
    margin: 0 5px 5px 0;
    padding: 0;
    list-style: none;
    border: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.widget .social-links img {
    vertical-align: middle;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
    clear: both;
    background: #000 url(../images/footer-bg.png);
    padding: 3px 0;
    margin-bottom: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
}

#footer {
    clear: both;
    padding: 20px 35px;
    border: solid 1px #a47d21;
    border-width: 1px 0;
    color: #9a8a59;
}

#footer a {
    color: #c4be78;
}

/* footer widget */
#footer .widgettitle {
    color: #e9b63d;
}

#footer li {
    border-color: #343023;
}

/* footer text */
.footer-text {
    clear: both;
    text-align: center;
    color: #d6b5b6;
    margin-bottom: 30px;
    font-size: 85%;
}

.footer-text a {
    color: #f1e4e4;
}

/************************************************************************************
FOOTER NAV
*************************************************************************************/
#footer-nav {
    margin: 0;
    padding: 0;
    text-align: center;
    clear: both;
}

#footer-nav li {
    margin: 0 3px;
    padding: 0;
    display: inline;
    list-style: none;
}

#footer-nav a {
    text-decoration: none;
    margin: 0 8px;
}

#footer-nav a:hover {
    text-decoration: underline;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {
}

img.alignleft, img.aligncenter, img.alignright, img.alignnone {
    margin-bottom: 15px;
}

.alignleft {
    float: left;
    margin-right: 30px;
}

.alignright {
    float: right;
    margin-left: 30px;
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    text-align: center;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption-text {
    font: normal 95%/120% Georgia, "Times New Roman", Times, serif;
    margin: 6px 0;
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment {
    float: none;
    margin: 0;
    text-align: left;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
    margin: 0 0 30px;
}

/* gallery item */
#body .gallery .gallery-item {
    margin: 0 8px 8px 0;
    vertical-align: top;
    width: auto;
    float: left;
    text-align: center;
}

/* gallery image */
#body .gallery img {
    border: none;
    vertical-align: middle;
}

/* gallery caption */
#body .gallery .gallery-caption {
    line-height: 120%;
    font-size: 90%;
    text-align: center;
    margin: 5px 0 0;
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .gallery-item {
    width: auto;
}

#body .gallery-columns-1 br {
    display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .gallery-item {
    width: 49.2%;
}

/* gallery column 3 */
#body .gallery-columns-3 .gallery-item {
    width: 32.3%;
}

/* gallery column 4 */
#body .gallery-columns-4 .gallery-item {
    width: 23.8%;
}

/* gallery column 5 */
#body .gallery-columns-5 .gallery-item {
    width: 18.8%;
}

/* gallery column 6 */
#body .gallery-columns-6 .gallery-item {
    width: 15.4%;
}

/* gallery column 7 */
#body .gallery-columns-7 .gallery-item {
    width: 13%;
}

/* gallery column 8 */
#body .gallery-columns-8 .gallery-item {
    width: 11.18%;
}

/* gallery column 9 */
#body .gallery-columns-9 .gallery-item {
    width: 9.77%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
    margin: 0 1.5% 1.5% 0;
}

/* clear gallery item margin-right */
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
    margin-right: 0;
}

/************************************************************************************
IMAGE STYLES
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone, .wp-caption img,
.widget .feature-posts-list .post-img,
.widget .flickr_badge_image img,
.shortcode .flickr_badge_image img,
.commentlist .avatar,
.recent-comments-list .avatar,
.gallery img,
.attachment #content img,
.post-image img,
.menu-image img,
.image-wrap img,
.slide-image img,
.module .slide-image img,
.module .post-image img {
    padding: 3px !important;
    background-color: #fff !important;
    border: solid 1px #ccc !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 4px;
}

/************************************************************************************
BUILDER
*************************************************************************************/
/* builder row */
.full_width .themify_builder_row .row_inner {
    width: 976px; /* same width as .pagewidth */
    max-width: 100%;
    margin: auto;
}

.full_width .themify_builder_row.fullwidth .row_inner {
    width: auto;
    padding: 0;
}

/* module slider reset */
.module.module-slider h3 {
    background: none;
    margin: 0 0 15px;
    text-transform: none;
    color: inherit;
    box-shadow: none;
}

.module.module-slider .module-title {
    font-size: 1.2em;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, .menu:after, #main-nav:after, #footer-nav:after, .fullwidth .menu-post:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix, .widget li, .menu, #main-nav, #footer-nav, .fullwidth .menu-post {
    display: inline-block;
}

/* clearfix for ie7 */
.clearfix, .widget li, .menu, #main-nav, #footer-nav, .fullwidth .menu-post {
    display: block;
    zoom: 1;
}

.container {
    max-width: 976px;
    margin: 0 auto;
   

}
.desk_menu{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
#slider .slides > li{

  display: grid !important;
    grid-template-columns: repeat(2,1fr);

}
#slider .slides > li .img_inner{
    min-height: 415px;
}
#slider .slides > li .img_inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.white_bg{
    background: #fff;
    padding: 5% !important;
}
.white_bg .page-title, h4,h1,p{
    text-align: center;
}
.slider_img_inner {
    width: 150px;
    height: 150px;

}
.slider_img_inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swpr_pre{
    left: -50px !important;
}
.swpr_next{
    right: -50px !important;
}
.swiper-slide{
    display: flex;
    justify-content: center;
}


.faq_accordion{
    max-width: 900px;
    margin: 40px auto;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
}

.faq_item{
    border-bottom: 1px solid #ddd;
    background: #fafafa;
}

.faq_title{
    padding: 20px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #59bff5;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all .3s ease;
}

.faq_item.active .faq_title{
    color: #53c254;
}

.icon{
    font-size: 24px;
    width: 20px;
}

.faq_content{
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease, padding .4s ease;
    padding: 0 20px;
    color: #666;
    font-size: 18px;
    line-height: 1.7;
    background: white;
}

.faq_item.active .faq_content{
    max-height: 300px;
    padding: 20px;
}
.faq_accordion p{
    text-align: left;
}
.services_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.services_list li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services_list h2{
    text-align: center;
    min-height: 70px;
}
.serv_img{
    width: 150px;
    height: 150px;
}
.serv_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.int_img_inner{
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.int_img_inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide{
    height: auto;
}
.reviews_swiper .slide-content{
    text-align: center;
}
#site-logo a{
    width: 270px;
    height: 44px;
    margin-bottom: 10px;
    display: block;
}
#site-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media screen and (max-width: 997px){
    #header{
        padding: 5%;
    }
    .header-widget{
        right: 5%;
    }
}