/* ==========================================================================
Main Screen CSS
========================================================================== */
/* Table of contents
========================================================================== */
/**
* == Core CSS ==
*
* Base ................ Global classes,wp defaults
* Colors .............. Define defaul colors
* Typography .......... (H1-6),code,span,etc
* Form ................ Form builder,search,submition,etc.
* Tables .............. Simple and Fancy tables like pricing tables
* Buttons ............. All kind of buttons,social links
* Animations .......... Define animations (keyframes)
*
* == Components ==
*
* Header .............. Base header elements: logo,menu
* Footer .............. Big and Small area in footer
* Boxes ............... All models of boxes
* Sidebar ............. All widgets
* Icons ............... Define the icons used in the project
* UI .................. Elements used as shortcode & custom posts
* JS plugins .......... Css helper for javascripts plugins
* Responsivness ....... Css for site responsivness
*/
/* Base
========================================================================== */
@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Playfair+Display:400,700italic,700,400italic|Lato:400,300,300italic,400italic,700,700italic");
* {
    border: 0;
    font-size: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
body {
    font-size: 13px;
}
body,
.about-section .middle .box .content-box .video-production-title,
.desktop-text-btn a.btn,
.desktop-text-btn a.btn-default {
    font-family: Lato, sans-serif;
}
/* ---------------------------------------- DEFAULT FIX --- */
p {
    font-size: 14px;
    line-height: 1.7em;
}
i,
input,
textarea,
button,
a {
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    outline: none;
}
a:hover {
    text-decoration: none;
}
.class[*="-section"] {
    overflow: hidden;
}
.class-name {
    font-family: 'Playfair Display', sans-serif;
}
img {
    max-width: 100%;
}
.btn {
    font-size: 16px;
    color: #FFF;
    background-color: #1896ff;
    border: none;
    border-radius: 0;
    font-weight: 700;
    width: 195px;
    height: 54px;
    line-height: 40px;
}
.btn:hover {
    background-color: #1896ff;
    color: #FFF;
}
.ci {
    background-repeat: no-repeat;
    text-indent: -999px;
    background-size: 100% 100%;
    display: inline-block;
}
.tweet-icon {
    margin-right: 7px;
    background-image: url(../images/tweet-icon.png);
    height: 12px;
    width: 15px;
}
.search-icon {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    background-image: url(../images/search-icon.png);
}
.blog-image-icon {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    height: 63px;
    width: 63px;
    background-image: url(../images/blog/blog-image-icon.png);
    margin: 0 auto;
}
.widget_search .form-control {
    border-radius: 0;
    height: 50px;
    display: inline-block;
    font-style: italic;
    padding-right: 43px;
    border-color: #878787;
}
.widget_search .btn {
    background-color: transparent;
    height: 50px;
    width: 43px;
}
.vertical-line {
    background-image: url(../images/line.png);
    background-position: center top;
    background-size: 1px 72px;
    height: 72px;
    left: 0;
    position: absolute;
    right: 0;
    width: 95px;
    top: -23px;
}

/* ---------------------------------------- START SLIDER --- */
.slide-nav-container {
    position: relative;
}
.slide-nav-container > [class*="col-"] {
    float: none;
    margin: 0 auto;
}
.slides-navigation {
    position: absolute;
    z-index: 2;
    top: 46%;
    width: 100%;
    margin: 0 auto;
}
.slides-navigation a {
    position: absolute;
}
.slides-navigation a:hover,.slides-navigation a:focus {
    outline: 0;
}
.slides-navigation .prev {
    left: 0;
    z-index: 2;
    position: relative;
    height: 26px;
    width: 23px;
    background-image: url(../images/previous.png);
}
.slides-navigation .next {
    right: 0;
    z-index: 2;
    position: relative;
    left: 48px;
    height: 26px;
    width: 23px;
    background-image: url(../images/next.png);
}
.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.slides-pagination a {
    border: 2px solid #222;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-indent: -100%;
    margin: 2px;
}
.slides-pagination a.current {
    background-color: #222;
}
/* ---------------------------------------- END SLIDER --- */

/* ---------------------------------------- START HEADER + NAVIGATION --- */
.header {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;
    padding: 40px 0 0;
}
.primary-navigation {
    background-image: none;
    background-color: transparent;
    border: 0 none;
    margin: 15px 0 0;
}

.primary-navigation .navbar-toggle {
    margin-top: 0;
}
.primary-navigation .nav {
    float: right;
    width: auto;
}
.primary-navigation .navbar-nav > li {
    background-image: url(../images/divider-menu.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 10px 0 15px;
}
.primary-navigation .navbar-nav > li:last-of-type {
    padding-right: 0;
    background: none;
}
.primary-navigation .navbar-nav > li:last-of-type a {
    padding-right: 0;
}
.primary-navigation .navbar-nav > li > a {
    background: url(../images/menu-bg-h.png) no-repeat center -100px;
    color: #fdfafa;
    text-transform: uppercase;
    font-size: 13.37px;
    font-weight: 700;
}
.primary-navigation .navbar-nav > .active > a,
.primary-navigation .navbar-nav > .active > a:hover,
.primary-navigation .navbar-nav > .active > a:focus {
    background-image: url(../images/menu-bg-h.png);
    background-repeat: no-repeat;
    background-position: center 0;
    color: #1896ff;
    background-color: transparent;
}
.primary-navigation .navbar-nav > li > a:hover,.primary-navigation .navbar-nav > li > a:focus {
    outline: 0;
    color: #1896ff;
    background-image: url(../images/menu-bg-h.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.navbar-fixed-top {
    position: fixed;
    background-color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-fixed-top .logo-block img {
    max-height: 70px;
}
.navbar-fixed-top .primary-navigation {
    margin: 10px 0 0;
}

.navbar-fixed-top .primary-navigation .navbar-nav > li > a {
    background: url(../images/menu-bg-h.png) no-repeat center -100px;
    color: #1896ff;
}

.section-header {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}
/* ---------------------------------------- END HEADER + NAVIGATION --- */

.section-title {
    display: block;
    background: url(../images/headding-bg.png) center bottom no-repeat;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 700;
    font-size: 19.86px;
    letter-spacing: 3px;
    margin: 0 auto;
    padding: 0 0 20px;
}
.section-desc {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
    font-style: italic;
    color: #888;
}
/* ---------------------------------------- START HOME SLIDER --- */

/*.video-overlay {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*background: rgba(29, 29, 29, 0.7);*/
/*}*/

.home-photos-slider {
    min-height: 1013px;
    max-height: 1013px;
    overflow: hidden;
    padding: 0;
}
.home-photos-slider .slides-container img {
    min-height: 1013px;
    max-height: 1013px;
    top: 0!important;

}

.banner-background{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 29, 29, 0.7);
}

.home-photos-slider .slide-item {
    padding-top: 230px;
    text-align: center;

}
.home-photos-slider .slide-item .btn {
    margin-top: 300px;
    text-transform: uppercase;
}
.home-photos-slider .slide-item > p {
    margin-bottom: 80px;
}
.home-photos-slider .slide-title {
    font-weight: 900;
    color: #fdfafa;
    font-size: 60px;
    letter-spacing: 4px;
    line-height: 1.5em;
}
.home-photos-slider .slide-sub-title {
    color: #fdfafa;
    font-size: 30px;
    letter-spacing: 4px;
}
.home-photos-slider .slide-description {
    color: #fdfafa;
    display: block;
    font-size: 16px;
    line-height: 30px;
    max-width: 75%;
    margin: 30px auto 0;
}

.home-photos-slider .slide-description p {
    font-size: 28px;
}

.home-photos-slider .slide-2 .slide-description {
    max-width: 90%;
}

.home-photos-slider .slide-2 .slide-description p.large {
    font-size: 28px;
}

.home-photos-slider .slide-2 .slide-description p {
    font-size: 18px;
}

.home-photos-slider .slide-title,.home-photos-slider .slide-sub-title {
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto 10px;
}
.home-photos-slider .slides-navigation {
    bottom: 330px;
    height: 66px;
    left: 0;
    right: 0;
    top: auto;
    width: 100px;
}

/* ---------------------------------------- START ABOUT SECTION --- */
.about-content {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}
.about-section .col-md-4 img {
    width: 100%;
}
.about-section .content-box {
    background-color: #1896ff;
    width: 100%;
    display: inline-block;
    padding: 30px 14px 10px;
    height: 150px;
}
.about-section .content-box img {
    width: auto;
    margin: 12px 0;
}
.about-section .content-box .video-production-title {
    text-align: left;
    display: block;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    border-left: 2px solid #fff;
    line-height: 25px;
    padding: 0px 0 12px 12px;
}

#resources{
    background-color: #eeeeee;
}

#resources.about-section .content-box {
    background-color: #f5f5f5 !important;
}

#resources.about-section .content-box .video-production-title {
    color: #444;
    border-left: 2px solid #444;
}

.container-resources{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-resources img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masonry  { /* Masonry container */
    column-count: 2;
    column-gap: 0;
}

.item { /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}

.wrapper {
    width: 95%;
    margin: 3em auto;
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 0;
    font-size: .85em;
}

.masonry .item {
    margin-bottom: 0;
}

.masonry .item img{
    max-width: 100%;
    vertical-align: bottom;
}

.item {
    display: inline-block;
    background: #fff;
    padding: 0;
    border: 1px solid #eeeeee;
    margin: 0 0 1.5em -1px;
    width: 100%;
    box-sizing: border-box;

}

/*.item:hover{*/
    /*border: 2px solid rgba(7, 107, 162, 0.85);*/
/*}*/

.item .leadership{
    font-size: 20px;
    padding: 50px 45px;
    display: block;
    font-weight: 600;
    height: 320px;
    background: #fff;
    margin: 0;
    color: black;
}

.item .leadership:hover {
    background: rgba(7, 107, 162, 0.85);
    color: #fff;
    border: rgba(7, 107, 162, 0.85);
}

.item .branding{
    font-size: 20px;
    padding: 75px 50px;
    display: block;
    font-weight: 600;
    height: 450px;
    background: #fff;
    margin: 0;
    color: black;
}

.item .branding:hover {
    background: rgba(7, 107, 162, 0.85);
    color: #fff;
}

@media only screen and (min-width: 300px) {

    .item .leadership {
        font-size: 20px;
        padding: 50px 20px;
        height: 220px
    }

    .item .branding {
        font-size: 20px;
        padding: 75px 30px;
        height: 250px;
    }
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }


}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .item .leadership {
        font-size: 30px;
        padding: 50px 20px;
    }

    .item .branding {
        font-size: 30px;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .item .leadership {
        font-size: 30px;
        height: 320px;
        padding: 50px 45px;
    }

    .item .branding {
        font-size: 30px;
        height: 450px;
        padding: 75px 50px;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

    .item .leadership {
        font-size: 45px;
    }

    .item .branding {
        font-size: 45px;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1200px;
    }
}

.video-production-hover {
    z-index: 4;
    display: none;
    position: absolute;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    text-align: center;
}
.about-section .col-md-4 .about-icon:before {
    background-image: url(../images/expand.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 43%;
    width: 40px;
    margin: 0 auto;
}
.about-section .col-md-4 a {
    position: relative;
    display: inline-block;
}
.about-section .triangle {
    width: 92%;
    position: absolute;
    text-align: center;
}
.about-section .triangle img {
    width: auto;
    margin: -15px 0 0;
}
.desktop {
    width: 100%;
    display: block;
    text-align: center;
    margin: 96px 0 51px;
}
.about-content p {
    color: gray;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    padding: 0 100px;
}
.about-content p span {
    background-color: #1896ff;
    color: #fff;
    margin-right: 2px;
    position: relative;
    top: -11px;
    padding: 7px 15px;
}
.about-content img {
    display: block;
    margin: 0 auto 70px;
}
.desktop-text-btn {
    text-align: center;
    width: 100%;
    margin: 71px 0 0;
}
.desktop-text-btn a.btn {
    background: #1896ff;
    font-style: normal;
    color: #fff;
    font-weight: 700;
    margin: 0 10px;
}
.desktop-text-btn a.btn-default {
    border: 3px solid #1896ff;
    font-style: normal;
    color: #444;
    font-weight: 700;
    margin: 0 10px;
    padding: 15px 50px;
}

/* ---------------------------------------- START STATISTICS SECTION --- */
.statistics-section {
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 100px;
}
.statistics-section .container > [class*="col-"] {
    text-align: center;
}
.statistics-section .container > [class*="col-"]:after {
    background-image: url(../images/count-down-divider.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 119px;
    position: absolute;
    right: -25px;
    top: 55px;
    width: 31px;
}
.statistics-section .container > [class*="col-"]:last-of-type:after {
    background-image: none;
}
.statistics-section .statistics-title {
    color: #FFF;
    font-size: 30px;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0;
}
.statistics-section .statistics-count {
    color: #1896ff;
    font-size: 100px;
    font-weight: 300;
}

/* ---------------------------------------- START OUR TEAM SECTION --- */
.our-team-section .speaker {
    margin-bottom: 25px;
}

.our-team-section img {
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
}

.our-team-section .designer-post {
}
.our-team-section .designer {
    bottom: -1px;
    height: 85px;
    left: 15px;
    position: absolute;
    right: 15px;
    background-color: rgba(70, 164, 243, 0.9);
    padding: 10px 24px;
}

@media only screen and (min-width: 400px) {
    .our-team-section .designer {
        padding: 16px 24px;
    }
}

.our-team-section .designer-social {
    text-align: center;
    bottom: -1px;
    height: 75px;
    left: 0;
    position: absolute;
    right: 0;
    background-color: rgba(70,164,243,0.75);
    padding: 19px 27px;
}
.our-team-section .designer-social .fa {
    color: #fff;
    font-size: 16px;
    margin: 12px 10px;
}
.our-team-section .designer .designer-name {
    width: 100%;
    color: #fff;
    text-align: left;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.our-team-section .designer .designer-post {
    width: 100%;
    display: inline-block;
    color: #FFF;
}
.designer-hover {
    display: none;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    color: #fff;
}
.designer-hover-inner {
    background-color: rgba(59,59,59,0.75);
    height: 408px;
    width: 100%;
    padding: 90px 30px 30px;
}
.our-team-section [class*="col-"]:hover .designer {
    /*opacity: 0;*/
}
.designer-hover .designer-name {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.about-section .designer-hover .designer-post {
    color: #fff;
    font-style: italic;
    text-align: left;
}
.about-section .designer-hover .designer-description {
    color: #FFF;
    text-align: left;
}
.about-section .designer-hover .designer-social {
    color: #FFF;
}

/* ---------------------------------------- START FEATURES SECTION --- */
.features-section {
    width: 100%;
    background: #f5f5f5;
    margin: 99px 0 0;
    padding: 68px 0 38px;
}
.features-section .feature-title {
    color: #444;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 5px 0 0;
}
.features-section ul {
    list-style: none;
    border-bottom: 0 none;
    border-left: 1px solid gray;
    margin: 0;
    padding: 0;
}
.features-section ul li {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.features-section ul li a {
    border: 0 none;
    color: gray;
    font-size: 20px;
}
.features-section ul li.active:before {
    border-left: 3px solid #1896ff;
    content: "";
    height: 49px;
    left: -2px;
    position: absolute;
}
.features-section ul li a:hover,
.features-section ul.nav-tabs li a:focus,
.features-section ul li.active a {
    outline: 0;
    border: 0 none;
    background-color: transparent;
    color: #1896ff;
    text-decoration: none;
}
.features-section .nav-tabs > li.active > a {
    background-color: transparent;
    border: 0 none;
}

/* ---------------------------------------- START OUR WORKS SECTION --- */
.our-works .section-header {
    margin-bottom: 50px;
}

.our-works{
    background-color: #ffffff;
}
.our-works .portfolio-categories {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}
.our-works .portfolio-categories > li > a {
    padding-left: 0;
    padding-right: 3px;
    font-style: italic;
    color: #888;
    font-weight: 700;
}
.our-works .portfolio-categories > li > a:hover {
    color: #444;
    background: none;
}
.our-works .portfolio-list {
    width: 100%!important;
    margin: 0 auto;
    padding: 0;
}
.our-works .portfolio-list li {
    display: inline-block;
    padding: 0;
}
.our-works .portfolio-categories > li:after {
    content: "/";
    padding-left: 3px;
    padding-right: 3px;
}

/* ---------------------------------------- START CLIENTS SECTION --- */
.clients-section {
	padding: 80px 0 10px;
    background-color: #f5f5f5;
}
.clients-section a {
	display: block;
	text-align: center;
}

/* ---------------------------------------- START TESTIMONIALS SECTION --- */
.testimonial-section .client {
    background-color: #1896ff;
    color: #fff;
    padding: 0;
    margin: 10px -10px;
    min-height: 210px;
}

.testimonial-section .client p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
    margin: 0;
    padding: 30px 10px;
}

.testimonial-section .client p strong {
    margin-top: 20px;
    display: block;
}

.testimonial-section .client img {

}

.testimonial-section .client-inner {
    background-color: #1896ff;
    font-size: 16px;
    padding-bottom: 78px;
    padding-top: 78px;
    text-align: center;
}

.testimonial-section .client-inner p {
    color: #fff;
    line-height: 1.7em;
    font-size: 16px;
    font-style: italic;
}

.testimonial-section .client-inner span {
    width: 100%;
    display: inline-block;
}
.testimonial-section .client-inner p a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
}

/* ---------------------------------------- START PRICING SECTION --- */

.entry .header-post .post-comment {
    float: left;
    width: 18%;
    color: black;
}

.header-post .post-comment {
    width: 18%;
}

.flat-entry ul{
list-style: none;
    color: black;
    margin-top: -10px;
    font-size: 15px;
}

.day{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #2582eb;
    display: block;
    padding: 30px 0 0;
    font-size: 48px;
}

li.comment {
    font-size: 14px;
    letter-spacing: 1.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #2582eb;
    display: block;
    padding: 0 15px 15px;
    margin-top: -10px;
}

.header-post .flat-title {
    width: 80%;
}
.flat-title
.title-post a{
    color: #000;
    font-weight: 700;
    font-size: 25px;
}

.flat-title
.title-post a:hover {
    color: #2681eb;
}

.flat-title .subtitle{

}

.flat-title .time {

}

.text{
    margin-top: 15px !important;
}

.pricing-plan-section {
    text-align: center;
    color: #000;
    padding-top: 30px;
    background-color: #eeeeee;
    margin: 100px 0 0;
}
.pricing-plan-section .container {
    position: relative;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pricing-plan-section .container .pricing-image {
    margin-top: 0px;
}
.pricing-plan-section a {
    color: #fff;
	font-size: 15px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.7em;
}
.pricing-plan-section a:hover {
    color: #ddd;
}

.pricing-plan-section .btn-primary{
    background: none;
    color: black;
    right: 0;
    position: absolute;
}

.pricing-plan-section .btn-primary:hover{
    background: none;
    color: black;
}

.more-events{
    background-color: #ffffff !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
}


.load-button{
    display: block;
}

.load-more:before {
    position: absolute;
    left: 10px;
}

.load-more:before {
    content: 'Load Less';
}

.load-more.collapsed:before {
    content: 'Load More..';
}


.pricing-table {
	background: #1896ff;
	padding: 25px;
	margin-bottom: 30px;
}
.pricing-table .ul-1 {
	margin-left: -10px;
	padding-left: 20px;
	border-left: 1px solid #fff;
}
.pricing-table .ul-2 {
	border-right: 1px solid #fff;
}
.pricing-table ul {
	margin: 0;
	padding: 0;
}
.pricing-table ul li {
	list-style: none;
	margin-bottom: 5px;
	text-align: left;
}
.pricing-table ul li:last-child {
	margin: 0;
}
.pricing-table h3 {
	font-size: 20px;
	margin: 15px auto;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
	font-weight: 700;
}
.pricing-table h4 {
	font-size: 23px;
	margin: 15px auto;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
	font-weight: 400;
}
.pricing-table.pricing-table-2 {
	background: #808080;
}

#events.pricing-plan-section {
    padding: 0 0 40px 0;
    background-color: white;
}


.next-event {
    background-color: #282f43;
    padding: 0 0 20px;
    color: white;
}

.next-event h3 {
}

.next-event h3 a {
    font-size: 34px;
    font-weight: bold;
    border-bottom: 1px solid white;
    display: inline-block;
}

.next-event .time-location p{
    font-size: 18px;
}

.next-event h4 {
    font-size: 28px;
}

.next-event .description p{
    font-size: 16px;
    padding: 5px 25px;
}

.fa{
    color: #2681eb;
    margin-left: 10px;
    margin-right: 3px;
    margin-top: 3px;
}

/* ---------------------------------------- START BLOG SECTION --- */
.blog-section {
    text-align: center;
    padding: 0;
}
.blog-section .entry-date {
    padding-bottom: 20px;
    font-weight: 400;
    margin: 0;
}
.blog-section .container > [class*="col-"] {
    min-height: 582px;
}
.blog-post {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
}
.blog-post .blog-post-hover {
    display: none;
    background-image: url(../images/blog/blog-hover.png);
    background-repeat: repeat;
    height: 100%;
    left: 15px;
    max-height: 460px;
    position: absolute;
    right: 15px;
    top: 0;
}
.blog-post img {
    min-height: 460px;
}
.blog-post .entry-content > p,.blog-post .about-author {
    line-height: 23px;
}
.blog-post .author {
    margin-top: 80px;
    margin-bottom: 20px;
}
.post-style-2 {
    color: #fff;
    min-height: 500px;
    border: 4px solid #444;
    padding: 27px;
}
.post-style-2 .entry-content > p {
    margin-bottom: 75px;
}
.post-style-3 h3 {
    font-size: 16px;
    font-weight: 700;
}
.post-style-3 {
    background-color: #444;
    color: #fff;
    min-height: 460px;
    padding: 50px;
}
.content-area {
    margin: 125px 0;
}
.header-blog {
    background-image: url(../images/blog/blog-header-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    height: 163px;
}
.entry-header {
    margin-bottom: 25px;
    text-align: center;
}
.entry-title {
    font-weight: 700;
    font-size: 16px;
    color: #444;
    line-height: 1.5em;
}
.entry-content {
    color: gray;
    margin-bottom: 60px;
}
.post-author p {
    font-size: 14px;
    line-height: 23px;
    color: gray;
}
.entry-content p {
    font-size: 14px;
    line-height: 1.7em;
    margin: 0 0 20px;
}
.entry-date,.comments-link,.post-views {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700;
}
.comments-link a {
    color: #4c4c4c;
}
.author-box {
    margin-bottom: 50px;
    margin-top: 50px;
    border: 3px solid #1896ff;
    padding: 20px;
}
.author-image {
    overflow: hidden;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.post-author h2 {
    line-height: normal;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.entry-meta [rel="tag"] {
    color: #1896ff;
    font-style: italic;
}
.entry-meta [rel="tag"]:before {
    content: "#";
    padding-right: 3px;
}
.entry-meta [rel="tag"]:hover {
    color: #444;
    text-decoration: none;
}

/* ---------------------------------------- START COMMENTS SECTION --- */
.comment-area h2 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.comment-form .form-control {
    border-radius: 0;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
    resize: none;
    height: 213px;
    border-color: #878787;
}
.comment-form > [class*="col-"]:first-of-type .form-control {
    height: 61.4px;
}
.comment-form .btn {
    background-color: transparent;
    border: 3px solid #1896ff;
    color: #4c4c4c;
    float: right;
}

/* ---------------------------------------- START WIDGETS SECTION --- */
.widget-title {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.widget-title:after {
    border-bottom: 1px solid #a3a2a2;
    content: "";
    display: block;
    float: none;
    height: 6px;
    text-align: center;
    width: 70px;
    margin: 0 auto;
}
.widget:first-of-type .widget-title {
    margin-top: 0;
}
.widget.widget_social_icons > ul {
    margin: 0 -6px;
    padding: 0;
}
.widget_social_icons li {
    list-style: none;
    zoom: 1;
    display: inline;
}
.widget_social_icons li a {
    background-color: #ececec;
    display: block;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    list-style: outside none none;
    margin-bottom: 12px;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    width: 45px;
}
.widget_twitter_entries > ul {
    color: gray;
    line-height: 22px;
    list-style: outside none none;
    padding: 0;
}
.tweet-post {
    font-style: italic;
    margin-bottom: 15px;
}
.tweet-post > a {
    font-style: italic;
    color: #1896ff;
    display: block;
    font-size: 13px;
}
.widget_recent_entries > ul {
    font-size: 16px;
    list-style: outside none none;
    padding: 0;
}
.widget_recent_entries > ul a {
    text-transform: uppercase;
    color: #4c4c4c;
    font-weight: 700;
}
.cat-item img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.days-meta {
    color: gray;
    font-size: 13px;
    display: block;
    font-style: italic;
}
.widget_categories > ul {
    color: gray;
    line-height: 25px;
    padding-left: 0;
    list-style: none;
}
.widget_categories > ul a:hover {
    color: #333;
}

/* ---------------------------------------- START FOOTER SECTION --- */
.footer {
    display: block;
    background-color: #fff;
    padding: 0;
}

.contact-info .footer-logo{
    display: inline-block;
    max-width: 250px;
    margin: auto;
}


.contact-info h3 {
    color: #1896ff;
    font-size: 20px;
    font-weight: bold;
}

.contact-info h4 {
    color: #1896ff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.contact-info .contact-box{
    margin-top: 40px;
}

.contact-email{
    text-transform: lowercase !important;
    color: #02649A !important;
    margin-top: -10px;
}
.footer ul {
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
}
.footer ul li {
    text-align: center;
    display: inline-block;
}
.footer ul li a {
    font-size: 54px;
    min-width: 130px;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 23px;
}
.footer ul li a:hover {
    background-color: #1896ff;
}
.copyright-section {
    width: 100%;
    background: #333;
    line-height: 60px;
    display: inline-block;
    color: white;
    text-align: left;
    padding: 4px 0;
}
.copyright-section p {
    margin: 0;
}

.footer-nav > li {
    margin-right: 25px;
    display: inline-block;
}

.terms > li{
    display: block;!important;
}

.footer-nav > li:last-child {
    margin-right: 0;
}
.footer-nav > li a {
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.footer-address{
    margin-top: -12px;
}
.footer-nav > li a:not(:hover):not(:focus):not(:active) {
    color: #ffffff;
}

@media (max-width: 991px) {
    .footer-nav > li {
        margin-right: 0;
        width: 100%;
    }
    .footer .socials-nav {
        margin: 20px 0 20px -12px;
        width: 100%;
        text-align: left;
    }
    .footer .socials-nav .socials-nav-item {
        margin: 0 6px;
    }
    .footer .socials-nav + p {
        margin: 0;
    }
}

.modal-box.paypal-modal {
    max-width: 420px;
    padding-left: 25px;
    padding-right: 25px;
    overflow: visible;
}
.modal-box.paypal-modal form {
    text-align: center;
}
.modal-box.paypal-modal table {
    width: 100%;
    text-align: left;
}
.modal-box.paypal-modal table td {
    padding-bottom: 6px;
}
.modal-box.paypal-modal input[type="image"] {
    margin-top: 15px;
    display: inline-block;
}
.modal-box.paypal-modal select,
.modal-box.paypal-modal .pseudo-select {
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    .venue-section .left-col {
        width: 27%;
    }
}
@media (min-width: 992px) {
    .venue-section {
        padding: 105px 0 80px;
    }
    .venue-section .left-col {
        width: 30%;
    }
    .venue-section .right-col {
        width: 70%;
    }
}
@media (max-width: 991px) {
    .venue-section {
        padding: 85px 0 60px;
    }
    .venue-section .venue-hotel-logo {
        margin: 0 0 25px;
    }
    .venue-section .venue-title-icon {
        text-align: left;
    }
    .venue-section .venue-title .venue-icon {
        margin: 0 25px 0 0;
    }
    .venue-section .btn {
        margin: 20px 0 30px;
    }
    .venue-section .right-col {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .line-heading:before,
    .line-heading:after {
        width: 5.5%;
    }
    .sponsors-list > li {
        padding: 5px 10px;
    }
    .prices-section .row {
        margin-left: 0;
        margin-right: 0;
    }
    .form-register .form-group {
        padding-bottom: 0;
    }
    .form-register .form-group > label {
        width: 100%;
        text-align: left;
        line-height: 30px;
    }
    .form-register .checkbox-wrapper {
        margin-left: 0;
    }
    .hero-section,
    .hero-section > .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
@media (max-width: 480px) {
    .extra-heading {
        font-size: 50px;
    }
    .line-heading {
        white-space: normal;
    }
    .line-heading:before,
    .line-heading:after {
        margin: 10px 0;
        display: block;
        width: 100%;
    }
    .sponsors-list {
        margin: 0;
        display: block;
        font-size: 0;
    }
    .sponsors-list > li {
        width: 100%;
        display: inline-block;
        padding: 20px 0;
    }
    .signup-section .form .form-group {
        margin-bottom: 0;
        width: 100%;
    }
}

.reg-modal-body {
    padding: 20px 40px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 95%;
        max-width:1200px;
    }
}

.logo-block,.about-section,
.features-section .container > [class*="col-"]:last-of-type,
.our-works,
.blog-section > .container {
    padding: 0;
}
.logo-block img:hover,.portfolio-list img:hover,
.partner-logo-image img:hover,
.testimonial-section img:hover,
.pricing-image img:hover,
.entry-cover img:hover,
.author-image:hover,
.cat-item img:hover,
.footer-logo img:hover {
    /*opacity: 0.7;*/
}
.logo-section > .container > [class*="col-"]:last-of-type,
.statistics-section .container > [class*="col-"]:last-of-type,
.pricing-plan-section .container > .col-md-6,
.content-sidebar,
.comment-form > [class*="col-"]:last-of-type,
.footer .container > [class*="col-"]:last-of-type {
    padding-right: 0;
}
.home-photos-slider .slide-item .btn:hover,
.desktop-text-btn a.btn:hover {
    background-color: #333;
}
.home-photos-slider .slide-title b,
.blog-post .entry-title:hover,
.entry-title a:hover {
    color: #1896ff;
}
.about-section .content-box .video-production-title span,
.about-section .col-md-4 a:hover > .video-production-hover,
.post-thumbnail:hover .blog-post-hover {
    display: block;
}

.video-production-title span.when {

}

.video-production-title span.what {
    font-size: 1em;
    margin: 4px 0 4px;
    line-height: 1em;
    text-transform: capitalize;
}

.video-production-title span.where {

}

.video-production-title span.who {
 font-size: 25px;
}

.statistics-section .container > [class*="col-"]:first-of-type,
.content-section,
.comment-form > [class*="col-"],
.comment-form > [class*="col-"]:first-of-type > [class*="col-"],
.footer .container > [class*="col-"]:first-of-type {
    padding-left: 0;
}
.our-team-section [class*="col-"]:hover .designer-hover,
.our-works .portfolio-categories > li {
    /*display: inline-block;*/
}
.testimonial-section .client-inner p a,
.entry-title a,
.tweet-post > a:hover {
    color: #444;
}
.pricing-plan-section .gold h1,
.pricing-plan-section .platinum h1 {
    background: url(../images/plan-gold-divider.png) no-repeat center bottom;
}
.blog-section .entry-date:after,
.entry-meta [rel="tag"]:last-of-type:after {
    content: "";
}
.entry-date:after,
.comments-link:after,
.entry-meta [rel="tag"]:after {
    content: "/";
    padding-left: 5px;
    padding-right: 5px;
}
.comment-form .btn:hover,
.widget_social_icons li a:hover {
    background-color: #1896ff;
    color: #fff;
}
.widget_recent_entries > ul a:hover,
.widget_categories > ul a {
    color: gray;
}

.career-content{
    font-size: 16px;
    padding-bottom: 30px;
}

.careers{
    padding-bottom: 60px;
}

.job-title{
    background: #fbfbfb;
    color: black;
    padding: 40px 16px;
    height: 130px;
    margin: 10px 2px;
    box-shadow: 20px 20px 20px 0 rgba(95,95,95,.1);
    text-align: center;
    text-decoration: underline;
}

@media only screen and (min-width: 992px) {
    .job-title{
        padding: 40px 46px;
        margin: 10px 20px;
    }
}

.job-heading{
    color: white;
    font-size: 20px;
    margin-top: 160px;
}

.job-banner {
    background-image: url(../images/job-post.png);
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 400px;
    text-align: center;
}

.job-bg {
    background-color: rgba(29, 27, 38, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.location{
    color: white;
    font-size: 18px;
}

.fa-map-marker{
    font-size: 22px;
}

.job-btn {
    font-size: 16px;
    color: #FFF;
    /*background-color: #1896ff;*/
    font-weight: 700;
    height: 44px;
    background-color: transparent;
    border: 3px solid #1896ff;
    padding: 5px;
    border-radius: 30px;
    font-family: neuzeit-grotesk, sans-serif;
    margin: 30px auto;
    display: block;
    width: 160px;
}

.btn-secondary{
    color: black;
}

.job-description{
    color: black;
}

.job-requirement{
    font-size: 16px;
    font-weight: bold;
}

.job-description p{
    font-size: 16px;
}

.job-description li{
    font-size: 16px;
    margin-left: 30px;
}


h4.modal-title {
    font-weight: 500;
    font-size: 40px;
}

.modal-header .close {
    font-size: 3em;
    margin-top: -30px;
    padding: 15px;
}

.hbspt-form .hs-button{
    font-size: 16px;!important;
    color: #FFF;!important;
    font-weight: 700;!important;
    height: 44px;!important;
    background-color: transparent;!important;
    border: 3px solid #1896ff;!important;
    padding: 5px;!important;
    border-radius: 30px;!important;
    font-family: neuzeit-grotesk, sans-serif;!important;
    margin: 30px auto;!important;
    display: block;!important;
    width: 160px;!important;
}
