/*

Theme Name: Brisbane Paintball Theme

Theme URI: http://www.brisbanepaintballing.com.au

Description: This is a custom built theme for Delta Force Paintball

Author: Evan Harrison, Jason Kinnear

Author URI: http://www.evanharrison.org

Version: 1.1

*/

html {
    overflow-y: scroll;
    background-image: url('./images/mainbg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

a {
    outline: 0;
}

#egate {
    float: right;
    box-shadow: 2px 2px 2px #777;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans;
    color: #39393C;
    font-size: 12px;
}


.hentry .addthis_toolbox { display:none!important}


.main-wrapper {
    width: 950px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #444;
    min-height: 400px;
    position: relative;
    z-index: 1;
}

.second-wrapper {
    background-color: #1D1D1E;
    min-height: 400px;
    margin: 0;
    padding: 0;
}

.inner-wrapper {
    width: 950px;
    margin: 0 auto;
}

.footer-column-1, .footer-column-2, .footer-column-3 {
    height: 238px;
    overflow: hidden;
    float: left;
    margin-top: 40px;
    margin-bottom: 25px;
    padding: 10px;
}

.footer-column-1, .footer-column-3 {
    width: 240px;
    background-image: url('./images/footer-widget-bg.jpg');
}

.footer-column-2 {
    width: 380px;
    margin-right: 15px;
    background-image: url('./images/footer-widget-bg-wide.jpg');
    margin-left: 15px;
}

#logo {
    display: block;
    position: absolute;
    text-indent: -9999px;
    width: 143px;
    height: 131px;
    margin-left: 21px;
    background-image: url('./images/logo-top.png');
    background-repeat: no-repeat;
    z-index: 9999!important;
}

#pnav {
    display: none
}

#top-bar {
    height: 20px;
    background-color: #000000;
    display: block;
    overflow: hidden;
    z-index: 99;
}

.top-menu {
    height: 46px;
    position: relative;
    background-image: url('./images/main-nav-top.png');
    background-color: #FDEF00;
    z-index: 99;
    box-shadow: 0px 2px 5px #666;
}

.bottom-menu {
    height: 11px;
    background-image: url('./images/main-nav-bottom.png');
}

.slider-wrap {
    position: relative;
    height: 394px;
    z-index: -1;
}

#frontpage-slideshow {
    position: absolute;
    height: 394px!important;
    display: block;
    background-color: #000000;
    z-index: -1;
    clip: rect(auto, auto, auto, auto);
}

.content .meta {
    text-align: right;
    font-size: 13px;
    margin-bottom: 15px;
}

#book-float {
    position: fixed;
    display: block;
    width: 179px;
    height: 61px;
    right: 0px;
    bottom: 110px;
    text-indent: -999999px;
    background-image: url('./images/book_now.png');
    z-index: 9999;
}

.ft-next, .ft-prev {
    display: block;
    position: absolute;
    width: 40px;
    height: 47px;
    background-repeat: no-repeat;
    top: 177px;
    text-indent: -9999px;
}

.ft-next {
    background-image: url('./images/slideshow-arrow2.png');
    right: -12px!important;
}

.ft-prev {
    background-image: url('./images/slideshow-arrow.png');
    left: -12px!important;
}

#ft-buttons-frontpage-slideshow {
    display: none;
}

.ft-title {
    display: none;
}

#widgets {
    min-height: 220px;
    clear: both;
    max-width: 950px;
    margin: 0 auto;
}

.widget-1, .widget-2, .widget-3 {
    background-image: url('./images/widget-border.png');
    background-repeat: no-repeat;
    overflow: hidden;
    height: 192px;
    width: 297px;
    float: left;
    margin-top: 0px;
}

.widget-1 {
    margin-left: 15px;
    margin-right: 15px;
}

.widget-2 {
    margin-right: 15px;
}

.widget-content {
    height: 165px;
    width: 270px;
    margin: 13px 13px 0px 13px;
    overflow: hidden;
    z-index: 1;
}

