/*!
Theme Name: PicturePerfect LLC
Author: Ghanshyam Kushwaha
Author URI: http://www.smartmobe.com
Description: picture Perfect portfolio website
Version: 1.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: smartmobe-portfolio
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #de6012;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* custom css */


body, button, input, select, optgroup, textarea li {
	font-weight: 300 !important;
	word-wrap: break-word;
	font-family: "Jost", sans-serif !important;
  	font-optical-sizing: auto;
  	font-style: normal;
	color: #000000;
	}

h1, h2, h3, h4, h5, h6
{
	font-family: "Dancing Script", cursive !important;
	font-optical-sizing: auto;
  	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #000000;
}
p{
	line-height: 1.8rem;
	font-weight: 300;
}
#main a{
	color: #866d72 !important;
}

.bold{
	font-weight: 700;
}
nav#header{
	padding: 0;
}

nav.bg-light{
	background-color: #ffffff !important;
	box-shadow: 0 10px 30px 0 rgba(28,9,80,.07);
}

.navbar-brand img {
    height: 80px !important;
}

#main {
    margin-top: 0rem !important;
}

#menu-primary li a{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	color: #000;
	font-weight: 300;
	font-size: 16px;
}
#menu-primary li a:hover, #menu-primary li a.active{
	color: #866d72;
}

.navbar-nav > li{
	margin-left:0.5rem;
	margin-right:0.5rem;
  }

#menu-primary li:last-child a{
	background:#ffffff !important;
	border-radius: 50px;
	border: 1px solid #866d72;
	color: #866d72;
	padding: 0.5rem 1rem;
}
#menu-primary li:last-child a:hover{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	background:#866d72 !important;
	color: #fff;
}

#menu-primary li:last-child a.dropdown-item {
    background: #ffffff !important;
    border-radius: 0 !important;
    border: 0 !important;
    color: #000000;
}
#menu-primary li:last-child a.dropdown-item:hover {
    color: #ffffff;
	background-color: #866d72 !important;
}

.dropdown-item.active, .dropdown-item:active, #menu-primary li:last-child a.dropdown-item:active {
    background-color: #866d72 !important;
	color: #ffffff !important;
}

/* homepage */

/* main-banner */

.main-banner{
	height: calc(100vh - 122px);
	min-height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex; /* establish flex container */
    flex-direction: column; /* make main-axis vertical */
    justify-content: center; /* align items vertically, in this case */
    align-items: center; /* align items horizontally, in this case */
	gap: 5%;
	color: #ffffff;
}
.main-banner h1{
	font-size: 6rem;
}

.fa-arrow-circle-right:before {
	content: "\f105" !important;
	}
.fa-arrow-circle-left:before {
		content: "\f104" !important;
		}

/*section */
section{
	padding:6rem 0;
}
section h1.heading{
	font-size: 2.5rem;
	font-weight: 700;
}
section h6.subheading{
	font-family: "Jost", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	color: #866d72;
}

.btn-link{
	background: #fff;
	border-radius: 50px;
	border: 1px solid #866d72;
	color: #866d72;
	padding: 1rem 1.5rem;
	font-size: 1rem;
	font-weight: 200;
}
.btn-link:hover{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	background:#866d72 !important;
	color: #fff !important;
}

.btn-solid{
	border-radius: 50px;
	background:#866d72 !important;
	border: 1px solid #866d72;
	color: #ffffff;
	padding: 1rem 1.5rem;
	font-size: 1rem;
	font-weight: 300;
}
.btn-solid:hover{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	border: 1px solid #866d72;
	background:#fff !important;
	color: #866d72 !important;
}

.btn-big{
	padding: 1.5rem 3.5rem;
}

