* {
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

body {
    font-family: sans-serif;
    background: #e7ebec;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,form,ul,ol,dl {
    margin: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-font-smoothing: antialiased;
}

article {
    margin: 20px 0;
}

article h1 {
    margin-bottom: 15px;
}

li,dd,blockquote {
    margin-left: 40px;
}

h5,ul,li {
    margin: 0;
    font-weight: 200;
}

h1 {
    font-size: 36px;
    line-height: 36px;
}

h2 {
    font-size: 30px;
    line-height: 30px;
}

h1,h2,h3,h4 {
    font-weight: 400;
    margin-bottom:10px
}

li {
    list-style-type: none;
}

ul,menu,dir,form {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    margin:0;
}

a,a:visited {
    color: rgb(32,91,131);
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #22577C;
}

p {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
}

.clear {
    clear: both;
}

.wildbox {
    background: #205B83;
    background-image: -moz-linear-gradient(left,#205B83 0%,#001f36 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,#205B83),color-stop(100%,#001f36));
    background-image: -webkit-linear-gradient(left,#205B83 0%,#001f36 100%);
    background-image: linear-gradient(to right,#205B83 0%,#001f36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#205B83',endColorstr='#001f36',GradientType=1);
}

.vertgrad {
    background: rgb(32,91,131);
    background: -moz-linear-gradient(top,rgba(32,91,131,1) 15%,rgba(0,31,54,1) 100%) fixed;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(15%,rgba(32,91,131,1)),color-stop(100%,rgba(0,31,54,1))) fixed;
    background: -webkit-linear-gradient(top,rgba(32,91,131,1) 15%,rgba(0,31,54,1) 100%) fixed;
    background: -o-linear-gradient(top,rgba(32,91,131,1) 15%,rgba(0,31,54,1) 100%) fixed;
    background: -ms-linear-gradient(top,rgba(32,91,131,1) 15%,rgba(0,31,54,1) 100%) fixed;
    background: linear-gradient(to bottom,rgba(32,91,131,1) 15%,rgba(0,31,54,1) 100%) fixed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#205b83',endColorstr='#001f36',GradientType=0);
}

.vertgrad_gray {
    background: rgb(76,76,76);
    background: -moz-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(17,17,17,1) 12%,rgba(43,43,43,1) 91%,rgba(19,19,19,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(76,76,76,1)),color-stop(12%,rgba(17,17,17,1)),color-stop(91%,rgba(43,43,43,1)),color-stop(100%,rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(17,17,17,1) 12%,rgba(43,43,43,1) 91%,rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(17,17,17,1) 12%,rgba(43,43,43,1) 91%,rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(17,17,17,1) 12%,rgba(43,43,43,1) 91%,rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom,rgba(76,76,76,1) 0%,rgba(17,17,17,1) 12%,rgba(43,43,43,1) 91%,rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c',endColorstr='#131313',GradientType=0);
}



#footer_contents {
    height: auto;
    display: table;
    margin: 0 auto;
}



.footer_logo {
    width: 200px;
    height: 170px;
    background: url('layout_images/logo.gif');
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    overflow: hidden;
}

#header_ad {
    width: 100%;
    max-width: 980px;
    max-height: 300px;
    position: relative;
    visibility: visible;
    opacity: 1;
    margin: 55px auto 12px;
    float: none;
}

#wam-leaderboard-dfp iframe {
    display: table;
    margin: 0 auto;
}


#header_ad, #header_ad div {
    margin-left: auto;
    margin-right: auto;
}

#searchform {
    display: block;
    margin: 6px 0;
    float: right;
    position: relative;
}

#searchform form {
    float: left;
}


#search_input {
    width: 150px;
    -webkit-appearance: textfield;
    background-color: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #e7e6e6;
    color: black;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0 5px;
    padding: 4px 30px 4px 10px;
}




#searchform input[type="submit"] {
    background: url('/wp-content/themes/wildaboutmovies/layout_images/search.png') #4D81A6 no-repeat 2px center;
    background-size:20px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

#searchform input[type="submit"]:hover {
    background: white;
    color: #2A5574;
}

.movie_date {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    display: table;
    float: none;
    padding: 30px 0 10px;
    margin-bottom: 0px;
}


#wrap {
    display: table;
    background: #fff;
    margin: 0 10px;
}

