html {
    background: #000;
    overflow-x: hidden;
}

body.home, body.page-template-page-home-php {
    background: url(../images/CTV_DC_HomePageBanner_WT_012314_or_rent.png) center 110px repeat-x #fff;
}

body {
    background: url(../images/innerpagebanner.jpg) center 80px repeat-x #fff;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #555;
    overflow-x: hidden;
}

.header {
    height: 115px;
    background: #000;
    width: 100%;
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
    padding-left: 0;
    padding-right: 0;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 980px;
}

.logo {
    float: left;
    margin-top: 30px;
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.navigationbar {
    height: 58px;
    width: 100%;
}

.navigationbar {
    width: auto;
    margin: 0 auto;
    float: right;
}

.navul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

.navul li.current_page_item {
    border-left-color: #333 !important;
}

.navul li {
    float: left;
    display: inline;
    border-right: 1px solid #222;
    height: 115px;
}

li {
    line-height: 20px;
}

.navul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.navul ul.sub-menu {
    position: absolute;
    margin-left: 0;
    display: none;
    margin-top: -30px;
}

.navul li.current_page_item a {
    background: #314961 !important;
}

.navul li a {
    color: #fff;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    line-height: 115px !important;
    height: 115px !important;
    margin-right: 0;
    margin-left: 0;
    font-size: 12px;
    background: #000;
    text-align: center;
    padding: 0 48px;
    line-height: 38px;
}

.navul li a {
    padding-left: 14px;
    padding-right: 14px;
}

.navul ul.sub-menu {
    position: absolute;
    margin-left: 0;
    display: none;
    margin-top: -30px;
}

.navul .conference-link a {
    line-height: 15px !important;
    padding-top: 45px;
    height: 70px !important;
}

.navul .conference-link {
    overflow: hidden;
    width: 100px;
}

.navul li a:hover {
    background: #131F2D;
}

.navul ul.sub-menu li {
    height: auto;
    float: none;
    display: block;
}

.navul ul.sub-menu li a {
    height: auto !important;
    line-height: 15px !important;
    line-height: 30px !important;
    padding-top: 0;
}

.pagecontainer {
    background: url(../images/greensidebar.jpg) top right repeat-y #ffffff;
    margin-top: 7px;
    margin-bottom: 15px;
    background: #fff;
}

.hometop {
    height: 515px;
    clear: both;
}

.home .pagecontainer, body.page-template-page-home-php .pagecontainer {
    background: none;
}

.hometop .bannerlink {
    height: 430px;
}

.hometop .bannerlink a {
    height: 430px;
    line-height: 430px;
    display: block;
    width: 100%;
}

.hometop .searchrow {
    margin-top: 25px;
}

.searchrow {
    height: 41px;
    margin-top: 5px;
}

.topsocial {
    width: 597px !important;
}

.socialicon {
    margin-top: 5px;
}

.headsocial {
    width: 450px;
    height: 36px;
    float: left;
}

.twitterheadwrap {
    float: right;
    height: 30px;
    padding-top: 10px;
    overflow: hidden;
    display: table;
}

a {
    color: #3A589B;
    color: #CF3427;
    -webkit-transition: color .1s ease-in;
    -moz-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    transition: color .1s ease-in;
}

a {
    text-decoration: none;
}
a:hover, a:active {
    color: #333;
}
#searchform {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

form {
    margin: 0 0 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

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

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

select, input[type="file"] {
    height: 38px;
    line-height: 30px;
}

select {
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

#searchform input#s {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 4px;
    margin-bottom: 0;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: inline;
    float: left;
}

input, textarea, .uneditable-input {
    margin-left: 0;
}

input, textarea, .uneditable-input {
    width: 206px;
}

#searchsubmit {
    display: inline-block;
    padding: 5px 10px 6px;
    font-size: 14px;
    line-height: normal;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #E6E6E6;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border: 1px solid #CCC;
    border-bottom-color: #BBB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    -webkit-appearance: button;
}

.searchrow #searchform {
    float: right;
    margin-top: 7px;
}

.searchrow #searchsubmit {
    float: right;
    margin-left: 15px;
    background: #314961;
    color: #fff;
    border: none;
    border-radius: none !important;
    text-shadow: none !important;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

.home .fullpage {
    padding-top: 30px;
}

