  

.superfly-on #sf-sidebar {
    display: block;
}
#sf-sidebar ol, #sf-sidebar ul {
    list-style: none;
}
#sf-sidebar a {
    outline: 0;
}
#sf-sidebar {
    margin: 0;
  	padding: 0;
  	border: 0;
    width: 250px;
  	font-size: 100%;
  	font: inherit;
  	vertical-align: baseline;
    text-align: left;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    min-height: 100%;
    line-height: 1;
    display: none;
    z-index: 3000000;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition:-moz-transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: -ms-transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: -o-transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#sf-sidebar, .sf-view-level-custom, .sf-scroll-wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), background  0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition:-moz-transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), background  0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: -ms-transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), background  0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: -o-transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), background  0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: transform  0.4s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1), background  0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}

.sf-pos-right #sf-sidebar {
    right: 0;
    left: auto;
}
html {
    overflow-x: hidden !important;
    position: relative !important;
}
body.sf-sidebar-push > *,
.sf-mobile .sf-sidebar-static > *,
body.sf-sidebar-sub-push > *,
body.sf-blur > *{
    -webkit-backface-visibility: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    /*position: relative;*/
}

body.sf-blur.sf-body-pushed > * {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
}

body.sf-blur #sf-body-bg,
body.sf-blur #sf-sidebar,
body.sf-blur #sf-overlay-wrapper,
body.sf-blur #sf-mob-navbar {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

body #sf-sidebar.sf-sidebar-exposed,
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li,
.sf-sidebar-static #sf-sidebar .sf-menu-level-0 > li,
.sf-pos-right.sf-sidebar-static #sf-sidebar,
.sf-sidebar-full #sf-sidebar,
.sf-sidebar-full #sf-sidebar.sf-sidebar-exposed .sf-scroll-wrapper {
    -webkit-transform: translate(0,0) !important;
    -moz-transform: translate(0,0)!important;
    -ms-transform: translate(0,0)!important;
    -o-transform: translate(0,0)!important;
    transform: translate(0,0)!important;
    -webkit-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    -o-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
}
#sf-sidebar .sf-menu-level-0 > li {
    -webkit-transform: translate(-30px,0);
    -moz-transform: translate(-30px,0);
    -ms-transform: translate(-30px,0);
    -o-transform: translate(-30px,0);
    transform: translate(-30px,0);
    -webkit-transform: translate3d(-30px,0,0);
    -moz-transform: translate3d(-30px,0,0);
    -ms-transform: translate3d(-30px,0,0);
    -o-transform: translate3d(-30px,0,0);
    transform: translate3d(-30px,0,0);
}
.sf-pos-right #sf-sidebar .sf-menu-level-0 > li {
    -webkit-transform: translate(30px,0);
    -moz-transform: translate(30px,0);
    -ms-transform: translate(30px,0);
    -o-transform: translate(30px,0);
    transform: translate(30px,0);
    -webkit-transform: translate3d(30px,0,0);
    -moz-transform: translate3d(30px,0,0);
    -ms-transform: translate3d(30px,0,0);
    -o-transform: translate3d(30px,0,0);
    transform: translate3d(30px,0,0);
}
.sf-mobile #sf-sidebar:after {
    display: none;
}
.sf-view-pushed-1 #sf-sidebar:after {
    z-index: -800;
}
.sf-pos-right #sf-sidebar:after {
    left: -3px;
    right: 0;
}

/***/

#sf-marker {
    display: none !important;
}

#sf-sidebar .sf-rollback {
    cursor: pointer;
    z-index: -1000;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition:all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-font-smoothing: antialiased;
    color: #a4a4a4;
    font-size: 10px;
    height: 100%;
    line-height: 30px;
    /*padding-left: 10px;*/
    position: absolute;
    right: -40px;
    top: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
}
.sf-pos-right #sf-sidebar .sf-rollback{
    /*padding-right: 10px;*/
    /*padding-left: 0;*/
    left: -40px;
    right: auto;
}

.sf-no-mobile .sf-sidebar-static #sf-sidebar .sf-rollback {
    display: none !important;
}
.sf-logo {
    text-align: center;
    /*padding: 50px 0;*/
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    z-index: 10000;
}
.sf-logo img {
    /*height: 70px;*/
    max-width: 100%;
}
#sf-sidebar .sf-has-child-menu > .sf-child-menu {
    display: none;
    box-sizing: border-box;
}

#sf-sidebar.sf-compact .sf-scroll-wrapper {
    height: 100%;
    -webkit-overflow-scrolling : touch;
}
#sf-sidebar .sf-scroll-wrapper {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
#sf-sidebar .sf-scroll {
    width: 100%;
    padding-right: 30px;
    overflow: auto;
    height: 100%;
}
#sf-sidebar .sf-nav {
    position: absolute;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    top: 0;
    left: 0;
}
#sf-sidebar .sf-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

#sf-sidebar ul {
    margin: 0;
    padding: 0;
}

#sf-sidebar .sf-va-middle {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0;
}

.sf-mobile #sf-sidebar .sf-va-middle {
    display: block;
    height: auto;
    margin-top: 0px;
}

#sf-sidebar .sf-menu-level-0 > li {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition:-moz-transform 0.2s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: -ms-transform 0.2s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: -o-transform 0.2s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-backface-visibility: hidden;
}

#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li, .sf-sidebar-static #sf-sidebar .sf-menu-level-0 > li{
    opacity: 1;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(1) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(2) {
    transition-delay: .25s;
    -webkit-transition-delay: .25s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(3) {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(4) {
    transition-delay: .35s;
    -webkit-transition-delay: .35s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(5) {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(6) {
    transition-delay: .45s;
    -webkit-transition-delay: .45s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(7) {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(8) {
    transition-delay: .55s;
    -webkit-transition-delay: .55s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(9) {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
}
#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(10) {
    transition-delay: .65s;
    -webkit-transition-delay: .65s;
}#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(11) {
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
}#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(12) {
    transition-delay: .75s;
    -webkit-transition-delay: .75s;
}#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(13) {
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
}#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(14) {
    transition-delay: .85s;
    -webkit-transition-delay: .85s;
}#sf-sidebar.sf-sidebar-exposed .sf-menu-level-0 > li:nth-child(15) {
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
}
#sf-sidebar .sf-menu li {
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    position: relative;
}
#sf-sidebar .sf-menu li a {
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
}

#sf-sidebar .sf-menu a img {
    max-height: 40px;
    max-width: 40px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
}

#sf-sidebar .sf-menu li:hover span {
    opacity: 0.8;
    -webkit-backface-visibility: hidden;
}

#sf-sidebar .sf-view,
#sf-sidebar .sf-nav {
    display: table;
}

#sf-sidebar .sf-nav {
    min-height: 100%;
}


#sf-sidebar .sf-view .sf-menu {
    padding: 0;
    /*padding: 200px 0 0;*/
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#sf-sidebar .sf-view .sf-menu li {
    text-align: center;
    cursor: pointer;
}

.sf-sidebar-bg {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -200;
}


#sf-sidebar .sf-view {
    position: absolute;
    overflow: hidden;
    height: 100%;
    top:0;
    transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition:all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}


#sf-sidebar .sf-view-level-1 {
    position: absolute;
    height: 100%;
    width: 250px; /*default*/
    top: 0;
    left: 250px;
    background: #b5b5b5; /*default*/
    z-index: -300;
}

#sf-sidebar .sf-view-level-2 {
    width: 250px; /*default*/
    top: 0;
    left: 500px;
    background: #36939e; /*default*/
    z-index: -400;
}

#sf-sidebar .sf-view-level-3 {
    width: 250px; /*default*/
    top: 0;
    left: 750px;
    background: #9e466b; /*default*/
    z-index: -500;
}

body.sf-view-pushed-1 #sf-sidebar .sf-view-level-1,
body.sf-view-pushed-2 #sf-sidebar .sf-view-level-2,
body.sf-view-pushed-3 #sf-sidebar .sf-view-level-3 {
    -webkit-transform: translate(0,0) !important;
    -moz-transform: translate(0,0) !important;
    -ms-transform: translate(0,0) !important;
    -o-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}


#sf-sidebar .sf-view .sf-child-menu {
   display: none !important;
}

#sf-sidebar .sf-menu li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    width: 0;
    z-index: 0;
    background: rgba(255,255,255,0.075);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block !important;
}

.sf-pos-right #sf-sidebar .sf-menu li > a:before {
    left: auto;
    right: 0;
}

#sf-sidebar.sf-hl-line .sf-menu li > a:before {
    top: auto;
    height: 2px;
}

.sf-no-mobile #sf-sidebar .sf-menu li:hover > a:before,
.sf-no-mobile #sf-sidebar .sf-menu li.sf-active-item > a:before,
.sf-sidebar-full #sf-sidebar .sf-menu li.sf-active-item > a:before {
    width: 100%;
}

.sf-vertical-nav .sf-sm-indicator {
    width: 45px;
}

#sf-sidebar.sf-underline-2 .sf-menu li:after {
    border-bottom: 3px solid white;
    content: '';
    display: block;
    width: 0%;
    position: relative;
    bottom: -10px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /*top: -6px;*/
}

#sf-sidebar .sf-menu li > a span {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    position: relative;
    z-index: 2;
}

#sf-sidebar .sf-menu li > a i {
    font-size: 75%;
    font-style: normal;
    text-transform: none;
}

#sf-sidebar .sf-menu li a {
  display: block;
  padding: 0 15px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}

#sf-overlay-wrapper {
    -webkit-backface-visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    visibility: hidden;
}

#sf-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #333;
    /*display: none;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
}

.sf-body-pushed #sf-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /*z-index: 99999;*/

}

.sf-label-hidden {
    display: none !important;
}

#sf-sidebar .sf-search-form input[type=submit] {
    display: none;
}

#sf-sidebar form,
#sf-sidebar label {
    margin: 0;
    padding: 0;
}

#sf-sidebar .sf-search-form input[type=text] {
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    color: #fff;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    padding: 0 32px;
    font-weight: 200!important;
    appearance: none;
    -webkit-appearance: none;
    line-height: 100%;
}

.sf-search-form {
    width: 100%;
    background: rgba(255,255,255,0.05);
    margin: 0;
    padding: 15px 0;
    position: relative;
}

#sf-sidebar .sf-search-form input[type=search]:focus {
    opacity: 1;
    outline:none !important;
}

#sf-sidebar .search-field {

}

#sf-sidebar .sf-logo{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s linear;
    -ms-transition: visibility 0s 0.3s, opacity 0.3s linear;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
    -webkit-backface-visibility: hidden;
}

.sf-sidebar-static #sf-sidebar .sf-logo{
    opacity: 1;
    visibility: visible;
}

.sf-sidebar-static #sf-sidebar {
    opacity: 0;
}

#sf-sidebar.sf-sidebar-exposed  .sf-logo {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

#sf-sidebar .sf-search-form label {
    position: relative;
    display: block;
    margin-top: 20px;
}

#sf-sidebar .sf-search-form span {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 15px;
    left: 15px;
    background-image: url("/img/search@2x.png");
    background-position: 80% center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
}


#sf-sidebar .sf-social {
    display: block;
    position: absolute;
    padding-top: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    text-align: center;
    z-index: 1000;
    box-sizing: content-box;
}

#sf-sidebar .sf-social:empty {
    display: none !important;
}

#sf-sidebar .sf-social li {
    list-style: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 18px;
    border: 1px solid white;
    border-radius: 30px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition:all 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -ms-transition: all 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.061, 0.355, 1);
}

#sf-sidebar .sf-social li:first-child {
    margin-left: 0;
}

#sf-sidebar .sf-social li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    text-indent: -9999px;
}

#sf-sidebar .sf-menu li a {
    word-break: break-word;
}


#sf-sidebar [class*="sf-icon-"], .sf-view-level-custom:before  {
    font-family: 'sf-icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 18px;
    font-size: 18px;
    color: white;
    position: relative;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sf-sidebar [class*="sf-icon-"]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    /*top: 11px;*/
    z-index: 0;
    /*left: 11px;*/
}

[class^="sf-icon-"]:after, [class*=" sf-icon-"]:after {
    display: none !important;
}

#sf-sidebar .sf-icon-twitter:before,
#sf-sidebar .sf-icon-gplus:before {
    /*left: 12px;*/
}

.sf-icon-gplus:before {
    content: "\e600";
}
.sf-icon-facebook:before {
    content: "\e601";
}
.sf-icon-twitter:before {
    content: "\e602";
}.sf-icon-instagram:before {
    content: "\e604";
}
.sf-icon-pinterest:before {
    content: "\e605";
}

.sf-body-float {
    float: left;
    width: 100%;
}

#sf-body-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    /*-webkit-transform: translateZ(0)*/
}


/* Navicon */
.sf-navicon-button {
    display: inline-block;
    position: absolute;
    left: 0;
    padding: 33px 24px;
    transition: 0.25s;
    cursor: pointer;
    user-select: none;
    /*opacity: .8;*/
    text-decoration: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
}

#sf-sidebar .sf-navicon-button {
    top: 50%;
    /*margin-top: -20px;*/
}

#sf-sidebar .sf-label-metro .sf-navicon-button{
   background: #000000;
}

.sf-label-metro .sf-navicon,
.sf-label-metro .sf-navicon:before,
.sf-label-metro .sf-navicon:after {
    border-radius: 0 !important;
}

#sf-sidebar .sf-label-metro .sf-navicon,
#sf-sidebar .sf-label-metro .sf-navicon:after,
#sf-sidebar .sf-label-metro .sf-navicon:before  {
   background: #fff;
   z-index: 1;
}

#sf-mob-navbar {
    display: none;
}

.sf-mobile .sf-navicon-button:after {
    display: none !important;
}

#sf-sidebar .sf-label-square .sf-navicon-button,
#sf-sidebar .sf-label-rsquare .sf-navicon-button,
#sf-sidebar .sf-label-circle .sf-navicon-button {
    padding: 18px 8px 18px 8px;
    border: 3px solid;
    margin-left: 10px;
}

#sf-sidebar .sf-label-square .sf-navicon,
#sf-sidebar .sf-label-rsquare .sf-navicon,
#sf-sidebar .sf-label-circle .sf-navicon {
    width: 24px;
}

#sf-sidebar .sf-label-rsquare .sf-navicon-button {
    border-radius: 8px;
}

#sf-sidebar .sf-label-circle .sf-navicon-button {
    border-radius: 80px;
}

.sf-pos-right #sf-sidebar .sf-label-square .sf-navicon-button,
.sf-pos-right #sf-sidebar .sf-label-rsquare .sf-navicon-button,
.sf-pos-right #sf-sidebar .sf-label-circle .sf-navicon-button {
    margin-right: 20px;
    margin-left: 0;
}

#sf-sidebar .sf-label-square .sf-navicon,
#sf-sidebar .sf-label-square .sf-navicon:after,
#sf-sidebar .sf-label-square .sf-navicon:before {
    border-radius: 0;
}


.sf-pos-right #sf-sidebar .sf-navicon-button{
    /*left: -20px;*/
    right: 0;
    left: auto;
}


.sf-pos-right #sf-sidebar .sf-label-none .sf-navicon-button{
    left: -40px;
}

.sf-navicon-button .sf-navicon:before,
.sf-navicon-button .sf-navicon:after {
    transition: 0.25s;
}
.sf-navicon-button:hover {
    transition: 0.5s;
    opacity: 1;
}
.sf-navicon-button:hover .sf-navicon:before, .sf-navicon-button:hover .sf-navicon:after {
    transition: 0.25s;
}

.sf-navicon {
    position: relative;
    width: 24px;
    height: 3px;
    background: #e7e6dd;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sf-label-none .sf-navicon, .sf-label-text .sf-navicon {
    width: 24px;
    height: 3px;
}

.sf-navicon:after, .sf-navicon:before {
    display: block;
    content: "";
    width: 24px;
    height: 3px;
    background: #e7e6dd;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: all 0.25s 0.25s;
}

.sf-label-none .sf-navicon:after,
.sf-label-none .sf-navicon:before {
    width: 24px;
    height: 3px;
}

.sf-navicon:after {
    top: -8px;
}
.sf-navicon:before {
    top: 8px;
}

 {
    -webkit-transform: translate(2px, 0);
}

.sf-navicon-button:hover .sf-navicon {
    width: 22px !important;
    margin-right: 2px !important;
}

.sf-navicon-button:hover .sf-navicon:after,
.sf-navicon-button:hover .sf-navicon:before {
    -webkit-transform: translate(1px, 0);
}

.sf-label-square .sf-navicon-button:hover .sf-navicon:before,
.sf-label-square .sf-navicon-button:hover .sf-navicon:after {
    -webkit-transform: translate(2px, 0);
}

.sf-label-text .sf-navicon:after,
.sf-label-none .sf-navicon:after {
    top: -8px;
}
.sf-label-text .sf-navicon:before,
.sf-label-none .sf-navicon:before {
    top: 8px;
}

.sf-open:not(.steps) .sf-navicon:before,
.sf-open:not(.steps) .sf-navicon:after {
    top: 0 !important;
}

.sf-open .sf-navicon:before,
.sf-open .sf-navicon:after {
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Arrows */
.larr:hover .sf-navicon:before,
.larr:hover .sf-navicon:after,
.rarr:hover .sf-navicon:before,
.rarr:hover .sf-navicon:after,
.uarr:hover .sf-navicon:before,
.uarr:hover .sf-navicon:after {
    width: 22px;

}
.larr:hover .sf-navicon:before,
.rarr:hover .sf-navicon:before,
.uarr:hover .sf-navicon:before {
    -webkit-transform: rotate(35deg) !important;
    -moz-transform:  rotate(35deg) !important;
    -ms-transform:  rotate(35deg) !important;
    transform: rotate(35deg) !important;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.larr:hover .sf-navicon:after,
.rarr:hover .sf-navicon:after,
.uarr:hover .sf-navicon:after {
    -webkit-transform: rotate(-35deg);
    -moz-transform:  rotate(-35deg);
    -ms-transform:  rotate(-35deg);
    transform:  rotate(-35deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.uarr:hover {
    -webkit-transform: scale(0.75) rotate(90deg);
    -moz-transform: scale(0.75) rotate(90deg);
    -ms-transform: scale(0.75) rotate(90deg);
    transform: scale(0.75) rotate(90deg);
}

/* Arrows */
.rarr:hover .sf-navicon:before {
    -webkit-transform: translate3d(1em, 0, 0) rotate(-35deg);
    -moz-transform: translate3d(1em, 0, 0) rotate(-35deg);
    -ms-transform: translate3d(1em, 0, 0) rotate(-35deg);
    transform: translate3d(1em, 0, 0) rotate(-35deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.rarr:hover .sf-navicon:after {
    -webkit-transform: translate3d(1em, 0, 0) rotate(35deg);
    -moz-transform: translate3d(1em, 0, 0) rotate(35deg);
    -ms-transform: translate3d(1em, 0, 0) rotate(35deg);
    transform: translate3d(1em, 0, 0) rotate(35deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

/* × and + */
.sf-open.x .sf-navicon {
    background: transparent !important;
}

.sf-open.x .sf-navicon:after {
    -webkit-transform: rotate(45deg)!important;
    -moz-transform:  rotate(45deg)!important;
    -ms-transform:  rotate(45deg)!important;
    transform:  rotate(45deg)!important;
}

.sf-open.x .sf-navicon:before {
    -webkit-transform: rotate(-45deg)!important;
    -moz-transform:  rotate(-45deg)!important;
    -ms-transform:  rotate(-45deg)!important;
    transform:  rotate(-45deg)!important;
}

.sf-inner-fixed {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.sf-has-child-menu > a {
    position: relative;
}

.sf-sm-indicator  {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    -webkit-backface-visibility: hidden;
    display: inline-block;
    color: inherit;
    position: absolute;
    /*top: 50%;*/
    /*margin: -.7em 0 0 0;*/
    width: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    background: none;
}
#sf-sidebar.sf-indicators .sf-sm-indicator i {
    font-family: 'sf-icomoon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    vertical-align: middle;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -.7em 0 0 0;
    width: 100%;
    text-align: center;
}

.sf-has-child-menu > a {
    padding-right: 28px !important;
}

.sf-pos-right .sf-has-child-menu > a {
    padding-left: 28px !important;
}

#sf-sidebar.sf-test-mode:before {
    position: absolute;
    content: 'Test mode ON';
    top: 0;
    color: #ffffff;
    background: #b90000;
}

.sf-pos-right .sf-sm-indicator  {
   left: 0px;
   right: auto;
}

.sf-pos-left .sf-indicators .sf-sm-indicator i:after {
    content: '\e612';
}

.sf-pos-left #sf-sidebar:not(.sf-vertical-nav) .sf-has-child-menu:hover .sf-sm-indicator {
    /*margin-left: 8px;*/
    right: -2px;
}
.sf-pos-right #sf-sidebar:not(.sf-vertical-nav) .sf-has-child-menu:hover .sf-sm-indicator {
    left: -2px;
}

.sf-pos-right .sf-indicators .sf-sm-indicator i:after {
    content: '\e60f';
}

#sf-sidebar .widget-area {
    padding: 15px;
}

#sf-sidebar .widget-area:empty {
    display: none;
}

.sf-menu-level-0 + * {
    /*display: table-row;*/
}

#sf-sidebar .sf-view-level-custom {
    visibility: hidden;
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    box-sizing: content-box;
    background: #e2e2e2;
    z-index: -1000;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#sf-sidebar.sf-vertical-nav .sf-view-level-custom {
    opacity: 0;
}



#sf-sidebar .sf-view-level-custom.sf-modal {
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    /*right: 0;*/
    width: 100%;
    z-index: 3000000;
    padding-top: 30px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.sf-pos-right #sf-sidebar .sf-view-level-custom.sf-modal {
    right: 0;
    left: auto;
}

#sf-sidebar .sf-view-level-custom .sf-close {
    display: none;
}

#sf-sidebar .sf-view-level-custom.sf-modal .sf-close {
    display: block;
}

