/****************************************************************** 
Theme Name: Vintage Gathering
Theme URI: http://www.portaltechnologies.uk 
Description: 
Author: Portal Technologies
Author URI: http://www.portaltechnologies.uk 
Version: 4.0 
******************************************************************/

/*

purple : #86B9BA
black : #7A7A7A

*/

.mobmenu .headertext {
	display: none !important;
}
body,
html {
	font-size: 0.98rem;
	color: #7A7A7A;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: 'Zilla Slab', Arial, Sans-serif;
	background: transparent;
}
a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}
.full-width {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0;
	padding-right: 0;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.6rem;
}
h3 {
	font-size: 1.4rem;
}
h4 {
	font-size: 1.2rem;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Zilla Slab', Arial, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #86B9BA;
	margin: 25px 0;
    padding:0;
	text-transform: none;
}

h1{margin:0 0 25px 0;}

h1 a,
h2 a,
h3 a,
h4 a {
	color: #7A7A7A;
}
p {
	line-height: 1.4;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a:link,
a:visited {
	text-decoration: none;
	color: #7A7A7A;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.the-button {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.the-button:link,
a.the-button:visited,
.the-button,
.the-banner a:link,
.the-banner a:visited
{
	color: #fff ;
	background: #86B9BA ;
   
	border: 2px solid #fff;

	padding: 10px 18px;
	font-weight: normal ;
	
	cursor: pointer;
	font-family: 'Zilla Slab', Arial, sans-serif ;
}



.the-testimonial-slider a.the-button:link,
.the-testimonial-slider a.the-button:visited{color:#fff; font-size: 1rem;}


a.the-button:hover,
a.the-button:active,
.the-button:hover,
.the-banner a:hover,
.the-banner a:active{
	background: #f4f4f4;
	color: #86B9BA;
	cursor: pointer;
}

.the-testimonial-slider a.the-button:hover,
.the-testimonial-slider a.the-button:active{color:#86B9BA;}

.off-canvas-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*/
//////////////////////////////////////////////////////////
/*/

section {
	padding-top: 40px;
	padding-bottom: 40px;
	background: transparent;
}
section.the-slider{
	padding-top: 0px;
	padding-bottom: 0px;
}

section.page-content {
	background: #fff;
}
section.the-footer {
	background: #505050;
    padding-top: 30px;
	padding-bottom: 30px;
}

section.the-banner {
	background: #86B9BA;
}
section.the-page-row .section-opacity {
	padding-top: 40px;
	padding-bottom: 40px;
}
section.the-testimonial-slider {
   
	background: url('assets/images/testimonials-bg.jpg') top center no-repeat;
	background-size: cover;
	color: #fff;
}

section.services-small {background:url('/wp-content/uploads/2019/07/white-bg.jpg') center center no-repeat; 
background-size:cover;}

section.the-instagram {background:#fafafa; text-align:center;}

/* /////////////////////////////////////////////////////////////*/

section.the-header {
    background:#fff;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
    margin:0;
    height:130px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.the-title img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:185px;
	z-index: 999;
}


.contact-social {
	width: 100%;
}
.social {
	display: block;
	margin: 0;
}
.social-links {
	margin-left: 4px;
	z-index: 9999;
}
.social-links a {
	color: #999;
	z-index: 9999;
}
.social-links {
	z-index: 9999;
}
.social-links .fa {
	font-size: 0.98rem;
	color: #fff;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	border-radius: 60px;
	background: #555;
	width: 25px;
	height: 25px;
	padding: 5px;
}
.social-links .fa:hover {
	background: #7A7A7A;
}
.social-links .fa-facebook {
	background: #3b5998;
}
.social-links .fa-twitter {
	background: #55acee;
}
.social-links .fa-instagram {
	background: #e95950;
}
.social-links .fa-youtube {
	background: #ff0000;
}
.social-links .fa-google-plus {
	background: #dd4b39;
}
.social-links .fa-pinterest {
	background: #cb2027
}

.social-links .fa {
	color: #fff;
}
/* ////////////////////////////////////////////////////////////
/*/

section.page-header {
	padding: 150px 0 60px 0;
	overflow: hidden;
	background: #f4f4f4 url('assets/images/wedding-flowers-header-bg.jpg') top center;
    background-size:cover;
    position: relative;
	
}
.section-opacity {
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 9999;
}
.page-header h1 {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	color: #fff;
	font-size: 2.8rem;
	text-align: center;
	font-family: 'Zilla Slab', Times, serif;
	border-bottom: 0;
	z-index: 9;
}


.parallax-window {
	position: relative;
	min-height: 100px;
	background: transparent;
	padding-top: 0;
	padding-bottom: 0;
}
.basic-window {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* ////////////////////////////////////////////////////////////
/*/

.breadcrumbs {
    display:inline;
	padding: 0;
	margin: 0 auto;
	line-height: 42px;
	max-width: 100%;
	color: #fff;
	text-align: center;
}
.breadcrumbs,
.breadcrumbs a:link,
.breadcrumbs a:visited {
	color: #fff;
}

/*
/////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////
*/

.the-menu {
	position: relative;
	
    margin:0;
    padding:0;
	width: 100%;
	z-index: 9999999999999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.the-left-menu {
text-align: left;
     margin:40px 0 0 0;
    padding:0;
}
.the-right-menu {
	text-align: right;
    
     margin:40px 0 0 0;
    padding:0;
}

.the-menu ul {
	display: inline-block;
	width: 100%;
	position: relative;
	
	z-index: 9999999999999;
	padding: 12px 0;
	margin: 0 ;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.the-menu ul li {
	position: relative;
	display: inline;
	z-index: 9999999999999;
}

.the-left-menu ul li a{
	
text-align: left;
}

.the-right-menu ul li a{
	text-align: right;
}


.the-menu ul li a:link,
.the-menu ul li a:visited {
	font-size: 1.1rem;
	padding: 0 ;
	padding: 10px;
	color: #7A7A7A;
	/*text-shadow: 1px 1px #111;*/
	font-weight: 400;
  
}
.the-menu ul li a:hover,
.the-menu ul li a:active {
  
	color:#86B9BA;
}
.the-menu ul li ul {
	display: none;
	position: absolute;
	width: 220px;
	background: #f4f4f4;
	z-index: 9999999999999;
	padding: 0;
	margin: 0;
	top: 34px;
	left: 0;
	border-bottom: 1px solid #86B9BA;
}
.the-menu ul li ul li {
	width: 100%;
}
.the-menu ul li ul li + li::before {
	content: "";
}
.the-menu ul li ul li a:link,
.the-menu ul li ul li a:visited {
	width: 220px;
	display: block;
	padding: 12px 17px;
	margin: 0;
	text-align: left;
	color: #86B9BA;
	border-bottom: 1px solid #fff;
}
.the-menu ul li ul li a:hover,
.the-menu ul li ul li a:active,
.the-menu ul li ul li.active a,
.menu .active>a {
	color: #86B9BA;
	background: #f4f4f4;
	border-bottom: 1px solid #86B9BA;
}
.the-menu ul li ul.fallback {
	display: none;
}
.the-menu ul li:hover ul.fallback {
	display: block;
}
/* /////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////*/

h1.page-title {text-align:center; margin-top:0;}

.page-template-default .the-page-row a:link,
.page-template-default .the-page-row a:visited {
	text-decoration: underline;
}
.page-template-default .the-page-row a:hover,
.page-template-default .the-page-row a:active {
	opacity: 0.5;
}
.page-template-default .light-text a:link,
.page-template-default .light-text a:visited {
	color: #fff;
}
.row-title-left {
	text-align: left;
	margin-left: 15px;
}
.row-title-center {
	text-align: center;
}
.row-title-right {
	text-align: right;
}
.row-title-black {
	color: #7A7A7A;
}
.row-title-white {
	color: #ffffff;
}
.row-title-green {
	color: #86B9BA;
}
.row-title-grey {
	color: #666666;
}
.the-page-row p {
	line-height: 1.6;
}

.the-page-row img, .page-content img {
    
	  position:relative;
   border:1px solid #EAEAEA !important;
 
  padding: 8px;
    border-radius:0px;
}
.black-section {
	color: #f4f4f4;
}
.green-section {
	background: #86B9BA;
	color: #fff;
}
.grey-section {
    background: #f4f4f4;
	color: #666666;
}
.left-text {
	width: 50%;
	float: left;
}
.right-text {
	width: 50%;
	float: right;
}
.green-section h1,
.green-section h2,
.green-section h3,
.green-section h4,
.black-section h1,
.black-section h2,
.black-section h3,
.black-section h4,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4 {
	color: #fff;
}
.black-section a.the-button:link,
.black-section a.the-button:visited,
.green-section a.the-button:link,
.green-section a.the-button:visited {
	color: #fff;
	border: 2px solid #fff;
	background: none;
}


.grey-section a.the-button:link,
.grey-section a.the-button:visited,
.none-section a.the-button:link,
.none-section a.the-button:visited {
   color: #86B9BA;
	border: 2px solid #86B9BA;
	background: none; 
}
.grey-section a.the-button:hover,
.grey-section a.the-button:active,
.none-section a.the-button:hover,
.none-section a.the-button:active {
    background: #86B9BA;
    border: 2px solid #fff;
	color: #fff;
}

.black-section a.the-button:hover,
.black-section a.the-button:active,
.green-section a.the-button:hover,
.green-section a.the-button:active {
	background: #fff;
	color: #86B9BA;
}
.light-text {
	color: #fff;
}
.dark-text .section-opacity {
	background: rgba(255, 255, 255, 0.2);
}
/* /////////////////////////////////////////////////////////////*/

.the-banner {
	text-align: center;
	color: #fff;
}
.the-banner h2 {
	font-size: 1.4rem;
	color: #fff;
	margin: 0;
}
.the-content {
	background: #fff;
	padding: 15px;
	border: 1px solid #eee;
}
/* /////////////////////////////////////////////////////////////*/

.widget {
	margin-bottom: 30px;
	padding: 15px;
	background-color: #fff;
	border-radius: 0px;
	
}
.widget h3 {
	padding-left: 6px;
}
.widget ul li a:link,
.widget ul li a:visited {
	color: #7A7A7A;
	padding: 6px;
	background: #f4f4f4;
	display: inline-block;
	width: 100%;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	margin-bottom: 2px;
}
.widget ul li a:hover,
.widget ul li a:active {
	color: #86B9BA;
	background: #fff;
	border-bottom: 1px solid #86B9BA;
}

/* /////////////////////////////////////////////////////////////*/

.the-testimonial {
	text-align: center;
    font-size:1.3rem;
	
}
.the-testimonial strong {
	display: block;
	margin-top: 30px;
}
.the-testimonial-slider {
	text-align: center;
}
.the-testimonial-slider a {
	margin-top: 30px;
}
.the-box-testimonial {
	padding: 30px;
	
	
	margin-bottom: 30px;
    background:url('/wp-content/uploads/2019/07/white-bg.jpg') center center no-repeat;
    background-size:cover;
}
.the-box-testimonial strong {
	display: block;
    color: #86B9BA;
margin-top:10px;
	font-weight: normal;
}


/* /////////////////////////////////////////////////////////////*/

.the-box-caption strong {
	color: #fff;
	font-weight: normal;
}


.the-services .the-box {
	position: relative;
	margin: 0;
}
.services-box h3 {
	color: #fff;
}
.services-box {
	overflow: hidden;
    margin-bottom:15px;
    text-align:center;
     max-height:220px;
   
}

.the-box-container{	
 
 padding: 8px;
    border:1px solid #eaeaea;
}

.services-box:hover img {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}
.services-box img {
	margin: 0px;
    padding:0;
    border:0;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.services-box .the-box-caption {
	cursor: pointer;
	opacity: 0;
	color: #fff;
	position: absolute;
	height: 100%;
	width: 100%;
     max-height:320px;
	top: 0;
	left: 0;
	right: 0; 
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	z-index: 10;
}
.services-box .the-box-caption .the-box-caption-content {
	text-align: center;
	position: absolute;
	z-index: 30;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.services-box  .the-box-caption .blur {
	background-color: rgba(134, 185, 186, 0.85);
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
}

.services-box:hover .the-box-caption {
	opacity: 1;
}
.services-box .the-box-caption .the-box-caption-content p {
	padding-top: 10px;
}
.services-box .the-box-caption.show-caption {
	opacity: 1;
}

.services-box a.the-button:link,
.services-box a.the-button:visited {
   color: #fff;
	border: 2px solid #fff;
	background: none; 
}
.services-box  a.the-button:hover,
.services-box  a.the-button:active {
    background: #fff;
    border: 2px solid #fff;
	color: #86B9BA;
}

.service-content{margin-bottom:30px; text-align:center;}
.service-content h3{margin:15px 0; }

.services-small .services-box .the-box-caption,
.services-small .services-box{max-height:160px;}
.services-small .services-box h3{font-size:1.1rem;}

/* /////////////////////////////////////////////////////////////*/

.the-faq {
	background: #f4f4f4;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 3px;
}
.the-faq h2 {
	margin: 0;
	padding: 0 0 0 0;
}
.faq-toggle {
	cursor: pointer;
}
.faq-content {
	display: none;
	margin-left: 0;
	margin-bottom: 15px;
	padding-top: 15px;
}
.faq-container {
	padding: 15px;
	margin: 15px 0;
	background: #fff;
	border-radius: 3px;
	border-bottom: 1px solid #eee;
}
.faq-container h3 {
	color: #555;
	font-size: 0.95rem;
	padding: 0;
	margin: 0;
}
.faq-container h3 span {
	padding-left: 12px;
	color: #555;
	padding: 0;
	margin: -8px 0 0 10px;
}
.faq i {
	font-size: 1.4em;
	color: #86B9BA;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.faq .rotate {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #86B9BA;
}
/* /////////////////////////////////////////////////////////////*/

.the-footer {
	color: #fff;
    text-align:center;
}
.the-footer h3 {
	color: #999;
	display: block;
}
.the-footer strong {
	color: #fff;
}
.the-footer a {
	color: #fff;
}
.footer-contact {
	text-align: center;
}
.footer-menu {
	margin: 0;
	z-index: 999;
	text-align: center;
}
.footer-menu ul {
	margin: 15px 0;
	padding: 0 0 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-menu ul li {
	position: relative;
	list-style: none;
}
.footer-menu ul li a:link,
.footer-menu ul li a:visited {
	display: inline;
	padding: 0 6px;
	margin: 0;
	color: #fff;
	font-weight: normal;
}
.footer-menu ul li a:hover,
.footer-menu ul li a:active {
	color: #999 !important;
}

.the-footer .fa:hover {
	color: #fff;
}
/* /////////////////////////////////////////////////////////////*/

.gallery { margin: 30px auto; text-align:center;}
/*
.gallery .gallery-item {
	float: left;
	margin: 1%;
	text-align: center;
	width: 31.32%;
}

.gallery-columns-2 .gallery-item { width: 47%; }
.gallery-columns-4 .gallery-item { width: 22%; }
.gallery-columns-5 .gallery-item { width: 19%; }
.gallery-columns-6 .gallery-item { width: 16.666%; }

*/
.gallery img {
	width:90%;
	border: 1px solid #eaeaea;
	padding: 6px;
    margin:5%;
    	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gallery img:hover {
	background: white;
    opacity:0.7;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 100%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	
	margin: 12px 0;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
/* /////////////////////////////////////////////////////////////*/



.null-instagram-feed {
	padding: 0;
	margin: 0;
	background: none;
}
ul.instagram-pics {
	margin: 0;
	padding: 0;
}
ul.instagram-pics li {
	width: 11.5rem;
	display: inline;
	float: left;
	background: #fff;
    margin:0.3125rem;
    padding: 0.3125rem;
    border: 0.0625rem solid #eaeaea;
}
.widget ul.instagram-pics li a:link,
.widget ul.instagram-pics li a:visited {
	 margin:0;
    padding:0;
     border:none;
}
ul.instagram-pics li a:hover {
	opacity: 0.6;
     border:none;
}

@media screen and (max-width: 640px) {
	ul.instagram-pics li {
		width: 44%;
	}
}

/* /////////////////////////////////////////////////////////////*/

.wpcf7 {
	margin-top: 15px;
}
.wpcf7 label {
	text-align: left;
}
input,
textarea,
select,
checkbox {
	padding: 8px;
	background: #fff;
	border: 0;
	border: 1px solid #ddd;
	box-shadow: none;
	font-size: 1em;
	color: #7A7A7A;
	width: 100%;
	border-radius: 0;
}
input[type="checkbox"] {
	float: left;
	width: 20px;
	padding: 0;
	margin: 8px 2px 0 0;
}
select {
	appearance: normal;
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
}
select option {
	background: #f4f4f4;
}
input:focus {
	background: #fff;
}
input.wpcf7-submit {
	background: #FFFFFF;
	border: 2px solid #86B9BA;
	padding: 12px 12px;
	color: #86B9BA;
	cursor: pointer;
	width: 80px;
	border-radius: 50px;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
	color: #7A7A7A !important;
}
/* /////////////////////////////////////////////////////////////*/
.shiftnav.shiftnav-skin-light.shiftnav-nojs ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-light ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-light ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active {
    color: #ffffff;
    background: #86B9BA;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target {
    color: #ffffff;
    background: #86B9BA;
}

/* /////////////////////////////////////////////////////////////*/

@media screen and (max-width: 960px) {
	.header-social-links {
		padding-top: 20px;
	}

    section.page-header {
	padding: 60px 0 60px 0;
    }
     .the-title img{position:relative; text-align:center; display:block;margin-bottom:10px;height:130px;width:130px;}
    
}
@media screen and (max-width: 640px) {
	section {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.the-footer,
	.footer-contact,
	.footer-menu {
		text-align: center;
	}
	.social-links div {
		text-align: center;
		float: left;
		margin: 0 10px 0 0;
	}
	.left-text,
	.right-text {
		float: left;
		width: 100%;
	}
	.page-header p {
		font-size: 1.1rem;
	}
	.page-header h1 {
		font-size: 2rem;
	}
	
	.alignright,
	.alignleft,
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: auto;
	}
	.social {
		float: left;
	}
    
   
    
}