/*!
Theme Name: Matthew Egan
Theme URI: http://underscores.me/
Author: Finger Mades
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: photographers-site
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Matthew Egan is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
	font-family: 'Proxima Nova Bl';
	src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
			url('fonts/ProximaNova-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
			url('fonts/ProximaNova-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('fonts/ProximaNova-Light.woff2') format('woff2'),
			url('fonts/ProximaNova-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}



body {
	font-family: 'Proxima Nova Lt', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.8;
	color: #969ea8;
	width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	background: #1e252f;
}

button:focus,
*:focus {
	outline: none;
	box-shadow: none;
}

a {
	color: #fff;
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	color: #f74c29;
}

p {
	margin-bottom: 25px;
}

.button {
	font-family: 'Proxima Nova Rg', sans-serif;
	padding: 0 15px;
	height: 44px;
	display: inline-block;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	border: 1px solid #f74c29;
	text-transform: uppercase;
	background: #f74c29;
	min-width: 170px;
			letter-spacing: 2px;
}

.button:hover {
	background: #202731;
	color: #fff;
}

.acc-button,
.slick-prev,
.slick-next,
.gallery a img,
a,
button,
input[type="submit"],
.button {
	transition: all 0.3s ease-in-out;
}


@media (min-width: 1366px) {
	.container {
			max-width: 1270px;
	}
}

/********** headings ***********/


h1 {
	text-transform: uppercase;
	font-family: 'Proxima Nova Lt', sans-serif;
}



h2 {
	font-family: 'Proxima Nova Lt', sans-serif;
	margin-bottom: 47px;
	font-size: 56px;
	text-transform: uppercase;
	letter-spacing: 6px;
	color: #fff;
	font-weight: normal;
}

h2 span {
	display: inline-block;
}

h2 span::first-letter {
	color: #f74c29;
}

h3 {
	color: #fff;
	font-size: 22px;
	line-height: 1.45;
	font-family: 'Proxima Nova Bl', sans-serif;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


strong {
	font-family: 'Proxima Nova Bl', sans-serif;
	font-weight: bold;
}








/******* content **********/

.site-main {
	overflow: hidden;
}

.main-banner {
	position: relative;
}

.main-banner .arrow-down {
	text-align: center;
	position: absolute;
	left: calc(50% - 50px);
	bottom: -28px;
	z-index: 2;
}

.arrow-down span {
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	display: inline-block;
	margin-bottom: 17px;
	text-transform: uppercase;
	font-family: 'Proxima Nova Rg', sans-serif;
}


.main-slider .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 97vh;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: 40px;
	left: 70px;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;

}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 9px;
	padding: 0;
}

.slick-dots li button {
	border-radius: 50%;
	display: block;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: #1f2630;
	border: 0;
	outline: none;
	font-size: 0;
	line-height: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
	background: #f74c29;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 80px;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #1f2630;
	z-index: 5;
	text-align: center;
	padding: 20px 0;
}

.slick-prev {
	right: 80px;
	background-image: url('./img/prev.png');
  background-position: center;
  background-repeat: no-repeat;
}

.slick-next {
	background-image: url('./img/next.png');
  background-position: center;
  background-repeat: no-repeat;
}

.slick-prev:hover,
.slick-next:hover {
	background-color: #f74c29;
}

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

.faq-section,
.gallery-section {
	padding-top: 140px;
}

.gallery {
	margin-top: 70px;    flex-wrap: wrap;
	max-width: 1270px;
	margin-left: auto;
	margin-right: auto;
}

.gallery a {
	width: calc(100% / 3);

}

.gallery a img {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	    width: 100%;
}