#sf-sidebar .sf-view-level-custom.sf-modal .sf-close:before {
    font-family: 'sf-icomoon';
    content: '\e607';
    font-size: 32px;
    padding: 7px;
    color: #333 !important;
    background: rgba(255,255,255,0.2);
    position: absolute;
    right: 0;
    top:  0;
    cursor: pointer;
}


.sf-custom-content {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 30px 0 0;
    box-sizing: content-box;
}

.sf-custom-content.sf-active {
    position: relative;
    z-index: 1000;
    visibility: visible;
    opacity: 1;
    height: 100%;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition:opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.sf-custom-content.sf-vert-align {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
}

.sf-content-wrapper > img {
    max-width: 100% !important;
}

.sf-logo:empty {
    display: none !important;
}

.sf-content-wrapper {
    padding: 30px;
}

.sf-title h3 {
    font-size: 28px;
    font-weight: 400;
    color: #FFF;
    margin: 20px 0 10px 0;
}

.sf-title h4 {
    font-size: 18px;
    font-weight: 300;
    color: #AAA;
    margin: 0px 0 30px 0;
}

.sf-title h3, .sf-title h4 {
    padding: 0 20px;
    font-family: inherit;
}

#sf-sidebar .sf-menu li, #sf-sidebar .sf-menu  {
    float: none !important;
    line-height: 1 !important;
}




/* font import */

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300);
@import url(http://fonts.googleapis.com/css?family=Muli:400,300);

.html_header_top.html_header_sticky #header {top:0;}

.html_header_top.html_header_sticky.html_bottom_nav_header #main {padding-top:110px;}
/* font-family: 'Roboto', sans-serif */
/* font-family: 'Roboto', sans-serif; */

.page-id-11 #main {
    padding-top: 88px !important;
}

.page-template-template-mulberryhouse .circle-position {
	    left: 45%;
}

#full_slider_1 .caption_fullwidth {
    background: rgba(0, 0, 0, 0.35);
}


#top .avia-slideshow-button.avia-color-light {
    padding: 12px 65px;
    font-family: "Poppins",'Roboto', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 0px;
    font-weight: 100;
}

#top .avia-slideshow-button.avia-color-light:hover {
	background-color: rgba(0, 0, 0, 0.31);
	color: #fff !important;
}


/* General */

div.wpcf7-mail-sent-ok{
	border:none;
    margin-left: 0;
    font-family: "Poppins",'Roboto', sans-serif;
    color: #706f6f;
    font-weight: 300;
    font-size: 16px;
}

#header_main{
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}

body{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

::selection {
    background-color: #B39771;
    color: #ffffff;
}

.responsive .container {
  max-width: 1030px;
  padding: 0;
}

.ie8-header{
	display: none;
}

h2.userText {
	    text-align: center !important;
    font-family: "Poppins",'Roboto', sans-serif !important;
    margin-bottom: 0 !important;
}

/* Popup */

.pg_login_form {
    max-width: 73%;
    margin: 0 auto 20px;
    border: 1px solid #e1e1e1;
}

.pg_login_row label {
    display: inline-block;
    font-size: 15px !important;
    line-height: 20px;
    width: 36% !important;
    color: #706F6F !important;
    padding: 0 !important;
    margin: 0 !important;
    word-break: break-all;
    font-family: "Poppins",'Muli',sans-serif !important;
}

.pg_login_form input[type="button"] {
    border: none !important;
    background: none !important;
    background-color: #C1A57E !important;
    color: #fff !important;
    font-family: "Poppins",'Muli',sans-serif !important;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

#Couples-Corner {
    width: 440px;
    padding: 50px 10px 40px;
    background: rgba(239,235,233,1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    left: 50% !important;
    margin: 0 auto;
    top: 200px !important;
}

#Couples-Corner h1, #Couples-Corner h2 {
    text-align: center;
    line-height: 26px;
    color: #706f6f;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 6%;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#Couples-Corner2 {
    width: 440px;
    padding: 50px 10px 40px;
    background: rgba(239,235,233,1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    left: 50% !important;
    margin: 0 auto;
    top: 200px !important;
}

#Couples-Corner2 h1 {
    text-align: center;
    line-height: 26px;
    color: #706f6f;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 6%;
}

.CloseButton {
	position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 16px;
    background-color: #C1A57E;
    padding: 5px 10px;
    width: 30px;
}

a.hidemodal {
	float: right; 
	position: relative; 
	overflow: hidden;
	color:#fff;
}

a.hidemodal:hover {
	text-decoration: none;
}

/* Header */

.logo, .logo a {
    overflow: hidden;
    position: relative;
    display: block;
    height: initial;
}


#header_main, #header, #header_main_alternate, .header_color .header_bg{
	background-color: transparent;
}


.tiny{
	height:75px;
}
.ring-position{
	top:18px !important;
}

.smaller-logo{
	width:85px !important;
}

.mg-top-10{
	margin-top:10px !important;
}

/* header Styling */

#full_slider_1{
	margin-top:-125px;
}

.av_minimal_header #header_main .container{
	height:120px;
	line-height: 120px;
}

.html_header_top.html_logo_center .logo{
	margin-top:18px;
}

#sf-sidebar .sf-label-metro .sf-navicon-button {
  background-color: transparent;
  margin-top: 10px;
}

#sf-sidebar .sf-label-metro .sf-navicon-button{
	background-color: transparent !important;
	
}

#sf-sidebar .sf-menu li > a span {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    position: relative;
    z-index: 2;
    font-family: "Poppins",'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#sf-sidebar .sf-view-level-1, #sf-sidebar ul.sf-menu-level-1 {
    background: #333 !important;
}

.sf-menu-level-0 .sf-active-class{
	background: #cbc0bc !important;
}

/*.sf-menu-level-1 .sf-active-class{
	background: rgba(114, 113, 111, 0.7) !important;
} */


/* Client Area Login */

#simplemodal-login-container form {
    background: #EFEBE9 !important;
    border: 1px solid #C7C5C4 !important;
    font-weight: normal;
    margin-left: 0 auto;
    padding: 22px;
    text-align: left;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 0px;
    -moz-box-shadow: rgba(153,153,153,1) 0 4px 18px;
    -webkit-box-shadow: rgba(153,153,153,1) 0 4px 18px;
    box-shadow: rgba(153,153,153,1) 0 4px 18px;
}

#simplemodal-login-container .title {
    color: #777777 !important;
    font-size: 23px !important;
    padding: 20px 0px !important;
    margin-bottom: 25px !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 1px solid #777777 !important;
    font-family: "Poppins",'Roboto', sans-serif;
}

#simplemodal-login-container form .submit input {
    background-color: #706F6F !important;
    border: none;
    border: 1px solid;
    color: #fff;
    font-weight: bold;
    padding: 20px !important;
    font-size: 14px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border-radius: 0px !important;
    cursor: pointer;
    text-decoration: none;
    margin-top: -3px;
    font-family: "Poppins",'Muli',sans-serif;
}

.CouplesCorner {
	background: rgba(239,235,233,1);
    width: 31.333333% !important;
    padding:20px;
	height: 300px; 
	margin-left: 2% !important;   
}

.CouplesCorner h2 {
	text-align: center ;
	text-transform: uppercase;
    font-family: "Poppins",'Roboto', sans-serif;
    color:#706f6f;	
    margin-bottom:20px;
}

.CouplesCorner p {
	font-family: "Poppins",'Roboto', sans-serif;
    color: #706f6f;
    font-weight: 100;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-decoration: underline;
}

.CouplesCorner.first {margin-bottom:2%;margin-left:0 !important;}

/* Hide theme navigation */

#header_main_alternate{
	display: none;
}

/* Slideshow styling */

.slide-1 .avia-caption-content p, .slide-2 .avia-caption-content p, .slide-3 .avia-caption-content p, .slide-4 .avia-caption-content p,  .slide-5 .avia-caption-content p {
	    font-size: 48px;
	text-transform: uppercase;
	font-family: "Poppins",'Roboto', sans-serif;
	line-height: 60px;
}


/* three image columns first row */

.wed1{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/firstwed.jpg') no-repeat;
	background-size: cover;
	height:100%;
	
}


.wed2{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/secondwed.jpg') no-repeat;
	background-size: cover;
	height:100%;
}

.wed3{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/thirdwed.jpg') no-repeat;
	background-size: cover;
	height:100%;
}

.wed4{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/fourthwed.jpg') no-repeat;
	background-size: cover;
	height:100%;
	
}


.wed5{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/fifthwed.jpg') no-repeat;
	background-size: cover;
	height:100%;
}

.wed6{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/sixthwed.jpg') no-repeat;
	background-size: cover;
	height:100%;
}







/* removing container width */


#columns_three{
	  margin-top: 2px;
	  margin-bottom: -7px;
}

#columns_three img{
	width: 100%;
	transition: all 0.7s ease-in-out;
	vertical-align: bottom;
}

#columns_three .container{
	max-width:none;
	padding:0;
}


figure {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}

.ghost-title{
	margin-top:25%;
	font-family: "Poppins",'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 15px;
	color:#fff;
	border:1px solid #fff;
	font-weight: 100;
}

#columns_three h2 {
    color: #fff;
    padding: 12px 5px;
    font-family: "Poppins",'Roboto', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
}

 
figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}
 
figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 97.5%;
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.hundred{
	height: 100%;
}

.mg-bottom-new{
	margin-bottom:2px;
}

.anchor{
	width: 50%;
	margin:0 auto;
	margin-top:23%;
}



/* third columns button styling */


.button-container{
	width: 100%;
	text-align: center;
}

.btn {
    font-family: "Poppins",'Roboto', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 100;
}

.btn-ghost{
	border:1px solid #fff;
}

.btn-margin-top{
	position: relative;
	top:120px;
}

#columns_three a{
	color: #fff;
}

#columns_three a:hover{
	text-decoration: none;
}

.overlay{  
	background:rgba(0,0,0,.7);
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	width: 100%;
	height: 100%;
}

.image-wrap{
	height:248px;
	overflow: hidden;
}

.hide{
	visibility: hidden;
}


/* Section 1 */

#section1home{
	height:411px;
	padding-top:85px;
	margin-bottom:2px;
}

#section1home h2, #section2home h2{
	color:#b39771;
	font-family: "Poppins",'Roboto', sans-serif;
}

#section1home p{
	font-family: "Poppins",'Roboto', sans-serif;
	font-size: 20px;
	line-height: 29px;
	width:75%;
	color:#706f6f;

}

#section2home p{
	font-family: "Poppins",'Roboto', sans-serif;
	font-size: 20px;
	line-height: 29px;
	color:#706f6f;

}

#section1home .av_one_half{
	width:60%;
}

#section1home .btn-brown, #section2home .btn-brown{
	color:#b39771;
	border:1px solid #b39771;
}

.button-group{
	margin-top:40px;
}

#section1home .btn-brown:hover, #section2home .btn-brown:hover{
	text-decoration: none;
	color: #fff;
	background: #b39771;
}


/* Section 2 */

#section2home{
	height:411px;
	margin-bottom:2px;
	padding-top:40px;
}

#section2home h2{
	float: right;
	clear: both;
}

#section2home p{
	float: right;
	text-align: right;
}

#section2home .button-group{
	float: right;
}

/* section 3 */

#section3home{
	height:411px;
	margin-bottom:2px;
	text-align: center;
	padding-top:40px;
}

#section3home h2, #section3home p{
	color:#fff;
	font-family: "Poppins",'Roboto', sans-serif;
	text-transform: uppercase;
}

#section3home p{
	font-size: 15px;
}

#section3home img{
	margin:10px 0;
}


/* Section 4 */


#section4home{
	height:411px;
	padding-top:40px;
}

#section4home h2{
	color:#b39771;
	font-family: "Poppins",'Roboto', sans-serif;
}

#section4home p{
	font-family: "Poppins",'Roboto', sans-serif;
	font-size: 20px;
	line-height: 29px;
	color:#706f6f;
}

.coupleName{
	display: block;
	margin-top: 15px;
	color: #b39771;
	font-family: "Poppins",'Roboto', sans-serif;
    font-size: 16px;
}



#section4home .btn-brown{
	color:#b39771;
	border:1px solid #b39771;
}

#section4home .btn-brown:hover{
	text-decoration: none;
	color: #fff;
	background: #b39771;
}

/* section5 three columns */


/* Section 6 */

#section6home{
	height:411px;
	margin-bottom:2px;
	text-align: center;
	padding-top:115px;
}

#section6home h2{
	color:#fff;
	font-family: "Poppins",'Roboto', sans-serif;
}

#section6home .btn-ghost{
	color:#fff;
}

#section6home .btn-ghost:hover{
	text-decoration: none;
	color:#161e28;
	background: #fff;
}

/* new styling with banners */

.banner{
	width:100%;
}

.banner p{
	font-family: "Poppins",'Roboto', sans-serif;
	font-size: 16px;
	color:#706f6f;
	width:50%;
}

#full_slider_2 .banner p{
	width:47%;
}

.page-id-11 .banner p {
    font-weight: 300;
	line-height:26px;
}

.slideshow_caption .bannerHead{
	color: #b39771;
	font-family: "Poppins",'Roboto', sans-serif;
	font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-id-34 .slideshow_caption .bannerHead, .page-id-20 .slideshow_caption .bannerHead {
    color: #706f6f;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-id-20 .move-right {
    padding-left: 64%;
    text-align: right;
}

#full_slider_4 .slideshow_caption .bannerWhiteHead {
    color: #fff;
    font-family: "Poppins",'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 32px;
}

.page-id-11 .slideshow_caption .bannerHead{
	color:#706e6f;
}

.avia-caption-content .button-group .btn-brown{
	color: #fff !important;
	border: 1px solid #b39771;
	font-size: 13px;
    padding: 8px 19px;
    background: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    font-weight: 100;
    text-transform: capitalize;
}

.avia-slideshow-arrows{
	display: none;
}

#sf-sidebar .sf-rollback{
	cursor: inherit;
}

#top .avia-caption-content a{
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

.avia-caption-content .button-group .btn-brown:hover{
	background: #706f6f;
	color:#fff;
	border:1px solid #706f6f;
}

#full_slider_2.avia-fullwidth-slider.avia-builder-el-0, #full_slider_6.avia-fullwidth-slider.avia-builder-el-0{
	border-top:2px solid #fff;
}

#full_slider_2, #full_slider_3, #full_slider_4, #full_slider_6{
	margin-bottom:2px;
}

#full_slider_3 .slideshow_align_caption{
	text-align: right;
}

#full_slider_3 .banner p{
	width: 100%;
	padding-left:50%;
}

.slideshow_caption .bannerWhiteHead{
  color: #fff;
  font-family: "Poppins",'Roboto', sans-serif;
  text-transform: uppercase;
}

#full_slider_4 .avia-slideshow li .playImage{
	width: inherit;
}

#full_slider_4 .banner p{
	width: 100%;
	  color: #fff;
  font-family: "Poppins",'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-top:35px;
}

#full_slider_6 .btn-ghost:hover{
	background:#fff;
	color:#111216;
}

#full_slider_6 .btn-ghost {
    padding: 6px 35px;
    background-color: #fff;
    color: #000;
}

#full_slider_6 .btn-ghost:hover{
	background-color: #706f6f;
	border:1px solid #706f6f;
	color:#fff;
}

.avia-slideshow-dots {
    position: absolute;
    z-index: 200;
    width: 100%;
    bottom: 10%;
    text-align: center;
    left: 0;
    height: 0px;
}


#full_slider_6 .slideshow_caption .bannerWhiteHead{
	margin-bottom:60px;
}

/* play image */

.playButton{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/play.png') no-repeat;
	display: inline-block;
	height: 100px;
	width: 100px;
	text-indent: -5000px;
}

.playButton:hover{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/newhov.png') no-repeat;

}


/* Footer Styling */


#footer{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/newfoot.jpg') no-repeat;
	background-position: center top;
	background-size: cover;
}

.blog-footer#footer{
	background: none;
	padding: 0;
}

.blog-footer#footer .bottom-footer{
	background: #fff;
}

.blog-footer#footer .container .av_one_fourth{
	display: none;
}

.top-footer{
	background-color: rgba(239,235,233,1); 
	height:180px;
	margin-top:-15px;
	text-align: center;
	padding-top:60px;
}

.top-footer h2{
	color: #706f6f;
	font-family: "Poppins",'Roboto', sans-serif;
	font-size:28px;
	text-transform: uppercase;
	font-weight: 100;
}

.top-footer h3{
	color: #706f6f;
	font-family: "Poppins",'Roboto', sans-serif;
	font-size:22px;
	text-transform: uppercase;	
	margin-top:15px;
	font-weight:100;
}

.middle-footer{
	text-align: center;
	padding-top:60px;
}

#footer {
  padding: 15px 0 0px 0;
  z-index: 1;
}

#footer #email-form{
  width: 30%;
  display: inline;
  margin-left: 25px;
  font-family: "Poppins",'Roboto', sans-serif;
   font-size: 14px;
   font-weight: 100;
}

#footer .text-move{
	position: relative;
	top:4px;
}

#top .footer_color input[type='email']{
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.footer_color input[type='submit'] {
    color: #fff;
        font-family: "Poppins",'Roboto', sans-serif;
    text-transform: capitalize;
    position: relative;
    background: #b39771;
    padding-top: 11px;
    padding-bottom: 10px;
}

.footer_color input[type='submit']:hover{
	background:#706f6f;
}

#footer .wpcf7-mail-sent-ok{
	border:none;
	color:#fff;
	font-size:17px;
	font-family: "Poppins",'Roboto', sans-serif;
}

#footer .wpcf7-validation-errors {
    font-size: 17px;
    font-family: "Poppins",'Roboto', sans-serif;
    color: #fff;
    border: none;
    text-transform: uppercase;
}

#footer .wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: none;
}

.middle-footer p{
  color: #fff;
  font-family: "Poppins",'Roboto', sans-serif;
  text-transform: uppercase;	
  font-size:22px;
}

.bottom-footer{
	background-color: rgba(239,235,233,1); 
	padding:30px 0 20px 0;
	text-align: center;
}

.footer-nav li{
	display: inline;
}

.footer-nav li a{
  color: #b39771;
  font-family: "Poppins",'Roboto', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.footer-nav li a:hover{
	text-decoration:none;
	color: #706f6f;
}

.footer-nav li a:active, .footer-nav li a:focus{
	text-decoration: none;
}

.main_color .avia-tt{
	    color: #706F6F;
}

.footer-nav li a:after{
	content: " | ";
	margin-left:5px;
	margin-right:5px;
}

.clicktoplay{
	    text-decoration: none;
       font-family: "Poppins",'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 100;
}

.footer-nav li:last-child a:after{
	content: " ";
}

#footer .address{
  font-family: "Poppins",'Roboto', sans-serif;
  font-size: 18px;
  color: #706f6f;
  margin:30px 0 30px 0;
}

#footer .social li, .social-contact-icons .social li, .sidebar_right .social li{
	display: inline;
	margin:0 5px 0 5px;
}

#footer .social .twitter, .social-contact-icons .social .twitter, .sidebar_right .social .twitter{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/twitter.png') no-repeat;
	height:31px;
	width: 31px;
	display: inline-block;
	text-indent: -5000px;
}

#footer .social .twitter:hover, .social-contact-icons .social .twitter:hover, .sidebar_right .social .twitter:hover{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/twitterhover.png') no-repeat;
	
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;	
}

#footer .social .facebook, .social-contact-icons .social .facebook, .sidebar_right .social .facebook{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/facebook.png') no-repeat;
	height:31px;
	width: 31px;
	display: inline-block;
	text-indent: -5000px;
}

#footer .social .facebook:hover, .social-contact-icons .social .facebook:hover, .sidebar_right .social .facebook:hover{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/facebookhover.png') no-repeat;
	
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;	
}

#footer .social .pinterest, .social-contact-icons .social .pinterest, .sidebar_right .social .pinterest{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/pinterest.png') no-repeat;
	height:31px;
	width: 31px;
	display: inline-block;
	text-indent: -5000px;
}

#footer .social .pinterest:hover, .social-contact-icons .social .pinterest:hover, .sidebar_right .social .pinterest:hover{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/pinteresthover.png') no-repeat;
	
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;	
}

#footer .social .instagram, .social-contact-icons .social .instagram, .sidebar_right .social .instagram{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/instagram.png') no-repeat;
	height:31px;
	width: 31px;
	display: inline-block;
	text-indent: -5000px;
}

#footer .social .instagram:hover, .social-contact-icons .social .instagram:hover, .sidebar_right .social .instagram:hover{
	background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/instagramhover.png') no-repeat;
	
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
	-moz-transition: background-image 0.5s ease-in-out;
	-o-transition: background-image 0.5s ease-in-out;
	-ms-transition: background-image 0.5s ease-in-out;	
}


#footer ::-webkit-input-placeholder {
   color: white;
   font-family: "Poppins",'Roboto', sans-serif;
   font-size: 14px;
}

#footer :-moz-placeholder { /* Firefox 18- */
   color: white; 
   font-family: "Poppins",'Roboto', sans-serif;
   font-size: 14px;
}

#footer ::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
   font-family: "Poppins",'Roboto', sans-serif;
   font-size: 14px;
}

#footer :-ms-input-placeholder {  
   color: white;  
   font-family: "Poppins",'Roboto', sans-serif;
   font-size: 14px;
}




/* preload hover images */

.preload{
	display: none;
}

#socket{
	background: #706f6f;
}

#socket p{
	margin: 0;
	color: #fff;
	font-family: "Poppins",'Roboto', sans-serif;
	font-size: 12px;
}

#socket a{
	color: #fff;
}

#socket a:hover{
	color:#b39771;
	text-decoration: none;
}

.right-side{
	text-align: right;
}

.uprise{
  margin-left: 3px;
  margin-right: 4px;
  position: relative;
  top:2px;
}

/* Scroll to top styling */

#scroll-top-link {
  font-size: 75px;
}

#scroll-top-link {
    color: #b39771;
    border: none;
}

#scroll-top-link {
  background-color: transparent;
  bottom: 80px;
}

#scroll-top-link:hover {
  background-color: transparent;
  color: #b39771;
  border: none;
}

#sf-sidebar .white-line:before, #sf-sidebar .white-line:after {
	background:#b39771 !important;
}

.mg-top-2{
	margin-top:2px !important;
}

