/*
Theme Name: FotoGraphy Pro
Theme URI: https://accesspressthemes.com/fotography
Author: AccessPress Themes
Author URI: https://accesspressthemes.com/
Description: FotoGraphy aka photography is beautiful, clean and elegant theme for photographers, artists to showcase their beautiful work. The theme has beautifully designed slider, portfolio section, service section and instagram showcase. It has four gallery layout, two blog layout, three single gallery page layout to choose from. The theme has team and testimonial page to show team member and client testimonials as well. This theme is fully responsive and built on customizer which gives you power to configure/customize with live preview. Great customer support via online chat, email, support forum. Official support forum: http://accesspressthemes.com/support/ View full demo here: http://demo.accesspressthemes.com/fotography/
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fotography
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, left-sidebar, right-sidebar, post-formats, featured-images, responsive-layout

FotoGraphy is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
    background: #FFF;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0px;
}

hr {
    box-sizing: border-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: middle;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,button,input,select,textarea {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 10px;
    line-height: 1.3;
}

h1{
    font-size: 32px;
}

h2{
    font-size: 30px;
}

h3{
    font-size: 28px;
}

h4{
    font-size: 26px;
}

h5{
    font-size: 24px;
}

h6{
    font-size: 20px;
}

p {
    margin: 0 0 25px;
}

dfn,cite,em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,kbd,tt,var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing: border-box;    
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

ul{
    list-style: disc;
    margin-left: 10px;
}
ol {
    margin-left: 10px;
}


li > ul,
li > ol {
    margin: 0 0 0 15px;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #d28d56 ;
    background: #d28d56;
    color: #FFF;
    line-height: 1;
    padding: 0 20px;
    height: 36px;
    line-height: 32px;
    display: inline-block;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #AD662E;
    background: #AD662E;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    width: 100%;
    height: 36px;
    padding: 3px 6px;
}

select {
    border: 1px solid #ccc;
    height: 36px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus ,
select:focus {
    outline: 0
}

textarea {
    width: 100%;
}

#searchform{
    position: relative;
}

#s{
    padding-right: 40px;
}

#searchsubmit{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    text-align: center;
    padding: 0;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a{
    text-decoration: none;
    color: inherit;
}

a:hover{
    color: #d28d56;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 15px;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-meta,
.entry-footer{
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.entry-meta > span{
    margin-right: 15px;
}

.entry-meta > span .fa{
    margin-right: 2px;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0 0 15px;
}

.single-testimonials .page-header,
.single-team .page-header{
    background: #FCFCFC !important;
}
.page-header{
    background: #FCFCFC;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 30px;
}

.page-header h1{
    font-family: 'Bad Script', cursive;
    font-size: 30px;
    margin: 0 0 15px;
}

#fotography-breadcrumb{
    font-size: 13px;
    /* color: #666; */
}

/* #fotography-breadcrumb a{
    color: #333;
    color: #666;
} */

#fotography-breadcrumb a:hover{
    color: #d28d56;
}

#primary{
    width: 68%;
    float: left;
    margin-bottom: 20px;
}

.leftsidebar #primary{
    float: right;
}

.nosidebar #primary{
    width: auto;
    float: none;
}

#secondary{
    width: 29%;
    float: right;
    margin-bottom: 20px;
}

.leftsidebar #secondary{
    float: left;
}

.entry-featured-image{
    margin-bottom: 20px;
    text-align: center;
}

.widget-area .widget{
    margin-bottom: 40px;
}

.widget-area .widget-title{
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
}

.widget-area .widget-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 40px;
    background: #d28d56;
}

.widget-area .widget-title:before{
    content: "";
    position: absolute;
    left: 45px;
    top: 100%;
    height: 2px;
    width: 10px;
    background: #d28d56;
}

.widget-area ul,
.widget-area ol{
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-area li{
    padding: 5px 0;
    line-height: 1.2;
}

.widget-area li:last-child{
    padding-bottom: 0
}

.widget-area ul ul,
.widget-area ol ol{
    margin-left: 5px;
    margin-top: 5px;
}

.widget-area p{
    margin-bottom: 10px;
}

/*--------------Boxed Layout----------------*/
.boxed-layout{
    background: #EEE;
}

.boxed-layout #page{
    width: 1150px;
    margin: 0 auto;
    background: #FFF;
}

.boxed-layout .site-header{
    width: 1150px;
    margin: 0 auto
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#commentform p{
    margin-bottom: 10px;
}

#commentform label{
    display: block;
}

.comments-title,
#reply-title{
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
}

.comments-title:before,
#reply-title:before{
    content: "";
    position: absolute;
    left: 45px;
    top: 100%;
    height: 2px;
    width: 10px;
    background: #d28d56;
}

.comments-title:after,
#reply-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 40px;
    background: #d28d56;
}

.comment-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-body{
    border: 1px solid #EEE;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 15px;
}

.comment-author{
    text-transform: uppercase;
    font-size: 13px;
}

.comment-author .avatar{
    margin-right: 10px;
}

.comment-metadata{
    font-size: 12px;
    font-style: italic;
    margin: 10px 0;
}

.comment-content p:last-child{
    margin-bottom: 0;
}

.comment-body .reply{
    text-align: right;
    font-size: 13px;
}

.comment-body .reply .comment-reply-link:before{
    content: "\f112";
    font-family: "Fontawesome";
    margin-right: 5px;
}

.comment-awaiting-moderation{
    font-size: 14px;
    color: #d28d56;
    margin-bottom: 10px;
}

#comment{
    height: 80px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
    width: 100%;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 10px;
}

.gallery-item img{
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

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

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*----------------General CSS-----------------*/
.foto-container{
    width: 1080px;
    margin: 0 auto;
}

.section-title{
    font-family: 'Bad Script', cursive;
    font-size: 32px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    font-weight: normal;
}

.section-title:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #d28d56;
    left: 50%;
    top: 100%;
    margin-left: -20px;
}

.section-title:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #d28d56;
    right: 50%;
    top: 100%;
    margin-top: 5px;
    margin-right: -20px;
}

.pagination{
    text-align: center;
    margin: 20px 0;
}

.pagination a,
.pagination span{
    background: #d28d56;
    padding: 10px;
    margin: 0 2px;
    color: #FFF;
    line-height: 1;
    display: inline-block;
}

.pagination .current,
.pagination a:hover{
    background: #111;
}

/*===============Header================*/
.site-header,
.fg-noslider.page-template-template-home .site-header{
    background: #FFF;
    position: relative;
    height: 80px;
    z-index: 999;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.page-template-template-home .site-header{
    position: fixed;
    background: rgba(255,255,255,0.8);
    left: 0; 
    right: 0;
}

.page-template-template-home .site-header.fgheader-top{
    position: relative;
}

.main-nav-scrolled{
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
}

.single-format-image #page,
.home.blog #page{
    padding-top: 40px;
}

.header-logo{
    float: left;
    max-width: 400px;
    padding: 10px 0;
}

