#masthead {
    padding: 0;
    width: 100%;
}

.main-navigation {
    margin: 0;
}

.full-container {
    max-width: 100% !important;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}

a.custom-logo-link {
    float: left;
    padding: 32px 0px 13px 0px;
}

.menu-mainmenu-container {
    float: right;
    padding: 30px 0px 20px 0px;
}

#masthead.masthead-logo-in-menu .logo {
    margin-right: 0px;
}

.main-navigation ul li>a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    padding: 12px 30px;
    border: 1px solid transparent;
    margin-left: 5px;
}

.main-navigation ul li>a:hover {
    border: 1px #ff0000 solid;
    border-radius: 4px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4) !important;
}

.main-navigation ul ul li>a:hover {
    border: 1px transparent solid;
    border-radius: 4px;
    color: #ff0000;
    background: rgba(0, 0, 0, 0.4) !important;
}

.main-navigation ul li:hover>a {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.main-navigation ul ul a {
    width: 250px !important;
    text-transform: inherit !important;
}

/* .main-navigation ul li:last-child > a {
    border: 1px #ff0000 solid;
    border-radius: 4px;
}
.main-navigation ul li:last-child > a:hover {
    border: 1px #fff solid;
    border-radius: 4px;
} */
.metaslider .caption-wrap {
    top: 0;
    bottom: inherit;
    top: 25% !important;
    padding-bottom: 30px !important;
    background: transparent !important;
    color: white;
    opacity: inherit !important;
    line-height: inherit !important;
}

.metaslider .caption {
    padding: 0 !important;
}

.metaslider .caption h1 {
    font-size: 80px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
    color: #fff;
    padding-top: 95px;
    line-height: 1.1;
}

.metaslider .caption p {
    font-size: 44px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100 !important;
    color: #ff0000;
    line-height: 1;
}

.caption-wrap .caption {
    margin: 0 auto !important;
    max-width: 1080px;
    background-image: url(../../silvertipfilms/images/rectangle.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: 338px;
}

.flexslider .flex-control-paging {
    bottom: 48%;

    /* position: absolute;
  transform: translateY(-50%);
    height: 200px; */
}

.flexslider .flex-control-paging li {
    margin: 0;
    padding: 0 0 8px 0 !important;
    display: inline-block;
    text-indent: -99999px;
    /* text-align: right; */
    /* float: right; */
    width: 14px;
    width: 100%;
    height: 12px;
    margin-right: 2px;
}

.flexslider .flex-control-paging li a {
    float: right;
}

.flexslider .flex-control-paging li a {
    display: block;
    width: 12px;
    height: 22px;
    cursor: pointer;
    background: url(../../silvertipfilms/images/normal-list.png) !important;
}

.flexslider .flex-control-paging li a.flex-active {
    background: url(../../silvertipfilms/images/active-list.png) !important;
}

.flexslider .flex-control-paging li a:hover {
    background: url(../../silvertipfilms/images/normal-list.png) !important;
}

.flexslider .flex-control-paging li:last-child a {
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url(../../silvertipfilms/images/last-normal-list.png) !important;
}

.flexslider .flex-control-paging li:last-child a.flex-active {
    background: url(../../silvertipfilms/images/last-active-list.png) !important;
}

.flexslider .flex-control-paging li:last-child a:hover {
    background: url(../../silvertipfilms/images/last-normal-list.png) !important;
}

.flexslider .flex-control-paging {

    width: 25px;
}

.flexslider .flex-control-paging:after {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    padding-top: 15px;
    background: transparent url(../../silvertipfilms/images/sound-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.entry-content ul li,
.entry-content ol li {
    font-size: 16px;
}

#main {
    padding: 0px;
    background: #fff !important;
}

div#carousel-golf {
    border-top: 10px #1c1c1c solid;
}

/* figure {
    height: 451px;
}
figure figcaption {
    position: relative;
    top: -270px;
    height: 451px;
    text-align: center;

}
figure figcaption .img-caption {
    font-size: 34px;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    line-height: 1.2;
    color: #fff;
}
figure figcaption .img-caption .button {
    display: block;
    width: 132px;
    margin: 0 auto;
    margin-top: 20px;
}

.slick-slide img {
    width: 100%;
}*/
.slick-track {
    width: 10000px !important;
}

.slick-initialized .slick-slide {
    display: block;
    /* width: 630px !important; */
}

figure {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

figcaption {
    position: absolute;
    z-index: 10;
    top: 0;
    padding: 0px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
}

figure figcaption {
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

figure figcaption .img-caption {
    display: block;
    margin: 140px auto 0 auto;
    width: 70%;
    height: 100px;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

figure figcaption .img-btn .button {
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    border-radius: 4px;
}

figure figcaption .img-btn .button:hover {
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    border-radius: 4px;
}

.caption-wrap a.button {
    display: block;
    margin: 75px auto 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.caption-wrap a.button:hover {
    display: block;
    margin: 75px auto 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.welcome-section h1.award-home {
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.welcome-section h2 {
    font-size: 39px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 4px;
}

.welcome-section h2 strong {
    display: block;
    padding-top: 34px;
    font-weight: 400;
}

.welcome-section p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.entry-content {
    color: #464646 !important;
}

.entry-content a {
    color: #55acee !important;
    text-decoration: none;
}

.entry-content a:hover {
    color: #ff0000 !important;
}

.lineblue {
    width: 225px;
    height: 5px;
    margin: 25px 0px 35px 0px;
    background-color: #2fa4e7;
}

.lineblue-red {
    width: 225px;
    height: 5px;
    margin: 25px 0px 35px 0px;
    background-color: #ff0000;
}

.linered {
    width: 225px;
    height: 5px;
    margin: 25px auto 35px auto;
    background-color: #ff0000;
}

.image-section {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0;
}

.image-section .panel-grid-cell {
    width: 25% !important;
    float: left;
    text-align: center;
    padding-bottom: 25px
}

.sow-image-container img {
    display: initial !important;
    height: 150px !important;
    margin: 0 auto;
}

h3.widget-title {
    padding: 20px 40px;
    font-size: 15px;
    color: #464646;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

h3.widget-title strong {
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 30px;
}

.latest-work-section .container {
    max-width: 1217px;
    margin: 0 auto;
}

.latest-work-section .so-widget-sow-editor {
    padding-top: 64px;
    padding-bottom: 71px;
}

.latest-work-section .siteorigin-widget-tinymce.textwidget {
    width: 50%;
    /* background-image: url(../../silvertipfilms/images/rectangle.png); */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;
}

.latest-work-section h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 62px !important;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 40px;
    margin-top: 17px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.latest-work-section h2 strong {
    font-weight: 400;
}

.latest-work-section h3 {
    font-size: 34px;
    margin-top: 0;
    color: #f7d700;
    font-family: 'Oswald', sans-serif;
}

.latest-work-section h3 strong {
    font-weight: 100;
    color: #fff;
}

.latest-work-section p {
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.latest-work-section a.button {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 50px 0 0 0;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #f7d700 !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.latest-work-section a.button:hover {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 50px 0 0 0;
    width: 150px;
    padding: 21px;
    border: 1px #f7d700 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.clients-top {
    padding-top: 66px;
}

.clients-top h2 {
    color: #464646;
    font-family: 'Oswald', sans-serif;
    font-size: 54px !important;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 40px;
    margin-top: 17px;
    line-height: 0.6;
}

.clients-top h2 a {
    text-decoration: none;
    color: #464646;
}

.clients-top h2 a:hover {
    text-decoration: none;
    color: #ff0000;
}

.clients-top h2 strong {
    font-weight: 400;
}

.clients-top h2 span {
    font-weight: 100;
    color: #55acee;
    font-size: 34px;
    display: block;
    text-transform: initial;
    padding-top: 26px;
}

.clients-top p {
    font-size: 16px;
    color: #464646;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.ui-tabs .ui-tabs-panel {
    top: -1px;
    position: relative;
}

.ui-widget.ui-widget-content {
    border: none !important;
    padding: 0;
}

.ui-widget-header {
    border: none !important;
    background: none !important;
    color: #333333;
    font-weight: bold;
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    padding: 0 !important;
}

.ui-tabs-tab {
    border: none !important;
    background: none !important;
}

.ui-tabs .ui-tabs-nav li {
    width: 16.6666%;
    margin: 0 !important;
    text-align: center;
    height: auto;
}

.ui-tabs .ui-tabs-nav li:nth-child(6n+1) {
    clear: left;
}

/*.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    background: transparent url(../../silvertipfilms/images/rounded.png);
    background-repeat: no-repeat;
    background-position:  center;
}*/
.ui-tabs .ui-tabs-nav li img {
    max-width: 100%;
    height: auto;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none !important;
    margin: 5px 5px 40px 5px;
    display: block;
    line-height: 0;
    padding: 0px !important;
    border: 1px #eee solid;
}

.ui-tabs .ui-tabs-panel {
    padding: 0 !important;
}

.ui-tabs .ui-tabs-panel .left {
    float: left;
    width: 70%;
    padding: 5% !important;
    height: 170px;
    background: #f4f4f4 !important;
    border-radius: 4px 0 0 4px;
}

.ui-tabs .ui-tabs-panel .left {
    font-size: 16px;
    line-height: 1.5;
    color: #464646;
    /*display: flex;*/
    align-items: center;
}

.ui-tabs .ui-tabs-panel .left small {
    font-size: 16px;
    line-height: 1.5;
    color: #464646;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}

.ui-tabs .ui-tabs-panel .left h3 {
    color: #55acee;
    font-weight: 700;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}

.ui-tabs .ui-tabs-panel .left h3 strong {
    color: #55acee;
    display: block;
    font-weight: normal;
    font-style: italic;
}

.ui-tabs .ui-tabs-panel .left span {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: #55acee;
}

.ui-tabs .ui-tabs-panel .left a {
    float: right;
    text-align: center;
    padding: 15px 25px;
    background: #55acee;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    bottom: -30px;
    left: 45%;
}

.ui-tabs .ui-tabs-panel .left a:hover {
    opacity: 0.8;
}

.ui-tabs .ui-tabs-panel .right {
    float: right;
    width: 18%;
    padding: 5% 1% !important;
    background-color: #55acee;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 20px;
    height: 170px;
    text-align: center;
}

.ui-tabs .ui-tabs-panel .right {
    display: flex;
    align-items: center;
}

.ui-tabs .ui-tabs-panel .right.image {
    background-image: url(https://www.silvertipfilms.co.uk/wp-content/uploads/2017/11/sarah-aslin-bluecoat-soprts.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ui-tabs .ui-tabs-panel .right h3 {
    /* padding-top: 30%; */
    margin: 0 auto;
    line-height: 1.2;
}

.ui-tabs .ui-tabs-panel:after {
    content: "";
    display: table;
    clear: both;
}

.panel-grid.panel-no-style {
    content: "";
    display: table !important;
    clear: both;
    margin: 0 auto;
}

.we-support-section {
    padding-bottom: 60px;
}

.we-support-section h2 {
    color: #464646;
    font-family: 'Oswald', sans-serif;
    font-size: 54px !important;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 40px;
    margin-top: 70px;
}

.we-support-section h2 strong {
    font-weight: 400;
}

.we-support-section h3 {
    color: #89175c;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 10px;
}

.we-support-section h3 a {
    text-decoration: none;
}

.we-support-section h3 img {
    padding-top: 20px;
}

.we-support-section p {
    font-size: 16px;
    color: #464646;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.news-section {
    background-image: url(../../silvertipfilms/images/latest-news.jpg);
    background-size: cover;
}

.news-section .container {
    padding-top: 55px;
}

.news-section .container:after {
    padding: 50px 0 0px 0;
    content: "";
    display: table;
    clear: both;
}

.news-section h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 62px !important;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 40px;
    margin-top: 17px;
}

.news-section h2 strong {
    font-weight: 400;
}

.col-6.left {
    width: 45%;
    float: left;
    color: #fff;
    margin-right: 5%;
}

.col-6.right {
    width: 45%;
    float: left;
    margin-left: 5%;
}

.news-section h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 62px !important;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 68px;
    margin-top: 30px;
}

.news-inner.blog-post .date {
    font-size: 36px;
    font-weight: 100;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.news-inner.blog-post .title {
    font-weight: 500;
    color: #ec58e7;
    display: block;
    font-size: 38px;
    margin-top: 16px;
    margin-bottom: 35px;
    font-family: 'Oswald', sans-serif;
}

.news-inner.blog-post span.title a {
    color: #ec58e7;
    text-decoration: none;
}

.news-inner.blog-post span.title a:hover {
    color: #f7d700;
    text-decoration: none;
}

.news-inner.blog-post p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.news-section a.button {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 30px 0 10px 0;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #ec58e7 !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.news-section a.button:hover {
    border: 1px #ec58e7 solid;
    color: #fff !important;
}

.news-inner.vlog-post {}

.news-inner.vlog-post .date {
    font-size: 36px;
    font-weight: 100;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.news-inner.vlog-post .title {
    font-weight: 500;
    color: #ec58e7;
    display: block;
    font-size: 38px;
    margin-top: 16px;
    margin-bottom: 35px;
    font-family: 'Oswald', sans-serif;
}

.news-inner.vlog-post span.title a {
    color: #ec58e7;
    text-decoration: none;
}

.news-inner.vlog-post span.title a:hover {
    color: #f7d700;
    text-decoration: none;
}

.news-inner.vlog-post p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.site-footer {
    padding: 50px 30px !important;
    background: #1c1c1c !important;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.footer-logo {
    float: left;
    margin-right: 30px;
    padding-top: 8px;
}

.copy-rights {
    font-size: 15px;
    color: #989898;
}
}

.footer-left br {
    display: none;
}

.social {
    float: right;
    margin-left: 26px;
}

.register {
    float: left;
    text-align: right;
    padding-top: 4px;
}

.social-icon {
    list-style: none;
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    padding-top: 10px !important;
}

.social-icon li {
    display: inline-block;
    margin: 0 0 2px 13px;
}

.quick_links {
    text-align: right;
    color: #989898;
}

.quick_links a {
    margin-left: 25px;
    color: #989898 !important;
    text-decoration: none;
    font-size: 14px;
}

.quick_links a:hover {
    margin-left: 25px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
}

.contact {
    text-align: right;
    color: #989898;
}

.contact a {
    margin-left: 25px;
    color: #989898 !important;
    text-decoration: none;
    font-size: 15px;
}

.contact a:hover {
    margin-left: 25px;
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
}

.address {
    color: #989898 !important;
    font-size: 15px;
}

.social-icon li a {
    width: 48px;
    height: 48px;
    display: block;
    text-align: center;
    font-size: 20px;
    background-color: #f11515;
    color: #1c1c1c !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social-icon li a i {
    line-height: 48px;
}

.social-icon li a:hover {
    background-color: #fff;
    color: #f11515 !important;
}

.main-navigation ul li.current_page_item a {
    border: 1px #ff0000 solid;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
}

.main-navigation ul li ul.sub-menu li a {
    border: 1px transparent solid;
    border-radius: 4px;
    background: transparent !important;
}

.copy-rights {
    font-size: 15px;
    color: #989898;
    float: left;
    padding-top: 20px;
}

#footer-widgets {
    margin: 0 auto !important;

}

/* about us */
.innerpage.about .banner-image {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto !important;
    border-bottom: 10px #1c1c1c solid;
    background-size: cover;
    background-position: center;
}

.innerpage.about .banner-title {
    background-image: url(../../silvertipfilms/images/aboutus-rectangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 164px;
    max-width: 1080px;
}

.innerpage.about .banner-title h1 {
    font-size: 52px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding-top: 40px;
}

.innerpage.about .banner-title h1 strong {
    font-weight: 400;
}

.innerpage.about .banner-title h1 strong a {
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.innerpage.about .about-description h2 {
    font-size: 40px;
    color: #d5d5d5;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 30px;
    margin-bottom: 50px;
}

.innerpage.about .about-description h2 strong {
    font-weight: 400;
    color: #464646;
}

.innerpage.about .about-description p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

#pgc-19-1-0,
#pgc-19-1-1 {
    width: 50% !important;
    float: left;
}

.innerpage.about .sow-image-container {
    line-height: 0;
}

.innerpage.about .sow-image-container img {
    height: auto !important;
}

.creative-team h2 {
    font-size: 40px;
    color: #464646;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 12px;
    margin-bottom: 40px;
}

.creative-team h2 strong {
    font-weight: 400;
    color: #464646;
}

.creative-team p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.creative-team-box figcaption {
    background-color: inherit !important;
}

.creative-team-box .single-box {
    text-align: center;
    position: relative;
    top: -100px;
}

.creative-team-box .single-box a.button {
    display: block;
    margin: 0px auto;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.creative-team-box .single-box a.button:hover {
    display: block;
    margin: 0px auto;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.single-box .name {
    font-size: 38px;
    color: #464646;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-top: 50px;
    font-weight: 400;
}

.single-box .desg {
    font-size: 26px;
    color: #464646;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
}

.innerpage.about .about-footer {
    padding-bottom: 70px;
}

.innerpage.about .about-footer h2 {
    font-size: 48px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 300;
    padding-top: 84px;
    line-height: 1.2;
}

.innerpage.about .about-footer a.button {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #ff0000 !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.innerpage.about .about-footer a.button:hover {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

/* .col-4 {
    width: 33.3333%;
    float: left;
        height: 580px;
} */
.container.creative-team-box .row {
    margin-right: -15px;
    margin-left: -15px;
}

.container.creative-team-box .col-4 {
    width: 33.333333%;
    float: left;
    height: 580px;
    position: relative;
}

.container.creative-team-box .col-4 figure {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 0;
}

.container.creative-team-box .col-4 figure img {
    margin: 0;
}

/* End */



#block2 {
    height: auto !important;
    z-index: 9;
    display: flex;
    align-items: center;
}

.flexslider {
    margin: 0;
    padding: 0;
    width: 100%;
}

.flexslider {
    background: none !important;
    position: relative;
}

.flexslider {
    margin: 0 auto;
    background: transparent;
    border: 0px solid #fff !important;
    position: relative;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: inherit !important;
    -webkit-box-shadow: inherit !important;
    -moz-box-shadow: inherit !important;
    -o-box-shadow: inherit !important;
    zoom: 1;
}

.flex-viewport .slides li {
    padding: 0px;
    text-align: center;
}

.flex-viewport .slides li h2 {
    font-size: 80px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
    color: #fff;
    line-height: 1.1;
    padding-top: 85px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.flex-viewport .slides li p {
    font-size: 44px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100 !important;
    color: #ff0000;
    line-height: 1;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.flex-viewport .slides li a.btn.learn-more {
    display: block;
    margin: 75px auto 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    font-weight: 300;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.flex-viewport .slides li a.btn.learn-more:hover {
    display: block;
    margin: 75px auto 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.flex-viewport .slides li .container {
    background-image: url(../../silvertipfilms/images/rectangle.png);
    background-repeat: no-repeat;
    text-align: center;
    background-size: contain;
    height: auto;
    margin-top: 180px;
    margin-bottom: 180px;
}

.flexslider .flex-direction-nav li a {
    border-radius: 0px !important;
}


.slick-dots {
    bottom: 20px !important;
}

.slick-dots li button:before {
    font-size: 12px !important;
    opacity: 1 !important;
    color: #fff !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #ff0000 !important;
}

/* Client Portfolio */
.client-portfolio p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.client-portfolio .panel-row-style {
    margin: 0 auto !important;
    padding: 0 !important;
}

.portfolio-banner-full {
    padding-top: 130px;
    padding-bottom: 130px;
    background-size: cover;
    background-position: center;
}

.client-portfolio #pgc-21-1-0 {
    width: 35% !important;
    padding-right: 20px;
}

.client-portfolio #pgc-21-1-1 {
    width: 65% !important;
    padding-left: 20px;
}

.portfolio-banner {
    background-image: url(../../silvertipfilms/images/portfolio-rectangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 212px;
    max-width: 1080px;
}

.portfolio-banner h3 {
    font-size: 75px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding-top: 65px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.pay-youtube {
    width: 135px;
    margin: 0 auto !important;
    bottom: -20px;
    position: relative;
}

.singer-box h2 {
    font-size: 40px;
    color: #d5d5d5;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 24px;
    margin-bottom: 50px;
}

.singer-box h2 strong {
    font-weight: 400;
    color: #464646;
    display: block;
    padding-top: 50px;
}

.singer-box p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.previous-work {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.previous-work h2 {
    font-size: 40px;
    color: #464646;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 24px;
    margin-bottom: 45px;
}

.december-daze {
    padding: 135px 0;
}

.december-daze-full h3 {
    font-size: 40px;
    color: #fff;
    line-height: 0.6;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 40px;
}

.december-daze-full {
    background-position: center center;
    background-size: cover;
}

.december-daze-full h3 strong {
    font-weight: 400;
    content: "";
    display: table;
    clear: both;
    margin: 0 auto;
    margin-bottom: 30px;
}

.december-daze a.button {
    display: block;
    margin: 0px auto;
    width: 150px;
    padding: 21px;
    text-align: center;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.december-daze a.button:hover {
    display: block;
    margin: 0px auto;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.client-portfolio .entry-content {
    line-height: 0 !important;
}

.writer-box-left {
    width: calc(100% - 195px);
    float: left;
}

.writer-box-left-text {
    padding: 40px 50px;
}

.writer-box-left small {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.writer-box-right {
    width: 195px;
    float: left;
    text-align: right;
    line-height: 0;
}

.writer-box {
    padding: 20px 0;
}

.writer-box .row {
    content: "";
    display: table;
    clear: both;
    display: flex;
    align-items: center;

    background-color: #f4f4f4;
}

.writer-box-left h3 {
    font-size: 21px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    color: #f1170d;
    text-transform: inherit;
    font-weight: 500;
    margin: 0;

}

.writer-box-left h3 strong {
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    color: #f1170d;
    display: block;
    text-transform: inherit;
    font-weight: 200;
    margin: 0;
}

.client-portfolio .touch-text {
    padding: 50px 0 80px 0;
}

.client-portfolio .touch-text h3 {
    font-size: 38px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: inherit;
    font-weight: 200;
    margin-top: 24px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.client-portfolio .touch-text h3 a {
    font-weight: 400;
    color: #fff !important;
}

.client-portfolio .touch-text h3 a:hover {
    font-weight: 400;
    color: #ff0000 !important;
}

.client-portfolio .touch-text h3 strong {
    font-weight: 200;
    display: block;
}

.client-portfolio .touch-text a.button {
    display: block;
    text-align: center;
    margin-left: 0;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #ff0000 !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.client-portfolio .touch-text a.button:hover {
    display: block;
    text-align: center;
    margin-left: 0;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}


.fancybox-youtube figcaption {
    background-color: transparent !important;
}

.news-inner.vlog-post .news-inner.vlog-post .yt-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

.news-inner.vlog-post .fancybox-youtube img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

.news-inner.blog-post p {
    min-height: 250px;
}

.news-inner.vlog-post figure {
    min-height: 250px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px #444 solid;
}

.text {
    position: relative;
    font-size: 14px;
    color: black;
    width: 250px;
    /* Could be anything you like. */
}

.text-concat {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    /* (Number of lines you want visible) * (line-height) */
    line-height: 1.2em;
    text-align: justify;
}

.text.ellipsis::after {
    content: "...";
    position: absolute;
    right: -12px;
    bottom: 4px;
}

.get-in-touch-full {
    background-position: center center;
    background-size: cover;
}

.singer-section.container {
    padding-top: 10px !important;
}

/* .news-inner.vlog-post figure {
   height: 282px;
    }
.news-inner.blog-post p {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 9;
}
.news-inner.blog-post p {
    height: 282px;
}
*/

/* */

/* Corporate Video Production */

.innerpage.corporate-video-production .panel-row-style,
.innerpage.motion-graphics-animation .panel-row-style,
.innerpage.music-videos .panel-row-style,
.innerpage.actor-showreel-production .panel-row-style,
.innerpage.live-event-videography .panel-row-style,
.innerpage.additional-video-services .panel-row-style,
.innerpage.live-streaming-production .panel-row-style {
    margin: 0 !important;
    padding: 0 !important;
}

.video-production-banner {
    background-image: url(../../silvertipfilms/images/portfolio-rectangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 220px;
    max-width: 1080px;
    background-position: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-production-banner h1 {
    font-size: 75px;
    line-height: 75px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.video-production-banner h1 strong {
    font-weight: 400;
}

.video-production-banner .pay-youtube {
    width: 135px;
    margin: 0 auto !important;
    bottom: -60px;
    position: relative;
}

.innerpage.services .services-banner-full,
.innerpage.corporate-video-production .portfolio-banner-full,
.innerpage.motion-graphics-animation .portfolio-banner-full,
.innerpage.music-videos .portfolio-banner-full,
.innerpage.actor-showreel-production .portfolio-banner-full,
.innerpage.live-event-videography .portfolio-banner-full,
.innerpage.additional-video-services .portfolio-banner-full,
.innerpage.live-streaming-production .portfolio-banner-full {
    padding-top: 130px;
    padding-bottom: 130px;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.innerpage.corporate-video-production .we-do,
.innerpage.motion-graphics-animation .we-do,
.innerpage.music-videos .we-do,
.innerpage.actor-showreel-production .we-do,
.innerpage.live-event-videography .we-do,
.innerpage.additional-video-services .we-do,
.innerpage.live-streaming-production .we-do {
    padding-bottom: 20px;
}

.we-do h2 {
    font-size: 40px;
    color: #d5d5d5;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 30px;
    margin-bottom: 50px;
}

.we-do h2 strong {
    font-weight: 400;
    color: #464646;
}

.we-do p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.innerpage.corporate-video-production .middle-jaguar #pgc-254-2-0,
.innerpage.corporate-video-production .middle-jaguar #pgc-254-2-1,
.innerpage.motion-graphics-animation .middle-jaguar #pgc-4017-2-0,
.innerpage.motion-graphics-animation .middle-jaguar #pgc-4017-2-1,
.innerpage.music-videos .middle-jaguar #pgc-4033-2-0,
.innerpage.music-videos .middle-jaguar #pgc-4033-2-1,
.innerpage.actor-showreel-production .middle-jaguar #pgc-4042-2-0,
.innerpage.actor-showreel-production .middle-jaguar #pgc-4042-2-1,
.innerpage.live-event-videography .middle-jaguar #pgc-4047-2-0,
.innerpage.live-event-videography .middle-jaguar #pgc-4047-2-1,
.innerpage.additional-video-services .middle-jaguar #pgc-4055-2-0,
.innerpage.additional-video-services .middle-jaguar #pgc-4055-2-1,
.innerpage.live-streaming-production .middle-jaguar #pgc-4055-2-0,
.innerpage.live-streaming-production .middle-jaguar #pgc-4055-2-1 {
    width: 50% !important;
    float: left;
}

.innerpage.corporate-video-production .middle-jaguar figure,
.innerpage.motion-graphics-animation .middle-jaguar figure,
.innerpage.music-videos .middle-jaguar figure,
.innerpage.actor-showreel-production .middle-jaguar figure,
.innerpage.live-event-videography .middle-jaguar figure,
.innerpage.additional-video-services .middle-jaguar figure,
.innerpage.live-streaming-production .middle-jaguar figure {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    line-height: 0;
}

.innerpage.corporate-video-production .middle-jaguar img,
.innerpage.motion-graphics-animation .middle-jaguar img,
.innerpage.music-videos .middle-jaguar img,
.innerpage.actor-showreel-production .middle-jaguar img,
.innerpage.live-event-videography .middle-jaguar img,
.innerpage.additional-video-services .middle-jaguar img,
.innerpage.live-streaming-production .middle-jaguar img {
    height: 465px !important;
    width: 100%;
}

.innerpage.corporate-video-production .middle-jaguar figcaption,
.innerpage.motion-graphics-animation .middle-jaguar figcaption,
.innerpage.music-videos .middle-jaguar figcaption,
.innerpage.actor-showreel-production .middle-jaguar figcaption,
.innerpage.live-event-videography .middle-jaguar figcaption,
.innerpage.additional-video-services .middle-jaguar figcaption,
.innerpage.live-streaming-production .middle-jaguar figcaption {
    position: absolute;
    z-index: 10;
    top: 0;
    padding: 0px;
    bottom: 0px;
    left: 0;
    right: 0px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
}

.innerpage.corporate-video-production .middle-jaguar figure figcaption,
.innerpage.motion-graphics-animation .middle-jaguar figure figcaption,
.innerpage.music-videos .middle-jaguar figure figcaption,
.innerpage.actor-showreel-production .middle-jaguar figure figcaption,
.innerpage.live-event-videography .middle-jaguar figure figcaption,
.innerpage.additional-video-services .middle-jaguar figure figcaption,
.innerpage.live-streaming-production .middle-jaguar figure figcaption {
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.innerpage.corporate-video-production .middle-jaguar .jaguar-box,
.innerpage.motion-graphics-animation .middle-jaguar .jaguar-box,
.innerpage.music-videos .middle-jaguar .jaguar-box,
.innerpage.actor-showreel-production .middle-jaguar .jaguar-box,
.innerpage.live-event-videography .middle-jaguar .jaguar-box,
.innerpage.additional-video-services .middle-jaguar .jaguar-box,
.innerpage.live-streaming-production .middle-jaguar .jaguar-box {
    padding: 170px 0;
}

.innerpage.corporate-video-production .middle-jaguar .jaguar-box h3,
.innerpage.motion-graphics-animation .middle-jaguar .jaguar-box h3,
.innerpage.music-videos .middle-jaguar .jaguar-box h3,
.innerpage.actor-showreel-production .middle-jaguar .jaguar-box h3,
.innerpage.live-event-videography .middle-jaguar .jaguar-box h3,
.innerpage.additional-video-services .middle-jaguar .jaguar-box h3,
.innerpage.live-streaming-production .middle-jaguar .jaguar-box h3 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 30px 0;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 10px;
}

.innerpage.corporate-video-production .middle-jaguar .jaguar-box a.button,
.innerpage.motion-graphics-animation .middle-jaguar .jaguar-box a.button,
.innerpage.music-videos .middle-jaguar .jaguar-box a.button,
.innerpage.actor-showreel-production .middle-jaguar .jaguar-box a.button,
.innerpage.live-event-videography .middle-jaguar .jaguar-box a.button,
.innerpage.additional-video-services .middle-jaguar .jaguar-box a.button,
.innerpage.live-streaming-productions .middle-jaguar .jaguar-box a.button {
    display: block;
    margin: 0 auto 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.innerpage.corporate-video-production .middle-jaguar .jaguar-box a.button:hover,
.innerpage.motion-graphics-animation .middle-jaguar .jaguar-box a.button:hover,
.innerpage.music-videos .middle-jaguar .jaguar-box a.button:hover,
.innerpage.actor-showreel-production .middle-jaguar .jaguar-box a.button:hover,
.innerpage.live-event-videography .middle-jaguar .jaguar-box a.button:hover,
.innerpage.additional-video-services .middle-jaguar .jaguar-box a.button:hover,
.innerpage.live-streaming-production .middle-jaguar .jaguar-box a.button:hover {
    display: block;
    margin: 0 auto 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.innerpage.corporate-video-production .middle-jaguar .jaguar-box-left,
.innerpage.motion-graphics-animation .middle-jaguar .jaguar-box-left,
.innerpage.music-videos .middle-jaguar .jaguar-box-left,
.innerpage.actor-showreel-production .middle-jaguar .jaguar-box-left,
.innerpage.live-event-videography .middle-jaguar .jaguar-box-left,
.innerpage.additional-video-services .middle-jaguar .jaguar-box-left,
.innerpage.live-streaming-production .middle-jaguar .jaguar-box-left {
    background-position: center;
    background-size: cover;
}

.innerpage.corporate-video-production .perspiciatis-box h2,
.innerpage.motion-graphics-animation .perspiciatis-box h2,
.innerpage.music-videos .perspiciatis-box h2,
.innerpage.actor-showreel-production .perspiciatis-box h2,
.innerpage.live-event-videography .perspiciatis-box h2,
.innerpage.additional-video-services .perspiciatis-box h2,
.innerpage.live-streaming-production .perspiciatis-box h2 {
    font-size: 40px;
    color: #464646;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 40px;
}

.innerpage.corporate-video-production .perspiciatis-box a.btn-red,
.innerpage.motion-graphics-animation .perspiciatis-box a.btn-red,
.innerpage.music-videos .perspiciatis-box a.btn-red,
.innerpage.actor-showreel-production .perspiciatis-box a.btn-red,
.innerpage.live-event-videography .perspiciatis-box a.btn-red,
.innerpage.additional-video-services .perspiciatis-box a.btn-red,
.innerpage.live-streaming-production .perspiciatis-box a.btn-red {
    padding: 20px 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 300;
    border: 1px #e1e1e1 solid;
    color: #fff !important;
    background: #ff0000 !important;
    text-shadow: none;
    margin-right: 10px;
}

.innerpage.corporate-video-production .perspiciatis-box a.btn-red:hover,
.innerpage.motion-graphics-animation .perspiciatis-box a.btn-red:hover,
.innerpage.music-videos .perspiciatis-box a.btn-red:hover,
.innerpage.actor-showreel-production .perspiciatis-box a.btn-red:hover,
.innerpage.live-event-videography .perspiciatis-box a.btn-red:hover,
.innerpage.additional-video-services .perspiciatis-box a.btn-red:hover,
.innerpage.live-streaming-production .perspiciatis-box a.btn-red:hover {
    padding: 20px 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 300;
    border: 1px #e1e1e1 solid;
    color: #fff !important;
    background: #1c1c1c !important;
    text-shadow: none;
    margin-right: 10px;
}

.innerpage.corporate-video-production .perspiciatis-box a.btn-black,
.innerpage.motion-graphics-animation .perspiciatis-box a.btn-black,
.innerpage.music-videos .perspiciatis-box a.btn-black,
.innerpage.actor-showreel-production .perspiciatis-box a.btn-black,
.innerpage.live-event-videography .perspiciatis-box a.btn-black,
.innerpage.additional-video-services .perspiciatis-box a.btn-black,
.innerpage.live-streaming-production .perspiciatis-box a.btn-black {
    padding: 20px 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 300;
    border: 1px #e1e1e1 solid;
    color: #fff !important;
    background: #1c1c1c !important;
    text-shadow: none;
    margin-right: 10px;
}

.innerpage.corporate-video-production .perspiciatis-box a.btn-black:hover,
.innerpage.motion-graphics-animation .perspiciatis-box a.btn-black:hover,
.innerpage.music-videos .perspiciatis-box a.btn-black:hover,
.innerpage.actor-showreel-production .perspiciatis-box a.btn-black:hover,
.innerpage.live-event-videography .perspiciatis-box a.btn-black:hover,
.innerpage.additional-video-services .perspiciatis-box a.btn-black:hover,
.innerpage.live-streaming-production .perspiciatis-box a.btn-black:hover {
    padding: 20px 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 300;
    border: 1px #e1e1e1 solid;
    color: #fff !important;
    background: #ff0000 !important;
    text-shadow: none;
    margin-right: 10px;
}

.innerpage.corporate-video-production .perspiciatis-box .btn-wrapper,
.innerpage.motion-graphics-animation .perspiciatis-box .btn-wrapper,
.innerpage.music-videos .perspiciatis-box .btn-wrapper,
.innerpage.actor-showreel-production .perspiciatis-box .btn-wrapper,
.innerpage.live-event-videography .perspiciatis-box .btn-wrapper,
.innerpage.additional-video-services .perspiciatis-box .btn-wrapper,
.innerpage.live-streaming-production .perspiciatis-box .btn-wrapper {
    padding: 20px 0;
}

.innerpage.corporate-video-production .production-touch,
.innerpage.motion-graphics-animation .production-touch,
.innerpage.music-videos .production-touch,
.innerpage.actor-showreel-production .production-touch,
.innerpage.live-event-videography .production-touch,
.innerpage.additional-video-services .production-touch,
.innerpage.live-streaming-production .production-touch {
    padding: 50px 0 80px 0;
}

.innerpage.corporate-video-production .production-touch h3,
.innerpage.motion-graphics-animation .production-touch h3,
.innerpage.music-videos .production-touch h3,
.innerpage.actor-showreel-production .production-touch h3,
.innerpage.live-event-videography .production-touch h3,
.innerpage.additional-video-services .production-touch h3,
.innerpage.live-streaming-production .production-touch h3 {
    font-size: 38px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: inherit;
    font-weight: 200;
    margin-top: 24px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.innerpage.corporate-video-production .production-touch h3 a,
.innerpage.motion-graphics-animation .production-touch h3 a,
.innerpage.music-videos .production-touch h3 a,
.innerpage.actor-showreel-production .production-touch h3 a,
.innerpage.live-event-videography .production-touch h3 a,
.innerpage.additional-video-services .production-touch h3 a,
.innerpage.live-streaming-production .production-touch h3 a {
    font-weight: 400;
    color: #fff !important;
}

.innerpage.corporate-video-production .production-touch h3 a:hover,
.innerpage.motion-graphics-animation .production-touch h3 a:hover,
.innerpage.music-videos .production-touch h3 a:hover,
.innerpage.actor-showreel-production .production-touch h3 a:hover,
.innerpage.live-event-videography .production-touch h3 a:hover,
.innerpage.additional-video-services .production-touch h3 a:hover,
.innerpage.live-streaming-production .production-touch h3 a:hover {
    font-weight: 400;
    color: #ff0000 !important;
}

.innerpage.corporate-video-production .production-touch h3 strong,
.innerpage.motion-graphics-animation .production-touch h3 strong,
.innerpage.music-videos .production-touch h3 strong,
.innerpage.actor-showreel-production .production-touch h3 strong,
.innerpage.live-event-videography .production-touch h3 strong,
.innerpage.additional-video-services .production-touch h3 strong,
.innerpage.live-streaming-production .production-touch h3 strong {
    font-weight: 200;
    display: block;
}

.innerpage.corporate-video-production .production-touch a.button,
.innerpage.motion-graphics-animation .production-touch a.button,
.innerpage.music-videos .production-touch a.button,
.innerpage.actor-showreel-production .production-touch a.button,
.innerpage.live-event-videography .production-touch a.button,
.innerpage.additional-video-services .production-touch a.button,
.innerpage.live-streaming-production .production-touch a.button {
    display: block;
    text-align: center;
    margin-left: 0;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #ff0000 !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.innerpage.corporate-video-production .production-touch a.button:hover,
.innerpage.motion-graphics-animation .production-touch a.button:hover,
.innerpage.music-videos .production-touch a.button:hover,
.innerpage.actor-showreel-production .production-touch a.button:hover,
.innerpage.live-event-videography .production-touch a.button:hover,
.innerpage.additional-video-services .production-touch a.button:hover,
.innerpage.live-streaming-production .production-touch a.button:hover {
    display: block;
    text-align: center;
    margin-left: 0;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.innerpage.corporate-video-production .about-description p,
.innerpage.motion-graphics-animation .about-description p,
.innerpage.music-videos .about-description p,
.innerpage.actor-showreel-production .about-description p,
.innerpage.live-event-videography .about-description p,
.innerpage.additional-video-services .about-description p,
.innerpage.live-streaming-production .about-description p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

/* */

/* Our Services */

.services .banner-title h1 {
    font-size: 80px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.services .banner-image {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto !important;
    border-bottom: 10px #1c1c1c solid;
    background-size: cover;
    background-position: center;
}

.services .banner-title {
    background-image: url(../../silvertipfilms/images/aboutus-rectangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 164px;
    max-width: 1080px;
}

.services .about-description h2 {
    font-size: 35px;
    color: #464646;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 55px;
    margin-bottom: 0px;
    line-height: 1.2;
}

.services .about-description h2 strong,
.services .about-description h2 b {
    font-weight: 400;
    color: #464646;
}

.services p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.services .services-bottom .img-wrap {
    float: left;
    width: 33.33333%;
}

.services span.img-btn {
    display: inline-block;
}


.services .services-bottom figure {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    line-height: 0 !important;
}

.services .services-bottom figcaption {
    position: absolute;
    z-index: 10;
    top: 0;
    padding: 0px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
}

.services .services-bottom figure figcaption {
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.services .services-bottom figure figcaption .img-caption {
    display: block;
    margin: 100px auto 10px auto;
    width: 65%;
    height: 100px;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
}

.services .services-bottom figure figcaption .img-btn .button {
    display: block;
    margin: 5px;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    border-radius: 4px;
}

.services .services-bottom figure figcaption .img-btn .button:hover {
    display: block;
    margin: 5px;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    border-radius: 4px;
}

.services .panel-row-style {
    margin: 0 !important;
    padding: 0 !important;
}

.services #pg-20-2 .about-description h2 {
    font-size: 40px;
    color: #464646;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 35px;
    margin-bottom: 40px;
}

.services #pg-20-2 .about-description {
    padding-bottom: 20px !important;
}

.services .about-footer h2 {
    font-size: 38px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-weight: 100;
    line-height: 1.3;
    padding-top: 0px;
}

.services .about-footer h2 strong {
    font-weight: 200;
    display: block;
}

.services .about-footer h2 a {
    color: #fff !important;
    font-weight: 400;
}

.services .about-footer h2 a:hover {
    color: #ff0000 !important;
    font-weight: 400;
}

.services .about-footer a.button {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #ff0000 !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.services .about-footer a.button:hover {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.services .about-footer {
    padding: 40px 0 70px 0 !important;
}

/* */

/* Work Portfolio */
.innerpage.work-portfolio .banner-image {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto !important;
}

.innerpage.work-portfolio .banner-title {
    background-image: url(../../silvertipfilms/images/aboutus-rectangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 164px;
    max-width: 1080px;
}

.innerpage.work-portfolio .banner-title h1 {
    font-size: 52px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
}

.innerpage.work-portfolio .banner-title h1 strong {
    font-weight: 400;
}

.innerpage.work-portfolio .about-description h2 {
    font-size: 40px;
    color: #d5d5d5;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 30px;
    margin-bottom: 50px;
}

.innerpage.work-portfolio .about-description {
    padding-bottom: 50px;
}

.innerpage.work-portfolio .about-description h2 strong {
    font-weight: 400;
    color: #464646;
}

.innerpage.work-portfolio .about-description p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.innerpage.work-portfolio #pg-264-0,
#pg-264-1,
#pl-264 .so-panel {
    margin-bottom: 0px !important;
}

.innerpage.work-portfolio .portfolio-tabs {
    background-color: #f8f8f8;
    padding: 0px;
    margin: 0px;
}

.innerpage.work-portfolio .portfolio-tabs {
    width: 100%;
    background-image: url(../../silvertipfilms/images/bg-top.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    padding: 0px 0px 20px 0px;
}

.innerpage.work-portfolio #categoryposttab .item-pst-list {
    margin: 10px 0px;
    width: 14.2758%;
}

.innerpage.work-portfolio #categoryposttab .item-pst-list {
    margin: 10px 0px;
    border: none;
    text-align: center;
}

.innerpage.work-portfolio #categoryposttab .item-pst-list .pst-item {
    padding: 13px 20px;
    margin: 0px 2px 0px 2px;
}

.innerpage.work-portfolio #categoryposttab .pst-item-text {
    float: none;
    min-height: 18px;
    margin: 0;
    height: 32px;
    text-align: center;
    line-height: 16px
}

.innerpage.work-portfolio #categoryposttab .pst-item.pn-active {
    background-color: #55acee !important;
    color: #fff !important;
}

.innerpage.work-portfolio #categoryposttab .pst-item {
    background-color: #fff !important;
    color: #636363 !important;
}

.innerpage.work-portfolio #categoryposttab .item-posts {
    border: none;
    background: transparent;
    padding: 0px;
    margin-top: 30px;
    margin-left: -1%;
    margin-right: -1%;
    position: relative;
}

.innerpage.work-portfolio #categoryposttab .ik-post-item {
    padding: 0px 1% 10px 1%;
    margin: 0px;
    width: 31.3333% !important;
    height: 340px;
}

.innerpage.work-portfolio #categoryposttab .ik-post-image {
    line-height: 0px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    height: 253px;
}

.innerpage.work-portfolio #categoryposttab .ik-post-image img {
    max-height: 253px !important;
}

.innerpage.work-portfolio #categoryposttab .ik-post-content .ik-post-name {
    text-align: center;
    margin: 0px;
    padding: 15px;
    background-color: #fff;
}

.innerpage.work-portfolio #categoryposttab .ik-post-content .ik-post-name a {
    font-weight: normal;
    font-size: 18px;
    color: #464646 !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    /* overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;
   max-height: 16px;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;*/
}

.innerpage.work-portfolio #categoryposttab .ik-post-load-more {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0px auto 10px auto;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.innerpage.work-portfolio #categoryposttab .ik-post-load-more:hover {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0px auto 10px auto;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.innerpage.work-portfolio .about-footer {
    padding-bottom: 70px;
}

.innerpage.work-portfolio .about-footer h2 {
    font-size: 48px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 300;
    padding-top: 84px;
}

.innerpage.work-portfolio .about-footer a.button {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #ff0000 !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.innerpage.work-portfolio .about-footer a.button:hover {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

/* */

/* */
.innerpage.contact-us .banner-image {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto !important;
}

.innerpage.contact-us .banner-title {
    background-image: url(../../silvertipfilms/images/aboutus-rectangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 164px;
    max-width: 1080px;
}

.innerpage.contact-us .banner-title h1,
BODY.page-id-5424 .banner-title h1 {
    font-size: 52px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.innerpage.contact-us .banner-title h1 strong {
    font-weight: 400;
}

.innerpage.contact-us .about-description h2 {
    font-size: 40px;
    color: #d5d5d5;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 30px;
    margin-bottom: 50px;
}

.innerpage.contact-us .about-description h2 strong {
    font-weight: 400;
    color: #464646;
}

.innerpage.contact-us .about-description p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.innerpage.contact-us .gform_wrapper {
    padding: 35px 0;
    width: 730px;
}

.gform_wrapper label {
    color: #474747 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.gform_wrapper .name_first label {
    color: #474747 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.gform_wrapper .name_last label {
    color: #474747 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.gform_wrapper .gfield_required {
    color: #ef6524 !important;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 100% !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 2px !important;
    display: block;
    padding: 0.7em;
    width: 100%;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.7;
    min-height: 2rem;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
    display: block;
    width: 150px !important;
    padding: 15px !important;
    border: 1px #fff solid !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px !important;
    font-weight: 300 !important;
    border-radius: 4px !important;
    line-height: 1.3 !important;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type="submit"]:focus,
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"]:focus {
    display: block;
    width: 150px !important;
    padding: 15px !important;
    border: 1px #ff0000 solid !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px !important;
    font-weight: 300 !important;
    border-radius: 4px !important;
    line-height: 1.3 !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #ef6524 !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
    color: #474747 !important;
}

.gform_wrapper div.validation_error {
    background: transparent !important;
    border: none !important;
    clear: both;
    color: #ef6524 !important;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    padding: 0px !important;
    text-align: center;
    width: 100%;
    line-height: 1.5;
}

.gform_wrapper .validation_message {
    color: #ef6524 !important;
    font-weight: 500 !important;
}

.gfield_description.validation_message {
    display: none;
}

.gform_wrapper.gf_browser_chrome .gform_body {
    width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 0 !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

.contact-main {
    width: 100%;
}

.contact-main .col-9 {
    width: 55%;
    float: left;
}

.contact-main .col-3 {
    width: 45%;
    float: left;
}

.contact-main p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.contact-main .con-address {
    padding-left: 30px;
    border-left: 1px #eee solid;
    margin-left: 30px;
    margin-top: 50px;
}

.contact-main .con-address h3 {
    font-size: 24px;
    color: #464646;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.contact-main .con-address a {
    color: #ff0000 !important;
}

.contact-main .con-address a:hover {
    color: #464646 !important;
}

/* */

/* */
.blog .innerpage .full-container {
    max-width: 1080px !important;
    padding: 50px 0;
    content: "";
    display: table;
    clear: both;
}

.blog .innerpage .full-container .content-area .entry-thumbnail img {
    border: 1px #ccc solid;
    padding: 2px;
}

.blog .innerpage .full-container .content-area .entry-title a {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-weight: 400;
}

.blog .innerpage .full-container .content-area .entry-title a:hover {
    color: #ff0000 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-weight: 400;
}

.blog .innerpage .full-container .content-area p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.blog .innerpage .full-container .content-area .entry-content .more-link {
    display: block;
    margin: 0px auto;
    width: 150px !important;
    padding: 21px !important;
    border: 1px #fff solid !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px !important;
    font-weight: 300 !important;
    border-radius: 4px !important;
    text-align: center;
}

.blog .innerpage .full-container .content-area .entry-content .more-link:hover {
    display: block;
    margin: 0px auto;
    width: 150px !important;
    padding: 21px !important;
    border: 1px #ff0000 solid !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px !important;
    font-weight: 300 !important;
    border-radius: 4px !important;
    text-align: center;
}

.blog .innerpage .full-container .content-area .pagination .page-numbers.current {
    background: #ff0000 !important;
    border: 1px #fff solid;
    box-shadow: none;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.blog .innerpage .full-container .content-area .pagination .page-numbers.current:hover {
    background: #ff0000 !important;
    border: 1px #ff0000 solid;
    box-shadow: none;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.blog .innerpage .full-container .content-area .pagination .page-numbers {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px #fff solid;
    box-shadow: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.blog .innerpage .full-container .content-area .pagination .page-numbers:hover {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px #ff0000 solid;
    box-shadow: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.blog .innerpage .full-container .widget-area h3 {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.35em;
    font-weight: 400;
    padding: 0px;
    margin: 0 0 25px 0 !important;

}

.blog .innerpage .full-container .widget-area ul li a {
    font-size: 14px !important;
    color: #248cc8 !important;

}

.blog .innerpage .full-container .widget-area ul li a:hover {
    font-size: 14px !important;
    color: #ff0000 !important;

}

.single .innerpage .full-container {
    max-width: 1080px !important;
    padding: 50px 0;
    content: "";
    display: table;
    clear: both;
}

.single-team .share-buttons {
    display: none;
}

.single .innerpage .full-container .content-area p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.single .innerpage .full-container .entry-header h1.entry-title {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.35em;
    font-weight: 400;
    padding: 0px;
    margin: 0 0 0 0 !important;

}

.single .innerpage .full-container .entry-content h2 {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.35em;
    font-weight: 400;
    padding: 0px;
    margin: 0 0 0 0 !important;

}

.single .innerpage .full-container .single-nav-wrapper .nav-previous a {
    display: block;
    width: auto !important;
    padding: 15px !important;
    border: 1px #fff solid !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 100 !important;
    border-radius: 4px !important;
    text-align: center;
    float: left;
}

.single .innerpage .full-container .single-nav-wrapper .nav-previous a:hover {
    display: block;
    width: auto !important;
    padding: 15px !important;
    border: 1px #ff0000 solid !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 100 !important;
    border-radius: 4px !important;
    text-align: center;
    float: left;
}

.single .innerpage .full-container .single-nav-wrapper .nav-next a {
    display: block;
    width: auto !important;
    padding: 15px !important;
    border: 1px #fff solid !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 100 !important;
    border-radius: 4px !important;
    text-align: center;
    float: right;
}

.single .innerpage .full-container .single-nav-wrapper .nav-next a:hover {
    display: block;
    width: auto !important;
    padding: 15px !important;
    border: 1px #ff0000 solid !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 100 !important;
    border-radius: 4px !important;
    text-align: center;
    float: right;
}

.single .innerpage .full-container .widget-area h3 {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.35em;
    font-weight: 400;
    padding: 0px;
    margin: 0 0 25px 0 !important;

}

.single .innerpage .full-container .widget-area ul li a {
    font-size: 14px !important;
    color: #248cc8 !important;

}

.single .innerpage .full-container .widget-area ul li a:hover {
    font-size: 14px !important;
    color: #ff0000 !important;

}


.category .innerpage .full-container {
    max-width: 1080px !important;
    padding: 50px 0;
    content: "";
    display: table;
    clear: both;
}

.category .innerpage .full-container .content-area .entry-thumbnail img {
    border: 1px #ccc solid;
    padding: 2px;
}

.category .innerpage .full-container .content-area h1#page-title {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 30px;
    margin-bottom: 25px;
}

.category .innerpage .full-container .content-area h1#page-title span {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
}

.category .innerpage .full-container .content-area .entry-title a {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-weight: 400;
}

.category .innerpage .full-container .content-area .entry-title a:hover {
    color: #ff0000 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-weight: 400;
}

.category .innerpage .full-container .content-area p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.category .innerpage .full-container .content-area .entry-content .more-link {
    display: block;
    width: 120px !important;
    padding: 15px !important;
    border: 1px #fff solid !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 100 !important;
    border-radius: 4px !important;
    text-align: center;
}

.category .innerpage .full-container .content-area .entry-content .more-link:hover {
    display: block;
    width: 120px !important;
    padding: 15px !important;
    border: 1px #ff0000 solid !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 100 !important;
    border-radius: 4px !important;
    text-align: center;
}

.category .innerpage .full-container .content-area .pagination .page-numbers.current {
    background: #ff0000 !important;
    border: 1px #fff solid;
    box-shadow: none;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.category .innerpage .full-container .content-area .pagination .page-numbers.current:hover {
    background: #ff0000 !important;
    border: 1px #ff0000 solid;
    box-shadow: none;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.category .innerpage .full-container .content-area .pagination .page-numbers {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px #fff solid;
    box-shadow: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.category .innerpage .full-container .content-area .pagination .page-numbers:hover {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px #ff0000 solid;
    box-shadow: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.category .innerpage .full-container .widget-area h3 {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.35em;
    font-weight: 400;
    padding: 0px;
    margin: 0 0 25px 0 !important;

}

.category .innerpage .full-container .widget-area ul li a {
    font-size: 14px !important;
    color: #248cc8 !important;

}

.category .innerpage .full-container .widget-area ul li a:hover {
    font-size: 14px !important;
    color: #ff0000 !important;

}

/* */

/* */
.error404 .innerpage .full-container {
    max-width: 1080px !important;
    padding: 50px 0;
    content: "";
    display: table;
    clear: both;
}

.error404 .innerpage .full-container #primary {
    float: left;
    width: 100%;
}

.error404 .innerpage .full-container select {
    font-size: inherit;
    font-family: inherit;
    padding: 8px 4px;
    letter-spacing: normal;
    line-height: 1.7;
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px !important;
    display: block;
    min-height: 2rem;
    width: 300px;
}

.error404 .innerpage .full-container .searchform input {
    width: 300px;
}

.error404 .innerpage .full-container .entry-content a {
    color: #248cc8 !important;
    font-size: 14px;
}

.error404 .innerpage .full-container .entry-content a:hover {
    color: #ff0000 !important;
    font-size: 14px;
}

.error404 .innerpage .full-container .entry-content ul {
    list-style-type: circle;
}

.error404 .innerpage .full-container h1.entry-title {
    font-family: 'Oswald', sans-serif !important;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.error404 .innerpage .full-container h2.widgettitle {
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.error404 .innerpage .full-container p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.search-results .innerpage .full-container {
    max-width: 1080px !important;
    padding: 50px 0;
    content: "";
    display: table;
    clear: both;
}

.search-results .innerpage .full-container p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.search-results .innerpage .full-container h1#page-title {
    font-family: 'Oswald', sans-serif !important;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.search-results .innerpage .full-container h1.entry-title a {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.search-results .innerpage .full-container .content-area .entry-thumbnail img {
    border: 1px #ccc solid;
    padding: 2px;
}

.search-results .innerpage .full-container .widget-area h3 {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.35em;
    font-weight: 400;
    padding: 0px;
    margin: 0 0 25px 0 !important;

}

.search-results .innerpage .full-container .widget-area ul li a {
    font-size: 14px !important;
    color: #248cc8 !important;

}

.search-results .innerpage .full-container .widget-area ul li a:hover {
    font-size: 14px !important;
    color: #ff0000 !important;

}

.search-results .innerpage .full-container .content-area .pagination .page-numbers.current {
    background: #ff0000 !important;
    border: 1px #fff solid;
    box-shadow: none;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.search-results .innerpage .full-container .content-area .pagination .page-numbers.current:hover {
    background: #ff0000 !important;
    border: 1px #ff0000 solid;
    box-shadow: none;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.search-results .innerpage .full-container .content-area .pagination .page-numbers {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px #fff solid;
    box-shadow: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.search-results .innerpage .full-container .content-area .pagination .page-numbers:hover {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px #ff0000 solid;
    box-shadow: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.search-no-results .innerpage .full-container {
    max-width: 1080px !important;
    padding: 50px 0;
    content: "";
    display: flow-root;
    clear: both;
}

.search-no-results .innerpage .full-container h1.entry-title {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.search-no-results .innerpage .full-container .widget-area h3 {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.35em;
    font-weight: 400;
    padding: 0px;
    margin: 0 0 25px 0 !important;

}

.search-no-results .innerpage .full-container .widget-area ul li a {
    font-size: 14px !important;
    color: #248cc8 !important;

}

.search-no-results .innerpage .full-container .widget-area ul li a:hover {
    font-size: 14px !important;
    color: #ff0000 !important;

}

.search-no-results .innerpage .full-container p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.archive .innerpage .full-container {
    max-width: 1080px !important;
    padding: 50px 0;
    content: "";
    display: table;
    clear: both;
}

.archive .innerpage .full-container p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.archive .innerpage .full-container .content-area .entry-content .more-link {
    display: block;
    margin: 0px auto;
    width: 150px !important;
    padding: 21px !important;
    border: 1px #fff solid !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px !important;
    font-weight: 300 !important;
    border-radius: 4px !important;
    text-align: center;
}

.archive .innerpage .full-container .content-area .entry-content .more-link:hover {
    display: block;
    margin: 0px auto;
    width: 150px !important;
    padding: 21px !important;
    border: 1px #ff0000 solid !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px !important;
    font-weight: 300 !important;
    border-radius: 4px !important;
    text-align: center;
}

.archive .innerpage .full-container h1#page-title {
    font-family: 'Oswald', sans-serif !important;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.archive .innerpage .full-container h1.entry-title a {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.archive .innerpage .full-container .content-area .entry-thumbnail img {
    border: 1px #ccc solid;
    padding: 2px;
}

.archive .innerpage .full-container .widget-area h3 {
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.35em;
    font-weight: 400;
    padding: 0px;
    margin: 0 0 25px 0 !important;

}

.archive .innerpage .full-container .widget-area ul li a {
    font-size: 14px !important;
    color: #248cc8 !important;

}

.archive .innerpage .full-container .widget-area ul li a:hover {
    font-size: 14px !important;
    color: #ff0000 !important;

}

.archive .innerpage .full-container .content-area .pagination .page-numbers.current {
    background: #ff0000 !important;
    border: 1px #fff solid;
    box-shadow: none;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.archive .innerpage .full-container .content-area .pagination .page-numbers.current:hover {
    background: #ff0000 !important;
    border: 1px #ff0000 solid;
    box-shadow: none;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.archive .innerpage .full-container .content-area .pagination .page-numbers {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px #fff solid;
    box-shadow: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

.archive .innerpage .full-container .content-area .pagination .page-numbers:hover {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px #ff0000 solid;
    box-shadow: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 15px;
}

/* */


.single-portfolio .innerpage .full-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
    content: "";
    display: table;
    clear: both;
}

.single-portfolio .innerpage .full-container .portfolio-welcome {
    padding: 30px 0;
    content: "";
    display: table;
    clear: both;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
}

.single-portfolio .innerpage .full-container .portfolio-welcome .portfolio-welcome-left {
    width: 35% !important;
    float: left;
}

.single-portfolio .innerpage .full-container .portfolio-welcome .portfolio-welcome-left .singer-leftbox {
    padding-right: 20px;
}

.single-portfolio .innerpage .full-container .portfolio-welcome .portfolio-welcome-right {
    width: 65% !important;
    float: left;
}

.single-portfolio .innerpage .full-container .portfolio-welcome .portfolio-welcome-right .singer-rightbox {
    padding-left: 20px;
    text-align: right;
}

.single-portfolio .innerpage .full-container .portfolio-welcome .portfolio-welcome-right .singer-rightbox img {
    padding-top: 25px;
}

.single-portfolio .innerpage .full-container .portfolio-welcome .portfolio-welcome-left h2 {
    font-size: 40px !important;
    color: #d5d5d5 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 200 !important;
    margin-top: 15px !important;
    margin-bottom: 30px !important;
}

.single-portfolio .innerpage .full-container .portfolio-welcome .portfolio-welcome-left h2 strong {
    font-weight: 400;
    color: #464646;
    display: block;
}

.single-portfolio .innerpage .full-container .previous-work-full .previous-work h2 {
    font-size: 40px !important;
    color: #464646 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
}

.single-portfolio .innerpage .full-container .writer-full {
    padding: 30px 0;
}


.single-portfolio .innerpage .full-container .get-in-touch-full .touch-text {
    padding: 50px 0 80px 0;
}

.single-portfolio .innerpage .full-container .get-in-touch-full .touch-text h3 {
    font-size: 36px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: inherit;
    font-weight: 200;
    margin-top: 24px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.single-portfolio .innerpage .full-container .get-in-touch-full .touch-text h3 a {
    font-weight: 400;
    color: #fff !important;
}

.single-portfolio .innerpage .full-container .get-in-touch-full .touch-text h3 a:hover {
    font-weight: 400;
    color: #ff0000 !important;
}

.single-portfolio .innerpage .full-container .get-in-touch-full .touch-text h3 strong {
    font-weight: 200;
    display: block;
}

.single-portfolio .innerpage .full-container .get-in-touch-full .touch-text a.button {
    display: block;
    text-align: center;
    margin-left: 0;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #ff0000 !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.single-portfolio .innerpage .full-container .get-in-touch-full .touch-text a.button:hover {
    display: block;
    text-align: center;
    margin-left: 0;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.single-portfolio .innerpage .full-container .previous-work-full {
    padding-bottom: 30px;
}

.full-container .client-list .banner-image {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto !important;
}

.full-container .client-list .banner-title {
    background-image: url(../../silvertipfilms/images/aboutus-rectangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 164px;
    max-width: 1080px;
}

.full-container .client-list .banner-title h1 {
    font-size: 52px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.full-container .client-list .banner-title h1 strong {
    font-weight: 400;
}

.full-container .client-list .client-list-text h2 {
    font-size: 40px;
    color: #d5d5d5;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 30px;
    margin-bottom: 50px;
}

.full-container .client-list .client-list-text {
    padding-top: 50px;
    padding-bottom: 50px;
}

.full-container .client-list .client-list-text h2 strong {
    font-weight: 400 !important;
    color: #464646 !important;
}

.full-container .client-list .client-list-text p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.full-container .client-list .clients-listing {
    margin-right: -1%;
    margin-left: -1%;
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.full-container .client-list .clients-listing .col-3.client-block {
    width: 31.33333333%;
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 1%;
    padding-left: 1%;
    text-align: center;
    margin-bottom: 30px;
}

.full-container .client-list .clients-listing .col-3.client-block:nth-child(3n+1) {
    clear: both;
}

.full-container .client-list .clients-listing .col-3.client-block img {
    width: 100%;
    height: auto;
}

.full-container .client-list .clients-listing .col-3.client-block .img {
    line-height: 0;
    border-top: 1px #eee solid;
    border-right: 1px #eee solid;
    border-left: 1px #eee solid;
    padding: 1px;
    text-align: center;
}

.full-container .client-list .clients-listing .col-3.client-block .title {
    font-size: 18px;
    color: #464646;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px #eee solid;
    border-right: 1px #eee solid;
    border-left: 1px #eee solid;
    background-color: #f9f9f9;
}

.full-container .client-list .clients-listing .col-3.client-block .title a {
    text-decoration: none;
    color: #464646;
}

.full-container .client-list .clients-listing .col-3.client-block .title a:hover {
    text-decoration: none;
    color: #ff0000;
}

/* work-portfolio-new */

.innerpage .work-list .banner-image {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto !important;
}

.innerpage .work-list .banner-title {
    background-image: url(../../silvertipfilms/images/aboutus-rectangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 164px;
    max-width: 1080px;
}

.innerpage .work-list .banner-title h1 {
    font-size: 52px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.innerpage .work-list .banner-title h1 strong {
    font-weight: 400;
}

.innerpage .work-list .about-description h2 {
    font-size: 40px;
    color: #d5d5d5;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 30px;
    margin-bottom: 50px;
}

.innerpage .work-list .about-description {
    padding-bottom: 50px;
}

.innerpage .work-list .about-description h2 strong {
    font-weight: 400;
    color: #464646;
}

.innerpage .work-list .about-description p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.innerpage .work-list .work-portfolio-listing {
    background-color: #eee;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
}

.innerpage .work-list .work-portfolio-listing .post-item-main .post-item-box {
    width: 14.2857%;
    float: left;
    text-align: center;
}

.innerpage .work-list .work-portfolio-listing .post-item-main .post-item-box a {
    padding: 13px 5px;
    display: list-item;
    list-style: none;
    height: 33px;
    line-height: 1.2;
    background-color: #fff;
    color: #636363;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 3px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innerpage .work-list .work-portfolio-listing .post-item-main .post-item-box a:hover {
    padding: 13px 5px;
    display: list-item;
    list-style: none;
    height: 33px;
    line-height: 1.2;
    background-color: #55acee;
    color: #fff;
    font-size: 14px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 3px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innerpage .work-list .work-portfolio-listing .post-item-main .post-item-box a.active {
    padding: 13px 5px;
    display: list-item;
    list-style: none;
    height: 33px;
    line-height: 1.2;
    background-color: #55acee;
    color: #fff;
    font-size: 14px;
    margin: 3px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innerpage .work-list .post-data {
    background-color: #f8f8f8;
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
}

.innerpage .work-list .post-data .post-list-main {
    margin-left: -2%;
    margin-right: -2%;
}

.innerpage .work-list .post-data .post-list-main .post-list {
    width: 27.3333%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    margin: 2%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../silvertipfilms/images/post-list-bg-box.png);
}

.innerpage .work-list .post-data .post-list-main .post-list .image {
    line-height: 0;
}

.innerpage .work-list .post-data .post-list-main .post-list img {
    width: 100%;
    height: 305px;
}

.innerpage .work-list .post-data .post-list-main .post-list .title {
    height: 50px;
    text-align: center;
    padding: 35px 20px 15px 20px;
}

.innerpage .work-list .post-data .post-list-main .post-list .title a {
    font-weight: normal;
    font-size: 18px;
    color: #464646 !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.4;
}

.innerpage .work-list .post-data .post-list-main .post-list .title a:hover {
    font-weight: normal;
    font-size: 18px;
    color: #ff0000 !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.4;
}

.innerpage .work-list article.post,
article.page {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    line-height: 0;
}

.innerpage .work-list .about-footer {
    padding-bottom: 70px;
    padding-top: 25px;
}

.innerpage .work-list .about-footer h2 {
    font-size: 48px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 300;
    padding-top: 84px;
    line-height: 1.2;
    margin: 1em 0;
}

.innerpage .work-list .about-footer a.button {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #ff0000 !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.innerpage .work-list .about-footer a.button:hover {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

/* End work-portfolio-new */


/* Member Profile */

.author-profile .innerpage .banner-image {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto !important;
    border-bottom: 10px #1c1c1c solid;
    background-size: cover;
    background-position: center;
}

.author-profile .innerpage .banner-title {
    background-image: url(../../silvertipfilms/images/aboutus-rectangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 164px;
    max-width: 1080px;
}

.author-profile .innerpage .banner-title h1 {
    font-size: 52px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
}

.author-profile .innerpage .banner-title h1 strong {
    font-weight: 400;
}

.author-profile .innerpage .member-profile .panel-grid-cell:nth-child(1) {
    width: 65% !important;
}

.author-profile .innerpage .member-profile .panel-grid-cell:nth-child(2) {
    width: 35% !important;
}

.author-profile .innerpage .member-profile {
    padding: 40px 0 50px 0;
}

.author-profile .innerpage .member-profile .left {
    padding-right: 30px
}

.author-profile .innerpage .member-profile .right {
    padding-left: 15px
}

.author-profile .innerpage .member-profile h1 strong {
    font-weight: 400;
}

.author-profile .innerpage .member-profile h2 {
    font-size: 40px;
    color: #d5d5d5;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.author-profile .innerpage .member-profile h2 strong {
    font-weight: 400;
    color: #464646;
}

.author-profile .innerpage .member-profile p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.author-profile .innerpage .member-profile .member-profile-img img {
    width: auto !important;
    height: auto !important;
}

.author-profile .innerpage .member-profile .member-profile-img {
    border-left: 1px #e7e7e7 solid;
    text-align: right;
}

.author-profile .innerpage .about-footer {
    padding-bottom: 70px;
}

.author-profile .innerpage .about-footer h2 {
    font-size: 48px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 300;
    padding-top: 84px;
    line-height: 1.2;
}

.author-profile .innerpage .about-footer a.button {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.4);
    color: #ff0000 !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.author-profile .innerpage .about-footer a.button:hover {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 21px;
    border: 1px #ff0000 solid;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    font-size: 21px;
    font-weight: 300;
    border-radius: 4px;
}

.author-profile .entry-main header,
.author-profile #secondary {
    display: none;
}

/* End Member Profile */

.hide-december .december-daze-full {
    display: none;
}

.december-daze-full {
    display: none;
}

.inner-content-one {
    float: right;
    width: 47%;
    padding-left: 3%;
}

.inner-content-two {
    float: left;
    width: 50%;
}

.innerpage p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.innerpage.terms-conditions .terms-conditions-content h2 {
    font-size: 40px;
    color: #d5d5d5;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 1.2;
}

.innerpage.terms-conditions .terms-conditions-content h2 strong {
    font-weight: 400;
    color: #464646;
}

.innerpage.terms-conditions .terms-conditions-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.loadingImg {
    text-align: center;
}


.overflow-main {
    width: 1080px;
    overflow-x: auto;
}

.overflow-main .ui-tabs-nav {
    max-width: 1080px;
}

#background {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateX(-50%);
    transform: translateX(-50%) translateX(-50%);
}

@media screen and (min-width: 62em) {
    #background {
        display: block;
    }
}



.pay-banner .portfolio-banner .pay-youtube {
    display: none;
}




.client-films-full .contain.flex-gallery .img-caption {
    display: table;
    font-size: 37px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}

.client-films-full .contain.flex-gallery .img-caption strong {
    display: block;
    font-size: 37px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}


.client-films-full .contain.flex-gallery figure figcaption .img-caption {
    margin: 150px auto 0 auto;
}

.client-films-full .contain.flex-gallery figure figcaption .img-btn .button {
    color: #ffffff !important;
    margin-top: 10px;
}

.client-films-full .contain.flex-gallery figure figcaption .img-btn .button:hover {
    color: #ff0000 !important;
    margin-top: 10px;
}



.bannerframe .innerpage .banner-image {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto !important;
    border-bottom: 10px #1c1c1c solid;
    background-size: cover;
    background-position: center;
}

.bannerframe .innerpage .banner-title {
    background-image: url(../../silvertipfilms/images/aboutus-rectangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 164px;
    max-width: 1080px;
}

.bannerframe .innerpage .banner-title h1 {
    font-size: 52px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
}

.bannerframe .innerpage .banner-title h1 strong {
    font-weight: 400;
}

.bannerframe .innerpage .banner-title h1 strong a {
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8);
}

.bannerframe .innerpage ul,
.bannerframe .innerpage ol {
    margin-left: 10px;
}

.bannerframe .innerpage ul li,
.bannerframe .innerpage ol li {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
}

.video-responsive {
    position: relative;
    width: 100%;
}


.video-responsive .video-box {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

#over_video {
    /*
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	z-index: 10;
	font-size: 12vw;
	color: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 20%;
    text-shadow: 4px 4px 4px #5C433B;
*/
}

.video-responsive .canvas {
    margin: auto;
    position: absolute;
    visibility: visible;
    opacity: 1;
    height: auto;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

.video-responsive .video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    visibility: visible;
    opacity: 1;
    height: auto;
    width:100%;
}