#quotes{
   margin:0;
   padding-bottom:150px;
   font-size:20px;
   position:relative;
 }
 .textItem{
   position:absolute;
   display:none;
 }
 
 .enlarge{
 	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;

	 -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
 }

/* modal window styling */

.white-popup {
   position: relative;
   background: #FFF;
   padding: 50px;
   width: auto;
   max-width: 45%;
   margin: 20px auto;
   border-radius: 5px;
}

.white-popup div.wpcf7-validation-errors {
    border: none;
    color: red;
    padding: 0;
    margin: 0;
}

.white-popup p{
	    font-family: "Poppins",'Roboto', sans-serif;
	font-size:15px;
	color:#706f6f;
}

#popup h2, #popup h3{
	text-align: center;
}

#popup h2{
	  color: #b39771;
  font-family: "Poppins",'Roboto', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

#popup h3 {
  color: #b39771;
  font-family: "Poppins",'Roboto', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 20px;
}

.left-brochure{
	float: left;
	width: 30%;
	margin-left:20px;
}

.right-brochure{
	float: left;
	width: 66%;
}

.right-brochure p{
  font-family: "Poppins",'Roboto', sans-serif;
  font-size: 16px;
  color: #706f6f;
  margin-top:0;
}

#top .white-popup input[type="text"], #top .white-popup input[type="email"]{
	margin-top:14px;
	font-family: "Poppins",'Roboto', sans-serif;
	font-size: 16px;
}

#top .white-popup input[type="submit"]{
	color:#fff;
	background: #b39771;
	font-family: "Poppins",'Roboto', sans-serif;
	text-transform: uppercase;
	font-size:14px;
}

.right-brochure .wpcf7-validation-errors{
	border:none;
	color: red;
	margin: 0;
	padding: 0;
	font-family: "Poppins",'Roboto', sans-serif;
	font-size: 17px;
}

.white-popup .wpcf7-mail-sent-ok {
  border: none;
  color: #706f6f;
  padding: 0;
  margin: 0;
  font-family: "Poppins",'Roboto', sans-serif;
  font-size: 17px;
}

#top .white-popup input[type="submit"]:hover{
	background:#706f6f;
}

.clear{
	clear: both;
}


.container #advanced_menu_toggle{
	display: none;
}

.title_container:first-child{
	display: none;
}

.digitalcopy{
	display: none;
}

.brochuredownload, .brochurerequest{
    font-family: "Poppins",'Roboto', sans-serif;
    color: #706f6f;
    font-weight: 300;
    font-size: 16px;
}

.brochuredownload:hover, .brochurerequest:hover{
	text-decoration: none;
	color:#b39771;
	cursor: pointer;
}


.download-buttons{
	float: right;
    margin-top: -50px;
}

.downloads-text{
	position: relative;
	top: -5px;
	margin-left: 5px;
}

/* The venue page styling */

#brownbartop{
	text-align: center;
	background: #dbd4d0;
}

#brownbartop h2, #brownbartop h1{
  color: #b39771;
  font-family: "Poppins",'Roboto', sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  margin-top: 25px;
}

.title_container .breadcrumb {
  z-index: 10;
  line-height: 15px;
  font-size: 12px;
  position: absolute;
  right: inherit;
  top: 50%;
  margin-top: -7px;
  font-family: "Poppins",'Roboto', sans-serif;
  font-weight:300;
}

.breadcrumb .breadcrumb-title{
	display: none;
}

.trail-end{
	  color: #B39771;
}

.alternate_color .breadcrumb a{
	color:#706F6F;
}

#whiteblock{
	text-align: center;
}

#whiteblock h2{
	font-family: "Poppins",'Roboto', sans-serif;
	color:#706f6f;
}

#whiteblock p {
  font-family: "Poppins",'Roboto', sans-serif;
  color: #706f6f;
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
}

#whiteblock .btn-brown {
    color: #b39771;
    border: 1px solid #b39771;
    font-size: 14px;
    padding: 8px 19px;
}

#whiteblock .btn-brown:nth-child(2){
	margin-left:20px;
}

#whiteblock .btn-brown:hover{
	background: #b39771;
	color: #fff;
	text-decoration: none;
}


.white-wrap-left{
   width: 337px;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    padding-bottom: 35px;
}

/* new padding on white boxes */

.page-id-34 .white-wrap-left{
	width: 337px;
	padding-bottom: 15px;
}

.page-id-34 .slideshow_caption .bannerHead{
	margin-top: 0;
	margin-bottom:10px;
}

.banner .white-wrap-left p, .banner .white-wrap-right p {
    width: 100%;
    font-weight: 100;
    font-size: 16px;
    line-height: 22px;
}

.page-id-34 .banner .white-wrap-left p, .banner .white-wrap-right p {
    width: 100%;
    font-weight: 100;
    font-size: 16px;
    line-height: 22px;
}

.white-wrap-right{
   width: 337px;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    padding-bottom: 35px;
}

.page-id-34 .white-wrap-right {
    width: 337px;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    padding-bottom: 10px;
}

.move-right{
	padding-left:60%;
	text-align: right;
}

.page-id-34 .move-right{
	padding-left:64%;
	text-align: right;
}

#left-side-banner, #right-side-banner{
	margin-bottom:2px;
}

.breadcrumb .sep {
  display: block;
  overflow: hidden;
  width: 12px;
  color: #706F6F;
}

.white-banner-btn{
	padding:20px;
}

/* code used to stop the overflow of background image on hover state */

.page-id-14 .white-banner-btn, .page-id-48 .white-banner-btn, .page-id-22 .white-banner-btn{
	padding: 20px;
    margin-top: -1px;
    position: relative;
    z-index: 300;
}

.white-banner-btn .button-group{
	margin-top:0;
}

.mg-minus-10{
	margin-top:-10px;
}


/* ----------------- hides the block above brown header on content pages -------------- */

.page-id-16 .fullsize .content, .page-id-34 .fullsize .content, .page-id-14 .fullsize .content, .page-id-22 .fullsize .content, .page-id-44 .fullsize .content, .page-id-20 .fullsize .content, .page-id-40 .fullsize .content, .page-id-48 .fullsize .content,
.page-id-28 .fullsize .content, .page-id-26 .fullsize .content, .page-id-24 .fullsize .content, .page-id-30 .fullsize .content, .page-id-32 .fullsize .content, .page-id-38 .fullsize .content, .page-id-52 .fullsize .content, .page-id-50 .fullsize .content, .page-id-46 .fullsize .content,
.page-id-36 .fullsize .content, .page-template-happy_couple_inner .fullsize .content, .page-id-500 .fullsize .content, .page-id-563 .fullsize .content, .page-id-770 .fullsize .content, .page-id-1810 .fullsize .content, .page-id-1813 .fullsize .content, .page-id-1816 .fullsize .content, .page-id-2884 .fullsize .content

{
	display: none !important;
}

.parent-pageid-42 .fullsize:first-child .content{
	display: none;
}

#left-side-banner .button-group, #right-side-banner .button-group{
	margin-bottom:15px;
}

#scrollingbanner{
	background: #DBD4D0;
	margin-bottom:2px;
	text-align: center;
	position: relative;
	z-index: 400;
}

#scrollingbanner .content{
	padding-bottom: 20px;
}

/* styling the navigation dots */


.timeline {
    white-space:nowrap;

    padding:30px 0 10px 0;
    position:relative;
}

.entry {
  display: inline-block;
  vertical-align: top;
  background: transparent;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  border-top: 0;
  border-radius: 3px;
  min-width: 125px;
}

.entry a {
    font-family: "Poppins",'Roboto', sans-serif;
    color: #706f6f;
    font-weight: 100;
    font-size: 12px;
}

.entry a:hover{
	color:#b39771;
	text-decoration: none;
}

.entry a:active, .entry a:focus{
	text-decoration: none;
}

.entry:after {
    content:'';
    display:block;
    background:#dbd4d0;
    width:14px;
    height:14px;
    border-radius:50%;
    border:2px solid #b39771;
    position:absolute;
    left:50%;
    top:-30px;
    margin-left:-6px;
}

.entry-active:after{
	background:#b39771;
	transition: background-color 0.7s ease;
}

.entry .entry-text-color{
	color:#b39771;
}

.bar {
  height: 1px;
  background: #b39771;
  width: 88%;
  position: relative;
  top: 10px;
  left: 60px;
}


/* Weddings page styling */

#columns_three .av_one_fourth{
	margin:0;
	padding:0;
	width:25%;
}

.four_blocks .anchor {
  width: 65%;
  margin: 0 auto;
  margin-top: 33%;
}

.accomodationBlocks .anchor{
	margin-top:24%;
}

.four_blocks .content{
	padding: 0;
}



/* contact form styling */

#topcontent{
	margin-bottom:50px;
}

#top .top-form-items .name input, #top .top-form-items .telephone input, #top .mid-form-items .email input, #top .mid-form-items .subject input{
	width: 49%;
	float: left;
	position: relative;
	z-index: 9999;
	padding: 10px 6px;
	border: 1px solid #dccdb8;
	background-color: #fff;
	color:#706f6f;
	font-family: "Poppins",'Roboto', sans-serif;
	font-size: 18px;
}

#top .top-form-items .telephone input{
	margin-left:2%;
}



#top .mid-form-items .subject input{
		margin-left:2%;
	
}


#top .content-box .textarea textarea{
	border: 1px solid #dccdb8;
	background-color: #fff;
	color:#706f6f;
	font-family: "Poppins",'Roboto', sans-serif;
	font-size: 18px;
}

.contact-form{
	text-align: left;
}


.contact-form ::-webkit-input-placeholder {
   color: #dccdb8;
   font-family: "Poppins",'Roboto', sans-serif;
   font-size: 16px;
}

.contact-form :-moz-placeholder { /* Firefox 18- */
   color: #dccdb8; 
   font-family: "Poppins",'Roboto', sans-serif;
   font-size: 16px;
}

.contact-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #dccdb8;  
   font-family: "Poppins",'Roboto', sans-serif;
   font-size: 16px;
}

.contact-form :-ms-input-placeholder {  
   color: #dccdb8;  
   font-family: "Poppins",'Roboto', sans-serif;
   font-size: 16px;
}


.contact-form input[type='submit'] {
  color: #fff;
  font-family: "Poppins",'Roboto', sans-serif;
  text-transform: uppercase;
  position: relative;
  top: -2px;
  background: #b39771;
}

.contact-form  input[type='submit']:hover {
  background: #706f6f;
}


.address-info{
	text-align: left;
}

.address-info h3{
	margin-bottom:10px;
	font-family: "Poppins",'Roboto', sans-serif;
    color: #706f6f;
    text-transform: uppercase;
}

.contact-headings{
	    margin-bottom: 10px;
    font-family: "Poppins",'Roboto', sans-serif;
    color: #706f6f;
    text-transform: uppercase;
}

.address, .contact-address{
	margin-left:0;
}

.address li, .contact-address li{
	list-style: none;
	margin-left:0;
	font-family: "Poppins",'Roboto', sans-serif;
  color: #706f6f;
  font-weight: 300;
  font-size: 16px;
}

.contact-address a{
	color:#706f6f;
}

.contact-address a:hover{
	color:#b39771;
	text-decoration: none;
}

.social-contact-icons .social{
	margin-left:-5px;
}

#map-canvas {
	width: 100%;
	height: 200px;
}


.page-id-44 .white-banner-btn{
	margin-top:-50px;
}


/* Taste of Gower styling */

.page-id-40 .entry{
	min-width:145px;
}

.page-id-20 .entry {
    width: 14%;
}

.page-id-20 .bar {
    width: 87%;
}

.page-id-20 .bar{
	left:70px;
}

/* gallery styling */

.page-id-40 .bar{
	left:140px;
	width:73%;
}

.thum-size{
	height:250px;
	overflow: hidden;
}

.thum-size img{
	height: 100%;
	width: 100%;
}

.gallery-wrap .av_one_fourth {
  margin-left: 1%;
   margin-right: 1%;
  width: 24%;
}

.white-banner-btn .mg-top-50{
	margin-top:50px;
}

.page-id-40 .image-overlay .image-overlay-inside, .page-id-40 .image-overlay{
	display: none !important;
}

.ngg-galleryoverview .ngg-gallery-thumbnail img {
  background-color: #fff;
  border: none; 
  display: block;
  margin: 4px 0 4px 4px;
 padding: 0px; 
  position: relative;
  max-height:245px;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
  float: left;
  margin-right: 2%;
  width: 23%;
}

/* hide the initial galleries on load */

#gallery2, #gallery3, #gallery4, #gallery5, #gallery6{
	display: none;
}

.mfp-content figcaption{
	display: none;
}

.mfp-container button.mfp-arrow{
	display: inherit;
}

.scroll:hover, .scroll1:hover{
	cursor: pointer;
}

/* accommodation styling */

#columns_three .av_one_half {
    margin-left: 0;
    width: 50%;
}
#columns_three .av_one_half .anchor {
    width: 45%;
    margin: 0 auto;
    margin-top: 17%;
}

.just-title .content{
	padding-bottom: 30px;
}

.js_active .avia-slideshow .list-info{
	margin-left:20px;
}


.js_active .avia-slideshow .list-info li {
    visibility: visible !important;
    opacity: 1;
    color: #b39771;
    position: static;
    font-family: "Poppins",'Roboto', sans-serif;
    font-weight: 100;
    font-size: 14px !important;
    line-height: 22px;
    list-style: disc;
}

.list-font-color {
    color: #706f6f;
    font-size: 16px;
    line-height: 22px;
}

.page-id-28 .white-wrap-left {
    padding-bottom: 40px;
}

/* Wedding team styling */

.page-id-24 .bar {
    height: 1px;
    background: #b39771;
    width: 82%;
    position: relative;
    top: 10px;
    left: 100px;
}

.page-id-24 .entry{
	min-width: 160px;
}

.smallerHead{
	font-size: 20px;
}

.main_color .smalllisthead {
    font-family: "Poppins",'Roboto', sans-serif;
    margin-top: 0;
    color: #b39771;
    font-weight: 300;
    font-size: 17px;
}

.js_active .avia-slideshow .lighter-font li{
	font-weight: 300;
}


.page-id-24 .white-wrap-left {
    width: 50%;
     background: rgba(255, 255, 255, 0.85);
    padding: 5px 10px 5px 10px;
    padding-bottom: 4px;
}

.page-id-24 .move-right {
    padding-left: 50%;
    text-align: left;
}


/* Wedding Packages */


.page-id-30 .entry{
	min-width: 200px;
}

.page-id-30 .bar {
	width: 80%;
    left: 105px;
}

.page-id-30 .white-wrap-left, .page-id-32 .white-wrap-left{
	width: 50%;
}

.page-id-32 .white-wrap-left{
	width: 510px;
}

.page-id-32 .slideshow_caption .bannerHead{
	margin-top:0;
}

.page-id-32 .white-wrap-right {
    width: 510px;
 }

.page-id-30 .move-right, .page-id-32 .move-right {
    padding-left: 50%;
    text-align: left;
}

.page-id-30 .banner .white-wrap-left p, .page-id-30 .banner .white-wrap-right p, .js_active .page-id-30 .avia-slideshow li, .page-id-32 .banner .white-wrap-left p, .page-id-32 .banner .white-wrap-right p, .js_active .page-id-32 .avia-slideshow li{
	font-size: 16px;
	line-height: 22px;
}

.glamp{
	    background: rgba(255, 255, 255, 0.95);
}

.page-id-30 .banner .white-wrap-right .tcs{
	font-style: italic;
    margin-top: -5px;

}

.page-id-30 .banner .white-wrap-right .italic-font{
		font-style: italic;
}

.page-id-30 .banner .white-wrap-right .tcs.mg-top-10{
	margin-top:10px;
}

/* Wedding accomodation styling */

.page-id-32 .bar {
    width: 77%;
    left: 12%;
}

.page-id-32 .entry {
    min-width: 25%;
}

.ent1 {
    position: relative;
    left: -28%;
}

.page-id-32 .ent1 {
    position: relative;
    left: -12%;
}

.ent3 {
    position: relative;
    left: 125px;
}

.av_slideshow_full li .image-boxes img {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.av_slideshow_full li .image-boxes img:last-child{
	margin-right:0%;
}



.av_slideshow_full li .image-boxes img:first-child{
	margin-left:0%;
}


.page-id-32 .white-wrap-right, .page-id-32 .white-wrap-left{
	padding-top:30px;
	padding-bottom:22px;
}

.page-id-32 .slideshow_caption{
	padding:0;
}

.image-overlay{
	display: none !important;
}



/* Gower Styling */

.page-id-38 .bar, .page-id-2884 .bar {
	width: 77%;
    left: 12%;
}

.page-id-38 .entry, .page-id-2884 .entry{
	min-width: 25%;
}



/* takes padding off slideshow images giving us more space */

.slideshow_caption{
	padding: 0;
}


/* rings */

/* change link in the functions file */

.button-rings{
	position: fixed;
    right: 20px;
    top: 30px;
    z-index: 9999;
}

.button-rings a{
    background: url('http://www.oldwallsgower.com/wp-content/uploads/2015/07/whiterings.png') no-repeat;
    width:51px;
    height:38px;
    display: block;
    text-indent: -5000px;
}

#header_main .inner-container {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 998;
}


/* hides mobile */

.mobile{
	display: none;
}


.number{
	position: relative;
	top:-3px;
}

/* new changes */

.page-id-30 .white-wrap-left, .page-id-30 .white-wrap-right{
	width: 507px;
}

.page-id-30 .banner .white-wrap-left p, .page-id-30 .banner .white-wrap-right p, .js_active .page-id-30 .avia-slideshow li {
    font-size: 16px;
    line-height: 22px;
}

.page-id-30 .slideshow_caption .white-wrap-left .bannerHead {
    color: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.js_active .page-id-30  .avia-slideshow .list-info {
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-id-24 .white-wrap-right{
	width:508px;
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 10px 5px 10px;
    padding-bottom: 4px;
}

.page-id-24 .slideshow_caption .bannerHead{
	margin-top:10px;
}


/* glamping */


.page-id-52 .white-wrap-left{
	width:510px;
}

.page-id-52 .slideshow_caption .bannerHead{
	margin-top:10px;
}


.page-id-52 .list-info li{
	margin-bottom:10px;
}


.page-id-52 #whiteblock .btn-brown:first-child{
	margin-right: auto;
}


.page-id-52 #whiteblock.white-banner-btn .content, .page-id-50 #whiteblock.white-banner-btn .content{
	padding-top:20px;
}

.text-secondary{
	margin-bottom:50px;
}

.text-secondary a{
	color:#bda17a;
}


.text-secondary a:hover{
	color:#706f6f;
	text-decoration: none;
}


/* rustic retreat */


.page-id-50 .white-wrap-left{
	width:510px;
}

.page-id-50 .slideshow_caption .bannerHead{
	margin-top:0;
}

.page-id-50 .white-wrap-left{
	padding-bottom:25px;
}

.page-id-50 .white-wrap-right {
    width: 510px;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    padding-bottom: 25px;
    text-align: left;
}

.page-id-50 .move-right {
    padding-left: 49%;
    text-align: right;
}

.page-id-50 .entry{
	width:25%;
}


.page-id-50 .bar {
    width: 77%;
    left: 12%;
}

/* special events */


.page-id-46 .bar {
    height: 1px;
    background: #b39771;
    width: 92%;
    position: relative;
    top: 10px;
    left: 4%;
}

.page-id-46 .entry {
    width: 63%;
}

.page-id-46 .white-wrap-left{
	width: 510px;
    padding-bottom: 25px;

}

.page-id-46 .slideshow_caption .bannerHead{
	margin-top:10px;
}

.page-id-46 .white-wrap-right {
    width: 510px;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    padding-bottom: 25px;
    text-align: left;
}

.page-id-46 .move-right {
    padding-left: 49%;
    text-align: right;
}


/* happy couples landing */

#top #wrap_all #main #columns_three.top-couples.avia-no-border-styling{
	position: relative;
	z-index: 100;
}

#top #wrap_all #main #columns_three.middle-couples.avia-no-border-styling {
	position: relative;
	z-index: 101;
	border-top:5px solid #fff;
	margin-top:-5px;
}

#top #wrap_all #main #columns_three.last-couples.avia-no-border-styling {
	position: relative;
	z-index: 102;
	border-top:5px solid #fff;
	margin-top:-5px;
}

.page-id-36 #whiteblock.white-banner-btn{
	position: relative;
	z-index: 103;	
	margin-top:-5px;
}

.page-id-36 #whiteblock.just-title{
	    padding-bottom: 25px
}


/* Inner happy couples */

.center{
	text-align: center;
}

p.writing{
	font-family: "Poppins",'Roboto', sans-serif;
    font-size: 18px;
    color: #706f6f;
    font-weight: 300;
    padding: 0 15.5%;
    line-height:35px;
}

/*p.writing:before{
	content:open-quote;
	font-size: 60px;
	margin-right:10px;
	font-family: "Poppins",'Roboto', sans-serif;
	font-weight: 100;
}*/

/*p.writing:after{
	content: close-quote;
		font-size: 50px;
	margin-left:10px;
	position: relative;
	top:15px;
	left:20%;
}*/




.open-quote{
	float: left;
	font-size: 60px;
	position: relative;
	left: 11%;
	top:20px;
	font-family: "Poppins",'Roboto', sans-serif;
	font-weight: 100;
	color: #706f6f;
}

.close-quote{
	    float: right;
    font-size: 60px;
    position: relative;
    right: 12%;
    top:-30px;
    font-family: "Poppins",'Roboto', sans-serif;
	font-weight: 100;
	color: #706f6f;
}

#first_area h2{
	margin-bottom: 100px;
	font-family: "Poppins",'Roboto', sans-serif;
	text-transform: uppercase;
}

#second_area h3{
	font-family: "Poppins",'Roboto', sans-serif;
	text-transform: uppercase;
	margin-top:20px;
}


#first_area p, #second_area p{
	font-size: 17px;
    color: #706f6f;
    font-weight: 300;
    font-family: "Poppins",'Roboto', sans-serif;
    line-height: 35px;
}

.wedding-date{
	 font-style: italic;
}


