/*
Theme Name: Wa Theme
Theme URI: http://www.webalive.com.au/
Description: webAlive Theme
Author: webAlive
Version: 1.3
*/
@font-face {
    font-family:'KGAlwaysAGoodTime-Regular';
    src: url('fonts/KGAlwaysAGoodTime_gdi.eot');
    src: url('fonts/KGAlwaysAGoodTime_gdi.eot?#iefix') format('embedded-opentype'),
    url('fonts/KGAlwaysAGoodTime_gdi.woff') format('woff'),
    url('fonts/KGAlwaysAGoodTime_gdi.ttf') format('truetype'),
    url('fonts/KGAlwaysAGoodTime_gdi.svg#KGAlwaysAGoodTime-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'CelesteHand-Regular';
    src: url('fonts/CelesteHand_gdi.eot');
    src: url('fonts/CelesteHand_gdi.eot?#iefix') format('embedded-opentype'),
    url('fonts/CelesteHand_gdi.woff') format('woff'),
    url('fonts/CelesteHand_gdi.ttf') format('truetype'),
    url('fonts/CelesteHand_gdi.svg#CelesteHand-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2666;
}
@font-face {
    font-family: "Traveling _Typewriter";
    src: url('fontleftmenu/783294678-traveling-typewriter.regular.eot');
    src: url('fontleftmenu/783294678-traveling-typewriter.regular.eot?#iefix') format('embedded-opentype'),
    url('fontleftmenu/783294678-traveling-typewriter.regular.svg#Traveling _Typewriter') format('svg'),
    url('fontleftmenu/783294678-traveling-typewriter.regular.woff') format('woff'),
    url('fontleftmenu/783294678-traveling-typewriter.regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CourierNewPSMT';
    src: url('fonts/cour0.eot');
    src: url('fonts/cour0.eot?#iefix') format('embedded-opentype'),
    url('fonts/cour0.woff') format('woff'),
    url('fonts/cour0.ttf') format('truetype'),
    url('fonts/cour0.svg#cour0') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SpecialElite-Regular';
    src: url('fonts/specialelite.eot');
    src: url('fonts/specialelite.eot?#iefix') format('embedded-opentype'),
    url('fonts/specialelite.woff') format('woff'),
    url('fonts/specialelite.ttf') format('truetype'),
    url('fonts/specialelite.svg#specialelite') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BradleyHandITC';
    src: url('fonts/bradhitc.eot');
    src: url('fonts/bradhitc.eot?#iefix') format('embedded-opentype'),
    url('fonts/bradhitc.woff') format('woff'),
    url('fonts/bradhitc.ttf') format('truetype'),
    url('fonts/bradhitc.svg#bradhitc') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    padding: 0px;
    margin: 0px;
}

html,body{
    text-align: center;
    height: 100%;
    color: #fff;
    font-size: 17px;
    font-family: 'CourierNewPSMT';
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

th, td {
    vertical-align: top;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height:100%;
}

em {
    font-style: italic
}

strong {
    font-weight: bold
}

iframe {
    margin: 0px;
}

div {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    border: none;
    text-decoration: none;
    color: #F7A800;
}

a img {
    border: none;
}

.clear {
    clear: both;
    padding: 0;
    margin: 0;
}

/*START: Sample CSS*/
h1 {
    margin: 0px;
    padding: 0 0 10px 0;
    color: #f7a800;
    font-size:60px;
    font-weight: normal;
    font-family: "CelesteHand-Regular";
}

h2 {
    margin: 0;
    padding:6px 0 10px;
    color: #f4ab19;
    font-size:40px;
    font-weight: normal;
    font-family: "CelesteHand-Regular";
}

h3 {
    margin: 0;
    padding:6px 0 10px;
    color: #f4ab19;
    font-size:28px;
    font-weight: normal;
    font-family: "CelesteHand-Regular";
}

h4 {
    margin: 0;
    padding:6px 0 10px;
    color: #f4ab19;
    font-size:20px;
    font-weight: normal;
    font-family: "CelesteHand-Regular";
}
h5 {
    font-size: 17px;
    color: #f4ab19;
    margin:0;
    padding:0;
    font-family: "CelesteHand-Regular";
}
p {
    margin: 0px;
    padding: 0 0 20px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    font-family: 'CourierNewPSMT';
}
#comments{
    display: none;
}
p a {
    margin: 0;
    padding: 0;
    color:#F4AB19;
    font-size: 17px;
    font-weight: normal;
}

p a:hover {
    text-decoration: underline;
}

ul, ol {
    margin: 0;
    padding: 0 0 9px 0;
}

ul li {
    margin: 0 0 5px 10px;
    padding: 0 0 0 20px;
    color: #fff;
    font-size:17px;
    font-weight: normal;
    list-style: none;
    background: url(images/li_arrow.png) no-repeat 0 5px;
}
#shDisplay #shPrev a
{
    background: url(images/left_arrow.png) no-repeat 0 -2px;
    height: 42px;
    width: 16px !important;
}
#shDisplay #shNext a
{
    background: url(images/right_arrow.png) no-repeat 0 -2px;
    height: 42px;
    width: 16px !important;
}
ol li {
    margin: 0 0 5px 25px;
    padding: 0;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
}

input[type = "text"], input[type = "password"] {
    margin: 4px 0 4px 10px;
    padding: 0 10px 0 10px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #c3c3c3;
    width: 200px;
    height: 29px;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

select {
    margin: 4px 0px 20px 0px;
    padding: 0 0 0 7px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #c3c3c3;
    width: 222px;
    height: 25px;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
font-family: 'CourierNewPSMT';
}

textarea {
    margin: 4px 0 4px 10px;
    padding: 0 10px 0 10px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #c3c3c3;
    width: 200px;
    height: 100px;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

input[type = "checkbox"] {
    margin: 4px 7px 4px 10px;
    position: relative;
    top: 2px;
}

input[type = "radio"] {
    margin: 4px 7px 4px 10px;
    position: relative;
    top: 2px;
}

input[type = "button"], button, input[type = "submit"] {
    height:30px;
    line-height:30px;
    vertical-align:middle;
    padding:0 30px;
    color: #000;
    font-size:15px;
    cursor: pointer;
    font-family: Courier New;
    border:none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    background:url(images/submit-button-normal.png) repeat-x  left top;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radiust:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.ngg-galleryoverview h3{
    font-size: 20px;
    color: #ccc;
}

.page-id-58 input[type="text"]{
    width: 95% !important;
}
.page-id-58 textarea{
    width: 95% !important;
}
.page-id-58 input.wpcf7-captchar{
    width: 250px !important;
}
.page-id-58 select{
    width: 100% !important;
    padding: 5px;
    height: auto;
    color: #000;
    font-size: 13px;
    line-height: 25px;
}
.banner_bottom_rightSide input[type = "button"], button, input[type = "submit"] {
    height:30px;
    line-height:30px;
    vertical-align:top;
    padding:0 30px;
    color: #000;
    font-size:15px;
    cursor: pointer;
    font-family: Courier New;
    border:none;
    text-shadow:none;
    background:url(images/submit-button-normal.png) repeat-x  left top;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radiust:4px;
    -o-border-radius:4px;
    border-radius:4px;

}
input[type = "button"]:hover, button:hover, input[type = "submit"]:hover {
    background:url(images/submit-button-hover.png) repeat-x  left top;
    color: #000;
}

a.button {
    margin: 2px 0 2px 10px;
    padding: 7px 23px 7px 23px;
    border: none;
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    background:#F4AB19;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

a.button:hover {
    text-decoration: none;
    color: #ffffff;
}
/* Form Element End Here */
fieldset {
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin: 10px 0 5px 0;
}
.contact-page p{
    padding: 0;
}
legend {
    margin: 0px;
    color: #04509B;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 0 5px;
}
hr {
    border:none;
    height:1px;
    border-top: 1px dashed #e0e0e0;
}
.right_alain_image_div {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}

.right_alain_image {
    position: relative;
    left: 0px;
    top: 0px;
    width: 270px;
    height: 229px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    float: right;
    margin-left: 20px;
}

.right_alain_image img {
    position: absolute;
    left: 10px;
    top: 10px;
}
.page-details-text{
    margin: 0px;
    padding: 0 0 20px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    font-family: 'CourierNewPSMT';
}
/*END: Sample CSS*/

/* Parent Div Start Here  */
#container {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    min-width: 1000px;
    text-align: center;
    overflow:hidden;
    min-height: 100%;
}
* html #container {
    height: 100%;
    overflow-y: auto;
}

#page-body-bg-image {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
* html #page-body-bg-image {
    position: absolute;
}
.feature-image img{
    width: 200px;
    float: left;
    margin-right: 25px;
}
.category-info-{
    padding:0 0 20px 0;
}
.each-blog{
    overflow: hidden;
    border-top: 1px solid #666;
    padding: 15px 0;
}
.blog-left img{
    max-width: 150px;
    max-height: 150px;
}
.blog-left {
    float: left;
    margin-right: 15px;
}
.blog-right h2{
    font-size: 22px;
}
#content-left {
    position: absolute;
    left:40px;
    top: 0;
    width:242px;
    z-index: 1;
}
#content-full-screen {
    margin:0px 0 0 290px;
    padding-left:15%;
    padding-right:15%;
    position: relative;
    text-align: center;
    min-width:750px;
    position: static;
    padding-bottom: 160px;
}
#content-full-screen-body{
    margin: 0 auto;
    min-height: 680px;
    margin-bottom: 0px;
}
#footer {
    bottom: 0;
    height: 164px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    background:url(images/footer-background.jpg) repeat-x center  bottom;
}
#footer_body {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    background:url(images/footer-background.jpg) repeat-x center  bottom;
}
.main-content{
    background: url("images/header-bg.png") repeat scroll 0 0 transparent;
    padding: 40px;
    margin-top:80px;
    margin-bottom:20px;
    position:relative;
}
.page-id-65 h1{ font-size:30px;}
.news-listing-content{
    background: url("images/header-bg.png") repeat scroll 0 0 transparent;
    padding: 40px;
    margin-top:80px;
    margin-bottom:20px;
    position:relative;
}
.page-details-content{
    background: url("images/header-bg.png") repeat scroll 0 0 transparent;
    padding: 40px;
    margin-top:80px;
    margin-bottom:20px;
    position:relative;
}
.page-details-left{
    float:left;
}
.page-details-left img{
    width:345px;
    height:270px;
    margin: 0 20px 0 0;
}
.page-details-text img{
    width:380px;
    height:380px;
    border: 5px solid #555555;
}
.location td, .location th {
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
    width: 200px;
    border-bottom: 1px dotted #666666;
}
.location th {
    font-size: 20px;
    color: #F4AB19;
}
.gallery a{
    margin: 13px;
    border: 8px solid #444;
    display: inline-block;
    line-height: 0;
    width: 220px;
    cursor: pointer;
    height: 190px;
    overflow: hidden;
    vertical-align: middle;
}
.gallery a img{
    width: 220px;
    height: auto;
}
/* Parent Div End Here  */

