/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

@import "baby-shower.css"; /* Using a string */

/*===============================
		General Styles
===============================*/

html {
  scroll-behavior: smooth;
}

a:focus,
input:focus,
button:focus,
select:focus {border:none !important; outline: none !important;box-shadow: none !important;}


/*-- Headings --*/

h1 {
	font-size: 7.5vw !important;
	color: #FFF !important;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}

h2 {
	font-size: 6em !important;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

h3 {
	font-size: 4em !important;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

h4 {
	font-size: 3.2em !important;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}


.no-top-margin,
.no-top-margin h1,
.no-top-margin h2,
.no-top-margin h3,
.no-top-margin h4,
.no-top-margin h5,
.no-top-margin h6,
.no-top-margin p {
	margin-top: 0 !important;
}

.no-bottom-margin,
.no-bottom-margin h1,
.no-bottom-margin h2,
.no-bottom-margin h3,
.no-bottom-margin h4,
.no-bottom-margin h5,
.no-bottom-margin h6,
.no-bottom-margin  p {
	margin-bottom: 0 !important;
}

.text-large {
	font-size: 18px !important;
}

/*-- Buttons --*/

.x-btn.x-btn-transparent.x-btn-rounded.x-btn-large {
	
}

.x-btn,
.x-btn.x-btn-transparent {
	text-transform: none !important;
	font-weight: 300 !important;
}

.x-btn-rounded {
	border-radius: 8px !important;
}


a.btn-white,
a.btn-white:focus {
	color: #FFF !important;
	border: 1px solid #FFF !important;
}

.btn-white:hover {
	color: #595959 !important;
	border: 1px solid #595959 !important;
}

a.btn-orange,
a.btn-orange:focus,
button.btn-orange,
button.btn-orange:focus {
	color: #fcb414 !important;
	border: 1px solid #fcb414 !important;
}

.btn-orange:hover {
	color: #595959 !important;
	border: 1px solid #595959 !important;
}

/*-- Orange --*/

.orange {
	color: #fcb414 !important;
}

.white {
	color: #FFF !important;
}

.gray {
	color: #595959 !important;
}

/*-- Skews --*/

.skew-down {
	height: 200px;
	transform: skewY(2deg);
	margin-top: 50px !important;
}


.skew-up {
	height: 200px;
	transform: skewY(-2deg);
}

#skew-2 {
	margin-top: -50px !important;
	z-index: 998 !important;
}

#skew-4 {
	margin-top: -80px !important;
}

#skew-6 {
	margin-top: -70px !important;
}

/*-- Form --*/

.wpcf7 textarea, .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	border: 1px solid #ccc !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa !important;
  opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa !important;
  opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa !important;
  opacity: 1 !important;
}

.wpcf7-response-output {
	margin-bottom: 20px !important;
}

.recaptcha-container {
	margin: 10px 0 10px 0;
}

/*===============================
			Header
===============================*/

.x-brand.img {
	max-width: 350px !important;
}

.x-navbar {
	box-shadow: none !important;
	border: none !important;
	background: rgba(255,255,255,0.8) !important;
}

.desktop .x-nav li {
	margin-top: 35px;
}

.desktop .x-nav li a {
	height: auto !important;
	padding: 0 15px !important;
	line-height: 2em !important;
	border: 1px solid transparent !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	margin-right: 5px;
	transition:.5s !important;
}

.desktop .x-nav li:last-child a {
	margin-right: 0 !important;
}

.desktop .x-nav li a:hover {
	border: 1px solid #fcb414 !important;
	background: #FFF !important;
}


/*===============================
		  Hero Section
===============================*/

#hero-section {
	margin-top: -150px !important;
}

#hero-image-1,
#hero-image-2,
#hero-image-3 {
	-webkit-box-shadow: 0px -1px 30px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -1px 30px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -1px 30px 0px rgba(50, 50, 50, 0.5);
}

#hero-section img.hero-image {
	margin-top: 50px !important;
	margin-bottom: -50px !important;
}


/*===============================
		   What I Do
===============================*/


#what-i-do-section {
	position: relative;
	margin-top: -100px !important;
	z-index: 999 !important;
}

