/*------------------------------------------------------------------------------------

Theme Name: TickTock
Theme URI: http://demo.profrontend.com/tick-tock-wp
Description: Under construction / coming soon theme.
Author: Profrontend
Author URI: http://www.profrontend.com
Version: 1.1.2

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, custom-colors, theme-options
Text Domain: ticktock

--------------------------------------------------------------------------------------

/* Table of Content
==================================================
    Wordpress generated classes
	Typography and Spacing Styles
    General Styles
    Backgrounds Styles
    Overlay Styles
    Main Container Styles
    #Top Styles
    #Ticktock-slides Styles
    #Home Styles
    #Contact Styles
    #Subscribe Styles
    Media Queries - specific styles on mobile devices
*/


/* Wordpress generated classes
================================================== */

/* Assistive text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

blockquote {
    background-color: #fff;
    border-color: #ccc;
}

/*Sizes*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.wp-post-image {
    max-width: 100%;
    height: auto;
}

/* Responsive images. Fluid images for posts, comments, and widgets */
.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
    height: auto;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
    margin-bottom: 24px;
    max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
    margin-bottom: 0;
}

/* Alignment */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote.alignleft{
    margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

blockquote.alignright {
    margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}

.content blockquote.alignleft,
.content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
}

.content blockquote.alignleft p,
.content blockquote.alignright p {
    margin-bottom: 17px;
}

.wp-caption {
    margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption {
    color: #767676;
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding-right: 10px;
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.content img.alignleft {
    float: left;
    margin: 0px 22px 11px 0px;
}

.content img.alignright {
    float: right;
    margin: 0px 0px 11px 22px;
}

.content img.aligncenter {
    display: block;
    margin: 0 auto 22px;
}

.content img.alignleft,
.content img.alignright,
.content img.aligncenter {
    max-width: 40%;
    height: auto;
}
.sticky,
.gallery-caption,
.bypostauthor {}
/*end Wordpress generated classes*/


/* Typography and Spacing Styles
================================================== */
html {font-size: 0.938em;}

body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5714286;
}

body .font2 {
    font-family: Montserrat, sans-serif;
}

.margin0 {
    margin: 0;
}

p {
    margin: 0 0 11px 0;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}

body .box-space {
    margin-top: 66px;
    margin-bottom: 66px;
    display: block;
}

body .box-space-top {
    margin-top: 66px;
    display: block;
}

body .box-space-bottom {
    margin-bottom: 66px;
    display: block;
}

body .box-half-space {
    margin-top: 33px;
    margin-bottom: 33px;
    display: block;
}

body .box-half-space-top {
    margin-top: 33px;
    display: block;
}

body .box-half-space-bottom {
    margin-bottom: 33px;
    display: block;
}
.size18 {
    font-size: 18px;
}

/* General Styles
================================================== */
html, body {
    overflow: visible;
    margin:0;
    padding:0;
    background-color: #2B2B2B;
}

body {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff url(images/preloader.gif) no-repeat center 45%;
    z-index: 99999;
}

.clear {
    clear: both;
}

.show {
    display: block !important;
}

.window-height {
    height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.inview {
    visibility: hidden;
}

hr {
    border-color: #727878;
    opacity: 0.3;
}

.section-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0;
}

html a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

html a:hover,
html a:focus {
    color: #fff;
    text-decoration: none;
}

html * {
    -webkit-font-smoothing: antialiased;
}

.smooth {
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.list-unstyled {
    margin-bottom: 0;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}

.main-col {
    width: 80%;
}

.main-col-text {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.cell-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.center-cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.main-color{
    color: #fff;
}

.main-color-hover:hover {
    color: #fff !important;
}

.field,
.button {
    display: inline-block;
    padding: 11px 11px 12px;
    margin: 1px 1px 1px 0;
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid transparent;
    border-bottom-color: rgba(255,255,255,0.4);
    color: rgba(255,255,255,0.95);
    cursor: pointer;
    background-color: transparent;
    text-shadow: 0px 1px 7px #333;
}

.field.full-border,
.button.full-border {
    border-color: rgba(255,255,255,0.4);
}

.field:focus,
.button:focus,
.button.active,
.button:hover,
.content-pagination > span.button,
nav .current_page_item .button,
nav .current_page_ancestor .button {
    border-bottom-color: #fff;
    color: #fff;
}

.button.full-border:focus,
.button.full-border.active,
.button.full-border:hover {
    border-color: #fff;
}

.button.main-color:focus,
.button.main-color.active,
.button.main-color:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

blockquote {
    border-color: #fff;
    background: transparent;
}

/* Backgrounds Styles
================================================== */
#backgrounds {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#backgrounds .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

#backgrounds .background.active {
    opacity: 1;
}

body .backstretch {
    z-index: 9 !important;
}

/* Overlay Styles
================================================== */
#overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(30, 30, 30, 0.45) url(images/ol.png);
    z-index: 10;
}

/* Main Container Styles
================================================== */
#main-container {
    position: relative;
    z-index: 100;
}

/* #Top Styles
================================================== */
#top h1 {
    font-weight: 600;
    letter-spacing: 0.2em;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

#top h1 span {
    padding-top: 9px;
    display: inline-block;
    color: #fff;
}

#top #main-nav {
    text-align: right;
}

#top #main-nav ul {
    position: static;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

#top #main-nav ul li {
    display: inline-block;
}


/* #Ticktock-slides Styles
================================================== */
#ticktock-slides .slide {
    display: none;
}

#ticktock-slides .slide.active {
    display: block;
}

#ticktock-slides .col {
    border-left: 1px solid rgba(255,255,255,0.2)
}

#ticktock-slides .col:first-child {
    border-left-width: 0;
}

/* #Home Styles
================================================== */
#home .col {
    height: 198px;
    text-align: center;
}

#home .ticktock {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 36px;
}

#home .ticktock-text {
    font-weight: 400;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.6);
}

/* #Contact Styles
================================================== */
#form-container input {
    width: 100%;
}

#form-container textarea {
    width: 100%;
    resize: none;
}

#form-container .button {
    font-size: 18px;
    min-width: 84px;
}

/* #Subscribe Styles
================================================== */
.subscribe-form .subscribe-fields {
    font-size: 24px;
}

.subscribe-form .subscribe-left {
    float: left;
    width: 84%;
    margin: 0;
}

.subscribe-form .subscribe-left .field {
    display: block;
    width: 100%;
}

.subscribe-form .subscribe-right {
    float: right;
    width: 15%;
    margin: 0;
}

.subscribe-form .subscribe-right .button {
    width: 100%;
}

body.ie .subscribe-form .subscribe-right .button {
    height: 49px;
}


/* Media Queries
================================================== */
/* #Mobile*/
@media only screen and (max-width: 767px) {

    html {
        font-size: 0.75em;
    }

    .xs-text-center {
        text-align: center !important;
    }

    #home .ticktock {
        letter-spacing: 0px;
        font-size: 30px;
    }

    #overlay {
        position: absolute;
    }

}/* #End Mobile*/


/* Default Colors */
body .main-color:not(.button),
body .button.main-color:focus,
body .button.main-color.active,
body .button.main-color:hover {
    color: #0AAD80;
}

body .main-color-hover:hover {
    color: #0AAD80;
}