/*---------------------------------------
	Theme Name: Max Photography
	Start Date : 
	End Date : 
	Last change: 
	Version: 1.0
	Assigned to:
	Primary use:
-------------------------------------------*/
	/* [Layout] */

/*-----------------------------------------

	* Import Css
	
	* Body
		- Padding/Margin
		
	* Fonts Settings	
		- font-family: 'Poppins', sans-serif;
		- font-family: 'Lato', sans-serif;
		- font-family: 'Source Sans Pro', sans-serif;
		- font-family: 'Raleway', sans-serif;

	* Header

	* Footer
	
	* Page Banner
	
	* Section Header
	
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
-------------------------------------------*/

/*-----------------------------------------
	* Import Css
-------------------------------------------*/
@import "libraries/lib.css";
@import "css/plugins.css";
@import "css/navigation-menu.css";
@import "css/shortcodes.css";

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* - Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

/* * Header */
.menu-block {
	border-bottom: 1px solid #d3d3d3;
	/* padding: 20px 0; */
}


/* * Footer */
/* - Footer Main */
.footer-main {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin-top: 35px;
	padding: 35px 0;
}
.footer-main .coyright-content {
	display: inline-block;
}
.footer-main .coyright-content p {
	color: #aeaeae;
	font-size: 12px;
	margin-bottom: 0;
}
.footer-main .info {
	float: right;
}
.footer-main .info p {
	color: #afafaf;
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 0;
	padding-right: 20px;
	text-transform: capitalize;
}
.footer-main .info p:last-child {
	padding-right: 0;
}
.footer-main .info p i {
	padding-right: 12px;
	font-size: 14px;
}
.footer-main .info p a {
	color: #afafaf;
}
/* - Footer Main 1 */
.footer-main-1 {
	background-color: #222;
	padding: 80px 0;
}
.footer-main-1 .ftr-widget h3.widget-title {
	color: #fff;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 0.6px;
	line-height: 26px;
	margin-bottom: 18px;
	text-transform: uppercase;
	margin-top: 0;
	word-wrap: break-word;
}
.footer-main-1 .ftr-widget p {
	color: #ccc;
	letter-spacing: 0.7px;
	line-height: 26px;
	margin-bottom: 15px;
}
.footer-main-1 .ftr-widget .info p {
	color: #cacaca;
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 0;
    padding-left: 25px;
    position: relative;
}
.footer-main-1 .ftr-widget .info p a {
	color: #cacaca;
}
.footer-main-1 .ftr-widget .info p i {
	position: absolute;
	left: 0;
	top: 8px;
}