.say-hello{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.say-hello div{
	width: auto;
}

/*About */
.about{
	padding: 0rem 3rem 0rem 3rem;
}
.intro-video{
	position: relative;
}

.intro-video button{
	position: absolute;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	padding: 2.5rem !important;
	border-radius: 50% !important;
	background:rgba(255, 255, 255, 0.8) !important;
	border: 8px solid;
	border-color: rgba(255, 255, 255, 0.5);
	color: #866d72;
}
.btn-circle{
	padding: 2.5rem !important;
	border-radius: 50% !important;
	background:rgba(255, 255, 255, 0.8) !important;
	border: 8px solid;
	border-color: rgba(255, 255, 255, 0.5);
	color: #866d72;
}
.intro-video button:hover{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	border: 8px solid rgba(134, 109, 114, 0.5);
	background:rgba(134, 109, 114, 1) !important;
	color: #fff !important;
}



/*services */
#services, .about-intro-video{
	background-color: rgba(134, 109, 114, 0.05) !important;
}

a.service-icon{
	color: #000000 !important;
	display: block;
}
a.service-icon:hover{
	color: #866d72 !important;
}
.icon{
	width: 100px;
	height: 100px;
	display: inline-block;
  	background-size: cover;
}
a.service{
	color: #000000 !important;
	display: block;
}
a.service:hover{
	color: #866d72 !important;
}
.icon-wedding{
	background-image: url(https://pictureperfectplanners.us/wp-content/themes/pictureperfect/assets/wedding.svg);
}
.icon-wedding:hover, .wedding-list{
	background-image: url(https://pictureperfectplanners.us/wp-content/themes/pictureperfect/assets/wedding-color.svg);
}
.icon-corporate{
	background-image: url(https://pictureperfectplanners.us/wp-content/themes/pictureperfect/assets/corporate-events.svg);
}
.icon-corporate:hover, .corporate-list{
	background-image: url(https://pictureperfectplanners.us/wp-content/themes/pictureperfect/assets/corporate-events-color.svg);
}
.icon-celebrations{
	background-image: url(https://pictureperfectplanners.us/wp-content/themes/pictureperfect/assets/social-celebrations.svg);
}
.icon-celebrations:hover, .celebrations-list{
	background-image: url(https://pictureperfectplanners.us/wp-content/themes/pictureperfect/assets/social-celebrations-color.svg);
}
.icon-fundraising{
	background-image: url(https://pictureperfectplanners.us/wp-content/themes/pictureperfect/assets/non-profit-fundraising.svg);
}
.icon-fundraising:hover, .fundraising-list{
	background-image: url(https://pictureperfectplanners.us/wp-content/themes/pictureperfect/assets/non-profit-fundraising-color.svg);
}
a figure.figure img{
	width:100px;
	height:100px;
}
.figure-caption{
	font-family: "Dancing Script", cursive !important;
	color: #000000 !important;
	font-size: 1.2em !important;
}
.figure-caption:hover{
	color: #866d72 !important;
}

.icon-service-list{
	width: 64px;
	height: 64px;
	display: inline-block;
  	background-size: cover;
}
ul.gallery-link{
	margin: 0;
	padding: 0;
}
ul.gallery-link li{
	list-style: none;
}
ul.gallery-link li {
	margin-left: 10px;
} 


/*Instagram*/
.instagram-gallery-square .instagram-gallery-item__media{
	border-radius: 22px 0 22px 0;
}
.swiper-button-next, .swiper-button-prev{
	color: #ffffff !important;
}


/*subpage */
.page-header{
	background-color: rgba(134, 109, 114, 0.1);
	background-image: url(https://pictureperfectplanners.us/wp-content/themes/pictureperfect/assets/page-subheader.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.page-header h1{
	color: #000000;
	font-size: 3.5rem;
	text-align: center;
}
.page-header p.sub-title{
	font-weight: 300 !important;
	font-size: 1.1rem;
}
.img-round-25{
	border: 8px solid rgba(134, 109, 114, 0.4);
	border-radius: 0 45px 0 45px;
}

/* contact */
.contact-form-wrapper{
	border-radius: 0 45px 0 45px;
	background-color: rgba(134, 109, 114, 0.1);
}
.wpcf7-form-control-wrap input{
	border: 0 !important;
	border-radius: 50px !important;
	padding: 0.8rem 1.4rem !important;
	margin-bottom: 1.2rem;
	width:100%;
	font-weight: 200;
}
.wpcf7-form-control-wrap textarea{
	border: 0 !important;
	border-radius: 1rem !important;
	padding: 0.8rem 1.4rem !important;
	margin-bottom: 1.2rem;
	width:100%;
	font-weight: 200;
}
.wpcf7-form-control-wrap textarea{
	height: 12rem;
}
input.wpcf7-form-control[type="submit"]{
	border:1px solid #866d72 !important;
	border-radius: 50px !important;
	padding: 0.8rem 1rem !important;
	width:100%;
	background-color: #ffffff;
	color: #866d72;
}
input.wpcf7-form-control[type="submit"]:hover{
	border:1px solid #866d72 !important;
	background-color: #866d72;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	color: #ffffff;
}
label{
	width: 100%;
}
select{
	border: 0 !important;
    padding: 1em !important;
    border-radius: 45px !important;
    width: 100% !important;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}
.contact-form-wrapper p{
	margin: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0  !important;
    border: 0 !important;
	text-align: center;
}

/* Testimonails */
.strong-view.wpmtst-modern .wpmtst-testimonial {
   	border: 1px solid #eee;
    border-radius: 1rem;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.strong-view.wpmtst-modern .wpmtst-testimonial:hover {
	border: 1px solid #866d72;
 	border-radius: 1rem;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content:before, .strong-view.wpmtst-modern .wpmtst-testimonial-content:after  {
    display: none;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content {
    font-size: 0.8em !important;
    font-style: normal !important;
	margin: 0 !important;
    text-align: left !important;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-heading {
    font-weight: 400;
    margin-top: 0;
	font-size: 1.2rem;
}
.strong-view.nav-position-outside .wpmslider-controls {
    text-align: right !important;
}
.strong-view.controls-style-buttons2 .wpmslider-prev:hover {
    background: #866d72 !important;
}

/* Testimonails */


/*foooter*/


.footer-menu ul li{
	list-style: none;
	margin: 10px 0;
}
.footer-menu a, .footer-menu a:visited, .footer-contact a{
	color: #000;
	font-size: 1rem;
	font-weight: 300;
}

.footer-menu a:hover, #footer .menu-item a[aria-current=page], .footer-contact a:hover {
	color: #866d72 !important;
}
.footer-contact h6{
	font-family: "Jost", sans-serif;
	color: #866d72;
}

.footer-about-wrapper-bg{
	width:375px;
	height: 375px;
	background-color: rgba(134, 109, 114, 0.05);
	border-radius: 50%;
}
.copyright{
	background-color: rgba(134, 109, 114, 0.05);
}

/* back to top button */
#btn-back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
  }

.btn-custom{
    background-color: #866d72;
    color: white;
}

.btn-custom:hover{
    background-color: #866d72;
    color: white;
}

/*FAQ's */
.ewd-ufaq-faq-div {
	padding: 8px !important;
	border-radius: 5px;
	border: 1px solid #efefef;
	margin-bottom: 10px !important;
}

.ewd-ufaq-faq-title a.ewd-ufaq-post-margin{
	color: #000000 !important;
}
.ewd-ufaq-faq-title h4{
	font-size: 1.2rem !important;
	margin: 0 !important;
}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
	font-size: 20px !important;
	margin: 8px auto !important;
	}
.ewd-ufaq-post-margin.ewd-ufaq-faq-post{
	font-size: 1rem;
}


@media only screen and (max-width: 768px) {

	.main-banner {
		height:auto;
		min-height: auto;
	}
	section {
		padding: 2rem 0;
	}
	section h1.heading {
		font-size: 1.8rem;
	}
	.icon {
		width: 56px;
		height: 56px;
	}
	.strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
        display: none;
    }
	.say-hello{
		flex-direction: column;
	}

	.btn-link {
		display: block;
		text-align: center;
	}
	.say-hello div {
		padding-bottom: 1rem;
		width: 100%;
		text-align: center;
	}

	.page-header h1 {
		font-size: 1.8rem;
	}
	.about{
		padding: 0rem;
	}
	.menu-footer-menu-container ul{
		padding-left: 0;
	}
	.btn-big{
		display: block;
		width: 100%;
	}

}