.widget-content img {
    padding: 0;
    margin: 0;
    display: block;
}

.widget-content .widgetblocks {
    width: 270px;
    height: 121px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.widget-content .widget-equip:hover, .widget-content .widget-gamezones:hover, .widget-content .widget-book:hover {
    background-position: 0px -121px;
}

.widget-content .widget-equip {
    background-image: url('./images/widget-equipment.jpg');
}

.widget-content .widget-gamezones {
    background-image: url('./images/widget-gamezones.jpg');
}

.widget-content .widget-book {
    background-image: url('./images/widget-book.jpg');
}

.clearfloat {
    clear: both;
    float: none;
    height: 0px;
    border: 0!important;
    height: 0px!important;
    display: block;
    background-color: transparent;
    color: transparent;
}

.footer {
    text-align: center;
    padding: 10px;
}

.menu {
    margin-left: 175px;
}

.menu li {
    position: relative;
    display: block;
    float: left;
    height: 46px;
    background-image: url('./images/top-nav-divider.png');
    background-repeat: no-repeat;
    background-position: center right;
}

.menu li a {
    display: block;
    padding: 16px 12px 16px 10px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.menu li a:hover, .current-menu-item a {
    text-decoration: underline;
    background-color: #212123;
    color: #fff!important;
}

.menu li:hover>ul {
    display: block!important;
    z-index: 50!important;
}

.menu ul {
    display: none;
    position: absolute;
    background-color: #212123;
    width: 222px;
}

.menu ul li {
    background-image: none;
    text-align: left;
}

.menu ul li a {
    color: #fff;
    display: block;
    width: 200px;
}

.menu ul li a:hover {
    background-color: #FDEF00;
    color: #000000!important;
}

.menu ul .current-menu-item a {
    background-color: #F6CD06;
    color: #000000!important;
}

.top-menu .phone {
	float: right;
	font-size: 2.2em;
	text-decoration: none;
	color: #000;
	margin-top: 8px;
	margin-right: 45px;
}
.top-menu .phone a {
	text-decoration: none;
	color: #000;
}


.content {
    padding: 21px;
    text-align: justify;
    margin-bottom: 5px;
}

.content p {
    margin-bottom: 10px;
}

.content a {
    color: #000000;
}

.content a:hover {
    text-decoration: none;
}

.content h1 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content h3 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content ul {
    list-style-type: disc;
    margin-left: 13px;
    color: #000000;
    float: none;
    margin-bottom: 5px;
}

.content ul li {
    margin-bottom: 9px;
}

.content strong {
    font-weight: bold;
    color: #000000;
}

.content i, .content em {
    font-style: italic;
}

.page-title {
    background-image: url('./images/page-title.jpg');
    color: #ffffff;
    font-size: 17px!important;
    font-weight: bold;
    text-transform: uppercase;
    height: 36px;
    display: block;
    margin-top: 80px;
    overflow: hidden;
    background-repeat: no-repeat;
    padding: 7px 0px 0px 13px;
    letter-spacing: 0.5px;
    font-family: Arial-Narrow, Arial, Helvetica
}

.page-title a {
    color: #ffffff;
}

.category-news.page-title {
    margin-top: 20px;
}

.entry img.alignright, .alignright {
    display: block;
    float: right;
    margin: 0px 0px 10px 30px;
}

.entry img.alignleft, .alignleft {
    display: block;
    float: left;
    margin: 0px 30px 10px 0px;
}

.addthis-wrap {
    height: 40px;
    float: right;
    margin-top: 38px;
    width: 244px;
    overflow: hidden!important;
}

.bottom-img {
    background-image: url('./images/bottom-img.jpg');
    height: 200px;
    bottom: 0px;
    background-attachment: fixed;
    box-shadow: 0px 0px 4px #000;
    background-position: center bottom;
}

.linklove {
    display: none;
}


/* footer menu added from dfpa theme */

ul.cmenu {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 1em;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

ul.cmenu>li>a {
    padding: 8px;
    transition: background 1s ease;
}

ul.cmenu>li>a {
    color: #fff;
    text-decoration: none;
}

ul.cmenu>li.active>a, ul.cmenu .open>a:focus, ul.cmenu li.current-page-ancestor a {
    color: #fff200;
}

ul.cmenu>li.first a:hover {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}

#nav-menu-99 li.last a, #nav-menu-99 li:last-child a {
    border-right: 0;
}

ul.cmenu>li {
    display: inline-block;
    margin-bottom: 5px;
    /*background: url(img/divider.png);
	background-repeat: no-repeat;
	background-position: 100% 0;*/
}

#nav-menu-99 li a {
    border-right: 1px solid #444;
    padding: 0 10px;
    line-height: 12px;
}

ul.cmenu>li.last a {
    padding-right: 9px;
}

ul.cmenu li.current-menu-ancestor>a {
    color: #fff200;
}

ul.cmenu>li>a:hover {
    background-color: #050505;
}


/* news postz */

.news-post {
    color: #999999;
    border-bottom: 1px dotted #999999;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.news-post h5 a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-bottom: 7px;
    background-color: #222;
    padding: 3px;
}

.news-post .postdate {
    text-align: right;
    font-weight: bold;
}

.news-wrapper {
    height: 240px;
    overflow: hidden;
}


/* jackalope form */

form {
    font-size: 14px;
}

form input {
    padding: 5px;
}

form ul {
    display: block;
    margin: 0;
    float: left;
    list-style-type: none!important;
    padding: 15px;
}

form ul li span {
    display: inline-block;
    /*width: 208px;*/
    text-align: right;
    text-transform: uppercase;
}

form ul li span.required {
    color: #ff0033;
    display: inline-block;
    width: 10px;
}

form ul li input {
    margin-left: 10px;
    width: 140px;
    border: 1px solid #aaa;
    box-shadow: 2px 2px 2px #ccc;
}

form ul li select {
    display: inline-block;
    margin-left: 10px !important;
    width: 150px;
    padding: 5px;
    border: 1px solid #777;
    box-shadow: 2px 2px 2px #ccc;
}

form ul li textarea {
    margin-left: 10px !important;
    width: 95.3% !important;
}

form ul li input:active {
    background-color: #bbb;
}

form ul li input:focus, form ul li select:focus, form ul li textarea:focus {
    background-color: #FEE801;
    background-image: url('./images/main-nav-top.png');
    border: 1px solid #444444;
}

form .submit-booking-form {
    margin-left: 10px;
    margin-top: 15px;
    width: 425px;
}

.booking-img {
    background-image: url('./images/booking-img.jpg');
    box-shadow: 0px 0px 2px #444;
    width: 449px;
    height: 529px;
    float: right;
}

.booking-img {
    margin-top: 15px;
}

#booking-enquiry {
    margin-top: 25px;
}


