/*
Theme Name: Interus
Theme URI: http://www.wedding.si
Description: Wedding
Author: Интернет-агентство Перспектива
Author URI: https://web-perspektiva.ru
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

body {
    background: #FFFFFF;
    padding-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: lighter;
}

a {
    color: #305787;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

p {
    margin-bottom: 15px;
}

h1 {
    text-align: center;
    margin-bottom: 10px;
}

h1, h2 {
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
}

h2, .h2 {
    color: #222;
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 25px;
    line-height: 1.3;
}

h1, h2, h3, h4 {
    font-weight: lighter;
    line-height: 1.3;
}

h4, .h4 {
    line-height: 1.5;
}

hr {
    border-top: 1px solid #8BABD3;
    width: 50%;
    margin-bottom: 40px;
}

.well {
    padding: 20px 20px 10px 20px;
}

a:focus {
    outline: 0;
    text-decoration: none;
    color: #305787;
}

a:hover {
    color: #305787;
    text-decoration: none;
    border-bottom: 1px solid rgba(48,87,135,0.5);
}

.more-link:hover {
    border-bottom: 1px solid transparent;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 10px 36px;
}

.btn-default, input[type="submit"] {
    color: #fff;
    border: none;
    background-color: #00c1cf;
    background-image: -webkit-linear-gradient(left, #00c1cf 0%, #5472d2 50%,#00c1cf 100%);
    background-image: linear-gradient(to right, #00c1cf 0%, #5472d2 50%,#00c1cf 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    border-radius: 0;
}

.btn-info {
    color: #fff;
    border: none;
    background-color: #00c1cf;
    background-image: -webkit-linear-gradient(left, #00c1cf 0%, #5472d2 50%,#00c1cf 100%);
    background-image: linear-gradient(to right, #00c1cf 0%, #5472d2 50%,#00c1cf 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    border-radius: 0;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
input[type="submit"]:hover, input[type="submit"]:focus {
    color: #fff;
    background-color: #5472d2;
    border: none;
    background-position: 100% 0;
    text-decoration: none;
}

.header {
    background: #FFFFFF;
    border-bottom: 1px solid #EEE;
}

.header h3 {
    font-size: 19px;
    font-weight: lighter;
    margin-top: 12px;
}

.block-logo {
    padding-top: 20px;
}

.block-logo img {
    max-width: 139px;
}

.block-logo a:hover {
    border-bottom: 0;
}

.block-social {
    padding-top: 40px;
}

.block-social a:hover {
    border-bottom: 0;
}

.block-social img {
    margin-right: 3px;
}

.block-email, .block-phone {
    font-size: 17px;
    line-height: 1.3;
    padding-top: 43px;
}

.block-phone {
    text-align: right;
}

.block-email i, .block-phone i {
    color: #305787;
}

.block-email p, .block-phone p {
    margin-bottom: 0;
}

.main-menu {
    text-align: center;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-nav {
    float: none;
    margin: auto;
    font-size: 0;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.navbar-nav>li>a:hover {
    background-color: #305787;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 40px;
}

.navbar-default .navbar-nav>li>a {
    font-weight: lighter;
    text-transform: uppercase;
    color: #555;
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    border-radius: 0;
    color: #305787;
    background-color: transparent;
    border: 0;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
    margin-right: 10px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    border-radius: 0;
    color: chocolate;
    background-color: transparent;
    border-bottom: 0px solid #305787;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eee;
    border-color: transparent;
    border-radius: 0;
}

.dropdown-menu>li>a {
    border-bottom: 0;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    border-radius: 0;
    border-bottom: 0;
}

.welcome h3 {
    margin-top: -3px;
}

.item {
    position: relative;
    border: 1px solid #8BABD3;
    margin-top: 20px;
    text-align: center;
    min-height: 90px;
    padding: 30px;
    margin-bottom: 20px;
    transition: 0.5s all;
}

.item h3 {
    margin: 0;
    font-weight: lighter;
    font-size: 22px;
}

.item a {
    color: #333333;
}

.item a:hover {
    border-bottom: 0;
}

.item:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #8BABD3;
}

.item:hover {
    border: 1px solid #305787;
}

.item:hover:before {
    border: 1px solid #305787;
}

.features {
    padding-top: 20px;
    padding-bottom: 40px;
}

.features .img-responsive {
    display: inline-block;
}

.call-to-action {
    background: #EEEEEE;
    padding-top: 20px;
    padding-bottom: 20px;
}

.plane .form_newsletter_field {
    width: 80%;
    display: inline-block;
}

.plane .form_newsletter_input {
    float: left;
    width: 47%;
    margin-right: 2%;
}

.plane .form_newsletter_infoblock {
    display: none;
}

.plane .form_newsletter_submit {
    position: relative;
    display: inline-block;
    top: -9px;
}

.plane .field_value {
    width: 100%;
    outline: 0;
}

.plane .form_newsletter_header {
    margin-bottom: 20px;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
}

.gift h4 {
    font-weight: bold;
}

.gift ul {
    margin: 0;
    padding: 0;
}

.gift ul li {
    margin-bottom: 2px;
    display: inline-block;
    padding: 2px 10px;
    background: green;
}

.call-to-action h3 {
    font-size: 30px;
}

.subhead {
    font-size: 23px;
}

.our-works {
    padding-top: 20px;
    padding-bottom: 40px;
}

.our-works h2 {
    margin-bottom: 20px;
}

.book {
    padding-top: 20px;
    padding-bottom: 40px;
}

.book-order {
    text-align: center;
}

.book-order h3 {
    margin-top: 0;
}

.book-order img {
    display: inline-block;
}

.banner-bottom {
    background: #EEEEEE;
}

.banner-bottom img {
    display: inline-block;
    max-width: 100%;
}

.footer {
    background: #f6f7f8;
    color: #7b7b7b;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: -20px;
}

.footer .block-phone {
    font-size: 17px;
    padding-top: 0px;
}

.footer .block-social h5 {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 15px;
}

.footer-links {
    font-size: 17px;
    float: none;
    margin-bottom: 18px;
    text-align: center;
}

.footer-links .menu li {
    float: left;
    margin-left: 0;
    margin-right: 40px;
}

.footer-links .menu {
    padding-left: 15px;
    display: inline-block;
}

.footer .sub-menu {
    display: none;
}

.footer-links a {
    color: #7b7b7b;
}

.footer-links a:focus {
    text-decoration: none;
}

.footer-links .active a {
    color: #305787;
    border-bottom: 1px solid #305787;
}

.footer .social h5 {
    margin-bottom: 0;
}

.dev-link {
    font-size: 12px;
    margin-top: 15px;
}

.lcp_catlist {
    list-style-type: none;
}

.articles #main article {
    margin-right: 3%;
    float: left;
    margin-bottom: 20px;
    padding: 0;
    width: 30%;
}

.archive #main .post h3 {
    margin-top: 0;
}

blockquote {
    font-style: italic;
    padding: 10px 20px 10px 0;
    margin: 0;
    font-size: 17px;
    border-left: 0;
}

blockquote:before {
    line-height: 38px;
    font-size: 36px;
    position: absolute;
    content: '"';
    color: #305787;
    left: -20px;
}

.social img {
    margin-right: 5px;
}

.social a:hover {
    border: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-date {
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}

.post-author {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    font-weight: 300;
}

.post-author span {

}

.more-link {
    display: block;
    white-space: nowrap;
    margin-top: 15px;
    font-size: 13px;
}
.archive #main .post h3 {
    line-height: 1.3;
    margin-top: 10px;
    font-size: 25px;
    font-weight: lighter;
}

.thumbnail {
    padding: 1px;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
}

.gallery dl {
    margin-top: 0!important;
    margin-bottom: 0;
}

.gallery img {
    border: 0!important;
}

.gallery dt, .gallery dd {
    line-height: 0!important;
}

#lightbox a:hover {
    border-bottom: 0;
}

.latest-posts ul {
    padding-left: 0;
    list-style-type: none;
}

.latest-posts ul li {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 5px;
}

.sidebar1 ul {
    padding-left: 0;
    list-style-type: none;
}

.sidebar1 ul li {
    margin-bottom: 5px;
}

.screen-reader-text {
    display: none;
}

.wpcf7-textarea, .wpcf7-text, .wpcf7-captchar {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wpcf7-textarea:focus, .wpcf7-text:focus, .wpcf7-captchar:focus {
    border-color: #00c1cf;
    outline: 0;
    box-shadow: inset 0 1px 1px #00c1cf,0 0 8px #5472d2;
}

label {
    font-weight: normal;
}

span.wpcf7-list-item {
    margin-left: 30px;
    text-align: left;
}

.title {
    text-align: center;
}

fieldset {
    padding: 20px;
    background: #f9f9f9;
}

.form-group p {
    margin-bottom: 5px;
}

.pt-cv-title {
    font-weight: normal !important;
    line-height: 1.4 !important;
}

.pt-cv-title a {
    font-weight: normal!important;
}

.wp-pagenavi {
    display: inline-block;
    clear: both;
    margin-bottom: 30px;
    font-size: 14px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #eee;
    padding: 6px 12px;
    margin: 4px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #eee;
    background: #eee;
}

.wp-pagenavi span.current {
    background: #eee;
    font-weight: normal;
    border-color: #eee;
}

.vc_gitem-zone {
    overflow: initial!important;
}

@media (min-width: 1200px) {

}

@media (max-width: 767px) {
    .block-email, .block-phone {
        text-align: center;
    }

    .navbar-nav li {
        display: block;
        text-align: left;
    }

    .copyright, .block-social, .block-dev {
        padding-bottom: 20px;
        text-align: center;
    }

    .footer-links .menu li {
        float: none;
    }

    .footer-links {
        text-align: center;
    }

    h2, .h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .home .block-email, .home .block-phone {
        padding-top: 20px;
    }

    .subhead {
        font-size: 20px;
    }

    .book-order {
        margin-top: 25px;
    }

    .latest-posts {
        text-align: center;
        padding-bottom: 20px;
    }

    .block-logo {
        text-align: center;
    }

    span.wpcf7-list-item {
        display: block;
        margin-left: 0;
        text-align: left;
    }

    .title h3 {
        line-height: 1.4;
        font-size: 18px;
    }

    .wpcf7-textarea, .wpcf7-text, .wpcf7-captchar {
        width: 100%;
    }

    div.wpcf7 img.ajax-loader {
        display: block;
    }
}