/*
 Theme Name:   SculpSure
 Author:       Auretto Works
 Version:      1.0
*/
@charset "UTF-8";
@import url('css/fonts.css');
@import url('css/font-awesome.min.css');
@import url('css/reset.css');
@import url('css/grid.css');
@import url('css/jquery.bxslider.css');

* {
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #F08B23;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
a:hover {
    color: #fff;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
sup {
    vertical-align: super;
    font-size: 0.7em;
}
sub {
    vertical-align: sub;
    font-size: 0.7em;
}
small {
	font-size: 75%;
	display: inline-block;
	line-height: 1.3;
}
::selection {
    background: rgba(0,0,0,0.1);
}
::-moz-selection {
    background: rgba(0,0,0,0.1);
}
::-webkit-input-placeholder {
    line-height: inherit;
    color: rgba(255,255,255,0.7);
}
:-moz-placeholder {
    line-height: inherit;
    color: rgba(255,255,255,0.7);
}
::-moz-placeholder {
    line-height: inherit;
    color: rgba(255,255,255,0.7));
}
:-ms-input-placeholder {
    line-height: inherit;
    color: rgba(255,255,255,0.7);
}
img {
	max-width: 100%;
}
p:empty{
    display: none;
}
textarea, input {
    outline: none;
    font-family: inherit;
    font-size: 20px;
    line-height: 20px;
    font-weight: inherit;
    padding: 5px 8px;
    background: #D3D3D3;
    color: #cc031e;
    border: none;
    min-width: 255px;
    resize: none;
}
input[type="submit"],
.button,
#pagecontent a.button {
    display: inline-block;
    text-align: center;
    min-width: 0;
    background-color: #df1f26;
    color: #fff;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
}
input[type="submit"] i.fa,
.button i.fa {
    margin-right: 5px;
}
.clear {
    clear: both;
    height: 0;
}
.has-transition {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.has-slow-transition {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.has-fast-transition {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:link {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.text-center {
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}

body, html {
    overflow-x: hidden;
}
html {
    background: #000 url('images/bg2.jpg') center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
body {
    font-size: 16px;
    line-height: 1.25;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#wrapper {
	box-shadow: 0 0 40px rgba(0,0,0,0.5);
	border-radius: 0 0 15px 15px;
}
#header {
	position: relative;
	padding-top: 200px;
	min-height: 500px;
	background: url('images/header-bg-with-logo.png') center top no-repeat;
}

#header a.instagram_icon { 
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	font-size: 25px; 
}

#header-logo {
	position: absolute;
	top: 36px;
	left: 45px;
	width: 255px;
	height: 60px;
}
/*
#header-brand {
	width: 230px;
	height: 200px;
	background: url('images/header-branding.png') 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 0;
}
*/
#header-brand {
	width: 209px;
	height: 205px;
	background: url('images/besure.png') 0 0 no-repeat;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 0;
}
#header h1 {
	padding-top: 80px;
	padding-left: 45px;
	font-size: 46px;
	font-family: 'Flama';
}
#header h1 span {
	display: none;
}
#menu {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 15px;
	background: #f29c43;
	background: -moz-linear-gradient(top, #f29c43 0%, #d2710e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29c43), color-stop(100%,#d2710e));
	background: -webkit-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: -o-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: -ms-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: linear-gradient(to bottom, #f29c43 0%,#d2710e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29c43', endColorstr='#d2710e',GradientType=0 );
}
#menu > li {
	position: relative;
	float: left;
	line-height: 40px;
}
#menu li a {
	display: inline-block;
	padding: 1px 15px 0;
	color: #fff;
	font-weight: bold;
	position: relative;
}
#menu li a:after {
	content: '';
}
#menu li a:hover::after {
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	background-color: #fff;
}
#menu li ul {
	display: none;
}
#menu li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	line-height: 40px;
}
#menu li:hover ul li a {
	width: 100%;
	background: #f29c43;
	background: -moz-linear-gradient(top, #f29c43 0%, #d2710e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29c43), color-stop(100%,#d2710e));
	background: -webkit-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: -o-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: -ms-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: linear-gradient(to bottom, #f29c43 0%,#d2710e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29c43', endColorstr='#d2710e',GradientType=0 );
}

.mobile_nav {
	display: none;
}

.pagecontent {
	padding: 40px 20px;
	line-height: 1.5;
}
.pagecontent p, .pagecontent ul, .pagecontent ol {
	margin-bottom: 15px;
}
.pagecontent ul, .pagecontent ol {
	padding-left: 35px;
	margin-bottom: 20px;
}
.pagecontent ul li {
	position: relative;
}
.pagecontent ul li::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #F08B23;
	opacity: 0.8;
}
.pagecontent blockquote {
	font-size: 130%;
	color: #F08B23;
	border-radius: 8px;
	font-family: 'Flama';
	padding: 20px 25px;
	line-height: 1.2;
	margin-bottom: 20px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(255,255,255,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(255,255,255,0.1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(255,255,255,0.1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(255,255,255,0.1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(255,255,255,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(255,255,255,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#1affffff',GradientType=0 );
}
.pagecontent blockquote p {
	margin: 0;
}
.pagecontent h2 {
	font-size: 150%;
	font-family: 'Flama';
	color: #F08B23;
	margin-bottom: 10px;
	margin-top: 30px;
	line-height: 1.1;
}
.pagecontent h3 {
	font-size: 110%;
	font-family: 'Flama';
	color: #F08B23;
	margin-bottom: 5px;
	margin-top: 20px;
}
.pagecontent hr {
	margin: 30px 0 20px;
	border: none;
	height: 1px;
	background-color: #F08B23;
	opacity: 0.5;
}
.pagecontent .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	margin-bottom: 20px;
	height: 0;
}
.pagecontent .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pagecontent ul.gallery-carousel li::before {
	display: none;
}
.pagecontent .bx-wrapper {
	margin-bottom: 30px !important;
}
.pagecontent .bx-wrapper .bx-viewport {
	border: none;
	background-color: transparent;
	box-shadow: none;
}
.pagecontent .bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	font-size: 28px;
}

.pagecontent table.gallery td {
	padding: 20px 10px 0;
	position: relative;
}
.pagecontent table.gallery td img {
	display: block;
	max-width: 270px\0;
}
/* fix only firefox */
@-moz-document url-prefix() {
    .pagecontent table.gallery td img {
		display: block;
		max-width: 270px;
	}
}
.pagecontent table.gallery td .sub {
	font-family: 'Flama';
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 10px;
	width: calc(100% - 20px);
	background: rgba(0,0,0,0.4);
	text-align: center;
	padding: 5px 0;
}


.sidebar {
	padding-top: 25px;
}
.sidebar .sidebar-button {
	position: relative;
	display: block;
	width: 250px;
	height: 85px;
	border-radius: 8px;
	color: #fff;
	margin: 15px auto;
	background: #f29c43;
	background: -moz-linear-gradient(top, #f29c43 0%, #d2710e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29c43), color-stop(100%,#d2710e));
	background: -webkit-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: -o-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: -ms-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: linear-gradient(to bottom, #f29c43 0%,#d2710e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29c43', endColorstr='#d2710e',GradientType=0 );
}
.sidebar .sidebar-button:hover {
	background: #f29c43;
	background: -moz-linear-gradient(top, #d2710e 0%, #f29c43 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2710e), color-stop(100%,#f29c43));
	background: -webkit-linear-gradient(top, #d2710e 0%,#f29c43 100%);
	background: -o-linear-gradient(top, #d2710e 0%,#f29c43 100%);
	background: -ms-linear-gradient(top, #d2710e 0%,#f29c43 100%);
	background: linear-gradient(to bottom, #d2710e 0%,#f29c43 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2710e', endColorstr='#f29c43',GradientType=0 );
}
.sidebar .sidebar-button span.text {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-family: 'Flama';
	font-size: 20px;
	text-align: right;
	line-height: 1.1;
}
.sidebar .sidebar-button i {
	opacity: 0.8;
	font-size: 56px;
	position: absolute;
	top: 10px;
	left: 15px;
}
.sidebar .sidebar-button i.fa-camera{
	top: 16px;
}
.sidebar .sidebar-button i.fa-search{
	font-size: 70px;
	top: 5px;
}
.sidebar .sidebar-button i.fa-facebook-square{
	font-size: 65px;
}
.sidebar .sidebar-button a {
	position: absolute;
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


#footer {
	padding-bottom: 50px;
}
#footer p.copyright {
	padding-top: 15px;
	font-size: 12px;
	text-align: center;
}




/* Find a provider */
form.filter { margin-bottom: 20px; overflow: hidden; }
form.filter label { line-height: 33px; font-size: 120%; color: #F08B23; }
form.filter input[type="text"] { background: rgba(255,255,255,0.5); color: #fff; border-radius: 4px; min-width: inherit; line-height: 23px; width: 130px; margin-left: 5px;}
form.filter input[type="submit"] {
	color: #fff;
	background: #f29c43;
	width: 100%;
	line-height: 23px;
	background: -moz-linear-gradient(top, #f29c43 0%, #d2710e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29c43), color-stop(100%,#d2710e));
	background: -webkit-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: -o-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: -ms-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: linear-gradient(to bottom, #f29c43 0%,#d2710e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29c43', endColorstr='#d2710e',GradientType=0 );
	border-radius: 4px;
}
form.filter input[type="submit"]:hover {
	color: #fff;
	background: #f29c43;
	background: -moz-linear-gradient(top, #d2710e 0%, #f29c43 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2710e), color-stop(100%,#f29c43));
	background: -webkit-linear-gradient(top, #d2710e 0%,#f29c43 100%);
	background: -o-linear-gradient(top, #d2710e 0%,#f29c43 100%);
	background: -ms-linear-gradient(top, #d2710e 0%,#f29c43 100%);
	background: linear-gradient(to bottom, #d2710e 0%,#f29c43 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2710e', endColorstr='#f29c43',GradientType=0 );
}
.select2-container.select2 { width: 100%; height: 33px; }
.select2-container .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choice { height: 33px; width: 100%; border: none; color: #fff; background: rgba(255,255,255,0.5); font-size: 20px; }
.select2-container .select2-choice .select2-arrow { background: none; border: none; }
.select2-container .select2-choice .select2-arrow b { margin-top: 3px; }
.select2-container .select2-choice > .select2-chosen { line-height: 33px; }
.select2-dropdown-open .select2-choice { box-shadow: none; }
.select2-drop-active, .select2-drop.select2-drop-above.select2-drop-active { background: rgba(255,255,255,1); border: none; }
.select2-results .select2-highlighted { background: #F08B23; color: #fff; }

.filter #map-holder { width: 100%; height: 400px; }

h2.provider-result-box-title { margin-bottom: 30px; }
#content .provider_single { padding: 10px; background: rgba(255,255,255, 0.2); border-radius: 8px; margin-bottom: 20px; width: calc(50% - 10px); line-height: 1.2; }
#content .provider_single.alpha { clear: both; }
.pagecontent .provider_single p { margin-bottom: 3px; font-size: 14px; }
.pagecontent .provider_single .name { font-size: 120%; font-family: 'Flama'; color: #F08B23; margin-bottom: 20px; line-height: 1.1; }


.contact_form { padding: 0 20px 40px; display: inline-block; }
.contact_form .columns.six { width: calc(50% - 10px); }
.contact_form h2 { font-size: 150%; font-family: 'Flama'; color: #F08B23; margin-bottom: 30px; margin-top: 30px; line-height: 1.1; }
.contact_form input { background: rgba(255,255,255,0.5); width: 100%; color: #fff; line-height: 30px; min-width: inherit; }
.contact_form input[type="submit"] { 
	width: auto;
	min-width: auto;
	float: right;
	color: #fff;
	background: #f29c43;
	background: -moz-linear-gradient(top, #f29c43 0%, #d2710e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29c43), color-stop(100%,#d2710e));
	background: -webkit-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: -o-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: -ms-linear-gradient(top, #f29c43 0%,#d2710e 100%);
	background: linear-gradient(to bottom, #f29c43 0%,#d2710e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29c43', endColorstr='#d2710e',GradientType=0 );
	border-radius: 4px;
}
.contact_form input[type="submit"]:hover {
	color: #fff;
	background: #f29c43;
	background: -moz-linear-gradient(top, #d2710e 0%, #f29c43 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2710e), color-stop(100%,#f29c43));
	background: -webkit-linear-gradient(top, #d2710e 0%,#f29c43 100%);
	background: -o-linear-gradient(top, #d2710e 0%,#f29c43 100%);
	background: -ms-linear-gradient(top, #d2710e 0%,#f29c43 100%);
	background: linear-gradient(to bottom, #d2710e 0%,#f29c43 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2710e', endColorstr='#f29c43',GradientType=0 );
}

#content .contact_form .form_title { height: 80px; position: relative; top: 0; margin-bottom: 20px; }
#content .contact_form .form_title h2 { text-shadow: 1px 1px 1px #000000; margin: 0; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

hr.contact { margin: 30px 0 20px; border: none; height: 1px; background-color: #F08B23; opacity: 0.5; }

span.wpcf7-not-valid-tip { padding-top: 5px; }
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok { border-color: #F08B23; border-radius: 8px; padding: 7px 20px; margin: 1em 0.5em 1em; }

form.mktoForm { width: 100% !important; }
.mktoForm .mktoFormCol { width: 100%; margin-bottom: 20px !important; }
.mktoForm .mktoFormCol .mktoFieldWrap { width: 100%; }
.mktoForm .mktoFormCol .mktoFieldWrap input { width: 100% !important; background: rgba(255,255,255,0.5); color: #fff; line-height: 30px; min-width: inherit; font-weight: inherit; padding: 5px 8px; border: none; resize: none; font-size: 20px; }
.mktoFieldWrap { position: relative; }
.mktoFieldWrap .mktoAsterix { position: absolute; right: 5px; }
.mktoForm .mktoOffset, .mktoForm .mktoGutter { display: none; }
.mktoButtonRow { width: 100% !important; }
.mktoForm .mktoRequiredField .mktoAsterix { color: #fff; }
.mktoForm .mktoButtonWrap.mktoDownloadButton button.mktoButton {
	float: right;
	width: auto;
	min-width: auto;
	color: #fff;
	background: #f29c43;
	background: -moz-linear-gradient(top, #f29c43 0%, #d2710e 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29c43), color-stop(100%,#d2710e))  !important;
	background: -webkit-linear-gradient(top, #f29c43 0%,#d2710e 100%) !important;
	background: -o-linear-gradient(top, #f29c43 0%,#d2710e 100%) !important;
	background: -ms-linear-gradient(top, #f29c43 0%,#d2710e 100%) !important;
	background: linear-gradient(to bottom, #f29c43 0%,#d2710e 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29c43', endColorstr='#d2710e',GradientType=0 )  !important;
	border-radius: 4px;
	border: none;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 20px;
	cursor: pointer;
	outline: none;
	height: auto;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.mktoForm .mktoButtonWrap.mktoDownloadButton button.mktoButton:hover {
	color: #fff;
	background: #f29c43 !important;
	background: -moz-linear-gradient(top, #d2710e 0%, #f29c43 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2710e), color-stop(100%,#f29c43)) !important;
	background: -webkit-linear-gradient(top, #d2710e 0%,#f29c43 100%) !important;
	background: -o-linear-gradient(top, #d2710e 0%,#f29c43 100%) !important;
	background: -ms-linear-gradient(top, #d2710e 0%,#f29c43 100%) !important;
	background: linear-gradient(to bottom, #d2710e 0%,#f29c43 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2710e', endColorstr='#f29c43',GradientType=0 ) !important;
}
