/*-----------------------------------------------
/* @media queries 
/*---------------------------------------------*/
#page, .container { max-width:  }
.secondary-navigation, footer { display: block; }
/*-[ Responsive Navigation ]--------------------------------*/
#mobile-menu-wrapper {
    -ms-transform: translate(-300px,0);
    -webkit-transform: translate(-300px,0);
    transform: translate(-300px,0);
}
.mobile-menu, .mobile-menu #navigation .menu-icon-item { display: none }
@media screen and (max-width:1300px) { 
	.shareit {
	    position: relative!important;
	    width: 100%!important;
	    top: 0!important;
	    padding-left: 0!important;
	    padding-right: 0!important;
	    margin: 0!important;
	    padding-top: 10px!important;
	    border: none !important;
	}
}
@media screen and (max-width:1124px) { 
	.mobile-menu .container { max-width: 100%; }
	.container { max-width: 96% }
	.sticky-nav {
	    width: 96%;
	    left: 2%;
	    right: 2%;
	}
	#move-to-top {
	    margin-right: 0;
	    right: 2%;
	}
}
@media screen and (max-width:960px) { 
	.ad-300 img { max-width: 100% }
	.ad-125 img {
	    padding: 0;
	    border: 0;
	}
	.widgets-num-4 .f-widget {
	   
	}
	.widgets-num-4 .f-widget-3 { margin-right: 0 }
}
@media screen and (max-width:865px) { 
	.mobile-menu { display: block }
	#catcher { height: 0!important }
	.home-menu-item, #mobile-menu-wrapper .header-search .fa-search, #mobile-menu-wrapper .mts-cart { display: none !important }
	.header-search .fa-search {
	    width: 42px;
	    line-height: 42px;
	}
	.header-search #s { padding: 9px }
	.header-search #s.active { top: 42px }
	.header-search #s, .header-search .ajax-search-results-container {
	    width: 100%;
	    max-width: 100%;
	}
	.header-search .ajax-search-results-container { top: 84px }
	.mts-cart {
	    text-align: center!important;
	    float: left;
	    display: block;
	    line-height: 1;
	    padding: 20px;
	    color: initial;
	    z-index: 0;
	}
	.mts-cart a { color: inherit!important }
	/* Menu */
	#mobile-menu-wrapper {
	    display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 300px;
	    height: 100%;
	    background: #444;
	    -ms-transform: translate(-300px,0);
	    -webkit-transform: translate(-300px,0);
	    transform: translate(-300px,0);
	    -webkit-transition: -webkit-transform 500ms ease;
	    transition: transform 500ms ease;
	    -webkit-backface-visibility: hidden;
	}
	.admin-bar #mobile-menu-wrapper {
	    top: 32px;
	    padding-bottom: 32px;
	}
	#mobile-menu-wrapper .mobile-menu {
	    display: block;
	    position: relative;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    text-transform: uppercase;
	}
	/* Menu transition */
	.mobile-menu-active #mobile-menu-wrapper {
	    -ms-transform: translate(0,0);
	    -webkit-transform: translate(0,0);
	    transform: translate(0,0);
	}
	.mobile-menu-active .main-container-wrap {
	    -ms-transform: translate(300px,0);
	    -webkit-transform: translate(300px,0);
	    transform: translate(300px,0);
	}
	.main-container-wrap {
	    -webkit-transition: -webkit-transform 500ms ease;
	    -moz-transition: -moz-transform 500ms ease;
	    -o-transition: -o-transform 500ms ease;
	    transition: transform 500ms ease;
	}
	/* .... */
	#mobile-menu-wrapper .menu {
	    background: none;
	    display: block;
	}
	#mobile-menu-wrapper ul li {
	    width: 100%;
	    display: block;
	}
	#mobile-menu-wrapper nav ul.social-links { width: 100% }
	#mobile-menu-wrapper nav ul.social-links li {
	    display: inline-block;
	    width: 16.66% !important;
	    border-left: 0px none !important;
	}
	#mobile-menu-wrapper nav ul.social-links li a {
	    text-align: center !important;
	    line-height: 40px;
	    padding: 0;
	    border-right: 1px solid rgba(0, 0, 0, 0.2)!important;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
	}
	#mobile-menu-wrapper #navigation ul li:hover, #mobile-menu-wrapper #navigation ul li:hover a { background: none }
	#mobile-menu-wrapper ul li a, #mobile-menu-wrapper #navigation ul ul a {
	    padding: 9px 20px;
	    width: 100%;
	    border: none;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#mobile-menu-wrapper #navigation ul ul {
	    display: block;
	    position: static;
	    width: 100%;
	    border: none;
	}
	#mobile-menu-wrapper #navigation ul ul li {
	    background: none;
	    width: 100%;
	}
	#mobile-menu-wrapper ul a:after { content: "" !important }
	.primary-navigation, .secondary-navigation {
	    border: none !important;
	    background: transparent;
	}
	.primary-navigation, .secondary-navigation, .mts-cart {
	  
	    position: relative!important;
	    left: 0;
	    right: 0;
	}
	#navigation .menu a {
	   
	}
	#navigation .menu {
	    float: none;
	    background: transparent;
	}
	#navigation ul ul {
	    display: block!important;
	    visibility: visible!important;
	    opacity: 1!important;
	    position: relative;
	    left: 0!important;
	    border: 0;
	    width: 100%;
	}
	#navigation ul li li {
	    background: transparent;
	    border: 0;
	}
	nav { height: auto }
	.main-container-wrap nav ul {
	    width: 100%;
	    display: none;
	    height: auto;
	}
	nav li, #navigation ul li li {
	  
	    float: left;
	    position: relative;
	}
	#navigation ul li:after { display: none }
	#mobile-menu-wrapper ul li a:hover { background: transparent }
	#navigation ul li:before { display: none }
	nav li a {
	  
	}
	nav a {
	   
	}
	nav a.toggle-mobile-menu {
	    display: block;
	    width: 100%;
	    position: relative;
	    color: #fff;
	    background: #444;
	    padding: 10px 0;
	    text-align: center;
	    z-index: 1;
	}
	.mobile-menu #navigation a.toggle-mobile-menu { border-bottom: 1px solid rgba(0, 0, 0, 0.2) }
	nav a.toggle-mobile-menu:after {
	    font-family: FontAwesome;
	    content: "\f0c9";
	    position: absolute;
	    left: 20px;
	    top: 0;
	    font-size: 21px;
	    line-height: 42px;
	}
}
@media screen and (max-width:830px) { 
	.article { }
	#content_box {
	    padding-right: 0px;
	    padding-left: 0px!important;
	}
	.sidebar.c-4-12 {
	  
}
	.featured-section-2-full-width-2 .featured-section-2-2 .post-box { width: 50%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-box { width: 100%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-img, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data { width: 50%!important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data { padding-bottom: 25.64% }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-box { margin-bottom: 10px !important }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data { float: right }
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data-container { margin: 15% 20px !important }
}
@media screen and (min-width: 424px) and (max-width: 830px) { 
	.featured-section-2-full-width-1 .featured-section-2-1 .post-data:after, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small.image-bottom .post-data:after {
	    border-width: 10px 14px 10px 0;
	    border-color: transparent #444;
	    margin-top: -10px;
	    left: -14px;
	    /*top: 45px;*/
	    top: 25%;
	    bottom: auto;
	}
}
@media screen and (max-width:782px) { 
	.admin-bar #mobile-menu-wrapper {
	    top: 46px;
	    padding-bottom: 46px;
	}
	.admin-bar .pace .pace-progress { top: 46px }
	html .mobile-menu-active #wpadminbar { left: 300px!important }
}
@media screen and (max-width:776px) { 
	#header h1, #header h2, .site-description {
	    float: none;
	    text-align: center;
	    width: 100%;
	    max-width: 100%;
	    padding: 0;
	}
	#header h1, #header h2 { font-size: 40px }
	.site-description { margin-top: 0 }
	#logo a, #logo img {
	    float: none;
	    letter-spacing: 0;
	}
	.logo-wrap, .widget-header {
	 
	}
	.widget-header form#searchform { float: none; margin: 10px auto 0;}
	#header .ad-728 { margin-top: 5% }
}
@media screen and (max-width:720px) { 
	.secondary-navigation a {
	  
	}
	.f-widget, .widgets-num-4 .f-widget {
	   
	}
	.f-widget-2 { margin-right: 0 !important }
	.f-widget-3 { clear: left; }
	#comments { margin-right: 0 }
	.widget-header .textwidget {
	    margin-top: 0;
	    padding-left: 0;
	    border-left: none;
	}
	.featured-section-1-full-width-2 .featured-section-1-2 .slider-container, .featured-section-1-full-width-2 .featured-section-1-2 .static-posts { width: 100% }
	.featured-section-1-full-width-2 .featured-section-1-2 .post-box { width: 50% }
}
@media screen and (max-width:600px) { 
	.post-img img { width: 100% }
	.admin-bar .pace .pace-progress { top: 0px }
	.admin-bar #mobile-menu-wrapper {
	    top: 0;
	    padding-bottom: 0;
	}
	.singleleft, .post-single-content-inner { width: 100% }
	.singleleft .related-posts li { width: 48% }
	.singleleft .related-posts li:nth-child(even) { float: right }
	.singleleft .rthumb img { margin-right: 10px }
	/*dark checker slider*/
	.featured-section-1-full-width-1 .featured-section-1-1 .slider-container, .featured-section-1-full-width-1 .featured-section-1-1 .static-posts { width: 100% }
	.featured-section-1-full-width-1 .featured-section-1-1 .static-posts .post-box.image-bottom { float: right !important }
	.featured-section-1-full-width-1 .featured-section-1-1 { margin-top: -40.68% }
	#header-bottom-spacer { padding-bottom: 40.68% }
	.slider1 .post-data-container, .featured-section-1-full-width-1 .featured-section-1-1 .post-data-container { margin: 15% 20px }
}
/*dark checker small*/
@media screen and (max-width:560px) { 
	#content_box .dark .post-box, .featured-section-2-1 .post-box { width: 100%!important }
	#content_box .dark .vertical-small .post-img, #content_box .featured-section-2-1 .post-img, #content_box .dark .vertical-small .post-data, #content_box .featured-section-2-1  .post-data { width: 50%!important }
	#content_box .dark .post-data, #content_box .featured-section-2-1 .post-data { padding-bottom: 46.15% }
	#content_box .dark .post-box, #content_box .featured-section-2-1 .post-box { margin-bottom: 10px !important }
	#content_box .dark .post-data, #content_box .featured-section-2-1 .post-data { float: right }
	#content_box .dark .post-data:after, #content_box .featured-section-2-1 .post-data:after {
	    border-width: 10px 14px 10px 0;
	    border-color: transparent #444;
	    margin-top: -10px;
	    left: -14px;
	    top: 25%;
	    bottom: auto;
	}
	.dark .post-data-container { margin: 15% 20px !important }
}
@media screen and (max-width:550px) { 
	.sbutton { float: right }
	.f-widget, .widgets-num-4 .f-widget {
	   
	}
}
@media screen and (max-width:480px) { 
	nav { border-bottom: 0 }
	#navigation {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.secondary-navigation {
	   
	}
	.sliderdate { display: none; }
	.vertical .post-img, .vertical .post-data { width: 100%; }
	.related-posts li {
	    width: 100%!important;
	    float: left!important;
	    max-width: 100%;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	    width: 100%;
	    margin-right: 0;
	}
	.copyrights { text-align: center }
	#copyright-note > span { width: 100% }
	#copyright-note .right {
	    margin-right: 0;
	    float: none;
	}
	.top { width: 100% }
	#cancel-comment-reply-link {
	    margin-bottom: 0;
	    margin-top: -43px;
	}
	ul.fs-category-filter {
	    width: 100%;
	    text-align: center;
	}
	.fs-pagination { text-align: center }
	ul.fs-category-filter li {
	    float: none;
	    display: inline-block;
	    margin-bottom: 1px;
	}
	.fs-pagination { width: 100% }
	.fs-pagination a {
	    float: none;
	    display: inline-block;
	}
	#featured-section-2 .featured-section-title, .featured-section-title {
	    text-align: center;
	    width: 100%;
	}
}
@media screen and (max-width:423px) { 
	.horizontal .post-data:after {
	    border-width: 0 10px 14px !important;
	    border-color: #FFFFFF transparent !important;
	    top: -14px;
	    left: 29px !important;
	    margin-top: 0;
	}
	.horizontal .post-img, .horizontal .post-data, .slider-like .post-box, .mixed.post-box, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-img, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data, .featured-section-2-full-width-2 .featured-section-2-2 .post-box, .featured-section-1-full-width-2 .featured-section-1-2 .post-box { width: 100%!important }
	.horizontal .post-data, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data, .mixed.vertical-small .post-data {
	    height: auto !important;
	    padding: 0 !important;
	}
	.horizontal .post-data-container, .featured-section-2-full-width-1 .featured-section-2-1 .vertical-small .post-data-container, .mixed.vertical-small .post-data-container { position: relative }
	.flex-direction-nav { display: none; }
}