.home .pagecontainersidebar, body.page-template-page-home-php .pagecontainersidebar {
    background: none !important;
}

.fullpage {
    padding-bottom: 20px;
}

.mission h3 {
    padding-left: 90px;
    padding-right: 90px;
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 20px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    color: inherit;
    text-rendering: optimizelegibility;
}

h3 {
    font-size: 16px;
    line-height: 20px;
    color: #111;
    text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #AD0C11;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #333;
    cursor: pointer;
}

a, a:hover {
    text-decoration: none;
}

.homeleft {
    float: left;
}

.homeright {
    float: right;
    margin-right: 15px;
}

.homeleft ul {
    list-style-type: none;
    margin-left: 0;
}

.homeleft ul li {
    float: left;
    width: 198px;
    height: 300px;
    margin-right: 26px;
    position: relative;
}

.homeleft ul li h2 {
    color: #314961;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 19px;
}

.homeleft p {
    font-size: 13px;
    line-height: 19px;
}

p {
    font-size: 13px;
    line-height: 1.5em;
    color: #555;
}

p {
    margin: 0 0 10px;
}

.homebtn {
    background: #334760;
    padding: 7px 18px;
    color: #fff;
    font-size: 11px;
    margin-top: 15px;
    display: table;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
}

.homebtn:hover {
    background: #000;
    color: #fff !important;
    text-decoration: none;
}

.homefacebook {
    height: 265px;
}

.homeright {
    float: right;
    margin-right: 15px;
}

.committee-signup {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 24px;
    background: #e6e6e6;
}

.committee-signup .title {
    background: #334760;
    border-radius: 4px 4px 0 0;
}

.committee-signup .title p {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
}

.gform_wrapper {
    margin: 16px 0;
    max-width: 100%;
}

.gform_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
}

.gform_wrapper *, .gform_wrapper ::after, .gform_wrapper ::before {
    box-sizing: border-box !important;
}

.committee-signup .gform_wrapper {
    padding: 0 15px;
    max-width: 100%;
}

.committee-signup {
    width: 308px;
    padding-left:0px;
    padding-right:0px;
}
.home .committee-signup , .blog .committee-signup , .single .committee-signup , .page-id-3667 .committee-signup , .page-id-15 .committee-signup , .page-id-17 .committee-signup , .page-id-681 .committee-signup , .page-id-768 .committee-signup , .page-id-766 .committee-signup , .page-id-763 .committee-signup{
    width: 277px;
}
.makeadifference {
    width: 277px;
    height: auto;
    position: relative;
    background: url(../images/makeadifferencebg.jpg) 0 -84px no-repeat #E6E6E6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*.committee-signup input, .makeadifference input {
    height: 20px;
}*/

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbbbbb;
    border-top-color: rgb(187, 187, 187);
    border-right-color: rgb(187, 187, 187);
    border-bottom-color: rgb(187, 187, 187);
    border-left-color: rgb(187, 187, 187);
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.committee-signup .gform_wrapper .gform_footer {
    margin-top: 0;
    text-align: center;
}
label, input, button, select, textarea{
    font-weight: normal;
}
.getinformed {
    color: #fff;
    padding-right: 10px;
    padding-left: 90px;
    padding-top: 12px;
}

.getinformed p {
    color: #fff;
    line-height: 17px;
    padding-top: 8px;
}

.makeadifference .gform_body {
    padding: 0px 15px;
}

.makeadifference .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium , .gform_wrapper .top_label input.medium , .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium{
    width: 100%;
}

.makeadifference .gform_wrapper .top_label .gfield_label {
    margin: 10px 0 4px 0;
    font-weight: bold;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3em;
    clear: both;
    text-align: left;
    display: block;
}

/*.makeadifference input[type="text"] {
    margin-left: 28px;
}*/

.makeadifference .gform_wrapper .top_label .gfield_label {
    font-weight: bold;
    line-height: 1.3em;
    text-align: left;
}

.gform_wrapper .gfield_required {
    color: #7E946E !important;
    margin-left: 4px;
}