/* online booking form */

.gform_wrapper span.gfield_required {
    color: #ff0000;
}

#online-form {
    background-color: orange;
    padding: 25px;
    background-color: #eee;
    box-shadow: 0px 0px 4px #999;
    background-image: url('./images/ppaintballer-bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

#online-form label {
    display: block;
    width: 280px;
    float: left;
    text-align: right;
    margin-right: 25px;
    text-transform: uppercase;
    padding-top: 6px;
}

#online-form input {
    display: block;
    margin-bottom: 15px;
}

#online-form select {
    display: block;
    margin-bottom: 15px;
    width: 155px;
    padding: 5px;
}

#online-form input[type="radio"] {
    height: 35px;
    margin-right: 40px;
    display: block;
    float: left;
}

.ui-widget {
    font-size: 1.1em!important;
}

#online-form input:focus {
    background-color: #FEE801;
    background-image: url('./images/main-nav-top.png');
    border: 1px solid #777;
    box-shadow: 2px 2px 2px #bbb;
}

#online-form #submit-btn {
    margin-top: 24px;
    margin-left: 250px;
}

#online-form p {
    display: block;
    padding: 4px;
    text-align: right;
    margin-right: 200px;
    font-size: 13px;
}

#online-form p span {
    font-weight: bold;
}