/* START:footer  */
.webalive-logo{
    padding-top: 5px;
}
.webalive-logo img{
    vertical-align: middle;
}
.webalive-logo span {
    color: #999;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}
.copyright {
    color: #999;
    font-size: 12px;
    line-height:20px;
    text-align: left;
    text-decoration: none;
}
.footer-right-message{
    color: #666565;
    font-size:20px;
    line-height:23px;
    text-align: center;
    text-decoration: none;
    font-style:italic;
    font-weight:bold;
    font-family: 'BradleyHandITC';
}
h2.post-title{
    font-size: 25px;
}
.footer-circlebox{
    text-align:center;
    padding:0;
    float: left;
    width: 800px;
}
.circle-block{
    width:149px;
    height:169px;
    float:left;
    background:url(images/circle-block.png) no-repeat;
    top:-20px;
    margin:0 0 0 10%;
    position:relative;
}
.circle-block a{
    width:111px;
    display: block;
    height:72px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding:5px 15px 15px 13px;
    text-align: center;
    font-family: "CelesteHand-Regular";
}
.circle-block.gallerybox > h3 {
    margin-top: 50px;
}
.circle-block.franchise > h3 {

}
.circle-block h3{
    padding:0;
    margin:36px 0 0;
    color:#F4AB19;
    text-align: center;
    text-decoration: none;
    font-size:28px;
    text-shadow:0 0 10px #000;
}
.circle-block h3 a{
    color:#F4AB19;
    text-transform:uppercase;
    text-align: center;
    text-decoration: none;
    font-size:28px;
    text-shadow:0 0 10px #000;
    outline:none;
}
/* END:footer  */
.leftbox{
    width:242px;
}
.leftbox-title{
    width:242px;
    height:280px;
    background:url(images/leftboxbg.png)  repeat-y;
}
.leftbox-body{
    width:242px;
    background:url(images/leftboxbg.png)  repeat-y;
    padding-bottom:50px;
}
.leftbox-footer{
    width:242px;
    height:122px;
    background:url(images/leftbox-footer.png)   no-repeat;
    position:relative;
    text-align:center;
}
.leftbox-footer  a {
    margin:0 0 0 7px;
    float:left;
}
.social-links{
    float:left;
    margin-left:10px;
}
.logo{
    padding:45px 0 0;
    text-align:center;
}
.leftbox-body ul{
    padding:0;
    margin:0;
}
.leftbox-body li{
    position: relative;
}
.leftbox-body li ul{
    display: none;
    position: absolute;
    left: 219px;
    background: rgba(0,0,0, .8 );
    top: 0;
}
.leftbox-body li:hover ul{
    display: block;
}
.leftbox-body li{
    width:200px;
    padding:0;
    margin:0 0 0 22px;
    background:none;
    display:block;
    padding-right: 20px;
}
.leftbox-body li a{
    color: #ffd602;
    font-size:28px;
    line-height:30px;
    text-align: left;
    text-decoration: none;
    border-bottom:1px dashed #433c3d;
    display: block;
    padding:10px  0;
    font-family:'CelesteHand-Regular';
}
.leftbox-body li a:hover{
    color:#fff;
}
.leftbox-body li.current-menu-item a{
    color:#fff;
}
.home-content{
    width:633px;
    padding:20px;
    height:293px;
    background:url(images/home-content.png)   no-repeat;

    position:absolute;
    right:44px;
    top:366px;
    z-index:200;
}
.page-id-8 #content-full-screen{
    width:870px;
}