.image-boxes-equal img{
	display: inline;
	width: 48%;
}

.image-boxes-equal img:nth-child(even){
	margin-left:3%;
}

#top .av-flex-placeholder {
    display: table-cell;
    width: 1.5%;
}

.half-spacing{
	margin-top:50px;
}

.half-spacing h3{
	font-family: "Poppins",'Roboto', sans-serif;
    text-transform: uppercase;
}

#second_area .av_one_half{
	width:49%;
}

#second_area{
	margin-top:-85px;
}

#second_area .av_one_half:nth-child(even){
	margin-left:2%;
}

.large-long-image{
	margin-top:28px;
}

#second_area .text-right{
	text-align: right;
}

.page-template-happy_couple_inner #whiteblock.white-banner-btn{
	margin-top:-35px;
}

/* blog styling */

#blogpostcontainer{
	background: url('http://uprisetestdomain.co.uk/oldwall/wp-content/uploads/2015/07/blogbigbg.jpg') no-repeat;
	background-position: left top;
	background-size: cover;
	background-color:#ddd7da;
	padding:50px 0 45px 0;
}

#blogpostcontainer h2, #blogpostcontainer h1{
	color: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    font-weight:100;
    margin-bottom:30px;
}

.categories{
	list-style: none;
}

.categories li{
	display: inline;
	font-family: "Poppins",'Roboto', sans-serif;
	text-transform: uppercase;
}

.categories li a{
	color: #bda17a;
	text-decoration: none;
}

.categories li a:hover{
	color:#706f6f;
}

.categories li a:after{
	content: " | ";
	margin-left:10px;
	margin-right:2px;
	color: #bda17a;
}

.categories li:last-child a:after{
	content: " ";
}


.posts-wrap{
	margin-top:40px;
}

/* individual styling for blog */

.full_width_post{
	width: 100%;
	background: #fff;
	margin-top:20px;
}

.full_width_post .left-side-image{
	width:50%;
	float: left;
	margin-bottom: -7px;
}

.full_width_post .left-side-image img{
	width: 100%;
}

.full_width_post .right-side-content{
	width: 50%;
	float: left;
	padding: 35px;
	padding-bottom: 0;
}

.right-side-content h3, .small_with_image h3, .half_image_top_right-window h3, .half_image_left h3, .long_image_with_text h3{
	color: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 30px;
}

.right-side-content .category{
	font-style: italic;
	color:#b39771;	
}

.right-side-content p, .small_with_image p, .half_image_top_right-window p, .half_image_left p, .long_image_with_text p {
    color: #706f6f;
    font-size: 17px;
    font-family: "Poppins",'Roboto', sans-serif;
    line-height: 28px;
    font-weight: 100;
}

.small_with_image{
	width: 23%;
	margin-right:2%;
	background: #fff;
	margin-top:20px;
	float: left;
}

.small_with_image .text-content{
	padding:20px;
}


.half_image_top_right-window{
	width:50%;
	margin-top: 20px;
	float: left;
	background: #fff;
}

.half_image_top_right-window img{
	width: 100%;
}

.half_image_top_right-window .text-content{
	padding: 20px;
}

.half_image_left{
	width: 48%;
	background: #fff;
	margin-top:20px;
	margin-right:2%;
	float: left;
}

.half_image_left img{
	margin-bottom: -7px;
}

.half_image_left .fifty{
	width: 48%;
}

.half_image_left .fifty.left{
	margin-right:2%;
	float: left;
}

.half_image_left .fifty.right{
	float: left;
	padding:20px;
}

.small_text{
	width:24%;
	margin-right:1%;
	float: left;
	/*position: relative;
	top:-60px;*/
	background: #bda17a;
	padding:20px;
	margin-top:20px;
}

.small_text h3{
	 font-family: "Poppins",'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    color: #fff;
}

.small_text p{
	font-size: 17px;
    font-family: "Poppins",'Roboto', sans-serif;
    line-height: 28px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 6px;
}


.long_image_with_text{
	/*position: relative;
	top:-60px;*/
	background: #fff;
	width: 24%;
	float: left;
	margin-left: 1%;
	margin-top:20px;
}

.margin-width{
	margin-right:2%;
	width: 49%;
}

.long_image_with_text img{
	width: 100%;
}

.long_image_with_text .text-content{
	padding: 20px;
}

.small_brown{
	width: 24%;
	float: left;
	background: #bda17a;
	padding: 20px;
	margin-top:20px;
}

.small_brown .text-area h3{
	    color: #fff;
    font-family: "Poppins",'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 30px;
}


.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }



.page-id-506 p, .page-id-506 li, .page-id-506 a{
	font-family: "Poppins",'Roboto', sans-serif;
    font-size: 18px;
    color: #706f6f;
    font-weight: 100;
}

.page-id-506 strong{
		font-family: "Poppins",'Roboto', sans-serif;
    font-size: 18px;
    color: #706f6f;
    font-weight: 100;
}

.page-id-506 a:hover{
	text-decoration: none;
	color:#b39771;
}

.footer_color a{
	color:#706f6f;
}

.footer_color a:hover{
	color:#b39771;
	text-decoration: none;
}



/* blog masonry styling */

#blogpostcontainer .wmle_container .wmle_item {
    border: none;
    margin: 5px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

#blogpostcontainer .wmle_container .wmle_item .wmle_post_meta{
	display: none;
}

#blogpostcontainer .wmle_container .wmle_item .wmle_post_title {

    border-bottom: none;
    border-top: none;
    padding-top: 5px;
    padding-bottom: 5px;
	padding-left:15px;
}

#blogpostcontainer .wmle_container .wmle_item .wmle_post_excerpt{
	padding:15px;
	    padding-top: 0;
    margin-top: -10px;
}

#blogpostcontainer .wmle_container .wmle_item .wmle_post_title a{
	    color: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
}

#blogpostcontainer .wmle_container .wmle_item .wmle_post_title a:hover{
	color: #706f6f;
}

#blogpostcontainer .wmle_container .wmle_item .wpme_image img{
	width: 100%;
}

#blogpostcontainer .wmle_container .wmle_item_holder.col3{
		margin-bottom:0.5%;
}

#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2){
	width: 99%;
	background: #fff;
	margin-left:0.5%;
	margin-bottom:0.5%;
}


#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_item{
	margin:0;
}

#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) img{
	width: 50%;
	float:left;
}

#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_title{
    position: relative;
    top: 15px;
    left: 25px;
}

#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_excerpt{
    position: relative;
    left: 25px;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 16px;
    color: #706f6f;
    font-weight: 100;
}

#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_excerpt p{
	line-height: 22px;
	padding-right: 40px;
	    margin-top: 30px;
}

#blogpostcontainer .wmle_container .wmle_item_holder .wmle_post_excerpt{
	  font-family: "Poppins",'Roboto', sans-serif;
    font-size: 16px;
    color: #706f6f;
    font-weight: 100;
    line-height: 22px;
}

#blogpostcontainer .wmle_loadmore .wmle_loadmore_btn {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #e5e5e5;
    margin: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #b39771;
    text-transform: uppercase;
    background: #b39771;
    font-family: "Poppins",'Roboto', sans-serif !important;
}

.show-posts{
	margin-bottom:20px;
}

.show-posts li{
	list-style: none;
	display: inline;
	text-transform: uppercase;
	color: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    cursor: pointer;
}

.show-posts li a{
	color:#C49C71;
	font-size: 14px;
}

.show-posts li a:hover{
	color:#706f6f;
	text-decoration: none;
}

.show-posts li:after{
	content: " | ";
	margin-left:10px;
	color: #b39771;
}

.show-posts li:last-child:after{
	content: "";
}

/* User Page */

.UserPage {
	background-color: rgba(239,235,233,1);
	padding:60px 0px;
	margin-bottom:3.5%;
}

.UserPage .LeftUser {
	float:left;
	width:49%;
	margin-bottom: 2%;
}

.UserPage .RightUser {
	float:right;
	width:49%;
	margin-bottom: 2%;
}

.UserPage h2 {
	color: #706f6f;
	font-family: "Poppins",'aw-conqueror-didot';
	text-align:center;
    font-size: 28px;
    margin-bottom:2%;
    text-transform: uppercase;
    font-weight: 100;
}

.UserPage p {
	font-family: "Poppins",'Roboto', sans-serif;
    text-align:center;
    font-weight: 100;
    font-size: 16px;
    line-height: 22px;   
  
}

.UserPage input[type="text"] {
	font-size: 17px !important;
    color: #706f6f !important;
    font-weight: 300 !important;
    font-family: "Poppins",'Muli',sans-serif !important;
    margin-bottom: 20px !important;    
    
}

.UserPage input[type="email"] {
	font-size: 17px !important;
    color: #706f6f !important;
    font-weight: 300 !important;
    font-family: "Poppins",'Muli',sans-serif !important;
    margin-bottom: 10px !important;    
}

.UserPage input[type="tel"] {
	font-size: 17px !important;
    color: #706f6f !important;
    font-weight: 300 !important;
    font-family: "Poppins",'Muli',sans-serif !important;
    margin-bottom: 20px !important;    
}

.UserPage textarea {
	font-size: 17px !important;
    color: #706f6f !important;
    font-weight: 300 !important;
    font-family: "Poppins",'Muli',sans-serif !important;
    margin-bottom: 0 !important;   
	height: 156px;     
}

.UserPage input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    background: #b39771;
    width: 100%;
    font-family: "Poppins",'Muli',sans-serif !important;
    font-size: 15px;
    padding: 14px;
}

.UserPage img.ajax-loader {display: none;}

/* inner blog styling */

.big-preview.single-big img{
	width: 100%;
	border-radius: 0;
}

.entry-content-wrapper .post-title, .search_form_field h4 {
    color: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

.post-meta-infos{
	display: none;
}

.entry-content {
    font-family: "Poppins",'Roboto', sans-serif;
    color: #706f6f;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

.av-share-box .av-share-link-description{
	 color: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.av-share-box ul li{
	color: #706f6f;
}

.comment-entry{
	display: none;
}

#top #searchsubmit{
	background: #b39771;
}

#top .main_color input[type='text']{
	color:#706f6f;
	font-family: "Poppins",'Roboto', sans-serif;
}

.sidebar_right ::-webkit-input-placeholder {
   color:#706f6f;
   font-family: "Poppins",'Roboto', sans-serif;
}

.sidebar_right ::-moz-placeholder { /* Firefox 18- */
   color:#706f6f;  
   font-family: "Poppins",'Roboto', sans-serif;
}

.sidebar_right ::-moz-placeholder {  /* Firefox 19+ */
   color:#706f6f;  
   font-family: "Poppins",'Roboto', sans-serif;
}

.sidebar_right ::-ms-input-placeholder {  
   color:#706f6f;  
   font-family: "Poppins",'Roboto', sans-serif;
}

.sidebar_right .widgettitle {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-family: "Poppins",'Roboto', sans-serif;
}

.sidebar_right .show-posts li {
    list-style: none;
    display: block;
    text-transform: uppercase;
    color: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1;
    padding:10px 0;
}

.main_color .sidebar a{
	color: #b39771;
}

.sidebar_right .show-posts li:after{
	content: "";
}

.search_form_field p{
	    font-family: "Poppins",'Roboto', sans-serif;
    color: #706f6f;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}

#top #searchform>div {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.search_form_field{
	text-align: center;
}

#top .main_color .extra-mini-title{
	text-align: center;
	color: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

.search-result-counter{
	color:#b39771;
}



/* contact form 2 */

.one .wpcf7-date {
    background-color: #F8F8F8;
    border: 1px solid #dccdb8;
    padding: 6px 10px;
    width: 48%;
    margin-right: 2%;
    float: left;
    z-index: 300;
    position: relative;
    color: #706f6f;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 15px;
}

#top .three input[type='text']{
	font-size: 15px;
}

#top .one select{
	width: 100%;
	 color: #706f6f;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 15px;
    border:1px solid #dccdb8;
}

#top .three input[type='email'], #top .three textarea{
	 color: #706f6f;
    font-family: "Poppins",'Roboto', sans-serif;
	   font-size: 15px;
}

#top .three input[type='text'], #top .three input[type='email'],  #top .three textarea, #top .three input[type="tel"], #top .white-popup input[type="text"], #top .white-popup input[type="email"]{
	  border:1px solid #dccdb8;
}


.contact-form .wpcf7-validation-errors {
    border: none;
    color: red;
    font-size: 15px;
    margin: 0;
    padding: 0;
}


.three, .page-id-563 input[type='submit']{
	display: none;
}


/* slideshow items */


.page-id-32 .ngg-galleryoverview .ngg-gallery-thumbnail-box, .page-id-50 .ngg-galleryoverview .ngg-gallery-thumbnail-box, .page-id-52 .ngg-galleryoverview .ngg-gallery-thumbnail-box, .page-id-46 .ngg-galleryoverview .ngg-gallery-thumbnail-box{
	    float: left;
    margin-right: 1%;
    margin-left:1%;
    width: 31%
}

.page-id-32 .av_slideshow_full li .image-boxes img, .page-id-50 .av_slideshow_full li .image-boxes img,.page-id-52 .av_slideshow_full li .image-boxes img, .page-id-46 .av_slideshow_full li .image-boxes img {
    width: 100%;
    float: left;
    margin-right: 5%;
}


/* only displays 3 images before opening lightbox */

.image-boxes #ngg-image-3, .image-boxes #ngg-image-4, .image-boxes #ngg-image-5, .image-boxes #ngg-image-6, .image-boxes #ngg-image-7, .image-boxes #ngg-image-8,.image-boxes #ngg-image-9, .image-boxes #ngg-image-10, .image-boxes #ngg-image-11,
.image-boxes #ngg-image-12, .image-boxes #ngg-image-13, .image-boxes #ngg-image-14,.image-boxes #ngg-image-15, .image-boxes #ngg-image-16, .image-boxes #ngg-image-17, .image-boxes #ngg-image-18, .image-boxes #ngg-image-19, .image-boxes #ngg-image-20,
.image-boxes #ngg-image-21, .image-boxes #ngg-image-22, .image-boxes #ngg-image-23, .image-boxes #ngg-image-24, .image-boxes #ngg-image-25, .image-boxes #ngg-image-26, .image-boxes #ngg-image-27, .image-boxes #ngg-image-28, .image-boxes #ngg-image-29, 
.image-boxes #ngg-image-30
{
	display: none;
}


/* shows arrows */

.page-id-32 .mfp-container button.mfp-arrow, .page-id-50 .mfp-container button.mfp-arrow, .page-id-52 .mfp-container button.mfp-arrow, .page-id-46 .mfp-container button.mfp-arrow{
	display: block;
}



.avia-fullscreen-slider .avia-slideshow-controls a, .av-control-minimal .avia-slideshow-controls a{
	opacity: 1;
}

.sf-navicon {
    position: relative;
    width: 30px;
    height:3px;
    background: #e7e6dd;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sf-navicon:after, .sf-navicon:before{
	width: 30px;
    height: 3px;
}


#sf-sidebar .sf-menu  .sf-menu-item-747 a span, #sf-sidebar .sf-menu  .sf-menu-item-750 a span{
	font-family: "Poppins",'Roboto', sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 14px;
}

#sf-sidebar .sf-menu  .sf-menu-item-747{
	margin-top:60px;
}


.img-pos img{
	position: absolute;
	bottom:4px;
}

.page-id-26 .white-popup .wpcf7-mail-sent-ok {
    border: none;
    color: #706f6f;
    padding: 0;
    margin: 0;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
}


.page-id-28 .hardcopy .wpcf7-date{
    width: 100%;
    color: #706f6f;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 15px;
    border: 1px solid #dccdb8;
    padding: 7px;
}


#top.page-id-28 .white-popup input[type="text"], #top.page-id-28 .white-popup input[type="email"]{
	margin-top:0;
}


.sf-va-middle .address{
    text-align: left;
    
}

#sf-sidebar ul.address{
	margin-top: 65px;
	margin-left: 29px;
}

#sf-sidebar ul.address li a{
	color:#706f6f;
}

#sf-sidebar ul.address li{
	line-height: 30px;
}

#sf-sidebar ul.address li a:hover{
	color:#b39771;
	text-decoration: none;
}


.page-id-16 .entry {
    min-width: 16%;
}

.page-id-16 .bar {
    width: 83%;
    left: 9%;
}

.contact-text{
	position: relative;
	top:-5px;
}


.call-us{
	margin-top: 30px;
    position: relative;
    top: 15px;
}


.call-text{
	position: relative;
    top: -5px;
    margin-left: 10px;
        font-family: "Poppins",'Roboto', sans-serif;
    color: #706f6f;
    font-weight: 300;
    font-size: 16px;
}

.call-text a{
	  color: #706f6f;
}

.call-text a:hover{
	color:#b39771;
	text-decoration: none;
}


.show-mobile{
	display: none;
}
.pref-date{
	    position: relative;
    top: 10px;
}



/* positioning the circle elements */

.circle-position{
	position: relative;
    display: block;
    cursor: pointer;
    z-index: 9999;
    margin-top: -36px;
    margin-bottom: 6px;
    height: 30px;
    width: 35px;
    left: 50px;
    
}

.page-id-16 .circle-position{
	left: 60px;
}

.page-id-30 .circle-position{
	left: 40%;
}

.page-id-24 .circle-position{
	left: 40%;
}


.page-id-20 .circle-position{
	left: 35%;
}

.page-id-38 .circle-position{
	left: 45%;
}

.page-id-32 .circle-position{
	left: 45%;
}

.page-id-46 .circle-position {
    left: 47%;
}

.page-id-40 .circle-position{
	left: 40%;
}

.page-id-50 .circle-position{
	left: 45%;
}

.av_minimal_header #header_main .container{
	height: 75px;
}

.pop-form{
   margin-top: 45px;
}

.pop-form .wpcf7 {
    margin: 0 auto;
    padding: 0;
    width: 60%;
}

.pop-form .pref-date{
	top:0;
	float: left;
	margin-bottom:10px;
	font-family: "Poppins",'Roboto', sans-serif;
    color: #706f6f;
    font-weight: 100;
    font-size: 16px;
    line-height: 22px;
}

.pop-form .email-position{
	margin-top:-10px;
}

.pop-form ::-webkit-input-placeholder {
  	font-size: 14px;
}

.pop-form :-moz-placeholder { /* Firefox 18- */
   font-size: 14px;  
}

.pop-form ::-moz-placeholder {  /* Firefox 19+ */
   font-size: 14px;  
}

.pop-form :-ms-input-placeholder {  
   font-size: 14px;
}

#top .main_color .pop-form input[type='text'],  #top .main_color .pop-form input[type='email'], #top .main_color .pop-form textarea, #top .main_color .pop-form input[type='tel'] {
    color: #706f6f;
    font-family: "Poppins",'Roboto', sans-serif;
    border: 1px solid #dccdb8;
}

#top .main_color .pop-form input[type='submit']{
	float: left;
	color: #fff;
    font-family: "Poppins","Muli", sans-serif;
    text-transform: capitalize;
    background: #b39771;
}

#top .main_color .pop-form input[type='submit']:hover{
	background: #706f6f;
}

.pop-form .wpcf7-not-valid-tip{
	font-size: 16px;
}

.pop-form .wpcf7-validation-errors {
    border: none;
    color: red;
    font-size: 16px;
}

.section2head{
	margin-top:60px;
}

.img-pos-top{
	margin-top:20px;
}

#rotate{
	display: none;
}


.entry-content-wrapper div li {
        font-size: 17px;
    color: #706f6f;
    font-weight: 300;
    font-family: "Poppins",'Roboto', sans-serif;
    line-height: 35px
}


.page-id-42 .entry-content-wrapper div li {
    font-size: 14px;
    color: #706f6f;
    font-weight: 300;
    font-family: "Poppins",'Muli',sans-serif;
    line-height: 35px;
}

.page-id-42 .show-posts li:after {
    content: " | ";
    margin-left: 10px;
    color: #C59C77;
}

.left-contact-form{
	width: 48%;
    float: left;
    position: relative;
	z-index: 99999;
}

.right-contact-form{
	float: left;
    width: 50%;
    margin-left: 2%;
    position: relative;
	z-index: 99999;
}

#top .main_color .contact-form input[type='text'], #top .main_color .contact-form input[type='tel'], #top .main_color .contact-form input[type='email'], #top .main_color .contact-form textarea{
	margin-bottom:0;
	position: relative;
	z-index: 99999;
	font-size: 17px;
    color: #706f6f;
    font-weight: 300;
    font-family: "Poppins",'Muli',sans-serif;
}

.left-contact-form, .right-contact-form{
	margin-bottom:20px;
}

.contact-form .wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    margin-top: 15px;
    display: block;
}


.page-template-happy_couple_inner  #first_area h2{
	margin-bottom: 40px;
}

.page-template-happy_couple_inner  .btn-brown {
    color: #b39771;
    border: 1px solid #b39771;
    font-size: 14px;
    padding: 8px 19px;
}


.page-template-happy_couple_inner .btn-brown:hover {
    background: #b39771;
    color: #fff;
    text-decoration: none;
}

.happy-button{
	margin-bottom:30px;
}

.page-id-20 .slideshow_caption .bannerHead {
    color: #706f6f;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.page-id-20 .white-wrap-left {
    width: 337px;
    background: rgba(255, 255, 255, 0.85);
    padding: 15px;
    padding-bottom: 9px;
}

.page-id-20 .button-group {
    margin-top: 25px;
}

.page-id-20 .white-wrap-right {
    width: 337px;
    background: rgba(255, 255, 255, 0.85);
    padding: 15px;
    padding-bottom: 9px;
}

.page-id-20 .banner .white-wrap-left p, .banner .white-wrap-right p {
    width: 100%;
    font-weight: 100;
    font-size: 16px;
    line-height: 20px;
}



.gallery-wrap .ngg-navigation{
	display: none !important;
}


#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_excerpt p {
    line-height: 26px;
    padding-right: 40px;
    margin-top: 30px;
}


#top .white-popup input[type="tel"]{
	margin-top: 14px;
	font-family: "Poppins",'Muli',sans-serif;
	font-size: 16px;
	border: 1px solid #dccdb8;
}