.gallery a:hover img {
	-webkit-filter: grayscale(0%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.gallery-item-titles{
	position: absolute;
	bottom: 27px;
	width: 100%;
	background-color: rgba(25,31,40,0.8);
	left: 0;
	text-align: center;
	padding: 10px;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.gallery-item-titles h4{
	font-size: 26px;
	line-height: 32px;
	color:#ffffff;
}
.gallery-item-titles span{
	font-size: 18px;
	line-height: 28px;
	color:#f74c29;
}
.social-list {
	display: inline-flex;
	list-style: none;
	padding: 15px 0;
	margin-bottom: 55px;
	width: 170px;
}

.social-list a {
	margin-right: 35px;
}

.lightbox .lb-image {
	border-radius: 0;
	border: none;
}



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

.accordion {
	margin-bottom: 140px;    padding-top: 27px;
}

.acc-button {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	cursor: pointer;
}

.accordion-header strong {
	width: 70px;
	color: #f74c29;
	padding: 10px 15px;
	font-size: 38px;
	border-right: 1px solid #464b54;
	text-align: center;
	margin-right: 25px;
}

.acc-button::after {
	flex-shrink: 0;
	margin-left: auto;
	content: "+";
	font-size: 38px;
	color: #f74c29;
}

.acc-button:not(.collapsed)::after {
	content: "-";  font-size: 28px;
}

.acc-button:hover {
	color: #f74c29;
}


.accordion-body {
	background: #1c232d;    padding: 1.5rem 2rem;
}

.accordion-header {
	border-bottom: 1px solid #464b54;
}

.acc-item {
	margin-bottom: 30px;
}

/****** footer ******/


footer#footer {
	background: #11171f;
	padding: 45px 0;
}


footer#footer .social-list {
	padding: 0;
	margin-bottom: 0;
	width: auto;
}

footer#footer .social-list a {
	color: #f74c29;
}

footer#footer .social-list a:hover {
	color: #fff;
}
.play-vid-btn {
    position: absolute;
    max-width: 100px;
    height: 100px;
    background-color: #f74c29;
    border-radius: 50%;
    top: calc(50% - 50px);
    margin: auto;
    /* margin-top: -10%; */
    opacity: 0.7 !important;
    left: 0;
    right: 0;
    display: block;
    z-index: 5;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%) !important;
}
.gallery > a {
    position: relative;
}
/********* modal form *********/
.modal-overley{
	position: fixed;
	z-index: 5;
	background-color: #1e252f;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	display: none;
	transition: all 0.3s ease-in-out;
}
.modal-form{
	display: none;
	opacity: 0;
	position: fixed;
    top: 5%;
    max-width: 560px;
    width: 100%;
    left: -100%;
    right: 0;
    margin: auto;
		background-color: #f74c29;
		z-index: 6;
		padding: 30px 20px;
		transition: all 0.3s ease-in-out;
}
.modal-overley.opened{

	opacity: 0.8;
}
.modal-form.opened{
	left: 0;
	opacity: 1;
}
.modal-form .modal-title h3{
	font-family: 'Proxima Nova Lt', sans-serif;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    font-weight: normal;
		text-align: center;
}
.modal-form .modal-title h3 span {
	display: inline-block;
}
.modal-form .modal-title h3 span::first-letter {
	color: #1e252f;
}
.modal-form .modal-form-inner label{
	color: #fff;
	font-family: 'Proxima Nova Lt', sans-serif;
	text-transform: uppercase;
    letter-spacing: 6px;
		width: 100%;
}
.modal-form .modal-form-inner input,
.modal-form .modal-form-inner textarea{
	border: 0;
	width: 100%;
	font-family: 'Proxima Nova Rg', sans-serif;
	padding: 5px 15px;
}
.modal-form .modal-form-inner textarea{
	height: 200px;
	resize: none;
}
.modal-form .modal-form-inner p {
	margin-bottom: 10px;
	position: relative;
}
.modal-form .modal-form-inner input[type="submit"] {
	font-family: 'Proxima Nova Rg', sans-serif;
	padding: 0 15px;
	height: 42px;
	display: inline-block;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	border: 2px solid #1e252f;
	text-transform: uppercase;
	background: #1e252f;
	min-width: 170px;
	letter-spacing: 2px;
}
.modal-form .modal-form-inner input[type="submit"]:hover {
	background: #f74c29;
	color: #1e252f;
}
.close-modal{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 28px;
    height: 24px;
}
.close-modal:before{
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #fff;
	top: 10px;
	right: 0;
	transform: rotate(45deg);
	display: block;
}
.close-modal:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #fff;
	top: 10px;
	right: 0;
	transform: rotate(-45deg);
	display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #fff;
	color: #fff;
}
.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	display: block;
	text-transform: lowercase;
	letter-spacing: 0;
}
.wpcf7 .ajax-loader {
	display: inline-block;
	background-color: #23282d;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: absolute;
	right: 0;
	top: 7px;
}
.mobile-btn{
	display: none;
}
.fancybox-slide--video .fancybox-content{
		width: auto !important;
	}