.arrow-right {
    position: absolute;
    right: -25px;
    top: 205px;
    cursor:pointer;
}

.arrow-left{
    position: absolute;
    left: -25px;
    top: 205px;
    cursor:pointer;
}
.toplink-box{
    padding-left:20px;
    height:35px;
    background:url(images/toplink-box.png)   no-repeat;
    position:absolute;
    right:2%;
    top:0px;
    z-index:200;
}
.toplink-box ul{
    padding:0;
    margin:0;
    text-align:center;
}
.toplink-box li{
    padding:0;
    margin:0  20px 0 0;
    background:none;
    float: left;

    color: #fff;
    font-size:16px;
    font-weight:normal;
    line-height:30px;
    text-align: center;
    text-decoration: none;
}

.toplink-box img {
    vertical-align: middle;
}
.toplink-box li a{
    color: #fff;
    font-size:16px;
    font-weight:normal;
    line-height:30px;
    text-align: left;
    text-decoration: none;
}

#footer-left-content{
    z-index: 200;
    margin-top: 80px;
    margin-left: 25px;
    float: left;
    width: 430px;
}
#footer-right-content{
    margin-top: 80px;
    margin-right: 25px;
}
#mc_embed_signup div.mce_inline_error{
    background: red;
}
.logo a{
    outline:none;
}
/*START:contact us pages*/
.form_mail .wpcf7-submit {
    height:30px;
    line-height:30px;
    vertical-align:middle;
    padding:0 30px;
    color: #000;
    font-size:15px;
    cursor: pointer;
    font-family: Courier New;
    border:none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    background:url(images/submit-button-normal.png) repeat-x  left top;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radiust:4px;
    -o-border-radius:4px;
    border-radius:4px;

}
.form_mail .wpcf7-submit:hover{
    background:url(images/submit-button-hover.png) repeat-x  left top;
    color: #000;
}
.page-id-56 .capture-box
{
    margin-top: 0;
}
.page-id-56 textarea {
    height: 120px;
    line-height:20px !important;
}
h6{
    font-size: 20px;
    font-weight: bold;
    color: #F4AB19;
}
.page-id-7 #content-full-screen{
    width: 850px;

}