#what-i-do-section:before {
	display: block;
	width: 100%;
	height: 150px;
	margin-bottom: -150px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#what-i-do-section:after {
	display: block;
	width: 100%;
	height: 150px;
	margin-top: -150px;
	background: -moz-linear-gradient(bottom,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#what-i-do-section .column h3 {
	color: #FFF !important;
	text-align: center !important;
	padding: 5% 0 5% 0 !important;
	margin: 0 !important;
	background: #595959;
}


#what-i-do-section .column ul.highlights {
	list-style: none;
	margin: 0;
	padding: 0;
}

#what-i-do-section .column ul.highlights li {
	position: relative;
	font-size: 22px;
	font-weight: 600 !important;
	line-height: 1.3em !important;
	padding: 15px 10% 15px 12%;
	border-bottom: 1px solid #eaeaea;
}

#what-i-do-section .column ul.highlights li:first-child {
	padding-top: 30px;
}

#what-i-do-section .column ul.highlights li:last-child {
	padding-bottom: 30px;
	border: none;
}

#what-i-do-section .column ul li.highlights span {
	display: block;
	font-size: 14px;
}

#what-i-do-section .column ul.highlights li:before {
	position: absolute;
	display: inline-block;
	font-family: 'FontAwesome' !important;
	font-size: 26px !important;
	vertical-align: top;
	content: "\f058";
	margin-left: -40px !important;
}

#what-i-do-section .column-1 ul.highlights li:before {
	color: #fcb414 !important;
}

#what-i-do-section .column-2 ul.highlights li:before {
	color: #a6c139 !important;
}


#what-i-do-section .column .x-accordion-group {
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0;
}

#what-i-do-section .column .x-accordion-group .x-accordion-inner {
	border: none !important;
	padding: 15px 10% 15px 10% !important;
}


#what-i-do-section .column .x-accordion-group .x-accordion-toggle {
	color: #fcb414 !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	text-align: center;
	padding: 0 !important;
}

#what-i-do-section .column .x-accordion-group .x-accordion-toggle:before {
	color: #fcb414 !important;
	font-family: 'FontAwesome' !important;
	font-size: 18px !important;
	vertical-align: middle !important;
	content: "\f107" !important;
	margin-left: -20px !important;
}

#what-i-do-section .column .x-accordion-group .x-accordion-toggle.collapsed:before {
	-webkit-transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
	transform: rotate(-90deg) !important;
}

#what-i-do-section .column .x-accordion-group .x-accordion-toggle:before {
	-webkit-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
}

#what-i-do-section .column-2 .x-accordion-group .x-accordion-toggle,
#what-i-do-section .column-2 .x-accordion-group .x-accordion-toggle:before {
	color: #a6c139 !important;
}

#what-i-do-section .column .x-accordion-group .x-accordion-inner ul {
	margin-left: -8px !important;
}

#what-i-do-section .column .x-accordion-group .x-accordion-inner ul li {
	padding-bottom: 10px !important;
}


/*===============================
		Examples of Work
===============================*/

#examples-of-work-section {
	margin-top: -150px !important;
}

#examples-of-work-section .sublabel {
	font-size: 22px !important;
	font-weight: 600 !important;
}

#examples-of-work-section .portfolio-item img {
	min-width: 100% !important;
	border: 5px solid #595959;
	margin-bottom: 0 !important;
	-webkit-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -1px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -1px 10px 0px rgba(50, 50, 50, 0.5);
}

#examples-of-work-section .portfolio-item a {
	color: #FFF !important;
	font-size: 16px !important;
}

/*-- Popups --*/

.pum-container {padding: 0 !important;}

.popmake-title {
	display: block;
	width: 100%;
	font-family: "Open Sans Condensed",sans-serif !important;
	font-size: 38px !important;
	color: #FFF !important;
	text-align: center !important;
	padding: 15px 0 15px 0 !important;
	background: #a6c139 !important;
}

.popmake-content {
	font-family: "Open Sans",sans-serif !important;
	padding: 25px !important;
}

.pum-theme-11 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
	top: 18px !important;
	right: 15px !important;
}

.portfolio-about,
.portfolio-work,
.portfolio-contract {
	float: left;
	clear: both;
	width: 100%;
}

