/*

Theme Name: optimus_theme

Author: Luke Hopkins

Author URI: http://www.optimus-pm.com;

Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready

*/

.smo ul {
    margin: 0 auto;
    width: 200px;
    padding: 0px;
}

.smo ul li {
    padding: 15px 5px;
    list-style: none;
    float: left;
}

.logo>a {
    display: inline-block;
}

.logo>a:nth-child(2) {
    padding-left: 25px;
}


/*new add*/

.heading.main-heading {
    background: #6CA711;
    color: #fff;
}

.home .heading h1 .large {
    font-size: 30px;
}

.home .heading h1 {
    font-size: 20px;
    line-height: 30px;
}

.main-nav {
    padding: 0 40px 15px;
    background: url("img/menu_bg_left.png") no-repeat left top, url("img/menu_bg_right.png") no-repeat right top;
    margin-top: 10px;
}

.hori-list>li>a {
    color: #fff;
    font-size: 12px;
    line-height: 43px;
    margin: 0;
    padding: 0 10px;
}

.main-nav .hori-list>li {
    border: none;
}

.main-nav ul.hori-list {
    margin: 0;
}

.hori-list>li>a:hover,
.hori-list>li.current-menu-item>a {
    background: #6CA711;
    color: #fff;
}

.main-nav .hori-list {
    background: #292929;
}

.main-nav .sub-menu {
    background: #6CA711;
    left: 0;
    padding: 0;
    max-height: 650px !important;
}

.main-nav .sub-menu li a:hover {
    color: #fff;
    background: #292929;
    display: block;
}

.main-nav .sub-menu li a {
    border-bottom: 1px solid #D60084;
    font-size: 15px;
    padding: 10px;
}

.slider_title>h3 {
    color: #fff;
    font-size: 82px !important;
    font-weight: 400;
}

.slider_text {
    font-size: 33px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
}

.slider_title>h3>span {
    color: #f1842b;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background-color: #6CA711;
    color: #fff;
    font-size: 15px !important;
    font-weight: 200;
    text-transform: uppercase;
}

.slick-dots {
    margin: 20px 0 0;
}

.featured {
    padding-bottom: 10px;
}

.featured-img img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    max-height: 150px;
    width: auto !important;
}

.featured-img {
    display: table;
    height: 150px;
    width: 100%;
    background: #dddddd;
}

.featured-img>a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tickets.featured-image img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    width: auto !important;
}

.tickets.featured-image {
    display: table;
    height: 100%;
    width: 100%;
    background: #dddddd;
}

.tickets.featured-image>a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.heading h4 {
    padding: 37px 0 0;
}

.heading h4 .readmore.button {
    margin-bottom: 0;
}

.readmore.button {
    background: #6CA711;
}

.home-offers .three.columns.item-wrapper {
    float: left;
}

.hottest h4 {
    color: #000;
    font-size: 25px;
    text-align: left;
}

.home-offers .row.hottest {
    font-size: 15px;
    text-align: left;
}

.home-offers .row.hottest a {
    color: #000;
}

.home-offers .row.hottest li {
    list-style: none;
}

.home-offers .row.hottest ul {
    margin-bottom: 0;
}

.row.hottest {
    margin-top: 30px;
}

.hottest h4 {
    margin-bottom: 20px;
}

.brands_ul>li {
    border: 1px solid;
    display: inline-block;
    margin: 1%;
    vertical-align: middle;
    width: 11.5%;
}

.home-offers .brands_list {
    font-size: 15px;
    text-align: left;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    margin-top: 30px;
}

.brands_list>h4 {
    padding: 15px 15px 12px;
    border-bottom: 1px solid #ddd;
    background: #f1f1f1;
    border-radius: 7px 6px 0 0;
}

.brands_ul_text {
    padding: 17px 0 0 20px;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
}

.brands_ul_text>li>a {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}

#tabs {
    width: 100%;
    height: 30px;
    border-bottom: solid 1px #CCC;
    padding-right: 2px;
    margin-top: 30px;
}

a {
    cursor: pointer;
}

#tabs li {
    float: left;
    list-style: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-right: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    outline: none;
}

#tabs li a {
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 8px;
    display: block;
    background: #FFF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-decoration: none;
    outline: none;
}

#tabs li a.inactive {
    padding-top: 5px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    color: #666666;
    background: #EEE;
    outline: none;
    border-bottom: solid 1px #CCC;
}

#tabs li a:hover,
#tabs li a.inactive:hover {
    color: #5685bc;
    outline: none;
}

.tab-data {
    clear: both;
    width: 100%;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    text-align: left;
    padding-top: 20px;
}

.tab-data h2 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #5685bc;
}

.tab-data p {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: small;
}

.tab-data ul {
    margin-left: 25px;
    font-size: small;
    line-height: 1.4;
    list-style-type: disc;
}

.tab-data li {
    padding-bottom: 5px;
    margin-left: 5px;
}

.camera_pag {
    display: none;
}

.text-offer {
    background: #fff;
    padding: 15px;
}

.google_add_left {
    position: absolute;
    left: 0;
    width: 120px;
    height: 100%;
    z-index: 999;
    top: 1%;
    overflow: hidden;
}

.google_add_right {
    position: absolute;
    right: 0;
    width: 120px;
    height: 100%;
    z-index: 999;
    top: 1%;
    overflow: hidden;
}

.text-offer {
    background: #fff none repeat scroll 0 0;
    max-height: 310px;
    overflow-x: hidden;
    padding: 15px;
}

main {
    position: relative;
}

.google_add_left>aside ins,
.google_add_right>aside ins {
    margin-bottom: 145px;
}


/* LTD Tickets CSS */

.ukds-product-grid-title {
    white-space: nowrap;
    font-size: 16px;
}

.ukds-product-grid-title a {
    color: #202020;
    font-weight: bold;
}

.ltd_tips .qtip-content {
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.ukds-product-grid-venue a {
    font-size: 13px;
}

.ukds-product-grid-price.button {
    margin-top: 5px;
}

.theatre-categories {
    margin-top: 7px;
}

@media(max-width:1366px) {
    .container {
        max-width: 1110px;
    }
}

@media(max-width:1314px) {
    .google_add_right,
    .google_add_left {
        display: none;
    }
}

@media(max-width:1150px) {
    .hori-list>li>a {
        padding: 0 10px;
    }
}

@media(max-width: 1110px) {
    .logo {
        text-align: center !important;
        width: 100% !important;
    }
    .main-nav {
        width: 100% !important;
        padding: 0;
    }
}

@media(max-width:950px) {
    .brands_ul_text {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
    }
}

@media(max-width:767px) {
    .main-nav {
        background: none;
        margin-top: 0;
        padding: 0;
    }
    .icon-menu::before {
        color: #000;
        font-size: 32px;
    }
    .banner .item-wrapper {
        float: left;
    }
    .brands_ul>li {
        width: 21.5%;
    }
    .brands_ul_text {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }
    .main-nav .hori-list.open {
        max-height: 1820px;
    }
    .main-nav .sub-menu {
        max-height: 0 !important;
    }
    .main-nav .sub-menu.open {
        max-height: inherit !important;
    }
    #menu-item-3459>ul:nth-child(3),
    #menu-item-3459>ul:nth-child(4) {
        display: none !important;
    }
}

@media(max-width:500px) {
    .logo>a:nth-child(2) {
        padding-left: 5%;
        width: 20%;
    }
    .logo>a:nth-child(1) {
        width: 65%;
    }
    .brands_ul_text {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
}