/*
Theme Name: Nicola Rocco
Theme URI: http://www.nicolarocco.co.uk/
Description: Bespoke Theme built using Bootstrap 3 for The Nicola Rocco
Author: Elms Creative
Author URI: http://www.elmscreative.com/
Version: 1.0
*/

/* ----------------------------------------------------------------------------------------------------------
1) Layout
---------------------------------------------------------------------------------------------------------- */

html,
body {
	height: auto;
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
}
html {
	position: relative;
	z-index: 0;
	background: #efefef !important;
}
body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	color: #000;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	background: none !important;
}

h1,
h2,
h3,
h4 {
	padding: 0;
	color: #c7b99a;
	text-transform: capitalize;
	font-weight: 900 !important;
}

hr {
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 0.5em 0;
	border-top: #000 1px solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

p {
	margin: 0 0 1.6em;
	font-size: 1.35rem;
	line-height: 1.6;
	font-weight: normal;
}
span {
	color: #fff;
}

form {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
}
label {
	font-size: 1.25em;
	color: #202020;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
textarea {
	padding: 5px;
	margin: 0;
	font-size: 1rem;
	border: #ccc 1px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
textarea {
	padding: 5px;
	border: #a9a9a9 1px solid;
}
button {
	height: auto;
	width: auto;
	color: #fff;
	cursor: pointer;
	background: #000;
	border-radius: 2px;
	border: none;
}
button:hover {
	background: #333;
	border: none;
}

.left {
	float: left;
}
.right {
	float: right;
}

/* ----------------------------------------------------------------------------------------------------------
1) Header
---------------------------------------------------------------------------------------------------------- */

header {
	width: 100%;
	margin: 0;
	padding: 1em 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	background: #fff;
	border-bottom: #8a8a8a 1px solid;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

section#blogs {
	margin: 80px 0;
	padding: 20px;
	overflow: hidden;
}

/* Sections
 * --------------------------------------- */

.section {
	text-align: left;
}
table {
	margin: 0;
}

#section0,
#section1,
#section2 {
	background-size: cover !important;
}
#section0 {
	background: url("img/contact_bg.jpg") left no-repeat;
	padding: 30% 0 0 0;
}
#section1 {
	padding: 6% 0 0 0;
	height: 100%;
}
#section2 {
	background: url("img/about_bg.jpg") left no-repeat;
	padding: 6% 0 0 0;
	height: 100%;
}

/*Creatin a ull height slide */
.slides {
	height: 100%;
	display: block;
}
#slide1 {
	background: #d8d9d4 url("img/commercial_bg.jpg") right no-repeat;
	padding: 0;
	height: 100%;
}
#slide2 {
	background: #c0c1bc url("img/lingerie_bg.jpg") right no-repeat;
	padding: 0;
	height: 100%;
}
#slide3 {
	background: #bcbabb url("img/beauty_bg.jpg") right no-repeat;
	padding: 0;
	height: 100%;
}
#slide4 {
	background: #bcbabb url("img/press_bg.jpg") right no-repeat;
	padding: 0;
	height: 100%;
}

#section3 h1 {
	color: #000;
}

#footer {
	width: 100%;
	height: auto;
	padding: 1em 0;
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 9;
	text-align: center;
	color: #000;
	background: #c7b99a;
}
#footer p {
	margin-bottom: 0;
	font-size: 1.1rem !important;
	text-align: right;
}
#footer a {
	color: #000;
	font-weight: 600;
}
#footer ul#social {
	float: left !important;
	width: auto !important;
	display: inline !important;
	margin: -4px 0 0 !important;
}

/* ----------------------------------------------------------------------------------------------------------
1) Links and Navigation
---------------------------------------------------------------------------------------------------------- */

a {
	font-weight: bold;
	text-decoration: none;
	-moz-transition: color 0.1s linear 0.1s;
	-webkit-transition: color 0.1s linear 0.1s;
	-o-transition: color 0.1s linear 0.1s;
	transition: color 0.1s linear 0.1s;
}
a:hover {
	text-decoration: none;
}

a:active,
a:visited,
a:link {
	color: #c7b99a;
}
a:hover {
	color: #dfd4bd;
}

.navbar-collapse {
	padding: 0 !important;
}