.portfolio-image {
	float: left;
	clear: none;
	width: 55%;
	padding-right: 30px;
}

.portfolio-image img {
	min-width: 100% !important;
	border: 1px solid #eee;
}

.portfolio-company {
	float: left;
	clear: none;
	width: 45%;
	padding-top: 20px;
}

.portfolio-company p {
	color: #595959 !important;
	font-size: 20px !important;
	font-weight: 600 !important;
}

.portfolio-company p.small {
	font-size: 14px !important;
	font-weight: 400 !important;
}

.portfolio-work h3 {
	font-size: 36px !important;
	color: #a6c139 !important;
	margin: 0 0 30px 0 !important;
	text-shadow: none !important;
}

.portfolio-work .portfolio-column1,
.portfolio-work .portfolio-column2 {
	float: left;
	clear: none;
	width: 50%;
	padding-right: 35px;
}

.portfolio-work ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.portfolio-work ul li {
	position: relative;
	color: #595959 !important;
	font-size: 18px;
	font-weight: 600 !important;
	line-height: 1.3em !important;
	padding-left: 40px !important;
	padding-bottom: 20px !important;
}

.portfolio-work ul li span {
	display: block;
	font-size: 14px;
}

.portfolio-work ul li:before {
	position: absolute;
	display: inline-block;
	font-family: 'FontAwesome' !important;
	font-size: 26px !important;
	vertical-align: top;
	content: "\f058";
	margin-left: -40px !important;
}

.portfolio-work ul li:before {
	color: #fcb414 !important;
}

.portfolio-work ul li:before {
	color: #a6c139 !important;
}

.portfolio-contract {
	margin-top: 30px;
}

.portfolio-contract p {
	color: #ababab !important;
	font-size: 14px !important;
}


/*===============================
		   Companies
===============================*/

#companies-section {
	position: relative !important;
	z-index: 999 !important;
	margin-top: -110px !important;
}

#companies-section:before {
	display: block;
	width: 100%;
	height: 150px;
	margin-bottom: -150px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#companies-section:after {
	display: block;
	width: 100%;
	height: 80px;
	margin-top: -80px;
	background: -moz-linear-gradient(bottom,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#companies-section .company-logo {
	padding-bottom: 2% !important;
	text-align: center !important;
}


/*===========================
		References
============================*/

#references-section {
	margin-top: -140px !important;
}

.testimonial img {
	position: relative;
	display: block;
	margin: 0 auto 30px auto !important;
}

.testimonial-copy {
	font-size: 18px !important;
}

/*==============================
		Contact Me
===============================*/

#contact-section {
	margin-top: -110px !important;
}

.contact-form {
	max-width: 800px !important;
}

.contact-form p.text-large span {
	color: #f37220 !important;
	font-size: 14px !important;
	font-style: italic !important;
	padding-left: 20px !important;
}

.wpcf7 textarea, .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	display: block;
	margin-bottom: 2px !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	height: 40px !important;
}

.wpcf7 button {
	height: 50px !important;
	width: 150px !important;
}

.wpcf7-not-valid-tip {
	display: block;
	color: #f37220 !important;
	font-size: 14px !important;
	margin-bottom: 5px !important;
}

.about-column img {
	border: 5px solid #595959;
}

.about-column a.x-btn {
	width: 150px !important;
	height: 50px !important;
}

#pum-224 .pum-content img {
	margin-bottom: 20px !important;
}


/*==============================
			Invoices
===============================*/

#invoice_page {
	padding-top: 70px !important;
	background: url('/wp-content/uploads/2017/08/header-logo.png') no-repeat left top;
}

#invoice_page h3.wpi_greeting {
	color: #fcb414 !important;
	text-shadow: none !important;
}

#invoice_page .section_title {
	font-weight: bold;
	color: #fcb414 !important;
}


button#cc_pay_button {
	color: #FFF !important;
	margin-top: 20px;
	border: 1px solid #a6c139 !important;
	background-color: #a6c139 !important;
}

button#cc_pay_button:hover {
	color: #a6c139 !important;
	background-color: #FFF !important;
}

/*==============================
			Footer
===============================*/

footer.x-colophon.top {
	padding: 50px 0 0 0 !important;
	box-shadow: none !important;
	border: none !important;
	background: #595959 !important;
}