.form_mail .wpcf7-submit{
    float:left;
}
.form_mail label {
    color: #DADADA;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}
.form_mail label span{
    color:red;
    padding-left:5px;
}
.form_mail textarea{
    width:290px;
    padding-top: 3px;
}
.form_mail input[type="text"],.form_mail  input[type="password"],.form_mail  input[type="email"]{
    width:290px;
    height: 30px;
    color: #888;
}

.form_mail span.wpcf7-not-valid-tip{
    top:-22%;
}
.form_mail input[type=text],.form_mail input[type=password],.form_mail input[type=email],.form_mail input[type=url],.form_mail input[type=number],.form_mail textarea {
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width:300px;
    color: #555;
    margin-left: 0;
    border:1px solid #53503c;
    display:block ;
    margin-bottom: 13px;

}
.capture-box {
    float: left;
    background: #fff;
    -moz-box-shadow: inset 0 1px 1px #333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    color: #888;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    margin-top: 0px;
}
.capture-box img{
    float:none;
    vertical-align:middle;
    margin: 0;
}
.post-18  .capture-box{
    margin-top: 4px;
}
span.captcha-1  input[type=text]{
    width: 100px;
}
div.wpcf7-mail-sent-ng{
    color:#000;
    background:#fff;
}
span.wpcf7-not-valid-tip{
    margin-top: -28px;
    color:#000;
}
div.wpcf7-validation-errors {
    background:#FFFFFF;
    border: 2px solid #F7E700;
    color: #000000;
}
.contact-page .text-574 .wpcf7-text{
    width:185px;
}
.capture-wrap input{
    width:185px !important;
}
.home #content-full-screen{
    float: right;
    width: 650px;
    padding: 0;
    min-width:auto;
    margin-right: 2%;margin-top: 100px;
    margin-bottom: auto;
}
/*END :contact Us pages*/
.news-listing-content .news-listing-item{
    padding:10px;
    margin-bottom:30px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radiust:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.news-listing-img{
    float:left;
    margin: 0 26px 0 0 ;
    z-index:99999999;
}
.news-listing-text h2 a{
    color:#F4AB19;
}
.news-listing-text h4{
    display:none;
}
/*START:store Locations*/
.storelocation_wrap {
    position: relative;
    border:2px solid white;
    background:#1d1d1d;
}
.store-title{
    padding: 10px;
}
.store-title h1{
    color: #FFFFFF;
    text-align:center;
    text-transform:uppercase;
    margin-top: 20px;
}

.store_address {
    clear: both;
    color: #FFFFFF;
    min-height: 238px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.store_address .col {
    float: left;
    overflow: hidden;
    width: 500px;
}
.store_address .address_map {
    float: right;
    height:200px;
    padding: 19px 14px 0 0;
    width: 250px;
}
.storename {
    color:#fff;
    font-size: 54px;
    font-weight: normal;
    padding-top: 18px;
    text-transform:uppercase;
}
.store_address p {
    float: left;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -1px;
    padding-top:0;
    width: 500px;
    word-spacing: 1px;
}
.red_color {
    color: #C00A27;
    font-weight: bold;
    text-transform: uppercase;
    position:relative;
    left: -2px;
}
hr {
    margin: 0;
}
.currentTextHolder {
    color: #666;
}

.gallery-content{ overflow: hidden;}
.gallery-content img{
    max-width:241px;
    max-height:167px;
    overflow:hidden;
    background:#3f3f3f;
}
.gallery-content h3{
    width:241px;
    height:48px;
    background:#3f3f3f url(images/block-title.png) no-repeat;
    color:#f7a800;
    font-size:30px;
    text-align:center;
    line-height:54px;
    font-family:'CelesteHand-Regular';
    overflow:hidden;
    margin: 0;
    padding: 0;
    position:relative;
    top:-4px;
}
.gallery-content p{
    margin: 0;
    padding: 0;
}
.gallery-content ul{
    margin: 0;
    padding: 0;
}
.gallery-content li {
    background:none;
    float: left;
    height: 219px;
    margin: 0;
    padding: 0 0 15px 15px;
    vertical-align: top;
    width: 241px;
}
.blockbg a{
    background: url("images/rozzis-logo.png") no-repeat scroll right bottom #f7a800;
    color: #000000;
    display: block;
    font-family: "CelesteHand-Regular";
    font-size: 43px;
    height: 152px;
    padding: 64px 20px 0;
    text-align: center;
}
/*END:store locations*/

@media screen and (max-width: 1220px){

    #content-full-screen{
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media screen and (max-width: 1100px){

    .circle-block {
        margin: 0 2% 0 0;

    }
    #content-full-screen{
        padding-left: 0%;
        padding-right: 5%;
    }

}
@media screen and (max-width: 1024px){
.home #content-full-screen{
    float: left;
    width: 650px;
    padding: 0;
    min-width:auto;
    margin-right: 2%;
    margin-top: 100px;
    margin-bottom: auto;
    margin-left: 290px;
}
}

}
.ngg-galleryoverview h3{
    text-align:center;
}
.main-content #searchform #s{
    margin-top: 0;
}
.main-content #searchform label{
    font-size:21px;
}
#shCloseBtn a
{
margin:0 !important;
}
#shCloseBtn
{
text-align:right;
position:relative;
}
#shCloseBtn img
{
position:absolute;
  right: -22px;
    top: -15px;
}
#full-page {
    height: 100%;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: -1;
}
#full-page .banner_list,#full-page .banner_list li{
    padding:0;
    margin:0;
    background:none;
}
.contact_fullpage{
    width:100%;
    overflow:hidden;
}
.contact_left{
    width:48%;
    float:left;
}
.contact_right{
    width:48%;
    float:right;
}
#post-10 h1{
    display:none;
}
.storelocation_fullpage {
    overflow: hidden;
}
.storelocation_left{
    width:560px;
    float:left;
}
.storelocation_left li label{
    width:200px;
    float:right;
    text-align:left;
}
.storelocation_left > ul {
    margin: 0;
    padding: 0;
}
.storelocation_left li {
    background: none ;
    border-bottom: 1px dotted #555555;
    margin: 0;
    padding: 8px 0;
}
.storelocation_left li strong{
    color:#F4AB19;
}
.storelocation_right {
    border-left: 2px dotted #FFFFFF;
    float: left;
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
    width:45%;
}
.feedback_fullpage{
    width:100%;
    overflow:hidden;
}
.feedback_left{
    width:48%;
    float:left;
    position:relative;
}
.feedback_right{
    width:48%;
    float:right;
    position:relative;
}
.franchise_famiglia_form_fullpage{
    width:100%;
    overflow:hidden;
}
.franchise_famiglia_form_left{
    width:48%;
    float:left;
    position:relative;
}
.franchise_famiglia_form_right{
    width:48%;
    float:right;
    position:relative;
}
#wpcf7-f66-p56-o1 .form_mail input[type="text"],#wpcf7-f66-p56-o1  .form_mail input[type="password"],#wpcf7-f66-p56-o1  .form_mail input[type="email"]{
    width:100%;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.location_content{
    display: none;
}
#Locations{
    background:none;
}
#locations_accordion{
    width: 45%;
    float:left;
    padding:2px 2px;
}
.location-title{
    margin:0 0 1px 0;
    padding:0 10px;
    height: 32px;
    background:#313131 url(images/location-btn-normal.png) no-repeat 97% 9px;
    cursor:pointer;
    overflow:hidden;
}
.location-title.active,.location-title:hover{
    background:#313131  url(images/location-btn-active.png) no-repeat  97% 9px;
}