.makeadifference .gform_wrapper .gform_footer {
    padding: 16px 0 10px 0;
    margin: 0 auto;
    clear: both;
    display: block;
    width: 75px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

.subfooter {
    height: 75px;
    background: #0F1F2D;
    width: 100%;
    clear: both;
    color: #B1C2D2;
    font-size: 12px;
    padding: 10px 0;
}

.subfooter .container {
    background: url(../images/largetwitter.png) 0 10px no-repeat;
}

.subfooter {
    background: #fff;
    color: #333;
    border-top: 1px solid #E5E5E5;
}

.recenttweet {
    font-size: 13px;
    color: #444;
    padding-left: 80px;
    height: 50px;
    padding-top: 10px;
    color: #888 !important;
    width: 605px;
    float: left;
}

.recenttweet a {
    color: #314961;
}

.socialfooter {
    float: right;
    /*width: 250px;*/
    padding-top: 22px;
}

.subfooter a {
    color: #D4DB4F;
}

.footer {
    height: auto;
    background: #000;
    width: 100%;
    padding: 10px;
    margin-top: 0;
    color: #fff;
    border-top: 0;
}

.footerleft {
    width: 880px;
    float: left;
}

.headsocial {
    width: 450px;
    height: 36px;
    float: left;
    padding: 0px;
}

.footer .headsocial {
    float: right !important;
    width: 370px !important;
}

footer .footer .headsocial {
    width: 350px !important;
}

.footerlinks {
    text-align: center;
    font-size: 11px;
}

.footerlinks ul {
    list-style-type: none;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 30px;
}

.footerlinks ul li {
    float: left;
    margin-right: 10px;
}

.footerlinks ul li a {
    color: #eee;
}

.recenttweet a {
    color: #314961;
}

.copyright p {
    color: #eee;
    font-size: 11px;
    padding-top: 10px;
    text-align: left;
    padding-bottom: 15px;
    float: left;
}

.copyright a {
    color: #fff;
}

.mob_dp {
    display: none;
}

.credit {
    float: right;
    margin-top: 8px;
    display: inline;
}

.copyright a:hover {
    color: #3A589B;
}

.footerright {
    width: 97px;
    float: right;
}

div.AuthorizeNetSeal {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 90px;
    font: normal 9px arial, helvetica, san-serif;
    line-height: normal;
    line-height: 10px;
}

* {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.pagecontainersidebar {
    background: url(../images/pageblueheader.jpg) top right repeat-x;
}

.row {
    margin-left: -20px;
    margin-right: 0px;
    *zoom: 1;
}

.page-title {
    padding-top: 10px;
    padding-left: 20px;
    height: 54px;
    line-height: 25px;
    margin-bottom: 20px;
}

.pagecontent .page-title {
    height: 26px;
    margin-bottom: 10px;
    padding-left: 0;
}

.page-title h1 {
    float: left;
}

.page-title h1 {
    color: #fff;
}

h1 {
    font-size: 25px;
    line-height: 27px;
    padding-bottom: 15px;
}

h2 {
    font-size: 20px;
    line-height: 22px;
    padding-top: 10px;
    color: #314961;
}

h4, .h4 {
    font-size: 14px;
    line-height: 20px;
}

h4 {
    color: #000;
}

.col-md-12 {
    width: 980px;
}

.footerleft.col-sm-12, .footerright.col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.row-fluid .col-md-8 {
    width: 65.95744680851064%;
    padding-left: 0;
    padding-right: 0;
}

.row-fluid .col-md-4 {
    width: 31.914893617021278%;
    padding-right: 0;
    padding-left: 0;
    margin-left: 2.127659574468085%;
}

.row.content .col-md-12 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
}

.pagecontent {
    padding: 0 20px;
}

.thefilmtop {
    width: 930px;
    margin-top: -24px;
    padding: 25px 25px;
    height: 300px;
    margin-left: 0px;
}

.thefilmtrailer {
    float: left;
    margin-right: 20px;
}

.thefilmtrailer {
    width: 560px;
    margin-right: 0;
}

.filmtopright {
    float: right;
    margin-right: 30px;
    width: 318px;
}

.screeninglist {
    text-align: center;
}

.ftest {
    padding-left: 210px;
    background: url(../images/quotebg.jpg) 160px 0 no-repeat;
    min-height: 105px;
}

.ftest {
    position: relative;
}

.ftest {
    clear: both;
    display: block;
    font-size: 13px;
    line-height: 1.5em;
    color: #555;
}

.ftest img {
    position: absolute;
    left: 0;
    top: 0;
}

.ftlogo {
    width: 150px;
    margin-right: 5%;
    float: left;
}

.filmtopright img {
    padding-left: 10px;
}

.sidectas img {
    margin-bottom: 24px;
}

img.alignright {
    float: right;
    margin: 5px;
    display: inline;
}

#cssmenu {
    display: none;
}

