/*
Theme Name: Stile Tiling
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: stiletiling

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Helvetica Neue Thin";
    src: url(assets/fonts/HelveticaNeue-Thin.otf);
}

body {
    font-family: "Helvetica Neue Thin", Arial, sans-serif;
}

::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.8);
}

#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    background-color: #000;
    z-index: 9999;
}

.cssload-container * {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cssload-container {
    margin: 13px auto 0 auto;
    max-width: 363px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 45px);
}

.cssload-container ul li{
    list-style: none;
}

.cssload-flex-container {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: space-around;
}
.cssload-flex-container li {
    padding: 6px;
    height: 65px;
    width: 65px;
    margin: 19px 13px;
    position: relative;
    text-align: center;
}

.cssload-loading-center {
    display: inline-block;
    position: absolute;
    background: rgb(240,240,240);
    height: 19px;
    width: 19px;
    left: 23px;
    top: 24px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    animation: pulse 1.15s ease infinite;
    -o-animation: pulse 1.15s ease infinite;
    -ms-animation: pulse 1.15s ease infinite;
    -webkit-animation: pulse 1.15s ease infinite;
    -moz-animation: pulse 1.15s ease infinite;
}

.cssload-loading {
    display: inline-block;
    position: relative;
    width: 49px;
    height: 49px;
    margin-top: 2px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.cssload-loading:after, .cssload-loading:before {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    display: block;
    top: 0;
    background: rgba(255,255,255,0.87);
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    animation-delay: -.5.75s;
    -o-animation-delay: -.5.75s;
    -ms-animation-delay: -.5.75s;
    -webkit-animation-delay: -.5.75s;
    -moz-animation-delay: -.5.75s;
}
.cssload-loading:after {
    right: 0;
    animation: square-tr 2.3s ease infinite;
    -o-animation: square-tr 2.3s ease infinite;
    -ms-animation: square-tr 2.3s ease infinite;
    -webkit-animation: square-tr 2.3s ease infinite;
    -moz-animation: square-tr 2.3s ease infinite;
    animation-delay: .143.75s;
    -o-animation-delay: .143.75s;
    -ms-animation-delay: .143.75s;
    -webkit-animation-delay: .143.75s;
    -moz-animation-delay: .143.75s;
}
.cssload-loading:before {
    animation: square-tl 2.3s ease infinite;
    -o-animation: square-tl 2.3s ease infinite;
    -ms-animation: square-tl 2.3s ease infinite;
    -webkit-animation: square-tl 2.3s ease infinite;
    -moz-animation: square-tl 2.3s ease infinite;
    animation-delay: .143.75s;
    -o-animation-delay: .143.75s;
    -ms-animation-delay: .143.75s;
    -webkit-animation-delay: .143.75s;
    -moz-animation-delay: .143.75s;
}

.cssload-loading.cssload-two {
    position: relative;
    top: -52px;
}
.cssload-loading.cssload-two:after, .cssload-loading.cssload-two:before {
    bottom: 0;
    top: initial;
}
.cssload-loading.cssload-two:after {
    animation: square-br 2.3s ease infinite;
    -o-animation: square-br 2.3s ease infinite;
    -ms-animation: square-br 2.3s ease infinite;
    -webkit-animation: square-br 2.3s ease infinite;
    -moz-animation: square-br 2.3s ease infinite;
    animation-direction: reverse;
    -o-animation-direction: reverse;
    -ms-animation-direction: reverse;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
}
.cssload-loading.cssload-two:before {
    animation: square-bl 2.3s ease infinite;
    -o-animation: square-bl 2.3s ease infinite;
    -ms-animation: square-bl 2.3s ease infinite;
    -webkit-animation: square-bl 2.3s ease infinite;
    -moz-animation: square-bl 2.3s ease infinite;
    animation-direction: reverse;
    -o-animation-direction: reverse;
    -ms-animation-direction: reverse;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
}
@keyframes square-tl {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(0, 40.5px);
    }
    50% {
        transform: translate(40.5px, 40.5px);
    }
    75% {
        transform: translate(40.5px, 0);
    }
}

@-o-keyframes square-tl {
    0% {
        -o-transform: translate(0, 0);
    }
    25% {
        -o-transform: translate(0, 40.5px);
    }
    50% {
        -o-transform: translate(40.5px, 40.5px);
    }
    75% {
        -o-transform: translate(40.5px, 0);
    }
}

@-ms-keyframes square-tl {
    0% {
        -ms-transform: translate(0, 0);
    }
    25% {
        -ms-transform: translate(0, 40.5px);
    }
    50% {
        -ms-transform: translate(40.5px, 40.5px);
    }
    75% {
        -ms-transform: translate(40.5px, 0);
    }
}

@-webkit-keyframes square-tl {
    0% {
        -webkit-transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(0, 40.5px);
    }
    50% {
        -webkit-transform: translate(40.5px, 40.5px);
    }
    75% {
        -webkit-transform: translate(40.5px, 0);
    }
}

@-moz-keyframes square-tl {
    0% {
        -moz-transform: translate(0, 0);
    }
    25% {
        -moz-transform: translate(0, 40.5px);
    }
    50% {
        -moz-transform: translate(40.5px, 40.5px);
    }
    75% {
        -moz-transform: translate(40.5px, 0);
    }
}

@keyframes square-bl {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(0, -40.5px);
    }
    50% {
        transform: translate(40.5px, -40.5px);
    }
    75% {
        transform: translate(40.5px, 0);
    }
}

@-o-keyframes square-bl {
    0% {
        -o-transform: translate(0, 0);
    }
    25% {
        -o-transform: translate(0, -40.5px);
    }
    50% {
        -o-transform: translate(40.5px, -40.5px);
    }
    75% {
        -o-transform: translate(40.5px, 0);
    }
}

@-ms-keyframes square-bl {
    0% {
        -ms-transform: translate(0, 0);
    }
    25% {
        -ms-transform: translate(0, -40.5px);
    }
    50% {
        -ms-transform: translate(40.5px, -40.5px);
    }
    75% {
        -ms-transform: translate(40.5px, 0);
    }
}

@-webkit-keyframes square-bl {
    0% {
        -webkit-transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(0, -40.5px);
    }
    50% {
        -webkit-transform: translate(40.5px, -40.5px);
    }
    75% {
        -webkit-transform: translate(40.5px, 0);
    }
}

@-moz-keyframes square-bl {
    0% {
        -moz-transform: translate(0, 0);
    }
    25% {
        -moz-transform: translate(0, -40.5px);
    }
    50% {
        -moz-transform: translate(40.5px, -40.5px);
    }
    75% {
        -moz-transform: translate(40.5px, 0);
    }
}

@keyframes square-tr {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-40.5px, 0);
    }
    50% {
        transform: translate(-40.5px, 40.5px);
    }
    75% {
        transform: translate(0, 40.5px);
    }
}

@-o-keyframes square-tr {
    0% {
        -o-transform: translate(0, 0);
    }
    25% {
        -o-transform: translate(-40.5px, 0);
    }
    50% {
        -o-transform: translate(-40.5px, 40.5px);
    }
    75% {
        -o-transform: translate(0, 40.5px);
    }
}

@-ms-keyframes square-tr {
    0% {
        -ms-transform: translate(0, 0);
    }
    25% {
        -ms-transform: translate(-40.5px, 0);
    }
    50% {
        -ms-transform: translate(-40.5px, 40.5px);
    }
    75% {
        -ms-transform: translate(0, 40.5px);
    }
}

@-webkit-keyframes square-tr {
    0% {
        -webkit-transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(-40.5px, 0);
    }
    50% {
        -webkit-transform: translate(-40.5px, 40.5px);
    }
    75% {
        -webkit-transform: translate(0, 40.5px);
    }
}

@-moz-keyframes square-tr {
    0% {
        -moz-transform: translate(0, 0);
    }
    25% {
        -moz-transform: translate(-40.5px, 0);
    }
    50% {
        -moz-transform: translate(-40.5px, 40.5px);
    }
    75% {
        -moz-transform: translate(0, 40.5px);
    }
}

@keyframes square-br {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-40.5px, 0);
    }
    50% {
        transform: translate(-40.5px, -40.5px);
    }
    75% {
        transform: translate(0, -40.5px);
    }
}

@-o-keyframes square-br {
    0% {
        -o-transform: translate(0, 0);
    }
    25% {
        -o-transform: translate(-40.5px, 0);
    }
    50% {
        -o-transform: translate(-40.5px, -40.5px);
    }
    75% {
        -o-transform: translate(0, -40.5px);
    }
}

@-ms-keyframes square-br {
    0% {
        -ms-transform: translate(0, 0);
    }
    25% {
        -ms-transform: translate(-40.5px, 0);
    }
    50% {
        -ms-transform: translate(-40.5px, -40.5px);
    }
    75% {
        -ms-transform: translate(0, -40.5px);
    }
}

@-webkit-keyframes square-br {
    0% {
        -webkit-transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(-40.5px, 0);
    }
    50% {
        -webkit-transform: translate(-40.5px, -40.5px);
    }
    75% {
        -webkit-transform: translate(0, -40.5px);
    }
}

@-moz-keyframes square-br {
    0% {
        -moz-transform: translate(0, 0);
    }
    25% {
        -moz-transform: translate(-40.5px, 0);
    }
    50% {
        -moz-transform: translate(-40.5px, -40.5px);
    }
    75% {
        -moz-transform: translate(0, -40.5px);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(inherit) rotate(45deg);
    }
    75% {
        transform: scale(0.25) rotate(45deg);
    }
}

@-o-keyframes pulse {
    0%, 100% {
        -o-transform: scale(inherit) rotate(45deg);
    }
    75% {
        -o-transform: scale(0.25) rotate(45deg);
    }
}

@-ms-keyframes pulse {
    0%, 100% {
        -ms-transform: scale(inherit) rotate(45deg);
    }
    75% {
        -ms-transform: scale(0.25) rotate(45deg);
    }
}

@-webkit-keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(inherit) rotate(45deg);
    }
    75% {
        -webkit-transform: scale(0.25) rotate(45deg);
    }
}

@-moz-keyframes pulse {
    0%, 100% {
        -moz-transform: scale(inherit) rotate(45deg);
    }
    75% {
        -moz-transform: scale(0.25) rotate(45deg);
    }
}


/* Navigation */