#outwrap {
    width: 976px;
    margin: 0 auto 40px;
    padding: 10px 0 10px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(215,224,241,0.1);
}

#content {
    width: 590px;
    float: left;
    padding: 20px;
    background: white;
}

#content img {
    max-width: 100%;
}

.sectiontitle {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: purple;
    margin-bottom: 10px!important;
}

.subtitle {
    font-size: 20px!important;
    color: orange;
    line-height: 20px;
    font-weight: bold;
}

#featured_img, #post-interview img {
    float: left;
    clear: both;
    margin: 0 20px 20px 0;
    width: auto;
    max-width: 200px;
}

#trailer-box {
    width:590px;
    height: auto;
}

#trailer-player div {
    width: 600px !important;
    height: 340px !important;
}


a.movie-titles-links {
    margin: 5px 20px 5px 0!important;
    display: inline-block!important;
    padding: 4px 8px!important;
    background: #E0E0E0;
    border-radius: 5px;
    text-decoration: none;
    height: auto!important;
    width: auto!important;
}

.post-grid a {
    display: block;
    padding: 0;
    width: 24%;
    height: auto;
    float: left;
    text-align: center;
    margin: 10px 1% 0 0;
    text-decoration: none;
    position: relative;
}

.post-grid a img {
    width: 100%;
    height: auto;
    z-index: 100;
}

.post-grid a:hover {
    text-decoration: underline;
}

.post-grid a p {
    font-size: 14px;
    font-weight: 800;
    color: #000;
    height: 2.5em;
    overflow: hidden;
    margin: 0;
}

.post-entry {
    clear: both;
}

.post-entry p {
    line-height: 24px;
}



.alignleft {
    float: left;
    margin-right: 15px;
}

.aligncenter,.alignleft {
    display: table;
}


#rightside {
    width: 300px;
    padding: 10px;
    background: #e7eaec;
    float: left;
    min-height: 800px;
}

.ad_rec.display_ad {
    width: 300px !important;
    overflow: hidden;
}

.display_ad {
    position: relative;
    margin: 25px auto;
}

.display_ad:before, .display_ad:after{
    position: absolute;
    font: 8px sans-serif;
    right: 0px;
    color: #598ABA;
}



article .display_ad {
    clear: both;
    margin: 20px auto 0;
    display: table;
    padding: 10px 0;
}

.meta-box .display_ad {
    float: right;
    width: 300px;
    height: 250px;
    margin: 10px 0 0 10px;
    padding: 0;
}

.meta-box {
    clear: both;
    background: #ececec;
    padding: 10px 10px 20px 10px;
    width: 568px;
    border: solid 1px #D8D7D7;
    float: left;
    margin: 10px 10px 10px 0;
    display: table;
}

.meta {
    margin-bottom: 10px;
    font-weight: bold;
}

.meta span {
    font-weight: normal;
}

.meta span:after {
    content: ", ";
}

.meta span:last-of-type:after {
    content: "";
}

.poster-thumbs {
    display: table;
    width: 100%;
}

.poster-thumbs ul li {
    display: table;
    margin: 3px;
    padding: 5px 0 0;
    float: left;
    text-align: center;
}

.sidebox {
    width: 300px;
    margin: 10px 0;
    padding: 0 0 10px 0;
}

.sidebox ul {
    background: white;
    width: 280px;
    display: table;
    margin: 0 10px 10px;
    padding: 5px 0;
}

.sidebox h4 {
    font-size: 24px;
    color: white;
    text-align: center;
    line-height: 24px;
    padding: 10px;
    margin: 0;
}

.sidebox ul li {
    padding: 5px 10px;
    font-weight: 800;
    cursor: pointer;
    display: table;
}

.sidebox ul li:hover {
    background: #ececec;
}

.sidebox ul li p {
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color: #535353;
}

.sidebox ul li h5 {
    font-size: 18px;
}

.poster-thumb img {
    width: 66px;
    height: 100px;
    float: left;
    margin: 0px 10px 5px 0;
}

.movie_date.month_date {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 0px;
}

#rating {
    background: black;
    color: white;
    font-size: 18px;
    padding: 3px 6px;
    display: table;
}


#footer_contents {
    margin: 10px;
}



#footer_contents a, #footer_contents p {
    font-size: 14px;
    color: white;
}