.page-id-16 .white-wrap-left{
	padding:10px 20px;
	padding-bottom:10px;
}

.page-id-16 .slideshow_caption .bannerHead {
    color: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-id-16 .button-group{
	margin-top: 30px;
}

.page-id-16 .white-wrap-right {
    width: 337px;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px 20px;
    padding-bottom: 10px;
}

.page-id-16 .banner .white-wrap-left p, .page-id-16 .banner .white-wrap-right p{
	    font-size: 14px;
    line-height: 18px;
}

#top .button-group .download-book{
	border: 1px solid #b39771;
    font-size: 13px;
    padding: 8px 19px;
    background: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    font-weight: 100;
    text-transform: capitalize;
    color:#fff;
}

#top .button-group .download-book:hover, #top .button-group .download-book:active, #top .button-group .download-book:focus{
    background: #706f6f;
    color: #fff;
    border: 1px solid #706f6f;
    text-decoration: none;
}

.page-id-42 .button-group, .page-id-543 .button-group, .page-id-545 .button-group, .page-id-547 .button-group, .page-id-549 .button-group, .page-id-551 .button-group, .page-id-553 .button-group, .page-id-555 .button-group{
    margin-top: 20px;
    margin-bottom: 20px;
}


.bottom-form{
	float: left;
	width: 100%;
}

.inline-button{
	display: inline-block;
}

.mg-bottom-15{
	margin-bottom:15px;
}

.no-pad{
	padding:0px;
}


.brownbarbutton{
	margin-top:30px;
}

#top .brownbutton{
	color: #fff;
    border: 1px solid #b39771;
    font-size: 13px;
    padding: 8px 19px;
    background: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    font-weight: 100;
    text-transform: capitalize;
}

#top .brownbutton:hover, #top .brownbutton:active, #top .brownbutton:focus{
	background: #706f6f;
    color: #fff;
    border: 1px solid #706f6f;
    text-decoration: none;
}

button#catapultCookie{
	padding:7px;
	color:#fff;
	border:none;
	border-radius: 2px;
}




/* updates 19th april */

.secondTitle{
	font-size: 28px;
	font-family: "Poppins",'Roboto', sans-serif;
	color: #706f6f;
}

.accomodationBlocks .av_one_third{
	width:33.3333%;
	margin:0;
}

.white-wrap-right a, .moblink a{
	    color: #B39771 !important;
}

/* work around for safari font */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media
{
   
   body {
    -webkit-font-smoothing: subpixel-antialiased;
}
   
   
   
}} /* safari font work around */





/* 
* ===================================================================================================
* 											Media Queries
* =================================================================================================== */

	 	
	 	
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) ----- iPHONE 6 AND 6 PLUS */
@media only screen and (max-width: 479px) {

	.hcouples {width: 100% !important;}
	
	#Couples-Corner { 
		width: 100% !important;    
		position: relative !important;
		margin-left: auto !important;
	    left: inherit !important;	 
	}
	
	#Couples-Corner2 { 
		width: 100% !important;     
		position: relative !important;
		margin-left: auto !important;
	    left: inherit !important;	
	}
	
	.slideshow_align_caption {
	    position: absolute !important;
	    margin: 0 auto;
	    width: 100%;
	}
	
	#full_slider_1 {margin-top: -147px;}
	
	.UserPage {    padding: 60px 40px;}
	.LeftUser {width: 100% !important;}
	.RightUser {width: 100% !important;}

	.happy-button {
	    margin-bottom: 70px;
	}

	
	.slide-1 .avia-caption-content p {
	  font-size: 20px;
	  text-transform: uppercase;
	  font-family: "Poppins",'Roboto', sans-serif;
	}
	
	#header_main {
	  margin-bottom: 45px;
	  position: fixed;
	  width: 100%;
	}
	
	.responsive .logo img {
	  margin: 0 auto;
	  width: 25%;
	  
	}
	
	.tiny .logo img{
		margin-top:-20px;
	}
	
	.tiny .sf-navicon-button.x{
		margin-top: 9px !important;
	}
	
	.responsive #top .logo {
	  width: 100%;
	}
	
	/* this is for the header padding non home page */
	
	.responsive #top #main{
		padding-top:80px !important;
	}
	
	.responsive #top.page-id-11 #main {
	  padding-top: 125px !important;
	  margin: 0;
	}
	
	.responsive #top #wrap_all #header {
	  position: relative;
	  width: 100%;
	  float: none;
	  height: auto;
	  margin: 0 !important;
	  opacity: 1;
	}
	
	#header_main{
		transition:none;
		-webkit-transition:none;
	}
	
	#sf-sidebar .sf-label-metro .sf-navicon-button {
	  background-color: transparent;
	  margin-top: 7px;
	}
	
	
	/* spacing issue with boxes, may need this again */
	
	.responsive #top #wrap_all .flex_column{
		margin-bottom:0;
	}
	
	figure{
		margin-bottom:-4px;
	}
	
	#columns_three {
	  margin-top: 2px;
	  margin-bottom: 0;
	}
	
	.banner p{
		display: none;
	}
	
	.responsive #top .slideshow_caption h2 {
	  font-size: 15px !important;
	  text-align: center;
	  margin-bottom: 0;
	}
	
	#full_slider_2 .button-group {
	    margin-top: 5px;
		text-align: center;
	}
	
	#full_slider_2 .button-group .btn-brown, #full_slider_3 .button-group .btn-brown, #full_slider_5 .button-group .btn-brown {
	  color: #454644;
	  background: rgba(179, 151, 113, 0.25);
	  border: 1px solid #b39771;
	  font-size: 10px;
	  width: 60%;
	  display: block;
	  margin: 5px auto;
	  text-align: center;
	
	 }
	 
	 #full_slider_2 .button-group .btn-brown{
		 width: 45%;
		 display: inline;
		 float: left;
		 margin-left:10px;
		 height:45px;
	 }
	 
	 #full_slider_6 .button-group .btn-ghost{
		background: rgba(255, 255, 255, 0.25);
		color:#fff;
		border:1px solid #d7d7d7;
		font-size:11px;
		width: 60%;
		display: block;
		margin: 5px auto;
		text-align: center;
	 }
	
	#full_slider_3 .button-group, #full_slider_5 .button-group, #full_slider_6 .button-group {
	  margin-top: 15px;
	}
	
	#full_slider_4 .avia-slideshow li .playImage {
	  width: 12%;
	  margin-top:5px;
	}
	
		
	.top-footer {
	  background-color: rgba(239,235,233,0.8);
	  height: 88px;
	  margin-top: -15px;
	  text-align: center;
	  padding-top: 20px;
	}
	
	.top-footer h2 {
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 15px;
	  text-transform: uppercase;
	}
	
	.top-footer h3 {
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 14px;
	  text-transform: uppercase;
	  margin-top: 15px;
	}
	
	#footer .av_one_fourth{
		display: none;
	}
	
	#footer .text-move {
	  position: relative;
	  top: 0;
	  display: block;
	  font-size: 14px;
	}
	
	#footer #email-form {
	  width: 45%;
	  display: inline;
	  margin-left: 15px;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 16px;
	  margin-top: 15px;
	}
	
	.middle-footer {
	  text-align: center;
	  padding-top: 0px;
	}
	
	#footer .footer-nav{
		padding-left:5px;
		padding-right:5px;
	}
	
	.footer-nav li a {
	  color: #b39771;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 14px;
	  text-transform: uppercase;
	}
	
	#socket p {
	  margin: 0;
	  color: #fff;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 13px;
	  text-align: center;
	}
	
	#sf-sidebar .sf-menu li a{
		font-size: 18px !important;
	}
	
	.white-popup {
	  position: relative;
	  background: #FFF;
	  padding: 20px;
	  width: auto;
	  max-width: 100%;
	  margin: 20px auto;
	  border-radius: 5px;
	}
	
	.left-brochure {
	  display: none;
	}
	
	.right-brochure {
	  float: left;
	  width: 100%;
	}
	
	#popup h3 {
	  color: #b39771;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 12px;
	  text-transform: uppercase;
	  margin-top: 16px;
	  margin-bottom: 20px;
	}
	
	#popup h2 {
	  color: #b39771;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 20px;
	  text-transform: uppercase;
	}
	
	
	/* inner page styling */
	
	#brownbartop h2, #brownbartop h1 {
	    color: #b39771;
	    font-family: "Poppins",'Roboto', sans-serif;
	    font-size: 22px;
	    text-transform: uppercase;
	}
	
	#brownbartop .content {
	    padding-bottom: 20px;
	    padding-top: 35px;
	}
	
	/* breadcrumbs */
	
	#top .title_container .container {
	    padding-top: 20px;
	    padding-bottom: 10px;
	    min-height: 45px;
	}
	
	.title_container .main-title{
		display: none;
	}
	
	.responsive #top #wrap_all .title_container .container{
		padding-left:20px;
	}
	
	#whiteblock .content{
		padding-top:30px;
		padding-bottom: 0;
	}
	
	#whiteblock{
		padding: 0 20px;
	}
	
	#whiteblock p{
		font-size: 16px;
	}
	
	#whiteblock h2 {
	    font-size: 20px;
	}
	
	#whiteblock .btn-brown {
	    color: #b39771;
	    border: 1px solid #b39771;
	    display: block;
	    margin-top: 10px;
	    font-size: 14px;
	    width: 100%;
	}
	
	.white-banner-btn{
		margin-top:-35px;
	}
	
	#columns_three .av_one_half .anchor {
	    width: 45%;
	    margin: 0 auto;
	    margin-top: 14%;
	}
	
	.page-id-44 .white-banner-btn .button-group {
	    margin-top: 20px;
	}
	
	.page-id-44 .address-info {
	    text-align: center;
	}
	
	.page-id-44 .contact-form input[type='submit'] {
	    width: 100%;
	}
	
	/* Gallery Page styling */
	
	.page-id-40 .entry a {
   		 font-size: 13px;
   		 position: relative;
   		 z-index: 9999;
	}
	
	.page-id-40 .bar {
	    left: 35px;
	    width: 79%;
	}
	
	.page-id-40 .entry {
	    min-width: 14%;
	    position: relative;
   		 z-index: 9999;
	}
	
	.ngg-galleryoverview .ngg-gallery-thumbnail-box {
    margin-right: 0; 
    width: 100%;
    margin-left: 0%; 
    text-align: center;
    margin: 0 auto;
	}
	
	.ngg-galleryoverview .ngg-gallery-thumbnail img {
    background-color: #fff;
    border: none;
    display: block;
    margin: 7px;
    padding: 0px;
    position: relative;
    max-height: auto;
    width: 100%;
	}
	
	.page-id-40 .white-banner-btn{
		margin-top:-10px;
	}
	
	.page-id-40 .white-banner-btn .mg-top-50 {
	    margin-top: 30px;
	}
	
	.page-id-38 .entry {
	    min-width: 23%;
	}
	
	.page-id-38 .white-banner-btn .button-group {
	    margin-top: 20px;
	}
	
	/* privatetour */
	
	.page-id-26 .white-wrap-left {
	    width: 50%;
	    padding: 12px;
	    margin-left: 10px;
	}
	
	.page-id-26 .avia-caption-content .button-group .btn-brown {
	    color: #b39771;
	    border: 1px solid #b39771;
	    font-size: 10px;
	}
	
	.page-id-26 .just-title{
		    min-height: 60px;
	}
	
	.page-id-26 .white-banner-btn {
	    margin-top: -20px;
	}
	
	/* show case */
	
	
	.page-id-28 .just-title{
		min-height: 60px;
		height:60px;
	}
	
	.page-id-28 .white-banner-btn {
	    margin-top: -20px;
	}
	
	/* TASTE THE GOWER */
	
	.page-id-20 #scrollingbanner{
		display: none;
	}
	
	.page-id-20 .white-wrap-left {
	    width: 50%;
	    padding: 10px;
	    text-align: center;
	    margin-left:20px;
	}
	
	.page-id-20 .avia-caption-content .button-group .btn-brown {
	    font-size: 12px;
	}
	
	.page-id-20 .move-right {
	    padding-left: 40%;
	    text-align: right;
	    text-align: center;
	    margin-right:20px;
	}
	
	.page-id-20 .white-wrap-right {
	    padding: 10px;
	}
	
	.page-id-20 .white-banner-btn {
	    margin-top: -15px;
	}
	
	/* the venue */
	
	.page-id-16 .white-wrap-left {
	    width: 50%;
	    margin-left: 20px;
	}
	
	.page-id-16 .move-right {
	    padding-left: 40%;
	    text-align: right;
	    margin-right: 20px;
	}
	
	.page-id-16 .white-banner-btn {
	    margin-top: -20px;
	}
	
	/* wedding accommodation */
	
/*
	.page-id-32 .bar {
	    width: 71%;
	    left: 16%;
	}
	
	.page-id-32 .entry {
    	min-width: 32%;
	}	
*/
	
	.page-id-32 .white-wrap-left, .page-id-32 .white-wrap-right {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	
	.page-id-32 .white-wrap-left{
		margin-left:15px;
	}
	
	.page-id-32 .move-right{
		padding-left: 40%;
		text-align: left;
		margin-right: 25px;
	}
	
	.responsive #top.page-id-32 .slideshow_caption h2 {
	    font-size: 15px !important;
	    text-align: center;
	    margin-bottom: 10px;
	}
	
	.page-id-32 .white-banner-btn {
	    margin-top: -20px;
	}
	
	/* rings */
	
	.button-rings a {
	    background-size: 75% !important;
	}
	
	.button-rings {

	    right: 5px !important;
	    top: 22px !important;

	}
	
	.sf-navicon{
		margin-top:-5px;
	}
	
	
	/* new mobile styling - adding new content */
	
	.slide-1 .avia-caption-content p, .slide-2 .avia-caption-content p, .slide-3 .avia-caption-content p, .slide-4 .avia-caption-content p {
	font-size: 19px !important;
	line-height: 26px !important;	
	padding: 35px 50px 0px !important;
	text-transform: none !important;
	}
	
	.slide-1 .slideshow_inner_caption, .slide-2 .slideshow_inner_caption, .slide-3 .slideshow_inner_caption, .slide-4 .slideshow_inner_caption {display: block !important;}
	
	.slide-1 .slideshow_align_caption, .slide-2 .slideshow_align_caption, .slide-3 .slideshow_align_caption, .slide-4 .slideshow_align_caption {padding-top:15% !important;}
	
	.slideshow_inner_caption{
		display: none;
	}
	
	.mobile {
	    text-align: center;
	    padding: 0 20px;
	    display: block;
	}
	
	#whiteblock .btn-brown{
		padding:5px 19px;
	}
	

	.mobile h2, .mobile .bannerHead{
		color: #b39771;
	    font-family: "Poppins",'Roboto', sans-serif;
	    margin-top:20px;
	    font-size:15px;
	    text-transform: uppercase;
	}
	
	.mobile p{
		font-size: 16px;
		line-height: 21px;
		color: #706f6f;
		font-family: "Poppins",'Roboto', sans-serif;
		font-weight: 300;
	}
	
	.mobile .button-group{
		margin:20px 0;
	}
	
	.mobile .btn-brown{
		color: #b39771;
		border: 1px solid #b39771;
		display: block;
		width: 100%;
		font-size: 14px;
	}
	
	.mobile .btn-brown:hover{
		text-decoration: none;
		background: #b39771;
		color:#fff;
	}
	
	.mobile .btn-brown:nth-child(even){
		margin-top:10px;
	}
	
	.remove-space{
		margin-bottom:-20px;
	}
	
	.page-id-34 #scrollingbanner{
		display: none;
	}
	
	.page-id-28 #whiteblock.white-banner-btn .content, .page-id-26 #whiteblock.white-banner-btn .content {
	    padding-top: 0;
	    padding-bottom: 0;
	}
	
	.mobile .list-info{
		margin-left:20px;
	}
	
	.mobile .list-info li{
		list-style: disc;
		text-align: left;
	}
	
	.page-id-28 #whiteblock.white-banner-btn, .page-id-26 #whiteblock.white-banner-btn{
	    padding: 0 15px;
	}
	
	/* wedding team */
	
	.page-id-24 #scrollingbanner{
		display: none;
	}
	
	.mobile .smalllisthead{
		color: #b39771;
		font-family: "Poppins",'Roboto', sans-serif;
		margin-top: 10px;
		font-size: 13px;
		text-transform: uppercase;
		margin-bottom:10px;
	}
	
	.mobile .list-info li{
		font-size: 17px;
		line-height: 21px;
		color: #706f6f;
		font-family: "Poppins",'Roboto', sans-serif;
		font-weight: 300;
	}
	
	/* wedding packages */
	
	.page-id-30 #scrollingbanner{
		display: none;
	}
	
	.page-id-30 #whiteblock.white-banner-btn{
		margin-top:0;
		padding:0 15px;
	}
	
	.page-id-30 .button-group.bottom{
		margin-top:-20px;
	}
	
	/* wedding accommodation */
	
	.page-id-32 #scrollingbanner{
		display: none;
	}
	
	.mobile .image-boxes img{
		width: 32%;
	}
	
	.page-id-32 .mobile{
		padding-bottom: 10px;
	}
	
	.page-id-32 .white-banner-btn .button-group {
	    margin-top: -15px;
	}
	
	/* gower */
	
	.page-id-38 #scrollingbanner, .page-id-2884 #scrollingbanner{
		display: none;
	}
	
	/* glamping */
	
	.text-secondary {
	    margin-bottom: 20px;
	    margin-top: 30px;
	}
	
	/* little white blog */
	
	#blogpostcontainer h2, #blogpostcontainer h1 {
	    font-size: 25px;
	    margin-bottom: 15px;
	}
	
	#blogpostcontainer {
	    padding: 20px 0 20px 0;
	}
	
	.show-posts li{
		font-size:10px;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) img {
	    width: 100%;
	    float: left;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_title {
	    position: relative;
	    top: 15px;
	    left: 0;
    }
    
    #blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_excerpt {
	    position: relative;
	    left: 0;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_excerpt p {
	    line-height: 35px;
	    padding-right: 0;
	    margin-top: 30px;
	}
	
	.wmle_container .wmle_item_holder.col3 {
	    width: 100%;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3{
		margin-bottom: 2%;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) {
	    margin-bottom: 2%;
	}
	
	#blogpostcontainer .wmle_container .wmle_item .wmle_post_title a {
	    font-size: 18px;
	}
	
	/* new changes aug 5 */
	
	.avia-slideshow-dots{
		display: none;
	}
	
	.sf-navicon:after, .sf-navicon:before {
	    width: 24px;
	    height: 3px;
	}
	
	.sf-navicon {
    	width: 24px;
    }
    
	#whiteblock.white-banner-btn .content{
		padding-top:0;
		padding-bottom:10px;
	}
	
	.page-id-34 .white-banner-btn{
		margin-top:0;
	}
	
	.page-id-16 #scrollingbanner{
		display: none;
	}
	
	.page-id-16 .white-banner-btn .button-group {
	    margin-top: 30px;
	}
	
	
	.call-us {
	    margin-top: 5px;
	    position: relative;
	    top: 15px;
	    margin-bottom:10px;
	}
	
	.page-id-28 .just-title{
		height: inherit;
	}
	
	#whiteblock .btn-brown:nth-child(2) {
	    margin-left: 0;
	}
	
	.page-id-24 .white-banner-btn {
	    margin-top: -10px;
	}
	
	.page-id-20 #whiteblock {
	    padding: 0 15px;
	}
	
	.page-id-32 .title_container .breadcrumb{
		font-size: 10px;
	}
	
	.page-id-32 .white-banner-btn {
	    margin-top: 5px;
	}
	
	.page-id-36 #whiteblock.white-banner-btn {
	    margin-top: 15px;
	}
	
	
	#first_area p, #second_area p {
	    font-size: 16px;
	    color: #706f6f;
	    font-weight: 300;
	    font-family: "Poppins",'Roboto', sans-serif;
	    line-height: 24px;
	}
	
	.close-quote {
	    float: right;
	    font-size: 60px;
	    position: relative;
	    right: 6%;
	    top: -10px;
	    font-family: "Poppins",'Roboto', sans-serif;
	    font-weight: 100;
	    color: #706f6f;
	}
	
	.open-quote {
	    float: left;
	    font-size: 60px;
	    position: relative;
	    left: 6%;
	    top: 20px;
	    font-family: "Poppins",'Roboto', sans-serif;
	    font-weight: 100;
	    color: #706f6f;
	}
	
	.half-spacing {
	    margin-top: 30px;
	    padding: 0 20px;
	}
	
	#second_area{
		 padding: 0 20px;
	}
	
	.half-spacing h3, #second_area h3 {
	    font-size: 18px;
	}
	
	.image-boxes-equal img:nth-child(even) {
	    margin-left: 3%;
	}
	
	#second_area .text-right {
	    text-align: left;
	}
	
	.page-id-38 .white-banner-btn {
	    margin-top: 0;
	}
	
	
	/* Make entries look like buttons */
	
	.page-id-40 .entry {
	    position: relative;
	    z-index: 9999;
	    display: block;
	    margin-bottom: 10px;
	    background-color: #fff;
	    border: 1px solid #b39771;
	    color: #b39771;
	    
    }
    
    .page-id-40 #scrollingbanner{
	    background: #fff;
    }
    
    .page-id-40 .entry a {
	    font-size: 13px;
	    position: relative;
	    z-index: 9999;
	    display: block;
	    color: #b39771;
	    padding:8px;
	}
	
	.page-id-40 .entry a:hover{
		background: #b39771;
		color:#fff;
	}
	
	.page-id-40 .entry:after{
		display: none;
	}
	
	.page-id-40 .bar{
		display: none;
	}
	
	.page-id-40 .timeline {
	    white-space: nowrap;
	    padding: 0 25px;
	    position: relative;
	}
	
	.show-mobile{
		display: block;
	}
	
	.show-mobile h3{
		color: #b39771;
    font-family: "Poppins",'Roboto', sans-serif;
    text-transform: uppercase;
    margin-top:15px;
	}
	
	.page-id-40 #scrollingbanner .content{
		padding-top:20px;
	}
	
	#blogpostcontainer{
		padding: 15px;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_excerpt p {
	    line-height: 22px;
	    padding-right: 0;
	    margin-top: 30px;
	}
	
	.single-post .post-entry{
		padding: 15px;
	}
	
	.page-id-50 #scrollingbanner{
		display: none;
	}
	
	.page-id-50 .mobile .image-boxes img, .page-id-52 .mobile .image-boxes img{
		width: 100%;
	}
	
	.page-id-50 .ngg-galleryoverview, .page-id-52 .ngg-galleryoverview {
	    margin-left: -7px;
	    margin-bottom: 10px;
	}
	
	
	#top .top-form-items .name input, #top .top-form-items .telephone input, #top .mid-form-items .email input, #top .mid-form-items .subject input {
	    width: 100%;
	    float: left;
	    position: relative;
	    z-index: 9999;
	    padding: 10px 6px;
	    border: 1px solid #dccdb8;
	    background-color: #fff;
	    color: #706f6f;
	    font-family: "Poppins",'Roboto', sans-serif;
	    font-size: 16px;
	}
	
	#top .top-form-items .telephone input {
	    margin-left: 0;
	}
	
	#top .mid-form-items .subject input {
	    margin-left: 0;
	}
	
	.page-id-44 .white-banner-btn .button-group {
	    margin-top: 65px;
	}
	
	.page-id-506 .post-entry-type-page{
		    padding: 0 25px;
	}
	
	.page-id-46 #scrollingbanner{
		display: none;
	}
	
	.page-id-46 .white-banner-btn {
	    margin-top: -15px;
	}
	
	.page-id-46 #whiteblock {
	    padding: 0 15px;
	}
	
	.pop-form .wpcf7 {
	    margin: 0 auto;
	    padding: 0;
	    width: 100%;
	}
	
	#top .main_color .pop-form input[type='submit'] {
	    width: 100%;
	}
	
	.page-id-44 #topcontent {
	    margin-bottom: 0;
	}
	
	.left-contact-form, .right-contact-form {
   	 width: 100%;
   	 margin-left:0;
    }
    
    
    /* new changes */
    
    #full_slider_4 .slideshow_inner_caption {
	    display: table;
	}
	
	.playButton {
		height: 40px;
	    width: 40px;
	    background-size: 80%;
	    position: relative;
	    top:5px;
	}
	
	.playButton:hover {
		height: 40px;
	    width: 40px;
	    background-size: 80%;
	     position: relative;
	    top:5px;
	}
	
	#full_slider_4 .slideshow_caption .bannerWhiteHead { line-height: 18px; }
	
	.CouplesCorner {
	    width: 100% !important;
	    margin-left: 0 !important;
	    margin-bottom: 4% !important;
	    height: auto !important;
	    margin-right: 0 !important;
	}
	
	/* 15-12-15 */
	
	#top #columns_three .no_margin.av_one_third{
		width: 100%;
	}
	
	#socket .av_one_half{
		width: 100%;
		margin:0;
	}
	
	/* 27-01-15 */
	
	.mobStyleFull{
		width:100% !important;
	}
	
	#second_area .av_one_half {
	    width: 100%;
	}
	
	#second_area .av_one_half:nth-child(even) {
    margin-left: 0;
	}
	
	.av_one_half.mobFullandPos{
	    margin-left: 0 !important;
	    width: 100% !important;
	    margin-top:15px;
	}
	
	.mobFullandPos img {
    position: relative;
    top: 0;
    }
    
    body .mgtop0{
	    margin-top:0 !important;
    }
    
    .white-banner-btn .buttonSpacing--mobile a{
		margin-top: 40px !important;
	}
	
	.accomodationBlocks .av_one_third {
    width: 100%;
    margin: 0;
	}
	
	.neww {margin-top:0 !important;}

} /* end of phone portrait */