#navigation {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    z-index: 1031;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.not-visible-nav {

}

.visible-nav {
    top: 0;
}

.white-nav {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

.dark-nav {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

.soft-nav {
    background: rgba(255, 255, 255, 0.05);
}

.nav-inner {
    width: 100%;
    max-width: 1170px;
    height: 100%;
    margin: 0 auto;
}

.nav-inner:after {
    clear: both;
}

/* Logo Style */

.site-logo {
    font-size: 3.5em;
    float: left;
    position: relative;
    padding-top: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.white-nav .site-logo a.logo {
    color: #111;
    display: block;
}

.dark-nav .site-logo a.logo {
    color: #fff;
    display: block;
}

.site-logo a.logo img {
    height: auto;
    max-height: 189px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

/* Nav Menu */

#navigation .mini-nav-button {
    color: #777;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#navigation .mini-nav-button:hover {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-menu {
    float: right;
    height: 100%;
}

.nav-menu ul.nav {
    /*height: 100%;*/
}

.nav li {
    display: inline-block;
    /*height: 100%;*/
}

.nav li a {
    display: block;
    height: calc(100% - 40px);
    line-height: 35px;
    color: #555555;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Open Sans', sans-serif;
}

/* Nav Menu Rollovers */

.white-nav li a:hover {
    background: #ddd;
    color: #35cc75;
}

.white-nav li.active a {
    color: #35cc75;
}

.white-nav li a:focus {
    background: #35cc75;
    color: #fff !important;
}

.dark-nav .nav li a {
    color: #ccc;
}

.dark-nav .nav li a:hover {
    background: #222;
}

.dark-nav .nav li.active a {
    color: #35cc75;
}

.dark-nav .nav li a:focus {
    outline-color: snow;
    background: none;
    color: #fff !important;
}

/* DropDown Menu */

ul.nav ul.dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

ul.nav ul.dropdown-menu li {
    width: 100%;
    height: auto;
}

ul.nav ul.dropdown-menu li a {
    height: auto;
    padding: 10px;
    margin: 0;
    display: block;
    width: 100%;
    color: #111;
    line-height: 20px;
    border: none;
    font-size: 12px;
}

ul.dropdown-menu li a:hover {
    border: none;
    background: rgba(0, 0, 0, 0.1);
}

.dark-nav ul.nav ul.dropdown-menu li a {
    color: #ccc;
}

.dark-nav ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.9) !important;
}

.dark-nav ul.dropdown-menu li a {
    color: white;
}

.dark-nav ul.dropdown-menu li a:hover {
    border: none;
    background: rgba(100, 100, 100, 0.25);
}

section.wrapper {
    position: absolute;
    width: 100%;
    /*top:35%;*/
    bottom: 0;
    padding-top: 40px;
    color: #fff;
}

.wrapper-content {
    background: rgba(0, 0, 0, 0.9);
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer {
    background: rgba(0, 0, 0, 1);
    width: 100%;
    padding: 10px 0;
    font-size: 10px;
}

.wrapper-title h1 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.wrapper-content h1, .wrapper-content h2, .wrapper-content h3, .wrapper-content h4, .wrapper-content h5, .wrapper-content h6 {
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.wrapper-content p{
    letter-spacing: 2px;
}
footer{
    letter-spacing: 2px;
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer a:hover{
    text-decoration: none;
}
.footer-menu{
    float: right;
}
.footer-menu li{
    display: inline-block;
}
.footer-menu li::before{
    content: '|';
    margin-right: 5px;
}
.footer-menu li:first-child::before{
    content: '';
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border: none;
    line-height: 10px;
}
.wrapper-content .table{
    margin-bottom: 10px;
}
.top-bar {
    text-align: right;
    margin-top: 10px;
}
.top-bar a{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}
.top-bar a:hover{
    text-decoration: none;
}
.owl-carousel .owl-item img {
    object-fit: contain;
    overflow: hidden;
    width: 100%;
}
.owl-carousel a:hover{
    text-decoration: none;
}
.owl-carousel a:focus{
    outline: none;
}
.owl-nav{
    text-align: center;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
}
span.item-title{
    display: block;
    margin-top: 10px;
    letter-spacing: 2px;
    color: #fff;
}
.post-list{
    letter-spacing: 2px;
}
.post-list li{
    list-style: none;
}
.post-list li a{
    color: #fff;
}
.post-list li a:hover{
    color: #ccc;
}
.contact-form label{
    font-size: 14px;
    color: #ccc;
}
.contact-form input, .contact-form textarea{
    padding: 4px;
    margin: 2px 0px;
    background: none;
    border-bottom: 1px dotted #999999;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-radius: 0;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.contact-info{
    border: 1px dotted #999999;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0,0,0,.4) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,.4) 0 1px 0;
    box-shadow: rgba(0,0,0,.4) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 2px 0;
    font-style: normal;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    line-height: 30px;
}
.contact-info .section-left{
    border-right: #999 dotted 1px;
}
.wrapper-contact-content, .wrapper-areas-content{
    background: rgba(0, 0, 0, 0.9);
    padding-top: 40px;
    padding-bottom: 40px;
}
div.wpcf7-validation-errors {
    border: 2px solid red !important;
}
@media only screen and (max-width: 1170px){
    section.wrapper{
        top:35%;
        bottom: auto;
    }
    .wrapper-title h1{
        font-size: 40px;
    }
    #navigation{
        padding:0 20px;
    }
}

@media only screen and (max-width: 970px){


    /* Mobile Nav Menu */

    .not-visible-nav{
        opacity:1;
    }

    #navigation a.mini-nav-button{
        display: block;
    }

    #navigation .nav-menu{
        display:none;
        height: auto;
        top:100%;
        left:0;
        width:100%;
        position: absolute;
        background:rgba(0, 0, 0, 0.90);
        box-shadow: 0px 1px 4px rgba(0,0,0, 0.1);
    }

    #navigation ul.nav li{
        display:inline-block;
        height:auto;
        width:100%;
    }

    #navigation ul.nav li a{
        display:block;
        height: auto;
        width:100%;
        padding:0 20px;
        color: #fff;
        border-top:none;
        line-height: 40px;
    }

    #navigation ul.nav li a:hover,
    #navigation ul.nav li.active a{
        border-top:none;
        background:#ddd;
    }

    #navigation ul.nav ul.dropdown-menu{
        width:100%;
        position: relative;
        margin:0;
        padding:0;
        background:rgba(255, 255, 255, 0.97)!important;
        box-shadow: 0px 1px 4px rgba(0,0,0, 0.1);
    }

    #navigation ul.nav ul.dropdown-menu li{
        width:100%;
    }

    #navigation ul.nav ul.dropdown-menu li a{
        border-top:none;
        padding:5px 15px;
        line-height: 30px;
    }
    .contact-info .section-left{border: none;}
    .contact-info .text-right{
        text-align: left !important;
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 480px){
    .site-logo a.logo img{
        height: 35px;
    }
    .site-logo{
        padding-top: 0px;
    }
}
@media only screen and (min-width: 1171px) and (max-width: 1370px){
    section.wrapper{
        top:35%;
        bottom: auto;
    }
}
@media only screen and (min-width: 1371px){
    section.wrapper{
        top: auto;
        bottom: 0;
        min-height: 400px;
    }
}