.location-title span {
    color: #fff;
    display: block;
    font-size: 23px;
    height: 32px;
    line-height: 29px;
    overflow: hidden;
    width: 90%;
}
.location-title.active{
    margin:0;
    border-radius:0;
}
.location-title.active span,.location-title:hover span{
    color:#F4AB19;
}
.location_content{
    padding:17px 15px;
    background: url(images/header-bg.png) repeat;

    color:#fff;
    font-size:16px;
    line-height:18px;
}
.opening_hours{
    padding:17px 0 10px 0 ;
    color:#fff;
    font-size:16px;
    line-height:18px;
}

.opening_hours .heading{
    color:#F4AB19;
    font-size:18px;
    padding:20px 0 4px 0;
}

.location_content .opening_hours   p {
    padding: 0;

    color: #FFFFFF;
    font-family: 'CourierNewPSMT';
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    text-align: left;
}
.gmap_area {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    margin: 10px 0 0;
    padding: 1px;
}
/*start*/
.location_menu{
    width:100%;
    overflow:hidden;
    padding:8px 0 7px 0;
}
.location_menu ul{
    padding:0;
    margin:0;
}
.location_menu li{
    padding:0;
    margin:0 0 5px 0;
    background:none;
    float:left;
}
.location_menu li a{
    float:left;
    height:30px;
    line-height:32px;
    vertical-align:middle;
    padding:0 8px;
    margin:0 5px 0 0;
    color: #333;
    font-size:14px;
    cursor: pointer;
    text-align:center;
    font-family: 'SpecialElite-Regular';
    border:none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);


    background-color:#febc3c;
    background-image: -webkit-linear-gradient(top,#febc3c 0%, #eaa110 100%);
    background-image: -moz-linear-gradient(top,#febc3c 0%,#eaa110 100%);

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radiust:3px;
    -o-border-radius:3px;
    border-radius:3px;


    box-shadow:0 2px 0 0 #fece70 inset;
    -webkit-box-shadow:0 2px 0 0 #fece70 inset;
    -moz-box-shadow:0 2px 0 0 #fece70 inset;
}
.location_menu li a:hover{
    background-color:#eaa110;
    background-image: -webkit-linear-gradient(top,#eaa110 0%, #febc3c 100%);
    background-image: -moz-linear-gradient(top,#eaa110 0%,#febc3c 100%);
}
/*end*/

/*newsletter start */
#mc_embed_signup
{
    background: none !important;
    width: 472px !important;
    float: right;
    clear: inherit !important;
    margin-right: 10px !important;
}
#mc_embed_signup_scroll
{
    position: relative !important;
    max-width:438px !important;
    top: 62px !important;
}
#mc_embed_signup .clear {
    right: 0 !important;
    top: 16px !important;
    position: absolute !important;
}
#mc_embed_signup .mc-field-group
{
    width: 100%;
}
.mc-field-group h2
{
    padding-right: 7px !important;
}
.mc-field-group h2
{
    display: inline-block;
    font-size: 25px !important;
}
#mc_embed_signup .button
{
    font-family: "CelesteHand-Regular" !important;
    font-weight: normal !important;
    font-family: "CelesteHand-Regular" !important;
    font-size: 25px !important;
    font-weight: normal !important;
    line-height: 14px !important;
    padding: 6px !important;
    width: 100px !important;
    height: 36px !important;
    color:#000 !important;

}
.mc-field-group input
{
    width: 220px !important;
}
#mc-embedded-subscribe
{
    border-radius: 80px !important;
    background: #f4ab19 !important;
    font-family: "CelesteHand-Regular" !important;
}
#mc_embed_signup input
{
    color: #5b5b5b;
    border: none !important;
    border-radius: 80px;
    background: #111111;
    min-height: 30px !important;
    font-size: 15px;
    display: inline-block !important;
    font-family: "CourierNewPSMT" !important;
    padding: 5px 8px !important;
}
/*newsletter end*/


/*testimonials start*/

#wpcr_commentform
{
    margin-top: 25px;
    margin-bottom: 25px;
}
#wpcr_commentform table tr td
{
    padding: 5px 0;
}
#wpcr_check_confirm small
{
    display: none;
}
#wpcr_postcomment
{
    color: #f4ab19;
    font-size: 18px !important;
    padding-bottom: 19px;
}
.page-id-416 hr
{
    height: 1px !important;
    border-bottom: 1px dashed #433c3d !important;
}
.hreview{
    margin-bottom: 15px !important;
}
#wpcr_button_1
{
    margin: 8px 0 !important;
}
/*testimonials end*/

@media screen and (max-width:1750px) {
    #footer-left-content
    {
        width: 250px;
    }
}
@media screen and (max-width:1565px) {
    .footer-circlebox
    {
        width: 600px;
    }
    .circle-block
    {
        margin: 0 0 0 8%;
    }
}
@media screen and (max-width:1350px) {
    .footer-circlebox
    {
        width: 500px;
    }
    .circle-block
    {
        margin: 0 0 0 3%;
    }
    #mc_embed_signup{
        width:452px !important;
    }
    #mc_embed_signup_scroll{
        max-width: 400px !important;
    }
    #mc_embed_signup{
        width: 420px !important;
    }
}
@media screen and (max-width:1220px) {
    .circle-block
    {
        margin: 0 0 0 0;
    }
    .footer-circlebox{
        width: 450px;
    }
}
@media screen and (max-width:1156px) {
    #mc_embed_signup {
        width: 380px !important;
    }
    #footer-left-content{
        margin-left: 7px;
    }

}