@media only screen and (min-width: 768px) and (max-width: 939px) { 
.logo-left{
width:26%;
}
.main-container-wrap nav ul{
display:block;
}
.secondary-navigation #navigation #menu-main-menu li a{
font-size:15px;
padding:20px 6px;
}
.homepage-text p br{
display:none;
}
.homepage-text p{
font-size:22px;
line-height:28px;
width:96%;
margin:auto;
}
.home-slider-bottom-text .homepage-text{
padding:32px 0 42px;
}
.home-read-more-link{
top:141px;
}
.home-sidebar-l, .home-sidebar-m {
    float: left;
    margin-right: 25px;
}
.home-sidebar-l, .home-sidebar-m, .home-sidebar-r {
    width: 31%;
}
.bne-testimonial-description{
padding:18px 15px 22px;
}
.bne-testimonial-description p{ 
font-size: 19px;
    line-height: 27px;
}
.home-sidebar-r iframe {
    height: 202px !important;
}
.home-content-full {
    padding: 76px 0 20px;
}
.widgets-num-4 .f-widget {
    margin-right: 3%;
}
.f-widget.f-widget-1 {
    width: 25%;
}
.f-widget.f-widget-3 {
    width: 15%;
}
.f-widget.f-widget-2 {
    margin-right: 7%;
}
.bne-testimonial-slider.bne-flexslider .flex-direction-nav .flex-prev{
left:46px;
}
.bne-testimonial-slider.bne-flexslider .flex-direction-nav .flex-next{
right:46px;
}
.services-page-top-tabs-inner a.prev{
left:-12px;
}
.services-page-top-tabs-inner a.next{
right:-12px;
}
.services-tabs-content p{
 font-size: 19px;
    line-height: 24px;
}
.services-content-l{
width:37%;
}
.bridal-content-top p{
font-size: 20px;
    line-height: 24px;
}
.bridal-cats-l{
width:37%;
}
.bridale-gallery-full {
    margin: 0 0 55px;
}
.bridal-cats{
padding:30px 28px 16px;
}
.article{
width:64%;
}
.sidebar.c-4-12{
width:250px;
}
.staff-members-r{
width:61%;
}
.staff-members-l{
width:34%;
}
.staff-icons ul li{
margin-right:6px;
}
.staff-memeber-inn h4{
font-size:21px;
line-height:22px;
}
.staff-memeber-inn .staff-content p{
font-size:17px;
line-height:21px;
}
.staff-memeber-inn{
padding:25px 26px;
}
.single-gallery-titles h6{
font-size:16px;
}
.events-calendar-full table tr.event-table-heading th{
font-size:13px;
padding:15px 16px;
}
.events-content-r{
width:72%;
}
.events-content p{
 font-size: 16px;
    line-height: 21px;
}
.events-calendar-full table tr td{
font-size:16px;
padding:10px 11px;
}
.upcoming-events-inner{
padding:26px 26px 8px;
}
.events-page-title h3{
font-size:23px;
line-height:23px;
margin:0 0 11px;
}
.upcoming-events-inner ul li {
    margin: 0 0 32px;
}
.special-page-images .one_half{
margin-right:36px;
}
.special-page-images .one_half img{
width:100%;
}
.blog-post-content .post-excerpt{
 font-size: 17px;
    line-height: 21px;
}
h2.blog-post-title{
font-size:23px;
line-height:23px;
}
.blog-page-full #latest-posts article{
padding-bottom:25px;
}
.post-box.vertical{
margin-bottom:25px;
}
.blog-page-full{
padding-bottom:20px;
}
.blgo-single-page-img {
    margin: 22px 0 18px;
}
.blog-single-left-social-icons{
left:0;
top:68px;
}
h5.single-post-author{
font-size:17px;
}
.single-post-comments-r{
width:76%;
}
.single-post-comments-r .commentmetadata p{
font-size:16px;
}
.contact-page{
width:59%;
}
.contact-page-details{
padding: 40px 32px 20px;
    width: 40%;
}
.contact-form-inner h3{
font-size:18px;
}
.contact-map-full {
    padding: 48px 0 45px;
}
.contact-form-r{
width:57%;
}
.contact-form-l{
width:40%;
}
.contact-form-captcha-l{
width:70%;
}
.contact-form-captcha-l input.wpcf7-captchar{
width:55%;
}
.contact-bottom-list-m ul li, .contact-bottom-list-r ul li{
font-size:16px;
}
.contact-bottom-list-m {
    margin: 0 40px 0 47px;
    width: 35%;
}
.contact-bottom-list-r{
width:32%;
}
.contact-page-bottom {
    padding: 44px 0 42px;
}
.services-text{
width:66%;
}
}