footer.x-colophon.bottom {
	padding: 20px 0 30px 0 !important;
	box-shadow: none !important;
	border: none !important;
	background: #595959 !important;
}

.footer-logo {
	width: 100%;
	text-align: center;
}

.x-colophon-content p {
	font-size: 12px !important;
	color: #EEE !important;
}





@media (max-width: 979px){
	
	/* Global Menu */
	
	.x-btn-navbar {
		margin-top: 25px !important;
	}
	
	a.x-btn-navbar:focus {border:none !important; outline: none !important;box-shadow: inset 0 0 0 transparent,0 1px 5px rgba(0,0,0,0.25) !important;}
	
	.x-nav-wrap.mobile ul li {
		line-height: 1.4em !important;
	}
	
	.x-nav-wrap.mobile ul li a {
		font-size: 22px !important;
		line-height: 18px !important;
	}
	
	/* What I Do Section */
	
	#what-i-do-section .column ul.highlights li {
		padding: 15px 10% 15px 60px;
	}

	#what-i-do-section .column ul.highlights li:first-child {
		padding-top: 30px;
	}

	#what-i-do-section .column ul.highlights li:last-child {
		padding-bottom: 30px;
		border: none;
	}

	#what-i-do-section .column ul li.highlights span {
		display: block;
		font-size: 14px;
	}

	#what-i-do-section .column ul.highlights li:before {
		margin-left: -40px !important;
	}

}



@media (max-width: 768px){
	
	h1 {
		font-size: 9vw !important;
	}
	
	h2 {
		font-size: 4em !important;
	}

	h3 {
		font-size: 3em !important;
	}

	h4 {
		font-size: 2.4em !important;
	}
	
	#skew-2 {
		margin-top: -30px !important;
	}

	#skew-4 {
		margin-top: -80px !important;
	}

	#skew-6 {
		margin-top: -70px !important;
	}

	
	/* Hero Section */
	
	#hero-section .col-hero-button-1,
	#hero-section .col-hero-button-2 {
		text-align: center !important;
		padding-top: 20px !important;
	}
	
	/* What I Do Section */
	
	#what-i-do-section {
		margin-top: -160px !important;
	}
	
	#what-i-do-section .column .x-accordion-group {
		padding-top: 20px !important;
	}
	
	/* Examples of My Work */
	
	.pum-container {
		top: 10px !important;
	}
	
	.portfolio-image {
		width: 100%;
		padding-right: 0;
	}

	.portfolio-image img {
		min-width: 100% !important;
		border: 1px solid #eee;
	}

	.portfolio-company {
		width: 100%;
		padding-top: 0;
	}
	
	/* Companies Section */
	
	#companies-section h3 {
		margin-bottom: 40px !important;
	}
	
	/* Contact Section */
	
	#contact-section h2 {
		margin-top: 40px !important;
		text-align: center;
	}

	
}


@media (max-width: 600px){
	
	.portfolio-work h3 {
		font-size: 28px !important;
	}
	
	.portfolio-work .portfolio-column1,
	.portfolio-work .portfolio-column2 {
		width: 100%;
		padding-right: 0;
	}
	
	.popmake-title {
		text-align: center !important;
		padding: 15px 40px 15px 0 !important;
		background: #a6c139;
	}
	
	/* About Me Popup */
	
	#popmake-224 img.alignleft {
		display: block;
		width: 100%;
	}
	
}

@media (max-width: 510px){
	
	.x-brand.img {
		width: 100% !important;
		max-width: 100% !important;
		clear: both;
		margin-bottom: 20px !important;
	}
	
	.x-brand img {
		width: 100% !important;
		height: auto !important;
	}
	
	.masthead-inline .x-btn-navbar {
		position: relative;
		display: block !important;
		max-width: 50px;
		float: none !important;
		clear: both;
		margin: 0 auto 0 auto !important;
	}
	
	h1 {
		font-size: 9vw !important;
	}
	
	h2 {
		font-size: 3em !important;
	}

	h3 {
		font-size: 2em !important;
	}

	h4 {
		font-size: 1.6em !important;
	}
	
}



@media (max-width: 480px){
	
	
}