.criticsbox {
    list-style-type: none;
    margin: 15px 0;
    margin-right: 15px;
    padding: 0;
    border: 1px solid #F2F4F2;
}

.criticsbox li {
    background: url(../images/cbquote.png) 25px 20px #FBFBFB no-repeat;
    padding: 20px 20px 20px 75px;
}

.criticsbox p.cbsource {
    font-family: "Arial";
    color: #666;
    font-size: 12px;
}

.pagecontentwrap {
    width: 666px;
    float: left;
    padding-left: 30px;
    padding-right: 0;
}

.page-title {
    padding-top: 10px;
    padding-left: 20px;
    height: 54px;
    line-height: 25px;
    margin-bottom: 20px;
}

.type-post {
    padding-bottom: 15px;
}

/*.status-publish {
    border-bottom: 1px dashed #eee;
}*/

.type-post {
    background: url(../images/blogpostbg.jpg) 0 0 no-repeat #fff;
    margin-bottom: 15px;
}

.postheader {
    height: auto;
    margin-bottom: 10px;
}

.headertitle h2 a {
    color: #95480E;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    display: block;
    line-height: 25px;
    padding-bottom: 10px;
}

.date {
    display: block;
    margin-right: 20px;
    float: left;
    /* color: #7C96BB; */
    color: #aaa;
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    float: right;
}

.categories {
    /* background: #7C96BB; */
    background: #E6E6E6;
    color: #666;
    padding: 2px 7px;
    display: table;
    font-size: 10px;
    letter-spacing: 1px;
}

.row-fluid .col-md-12 {
    width: 100%;
    margin-left: 0px !important;
}

.yellowbtn {
    background: #272727;
    padding: 5px 15px;
    display: table;
    color: #fff;
    margin-top: 15px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.sidebar {
    padding-top: 15px;
    width: 277px !important;
    float: right;
    margin-right: 15px;
}

.reform-conf .pagecontentwrap {
    width: auto;
    padding-left: 44px;
    margin-bottom: 40px;
}

.reform-conf .page-title {
    margin-bottom: 0;
    padding-left: 0;
}

.reform-conf .pagecontent {
    padding: 0;
    width: 650px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.reform-conf .pagecontent p {
    font-size: 16px;
}

.reform-conf .breadcrumbs, .page-template-page-reform-full-php .breadcrumbs {
    float: none;
    clear: both;
    color: #707070;
    font-size: 10px;
    position: relative;
    left: 0;
    margin-left: 24px;
    bottom: 0;
    height: 24px;
    line-height: 24px;
}

.reform-conf .pagecontent h2 {
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
}

.reform-conf hr {
    margin-top: 13px;
    margin-bottom: 24px;
}

.reform-conf hr, .page-template-page-reform-full-php hr {
    height: 2px;
    border: none;
    color: #bcc4cb;
    background-color: #bcc4cb;
    margin-bottom: 30px;
}

.reform-conf .pagecontent h3 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    color: #6683ab;
    margin-bottom: 24px;
}

.reform-conf .pagecontent p {
    font-size: 16px;
}

.reform-conf .pagecontent h3 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    color: #6683ab;
    margin-bottom: 24px;
}

.reform-conf .pagecontent h2 {
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
}

.reform-conf .pagecontent li {
    font-size: 22px;
    color: #6683ab;
    margin-bottom: 18px;
    font-weight: 200;
}

.reform-conf .pagecontent li span {
    font-size: 16px;
    color: #000000;
}

h4.widget-title {
    font-weight: bold;
    line-height: 18px;
    color: #999;
    text-transform: uppercase;
    margin-top: 9px;
}

h4.widget-title {
    border-bottom: 1px solid #CFD9E7;
    padding-bottom: 10px;
    color: #333;
}

img.alignnone {
    display: block;
    position: relative;
}

.reform-conf .page-title h1 {
    margin-bottom: 0;
}

.featuredvideos {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0;
    clear: both;
}

.featuredvideos li {
    padding-bottom: 15px;
    float: left;
    width: 47%;
    margin-right: 15px;
    min-height: 210px;
}