#demo h4,#trailer h4,#trailer-home h4,#trailer-box h4,.dl-title,#coming-soon-home h3,#content .vertgrad_gray h4 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 0 #000;
    background: #202020;
    padding: 8px 10px 5px 10px;
    display: block;
    float: none;
    border-bottom: 1px solid #3e3e3e;
    clear: both;
    line-height: 20px;
}

.no-poster {
    width: auto;
    height: 135px;
    border: 2px black solid;
    background: white;
    display: block;
}

.no-poster p {
    color: black;
    font-size: 10px;
    font-weight: bold;
    margin: 30px 5px 0;
    line-height: 18px;
    word-break: break-word;
    position: relative;
    width: auto;
}

.no-poster p:hover {
    height: auto;
    position: relative;
    width: auto;
    margin: 30px 5px 0;
    padding: auto;
    color: black;
    font-weight: bold;
    font-size: 10px;
    background: none;
}


.no-poster-big {
    width:200px;
    height: 300x;
    border: 2px black solid;
    background: white;
    display: block;
    float: left;
    margin: 0 20px 20px 0;
}

.no-poster-big p {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin: 50px 5px 0;
    text-align: center;
    line-height: 24px;
}

.no-poster-big h4 {
    text-align: center;
}


header nav {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: rgb(32,91,131);
    background: -moz-linear-gradient(top,rgba(20,54,77,1) 15%,rgba(4,27,44,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(15%,rgba(20,54,77,1)),color-stop(100%,rgba(4,27,44,1)));
    background: -webkit-linear-gradient(top,rgba(20,54,77,1) 15%,rgba(4,27,44,1) 100%);
    background: -o-linear-gradient(top,rgba(20,54,77,1) 15%,rgba(4,27,44,1) 100%);
    background: -ms-linear-gradient(top,rgba(20,54,77,1) 15%,rgba(4,27,44,1) 100%);
    background: linear-gradient(to bottom,rgba(20,54,77,1) 15%,rgba(4,27,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#205b83',endColorstr='#001f36',GradientType=0);
    padding: 0px;
}

#tbi {
    height: 100%;
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
    position: relative;
}

#tbi-t {
    margin-left: 90px;
    min-height: 35px;
}

#tbi-t ul li {
    display: inline-block;
    list-style: none;
}

.toplinks .sublinks {
    display: none;
}

.toplinks:hover {
    background: black;
}

.toplinks a {
    padding: 0 9px;
    line-height: 40px;
    color: #ededee;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
}

#tbi-b {
    clear: both;
    margin-left: 100px;
}

#tbi-b a {
    padding: 4px 20px;
    display: block;
    float: left;
    background: rgb(10,48,68);
    margin: 3px 0 0 4px;
    color: white;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
    border-top: solid #2F4B5F 2px;
    text-transform: uppercase;
    font-size: 12px;
}


#logo-small {
    width: 90px;
    height: 76px;
    padding: 0!important;
    background: url('/wp-content/themes/wildaboutmovies/layout_images/logo.gif')!important;
    background-size: cover!important;
    position: absolute;
    top: 0;
    left: 0;
}


.sublinks {
    position: absolute;
    display: none;
    height: 30px;
    left: 90px;
    top: 40px;
    right: 0;
}

.sublinks ul {
    background: #d9d9d9;
    white-space: nowrap;
    width: 100%;
    height: 30px;
}

.sublinks ul li:hover {
    background: white;
}

.sublinks ul li:first-of-type {
    padding-left: 10px;
}

.sublinks a {
    line-height: 30px;
    font-size: 18px;
    color: #000;
    border: none;
    padding: 0 5px;
    display: table;
}

.sublinks a img {
    height: 30px;
    display: table;
}

.toplinks.open .sublinks {
    display: block;
}

#open-toggle {
    background: #fff;
    height: 3px;
    margin: -1.5px 0 0 -10px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
}

#open-toggle:before,#open-toggle:after {
    position: absolute;
    background: #fff;
    content: '';
    height: 3px;
    width: 20px;
    left: 0;
}

#open-toggle:before {
    top: -6px;
}

#open-toggle:after {
    bottom: -6px;
}

.menu-collapse {
    cursor: pointer;
    display: none;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
}