/*start:*/
.food-content-area {
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 20px;
}
.food-content-area p{
    padding:0;
}
.food-table{
    width:100%;
}
.food-table h3 {
    font-size: 23px;
    margin: 0;
    padding:0;
    text-transform: uppercase;
}
.food-table h3  span{
    color:#777;
    font-size:13px
}

.food-table td {
    border-bottom: 1px solid #333;
    padding:15px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
}

.food-content-area strong {
    color:#f4ab19;
    font-size: 16px;
    padding: 0 0 10px;
}
.food-content-area strong  span{
    color:#fff;
}
.food-table td strong.gf_text{
    color:#f4ab19;
    font-size: 13px;
}
.food-align{
    text-align:center;
}
.food_sub_head {
    border-top: 1px solid #f4ab19;
    font-size: 60px;
    margin:80px 0 20px 0;
    padding: 0;
    text-align: center;
}
.food_sub_sub_head {
    font-size: 35px;
    text-align: center;
}
.food-table h3.food_sub_sub_head {
    font-size:45px;
    text-align: center;
}
.food-table td small{
    color:rgba(255, 255, 255, 0.7);
    font-size:12px;
}
.page-id-441 .food-table h3.food_sub_sub_head{
    border-top: 1px solid #f4ab19;
    padding-top:15px;
}
.page-id-425   h3.food_sub_sub_head{
    border-top: 1px solid #f4ab19;
    margin-top: 12px;
}
.food_brand_name{
    text-align:center;
    color:rgba(255, 255, 255, 0.7);
    font-size:25px;
}
.footer-top-link a{
     font-size: 15px;
}
.footer-top-link a:hover{
	color:#fff;
}
.footer-top-link{
    margin-bottom: 10px;
}
/*end:*/