/*
Theme Name: Proton Child
Theme URI: http://neuronthemes.com/proton_demo
Description: This is a child theme of Proton
Author: NeuronThemes
Author URI: http://neuronthemes.com
Template: proton
Version: 1.6
*/

@import url("../proton/style.css");


/*Your Custom CSS below*/

body {
    font-family: Poppins, Arial, sans-serif;
}

.contact .contact-form input[type=submit],
.show-more-holder .button-show-more,
.wrapper .blog,
.wrapper .blog-single .comment-form input[type=submit],
footer,
.contact .contact-form input,
.contact .contact-form textarea,
.wrapper .blog-single .comment-form .form input,
.wrapper .blog-single .comment-form .form textarea,
.wrapper .blog-single .comment-form textarea {
    font-family: Hind, Arial, sans-serif;
}

.page-loading {
    position: static;
    width: auto;
    height: auto;
}

body .h2,
body h2 {
    font-size: 20px;
}

p {
    margin-bottom: 15px;
}

.wrapper .services .service,
.wrapper .person-type {
    padding-bottom: 20px;
    /*border-bottom: 6px solid #eee;*/
    margin-bottom: 20px !important;
}

.person-type .item {
    margin-bottom: 35px;
}

.wrapper .services .service .service-info-holder {
    padding-top: 0px !important;
}

body .wrapper .page-title,
body .wrapper .page-title b,
body .wrapper .page-title strong {
    line-height: 1.3;
}

.person-type h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.person-type h4 {
    margin-top: 15px;
}

.person-contact p,
.person-eduction p {
    margin-bottom: 0;
}

.person-image {
    margin-bottom: 10px;
}

.h1-subtext {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 20px;
}

.cinema-item {
    margin-bottom: 50px;
}

@media (max-width: 414px) {
    .wrapper .page-title .h1-subtext {
        line-height: 28px;
    }
}

a:link {
    text-decoration: underline;
}

.header a:link,
.footer-widgets a:link {
    text-decoration: none;
}

.wrapper header nav ul li a:hover {
    color: #2abc9d;
}

.wrapper header nav ul li.active a {
    font-weight: bold;
}

.container-gallery {
    margin-top: 20px;
    line-height: 1;
}

.container-gallery figure {
    margin-left: 5px;
    margin-bottom: 5.5px;
    margin-right: .5px;
    /* need for js to start video*/
    display: inline-block;
    flex: 0 0 auto;
    width: auto;
    height: 250px;
}

.container-gallery figure:first-child {
    margin-left: 0px;
}

.container-gallery video {
    height: 100%;
}

.container-gallery .row {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 11px;
}


@media screen and (max-width:800px) {
    .container-gallery figure {
        margin-left: 4px;
        margin-bottom: 4.5px;
    }

    .container-gallery figure {
        width: auto !important;
        height: 200px;
    }
}

@media screen and (max-width:600px) {
    .container-gallery figure {
        width: auto !important;
        height: 150px;
    }
}

.wrapper .blog .blog-content .blog-post-holder .blog-img img {
    width: auto;
}

.blog-img {
    text-align: center;
}
@media screen and (max-width: 1000px) {
    .is-provider-vimeo iframe {
        max-height: 500px;
    }
}
@media screen and (max-width: 700px) {
    .is-provider-vimeo iframe {
        max-height: 350px;
    }
}
@media screen and (max-width: 400px) {
    .is-provider-vimeo iframe {
        max-height: 150px;
    }
}