.errorClass {
    background-color: #990000;
    color: #ff3333;
}

#input_3_3, #input_3_4, #input_3_7 {
    width: 99% !important;
}

#input_3_3, #input_3_4, #input_3_7 {
    width: 99% !important;
}

#input_3_5, #input_3_9, #gform_submit_button_3 {
    margin-left: 0 !important;
}

#input_3_2_6 {
    margin-left: 6px !important;
    width: 100% !important;
}

.gform_wrapper .gform_footer input.button[type="submit"] {
	width: 97%;
	/*margin-left: -6% !important;*/
	position: relative;
	right: 2%;
	text-transform: uppercase;
	font-weight: bold;
	background: #fff200;
}


/*   Packages prives Styles */

@font-face {
    font-family: 'ds-digitalnormal';
    src: url('fonts/ds-digi-webfont.eot');
    src: url('fonts/ds-digi-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ds-digi-webfont.woff') format('woff'), url('fonts/ds-digi-webfont.ttf') format('truetype'), url('fonts/ds-digi-webfont.svg#ds-digitalnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

.priceBox {
    border-bottom: 1px solid #999;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
    width: 100%;
    text-align: left;
}

.priceImg {
    margin: 0 30px 0 0;
    padding: 0;
    width: 300px
}

.priceTxt {
    width: 380px
}

.pricePrice {
    font-family: 'ds-digitalnormal';
    z-index: 100;
    position: relative;
    text-align: right;
    background-color: #000000;
    margin: 0px;
    padding: 10px
}

.priceYellow {
    font-size: 20px;
    color: #fef035;
    line-height: 1;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    vertical-align: top
}

.priceYellowBig {
    font-size: 35px;
    color: #fef035;
    line-height: 0.9;
    margin: 0px;
    padding: 0px
}

.priceYellowDollar {
    font-size: 20px;
    color: #fef035;
    line-height: 1.3;
    margin: 0px;
    padding: 0px;
    vertical-align: top
}

.priceWhite {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center
}

article#post-1427 {
    margin: 0px;
    padding: 0px
}

article#post-1427 .entry-title {
    color: #fef035;
    font-size: 13px;
    font-weight: normal
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.clearBoth {
    clear: both
}


/*  Facebook Box Shadow glow Styles */

.side-tab-clickme {
    cursor: pointer;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    box-shadow: 0px 0px 2px 1px #ffffff;
}

#be-it-sidetab {
    -webkit-box-shadow: 0px 0px 2px 1px #ffffff;
    -moz-box-shadow: 0px 0px 2px 1px #ffffff;
    box-shadow: 0px 0px 2px 1px #ffffff;
}

.priceBox li {
    /*line-height: normal!important;*/
    margin-bottom: 2px!important;
}

.entry img {
    margin: 0 auto;
    display: block
}
.btn-header-book-now {
    border: 0px solid #000;
    /* border-radius: 12px; */
    padding: 16px 12px 16px 10px;
    background-color: #000;
    color: #fff200;
    text-transform: uppercase;
    /* font-weight: bold; */
    /* font-size: 19px; */
    position: relative!important;
    /* top: 2px; */
}

.btn-header-book-now a{
    padding:0px!important;
    color:#fff200!important;
}
.btn-header-book-now a:hover{
    text-decoration:none!important;
    color:#fff200!important;
}

/* responsive */

@media (max-width:1180px) {
    #book-float {
        display: none
    }
}