/* Iphone 6 Portrait */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) { 

	.page-id-40 .ngg-galleryoverview {
		margin-left: 26px;
	}
	    

 }



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
		#full_slider_1 {margin-top: -147px;}
	.UserPage {    padding: 60px 40px;}
	.LeftUser {width: 100% !important;}
	.RightUser {width: 100% !important;}
	
	#Couples-Corner { 
		width: 100% !important;    
		position: relative !important;
		margin-left: auto !important;
	    left: inherit !important;	 
	}
	
	#Couples-Corner2 { 
		width: 100% !important;     
		position: relative !important;
		margin-left: auto !important;
	    left: inherit !important;	
	}	
	
	.happy-button {
    margin-bottom: 70px;
}


	.pop-form .wpcf7 {
	    margin: 0 auto;
	    padding: 0;
	    width: 100%;
	}

	.page-id-20 #whiteblock {
	    padding: 0 15px;
	}

	.page-id-28 #whiteblock.white-banner-btn .content, .page-id-26 #whiteblock.white-banner-btn .content {
	    padding-top: 0;
	    padding-bottom: 0;
	}
	
	.mobile .list-info{
		margin-left:20px;
	}
	
	.mobile .list-info li{
		list-style: disc;
		text-align: left;
	}
	
	.page-id-28 #whiteblock.white-banner-btn, .page-id-26 #whiteblock.white-banner-btn{
	    padding: 0 15px;
	}

	.page-id-34 #scrollingbanner{
		display: none;
	}

	.slide-1 .avia-caption-content p {
	  font-size: 30px;
	  text-transform: uppercase;
	  font-family: "Poppins",'Roboto', sans-serif;
	}
	
	#header_main {
	  margin-bottom: 45px;
	  position: fixed;
	  width: 100%;
	}
	
	.responsive .logo img {
	  margin: 0 auto;
	  width: 17%;
	}
	
	.responsive #top .logo {
	  width: 100%;
	}
	
	/* this is for the header padding non home page */
	
	.responsive #top #main{
		padding-top:80px !important;
	}
	
	.responsive #top.page-id-11 #main {
	  padding-top: 125px !important;
	  margin: 0;
	}

	
	.responsive #top #wrap_all #header {
	  position: relative;
	  width: 100%;
	  float: none;
	  height: auto;
	  margin: 0 !important;
	  opacity: 1;
	}
	
	#sf-sidebar .sf-label-metro .sf-navicon-button {
	  background-color: transparent;
	  margin-top: 4px;
	}
	
	
	/* spacing issue with boxes, may need this again */
	
	.responsive #top #wrap_all .flex_column{
		margin-bottom:0;
	}
	
	figure{
		margin-bottom:-4px;
	}
	
	#columns_three {
	  margin-top: 2px;
	  margin-bottom: 0;
	}
	
	.banner p{
		display: none;
	}
	
	.responsive #top .slideshow_caption h2 {
	  font-size: 18px !important;
	  text-align: center;
	  margin-bottom: 0;
	}
	
	#full_slider_2 .button-group {
	    margin-top: 5px;
		text-align: center;
	}
	
	#full_slider_2 .button-group .btn-brown, #full_slider_3 .button-group .btn-brown, #full_slider_5 .button-group .btn-brown {
	  color: #454644;
	  background: rgba(179, 151, 113, 0.25);
	  border: 1px solid #b39771;
	  font-size: 12px;
	  width: 70%;
	  display: block;
	  margin: 10px auto;
	  text-align: center;
	}
	 
	 #full_slider_6 .button-group .btn-ghost{
		background: rgba(255, 255, 255, 0.25);
		color:#fff;
		border:1px solid #d7d7d7;
		font-size:12px;
		width: 70%;
		display: block;
		margin: 5px auto;
		text-align: center;
	 }
	
	#full_slider_3 .button-group, #full_slider_5 .button-group, #full_slider_6 .button-group {
	  margin-top: 15px;
	}
	
	#full_slider_4 .avia-slideshow li .playImage {
	  width: 12%;
	  margin-top: 15px;
	}
	
	#quotes{
		padding-bottom: 0;
	}
	
	.top-footer {
	  background-color: rgba(239,235,233,0.8);
	  height: 107px;
	  margin-top: -15px;
	  text-align: center;
	  padding-top: 30px;
	}
	
	.top-footer h2 {
	  color: #b39771;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 15px;
	  text-transform: uppercase;
	}
	
	.top-footer h3 {
	  color: #b39771;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 14px;
	  text-transform: uppercase;
	  margin-top: 15px;
	}
	
	#footer .av_one_fourth{
		display: none;
	}
	
	#footer .text-move {
	  position: relative;
	  top: 0;
	  display: block;
	  font-size: 14px;
	}
	
	#footer #email-form {
	  width: 45%;
	  display: inline;
	  margin-left: 15px;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 16px;
	  margin-top: 15px;
	}
	
	.middle-footer {
	  text-align: center;
	  padding-top: 0px;
	}
	
	#footer .footer-nav{
		padding-left:5px;
		padding-right:5px;
	}
	
	.footer-nav li a {
	  color: #b39771;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 11px;
	  text-transform: uppercase;
	}
	
	#socket p {
	  margin: 0;
	  color: #fff;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 14px;
	  text-align: center;
	}
	
	#sf-sidebar .sf-menu li a{
		font-size: 18px !important;
	}
	
	.white-popup {
	  position: relative;
	  background: #FFF;
	  padding: 20px;
	  width: auto;
	  max-width: 80%;
	  margin: 20px auto;
	  border-radius: 5px;
	}
	
	.left-brochure {
	  display: none;
	}
	
	.right-brochure {
	  float: left;
	  width: 100%;
	}
	
	#popup h3 {
	  color: #b39771;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 12px;
	  text-transform: uppercase;
	  margin-top: 16px;
	  margin-bottom: 20px;
	}
	
	#popup h2 {
	  color: #b39771;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 20px;
	  text-transform: uppercase;
	}
	
	/* inner page styling */
	
	#brownbartop h2, #brownbartop h1 {
	    color: #b39771;
	    font-family: "Poppins",'Roboto', sans-serif;
	    font-size: 22px;
	    text-transform: uppercase;
	}
	
	#brownbartop .content{
		padding-bottom:20px;
	}
	
	/* breadcrumbs */
	
	#top .title_container .container {
	    padding-top: 20px;
	    padding-bottom: 10px;
	    min-height: 45px;
	}
	
	.title_container .main-title{
		display: none;
	}
	
	.responsive #top #wrap_all .title_container .container{
		padding-left:20px;
	}
	
	#whiteblock .content{
		padding-top:30px;
		padding-bottom: 0;
	}
	
	#whiteblock{
		padding: 0 20px;
	}
	
	#whiteblock p{
		font-size: 16px;
	}
	
	#whiteblock h2 {
	    font-size: 20px;
	}
	
	#whiteblock .btn-brown {
	    color: #b39771;
	    border: 1px solid #b39771;
	    display: block;
		width: 60%;
		margin: 5px auto;
	}
	
	#whiteblock .btn-brown:first-child{
		margin-right:auto;
	}
	
	.white-banner-btn{
		margin-top:-35px;
	}
	
	.top-footer h2, .top-footer h3 {
    	color: #706f6f;
	}
	
	.page-id-44 .white-banner-btn .button-group {
	    margin-top: 20px;
	}
	
	.page-id-44 .address-info {
	    text-align: center;
	}
	
	/* Gallery Page styling */
	
	.page-id-40 .entry a {
   		 font-size: 15px;
   		 position: relative;
   		 z-index: 9999;
	}
	
	.page-id-40 .bar {
	    left: 71px;
	    width: 76%;
	}
	
	.page-id-40 .entry {
	    min-width: 14%;
	    position: relative;
   		 z-index: 9999;
	}
	
	.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	    margin-right: 0;
	    width: 47%;
	    margin-left: 0%;
	    text-align: center;
	    margin: 0 auto;
	}
	
	.ngg-gallery-thumbnail {
    float: left;
    text-align: center;
    width: 95%;
    margin-left: 5%;
	}
	
	.ngg-galleryoverview .ngg-gallery-thumbnail img {
    background-color: #fff;
    border: none;
    display: block;
    margin: 7px;
    padding: 0px;
    position: relative;
    max-height: auto;
    width: 100%;
	}
	
	.page-id-40 .white-banner-btn{
		margin-top:-10px;
	}
	
	.page-id-40 .white-banner-btn .mg-top-50 {
	    margin-top: 30px;
	}
	
	.page-id-38 .white-banner-btn .button-group {
	    margin-top: 20px;
	}
	
		/* privatetour */
	
	.page-id-26 .white-wrap-left {
	    width: 50%;
	    padding: 12px;
	    margin-left: 10px;
	}
	
	.page-id-26 .avia-caption-content .button-group .btn-brown {
	    color: #b39771;
	    border: 1px solid #b39771;
	    font-size: 10px;
	}
	
	.page-id-26 .just-title{
		    min-height: 60px;
	}
	
	.page-id-26 .white-banner-btn {
	    margin-top: -20px;
	}
	
	.page-id-26 .mg-minus-10{
		margin-top:0;
	}
	
		/* show case */
	
	
	.page-id-28 .just-title{
		min-height: 60px;
		height:60px;
	}
	
	.page-id-28 .white-banner-btn {
	    margin-top: -20px;
	}
	
	
		/* TASTE THE GOWER */
	
	.page-id-20 #scrollingbanner{
		display: none;
	}
	
	.page-id-20 .white-wrap-left {
	    width: 50%;
	    padding: 10px;
	    text-align: center;
	    margin-left:20px;
	}
	
	.page-id-20 .avia-caption-content .button-group .btn-brown {
	    font-size: 12px;
	}
	
	.page-id-20 .move-right {
	    padding-left: 40%;
	    text-align: right;
	    text-align: center;
	    margin-right:20px;
	}
	
	.page-id-20 .white-wrap-right {
	    padding: 10px;
	}
	
	.page-id-20 .white-banner-btn {
	    margin-top: -15px;
	}
	
	/* the venue */
	
	.page-id-16 .white-wrap-left {
	    width: 50%;
	    margin-left: 20px;
	}
	
	.page-id-16 .move-right {
	    padding-left: 40%;
	    text-align: right;
	    margin-right: 20px;
	}
	
	.page-id-16 .white-banner-btn {
	    margin-top: -20px;
	}
	
		/* wedding accommodation */
	
/*
	.page-id-32 .bar {
	    width: 71%;
	    left: 16%;
	}
	
	.page-id-32 .entry {
    	min-width: 32%;
	}	
*/
	
	.page-id-32 .white-wrap-left, .page-id-32 .white-wrap-right {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	
	.page-id-32 .white-wrap-left{
		margin-left:15px;
	}
	
	.page-id-32 .move-right{
		padding-left: 40%;
		text-align: left;
		margin-right: 25px;
	}
	
	.responsive #top.page-id-32 .slideshow_caption h2 {
	    font-size: 15px !important;
	    text-align: center;
	    margin-bottom: 10px;
	}
	
	.page-id-32 .white-banner-btn {
	    margin-top: -20px;
	}
	
		/* rings */
	
	.button-rings a {
	    background-size: 75% !important;
	}
	
	.button-rings {

	    right: 5px !important;
	    top: 22px !important;

	}
	
	.sf-navicon{
		margin-top:-5px;
	}
	
		/* new mobile styling - adding new content */
	
	.slideshow_inner_caption{
		display: none;
	}
	
	.mobile{
		text-align: center;
		padding:0 15px;
		display: block;
	}
	
	.mobile h2, .mobile .bannerHead{
		color: #b39771;
	    font-family: "Poppins",'Roboto', sans-serif;
	    margin-top:20px;
	    font-size:15px;
	    text-transform: uppercase;
	}
	
	.mobile p{
		font-size: 16px;
		line-height: 21px;
		color: #706f6f;
		font-family: "Poppins",'Roboto', sans-serif;
		font-weight: 300;
	}
	
	.mobile .button-group{
		margin:20px 0;
	
	}
	
	.mobile .btn-brown{
		color: #b39771;
		border: 1px solid #b39771;
		display: inline-block;
		width: 60%;
		font-size: 14px;
	}
	
	.mobile .btn-brown:hover{
		text-decoration: none;
		background: #b39771;
		color:#fff;
	}
	
	.mobile .btn-brown:nth-child(even){
		margin-top:10px;
	}
	
	.remove-space{
		margin-bottom:-20px;
	}
	
		/* wedding team */
	
	.page-id-24 #scrollingbanner{
		display: none;
	}
	
	.mobile .smalllisthead{
		color: #b39771;
		font-family: "Poppins",'Roboto', sans-serif;
		margin-top: 10px;
		font-size: 13px;
		text-transform: uppercase;
		margin-bottom:10px;
	}
	
	.mobile .list-info li{
		font-size: 17px;
		line-height: 21px;
		color: #706f6f;
		font-family: "Poppins",'Roboto', sans-serif;
		font-weight: 300;
	}
	
		/* wedding packages */
	
	.page-id-30 #scrollingbanner{
		display: none;
	}
	
	.page-id-30 #whiteblock.white-banner-btn{
		margin-top:0;
		padding:0 15px;
	}
	
	.page-id-30 .button-group.bottom{
		margin-top:-50px;
	}
	
	/* wedding packages */
	
	.page-id-30 #scrollingbanner{
		display: none;
	}
	
	.page-id-30 #whiteblock.white-banner-btn{
		margin-top:0;
		padding:0 15px;
	}
	
	.page-id-30 .button-group.bottom{
		margin-top:-50px;
	}
	
	/* wedding accommodation */
	
	.page-id-32 #scrollingbanner{
		display: none;
	}
	
	.mobile .image-boxes img{
		width: 32%;
	}
	
	.page-id-32 .mobile{
		padding-bottom: 10px;
	}
	
	.page-id-32 .white-banner-btn .button-group {
	    margin-top: -15px;
	}
	
	/* gower */
	
	.page-id-38 #scrollingbanner, .page-id-2884 #scrollingbanner{
		display: none;
	}
	
	.white-banner-btn .buttonSpacing--mobile a{
		margin-top: 40px !important;
	}
	
	/* glamping */
	
	.text-secondary {
	    margin-bottom: 20px;
	    margin-top: 30px;
	}
	
		/* little white blog */
	
	#blogpostcontainer h2, #blogpostcontainer h1 {
	    font-size: 25px;
	    margin-bottom: 15px;
	}
	
	#blogpostcontainer {
	    padding: 20px 0 20px 0;
	}
	
	.show-posts li{
		font-size:10px;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) img {
	    width: 100%;
	    float: left;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_title {
	    position: relative;
	    top: 15px;
	    left: 0;
    }
    
    #blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_excerpt {
	    position: relative;
	    left: 0;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_excerpt p {
	    line-height: 35px;
	    padding-right: 0;
	    margin-top: 30px;
	}
	
	.wmle_container .wmle_item_holder.col3 {
	    width: 100%;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3{
		margin-bottom: 2%;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) {
	    margin-bottom: 2%;
	}
	
	#blogpostcontainer .wmle_container .wmle_item .wmle_post_title a {
	    font-size: 18px;
	}
	
	 .tiny .logo img{
	    margin-top:-20px;
    }
    
    .avia-slideshow-dots{
	    display: none;
    }
    
    #whiteblock.white-banner-btn .content{
		padding-top:0;
		padding-bottom:0;
	}
	
	#brownbartop h2, #brownbartop h1 {
	    margin-top: 5px;
	}
	
	.page-id-34 .white-banner-btn{
		margin-top:0;
	}
	
	.page-id-16 #scrollingbanner{
		display: none;
	}
	
	.page-id-16 .white-banner-btn .button-group {
	    margin-top: 30px;
	}
	
	.call-us {
	    margin-top: 15px;
	    position: relative;
	    top: 15px;
	    margin-bottom: 20px;
	}
	
	.page-id-28 .just-title{
		height: inherit;
	}
	
	#whiteblock .btn-brown:nth-child(2) {
	    margin-left: auto;
	}
	
	.page-id-30 .button-group.bottom{
		margin-top:-20px;
	}
	
	.page-id-24 .white-banner-btn {
	    margin-top: -10px;
	}
	
	.page-id-32 .white-banner-btn .button-group {
	    margin-top: 15px;
	}
	
	.page-id-36 #whiteblock.white-banner-btn {
	    margin-top: 25px;
	}
	
		#first_area p, #second_area p {
	    font-size: 16px;
	    color: #706f6f;
	    font-weight: 300;
	    font-family: "Poppins",'Roboto', sans-serif;
	    line-height: 24px;
	}
	
	.close-quote {
	    float: right;
	    font-size: 60px;
	    position: relative;
	    right: 6%;
	    top: -10px;
	    font-family: "Poppins",'Roboto', sans-serif;
	    font-weight: 100;
	    color: #706f6f;
	}
	
	.open-quote {
	    float: left;
	    font-size: 60px;
	    position: relative;
	    left: 6%;
	    top: 20px;
	    font-family: "Poppins",'Roboto', sans-serif;
	    font-weight: 100;
	    color: #706f6f;
	}
	
	.half-spacing {
	    margin-top: 30px;
	    padding: 0 20px;
	}
	
	#second_area{
		 padding: 0 20px;
	}
	
	.half-spacing h3, #second_area h3 {
	    font-size: 18px;
	}
	
	.image-boxes-equal img:nth-child(even) {
	    margin-left: 3%;
	}
	
	#second_area .text-right {
	    text-align: left;
	}
	
	.img-pos img {
	    position: initial;
	    bottom: 4px;
	    width: 100%;
	    margin-top: 10px;
	}
	
	.width-mob{
		width: 100%;
	}
	
	.mg-top-mob-10{
		margin-top:10px;
	}
	
	.page-id-38 .white-banner-btn {
	    margin-top: 0;
	}
	
	.page-id-48 .white-banner-btn{
		margin-top:5px;
	}
	
	#blogpostcontainer{
		padding: 15px;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_excerpt p {
	    line-height: 22px;
	    padding-right: 0;
	    margin-top: 30px;
	}
	
	.single-post .post-entry{
		padding: 15px;
	}
	
	.page-id-50 #scrollingbanner{
		display: none;
	}
	
	.page-id-50 .mobile .image-boxes img, .page-id-52 .mobile .image-boxes img{
		width: 100%;
	}
	
	.page-id-50 .ngg-galleryoverview, .page-id-52 .ngg-galleryoverview {
	    margin-left: -7px;
	    margin-bottom: 10px;
	}
	
	.page-id-44 .white-banner-btn .button-group {
	    margin-top: 65px;
	}
	
	.page-id-506 .post-entry-type-page{
		    padding: 0 25px;
	}
	
	.page-id-46 #scrollingbanner{
		display: none;
	}
	
		.page-id-46 .white-banner-btn {
	    margin-top: -15px;
	}
	
	.page-id-46 #whiteblock {
	    padding: 0 15px;
	}
	
	.page-id-44 #topcontent {
	    margin-bottom: 0;
	}
	
	.left-contact-form, .right-contact-form {
   	 width: 100%;
   	 margin-left:0;
    }
	
	 /* new changes */
    
    #full_slider_4 .slideshow_inner_caption {
	    display: table;
	}
	
	.playButton {
		height: 50px;
	    width: 50px;
	    background-size: 90%;
	}
	
	.playButton:hover {
		height: 50px;
	    width: 50px;
	    background-size: 90%;
	}
	
	#full_slider_4 .slideshow_caption .bannerWhiteHead {
	    line-height: 18px;
	    position: relative;
	    top: -9px;
	}

	.CCornerPadding {
		width: 90%;
		margin:0 auto;
	}
	
	.CouplesCorner {
	    width: 100% !important;
	    margin-left: 0 !important;
	    margin-bottom: 2% !important;
	    height: auto !important;
	    margin-right: 0 !important;
	}
	
	.CouplesCorner.first {
		clear: none !important;
	}
	
	.CouplesCorner h2 {font-size: 20px;}
	
	/* 27-01-15 */
	
	.mobStyleFull{
		width:100% !important;
	}
	
	#second_area .av_one_half {
	    width: 100%;
	}
	
	#second_area .av_one_half:nth-child(even) {
    margin-left: 0;
	}
	
	.av_one_half.mobFullandPos{
	    margin-left: 0 !important;
	    width: 100% !important;
	    margin-top:15px;
	}
	
	.mobFullandPos img {
    position: relative;
    top: 0;
    }
    
    body .mgtop0{
	    margin-top:0 !important;
    }
	
	.accomodationBlocks .av_one_third {
    width: 100%;
    margin: 0;
	}


} /* end of mobile landscape */