.featuredvideos img {
    float: left;
    margin-top: 10px;
    width: 281px;
    height: 149px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn-large {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-sm {
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px;
}

.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
}

.woocommerce .widget_categories {
    display: none;
}

.woocommerceh1 {
    width: 930px;
}

.woocommerce ul.products {
    border-top: 1px solid #eee;
    padding-top: 20px !important;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    color: #384835;
    font-weight: normal;
    font-size: 19px;
    line-height: 28px;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce-page div.product p.price {
    height: auto;
}

.woocommerce ul.products li.product .price {
    color: #384835;
}

.woocommerce-cart .sidebar {
    display: none;
}

.woocommerce .sidebar {
    padding-top: 24px;
    margin-top: 64px;
}
.woocommerce form .form-row .input-checkbox{
    margin: 0px 3px 0px 0;
    position: relative;
}
.biowrap {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.teamimage {
    float: left;
    margin-right: 20px !important;
    width: 150px;
    border: 8px solid #314961;
}

img.alignleft {
    float: left;
    margin: 5px;
    display: inline;
}

.navbar-inverse {
    background-color: #000;
    display: none;
}

.reform-conf .sidebar {
    margin-top: 73px;
    margin-right: 24px;
    width: 258px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.black-gradient-box {
    text-align: center;
    background-color: #000;
    background: -moz-linear-gradient(top, #666666 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #666666 0%, #000000 100%);
    background: -o-linear-gradient(top, #666666 0%, #000000 100%);
    background: -ms-linear-gradient(top, #666666 0%, #000000 100%);
    background: linear-gradient(to bottom, #666666 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0);
    border-radius: 10px;
    padding: 7px 0 6px;
    margin-bottom: 24px;
}

.black-gradient-box h3 {
    margin-bottom: 5px;
}

.black-gradient-box h3 a {
    color: #fff34b;
    font-size: 18px;
    font-weight: 500;
}

.black-gradient-box h3 a::before {
    content: ' ';
    display: inline-block;
    margin-right: 6px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11.3px;
    border-color: transparent transparent transparent #fff34b;
}

.black-gradient-box p, .black-gradient-box a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.reform-conf .committee-signup {
    border: 2px solid #cccccc;
    border-radius: 0;
    background: #f1f1f1;
    width: auto;
}

.reform-conf .committee-signup .title {
    background: none;
    border-radius: 0;
}

.reform-conf .committee-signup .title p {
    color: #314961;
    padding-bottom: 0;
}

.reform-conf .makeadifference {
    width: auto;
    border-radius: 0;
    border: 2px solid #cccccc;
    background: #f1f1f1;
}

.reform-conf .getinformed {
    padding: 0;
}

.reform-conf .getinformed p {
    color: #314961;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    padding-top: 13px;
}

.sidebar-nav {
    margin-top: 24px;
}

.reform-conf .widget_categories {
    text-align: center;
}

.reform-conf h4.widget-title {
    border: none;
    padding: 0;
    color: #314961;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: unset;
}

.widget_shopping_cart {
    margin-top: 75px;
    padding: 20px;
    background: #F9FAFC;
    margin-right: 10px;
    border: 1px solid #CFD9E7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.gform_confirmation_message{
    color:#3c763d;
    padding: 10px;
}
.mobile_bannerlink{
    display: none;
}
.home_mobile_anchor{
    display: none;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs{
    display: none;
}
.panel h2 {
    border-bottom: 4px solid #eee;
    padding-bottom: 10px;
}
.widget_shopping_cart {
    margin-top: 0;
}
.woocommerce div.product p.stock {
    display: none;
}
/*.woocommerce-page div.product div.summary {
    width: 52%;
}*/
input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.woocommerce-page div.product form.cart .button {
    clear: both !important;
    margin-top: 20px !important;
    padding: 15px 20px !important;
    font-weight: normal !important;
    font-size: 22px;
}
.sku_wrapper {
    display: none;
}
.single-product .widget_shopping_cart {
    display: block !important;
}
ol.commentlist li {
    margin: 0;
    padding: 8px 0 8px 64px;
    list-style: none;
    overflow: hidden;
    position: relative;
}
ol.commentlist {
    margin: 0 0 15px !important;
}
ol.commentlist img.avatar {
    margin: 8px 10px 0 0;
    padding: 4px;
    line-height: 1;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    float: left;
}
.pp_social .facebook{
    width: 70px;
}
/*.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    float: none;
}*/
.footerlinks .menu .sub-menu {
    display: none;
}
body.woocommerce-checkout , body.woocommerce-cart {
    background-color: #000;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 40%;
}
.woocommerce-checkout .sidebar{
    display: none;
}
.woocommerce-checkout .pagecontentwrap {
    width: auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce-checkout .page-title{
    padding-left: 0px;
}
.woocommerce-checkout .pagecontent {
    padding: 0;
}
.woocommerce-page table.cart td.actions .input-text {
    width: 140px;
}
.status-publish {
    border-bottom: none;
}
#ship-to-different-address .checkbox{
    margin: 0px;
}
.single-product .pagecontent hr{
    display: none;
}
.woocommerce-cart .row.content{
    margin-left: 0px;
}
.woocommerce-cart .pagecontentwrap{
    width: 100%;
    padding-left: 0px;
}
.woocommerce-checkout .row.content{
    margin-left: 0px;
}
@media (max-width: 1024px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 678px;
    }
    .header {
        height: auto;
    }
    .logo, .navigationbar {
        float: none;
    }
    .logo {
        margin: 10px 0;
        text-align: center;
    }
    .navul li {
        max-width: 75px;
    }
    .col-md-12 {
        width: 100%;
    }
    .row-fluid .col-md-8, .row-fluid .col-md-4 {
        width: 100%;
        margin-left: 0px;
    }
    .blog .row-fluid .col-md-8 {
        width: 65.95744680851064%;
    }
    .blog .row-fluid .col-md-4 {
        width: 31.914893617021278%;
    }
    .homeleft, .homeright {
        float: none;
    }
    .footerleft, .footerright {
        width: 100%;
        float: none;
    }
    .committee-signup {
        width: 250px;
        float: left;
    }
    .makeadifference {
        width: 250px;
        float: right;
    }
    .thefilmtop {
        width: 100%;
        margin-top: -24px;
        padding: 0;
        height: 300px;
        margin-left: 0px;
    }
    .filmtopright {
        float: none;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .header {
        display: none;
    }
    .navbar-inverse, .collapse {
        display: block;
    }
    .homefacebook {
        height: auto;
        margin: 25px 0;
    }
    .filmtopright img {
        padding-left: 0px;
    }
    .searchrow {
        height: auto;
        margin-top: 85px;
    }
    .searchrow #searchform {
        float: left;
        margin-top: 15px;
    }
    .headsocial.col-sm-12 {
        padding: 0px;
    }
    .footer .headsocial {
        float: none !important;
    }
    .socialfooter {
        display: none;
    }
    footer {
        overflow-x: hidden;
    }
    .sidectas {
        text-align: center;
    }
    .home .committee-signup, .blog .committee-signup, .single .committee-signup, .page-id-3667 .committee-signup, .page-id-15 .committee-signup, .page-id-17 .committee-signup, .page-id-681 .committee-signup, .page-id-768 .committee-signup, .page-id-766 .committee-signup, .page-id-763 .committee-signup{
        width: auto;
    }
    .committee-signup, .makeadifference {
        width: auto;
        float: none;
    }
    .makeadifference {
        background-image: none;
    }
    .makeadifference .getinformed {
        background-color: #334760;
        padding-bottom: 12px;
        padding-left: 10px;
    }
    .woocommerceh1 {
        width: auto;
    }
    .woocommerceh1 a:last-child {
        margin-left: 18px;
    }
    h1 {
        font-size: 23px;
    }
    .filmtopright {
        width: 100%;
    }
    .page-template-page-film-template-php .committee-signup.col-sm-12 {
        width: 100%;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        width: auto;
        float: right;
    }
}

@media (max-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse .menu {
        margin: 0px;
    }
    .navbar-collapse .menu li {
        list-style: none;
        padding: 10px 0;
    }
    .navbar-collapse .menu li a {
        color: #fff;
        padding: 10px;
    }
    .navbar-collapse .menu li.current_page_item {
        background: #131F2D;
    }
    .logo {
        text-align: left;
    }
    .logo img {
        padding-left: 15px;
    }
    li .sub-menu li {
        padding: 10px 0 0 0;
    }
    li .sub-menu li a {
        color: #6f6f6f !important;
    }
    .reform-conf .sidebar {
        width: 100% !important;
    }
    .pagecontentwrap, .sidebar {
        float: none;
        width: auto !important;
    }
    .reform-conf .committee-signup, .reform-conf .makeadifference {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        float: none;
        text-align: left;
    }
    .reform-conf .getinformed p{
        color: #fff;
    }
    .reform-conf .black-gradient-box {
        margin-left: 15px;
        margin-right: 15px;
    }
    .makeadifference .gform_wrapper .top_label .gfield_label {
        text-align: left;
    }
    .makeadifference .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
        width: 100%;
    }
    .makeadifference input[type="text"] {
        margin-left: 0px;
    }
    .reform-conf .widget_categories {
        text-align: left;
    }
    .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
        width: 100%;
    }
    .sidebar-nav .widget.woocommerce.widget_shopping_cart {
        display: none !important;
    }
    .reform-conf .pagecontentwrap {
        padding-left: 35px;
    }
    .hometop .searchrow {
        margin-top: 119px;
    }
    .home .fullpage {
        padding-top: 10em;
    }
    .copyright.col-sm-12 {
        padding: 0;
    }
}

@media (max-width: 678px) {
    .container {
        width: 100%;
    }
    .headsocial.topsocial {
        display: none;
    }
    .mission h3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .homebtn {
        position: relative;
    }
    .homeleft ul li {
        float: left;
        width: auto;
        height: auto;
        margin-right: 0;
        position: relative;
    }
    .home .homeleft {
        padding: 0 20px;
    }
    .home .fullpage {
        padding-top: 7em;
    }
    .homeright {
        margin-right: 15px;
        margin-left: 15px;
    }
    .hometop .searchrow {
        margin-top: 25px;
        margin: 0 auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    body.home, body.page-template-page-home-php {
        background: url(../images/CTV_DC_HomePageBanner_WT_012314_or_rent.png) center 66px repeat-x #fff;
    }
    .thefilmtrailer {
        width: 100%;
    }
    .searchrow .container {
        margin: 0 auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .searchrow {
        height: auto;
        margin-top: 65px;
    }
    body {
        background: url(../images/innerpagebanner.jpg) center 71px repeat-x #fff;
    }
    .thefilmtrailer iframe {
        width: 100%;
    }
    .pagecontainersidebar .row.content {
        width: 100%;
    }
    .pagecontent {
        padding: 0 15px;
    }
    .committee-signup.clearfix.col-sm-12 {
        padding: 0;
    }
    .criticsbox {
        margin-right: 0px;
    }
    body.blog {
        background: url(../images/innerpagebanner.jpg) center 71px repeat-x #fff;
    }
    .blog .row-fluid .col-md-8 {
        width: 100%;
    }
    #svggroup svg {
        width: 350px;
    }
    .featuredvideos li {
        padding-bottom: 15px;
        width: auto;
    }
    h1 a.btn.btn-inverse.btn-sm {
        display: none;
    }
    .mob_dp {
        margin: 0;
        display: block;
    }
    .mob_dp li {
        display: inline-block;
        list-style: none;
        margin-right: 4px;
    }
    .mob_dp li .btn-sm {
        margin-right: 0;
        margin-left: 0!important;
    }
    .pagecontentwrap {
        padding-right: 0;
    }
    .reform-conf .pagecontent {
        width: 100%;
    }
    .blog .row, .single-post .row, .page-id-3667 .row , .page-template-default .row , .single-product .row {
        margin-left: 7px;
    }
    .blog .pagecontentwrap {
        padding-right: 0;
        padding-left: 0;
    }
    .page-id-15 .row {
        margin-left: 7px;
    }
    .page-id-15 .pagecontentwrap {
        padding-right: 0;
        padding-left: 0;
    }
    .page-id-17 .row {
        margin-left: 7px;
    }
    .page-id-17 .pagecontentwrap {
        padding-right: 0;
        padding-left: 0;
    }
    .page-id-681 .row {
        margin-left: 0px;
    }
    .page-id-681 .pagecontentwrap h1{
        margin-left: 7px;
    }
    .page-id-681 .pagecontentwrap {
        padding-right: 0;
        padding-left: 0;
    }
    .page-id-3167 .row {
        margin-left: 0px;
    }
    .page-id-3167 .pagecontentwrap {
        padding-right: 15px;
        padding-left: 15px;
    }
	.page-id-3167 .reform-conf .makeadifference{
		border: 0;
	}
	.page-id-3167 .sidebar-nav {
		margin-left: 15px;
	}
	.page-id-3167 .reform-conf .committee-signup {
		border: 0;
	}
	p.form-row.terms.wc-terms-and-conditions span {
		margin-left: 0;
	}
	.woocommerce form .form-row .input-checkbox {
		margin: 6px 10px 6px 0;
	}
    .single .pagecontentwrap ,.page-id-3667 .page-title{
        padding-left: 0px;
    }
    .page-id-3667 .pagecontentwrap{
        padding-left: 15px;
    }
    .comment iframe{
        width: 100%;
    }
    .page-template-default .page-title h1{
        line-height: 22px;
    }
    .fancybox-slide--iframe .fancybox-content{
        width: 100%;
        height: 50%;
        max-width: 100%;
        max-height: 50%;
    }
    .woocommerce-order-received a img{
        margin: 10px 0;
    }
    .woocommerce-order-received a{
        margin-left: 0px !important;
    }
}
@media (max-width: 480px){
    .mobile_bannerlink{
        padding-top: 0em;
    }
    .home_mobile_anchor {
        display: block;
        position: absolute;
        width: 100%;
        height: 75vh;
        top: 0;
    }
    .home_mobile_anchor a{
        position: absolute;
        width: 100%;
        height: 75vh;
    }
    .home .fullpage {
        padding-top: 4em;
    }
    .hometop .bannerlink , .hometop .searchrow{
        display: none;
    }
    .mobile_bannerlink{
        display: block;
        text-align: center;
    }
    .mobile_bannerlink .searchform{
        margin: 10px 0;
    }
    .mobile_bannerlink .searchform #searchsubmit {
        float: right;
        margin-left: 15px;
        background: #314961;
        color: #fff;
        border: none;
        border-radius: none !important;
        text-shadow: none !important;
    }
    .searchrow #searchform{
        margin-top: 27px;
    }
    body.home, body.page-template-page-home-php{
        background: url(../images/mobile_home_bg.jpg)center 51px #fff;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .woocommerce-cart .pagecontentwrap , .woocommerce-checkout .pagecontentwrap{
        padding-left:0px;
    }
    .mob_dp_parent {
        width: 98%;
    }
    .woocommerce ul.order_details{
        margin:0 0 1em;
    }
    .order_details li {
        margin-bottom: 15px;
    }
    .credit{
        float: none;
    }
    div.AuthorizeNetSeal{
        margin: 0 auto;
    }
    .woocommerce-checkout .row.content{
        margin-left: 7px;
    }
    .woocommerce-cart .mob_dp_parent{
        margin-left: 7px;
    }
    .woocommerce-checkout .checkbox input[type="checkbox"]{
        position: relative;
        margin-left: 5px;
    }
}
@media (max-width: 375px){
    .mobile_bannerlink {
        padding-top: 0em;
        margin-top: -40px;
    }
}
@media (max-width: 360px){
    .searchrow #searchform {
        margin-top: 50px;
    }
    .mobile_bannerlink{
        padding-top: 0em;
        margin-top: -45px;
    }
    .home .fullpage {
        padding-top: 1em;
    }
    .home_mobile_anchor {
        display: block;
        position: absolute;
        width: 100%;
        height: 80vh;
        top: 0;
    }
    .home_mobile_anchor a{
        position: absolute;
        width: 100%;
        height: 80vh;
    }
}
@media (max-width: 320px) {
    .logo img {
        padding-left: 15px;
        max-width: 150px;
    }
    .mobile_bannerlink{
        padding-top: 0em;
        margin-top: -100px;
    }
    .home .fullpage {
        padding-top: 1em;
    }
    .home_mobile_anchor {
        display: block;
        position: absolute;
        width: 100%;
        height: 80vh;
        top: 0;
    }
    .home_mobile_anchor a{
        position: absolute;
        width: 100%;
        height: 80vh;
    
}
.pp_social{display: none;}

.stock.in-stock {
    display: none;
}
.single-product .widget_shopping_cart{
    display: block !important;
}