ul.menu {
	float: right;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
ul.menu li {
	width: auto;
	margin: 14px 2px 14px 0;
	display: inline-block !important;
	line-height: 1;
	border-right: #000 1px solid;
}
ul.menu li:last-child {
	border-right: none;
}
ul.menu li a {
	color: #000;
	padding: 0 2em !important;
	font-size: 1.5rem !important;
	font-weight: normal !important;
	text-transform: capitalize !important;
}
ul.menu li a:hover {
	color: #ccc;
	background: none !important;
}
ul.menu li.active a {
	color: #c7b99a !important;
}

/* ----------------------------------------------------------------------------------------------------------
1) Other
---------------------------------------------------------------------------------------------------------- */

ul li {
	font-size: 1rem;
}
.padded {
	padding: 2em 10em 2em 0;
}

.forminator-design--flat .forminator-input,
.forminator-design--flat .forminator-input input,
.forminator-design--flat .forminator-textarea {
	font-size: 1.25rem !important;
}
.forminator-design--flat .forminator-button-submit {
	width: auto !important;
	padding: 0.9em 2em !important;
	display: block !important;
	font-size: 1.25rem !important;
	position: relative !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	color: #fff !important;
	text-align: center !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: #00142e 0 solid !important;
	-moz-transition: color 0s linear 0s !important;
	-webkit-transition: color 0s linear 0s !important;
	-o-transition: color 0s linear 0s !important;
	transition: color 0s linear 0s !important;
	-webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
	-moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
	box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
	background: #c7b99a !important;
}
.forminator-design--flat .forminator-button-submit:hover {
	color: #ccc !important;
	background: #000 !important;
	text-decoration: none !important;
	border: #0e1b2f 0 solid !important;
}

.controlArrow.prev {
	left: 50px;
	top: 46.5%;
}
.controlArrow.next {
	right: 50px;
	top: 46.5%;
}

/* ==========================================================================
   Google Recapatcha V3
   ========================================================================== */

.grecaptcha-badge {
	display: none !important;
}

/* ----------------------------------------------------------------------------------------------------------
1) Media Queries
---------------------------------------------------------------------------------------------------------- */

/* iPhone 2G-4S in landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
	html,
	body {
		width: 100%;
		line-height: 1.5 !important;
	}
	body {
		font-size: 80% !important;
		-webkit-text-size-adjust: 80% !important;
		-ms-text-size-adjust: 80% !important;
	}

	.padded {
		padding: 140px 20px 20px;
	}
	#section0 {
		background: url("img/about_bg_ipad_land.jpg") right no-repeat;
	}
	#section2 {
		background: url("img/contact_bg_ipad_land.jpg") right no-repeat;
	}
	#slide1 {
		background: url("img/commercial_bg_ipad_land.jpg") right no-repeat;
	}
	#slide2 {
		background: url("img/lingerie_bg_ipad_land.jpg") right no-repeat;
	}
	#slide3 {
		background: url("img/beauty_bg_ipad_land.jpg") right no-repeat;
	}
	#slide4 {
		background: url("img/press_bg_ipad_land.jpg") right no-repeat;
	}
}

/* iPhone 2G-4S in portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
	html,
	body {
		width: 100%;
		line-height: 1.5 !important;
	}
	body {
		font-size: 80% !important;
		-webkit-text-size-adjust: 80%;
		-ms-text-size-adjust: 80%;
	}

	#section0 {
		background: url("img/about_bg_ipad_port.jpg") right no-repeat;
	}
	#section2 {
		background: url("img/contact_bg_ipad_port.jpg") right no-repeat;
	}
	#slide1 {
		background: url("img/commercial_bg_ipad_port.jpg") right no-repeat;
	}
	#slide2 {
		background: url("img/lingerie_bg_ipad_port.jpg") right no-repeat;
	}
	#slide3 {
		background: url("img/beauty_bg_ipad_port.jpg") right no-repeat;
	}
	#slide4 {
		background: url("img/press_bg_ipad_port.jpg") right no-repeat;
	}
}

/* iPhone 5 in landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
	html,
	body {
		width: 100%;
		line-height: 1.5 !important;
	}
	body {
		font-size: 80% !important;
		-webkit-text-size-adjust: 80% !important;
		-ms-text-size-adjust: 80% !important;
	}

	.padded {
		padding: 140px 20px 20px;
	}
	#section0 {
		background: url("img/about_bg_ipad_land.jpg") right no-repeat;
	}
	#section2 {
		background: url("img/contact_bg_ipad_land.jpg") right no-repeat;
	}
	#slide1 {
		background: url("img/commercial_bg_ipad_land.jpg") right no-repeat;
	}
	#slide2 {
		background: url("img/lingerie_bg_ipad_land.jpg") right no-repeat;
	}
	#slide3 {
		background: url("img/beauty_bg_ipad_land.jpg") right no-repeat;
	}
	#slide4 {
		background: url("img/press_bg_ipad_land.jpg") right no-repeat;
	}
}

/* iPhone 5 in portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
	html,
	body {
		width: 100%;
		line-height: 1.5 !important;
	}
	body {
		font-size: 80% !important;
		-webkit-text-size-adjust: 80% !important;
		-ms-text-size-adjust: 80% !important;
	}

	#section0 {
		background: url("img/about_bg_ipad_port.jpg") right no-repeat;
	}
	#section2 {
		background: url("img/contact_bg_ipad_port.jpg") right no-repeat;
	}
	#slide1 {
		background: url("img/commercial_bg_ipad_port.jpg") right no-repeat;
	}
	#slide2 {
		background: url("img/lingerie_bg_ipad_port.jpg") right no-repeat;
	}
	#slide3 {
		background: url("img/beauty_bg_ipad_port.jpg") right no-repeat;
	}
	#slide4 {
		background: url("img/press_bg_ipad_port.jpg") right no-repeat;
	}
}

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	html,
	body {
		width: 100%;
	}
	body {
		font-size: 80% !important;
		-webkit-text-size-adjust: 80% !important;
		-ms-text-size-adjust: 80% !important;
	}

	.padded {
		padding: 140px 20px 20px;
	}
	#section0 {
		background: url("img/about_bg_ipad_land.jpg") right no-repeat;
	}
	#section2 {
		background: url("img/contact_bg_ipad_land.jpg") right no-repeat;
	}
	#slide1 {
		background: url("img/commercial_bg_ipad_land.jpg") right no-repeat;
	}
	#slide2 {
		background: url("img/lingerie_bg_ipad_land.jpg") right no-repeat;
	}
	#slide3 {
		background: url("img/beauty_bg_ipad_land.jpg") right no-repeat;
	}
	#slide4 {
		background: url("img/press_bg_ipad_land.jpg") right no-repeat;
	}
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	html,
	body {
		width: 100%;
	}
	body {
		font-size: 80% !important;
		-webkit-text-size-adjust: 80% !important;
		-ms-text-size-adjust: 80% !important;
	}

	#section0 {
		background: url("img/about_bg_ipad_port.jpg") right no-repeat;
	}
	#section2 {
		background: url("img/contact_bg_ipad_port.jpg") right no-repeat;
	}
	#slide1 {
		background: url("img/commercial_bg_ipad_port.jpg") right no-repeat;
	}
	#slide2 {
		background: url("img/lingerie_bg_ipad_port.jpg") right no-repeat;
	}
	#slide3 {
		background: url("img/beauty_bg_ipad_port.jpg") right no-repeat;
	}
	#slide4 {
		background: url("img/press_bg_ipad_port.jpg") right no-repeat;
	}
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	html,
	body {
		width: 100%;
	}
	body {
		font-size: 80% !important;
		-webkit-text-size-adjust: 80% !important;
		-ms-text-size-adjust: 80% !important;
	}

	.padded {
		padding: 140px 20px 20px;
	}
	#section0 {
		background: url("img/about_bg_ipad_land.jpg") right no-repeat;
	}
	#section2 {
		background: url("img/contact_bg_ipad_land.jpg") right no-repeat;
	}
	#slide1 {
		background: url("img/commercial_bg_ipad_land.jpg") right no-repeat;
	}
	#slide2 {
		background: url("img/lingerie_bg_ipad_land.jpg") right no-repeat;
	}
	#slide3 {
		background: url("img/beauty_bg_ipad_land.jpg") right no-repeat;
	}
	#slide4 {
		background: url("img/press_bg_ipad_land.jpg") right no-repeat;
	}
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	html,
	body {
		width: 100%;
	}
	body {
		font-size: 80% !important;
		-webkit-text-size-adjust: 80% !important;
		-ms-text-size-adjust: 80% !important;
	}

	#section0 {
		background: url("img/about_bg_ipad_port.jpg") right no-repeat;
	}
	#section2 {
		background: url("img/contact_bg_ipad_port.jpg") right no-repeat;
	}
	#slide1 {
		background: url("img/commercial_bg_ipad_port.jpg") right no-repeat;
	}
	#slide2 {
		background: url("img/lingerie_bg_ipad_port.jpg") right no-repeat;
	}
	#slide3 {
		background: url("img/beauty_bg_ipad_port.jpg") right no-repeat;
	}
	#slide4 {
		background: url("img/press_bg_ipad_port.jpg") right no-repeat;
	}
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 320px) and (max-width: 425px) {
}

@media (min-width: 426px) and (max-width: 780px) {
}