/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.responsive #top #wrap_all .container {
	  width: 100%;
	  max-width: 100%;
	  margin: 0 auto;
	  padding-left: 0;
	  padding-right: 0;
	  float: none;
	}

}	




	
/* Ipad Portrait */
@media only screen and (min-width: 768px) and (max-width: 989px) {

	
	.UserPage {    padding: 60px 40px;}

	.CCornerPadding {
		width: 90%;
		margin:0 auto;
	}
	
	.CouplesCorner {
	    width: 48% !important;
	    margin-left: 0 !important;
	    margin-bottom: 2% !important;
	    margin-right: 1% !important;
	}
	
	.CouplesCorner.first {
		clear: none !important;
	}
	
	#rotate {
        background-color: rgba(0,0,0,0.7);
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9999999;
    }
    
    .ipad-warning{
	  color:#fff;
	  font-family: "Poppins",'Roboto', sans-serif;
	  padding:20px;
	  font-size: 40px;
    }
    
    .cent-position {
	    position: fixed;
	    top: 30%;
	    margin: 0 auto;
	    width: 100%;
	}
    
    .close-warning{
		padding: 10px 40px;
	    border: 3px solid #fff;
	    border-radius: 3px;
	    color: #fff;
		font-family: "Poppins",'Roboto', sans-serif;
		position: relative;
		top: 10px;
		display: inline-block;
    }
    
    .close-warning:hover, .close-warning:active{
	    text-decoration: none;
    }

	/* change header size */
	
	.logo img{
		width: 80%;
	}
	
	.av_minimal_header #header_main .container {
	  height: 99px;
	  line-height: 99px;
	}
	
	.sf-mobile #sf-sidebar .sf-navicon-button {
	  top: 6px !important;
	}

	/* home page */
	
	.slide-1 .avia-caption-content p {
		font-size: 50px;
	}
	
	.anchor {
	  width: 70%;
	  margin: 0 auto;
	  margin-top: 22%;
	}
	
	.slideshow_caption .bannerHead {
	  color: #b39771;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 18px;
	}
	
	.banner p {
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 14px;
	  color: #706f6f;
	  width: 60%;
	}
	
	.button-group {
	  margin-top: 27px;
	}
	
	/* change button color as hard to read */
	
	.avia-caption-content .button-group .btn-brown {
	  color: #fff;
	  border: 1px solid #aa8f6b;
	  background-color: #b39771;
	  font-size: 12px;
	}
	
	#full_slider_3 .banner p {
	  width: 100%;
	  padding-left: 38%;
	}
	
	.slideshow_caption .bannerWhiteHead {
		font-size: 18px;
	}
	
	#full_slider_4 .avia-slideshow li .playImage{
		width:11%;
	}
	
	#full_slider_5 .banner p {
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 15px;
	  line-height: 17px;
	  color: #706f6f;
	  width: 75%;
	}
	
	#quotes{
		padding-bottom: 90px;
	}
	
	.btn-ghost {
	  border: 1px solid #fff;
	  font-size: 14px;
	}
	
	.left-brochure {
	  float: left;
	  width: 100%;
	  margin-left: 0;
	  text-align: center;
	}
	
	.right-brochure {
	  float: left;
	  width: 100%;
	  margin-top: 23px;
	}
	
	.top-footer {
	  height: 130px;
	  margin-top: -15px;
	  text-align: center;
	  padding-top: 43px;
	}
	
	.top-footer h2{
		font-size:18px;
	}
	
	.top-footer h3{
		font-size:16px;
	}
	
	#footer div .av_one_fourth{
		display: none;
	}
	
	.middle-footer {
	  text-align: center;
	  padding-top: 25px;
	}
	
	#footer .text-move {
	  position: relative;
	  top: 2px;
	  font-size: 15px;
	}
	
	.footer-nav li a {
	  color: #b39771;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 12px;
	  text-transform: uppercase;
	}
	
	#socket{
		padding-left:45px;
		padding-right:45px;
	}
	
	#sf-sidebar .sf-menu li a {
		font-size:18px !important;
	}
	
	/* exclusively yours  this removes the large gap between brown bar and sticky nav*/
	
	.html_header_top.html_header_sticky .page-id-22  #main{
		padding-top:100px;
	}
	
	#brownbartop h2, #brownbartop h1 {
		font-size: 35px;
	}
	
	.stretch_full{
		padding-left:15px;
		padding-right:15px;
	}
	
	#whiteblock{
		    padding: 0 15px 0 15px;
	}
	
	#whiteblock h2 {
    	font-size: 22px;
	}
	
	.four_blocks .anchor {
    	margin-top: 28%;
	}
	
	.accomodationBlocks .anchor{
	margin-top:24%;
	}
	
	#brownbartop .content{
		padding-top:30px;
		padding-bottom:30px;
	}
	
	
	/* 4 boxes */ 
	.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div{
		clear: none;
	}
	
    /* sets the padding top on ipad landscape */
	
	.html_header_top.html_header_sticky.html_bottom_nav_header #main {
	    padding-top: 100px;
	}
	
	/* Gallery Styling */
	
	.page-id-40 .bar {
	    left: 80px;
	    width: 76%;
	}
	
	.ngg-galleryoverview .ngg-gallery-thumbnail img {
	    width: 100%;
	}
	
	.white-wrap-left {
	    width: 55%;
	    margin-left: 25px;
	}
	
	.page-id-16 .white-wrap-left {
	    width: 93%;
	}
	
	.page-id-16 .white-wrap-right{
		width: 100%;
	}
	
	
	.move-right {
	    padding-left: 40%;
	    margin-right:20px;
	    text-align: right;
	}
	
	.page-id-16 .move-right{
		padding-left: 4%;
	}
	
	
	/* Showcase */
	
	.js_active .avia-slideshow .list-info li {

	    font-size: 18px;
	    line-height: 22px;
	
	}
	
	.page-id-28 .white-wrap-left {
	    width: 60%;
	    margin-left: 25px;
	}
	
	/* taste of gower */
	
	.page-id-20 .bar {
	    height: 1px;
	    background: #b39771;
	    width: 86%;
	    position: relative;
	    top: 10px;
	    left: 8%;
	}
	
	.page-id-20 .entry a {

	    font-size: 9px;
	}
	
	.page-id-20 .entry{
		min-width: 12%;
	}
	
	.page-id-32 .av_slideshow_full li .image-boxes img {
	    width: 20%;
	    float: left;
	    margin-right: 2%;
	}
	
	.page-id-32 .white-wrap-left, .page-id-32 .white-wrap-right {
	    padding-top: 14px;
	    padding-bottom: 14px;
	}
	
	.page-id-32 .white-wrap-left {
	    width: 93%;
	}
	
	.page-id-32 .banner .white-wrap-left p, .page-id-32 .banner .white-wrap-right p{
		font-size: 15px;
		line-height: 18px;
	}
	
	.page-id-32 .move-right {
    	padding-left: 25px;
    	text-align: left;
    	margin-right:25px;
	}
	
	/* wedding packages */
	
	.page-id-30 .entry {
	    min-width: 19%;
	}
	
	.page-id-30 .entry a {
	    font-size: 14px;
	}
	
	.page-id-30 .bar {
	    width: 79%;
	    left: 11%;
	}
	
	.js_active .page-id-30 .avia-slideshow .list-info li {
	    font-size: 15px;
	    line-height: 15px;
	}
	
	.page-id-30 .banner .white-wrap-left p, .page-id-30 .banner .white-wrap-right p {
	    font-size: 13px;
	    line-height: 16px;
	}
	
	.main_color .smalllisthead {
	    font-family: "Poppins",'Roboto', sans-serif;
	    margin-top: 0;
	    color: #b39771;
	    font-weight: 300;
	    font-size: 14px;
	}
	
	.page-id-30 .list-font-color {
	    color: #706f6f;
	    font-size: 13px;
	    line-height: 13px;
	}
	
	.page-id-30 .main_color .smalllisthead {
		margin-top: -10px;
	}
	
	.page-id-30 .button-group {
	    margin-top: 20px;
	}
	
	.page-id-30 .white-wrap-left{
		width:62%;
		padding-top:10px;
		padding-bottom: 10px;
	}
	
	.page-id-30 .move-right {
	    padding-left: 36%;
	    text-align: left;
	}
	
	.page-id-30 .white-wrap-left{
		margin-left:-5px;
	}
	
	.page-id-30 .white-wrap-right{
		width: 100%;
	}
	
	.page-id-30 .move-right{
		margin-right:-5px;
	}
	
	.page-id-30 .button-group.bottom {
    margin-top: -20px;
}
	
	.page-id-30 .slideshow_caption .bannerHead {
	    margin-top: 0px;
	    margin-bottom: 0px;
	}
	
	.page-id-30 .white-wrap-right{
		padding-top:10px;
	}
	
	/* blog main */
	
	.show-posts li {
	    font-size: 10px;
	}
	
	#blogpostcontainer h2, #blogpostcontainer h1 {
		font-size: 35px;
		margin-bottom: 20px;
	}
	
	#blogpostcontainer {
		padding: 25px 0 25px 0;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_title {
	    position: relative;
	    top: 5px;
	    left: 25px;
	    margin-bottom: 16px;
        width: 95%;
	}
	
	.show-posts li a {
	    color: #C49C71;
	    font-size: 10px;
	}
	
	#blogpostcontainer .wmle_container .wmle_item_holder.col3:nth-child(2) .wmle_post_excerpt p {
	    line-height: 21px;
	    padding-right: 25px;
	    margin-top: 5px;
	}
	
	#blogpostcontainer .wmle_container .wmle_item .wmle_post_title a {
	    font-size: 18px;
	}
	
		/* inner blog page */
	
	.big-preview.single-big {
	    padding: 0 15px 10px 0;
	}
	
	.single-post .post-entry{
		padding-left: 15px;
	}
	
	.single-post .inner_sidebar {
	    margin-left: 15px;
	    margin-right: 15px;
	}
	
		/* new changes 5-aug */
	
	.sf-navicon-button{
		margin-top:-2px !important;
	}
	
	.html_header_top.html_logo_center .tiny .logo{
		left:49%;
	}
	
	.avia-caption-content {
	    line-height: 1.3em;
	    padding-left: 25px;
	    padding-right: 25px;
	}
	
	#full_slider_2 .banner p {
	    width: 55%;
	}
	
	.page-id-11 .banner p {
	    font-weight: 300;
	    line-height: 18px;
	}
	
	.footer-nav{
		padding-left:50px;
		padding-right:50px;
	}
	
	.slide-1 .avia-caption-content p, .slide-2 .avia-caption-content p, .slide-3 .avia-caption-content p, .slide-4 .avia-caption-content p {
	    line-height: 40px;
	    font-size: 40px;
	}
	
	.slideshow_caption .bannerHead {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	
	#full_slider_4 .slideshow_caption .bannerWhiteHead {
	    color: #fff;
	    font-family: "Poppins",'Roboto', sans-serif;
	    text-transform: uppercase;
	    font-weight: 300;
	    margin-bottom: 15px;
	    line-height: 20px;
	    margin-top: 30px;
	}
	
	#full_slider_4 .banner p:last-child{
		margin-top:10px;
	}
	
	.page-id-34 .entry a {
	    font-size: 10px;
	}
	
	.page-id-34 .entry{
		min-width: 90px;
	}
	
	.page-id-34 .bar{
		width:86%;
	}
	
	/* change of width to accomodate text */
	
	.page-id-34 .white-wrap-left {
	    width: 50%;
	    padding-bottom: 10px;
	}
	
	.page-id-34 .slideshow_caption .bannerHead, .page-id-20 .slideshow_caption .bannerHead {
	    font-size: 18px;
	    margin-top: 0;
	    margin-bottom: 0;
	}
	
	.page-id-34 .banner .white-wrap-left p, .banner .white-wrap-right p {
	    width: 100%;
	    font-weight: 100;
	    font-size: 13px;
	    line-height: 17px;
	}
	
	.page-id-34 .move-right {
	    padding-left: 44%;
	    text-align: right;
	}
	
	.page-id-34 .white-wrap-right {
	    width: 100%;
	    background: rgba(255, 255, 255, 0.85);
	    padding: 14px;
	    padding-bottom: 5px;
	}
	
	.page-id-16 .slideshow_caption .bannerHead {
	    margin-top: 0px;
	    margin-bottom: 0px;
	}
	
	.banner .white-wrap-left p, .banner .white-wrap-right p {
	    width: 100%;
	    font-weight: 100;
	    font-size: 13px;
	    line-height: 17px;
	}
	
	.white-wrap-left {
	    padding-bottom: 10px;
	}
	
	.white-wrap-right {
	    width: 100%;
	    background: rgba(255, 255, 255, 0.85);
	    padding: 20px;
	    padding-bottom: 10px;
	}
	
	.white-popup{
		max-width:70%;
	}
	
	.page-id-28 .white-wrap-left {
	    padding-bottom: 10px;
	}
	
	.list-font-color {
	    color: #706f6f;
	    font-size: 13px;
	    line-height: 16px;
	}
	
	.js_active .avia-slideshow .list-info li {
	    font-size: 18px;
	    line-height: 16px;
	}
	
	.page-id-28 .slideshow_caption .bannerHead {
	    margin-top: 0px;
	    margin-bottom: 10px;
	}
	
	.page-id-30 .entry a {
	    font-size: 9px;
	}
	
	.page-id-30 .slideshow_caption .white-wrap-left .bannerHead {
	    color: #b39771;
	    font-family: "Poppins",'Roboto', sans-serif;
	    font-size: 18px;
	    margin-top: 0px;
	    margin-bottom: 10px;
	}
	
	.page-id-24 .entry {
	    min-width: 112px;
	}
	
	.page-id-24 .bar {
	    height: 1px;
	    background: #b39771;
	    width: 80%;
	    position: relative;
	    top: 10px;
	    left: 10%;
	}
	
	.entry a {
	    font-family: "Poppins",'Roboto', sans-serif;
	    color: #706f6f;
	    font-weight: 100;
	    font-size: 10px;
	}
	
	
	.page-id-24 .slideshow_caption .bannerHead {
	    margin-top: 0px;
	    margin-bottom: 5px;
	    font-size: 16px;
	}
	
	.page-id-24 .white-wrap-left{
		padding-top:10px;
	}
	
	.page-id-24 .white-wrap-left {
	    width: 58%;
	    margin-left: -5px;
	}
	
	.page-id-24 .move-right {
	    padding-left: 29%;
	    text-align: left;
	}
	
	.page-id-24 .white-wrap-right {
	    width: 100%;
	}
	
	.page-id-24 .move-right{
		margin-right:0;
	}
	
	.page-id-20 .entry {
	    min-width: 11.5%;
	}
	
	.page-id-20 .move-right {
	    padding-left: 47%;
	    text-align: right;
	}
	
/*
	.page-id-32 .entry {
	    min-width: 20%;
	}
	
	.page-id-32 .ent1 {
	    position: relative;
	    left: -17%;
	}
	
	.page-id-32 .bar {
	    width: 73%;
	    left: 13%;
	}
*/
	
	.page-id-32 .banner .white-wrap-left p, .page-id-32 .banner .white-wrap-right p {
	    font-size: 12px;
	    line-height: 16px;
	}
	
	.page-id-32 .white-wrap-right {
	    width: 100%;
	}
	
	.half-spacing, #second_area{
		padding:0 20px;
	}
	
	.image-boxes-equal img:nth-child(even) {
	    margin-left: 2%;
	}
	
	#first_area p, #second_area p {
	    font-size: 15px;
	    line-height: 23px;
	}
	
	.half-spacing {
	    margin-top: 40px;
	}
	
	#blogpostcontainer{
		padding: 15px;
	}
	
	.page-id-50 .white-wrap-left {
	    width: 60%;
	    padding-bottom:20px;
	}
	
	.ngg-galleryoverview .ngg-gallery-thumbnail-box{
		max-height: 100px;
	}
	
	.page-id-50 .white-wrap-left {
	    width: 90%;
	    padding-bottom: 20px;
	}
	
	.page-id-50 .move-right {
	    padding-left: 3%;
	    text-align: right;
	}
	
	.page-id-50 .white-wrap-right {
	    width: 100%;
	    background: rgba(255, 255, 255, 0.85);
	    padding: 20px;
	    padding-bottom: 25px;
	    text-align: left;
	}
	
	.page-id-50 .move-right{
		margin-right:47px;
	}
	
	.page-id-52 .white-wrap-left {
	    width: 92%;
	        padding: 20px;
	}
	
	.page-id-52 .slideshow_caption .bannerHead {
	    margin-top: 0px;
	}
	
	.page-id-44 #whiteblock {
	    padding: 0 25px 0 25px;
	}
	
	.page-id-506 .post-entry-type-page{
		    padding: 0 25px;
	}
	
	.page-id-46 .entry {
	    width: 22%;
	}
	
	.page-id-46 .bar {
	    width: 77%;
	    left: 11%;
	}
	
	.page-id-46 .white-wrap-left {
	    width: 93%;
	    padding-bottom: 25px;
	}
	
	.page-id-46 .move-right {
	    padding-left: 3%;
	    text-align: right;
	}
	
	.page-id-46 .white-wrap-right {
	    width: 100%;
	}
	
		.page-id-40 .ngg-galleryoverview .ngg-gallery-thumbnail-box {
	    max-height: inherit;
	}
	
	.page-id-46 .entry {
	    width: 58%;
	}
	
	.ent1 {
	    position: relative;
	    left: -18%;
	}
	
	.page-id-46 #whiteblock .content{
		padding-bottom:10px;
	}
	
	.page-id-20 .white-wrap-left {
		width: 93%;
		background: rgba(255, 255, 255, 0.85);
		padding: 15px;
		padding-bottom: 9px;
		text-align: center;
	}
	
		.page-id-20 .white-wrap-right {
	    width: 99%;
	    background: rgba(255, 255, 255, 0.85);
	    padding: 15px;
	    padding-bottom: 9px;
	    text-align: center;
	}
	
	.page-id-20 .banner .white-wrap-left p, .banner .white-wrap-right p {
		width: 100%;
		font-weight: 100;
		font-size: 13px;
		line-height: 16px;
	}
	
	.page-id-20 .move-right {
	    padding-left: 25px;
	    text-align: left;
	}		
	
	.page-id-46 .call-us {
		margin-bottom:30px;
	}
	
	.contact-address .mail-size a{
		font-size: 14px;
	}
		

}	/* end portrait */