.footer-main-1 .ftr-widget.widget_post .ftr-latest-content {
	border-bottom: 1px solid #515151;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 95px;
	padding-bottom: 48px;
	padding-top: 10px;
}
.footer-main-1 .ftr-widget.widget_post .ftr-latest-content:last-child {
	border-bottom: none;
}
.footer-main-1 .widget_post .ftr-latest-content > a > i {
	position: absolute;
	left: 0;
}
.footer-main-1 .widget_post .ftr-latest-content h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.52px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	word-wrap: break-word;
}
.footer-main-1 .widget_post .ftr-latest-content h5 > a {
	color: #fff;
	text-decoration: none;
}
.footer-main-1 .widget_post .ftr-latest-content h5 > a:hover {
	color: #7dc20f;
}
.footer-main-1 .widget_post .ftr-latest-content span {
	color: #8b8b8b;
	display: inline-block;
	font-style: italic;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.65px;
	margin-bottom: 0;
}
.footer-main-1 .widget_post .ftr-latest-content span a {
	color: #8b8b8b;
	padding-left: 14px;
	text-decoration: none;
}
.footer-main-1 .widget_post .ftr-latest-content span a:hover {
	color: #7dc20f;
}
.footer-main-1 .widget_post .ftr-latest-content span a i {
	padding-right: 5px;
}
.footer-main-1 .widget_gallery ul {
	padding-left: 0;
	list-style: none;
}
.footer-main-1 .widget_gallery ul li {
	border: 1px solid #222;
	float: left;
}
.footer-main-1 .widget_newsletter .input-group {
	position: relative;
	width:100%;
}
.footer-main-1 .widget_newsletter .letter-icons {
	color: #969595;
    display: inline-block;
    left: 16px;
    position: absolute;
    top: 7px;
    z-index: 4;
}
.footer-main-1 .widget_newsletter .form-control {
	border-radius: 0;
	box-shadow: none;
	border: none;
	background-color: #272727;
	margin-bottom: 10px;
	color: #777;
	font-size: 12px;
	padding: 6px 15px 6px 42px;
	text-transform: uppercase;
}
.footer-main-1 .widget_newsletter button {
	background-color: #171717;
	border: none;
	border-radius: 0;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 26px;
	padding: 8px 32px;
	margin-top: 10px;
	margin-bottom: 35px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-main-1 .widget_newsletter button:hover {
	background-color: #fff;
	color: #171717;
}
.footer-main-1 .widget_newsletter ul.social {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-main-1 .widget_newsletter ul.social li {
	color: #949494;
	display: inline-block;
	margin-right: 50px;
}
.footer-main-1 .widget_newsletter ul.social li:last-child {
	margin-right: 0;
}
.footer-main-1 .widget_newsletter ul.social li a {
	color: #949494;
	text-decoration: none;
}
.footer-main-1 .widget_newsletter ul.social li a:hover {
	color: #fff;
}
.copyright-section {
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
	background-color: #222;
	padding: 35px 0;
	text-align: center;
}
.copyright-section .coyright-content p {
	color: #b3b3b3;
	font-size: 12px;
	margin-bottom: 0;
}

/* * Section Header */
.section-header {
	text-align: center;
	margin-bottom: 70px;
}
.section-header h3 {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 2.1px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	word-wrap: break-word;
}
.section-header h3 span {
	font-weight: normal;
	font-size: 32px;
}
.section-header1 {
	text-align: center;
	margin-bottom: 75px;
}
.section-header1 h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 0;
	letter-spacing: 1.28px;
	text-transform: uppercase;
}

/* * Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	margin-top: 55px;
}
.ow-pagination ul {
	margin: 0;
}
.ow-pagination ul li {
	display: inline-block;
	margin: 0 8px;
}
.ow-pagination ul li a {
	border: none;
	border-radius: 100%;
	background-color: #3c3c3c;
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	width: 50px;
	height: 50px;
	line-height: 52px;
	padding: 0;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.ow-pagination .pagination > li:first-child > a,
.ow-pagination .pagination > li:last-child > a {
	border-radius: 0;
	background-color: transparent;
	color: #d1d0d0;
	font-size: 20px;
}
.ow-pagination .pagination > li:first-child > a:hover,
.ow-pagination .pagination > li:last-child > a:hover {
	color: #8c8b8b;
}
.ow-pagination ul li a:hover {
	background-color: #fff;
	border-color: #a04699;
	color: #3c3c3c;
}

/* * Page Banner */
.page-banner {
    background-image: url("images/banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 308px;
    min-height: 308px;
    position: relative;
	margin-bottom: 150px;
    text-align: center;
	z-index: 1;
}
.page-banner.no-margin-bottom {
	margin-bottom: 0;
}
.page-banner .banner-content {
	display: inline-block;
	padding: 117px 0;
}
.page-banner .banner-content h3 {
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	letter-spacing: 1.26px;
	margin-top: 0;
	line-height: 26px;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb {
	background-color: transparent;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.page-banner .banner-content .breadcrumb li, 
.page-banner .banner-content .breadcrumb li a {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
    text-decoration: none;
	letter-spacing: 0.45px;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb > li + li::before {
	color: #fff;
    content: "/";
    padding: 0 5px;
}

	
/*----------------------------------------------------

	* Responsive
	
------------------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	/* - Footer Main 1*/
	.footer-main-1 .widget_newsletter ul.social li {
		margin-right: 35px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Footer Main 1 */
	.footer-main-1 .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Footer Main */
	.footer-main .info p {
		padding-right: 8px;
	}
	.footer-main .info p i {
		padding-right: 5px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Footer Main */
	.footer-main .coyright-content {
		margin-bottom: 15px;
		text-align: center;
		width: 100%;
	}
	.footer-main .info {
		float: none;
		text-align: center;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	/* - Footer Main */
	.footer-main-1 .col-xs-6.ftr-widget {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* -  max-width: 479 */
@media (max-width: 479px) {
	/* * Pagination */
	.ow-pagination ul li {
		margin: 0 3px;
	}
}