@media (max-width:960px) {
    ul.cmenu {
        font-size: 9px
    }
    ul.cmenu>li>a {
        padding: 8px 6px
    }
    #book-float, #menu-header-menu, .booking-img {
        display: none
    }
    #logo {
        background-size: 72px auto;
        height: 72px;
        width: 72px;
        margin: 0
    }
    #pnav {
        display: inline-block
    }
    #pnav:hover, .submenu:hover {
        cursor: pointer
    }
    #pnav {
        position: absolute;
        right: 8px;
        top: 10px;
        color: #fff;
        z-index: 9999
    }
    #pnav svg {
        height: 26px;
        width: 31px;
        fill: #39393c
    }
    #page-wrap div.top-menu {
        top: 0 !important
    }
    .top-menu .inner-wrapper img.phone {
        float: left;
        margin-left: 28px!important
    }
    .menu-header-menu-container {
        left: 0;
        position: absolute;
        top: 57px;
        background-color: #000;
        width: 100%;
    }
    .top-menu #menu-header-menu {
        margin: 0
    }
    .top-menu div.inner-wrapper div.menu-header-menu-container ul {
        padding-top: 9px;
    }
    .top-menu div.inner-wrapper div.menu-header-menu-container ul li {
        float: none;
        background-image: none;
        height: 100%
    }
    .top-menu div.inner-wrapper div.menu-header-menu-container ul li a {
        color: #fff
    }
    ul#menu-header-menu.menu li>ul {
        position: relative;
        width: 100%
    }
    /*ul#menu-header-menu.menu li > ul {display: none!important }*/
    .submenu {
        position: absolute;
        right: 18px;
        top: 2px
    }
    #page-wrap .main-wrapper, div#page-wrap .inner-wrapper, .second-wrapper .inner-wrapper {
        width: 100%;
        max-width: 950px
    }
    div#page-wrap .main-wrapper div#widgets widget-1, .second-wrapper .inner-wrapper div, div#page-wrap .main-wrapper div#widgets div {
        float: none;
        margin: 0 auto;
        clear: both
    }
    .main-wrapper .content h2.page-title {
        font-size: 12px !important
    }
    .inner-wrapper .footer-column-2 {
        max-width: 380px;
        width: 80%;
        background-image: none
    }
    .medium {
        width: 96% !important;
        margin-left: 10px !important;
        max-width: none !important;
    }
    .textarea {
        width: 93% !important;
    }
    .gform_wrapper .gform_footer {
        margin: 0 !important;
        text-align: left !important;
    }
    .gform_button {
        max-width: none !important;
        width: 99% !important;
        margin-left: 0px !important
    }
    #gform_3 {
        width: 100% !important;
    }
    #gform_3 input {
        max-width: none !important;
    }
    #input_3_2_1_container {
        margin-left: 0 !important;
        width: 98.8% !important;
    }
    #input_3_3, #input_3_4, #input_3_7 {
        width: 96.8% !important;
    }
    .footer, div#page-wrap .main-wrapper div#widgets div {
        padding: 10px 0
    }
    img {
        height: auto;
        max-width: 100%;
        margin: 0 auto 7px !important;
        float: none !important;
        clear: both
    }
    .addthis-wrap {
        float: right;
        margin: 0;
        margin-top: 10px;
    }
    div.main-wrapper div.content h2.page-title {
        margin: 0
    }
    div.content form.cform {
        width: 100%;
        max-width: 510px
    }
    body form input {
        margin: 0 auto !important;
        /*max-width: 425px;*/
        padding: 9px 0 !important;
        width: 94% !important;
        display: block
    }
    .form span {
        width: 100%;
        text-align: left;
        margin-bottom: 4px;
    }
    .cform label {
        margin: 10px 0 !important;
        padding-left: 4px !important;
        text-align: left !important;
        width: 100% !important;
    }
    .cform textarea {
        display: block;
        margin: 0 auto;
        padding: 0 !important;
        width: 94% !important;
    }
    div.mapp-layout {
        width: 100% !important;
        height: auto !important;
    }
    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .footer>p {
        color: #fff;
    }
    #input_3_3, #input_3_4, #input_3_7 {
        /*width: 99% !important;*/
        width: 96.8% !important;
    }
    #input_3_5, #input_3_9, #gform_submit_button_3 {
        /*margin-left: 0 !important;*/
        margin-left: 10px !important;
        width: 97% !important;
    }
    #input_3_2_6 {
        margin-left: 19.5px !important;
        width: 94.5% !important;
    }
    #input_3_9 {
        width: 93.9% !important;
    }
    #gform_submit_button_3 {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