/* Ipad Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {  


	
	/* column 3 boxes on hover */
	
	.anchor {
	  width: 67%;
	  margin: 0 auto;
	  margin-top: 25%;
	}
	
	/* popup*/
	
	.right-brochure {
	  float: left;
	  width: 61%;
	  margin-left: 20px;
	}
	
	#top .right-brochure input[type="text"], #top .right-brochure input[type="email"] {
	  margin-top: 7px;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 16px;
	}
	
	#socket{
		padding-left: 45px;
		padding-right:45px;
	}
	
	.footer-nav li a {
	  color: #b39771;
	  font-family: "Poppins",'Roboto', sans-serif;
	  font-size: 14px;
	  text-transform: uppercase;
	}
	
	#sf-sidebar .sf-menu li a {
		font-size:18px !important;
	}
	
	/* change header size */
	
	.logo img{
		width: 80%;
	}
	
	.av_minimal_header #header_main .container {
	  height: 99px;
	  line-height: 99px;
	}
	
	.sf-mobile #sf-sidebar .sf-navicon-button {
	  top: 6px !important;
	}
	
	/* exclusively yours  this removes the large gap between brown bar and sticky nav*/
	
	.html_header_top.html_header_sticky .page-id-22  #main{
		padding-top:100px;
	}
	
	#brownbartop h2, #brownbartop h1 {
		font-size: 40px;
	}
	
	.stretch_full{
		padding-left:15px;
		padding-right:15px;
	}
	
	#whiteblock{
		    padding: 0 15px 0 15px;
	}
	
	/* sets the padding top on ipad landscape */
	
	.html_header_top.html_header_sticky.html_bottom_nav_header #main {
	    padding-top: 100px;
	}
	
	/* gallery styling */
	
	.ngg-galleryoverview .ngg-gallery-thumbnail img {
		width: 96%;
		max-height: 215px;
	}
	
	.ngg-galleryoverview .ngg-gallery-thumbnail-box {
		width: 23%;
		margin-bottom: 2%;
	}
	
	/* Gower Styling */
	
	.white-wrap-left {
	    width: 50%;
		margin-left: 25px;
	}
	
	.move-right {
	    padding-left: 50%;
	    text-align: right;
	    margin-right: 25px;
	}
	
	.page-id-16 .move-right {
	    padding-left: 52%;
	    text-align: right;
	    margin-right: 25px;
	}
	
	.page-id-16 .white-wrap-right {
	    width: 100%;
	
	}
	
	
	/* wedding accomodation */
	
	.page-id-32 .white-wrap-left {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	
	.page-id-32 .white-wrap-left {
	    width: 60%;
	}
	
	.page-id-32 .move-right {
	    padding-left: 40%;
	    text-align: left;
	}
	
	.js_active .page-id-30 .avia-slideshow li{
		font-size: 16px;
		line-height: 20px;
	}
	
	.page-id-52 .white-wrap-left {
	    width: 60%;
	    padding-bottom: 25px;
	}
	
	.page-id-52 .slideshow_caption .bannerHead {
	    margin-top: 0px;
	}
	
	/* inner blog page */
	
	.big-preview.single-big {
	    padding: 0 25px 10px 0;
	}
	
	.single-post .post-entry{
		padding-left: 25px;
	}
	
	.single-post .inner_sidebar {
	    margin-left: 25px;
	    margin-right: 25px;
	}
	
	/* new changes 5-aug */
	
	.sf-navicon-button{
		margin-top:-2px !important;
	}
	
	.html_header_top.html_logo_center .tiny .logo{
		left:49%;
	}
	
	.avia-caption-content {
	    line-height: 1.3em;
	    padding-left: 25px;
	    padding-right: 25px;
	}
	
	#full_slider_2 .banner p {
	    width: 45%;
	}
	
	.page-id-11 .banner p {
	    font-weight: 300;
	    line-height: 22px;
	}
	
	.footer-nav{
		padding-left:50px;
		padding-right:50px;
	}
	
	.four_blocks .anchor {
	    width: 65%;
	    margin: 0 auto;
	    margin-top: 30%;
	}
	
	.page-id-34 .slideshow_caption .bannerHead, .page-id-20 .slideshow_caption .bannerHead {
	    color: #706f6f;
	    font-family: "Poppins",'Roboto', sans-serif;
	    font-size: 22px;
	    margin-top: 0px;
	    margin-bottom: 10px;
	}
	
	.page-id-34 .banner .white-wrap-left p, .banner .white-wrap-right p {
	    width: 100%;
	    font-weight: 100;
	    font-size: 15px;
	    line-height: 20px;
	}
	
	.page-id-34 .white-wrap-left {
	    width: 337px;
	    padding-bottom: 20px;
	}
	
	.page-id-34 .white-wrap-right {
	    width: 337px;
	    background: rgba(255, 255, 255, 0.85);
	    padding: 15px;
	    padding-bottom: 10px;
	}
	
	.page-id-34 .entry{
		min-width: 120px;
	}
	
	.bar {
	    width: 85%;
	    left: 8%;
	}
	
	.slideshow_caption .bannerHead {
	    color: #b39771;
	    font-family: "Poppins",'Roboto', sans-serif;
	    font-size: 20px;
	    margin-top: 0;
	    margin-bottom: 0;
	}
	
	.white-wrap-left {
		width: 50%;
	    padding-bottom: 10px;
	}
	
	.banner .white-wrap-left p, .banner .white-wrap-right p {
	    font-size: 15px;
	    line-height: 20px;
	}
	
	.white-wrap-right {
	    width: 100%;
	    background: rgba(255, 255, 255, 0.85);
	    padding: 20px;
	    padding-bottom: 15px;
	}
	
	.white-popup{
		max-width:60%;
	}
	
	.page-id-30 .slideshow_caption .white-wrap-left .bannerHead {
	    color: #b39771;
	    font-family: "Poppins",'Roboto', sans-serif;
	    font-size: 22px;
	    margin-top: 0px;
	    margin-bottom: 10px;
	}
	
	.page-id-30 .white-wrap-left {
	    width: 55%;
	}
	
	.page-id-30 .white-wrap-right{
		width: 100%;
	}
	
	.page-id-30 .banner .white-wrap-left p, .page-id-30 .banner .white-wrap-right p, .js_active .page-id-30 .avia-slideshow li {
	    font-size: 15px;
	    line-height: 20px;
	}
	
	.page-id-30 .list-font-color {
	    color: #706f6f;
	    font-size: 15px;
	    line-height: 20px;
	}
	
	.page-id-30 .move-right{
		padding-left: 40%;
	}
	
	.page-id-30 .banner .white-wrap-right .tcs {
	    font-style: italic;
	    margin-top: -5px;
	    margin-bottom: -15px;
	}
	
	.page-id-24 .slideshow_caption .bannerHead {
	    margin-top: 0px;
	}
	
	.page-id-24 .move-right {
	    padding-left: 46%;
	    text-align: left;
	}
	
	.page-id-20 .entry {
	    min-width: 11.5%;
	}
	
	.page-id-20 .bar {
	    width: 87%;
	}
	
	.page-id-20 .move-right {
	    padding-left: 61%;
	    text-align: right;
	}
	
	.page-id-20 .banner .white-wrap-left p, .banner .white-wrap-right p {
	    font-size: 15px;
	    line-height: 18px;
	}
	
	.page-id-32 .entry {
	    min-width: 27%;
	}
	
	.page-id-32 .bar {
	    width: 78%;
	    left: 11%;
	}
	
	.page-id-32 .banner .white-wrap-left p, .page-id-32 .banner .white-wrap-right p, .js_active .page-id-32 .avia-slideshow li{
		font-size: 15px;
		line-height: 20px;
	}
	
	.page-id-32 .white-wrap-right {
	    width: 100%;
	}
	
	.page-id-32 .white-wrap-right, .page-id-32 .white-wrap-left {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	
	.half-spacing, #second_area{
		padding:0 20px;
	}
	
	#blogpostcontainer{
		padding: 15px;
	}
	

	.page-id-50 .white-wrap-left {
	    width: 51%;
	    padding: 10px;
	}
	
	.page-id-50 .white-wrap-right {
	    width: 100%;
	    background: rgba(255, 255, 255, 0.85);
	    padding: 10px;
	    padding-bottom: 20px;
	    text-align: left;
	}
	
	.page-id-50 .white-wrap-left {
	    padding-bottom: 20px;
	}
	
	.ngg-galleryoverview .ngg-gallery-thumbnail-box{
		max-height: 100px;
	}
	
	.page-id-40 .ngg-galleryoverview .ngg-gallery-thumbnail-box {
	    max-height: inherit;
	}
	
	.page-id-44 #whiteblock {
	    padding: 0 25px 0 25px;
	}
	
	.page-id-506 .post-entry-type-page{
		    padding: 0 25px;
	}
	
	.ent1 {
	    position: relative;
	    left: -20%;
	}
	
	.page-id-46 .entry {
	    width: 60%;
	}
	
	.page-id-46 .bar {
	    height: 1px;
	    background: #b39771;
	    width: 80%;
	    position: relative;
	    top: 10px;
	    left: 10%;
	}
	
	.page-id-46 .move-right {
    padding-left: 45%;
    text-align: right;
}

	

}/* ipad landscape */

		

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 989px) {


}	





/* large screens with 1140px with */

@media only screen and (min-width: 990px) and (max-width: 1140px)  {




}






	

#sf-sidebar.sf-vertical-nav .sf-has-child-menu .sf-sm-indicator i:after {
		content: '\e610';
		-webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
		-moz-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
		-o-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
		transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
		-webkit-backface-visibility: hidden;
		display: inline-block;
	}

	.sf-vertical-nav .sf-submenu-visible > a .sf-sm-indicator i:after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#sf-mob-navbar .sf-navicon-button:after {
		/*width: 30px;*/
	}

	.sf-pos-right .sf-vertical-nav .sf-has-child-menu > a:before {
		display: none;
	}

	#sf-sidebar.sf-vertical-nav .sf-menu .sf-sm-indicator {
		background: rgba(255,255,255,0.085);
	}

	.sf-pos-right #sf-sidebar.sf-vertical-nav .sf-menu li a {
		padding-left: 10px !important;
	}

	.sf-pos-right #sf-sidebar.sf-vertical-nav .sf-sm-indicator {
		left: auto;
		right: 0;
	}

#sf-sidebar.sf-compact  .sf-va-middle {
	display: block;
	height: auto;
	margin-top: 0px;
}

#sf-sidebar.sf-compact .sf-nav,
.sf-mobile #sf-sidebar .sf-nav,
#sf-sidebar.sf-compact .sf-logo,
.sf-mobile #sf-sidebar .sf-logo,
#sf-sidebar.sf-compact-footer .sf-social,
.sf-mobile #sf-sidebar .sf-social {
	position: static;
	display: block;
}

#sf-sidebar.sf-compact .sf-logo {
	margin-top: 30px;
	margin-bottom: 30px;
}

.sf-mobile #sf-sidebar.sf-compact-header .sf-logo img {
	max-height: 75px;
}

#sf-sidebar.sf-compact .sf-nav {
	min-height: 0px;
	height: auto;
	max-height: none;
	margin-top: 0px;
}

#sf-sidebar.sf-compact-footer .sf-social {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

#sf-sidebar.sf-compact .sf-sidebar-bg {
	min-height: 150%;
}

#sf-sidebar.sf-compact  input[type=search] {
	font-size: 16px;
}
/*}*/

#sf-sidebar .sf-sidebar-bg, #sf-sidebar .sf-social {
	background-color: #575656;
}


#sf-sidebar, .sf-sidebar-bg, #sf-sidebar .sf-nav, #sf-sidebar .sf-logo, #sf-sidebar .sf-social {
	width: 300px;
}




#sf-sidebar .sf-menu li a, #sf-sidebar .widget-area,
.sf-search-form input {
	padding-left: 28px !important;
}

#sf-sidebar.sf-compact  .sf-social li {
	text-align: left;
}

#sf-sidebar.sf-compact  .sf-social:before {
	right: auto;
	left: auto;
left: 10%;
}


#sf-sidebar:after {
	display: none !important;
}

#sf-sidebar .search-form {
	display: none !important;
}



#sf-sidebar,
.sf-sidebar-slide.sf-pos-right.sf-body-pushed #sf-mob-navbar {
	-webkit-transform: translate(-300px,0);
	-moz-transform: translate(-300px,0);
	-ms-transform: translate(-300px,0);
	-o-transform: translate(-300px,0);
	transform: translate(-300px,0);
	-webkit-transform: translate3d(-300px,0,0);
	-moz-transform: translate3d(-300px,0,0);
	-ms-transform: translate3d(-300px,0,0);
	-o-transform: translate3d(-300px,0,0);
	transform: translate3d(-300px,0,0);
}

.sf-pos-right #sf-sidebar, .sf-sidebar-slide.sf-body-pushed #sf-mob-navbar {
	-webkit-transform: translate(300px,0);
	-moz-transform: translate(300px,0);
	-ms-transform: translate(300px,0);
	-o-transform: translate(300px,0);
	transform: translate(300px,0);
	-webkit-transform: translate3d(300px,0,0);
	-moz-transform: translate3d(300px,0,0);
	-ms-transform: translate3d(300px,0,0);
	-o-transform: translate3d(300px,0,0);
	transform: translate3d(300px,0,0);
}

.sf-pos-left #sf-sidebar .sf-view-level-1 {
	left: 300px;
	width: 250px;
	-webkit-transform: translate(-250px,0);
	-moz-transform: translate(-250px,0);
	-ms-transform: translate(-250px,0);
	-o-transform: translate(-250px,0);
	transform: translate(-250px,0);
	-webkit-transform: translate3d(-250px,0,0);
	-moz-transform: translate3d(-250px,0,0);
	-ms-transform: translate3d(-250px,0,0);
	-o-transform: translate3d(-250px,0,0);
	transform: translate3d(-250px,0,0);
}

.sf-pos-right #sf-sidebar .sf-view-level-1 {
	left: auto;
	right: 300px;
	width: 250px;
	-webkit-transform: translate(250px,0);
	-moz-transform: translate(250px,0);
	-ms-transform: translate(250px,0);
	-o-transform: translate(250px,0);
	transform: translate(250px,0);
	-webkit-transform: translate3d(250px,0,0);
	-moz-transform: translate3d(250px,0,0);
	-ms-transform: translate3d(250px,0,0);
	-o-transform: translate3d(250px,0,0);
	transform: translate3d(250px,0,0);
}

.sf-pos-left #sf-sidebar .sf-view-level-2 {
	left: 550px;
	width: 250px;
	-webkit-transform: translate(-800px,0);
	-moz-transform: translate(-800px,0);
	-ms-transform: translate(-800px,0);
	-o-transform: translate(-800px,0);
	transform: translate(-800px,0);
	-webkit-transform: translate3d(-800px,0,0);
	-moz-transform: translate3d(-800px,0,0);
	-ms-transform: translate3d(-800px,0,0);
	-o-transform: translate3d(-800px,0,0);
	transform: translate3d(-800px,0,0);
}

.sf-pos-right #sf-sidebar .sf-view-level-2
{
	left: auto;
	right: 550px;
	width: 250px;
	-webkit-transform: translate(800px,0);
	-moz-transform: translate(800px,0);
	-ms-transform: translate(800px,0);
	-o-transform: translate(800px,0);
	transform: translate(800px,0);
	-webkit-transform: translate3d(800px,0,0);
	-moz-transform: translate3d(800px,0,0);
	-ms-transform: translate3d(800px,0,0);
	-o-transform: translate3d(800px,0,0);
	transform: translate3d(800px,0,0);
}

.sf-pos-left #sf-sidebar .sf-view-level-3 {
	left: 800px;
	width: 200px;
	-webkit-transform: translate(-800px,0);
	-moz-transform: translate(-800px,0);
	-ms-transform: translate(-800px,0);
	-o-transform: translate(-800px,0);
	transform: translate(-800px,0);
	-webkit-transform: translate3d(-800px,0,0);
	-moz-transform: translate3d(-800px,0,0);
	-ms-transform: translate3d(-800px,0,0);
	-o-transform: translate3d(-800px,0,0);
	transform: translate3d(-800px,0,0);
}

.sf-pos-right #sf-sidebar .sf-view-level-3 {
	left: auto;
	right: 800px;
	width: 200px;
	-webkit-transform: translate(800px,0);
	-moz-transform: translate(800px,0);
	-ms-transform: translate(800px,0);
	-o-transform: translate(800px,0);
	transform: translate(800px,0);
	-webkit-transform: translate3d(800px,0,0);
	-moz-transform: translate3d(800px,0,0);
	-ms-transform: translate3d(800px,0,0);
	-o-transform: translate3d(800px,0,0);
	transform: translate3d(800px,0,0);
}

.sf-view-pushed-1 #sf-sidebar .sf-view-level-2 {
	-webkit-transform: translate(-250px,0);
	-moz-transform: translate(-250px,0);
	-ms-transform: translate(-250px,0);
	-o-transform: translate(-250px,0);
	transform: translate(-250px,0);
	-webkit-transform: translate3d(-250px,0,0);
	-moz-transform: translate3d(-250px,0,0);
	-ms-transform: translate3d(-250px,0,0);
	-o-transform: translate3d(-250px,0,0);
	transform: translate3d(-250px,0,0);
}

.sf-pos-right.sf-view-pushed-1 #sf-sidebar .sf-view-level-2 {
	-webkit-transform: translate(250px,0);
	-moz-transform: translate(250px,0);
	-ms-transform: translate(250px,0);
	-o-transform: translate(250px,0);
	transform: translate(250px,0);
	-webkit-transform: translate3d(250px,0,0);
	-moz-transform: translate3d(250px,0,0);
	-ms-transform: translate3d(250px,0,0);
	-o-transform: translate3d(250px,0,0);
	transform: translate3d(250px,0,0);
}

.sf-view-pushed-2 #sf-sidebar .sf-view-level-3 {
	-webkit-transform: translate(-200px,0);
	-moz-transform: translate(-200px,0);
	-ms-transform: translate(-200px,0);
	-o-transform: translate(-200px,0);
	transform: translate(-200px,0);
	-webkit-transform: translate3d(-200px,0,0);
	-moz-transform: translate3d(-200px,0,0);
	-ms-transform: translate3d(-200px,0,0);
	-o-transform: translate3d(-200px,0,0);
	transform: translate3d(-200px,0,0);
}

.sf-pos-right.sf-view-pushed-2 #sf-sidebar .sf-view-level-3 {
	-webkit-transform: translate(200px,0);
	-moz-transform: translate(200px,0);
	-ms-transform: translate(200px,0);
	-o-transform: translate(200px,0);
	transform: translate(200px,0);
	-webkit-transform: translate3d(200px,0,0);
	-moz-transform: translate3d(200px,0,0);
	-ms-transform: translate3d(200px,0,0);
	-o-transform: translate3d(200px,0,0);
	transform: translate3d(200px,0,0);
}

#sf-sidebar .sf-view-level-1, #sf-sidebar ul.sf-menu-level-1 {
	background: #727071;
}



#sf-sidebar .sf-view-level-2, #sf-sidebar ul.sf-menu-level-2 {
	background: #333;
}

#sf-sidebar .sf-view-level-3, #sf-sidebar ul.sf-menu-level-3 {
	background: #9e466b;
}

#sf-sidebar .sf-menu-level-0 li, #sf-sidebar .sf-menu-level-0 li a, .sf-title h3 {
	color: #eee;
}

#sf-sidebar .sf-menu li a, #sf-sidebar .sf-search-form {
	padding: 15px 0;
	text-transform: uppercase;
}

#sf-sidebar .sf-search-form span {
	top: 19px;
}

#sf-sidebar {
	font-family: "Poppins",inherit;
}

#sf-sidebar .sf-sm-indicator {
	line-height: 20px;
}

#sf-sidebar .sf-search-form input {
	font-size: 20px;
}

#sf-sidebar .sf-menu li a {
	font-family: "Poppins",inherit;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	/*-webkit-text-stroke: 1px rgba(0,0,0,0.1);*/
	/*-moz-text-stroke: 1px rgba(238, 238, 238, 0.9);*/
	/*-ms-text-stroke: 1px rgba(0,0,0,0.1);*/
	/*text-stroke: 1px rgba(0,0,0,0.1);*/
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
#sf-sidebar .sf-rollback a {
	font-family: "Poppins",inherit;
}

#sf-sidebar .sf-menu-level-0 li > a i, .sf-title h2 {
	color: #bab2b1;
}#sf-sidebar .sf-menu-level-1 li > a i {
	 color: #5c5b5a;
 }#sf-sidebar .sf-menu-level-2 li > a i {
	  color: #aaaaaa;
  }#sf-sidebar .sf-menu-level-3 li > a i {
	   color: #aaaaaa;
   }

#sf-sidebar .sf-view-level-1 li a,
#sf-sidebar .sf-menu-level-1 li a{
	color: #fff;
	border-color: #dcd5d2;
}

#sf-sidebar:after {
	background-color: #dbd4d0;
}

#sf-sidebar .sf-view-level-2 li a,
#sf-sidebar .sf-menu-level-2 li a{
	color: #b3a97a;
	border-color: #ffffff;
}

#sf-sidebar .sf-view-level-3 li a,
#sf-sidebar .sf-menu-level-3 li a {
	color: #ffffff;
	border-color: #ffffff;
}

#sf-sidebar .sf-navicon-button {
	top: 0px;
}

.sf-mobile #sf-sidebar .sf-navicon-button {
	top: 0px;
}

.sf-body-pushed #sf-overlay, body[class*="sf-view-pushed"] #sf-overlay {
	opacity: 0.2;
}
.sf-body-pushed #sf-overlay:hover, body[class*="sf-view-pushed"] #sf-overlay:hover {
	cursor: url("http://www.oldwallsgower.com/wp-content/plugins/superfly-menu/img/close.png") 16 16,pointer;
}



#sf-sidebar .sf-menu li:after {
	content: '';
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.08);
	margin: 0 auto;
}

#sf-sidebar .sf-menu li:last-child:after {
	display: none;
}


#sf-sidebar .sf-navicon,
#sf-sidebar .sf-navicon:after,
#sf-sidebar .sf-navicon:before,
#sf-sidebar .sf-label-metro .sf-navicon-button,
#sf-mob-navbar {
	background-color: #000000;
}

#sf-sidebar .sf-label-square .sf-navicon-button,
#sf-sidebar .sf-label-rsquare .sf-navicon-button,
#sf-sidebar .sf-label-circle .sf-navicon-button {
	color: #000000;
}


#sf-sidebar [class*="sf-icon-"] {
	color: #aaaaaa;
}

#sf-sidebar .sf-social li {
	border-color: #aaaaaa;
}

body #sf-sidebar .sf-social li:hover {
	background-color: #aaaaaa;
	color: #dbd4d0;
}

#sf-sidebar .sf-search-form {
	background-color: rgba(255, 255, 255, 0.05);
}

@font-face {
	font-family: 'sf-icomoon';
	src:url('http://www.oldwallsgower.com/wp-content/plugins/superfly-menu/img/fonts/icomoon.eot?wehgh4');
	src: url('http://www.oldwallsgower.com/wp-content/plugins/superfly-menu/img/fonts/icomoon.svg?wehgh4#icomoon') format('svg'),
	url('http://www.oldwallsgower.com/wp-content/plugins/superfly-menu/img/fonts/icomoon.eot?#iefixwehgh4') format('embedded-opentype'),
	url('http://www.oldwallsgower.com/wp-content/plugins/superfly-menu/img/fonts/icomoon.woff?wehgh4') format('woff'),
	url('http://www.oldwallsgower.com/wp-content/plugins/superfly-menu/img/fonts/icomoon.ttf?wehgh4') format('truetype');
	font-weight: normal;
	font-style: normal;
}

	#sf-sidebar li:hover span[class*='fa-'] {
		opacity: 1 !important;
	}