.icon-strip-wrap{
	margin-top: 50px;
}
.icon-item-wrapp{
	background-color: #191f28;
	padding: 45px 30px;
	margin-bottom: 15px;
	height: 100%;
}
.ico{
	min-height: 77px;
	text-align: center;
}
.title{
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 25px;
}
.subtitle{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #f74c29;
	margin-bottom: 10px;
	
}
.content{
	text-align: center;
	color: #969ea8;
	font-size: 18px;
	line-height: 28px;
}
@media only screen and (max-width: 991px) {

	h2 {
letter-spacing: 2px;
			margin-bottom: 40px;
			font-size: 45px;
	}

	.faq-section,
	.gallery-section {
			padding-top: 100px;
	}

	.brand {
			max-width: 60%;
	}

}



@media only screen and (max-width: 767px) {
	.social-list li{
		width: 45px;
		text-align: center;
	}
	.social-list li a{
		margin-right: 0;
	}
	.mobile-btn{
		display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #f74c29;
    width: 100%;
    text-align: center;
    height: 50px;
    align-items: center;
    justify-content: center;
		font-size: 18px;
    text-align: center;
    color: #fff;
    border: 1px solid #f74c29;
    text-transform: uppercase;
		z-index: 15;
	}
	
	.mobile-btn:hover{
		color: #fff;
	}

	.close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 28px;
    height: 24px;
}
.modal-form{
	overflow-x: scroll;
    height: 100vh;
		top: 0;
}
.modal-title {
	margin-top: 10px;
}
.modal-form .modal-title h3 {
	margin-bottom: 10px;
	font-size: 26px;
}
.modal-form .modal-form-inner label {
	letter-spacing: 5px;
	font-size: 15px;
}
.modal-form{
	top: 0;
}

	body {
			font-size: 16px;
			line-height: 1.6;
	}

	.slick-dots {
			bottom: 10px;
			left: 10px;
	}

	.slick-prev {
			right: 30px;
	}

	.slick-prev,
	.slick-next {
			width: 36px;
			height: 36px;
			padding: 6px 0;
	}

	.slick-prev img,
	.slick-next img {
			width: 33%;
	}

	.arrow-down span {
			display: none;
	}

	.main-banner .arrow-down {
			left: calc(50% - 30px);
	}

	h2 {
			margin-bottom: 35px;
			font-size: 36px;
	}

	h3 {
			font-size: 18px;
	}

	.gallery {
			margin-top: 0;
	}
.gallery a {
	width: 50%;
}
	.accordion-header strong {
			display: none;
	}

	.acc-button::after {
			margin-left: 15px;
			font-size: 30px;
	}

	.accordion-header strong {
			display: none;
	}

	.accordion-header {
			padding-bottom: 10px;
	}

	.accordion-body {
			padding: 1rem 0;
	}

	footer#footer .d-flex {
			flex-direction: column-reverse;
	}

	footer#footer .social-list {
			margin-bottom: 10px;
	}

	footer#footer {
			padding: 25px 0;
	}

	footer#footer .social-list a {
			font-size: 23px;
	}

	.faq-section,
	.gallery-section {
			padding-top: 80px;
	}
.accordion {
	margin-bottom: 100px;    
	padding-top: 0;
}
.main-slider .slick-slide {
    min-height: 90vh;
	background-position: center;
    background-size: cover;
	}
	.slick-prev, .slick-next {
        background-size: 12px;
}
	.main-slider .slick-slide {
    	min-height: 77vh;
	}
	.icon-strip-wrap {
    margin-top: 20px;
		margin-bottom: 20px;
}
	

}