@media only screen and (max-width: 768px) {
    body {
        min-width: 730px;
    }

    #outwrap {
        width: auto;
        margin: 15px auto 5px!important;
        padding: 0 10px;
        border: none;
    }


    #outwrap nav a {
        line-height: 14px;
        font-size: 12px;
        vertical-align: middle;
        display: table;
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    #outwrap nav a {
        float: left;
        padding: 10px 6px;
        font-size: 12px;
        margin: 0;
        display: table;
        color: white;
        width: 21%;
        text-align: center;
        height: 28px;
    }

    #wrap {
        width: 100%;
    }

    .sidebox {
        width: 100%;
    }

    .sidebox ul {
        width: 96%;
        margin: 0 2% 10px;
    }

    #content img {
        max-width: 100%;
        height: auto !important;
    }



    #content article:first-of-type {
        margin-top: 0px;
    }

    #content_inside {
        margin: 20px;
    }

    p {
        font-size: 12px;
    }

    #header_ad {
        width: 100%;
        min-height: 10px;
        max-height: 300px;
        margin: 0;
        color: #9B9B9B;
    }




    #wrap {
        background: #fff;
        margin: 0;
        padding: 0;
        min-height: 500px;
        zoom: 1;
    }

    #content,#rightside {
        width: 100%;
        float: none;
        padding: 0;
        display: block;
    }

    #content img {
        max-width: 100%;
    }

    .post-grid a {
        width: 19%;
        padding: 2px .5%;
    }

    #t-meta {
        padding: 10px;
        width: auto;
        float: none;
    }

    #trailer-home {
        margin: 0px;
        width: 100%;
        height: auto;
    }


    footer {
        width: 100%;
        border: none;
        padding: 0px;
    }

    #rightside .display_ad, .meta-box .display_ad  {
        width:300px;
        margin 10px auto;
        display:table;
        float:none;

    }

    .display_ad:after {
        display: none;
    }

    #searchform {
        margin-right: 50px;
    }

    #search_input {
        width: 30px;
    }

    .menu-collapse {
        display: block;
    }

    #tbi-t>ul {
        top: 39px;
        position: absolute;
        background: rgb(8,53,84);
        width: 50%;
        -moz-transition: -moz-transform .4s;
        -o-transition: -o-transform .4s;
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
        left: 100%;
        display: none;
    }

    .open-links #tbi-t>ul {
        display: block!important;
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    #tbi-t ul li {
        display: block;
        list-style: none;
        float: left;
    }

    .sublinks {
        display: block;
        height: auto;
        position: inherit;
    }

    .sublinks ul li:first-of-type {
        padding-left: 0px;
    }

    .sublinks a {
        display: table;
    }

    .sublinks ul {
        display: table;
    };
}

@media only screen and (max-width : 480px) {
    body {
        min-width: inherit;
    }

    p {
        font-size: 12px;
    }

    #fb-top iframe {
        width: 50px;
    }

    #footer_contents {
        width: 100%;
        height: 95px;
        margin: 0 auto;
        display: table;
    }

    .footer_logo {
        margin: 5px auto 10px;
        display:table;
        float:none;
    }

    #footer_contents p {
        margin-bottom: 20px;
        font-size: 14px;
        color: white;
        display: table;
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    #search_input {
        width: 10px;
    }

    #features_img img {
        width: 325px;
        height: 154px;
    }

    .post-grid a {
        width: 32%;
        padding: 0;
    }

    #trailer-box {
        width:100%;
        height: auto;
    }
    #trailer-player div {
        width: 100% !important;
        height: 200px !important;
    }



    #header_ad {
        width: 320px;
        min-width: 320px;
        margin-top:60px;
    }

    #outwrap {
        width: auto;
        padding: 0;
        border: none;
    }

    #content_inside {
        margin: 20px 0;
    }

    #content_inside article {
        margin: 20px 10px;
    }

    .meta-box {
        width: 95%;
    }

    #featured_img img {
        width: 150px;
        height: 225px;
    };


    #featured_img {
        margin: 0 20px 40px 0;
        width: 150px;
        height: auto;
    }

    .meta-box .display_ad {
        margin: 10px auto 20px auto;
    }

}

@media only screen and (max-width : 320px) {
    #trailer-box{
        width: 300px;
        height: auto;
    }

    #trailer-player div {
        width: 300px;
        height: 150px;
    };
}