@media (max-width:320px) {
    #input_3_9 {
        width: 87.9% !important;
    }
    #gform_3 input[type="submit"] {
        margin-left: 0px !important;
        width: 104.4% !important;
    }
    #input_3_2_6 {
        margin-left: 6px !important;
        width: 94.5% !important;
    }
    .medium {
        margin-left: 3px !important
    }
    #input_3_5, #input_3_9, #gform_submit_button_3 {
        margin-left: 0px !important
    }
    #gform_3 input[type="submit"] {
        margin-left: -9px !important;
        width: 104.4% !important;
    }
    #input_4_6 {
        width: 88.5% !important;
    }
    #gform_submit_button_4 {
        width: 104.5% !important;
        margin-left: -7px !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
    #gform_3 input[type="submit"] {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 568px) and (min-width: 568px) {
    #gform_3 input[type="submit"] {
        margin-left: 0px !important;
        width: 102% !important;
    }
    #gform_submit_button_4 {
        width: 101.3% !important;
    }
}

.arve-normal-wrapper.aligncenter {
    margin: 0 auto;
}

#gform_3 {
    width: 50%;
    float: left!important
}

#gform_3 input[type="text"] {
    width: 100%;
    margin-left: 0px;
    !important
}

#gform_3 #input_3_2_1 {
    width: 100%
}

.gform_wrapper {
    background: #F9F9F9 none repeat scroll 0px 0px;
    margin: 10px auto 0px;
    padding: 0px 8px 8px 10px;
    border-radius: 3px;
    border: 1px solid #EEE;
}

.gform_wrapper label, .gform_wrapper div span label {
    color: #555;
    display: inline-block;
    font-size: 0.8em !important;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0.6em 1% 0.5em;
    text-align: right;
    vertical-align: top;
}

.gform_wrapper form input, .gform_wrapper form textarea, .gform_wrapper form select {
    text-shadow: 0px 1px 0px #FFF;
    color: #111;
    font-size: 0.9em;
    padding: 5px 10px;
    border: 1px solid #E2E2E2;
    vertical-align: top;
    box-shadow: none;
    background: transparent -moz-linear-gradient(center top, #F7F7F7 0%, #EEE 100%) repeat scroll 0% 0%;
}

.gform_wrapper form input[type=submit] {
    padding: 5px 10px;
    margin: 0px 0px 0px 5px;
    font-size: 0.8em !important;
    cursor: pointer;
    width: auto;
    border-radius: 3px 0px 0px;
    border: 1px solid #CCC;
    background: transparent -moz-linear-gradient(center top, #F7F7F7 1%, #E5E5E5 100%) repeat scroll 0% 0%;
}

.gform_wrapper form ul li input:focus, .gform_wrapper form ul li textarea:focus, .gform_wrapper form ul li select:focus {
    background: none !important;
}

.gform_wrapper .gform_footer {
    margin: 1em 10px 0px !important;
    text-align: right;
}

#gform_wrapper_3 {
    background: none !important;
    border: none !important;
}

#input_3_2_1_container {
    margin-left: -2%;
    width: 101.6%;
}

#input_3_2_3_container {
    margin-right: 0.6%;
}

#input_3_2_6_container {
    margin-left: 0.8%;
}

.page-template-blank-page-php input {
    padding-left: 0.5em !important;
}

/* video iframe */
.responsive-container {
        position: relative;
        padding-bottom: 50.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-bottom: 1em;
}
.responsive-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