@media only screen and (max-width:767px) {
.logo-left {
    float: none;
    margin-top: 0px;
    width: 100%;
    text-align: center;
}
.logo-wrap {
    float: none;
    margin: 23px 0 15px;
    text-align: center;
}
.logo-right {
    float: none;
    text-align: center;
    width: 200px;
    margin: auto;
}
.logo-right ul li{
text-align:center;
}
.logo-right #text-4 h3{
text-align:center;
}
.logo-right #text-4 {
    margin: 22px 0 0;
}
.header-left {
    float: none;
}
.home .header-menu-full{
position:relative;
top:0;
}
.header-rit {
    float: none;
      margin: 11px 0 12px;
    padding: 14px 0 8px;
    width: 100%;
	background:#1e1e1e;
}
.header-rit ul{
width:105px;
margin:auto;
}
.show_mobile{
display:block;
}
.header-menu-inner{
border:none;
background:none;
}
#navigation{
float:none;
}
.secondary-navigation #navigation .show_mobile a{
background:url(../images/mobile-menu-icon.png) no-repeat 97% center #ce352f;
 color: #ffffff;
    display: block;
    font-family: 'bariol_boldbold';
    font-size: 19px;
    line-height: 20px;
    padding: 11px 12px;
    text-transform: uppercase;
}
.secondary-navigation #navigation #menu-main-menu{
padding:10px 0;
background:#1e1e1e;
}
#navigation ul li{
width:100%;
}
.secondary-navigation #navigation #menu-main-menu li a{
border:none;
padding:12px 13px;
}
#navigation .menu a:hover, #navigation .menu .current-menu-item > a{
background:none;
}
.home .header-inner {
    padding-bottom: 25px;
}
.header-inner{
padding:25px 0;
}
.homepage-text p{
width:96%;
margin:auto;
line-height:28px;
font-size:22px;
}
.homepage-text p br{
display:none;
}
.home-slider-bottom-text .homepage-text{
padding:20px 0 35px;
}
.home-read-more-link{
position:relative;
margin:22px 0 0;
}
.home-sidebar-l, .home-sidebar-m {
    float: none;
    margin: auto auto 44px;
}
.home-sidebar-r{
float:none;
margin:53px auto auto;
}
.home-sidebar-r iframe {
    height: 224px !important;
}
.home-content-full {
    padding: 30px 0 22px;
}
.f-widget{
float:none;
}
.widgets-num-4 .f-widget{
margin:auto auto 22px;
}
.f-widget.f-widget-1 {
    width: 100%;
    text-align: center;
}
.footer-menu-inn ul {
    float: none;
    width: 100%;
}
.footer-menu-inn ul li{
margin:0 0 6px;
}
.f-widget.f-widget-2 {
    margin: auto auto 22px !important;
}
.f-widget.f-widget-3 {
    width: 105px;
}
.f-widget.f-widget-4 {
    float: none;
    margin: auto !important;
}
.footer-top-full{
padding:26px 0 25px;
}
#copyright-note > span {
    width: 100%;
    float: none;
    text-align: center;
}
.ui-tabs .ui-tabs-nav li{
  margin-left: 60px;
    margin-right: 20px;
}
.services-page-top-tabs-inner a.prev{
left:20px;
}
.services-page-top-tabs-inner a.next{
right:50px;
}
.services-page-top-tabs{
padding:15px 0 6px;
}
.ui-tabs .ui-tabs-nav li a h4{
font-size:15px;
padding:10px 0;
width:150px;
}
.services-tabs-content {
    padding: 28px 0 0;
}
.services-tabs-content h3{
font-size:28px;
line-height:28px;
margin:0 0 10px
}
.services-tabs-content p{
font-size:19px;
line-height:24px;
}
.services-tabs-content .services-tabs-content-inn{
 margin-top: 25px;
    padding: 12px 10px 10px;
}
.services-content-l{
width:100%;
}
.services-content-r {
    float: left;
    margin-top: 26px;
    width: 100%;
}
.services-content-main ul li{
 font-size: 15px;
    margin: 0 0 6px;
}
.services-content-main {
    margin: 0 0 30px;
}
.services-content-main h5{
font-size:22px;
line-height:23px;
}
.page-title{
font-size:30px;
line-height:30px;
}
.page-caption-bg {
    background: none;
    padding: 13px 0 20px;
}
.birdal-content-full {
    padding: 25px 0 0;
}
.bridal-content-top p{
font-size: 18px;
    line-height: 22px;
}
.bridal-content-top {
    padding: 0 0 3px;
}
.bridal-cats-l{
width:100%;
}
.bridal-cats-r {
    float: left;
    margin-top: 26px;
    width: 100%;
}
.bridal-post-detail-inner h6{
font-size:14px;
}
.bridal-cat-title h5{
font-size:22px;
line-height:22px;
}
.bridal-post-cat {
    margin: 0 0 30px;
}
.bridal-cats{
padding:12px 10px;
}
.bridal-gallery-inner{
padding:15px 10px 10px;
}
.bridale-gallery-full {
    margin: 0 0 25px;
}
.article {
    float: none;
    width: 100%;
}
.staff-memeber-inn{
padding:20px 10px 10px;
}
.staff-members-l{
width:100%;
}
.staff-members-l img{
width:100%;
}
.staff-icons{
margin-bottom:10px;
}
.staff-members-r {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.staff-memeber-inn h4{
font-size:22px;
line-height:22px;
}
.staff-memeber-inn .staff-content p{
font-size:16px;
line-height:22px;
}
.sidebar.c-4-12{
float:none;
margin:auto;
}
.staff-page-full{
padding-top:30px;
}
.gallery-post-inn .gallery-images{
padding:12px 10px 14px;
}
.gallery-post-inn.one_half{
margin-bottom: 20px;
    margin-right: 14px;
    width: 47%;
}
.gallery-post-inn .gallery-images .gallery-title h4{
font-size:16px;
margin:10px 0 0;
}
.gallery-page-full {
    padding: 27px 0 30px;
}
.single-gallery-images .gallery-images{
padding:13px 10px;
}
.one_half.single-gallery-images {
    margin-bottom: 20px;
    margin-right: 14px;
    width: 47%;
}
.single-gallery-titles h5{
font-size:19px;
}
.single-gallery-titles h6{
font-size:15px;
margin:1px 0 0;
}
.single-gallery-titles {
    margin: 0 0 20px;
}
.gallery-slideshow-view #galleryslider{
padding:13px 10px 30px;
}
.single-gallery .sidebar.c-4-12{
padding:20px 0 0;
}
.events-calendar-full table tr td span{
width:30px;
height:30px;
padding:3px 0;
}
.events-calendar-full table tr td.has-event a{
width:30px;
height:30px;
padding:3px 0;
}
.events-calendar-full table tr td{
font-size:14px;
padding:8px 5px;
}
.events-calendar-full table tr.event-table-heading th{
font-size:12px;
padding:12px 8px;
}
.events-calendar-full .month-nav{
padding:10px 18px;
}
.month-nav .li2{
font-size:22px;
}
.events-page-content-full {
    padding: 30px 0 25px;
}
.events-calendar-full {
    padding: 0 0 30px;
}
.past-events-full h1, .upcoming-events-full h1{
font-size:22px;
line-height:22px;
}
.upcoming-events-inner{
padding:20px 10px 5px;
}
.events-page-title h3{
font-size:20px;
line-height:20px;
margin:0 0 10px;
}
.events-content p{
font-size:17px;
}
.upcoming-events-inner ul li {
    margin: 0 0 25px;
}
.past-events-inner ul li{
margin-bottom: 16px;
    padding-bottom: 10px;
}
.events-content-r {
    float: left;
    margin-left: 10px;
    width: 57%;
}
.special-page-images .one_half {
    margin-right: 9px;
    width: 48%;
}
.page-content-full {
    padding: 25px 0 20px;
}
.bne-testimonial-description{
padding:22px 20px 30px;
}
.bne-testimonial-description p{
font-size:22px;
line-height:28px;
}
.special-page-images {
    margin: 0 0 10px;
}
.blog-page-full {
    padding: 25px 0;
}
h2.blog-post-title{
font-size:22px;
line-height:22px;
margin:0 0 9px;
}
.blog-post-content .post-excerpt{
font-size:17px;
line-height:21px;
}
.blog-page-full #latest-posts article{
padding-bottom:22px;
}
.post-box.vertical {
    margin-bottom: 20px;
}
.blog-single-page-full {
    padding: 25px 0 30px;
}
.blgo-single-page-img {
    margin: 18px 0 10px;
}
.blog-single-left-social-icons{
left: 0;
    position: relative;
    top: 6px;
    width: 65px;
    z-index: 9999;
}
.single-page-content p{
font-size:17px;
line-height:22px;
}
.single-page-content .single-blog-content{
  margin-bottom: 26px;
    padding-bottom: 26px;
}
h5.single-post-author{
font-size:16px;
}
h6.single-post-comment-date{
font-size:13px;
}
.single-post-comments-r{
width:67%;
}
.single-post-comments-r .commentmetadata p{
font-size:15px;
line-height:20px;
}
#commentsAdd{
 margin: 10px 0 0;
    padding: 26px 0 0;
}
#respond h4{
margin:0 0 20px;
}
#commentsAdd input#author, #commentsAdd input#email, #commentsAdd input#url, #commentsAdd input[type="text"]{
width:100%;
}
#commentform textarea{
width:100%;
height:80px;
}
h3.single-event-title{
font-size:20px;
line-height:22px;
}
.single-page-content p{
font-size:17px;
line-height:21px;
}
.contact-map-full {
    padding: 28px 0 30px;
}
.contact-page{
width:100%;
}
.contact-page iframe{
height:auto;
}
.contact-page-details {
    float: left;
    padding: 12px 10px;
    width: 100%;
}
.contact-form-inner h3{
font-size:18px;
line-height:24px;
margin:0 0 15px;
}
.contact-form-l{
width:100%;
}
.contact-form-r {
    float: left;
    width: 100%;
}
.wpcf7-form textarea {
    height: 80px;
}
.contact-form-captcha-l{
width:58%;
}
.contact-form-captcha-l input.wpcf7-captchar{
width:51%;
}
.contact-form-inner{
padding-bottom:20px;
}
.contact-bottom-list-m {
    float: left;
    margin: 22px 0 18px;
    width: 100%;
}
.contact-bottom-list-r{
width:100%;
}
.contact-page-bottom {
    padding: 25px 0;
}
.spa-services-bottom1{
width:41%;
}
.services-text1{
width:36%;
}
.services-text{
width:62%;
}
.services-text.spa-services-left{
width:61%;
}
}