/**
* Landing Page
* URL: http://stiletiling.com.au/landingpage/
 */
.page-template-template-ads{
    background: #d3d3d3;
    font-family: sans-serif;
}
.page-template-template-ads .wrapper .container{
    background: #fff;
    color:#000;
}
.page-template-template-ads .wrapper footer .container{
    background: rgba(0, 0, 0, 1);
}
.formHeader{
    text-align: center;
    color: #2761c2;
}
#wpcf7-f355-p350-o1 input, #wpcf7-f355-p350-o1 textarea{
    background: #efefef;
    color: #000;
}
#wpcf7-f355-p350-o1 .form-group{
    margin-bottom: 12px !important;
}
.biggest_mistakes .vc_column-inner {
    margin: 0 !important;
    padding: 0 !important;
}
.formSubmit{
    background: #2761c2 !important;
    border-radius: 0;
    color: #fff !important;
    font-size: 20px;
}
.formContentRightSideBar form{
    border: 5px solid #ff3a3a;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
    line-height: 1;
}
.formContentRightSideBar form h1{
    font-size: 28px;
}
.formContentRightSideBar form h2{
    font-size: 28px;
}
.formContentRightSideBar form h3{
    font-size: 20px;
}

.page-template-template-ads .readMore a{
    color: #fff;
    background-color: #517daa;
    font-size: 16px;
    padding: 5px 20px;
}
.page-template-template-ads .postContent p {
    padding: 5px 10px 0 10px;
    line-height: 1.8;
}

@media only screen and (min-width: 1171px) and (max-width: 1370px){
    .page-template-template-ads section.wrapper{
        top:10%;
        bottom: auto;
    }
}
@media only screen and (min-width: 1371px){
    .page-template-template-ads section.wrapper{
        top: auto;
        bottom: 0;
        min-height: 400px;
    }
}
@media only screen and (max-width: 1170px){
    .page-template-template-ads section.wrapper{
        top:35%;
        bottom: auto;
    }
}