774 lines
13 KiB
SCSS
774 lines
13 KiB
SCSS
|
|
/*-----------------------------------------------------------------------------------
|
|
|
|
Shortcodes: misc.scss
|
|
|
|
-----------------------------------------------------------------------------------*/
|
|
|
|
/* Infinity Scroll - Message Style
|
|
-----------------------------------------------------------------*/
|
|
|
|
#infscr-loading,
|
|
#portfolio-ajax-loader {
|
|
position: fixed;
|
|
z-index: 20;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 48px;
|
|
height: 48px;
|
|
margin: -24px 0 0 -24px;
|
|
background-color: rgba(0,0,0,0.7);
|
|
@include border-radius(3px);
|
|
line-height: 48px;
|
|
font-size: 24px;
|
|
color: #FFF;
|
|
text-align: center;
|
|
}
|
|
|
|
#infscr-loading,
|
|
#portfolio-ajax-loader {
|
|
img {
|
|
display: none;
|
|
width: 24px;
|
|
height: 24px;
|
|
margin: 12px;
|
|
}
|
|
}
|
|
|
|
#portfolio-ajax-loader {
|
|
display: none;
|
|
img {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.page-load-status {
|
|
position: relative;
|
|
display: none;
|
|
padding: 30px 0;
|
|
.css3-spinner {
|
|
position: absolute;
|
|
z-index: auto;
|
|
background-color: transparent !important;
|
|
}
|
|
.css3-spinner-ball-pulse-sync > div { background-color: #333; }
|
|
}
|
|
|
|
/* ----------------------------------------------------------------
|
|
Forms
|
|
-----------------------------------------------------------------*/
|
|
|
|
.sm-form-control {
|
|
display: block;
|
|
width: 100%;
|
|
height: 38px;
|
|
padding: 8px 14px;
|
|
font-size: 15px;
|
|
line-height: 1.42857143;
|
|
color: #555555;
|
|
background-color: #ffffff;
|
|
background-image: none;
|
|
border: 2px solid #DDD;
|
|
@include border-radius(0 !important);
|
|
@include transition(border-color ease-in-out .15s);
|
|
|
|
&:focus {
|
|
border-color: #AAA;
|
|
outline: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
.sm-form-control::-moz-placeholder {
|
|
color: #999;
|
|
opacity: 1;
|
|
}
|
|
|
|
.sm-form-control:-ms-input-placeholder { color: #999; }
|
|
.sm-form-control::-webkit-input-placeholder { color: #999; }
|
|
|
|
.sm-form-control[disabled],
|
|
.sm-form-control[readonly],
|
|
fieldset[disabled] .sm-form-control {
|
|
cursor: not-allowed;
|
|
background-color: #eeeeee;
|
|
opacity: 1;
|
|
}
|
|
|
|
.sm-form-control { height: auto; }
|
|
|
|
.form-control { @include border-radius(3px); }
|
|
|
|
.form-control:active,
|
|
.form-control:focus {
|
|
border-color: #999;
|
|
box-shadow: none;
|
|
}
|
|
|
|
label {
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
font-family: $heading-font;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
color: #555;
|
|
margin-bottom: 10px;
|
|
cursor: pointer;
|
|
|
|
&.label-muted {
|
|
color: #999;
|
|
font-weight: normal;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|
|
form {
|
|
.col_full,
|
|
.col_half,
|
|
.col_one_third,
|
|
.col_two_third,
|
|
.col_three_fourth,
|
|
.col_one_fourth,
|
|
.col_one_fifth,
|
|
.col_two_fifth,
|
|
.col_three_fifth,
|
|
.col_four_fifth,
|
|
.col_one_sixth,
|
|
.col_five_sixth {
|
|
margin-bottom: 25px;
|
|
}
|
|
}
|
|
|
|
|
|
/* ----------------------------------------------------------------
|
|
Contact Form
|
|
-----------------------------------------------------------------*/
|
|
|
|
|
|
#contact-form-overlay,
|
|
#contact-form-overlay-mini {
|
|
position: relative;
|
|
max-width: 800px;
|
|
background-color: #FFF;
|
|
padding: 40px;
|
|
margin: 0 auto;
|
|
z-index: 10;
|
|
@include border-radius(4px);
|
|
box-shadow: 0 1px 10px rgba(0,0,0,0.15);
|
|
}
|
|
|
|
#contact-form-overlay-mini {
|
|
float: right;
|
|
width: 380px;
|
|
margin: 0;
|
|
}
|
|
|
|
label.error {
|
|
margin-top: 5px;
|
|
color: #E42C3E;
|
|
font-weight: 400;
|
|
}
|
|
|
|
label.error { display: none !important; }
|
|
|
|
.show-error-msg + label.error { display: block !important; }
|
|
|
|
.form-control,
|
|
.sm-form-control {
|
|
&.error {
|
|
border-color: #E42C3E;
|
|
}
|
|
}
|
|
|
|
|
|
/* ----------------------------------------------------------------
|
|
Google Maps
|
|
-----------------------------------------------------------------*/
|
|
|
|
|
|
#google-map {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 450px;
|
|
}
|
|
|
|
.gmap img { max-width: none !important; }
|
|
|
|
.gm-style .gm-style-iw h3 span {
|
|
font-size: inherit;
|
|
font-family: inherit;
|
|
}
|
|
|
|
#map-overlay {
|
|
position: relative;
|
|
padding: 100px 0;
|
|
|
|
#google-map {
|
|
position: absolute;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
|
|
/* ----------------------------------------------------------------
|
|
Google Custom Search
|
|
-----------------------------------------------------------------*/
|
|
|
|
|
|
#content {
|
|
.cse .gsc-control-cse,
|
|
.gsc-control-cse,
|
|
.gsc-above-wrapper-area,
|
|
.gsc-adBlock,
|
|
.gsc-thumbnail-inside,
|
|
.gsc-url-top,
|
|
.gsc-table-result,
|
|
.gsc-webResult,
|
|
.gsc-result {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.gsc-selected-option-container {
|
|
width: auto !important;
|
|
}
|
|
|
|
.gsc-result-info {
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.gsc-above-wrapper-area-container,
|
|
.gsc-table-result {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.gcsc-branding {
|
|
display: none;
|
|
}
|
|
|
|
.gsc-results,
|
|
.gsc-webResult {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.gs-no-results-result .gs-snippet,
|
|
.gs-error-result .gs-snippet {
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
|
|
|
|
/* ----------------------------------------------------------------
|
|
Quotes & Blockquotes
|
|
-----------------------------------------------------------------*/
|
|
|
|
|
|
blockquote {
|
|
p {
|
|
margin-bottom: 15px;
|
|
}
|
|
&.pull-left {
|
|
max-width: 300px;
|
|
margin: 5px 20px 10px 0;
|
|
padding-right: 0;
|
|
}
|
|
&.pull-right {
|
|
max-width: 300px;
|
|
margin: 5px 0 10px 20px;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
.quote {
|
|
border: none !important;
|
|
position: relative;
|
|
p {
|
|
position: relative;
|
|
}
|
|
&:before {
|
|
font-family: 'font-icons';
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
content: "\e7ad";
|
|
position: absolute;
|
|
width: 48px;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
font-size: 42px;
|
|
top: 0;
|
|
left: 0;
|
|
color: #EEE;
|
|
}
|
|
&.blockquote-reverse {
|
|
&:before {
|
|
content: "\e7ae";
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* ----------------------------------------------------------------
|
|
Dropcaps & Highlights
|
|
-----------------------------------------------------------------*/
|
|
|
|
|
|
.dropcap {
|
|
float: left;
|
|
font-size: 42px;
|
|
line-height: 1;
|
|
margin: 0 5px 0 0;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.highlight {
|
|
padding: 2px 5px;
|
|
background-color: #444;
|
|
color: #FFF;
|
|
@include border-radius(2px);
|
|
}
|
|
|
|
|
|
/* ----------------------------------------------------------------
|
|
Magazine Specific Classes
|
|
-----------------------------------------------------------------*/
|
|
|
|
.top-advert {
|
|
float: right;
|
|
padding: 5px;
|
|
border-left: 1px solid #EEE;
|
|
border-right: 1px solid #EEE;
|
|
a,
|
|
img {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.bnews-title {
|
|
display: block;
|
|
float: left;
|
|
margin-top: 2px;
|
|
padding-top: .3em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.bnews-slider {
|
|
float: left;
|
|
width: 970px;
|
|
margin-left: 20px;
|
|
min-height: 0;
|
|
}
|
|
|
|
/* ----------------------------------------------------------------
|
|
Text Rotater
|
|
-----------------------------------------------------------------*/
|
|
|
|
.text-rotater {
|
|
& > .t-rotate {
|
|
& > .animated {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* ----------------------------------------------------------------
|
|
Go To Top
|
|
-----------------------------------------------------------------*/
|
|
|
|
|
|
#gotoTop {
|
|
display: none;
|
|
z-index: 299;
|
|
position: fixed;
|
|
width: 40px;
|
|
height: 40px;
|
|
background-color: #333;
|
|
background-color: rgba(0,0,0,0.3);
|
|
font-size: 20px;
|
|
line-height: 36px;
|
|
text-align: center;
|
|
color: #FFF;
|
|
top: auto;
|
|
left: auto;
|
|
right: 30px;
|
|
bottom: 50px;
|
|
cursor: pointer;
|
|
@include border-radius(2px);
|
|
&:hover {
|
|
background-color: $theme-color;
|
|
}
|
|
}
|
|
|
|
body {
|
|
&:not(.device-touch) {
|
|
#gotoTop {
|
|
@include transition(background-color .2s linear);
|
|
}
|
|
}
|
|
}
|
|
|
|
.stretched {
|
|
#gotoTop {
|
|
bottom: 30px;
|
|
}
|
|
}
|
|
|
|
/* ----------------------------------------------------------------
|
|
Error 404
|
|
-----------------------------------------------------------------*/
|
|
|
|
.error404 {
|
|
display: block;
|
|
font-size: 216px;
|
|
font-weight: 700;
|
|
color: #DDD;
|
|
line-height: 1.35;
|
|
letter-spacing: 4px;
|
|
}
|
|
.error404-wrap {
|
|
.container {
|
|
z-index: 7;
|
|
}
|
|
.error404 {
|
|
line-height: 0.9;
|
|
margin-bottom: 40px;
|
|
font-weight: bold;
|
|
font-size: 244px;
|
|
color: #FFF !important;
|
|
opacity: 0.2;
|
|
text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
|
|
}
|
|
.heading-block {
|
|
h4 {
|
|
font-weight: 300;
|
|
margin-bottom: 8px;
|
|
}
|
|
span {
|
|
font-size: 17px;
|
|
}
|
|
}
|
|
form {
|
|
max-width: 500px;
|
|
}
|
|
}
|
|
|
|
/* ----------------------------------------------------------------
|
|
Landing Pages
|
|
-----------------------------------------------------------------*/
|
|
|
|
.landing-wide-form {
|
|
background: rgba(0,0,0,0.3);
|
|
padding: 30px;
|
|
@include border-radius(3px);
|
|
}
|
|
|
|
.landing-form-overlay {
|
|
position: absolute;
|
|
z-index: 10;
|
|
top: auto;
|
|
left: auto;
|
|
right: 0;
|
|
bottom: -154px;
|
|
background-color: rgba(0,0,0,0.6);
|
|
@include border-radius(3px 3px 0 0);
|
|
}
|
|
|
|
.landing-video {
|
|
z-index: 1;
|
|
width: 560px;
|
|
height: 315px;
|
|
margin: 22px 0 0 95px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.landing-promo {
|
|
h3 {
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
|
|
.landing-promo {
|
|
> .container {
|
|
> span {
|
|
font-size: 17px;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* ----------------------------------------------------------------
|
|
Preloaders
|
|
-----------------------------------------------------------------*/
|
|
|
|
.preloader,
|
|
.preloader2,
|
|
.form-process {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url("images/preloader.gif") center center no-repeat #FFF;
|
|
}
|
|
.preloader2 {
|
|
background-color: transparent;
|
|
}
|
|
.form-process {
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 3;
|
|
background-color: rgba(255,255,255,0.7);
|
|
}
|
|
|
|
/* ----------------------------------------------------------------
|
|
Toastr Notifications
|
|
-----------------------------------------------------------------*/
|
|
|
|
|
|
.toast-title {
|
|
font-weight: bold;
|
|
}
|
|
.toast-message {
|
|
-ms-word-wrap: break-word;
|
|
word-wrap: break-word;
|
|
a,
|
|
label {
|
|
color: #ffffff;
|
|
}
|
|
a {
|
|
&:hover {
|
|
color: #cccccc;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.toast-close-button {
|
|
position: relative;
|
|
right: -0.3em;
|
|
top: -0.3em;
|
|
float: right;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: #FFFFFF;
|
|
-webkit-text-shadow: 0 1px 0 #ffffff;
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
opacity: 0.8;
|
|
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
|
|
filter: alpha(opacity=80);
|
|
line-height: 1;
|
|
&:hover,
|
|
&:focus {
|
|
color: #000000;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
opacity: 0.4;
|
|
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
|
|
filter: alpha(opacity=40);
|
|
}
|
|
}
|
|
|
|
.rtl .toast-close-button {
|
|
left: -0.3em;
|
|
float: left;
|
|
right: 0.3em;
|
|
}
|
|
/*Additional properties for button version
|
|
iOS requires the button element instead of an anchor tag.
|
|
If you want the anchor version, it requires `href="#"`.*/
|
|
|
|
button {
|
|
&.toast-close-button {
|
|
padding: 0;
|
|
cursor: pointer;
|
|
background: transparent;
|
|
border: 0;
|
|
-webkit-appearance: none;
|
|
}
|
|
}
|
|
|
|
.toast-top-full-width {
|
|
top: 10px;
|
|
right: 0;
|
|
width: 100%;
|
|
}
|
|
.toast-bottom-full-width {
|
|
bottom: 10px;
|
|
right: 0;
|
|
width: 100%;
|
|
}
|
|
.toast-top-left {
|
|
top: 12px;
|
|
left: 12px;
|
|
}
|
|
.toast-top-right {
|
|
top: 12px;
|
|
right: 12px;
|
|
}
|
|
.toast-bottom-right {
|
|
right: 12px;
|
|
bottom: 12px;
|
|
}
|
|
.toast-bottom-left {
|
|
bottom: 12px;
|
|
left: 12px;
|
|
}
|
|
#toast-container {
|
|
position: fixed;
|
|
z-index: 999999;
|
|
pointer-events: none;
|
|
/*overrides*/
|
|
* {
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
& > div {
|
|
position: relative;
|
|
pointer-events: auto;
|
|
overflow: hidden;
|
|
margin: 0 0 6px;
|
|
padding: 20px 25px;
|
|
width: 300px;
|
|
@include border-radius(3px);
|
|
background-repeat: no-repeat;
|
|
-moz-box-shadow: 0 0 12px #999999;
|
|
-webkit-box-shadow: 0 0 12px #999999;
|
|
box-shadow: 0 0 12px #999999;
|
|
color: #FFFFFF;
|
|
opacity: 0.8;
|
|
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
|
|
filter: alpha(opacity=80);
|
|
}
|
|
> div.rtl { direction: rtl; }
|
|
> div:hover {
|
|
-moz-box-shadow: 0 0 12px #000000;
|
|
-webkit-box-shadow: 0 0 12px #000000;
|
|
box-shadow: 0 0 12px #000000;
|
|
opacity: 1;
|
|
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
|
filter: alpha(opacity=100);
|
|
cursor: pointer;
|
|
}
|
|
&.toast-top-center > div,
|
|
&.toast-bottom-center > div {
|
|
width: 300px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
&.toast-top-full-width > div,
|
|
&.toast-bottom-full-width > div {
|
|
width: 96%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
|
|
.toast {
|
|
background-color: #030303;
|
|
}
|
|
.toast-success {
|
|
background-color: #51a351;
|
|
}
|
|
.toast-error {
|
|
background-color: #bd362f;
|
|
}
|
|
.toast-info {
|
|
background-color: #2f96b4;
|
|
}
|
|
.toast-warning {
|
|
background-color: #f89406;
|
|
}
|
|
|
|
.toast-progress {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
height: 4px;
|
|
background-color: #000000;
|
|
opacity: 0.4;
|
|
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
|
|
filter: alpha(opacity=40);
|
|
}
|
|
/*Responsive Design*/
|
|
@media all and (max-width: 240px) {
|
|
#toast-container > div {
|
|
padding: 10px 15px;
|
|
width: 11em;
|
|
}
|
|
#toast-container .toast-close-button {
|
|
right: -0.2em;
|
|
top: -0.2em;
|
|
}
|
|
#toast-container .rtl .toast-close-button {
|
|
left: -0.2em;
|
|
right: 0.2em;
|
|
}
|
|
}
|
|
@media all and (min-width: 241px) and (max-width: 480px) {
|
|
#toast-container > div {
|
|
padding: 10px 15px;
|
|
width: 18em;
|
|
}
|
|
#toast-container .toast-close-button {
|
|
right: -0.2em;
|
|
top: -0.2em;
|
|
}
|
|
#toast-container .rtl .toast-close-button {
|
|
left: -0.2em;
|
|
right: 0.2em;
|
|
}
|
|
}
|
|
@media all and (min-width: 481px) and (max-width: 768px) {
|
|
#toast-container > div {
|
|
padding: 15px 20px;
|
|
width: 25em;
|
|
}
|
|
}
|
|
|
|
|
|
/* ----------------------------------------------------------------
|
|
Wedding
|
|
-----------------------------------------------------------------*/
|
|
|
|
|
|
.wedding-head {
|
|
position: relative;
|
|
line-height: 1;
|
|
font-size: 80px;
|
|
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
|
|
.first-name,
|
|
.last-name,
|
|
.and {
|
|
display: inline-block;
|
|
margin-right: 15px;
|
|
font-weight: bold;
|
|
text-align: right;
|
|
text-transform: uppercase;
|
|
font-family: $heading-font;
|
|
letter-spacing: 2px;
|
|
}
|
|
.last-name {
|
|
margin: 0 0 0 15px;
|
|
text-align: left;
|
|
}
|
|
.first-name span,
|
|
.last-name span {
|
|
display: block;
|
|
margin-top: 10px;
|
|
font-size: 56px;
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
font-family: $secondary-font;
|
|
text-transform: none;
|
|
}
|
|
.and {
|
|
margin: 0;
|
|
font-size: 200px;
|
|
font-family: 'Times New Roman', serif;
|
|
}
|
|
}
|