.logo-image{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.site-branding{
    display: inline-block;
    vertical-align: middle;
}

.logo-image img{
    max-height: 60px;
}

.site-title{
    font-size: 26px;
    margin: 0;
    line-height: 1.5;
    font-family: 'Bad Script', cursive;
}

.site-description{
    font-size: 13px;
    color: #111;
    margin: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation{
    float: right;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.main-navigation li{
    position: relative;
    line-height: 1.2;
}

.main-navigation > ul > li{
    float: left;
    position: relative;
    margin-left: 20px;
    font-weight: normal;
    font-size: 16px;
}

.main-navigation ul li a{
    color: #000;
    display: block;
}

.main-navigation > ul > li > a{
    line-height: 80px;        
}

.main-navigation ul ul {
    position: absolute;
    width: 200px;
    top: 130%;
    left: 0;   
    background: rgba(255,255,255,0.9);
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    text-transform: none;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
    display: none
}

.main-navigation > ul > li:last-child ul {
    left:auto;
    right:0;
}

.main-navigation ul ul li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.main-navigation ul ul li:last-child{
    border: 0;
}

.main-navigation ul ul li a{
    padding: 10px 15px;
    font-weight: 300;
    font-size: 14px;
}

.main-navigation li:hover > a {
    color: #d28d56;
}

.main-navigation ul li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.main-navigation ul ul li:hover > ul {
    display: block;
    top: 0;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
    color: #d28d56;
}

.main-navigation .menu-item-has-children > a{
    position: relative;
    padding-right: 15px;
}

.main-navigation .menu-item-has-children > a:after{
    content: '';
    position: absolute;
    border-width: 3px;
    border-color: transparent #CCC #CCC transparent;
    border-style: solid; 
    top: 50%;
    right: 5px;
}

.main-navigation .sub-menu .menu-item-has-children > a:after{
    right: 10px;
}

/*===============Footer Navigation====================*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 30px;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    line-height: 0;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    line-height:0;
}

/*========== Banner Section Open ==========*/
.fg-banner-slider .bx-wrapper {
  border: 0px;
  margin: 0;
}

.single-slide img{
    width: 100%;
}

.single-slide:after {
    background: rgba(0, 0, 0, 0.25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.fg-banner-slider .caption {
    font-family: 'Bad Script', cursive;
    width: 1170px;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    position: absolute;
    width: 800px; 
    -ms-transform: translateY(-50%); 
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);  
    z-index: 9;
    text-align: center;
}

.caption .title {
    position: relative;
    color: #EEE;
    font-size: 40px;
    width: 80%;
    margin: 0 auto;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.caption .title:after{
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #EEE;
    left: 50%;
    top: 100%;
    margin-left: -30px;
}

.caption .desc{
   font-size: 26px;
   color: #EEE;
}

.caption .desc .caption-link{
    margin-top: 30px;
}

.caption .desc a{
    color: #EEE;
    border: 2px solid #EEE;
    border-radius: 30px;
    padding: 8px 30px;
    display: inline-block;
    font-size: 16px;
    background: rgba(0,0,0,0.1)
}

.caption .desc a:hover{
    background: #EEE;
    color: #333;
}

.caption .desc a:after{
    content: "\f178";
    font-family: "Fontawesome";
    margin-left: 5px;
    font-size: 14px;
}

.fg-banner-slider .bx-wrapper .bx-pager{
    bottom: 30px;
}

.fg-banner-slider .bx-wrapper .bx-pager.bx-default-pager a{
    background: #d28d56;
    height: 5px;
    width: 15px;
}

.fg-banner-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.fg-banner-slider .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #AD662E;
}

/*========== About Us Section ==========*/
.fg_aboutus{
    background: #F6F6F6;
    position: relative;
}

.about-feature-img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    background-position: center;
    background-size: cover;
}

.about_desc{
    width: 50%;
    float: right;
    padding: 40px 0 40px 40px;
}

.about_desc p:last-child{
    margin-bottom: 0;
}

.aboutus-subtitle{
    margin-bottom: 30px;
}

.counter-section{
    padding: 30px 0;
    background: #E9E9E9;
}

.about-counter-wrap{
    margin-left: -2%;
}

.about-counter{
    border:1px solid #d28d56;
    border-radius: 3px;
    padding: 15px 20px 15px 15px;
    width: 23%;
    text-align: right;
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 2%;
}

.counter-icon{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 40px;
    color: #E0E0E0;
}

.about-counter .counter{
    font-size: 40px;
    color: #d28d56;
    line-height: 1;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.about-counter h6{
    font-size: 14px;
    position: relative;
    z-index: 9;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
}

/*========== Gallery Us Section ==========*/
.fg_gallery_section{
    padding: 50px 0;
}

#fg_gallery_wrap{
    margin: 0 auto;
}

.fg_gallery_section .item,
.gallery-img{
    position: relative;
    overflow: hidden;
}

.fg_gallery_section .item:before,
.element-item .gallery-img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    opacity: 0;
}

.fg_gallery_section .item:hover:before,
.element-item:hover .gallery-img:before{
    opacity: 1;
}

.fg-masonary-featimg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.fg-grid-hover{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    padding: 20px;
    -ms-transform: translateY(-50%); 
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    opacity: 0;
    visibility: hidden;
    margin-top: 40px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.fg_gallery_section .item:hover .fg-grid-hover,
.element-item:hover .fg-grid-hover{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.fg-grid-hover h6{
    text-transform: uppercase;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-template-template-blog .fg-grid-view .fg-grid-hover h6 {
    margin-bottom: 60px;
}
.wide .fg-grid-hover h6{
    overflow: visible;
    white-space: normal;
}

.fg-grid-hover h6 a{
    color: #FFF;
}

.fg-grid-hover h6 a:hover{
    color: #d28d56;
}

.gallery-open-link{
    margin-bottom: 20px;
}

.page-template-template-blog .fg-grid-view .gallery-open-link{
    margin-bottom: 60px;
}

.gallery-open-link a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    position: relative;
    text-align: center;
    width: 30px;
    color: #EEE;
    font-size: 13px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz--transition: all ease 0.3s;
}

.gallery-open-link a .fa{
    position: relative;
    line-height: 30px;
}

.gallery-open-link a:after {
    border: 1px solid #EEE;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.gallery-open-link a:before {
    background: #EEE;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz--transition: all ease 0.3s;
}
.gallery-open-link a:hover:before {
    width: 100%;
    height: 100%;
}

.gallery-open-link a:hover {
    color: #d28d56;
}

.fg-masonary-gallery-cat{
    font-size: 13px;
    text-transform: lowercase;
    color: #FFF;
}

.fg-masonary-gallery-cat span{
    margin-right: 10px;
}

.fg-masonary-gallery-cat .fa{
    margin-right: 2px;
}

.fg-masonary-gallery-cat a{
    color: #FFF;   
}

.fg-masonary-gallery-cat a:hover{
    color: #d28d56;
}

/*Sortable Gallery*/
.sort-table .button-group{
    padding:0;
    margin:0;
    text-align:center;
    margin-bottom:30px;
}

.sort-table .button-group li{
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 15px;
    position: relative;
}

.sort-table .button-group li.is-checked{
    color: #d28d56;
}

.sort-table .button-group li.is-checked:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 26px;
    height: 1px;
    background: #d28d56;
    margin-left: -13px
}

#fg-grid-gallery-view .element-item{
    width: 25%;
}

.element-item .fg-gallery-hover{
    margin: 10px;
}

/*----------Service Section-----------*/
.fg_service_section{
    padding: 50px 0 0;
    background: #F6F6F6;
}

.service-box{
    width:33.333%;
    float:left;
}
.service-box a{
    display:block;
    position:relative;    
}

.service-image img{
    width:100%;
}
.service-box a:hover .service-hover{
    padding-left: 30px;
    padding-right: 30px;
    width: 60%;
}
.service-hover{
    position:absolute;
    width:50%;
    height:100%;
    top:0px;
    right:0px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.service-hover .post-title{
    display: table;
    width:100%;
    height:100%;
    font-weight: normal;
}

.service-hover .table_cell{    
    width:100%;
    height:100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 32px;
    line-height: normal;
    color:#ffffff;
    font-family: 'Bad Script', cursive;
    text-align: center;
    line-height: 1.2;
}

.red{
    background:rgba(236, 142, 142, 0.7);
}

.blue{
    background:rgba(134, 199, 226, 0.7);
}

.green{
    background:rgba(162, 209, 141, 0.7);
}

/*----------Blog Section-----------*/
.fg-blog-section{
    padding: 50px 0;
}

.fg-latest-post{
    margin-left: -3%;
}

.fg-latest-post .post-item {
    float: left;
    width: 30.333%;
    text-align: center;
    margin-left: 3%;
    background: #F6F6F6;
}

.fg-post-img-wrap{
    display: block;
    position: relative;
    overflow: hidden;
}

.fg-post-date-comment{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    background: rgba(0,0,0,0.3);
    padding: 10px;
    font-size:13px;
    color: #EEE;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.fg-latest-post .post-item:hover .fg-post-date-comment{
    bottom: 0;
}

.fg-post-date-comment .fa{
    margin-right: 5px;
}

.fg-post-date{
    float: left;
}

.fg-comment{
    float: right;
}

.fg-comment a{
    color: #FFF;
}

.fg-post-content{
    padding: 20px;
    color: #666;
}

.fg-post-content h6{
    font-weight: normal;
}

.fg-item-excerpt{
    margin-bottom: 20px;
}

.bttn{
    border: 1px solid #CCC;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    line-height: 1;
    font-size: 14px;
}

.bttn:hover{
    border-color: #d28d56;
}

/*----------Call to Action Section-----------*/
.home_caltoaction .call-to-action{
    padding: 80px 0;
    position: relative;
    color: #EEE;
    font-size: 20px;
    background-attachment: fixed;
}

/* .home_caltoaction a{
    color: #EEE;
} */

.home_caltoaction .call-to-action:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(1,1,1,0.4);
}

.home_caltoaction .foto-container{
    position: relative;
    z-index: 9;
    text-align: center;
}

.home_caltoaction .section-title:before,
.home_caltoaction .section-title:after{
    background: #EEE;
}

.home_caltoaction .call-to-action-subtitle{
    margin-bottom: 30px;
}

.home_caltoaction a.bttn{
    font-size: 18px;
    padding: 12px 30px;
    border: 2px solid #d28d56;
    background: #d28d56;
}

.home_caltoaction a.bttn:hover{
    color: #fff;
}

/*----------Quick Contact Section-----------*/
.quick_contact_section{
    background: #d28d56;
    color: #FFF;
    padding: 25px 0;
    text-align: center;
    color: #FFF;
}

.quick_contact_section a, .quick_contact_section a:hover{
    color: #FFF;
}

.fg-email,
.fg-twitter,
.fg-phone{
    width: 33.33%;
    float: left;
    padding: 0 20px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
}

.quick_contact_section .fa{
    font-size: 30px;
    margin-bottom: 10px;
}

.fg-email .email-icon,
.fg-twitter .twitter-icon,
.fg-phone .phone-icon{
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.fg-email:hover .email-icon,
.fg-twitter:hover .twitter-icon,
.fg-phone:hover .phone-icon{
    -ms-transform: translateY(-5px); /* IE 9 */
    -webkit-transform: translateY(-5px); /* Safari */
    transform: translateY(-5px);
}

/*----------Instagram Section-----------*/
/* .fg-home-instagram{
    padding: 50px 0;
} */
.fg-home-instagram .ri-grid,
.fg-home-instagram .widget{
    margin:0;
}

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

.site-footer{
    background: #262626;
    color: #CCC;
    /* margin-top: 30px; */
}

.page-template-template-home .site-footer{
    margin-top: 0;
}

.site-footer a{
    color: #BBB;
}

.top-footer{
    padding: 50px 0 30px;
}

.footer-wrap{
    margin-left: -3%;
}

.footer-block{
    float: left;
    width: 22%;
    margin-left: 3%;
    font-weight: 300;
    font-size: 15px;
}

.footer-block .widget-title{
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.footer-block ul,
.footer-block ol{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-block li{
    border-bottom: 1px solid #333;
    padding: 6px 0;
}

.footer-block li:last-child{
    border: 0;
    padding-bottom: 0;
}

.footer-block ul ul,
.footer-block ol ol{
    margin-left: 10px;
    margin-top: 6px;
    border-top: 1px solid #333;
}


.site-info{
    border-top: 1px solid #333;
    padding: 20px;
    text-align: center;
    color: #CCC;
    font-size: 15px;
    font-weight: 300;
}

.site-info a{
    border-bottom: 1px dotted #CCC;
}

.footer-social-media{
    margin-bottom: 10px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #d28d56;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    border-radius: 1px;
}

#back-to-top:hover {
    background: #AD662E;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/*-----------Widgets--------------*/

.ap-contact-info ul li .fa{
    float: left;
    margin-left: -25px;
    margin-top: 4px;
}

.ap-contact-info ul li{
    padding: 5px 0 5px 25px;
    border: 0;
}

.latest-gallery-widget li{
    margin-bottom: 15px;
    border: 0;
    padding: 0;
}

.latest-gallery-widget .latest-gallery-thumb{
    float: left;
    width: 80px;
    margin-right: 15px;
}

.latest-gallery-title-comment h6{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 1.2;
}

.latest-gallery-comment{
    font-size: 13px;
}

.latest-gallery-comment .fa{
    margin-right: 10px;
}

/*-------------Gallery Post Format----------------*/
.single-format-image #content .foto-container,
.single-format-image #primary{
    width: auto;
    float: none;
}

.fg-gallery-detail{
    width: 380px;
    padding: 0 40px;
    float: left;
}

.fg-gallery-images{
    width: calc( 100% - 380px );
    float: right;
}

.fg-light-box{
    margin: 0;
    padding: 0;
    list-style: none;
}

.fg-light-box li,
.classic-gallery a{
    width: 25%;
    float: left;
    position: relative;
    cursor: pointer;
    display: block;
}

.fg-light-box li:after,
.classic-gallery a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.fg-light-box li .fa,
.classic-gallery a .fa{
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #EEE;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    font-size: 30px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    margin-top: -50px; 
}

.fg-light-box li:hover:after,
.classic-gallery a:hover:after{
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.fg-light-box li:hover .fa,
.classic-gallery a:hover .fa{
    opacity: 1;
    visibility: visible;
    margin-top: -25px;
    transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -webkit-transition: all 0.3s ease 0.3s;
}

.fg-light-box li img,
.classic-gallery a img{
    width: 100%;
}

.entry-title{
    font-weight: 300;
    font-size: 28px;
}

/*----------Gallery Page Template-------------*/
.fg-grid-view .fb-gallery,
.fg-sortable-grid .fb-gallery{
    width: 25%;
    float: left;
    position: relative;
}

.fg-grid-view .fb-gallery:before,
.fg-sortable-grid .fb-gallery:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    opacity: 0;
}

.fg-grid-view .fb-gallery:hover:before,
.fg-sortable-grid .fb-gallery:hover:before{
    opacity: 1;
}

.fb-gallery:hover .fg-grid-hover{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.fg-thumb-list-view .fb-gallery,
.fg-large-thumbs-list-view .fb-gallery,
.fg-blog{
    background: #F6F6F6;
    margin-bottom: 30px;
    position: relative;
}

.fg-gallery-list-thumb{
    width: 50%;
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-color: #CCC;
    background-position: center;
}

.fg-gallery-list-detail{
    width: 50%;
    float: right;
    padding: 30px;
}

.fg-gallery-list-detail h5{
    font-weight: normal;
}

.fg-gallery-list-detail .bttn-wrap{
    margin-top: 25px;
}

.fg-large-thumbs-list-view .fg-gallery-list-thumb,
.fg-blog-post.largethumbslistview .fg-gallery-list-thumb{
    width: 100%;
    height: 340px;
    right: 0;
}


.fg-large-thumbs-list-view .fg-gallery-list-detail,
.fg-blog-post.largethumbslistview .fg-gallery-list-detail{
    width: auto;
    margin-top: 340px;
}

/*----------------Blog Page-----------------*/
.fg-blog-post .fg-gallery{
    position: relative;
}


/*--------------------Team Template----------------------*/
.team-block-wrap{
    margin-left: -3%
}

.team-block{
    float: left;
    width: 30.333%;
    margin-left: 3%;
    background: #F6F6F6;
    margin-bottom: 20px;
}

.team-block.fg-last{
    clear: both;
}

.team-block img{
    width: 100%;
}

.team-block h6{
    font-weight: normal;   
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.team-block h6 .fa{
    margin-right: 5px;
}

.team-block h6 a{
    background: #d28d56;
    color: #FFF;
    display: block;
    padding: 10px 15px;  
}

.team-block h6 a:hover{
    background: #111;
}

.team-block .team-excerpt{
    padding: 15px;
}


/*--------------------Testimonial Template----------------------*/
.testimonial-block{
    background: #F6F6F6;
    margin-bottom: 30px;
    position: relative;
}

.testimonial-block a{
    display: block;
}

.testimonial-block:hover{
    background: #F2F2F2;
}

.testimonial-block:hover a{
    color: #444;
}

.testimonial-image{
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 4px solid #d28d56;
    border-bottom: 0;
    box-shadow: -2px -2px 5px rgba(0,0,0,0.2);
}

.testimonial-excerpt{
    padding: 30px 30px 70px;
    position: relative;
    overflow: hidden;
}

.testimonial-excerpt:before{
    content: '\f10d';
    font-family: "Fontawesome";
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 100px;
    color: #EAEAEA;
}

.testimonial-excerpt span{
    position: relative;
}

.testimonial-name{
    background: #d28d56;
    color: #FFF;
    padding: 10px;
    padding-right: 120px;
    text-align: right;
    text-transform: uppercase;
}


/*----------------404 Error-----------------*/
.number404{
    text-align: center;
    font-size: 240px;
    font-family: 'Bad Script', cursive;
    color: #EEE;
    margin: 0 0 50px;
    line-height: 1;
}

.number404 span{
    display: block;
    font-size: 60px;
}

/* Sly Gallery css */
.frame { 
    width: 100%; 
    padding: 0; 
}
.frame .slidee { 
    margin: 0; 
    padding: 0; 
    height: 100%; 
    list-style: none; 
}

.frame .slidee.dragged{
    cursor: move;
}


.frame .slidee li { 
    float: left; 
    margin: 0 5px 0 0;
    padding: 0; 
    height: 100%; 
    position: relative;
}

.scrollbar { 
    width: 100%; 
    height: 5px; 
    background: #EEE;
}

.scrollbar .handle {
    width: 100px; /* overriden if dynamicHandle: 1 */
    height: 100%;
    background: #d28d56;
}

.img-popup{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    text-align:center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.frame .slidee li:hover .img-popup{
    opacity: 1;
    visibility: visible;
}

.img-popup a{
    color: #FFF;
    font-size: 40px;
    display: table;
    height: 100%;
    width: 100%;
}

.frame .slidee.dragged .img-popup a{
    cursor: move;
}

.img-popup a .fa{
    vertical-align: middle;
    display: table-cell;
}

#fg-sly-gallery .controls{
    text-align: center;
    margin-top: 20px;
}

#fg-sly-gallery .controls button{
    padding: 4px 20px;
    height: auto;
    line-height: 18px;
}

.fg-toggle-nav{
    display: none;
}

/*==============================new styles==============================*/

.fg_our_team .fg-team-member .post-item{
    float: left;
    width: 30.333%;
    text-align: center;
    margin-left: 3%;
    margin-bottom: 30px;
}
.fg-team-member .post-item span.team-social-icon ul li{
    display: inline-block;
}
.fg-team-member .team-social-icon ul.cosmo-social.align-top {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0;
    padding-left: 0;
}
.fg-team-member .team-features-img {
   position: relative;
}
.team-features-img:hover span.team-social-icon {
    opacity: 1;
}
.fg-team-member span.team-social-icon {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0;
    background: rgba(255,255,255,0.6);
   transition: all 0.6s ease-in-out;
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
}
.team-features-img span.team-social-icon ul li a{
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 4px 10px;
    text-align: center;
    color: #232323;
    background: #ffffff;
    display: inline-block;
}
.team-features-img span.team-social-icon ul li a i{
    padding-top: 8px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}
.team-features-img:hover span.team-social-icon ul li a{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.fg-team-member .team-list-info span.team-author {
    display: block;
    padding-top: 10px;
    font-size:16px; 
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px; 
}
.fg-team-member .team-list-info span.team-title {
    font-family: Satisfy,'Open Sans',arial;
    font-size:19px;
    color: #949494;
    font-style: italic;
    padding-top: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
     display: block;
}
.fg-team-member{
    margin-left: -3%;
}

/*===========testimonial css=========*/
.fg-testimonial {
    padding: 40px 0;
}
.testimonial-list-info .testimonial-author {
    display: block;
    font-weight: 700;
}
.fg-testimonial .testimonial-item .team-title{
    font-family: 'Bad Script', cursive;
    display: block;
    line-height: 35px;
    color: #fff;
}
.fg-testimonial .testimonial-item .features-img img{
    border-radius: 50%;
}
.team-features-img span.team-social-icon ul li a:hover {
    background: #000;
    color: #fff;
}
.fg-testimonial .testimonial-item{
    width: 100%;
}
.fg-testimonial .testimonial-item .features-img{
    margin: 0 auto;
    width: 15%;
    padding-bottom: 20px;
}
.fg-testimonial .testimonial-item .testimonial-desc{
    color: #fff;
    font-weight: 100;
}
.fg-testimonial .testimonial-item .testimonial-author,
.fg-testimonial .testimonial-item .team-title{
    text-align: center;
    color: #fff;
}
.fg-testimonial .section-title{
    color: #fff;
    position: relative;
    z-index: 9;
}
.fg-testimonial:after {
    content: "";
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.fg-testimonial .fg-testimonial-wrap {
   /* width: 1080px;*/
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.fg_our_testimonial{
    position: relative;
}
/*===blog carousel layout==*/
.fg-blog-section .fg-latest-post.blog-carousel {
    margin-left: 0;
}
 .fg-blog-section .fg-latest-post.blog-carousel.post-item{
    /*margin-left: 0;*/
 }
 .fg-latest-post.blog-carousel .post-item {
    width: 100%;
    margin-left: 0;
}

/*===our team member css==*/
.team-block-wrap .team-image:hover span.team-social-icon {
    background: rgba(255,255,255,0.4);
    opacity: 1;

}
.team-block span.team-social-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* z-index: 9999; */
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-block-wrap .team-image{
    position: relative;
}
.team-block span.team-social-icon ul li{
    display: inline-block;
}
.team-block span.team-social-icon ul li a{
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 4px 10px;
    text-align: center;
    color: #232323;
    background: #ffffff;
    display: inline-block;
}
.team-block span.team-social-icon ul li a:hover{
    background: #000;
    color: #fff;
}
.team-block span.team-social-icon ul li a i{
    padding-top: 8px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}
.team-block:hover span.team-social-icon ul li a{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.team-block .team-social-icon ul{
    position: absolute;
    top: 50%;
    height: 40px;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0;
    padding-left: 0;
}
.team-block h6 span {
    display: block;
    padding-left: 15px;
    color: #9e9e9e;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 6px;
}
.team-block-wrap .team-block .team-excerpt {
    padding: 0px 15px 15px;
}
/*homepage layouts*/
/* .page-header h1{
    color: #fff;
} */

#fotography-breadcrumb span.current{
    color: #9e9e9e;
}

/*=====gallery css=====*/
.page-header h4 {
    /* color: #9e9e9e; */
    font-size: 20px;
    font-weight: 300;
    font-family: Satisfy,'Open Sans',arial;
}
.column-5 .fb-gallery{
width: 20%;
}
.column-3 .fb-gallery {
    width: 33.333333%;
}
.column-3 .fb-gallery .fg-grid-img img,
.column-2 .fb-gallery .fg-grid-img img {
    width: 100%;
}
.column-2 .fb-gallery {
    width: 50%;
}
.column-4 .fb-gallery {
    width: 25%;
}
.entry-content {
    color: #9e9e9e;
    font-size: 16px;
}

/*====gallery layout====*/

.fb-gallery{
    overflow: hidden;
}

.post-like span.like.alreadyvoted {
    color: #E34249;
}

/* For Like Button */

.post-like {
    position: absolute;
    display: block;
    width: 100%;
    left: 0px;
    margin-bottom: 0;
    bottom:10px;
    text-align: center;
    color:#ffffff;
}

.post-like:after {
    position: absolute;
    content: '';
    display: block;
    background: -moz-linear-gradient(left,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0.85)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9ffffff',endColorstr='#00ffffff',GradientType=1);
    width: 35%;
    top: 50%;
    height: 1px;
    right: 5%;
}

.post-like:before {
    position: absolute;
    content: '';
    display: block;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0.85)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#d9ffffff',GradientType=1);
    width: 35%;
    top: 50%;
    height: 1px;
    left: 5%;
}

.page-template-template-gallery .fb-gallery .fg-grid-hover{
    height:100%;
}

.post-like span.count {
    top: -20px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 14px;
}

.post-like span.like,
.post-like span.like i {
    margin-right: 0;
    font-size: 18px;
}

.post-like a{
    font-family: 'arial';
    display: inline-block;
}

.fg_gallery_section .item:hover .fg-like .post-like {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 999999;
}

.fg-like .post-like span.count,
.fg-like .post-like {
    text-align: center;
    color: #fff;
}
.fg-like .post-like {
    position: absolute;
    color: #ccc;
}
 /*===fg-thumb-list-view css===*/



.fg-thumb-list-view .fg-gallery-list-detail .post-like span i,
.fg-large-thumbs-list-view .fg-gallery-list-detail .post-like span.like i{
  font-size: 14px;
} 
.fg-thumb-list-view .fg-gallery-list-detail .post-like,
.fg-large-thumbs-list-view .fg-gallery-list-detail .post-like{
    display: inline-block;
    
}

.fg-thumb-list-view .fg-gallery-list-detail .entry-meta,
.fg-large-thumbs-list-view .fg-gallery-list-detail .entry-meta{
    margin-bottom: 0px;
}

.fg-large-thumbs-list-view .fb-gallery .fg-gallery-list-detail{
    width: 100%;
}
.testimonial-block .testimonial-name span {
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
}
/*testimonial inner block*/
.full-team-content .team-singe-iamge,
.testimonials .team-singe-iamge{
    width: 45%;
    float: left;
    margin-right: 20px;
}
.full-team-content .team-single-content .team-single-title{
    margin-bottom: 0;
    color: #000;
}

.full-team-content .team-single-content .team-single-designation{
    display:block;
   font-size: 12px;
   padding:5px 0;
}
.full-team-content .team-single-content .team-social-icon ul li{
    display: inline-block;
    padding-right:15px;
}

.full-team-content .team-single-content .team-social-icon ul{
    padding-left: 0;
    margin-left: 0;
    display: inline-block;
}

.team-social-icon-wrap{
 display: inline-block;
 margin-bottom: 10px;
}
.team-content-wrap1{
    color: #000;
    line-height: 23px;
}
.testimonials .testimonial-details{
    color: #000;
}
.testimonials .testimonial-wrap1{
    color: #000;
}
.testimonials .testimonial-details span{
    display: block;
    font-size: 12px;
    color: #9e9e9e;
    padding:5px 0;
}
/*==============Responsive CSS============== ======*/
@media screen and (max-width: 1170px){
    .boxed-layout #page,
    .boxed-layout .site-header{
        width: auto;
    }
}

@media screen and (max-width: 1100px){
    .foto-container{
        width: auto !important;
        padding: 0 15px;
    }

    .fg-toggle-nav{
        display: block;
        position: absolute;
        right: 20px;
        top: 15px;
        height: 50px;
        width: 50px;
        cursor: pointer;
    }

    .fg-toggle-nav span{
        position: relative;
        width: 40px;
        height: 4px;
        top: 50%;
        background: #d28d56;
        display: block;
        margin: -2px auto 0;
        box-shadow: 0 10px 0 #d28d56, 0 -10px 0 #d28d56;
    }

    .main-navigation{
        display: none;
    }

    .quick_contact_section{
        word-break: break-all;
    }

    .fg-banner-slider .caption{
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .caption .desc{
        width: 90%;
        margin: 0 auto;
    }

    .main-navigation{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #F6F6F6;
        border-top: 1px solid #d28d56;
        border-bottom: 1px solid #d28d56;
    }

    .fg-gallery-detail{
        width: auto;
        float: none;
        padding: 0;  
    }

    .fg-gallery-images{
        width: auto;
        float: none;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 768px){
    .page-template-template-home .site-header{
        position: relative;
        background: #FFF;
    }

    .main-navigation > ul > li{
        display: block;
        float: none;       
        margin-left: 0;
    }

    .main-navigation > ul > li > a{
        line-height: 1.5;
        padding: 10px;
    }

    .main-navigation ul ul{
        position: static;
        width: auto;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        background: none;
        margin-left: 10px;
    }

    .main-navigation ul ul ul{
        display: block;
    }

    .caption .title{
        font-size: 26px;
    }

    .caption .desc{
        font-size: 18px;
    }

    .about-counter{
        width: 48%;
        margin-bottom: 20px;
    }

    .counter-section{
        padding-bottom: 10px;
    }

    .about-feature-img{
        display: none;
    }

    .about_desc{
        width: auto;
        float: none;
        padding-left: 0;
    }

    .service-box{
        width: auto;
        float: none;
        margin-bottom: 10px;
    }

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

    .fg-latest-post{
        margin-left: 0;
    }

    .fg-latest-post .post-item{
        width: auto;
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .fg-latest-post .post-item:last-child{
        margin-bottom: 0;
    }

    .fg-latest-post .post-item img{
        width: 100%;
    }

    .fg-email, .fg-twitter, .fg-phone{
        width: auto;
        float: none;
        margin-bottom: 30px;
        padding: 0
    }

    .quick_contact_section > .foto-container > div:last-child{
        margin-bottom: 0;
    }

    .quick_contact_section{
        padding: 40px 0;
    }

    .footer-wrap{
        margin-left: 0;
    }

    .footer-block{
        width: auto;
        float: none;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .footer-block:last-child{
        margin-bottom: 0;
    }

    .fg-grid-view .fb-gallery, 
    .fg-sortable-grid .fb-gallery{
        width: 50%;
    }

    .fg-grid-view .fb-gallery img, 
    .fg-sortable-grid .fb-gallery img{
        width: 100%;
    }

    .fg-gallery-list-thumb{
        width: 100%;
        height: 300px;
    }

    .fg-gallery-list-detail{
        width: 100%;
        float: none;
        margin-top: 300px;
    }

    #primary{
        width: auto !important;
        float: none !important;
        margin-bottom: 40px;
    }

    #secondary{
        width: auto !important;
        float: none !important;
    }

    .team-block-wrap{
        margin-left: 0;
    }

    .team-block{
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .fg-light-box li, 
    .classic-gallery a{
        width: 50%;
    }

    #fg-grid-gallery-view .element-item{
        width: 50%;
    }

    .boxed-layout .caption .desc{
        display: none;
    }
    
    .fg-grid-hover{
        visibility: visible;
        margin-top: 0;
        opacity: 1; 
        bottom: 0;
        top: auto;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: rgba(0,0,0,0.4);
    }
    
    .fg-sortable-gallery .fg-grid-hover{
        left: 10px;
        bottom: 10px;
        right: 10px;
    }
    
    /* .fg-grid-hover h6{
        margin-bottom: 30px;
    } */
    
    .fg_gallery_section .item:before, 
    .element-item .gallery-img:before,
    .gallery-open-link{
        display: none;
    }
    
    .home_caltoaction .call-to-action{
        background-attachment: scroll;
    }
}


/******************************* 
*** ShortCodes Css Area 
********************************/
  
/**
  * shortcode Team 
**/
    .fg-team {
        position: relative;
    }
    
    .fg-team .fg-member-image {
        position: relative;
        overflow: hidden;
    }
    
    .fg-team .fg-member-image:after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
        content: "";
        z-index: 111;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
    }
    
    .fg-member-image:hover:after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        z-index: 111;
    }
    
    .fg-team .fg-member-name {
        text-align: center;
        font-size: 18px;
        margin-top: 10px;
        color:#000000;
    }
    
    .fg-team .fg-member-position {
        text-align: center;
        font-size: 13px;
        color:#000000;
    }
    .fg-team .fg-member-message {
        color: #777;
    }

    .fg-team .social-shortcode {
        text-align: center;      
        height: auto;
        margin-top: 20px;
    }
    
    .fg-team .social-shortcode a {
        display: inline-block;
        color: #ffffff;
        font-size: 17px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: #000000;
        margin-left: 8px;
        position:relative;
        top:0;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
    }

    .fg-team .social-shortcode a i {
          line-height: 30px;
    }

    .fg-team .social-shortcode a:hover {
        color: #000000;
        background:transparent;
        top:-5px;
    }

    .fg_column.fg-span3 .fg-team {
        margin-bottom: 30px;
    }

/**
 * Short code testimonial 
**/    
    .fg-testimonial {
        text-align: center;
        border:1px solid #EAEAEA;
        padding:50px 20px 20px 20px;
        position:relative;
    }
    
    .fg-testimonial .fg-client-image {
        display: inline-block;
    }
    
    .fg-testimonial .fg-client-image img {
        max-width: 100%;
        border-radius: 100%;
    }
    
    .fg-testimonial .fg-client-image {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        position:absolute;
        top:0;
        left: 50%;
        margin-left: -40px;
        margin-top: -40px;
    }
    
    .fg-testimonial .fg-client-testimonial .fg-client-name {
        font-size: 20px;
        color:#000000;
    }
    
    .fg-testimonial .fg-client-testimonial .fg-client-position {
        font-size: 14px;
        color: #000000;
    }

    .fg-client-message {
        color:#888;
    }
    
    .fg-testimonial .fg-client-testimonial .social-shortcode {
        padding: 5px 0;
        margin-top: 5px;
    }
    
    .fg-testimonial .fg-client-testimonial .social-shortcode a {
        display: inline-block;
        padding: 0 8px;
    }
    .fg-row .fg_column.fg-span2, 
    .fg-row .fg_column.fg-span3 {
        margin-top:40px;
    }

/**
  * horizontal tab 
**/    
    .fg_tab_wrap.horizontal .fg_tab_group {
        border-bottom: 1px dashed #ccc;
    }
    
    .fg_tab_wrap.horizontal .fg_tab_group .tab-title {
        display: inline-block;
        float: left;
        padding: 3px 15px;
        cursor: pointer;
    }
    
    .fg_tab_wrap.horizontal .fg_tab_group .tab-title.active {
        border-top: 2px solid #B37B50;
        background: #f1f1f1;
    }
    
    .fg_tab_wrap.horizontal {
        border-bottom: 1px solid #DDD;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    
    .fg_tab_wrap.horizontal .fg_tab_content .fg_tab {
        display: none;
    }
    
    .fg_tab_wrap.horizontal .fg_tab_content {
        padding: 5px 0 14px;
    }

/**
  * verticle tab 
**/    
    .fg_tab_wrap.vertical {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom:20px;
    }
    
    .fg_tab_wrap.vertical .fg_tab_group {
        width: 20%;
        float: left;
        background: #f1f1f1;
    }
    
    .fg_tab_wrap.vertical .fg_tab_content {
        width: 80%;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        padding-left: 20px;
    }
    
    .fg_tab_wrap.vertical .fg_tab_content .fg_tab {
        border-top: 1px dashed #ccc;
        padding-top: 5px;
    }
    
    .fg_tab_wrap.vertical .fg_tab_content .fg_tab {
        display: none;
    }
    
    .fg_tab_wrap.vertical .fg_tab_group .tab-title {
        padding: 3px 8px;
        border-bottom:1px solid #ffffff;
        cursor: pointer;
    }
    
    .fg_tab_wrap.vertical .fg_tab_group .tab-title.active {
        border-right: 2px solid #B37B50;
        background: #f1f1f1;
        background: #000;
        color: #fff;
    }

/**
  * Toggle and Tab
**/
    
    .fg_toggle.close .fg_toggle_content {
        display: none;
    }
    
    .fg_toggle.close .fg_toggle_title {
        position: relative;
        color: #fff;
    }
    
    .fg_toggle.open .fg_toggle_title {
        position: relative;
        color: #fff;
    }
    
    .fg_toggle.close .fg_toggle_title:after {
        position: absolute;
        content: "\f0fe";
        color: #ccc;
        font-size: 15px;
        font-family: fontawesome;
        z-index: 99;
        right: 8px;
    }
    
    .fg_toggle.close .fg_toggle_title.active:after {
        position: absolute;
        content: "\f146";
        color: #ccc;
        font-size: 15px;
        font-family: fontawesome;
        z-index: 99;
        right: 8px;
    }
    
    .fg_toggle.open .fg_toggle_title.active:after {
        position: absolute;
        content: "\f0fe";
        color: #ccc;
        font-size: 15px;
        font-family: fontawesome;
        z-index: 99;
        right: 8px;
    }
    
    .fg_toggle.open .fg_toggle_title:after {
        position: absolute;
        content: "\f146";
        color: #ccc;
        font-size: 15px;
        font-family: fontawesome;
        z-index: 99;
        right: 8px;
    }
    
    .fg_toggle_title {
        padding: 2px 7px 2px 5px;
        margin-top: 5px;
        background: #000;
        color: #A26F48;
        cursor: pointer;
        position: relative;
    }

    .fg_toggle:last-child {
        margin-bottom:30px;
    }

    .fg-row .fg_column.fg-span12:first-child {
        width:100%;
    }

/**
  * Grid on short codes
**/    
    .fg_column p {
        font-family: inherit;
        font-size: 14px;
    }
    
    .grid-show-wrap .fg_column strong {
        padding: 9px 0 11px;
        display: block;
    }
    
    .fg_column {
       float:left;
       -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
       box-sizing:border-box;
       -moz-background-clip:padding-box !important;
       -webkit-background-clip:padding-box !important;
       background-clip:padding-box !important;
    }
    .fg_column {
       margin-left:2%;
       padding:0 0%;
    }
           
    .fg-row .fg_column:first-child {
       margin-left:0;
    }
           
    .fg-span1 {
       width:15.0%;
    }
    .fg-span2 {
       width:32.0%;
    }
    .fg-span3 {
       width:49.0%;
    }
    .fg-span4 {
       width:66.0%;
    }
    .fg-span5 {
       width:83.0%;
    }
    .fg-span6 {
       margin-left:0;
       width:100%;
    }

/**
  * Default List Style
**/    
    .fg-list{
        margin: 10px 0;
        line-height: 30px;
    }
    
    .fg-list.ap-list1 li {
        list-style: none;
        position: relative;
    }

    .fg-list.ap-list1 li:before {
        content: "\f1d9";
        position: absolute;
        font-family: fontawesome;
        left: -22px;
        font-size: 13px;
        margin-top: 1px;
        color: #d28d56;
    }
    
    .fg-list.ap-list2 li {
        list-style: none;
        position:relative;
    }

    .fg-list.ap-list2 li:before {
        content: "\f006";
        position: absolute;
        font-family: fontawesome;
        left: -22px;
        font-size: 13px;
        margin-top: 1px;
        color: #000000;
    }
    
    .fg-list.ap-list3 li {
        list-style: none;
        position: relative;
    }
    
    .fg-list.ap-list3 li:before {
        content: "\f00c";
        position: absolute;
        font-family: fontawesome;
        left: -22px;
        font-size: 13px;
        margin-top: 3px;
        color: green;

    }
    
    .fg-list.ap-list4 li {
        list-style: none;
        position: relative;
    }
    
    .fg-list.ap-list4 li:before {
        content: "\f101";
        position: absolute;
        font-family: fontawesome;
        left: -18px;
        font-size: 15px;
        margin-top: 3px;
        color: red;

    }
    
    .fg-list.ap-list5 li {
        list-style: none;
        position: relative;
    }
    
    .fg-list.ap-list5 li:before {
        content: "\f18e";
        position: absolute;
        font-family: fontawesome;
        left: -22px;
        font-size: 15px;
        margin-top: 3px;
        color: maroon;
    }
    
    .fg-list.ap-list6 li {
        list-style: none;
        position: relative;
    }
    
    .fg-list.ap-list6 li:before {
        content: "\f07e";
        position: absolute;
        font-family: fontawesome;
        left: -22px;
        font-size: 15px;
        margin-top: 3px;
        color: red;
    }
    
    .fg-order-list, 
    .fg-onorder-list, 
    ul, ol {
        margin: 10px 0;
    }
    
    .fg-order-list li {
        list-style: number;
        position: relative;
    }
    
    .fg-onorder-list li {
        list-style: square;
     
        position: relative;
    }


/**
  *  Call to action 
**/    
    .fg_call_to_action.center {
        text-align: center;
        background: #DEDECE;
        line-height: 30px;
        margin-top: 30px;
        padding: 20px;
    }
    
    .fg_call_to_action.right {
        text-align: right;
        background: #f1f1f1;
        line-height: 30px;
        margin-top: 30px;
        padding: 20px;
        border-left: 3px solid #B27A4F;
    }
    
    .fg_call_to_action_content {
        display: block;
        padding-bottom: 10px;
        color:#000000;
        font-size: 21px;
    }
    
    .fg_call_to_action .fg_call_to_action_content h4 {
        font-size: 21px;
    }
    
    .fg_call_to_action_button {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 5px 20px;
        border: 1px solid #85460d;
        background: ##B37B50;
        background: -webkit-gradient(linear, left top, left bottom, from(#B37B50), to(#85460d));
        background: -moz-linear-gradient(top, #B37B50, #85460d);
        background: linear-gradient(to bottom, #B37B50, #85460d);
        color: #ffffff;
        text-decoration: none;
        font-size: 15px;
        transition: all 0.6s ease-in-out0.3s;
    }
    
    .fg_call_to_action_button:hover {
        background: #fff;
        color: #000;
    }

/**
  *  divider 
**/  

    .divider {
        display: block;
        margin:30px auto;
    }
    .divider p {
        color:#000000;
    }

    .fg-row .fg_column.fg-span12 {
        margin-left:0;
    }
/*******************************
*** End Short Css Area 
********************************/


@media screen and (max-width: 580px){
    .foto-container{
        width: auto;
        padding: 0 10px;
    }

    .about-counter{
        width: auto;
        float: none;
    }

    .fg-grid-view .fb-gallery, 
    .fg-sortable-grid .fb-gallery{
        width: 100%;
        margin-bottom: 10px;
    }

    .fg-gallery-list-detail{
        padding: 15px;
    }

    .fg-light-box li, 
    .classic-gallery a{
        width: 100%;
        margin-bottom: 10px;
    }

    #fg-grid-gallery-view .element-item{
        width: 100%;
    }
    
    .caption .desc,
    .bx-wrapper .bx-pager{
        display: none;
    }

    .gallery-item{
        width: 50% !important;
    }
}

@media screen and (min-width: 1101px){
    .main-navigation{
        display: block !important;
    }
}

/*====added responsive css======*/
@media screen and (max-width: 1200px){
.column-5 .fb-gallery {
    width: 25%;
    }
    .column-5 .fb-gallery img{
    width: 100%;
    }
}

 @media (min-width:1200px){
    /*.column-5 .fb-gallery .fg-grid-hover {
        -ms-transform: translateY(0%);
         -webkit-transform: translateY(0%); 
         transform: translateY(0%); 
        top: 2%;
        padding: 0 10px;
    }*/
} 
@media screen and (max-width: 992px){
    .fg_our_team .fg-team-member .post-item{
        width: 46.67%;

    }
    .fg_our_team .fg-team-member .post-item .team-features-img img{
        width: 100%;
    }
    .column-4 .fb-gallery {
    width: 33.33%;
    }
    .column-4 .fb-gallery .fg-grid-img img{
        width: 100%;
    }
    .column-5 .fb-gallery {
    width: 33.33%;
    }
    .page-template-template-blog .fg-grid-view .fg-grid-hover h6,
    .page-template-template-blog .fg-grid-view .gallery-open-link {
        margin-bottom: 50px;
    }
}
    @media screen and (max-width: 768px){
    .column-4 .fb-gallery {
    width: 50%;
    }
    .column-5 .fb-gallery {
    width: 50%;
    }
    .fb-gallery .fg-grid-hover{
        height: auto;
        top: 50%;
    }
    .fb-gallery .fg-grid-hover .post-like::after{
        width: 38%;
    }
    .fb-gallery .fg-grid-hover .post-like::before{
        width: 38%;
    } 
    .fg-span1, .fg-span2, .fg-span3, .fg-span4,
    .fg-span5, .fg-span6 {
        width:49%;
    } 
    .fg-team .fg-member-image, 
    .fg-team .fg-member-message  {
        text-align:center;
    } 
    .fg-testimonial {
        margin-bottom:20px;
    }
    .fg_column:nth-child(3n) {
        margin-left:0;
    }
    .page-template-template-gallery .fb-gallery .fg-grid-hover {
        height: auto;
    }
    .page-template-template-blog .fg-grid-view .fg-grid-hover h6{
        margin-bottom: 40px;
        margin-top: 30px;

    }

    .post-like {
        display: none;
    }
   
    }

    @media (min-width: 601px) and (max-width: 768px){
       .fb-gallery .fg-grid-hover .post-like span.like i{
        font-size: 14px;
    }
    .fb-gallery .fg-grid-hover .post-like::after{
        width: 38%;
    }
    .fb-gallery .fg-grid-hover .post-like::before{
        width: 38%;
    } 
     .fb-gallery .fg-grid-hover h6{
        font-size: 12px;
    }

    }
    @media screen and (max-width: 600px){
    .fg_our_team .fg-team-member .post-item{
        width:100%;
        margin-left: 0;
    }
     .fg_our_team .fg-team-member{
        margin-left: 0;
     }
     .fg-testimonial .testimonial-item .features-img{
        width: 20%;
     }
     .column-2 .fb-gallery {
    width: 100%;
    }
     .column-3 .fb-gallery {
    width: 100%;
    }
    .column-4 .fb-gallery {
    width: 100%;
    }
    .column-5 .fb-gallery {
    width: 100%;
    }
    .page-template-template-blog .fg-grid-view .fg-grid-hover h6 {
        margin-bottom: 30px;
    }
}
   @media (min-width: 992px){
    .column-5 .fb-gallery .fg-grid-hover h6 a{
    font-size: 12px;
}
    .column-5 .fb-gallery .fg-grid-hover .post-like span.like i,
    .column-4 .fb-gallery .fg-grid-hover .post-like span.like i{
    font-size: 14px;
}
    .column-5 .fb-gallery .fg-grid-hover h6{
    margin-bottom: 20px;
}
}
 @media (max-width: 992px){
   .testimonials .full-testimonial .team-singe-iamge,
   .full-team-content .team-singe-iamge{
    width: 100%;
    float: none;
    margin-bottom: 20px;
   } 
}
 @media (min-width: 480px) and (max-width: 600px){
    .fb-gallery .fg-grid-hover{
        top: 70%;
    }
 }
@media (min-width: 769px){
.fg-thumb-list-view .fg-gallery-list-detail .entry-meta,
.fg-large-thumbs-list-view .fg-gallery-list-detail .entry-meta{
    margin-bottom: 0px;
}
.fg-large-thumbs-list-view .fb-gallery.odd .fg-gallery-list-thumb{
    width: 50%;
    float: left;
    height: auto;
}
.fg-large-thumbs-list-view .fb-gallery.odd .fg-gallery-list-detail{
    width: 50%;
    float: right;
    margin-top: 0;
   
}
.fg-large-thumbs-list-view .fb-gallery.even .fg-gallery-list-thumb{
    width: 50%;
    float: right;
    right: 0;
    left: 50%;
    height: auto;
}
.fg-large-thumbs-list-view .fb-gallery.even .fg-gallery-list-detail{
    width: 50%;
    float: left;
    margin-top: 0;
   
}
}
 @media (max-width: 480px){
    .fb-gallery .fg-grid-hover{
        top: 55%;
    }
    .fb-gallery .fg-grid-hover .post-like span.like i {
        font-size: 16px;
    }
    .fb-gallery .fg-grid-hover .post-like span.count{
        top: -18px;
    }
    .fb-gallery .fg-grid-hover h6 a {
        font-size: 13px;
    }
    .fb-gallery .fg-grid-hover .post-like{
        bottom: 5px;
    }
    .fg_call_to_action.center, 
    .fg_call_to_action.right {
        padding:10px;
    }
    .fg_call_to_action .fg_call_to_action_content h4 {
        font-size: 18px;
    }
    .fg_call_to_action_button {
        padding:2px 15px;
        font-size: 14px;
    }
     .fg-span1, .fg-span2, .fg-span3, .fg-span4,
    .fg-span5, .fg-span6 {
        width:100%;
    } 
     .fg_column {
        margin-left:0;
    }
    .page-template-template-blog .fg-grid-view .fg-grid-hover h6 {
        margin-top:10px;
        margin-bottom:20px;
    }
}

@media (max-width: 320px){
    .fb-gallery .fg-grid-hover{
        top: 50%;
    }
}


/**
 * WooCommerce CSS
**/

.woocommerce-area {
    margin: 0 0 20px;
    background: #FFF;
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
}
.woocommerce .woocommerce-breadcrumb {
    /* border-bottom: 1px solid #EEE; */
    
    padding: 0 0 6px;
}
.woocommerce .woocommerce-breadcrumb a {
    text-decoration: none;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    color: #d28d56;
}
.woocommerce .page-title {
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    background: #d28d56;
    z-index: 9;
}
.woocommerce ul.products li.product .onsale {
    margin:0; 
}
.woocommerce .star-rating span::before {
    color: #D28D56;
}
.woocommerce span.onsale {
    border-radius: 0;
    top: 0;
    left: 0;
    line-height: 1;
    min-height: auto;
    min-width: auto;
    padding: 10px;
}
.woocommerce ul.products li.product a .img-holder {
    overflow: hidden;
    margin-bottom: 15px;
}
.woocommerce ul.products li.product a img {
    transform: translateZ(0);
    vertical-align: middle;
    transition-property: transform;
    transition-duration: 1s;
    margin-bottom: 0;
}
.woocommerce ul.products li.product a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.woocommerce ul.products li.product h3 {
    text-align: center;
    border-top: 2px solid #d28d56;
    border-bottom: 1px solid #EEE;
    color: #333;
}
.parallax-section .woocommerce ul.products li.product h3,
.parallax-section .woocommerce ul.products li.product .price,
.parallax-section .woocommerce a {
    color: inherit;
}
.parallax-section .woocommerce ul.products li.product h3 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}
.woocommerce ul.products li.product .price {
    color: #333;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
}
.woocommerce ul.products li.product .price del {
    display: inline-block;
}
.woocommerce ul.products li.product .button {
    margin: 0;
    background: none;
    text-align: center;
    color: #d28d56;
    display: block;
    font-weight: normal;
    border-radius: 0;
    border: 1px solid #d28d56;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.woocommerce ul.products li.product .button:hover {
    background: #d28d56;
    color: #fff;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.woocommerce a.added_to_cart {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin: 0 2px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    background: #d28d56;
    color: #FFF;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000;
    color: #FFF;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #d28d56;
    border-radius: 0;
    font-weight: normal;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #d28d56;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #333;
}
.woocommerce-review-link,
.product_meta a {
    text-decoration: none;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background: #d28d56;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #000;
    border-radius: 0;
    color: #FFF;
    font-weight: normal;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #d28d56;
    color: #FFF;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #d28d56;
}
.wc-tab h2,
.related h2,
.upsells h2 {
    font-size: 20px;
}
/*
============
css for tabs
============
*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
    padding: 0 0 0 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 0;
    background: none;
    margin:0 15px 0 -5px;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #D28D56;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    border-bottom: 2px solid #D28D56;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border-top: 1px solid #D28D56;
    padding: 10px 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button {
    background: none;
    border: 1px solid #D28D56;
    color: #D28D56;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100px;
    padding: 0 10px;
    border-color: #D28D56; 
    color: #D28D56;
}
.woocommerce .woocommerce-info {
    border-top-color: #D28D56;
}
.woocommerce .woocommerce-info::before {
    color: #D28D56;
}
.woocommerce div.product form.cart, 
.woocommerce div.product p.cart {
    margin-bottom: 10px;
}
.woocommerce .woocommerce-message::before {
    color: #D28D56;
}
.woocommerce .woocommerce-message {
    border-color: #D28D56;
}