/*
Theme Name: Bethesda
Theme URI: http://bethesda.com/
Author: Sameer Humagain
Author URI: http://www.hsameer.com.np/
Description: Bethesda Theme.
Version: 1.0
License: Sameer Humagain Regular & Extended License 
 Text Domain: bathesda
*/ 

/* Table of Content
==================================================
        #Reset & Basics
        #Basic Styles
        #Site Styles
        #Typography
        #Links
        #Lists
        #Images/Medias
        #Helper classes
        #Basic WordPress Classes
        #Buttons
        #Forms
        #Misc
        -----------------------------------------------
        #Site Styles
        #Page Styles
        #Media Queries
        #Font-Face
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
body {
    line-height: 1; }
ol, ul {
    list-style: none; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }


/* #Basic Styles
================================================== */
body {
    background: #f2efe5;
    font: 15px/20px 'TrebuchetMS';
    color: #666663;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* Highlight Color */
::-moz-selection{ background: #014160; color:#fff; text-shadow: none; }
::selection { background:#014160; color:#fff; text-shadow: none; }
/* Device onclick */	
a:link { -webkit-tap-highlight-color: #014160; }


/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #09609c;
    font-family: 'yanone_kaffeesatzregular';
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 27px;}
h2 { font-size: 25px;}
h3 { font-size: 22px;}
h4 { font-size: 20px;}
h5 { font-size: 17px;}
h6 { font-size: 14px;}
.subheader { font-family: 'yanone_kaffeesatzthin'; margin-bottom: 20px;}

p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
a { color: #333; text-decoration: none; outline: 0; }
a:visited { color: #fff; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #fff; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* #Images
================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto;
    width:auto;
}

/* #Helper classes
================================================== */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.col { display:inline; float:left;}	

/* #Basic WordPress Classes
================================================== */
/* Aligns, prev next links */
.alignleft {float:left;}
.alignright {float:right;}
.aligncenter, div.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;}
.navigation, .comment-navigation {display: block;clear:both;}
.navigation {	margin-top: 40px; padding-bottom: 70px;	}
.comment-navigation {margin-top: 15px;	padding-bottom: 5px;}		
.navigation a, .comment-navigation a {}
.navigation a:hover, .comment-navigation a:hover {}
.attachment a { border:0}
.navigation a img {border-radius:0; border:none}
.navigation-image a {border:none}	

/* images */
p img { padding: 0; max-width: 100%;}
img.centered { display: block; margin-left: auto; margin-right: auto;}
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline;}
img.alignleft {	padding: 4px; margin: 0 7px 2px 0; display: inline; }
.image-holder.alignright { margin: 0 0 10px 15px; display: inline;}
.image-holder.alignleft { margin: 0 15px 10px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }

/* Captions */
.wp-caption {	border: 1px solid #ddd;	text-align: center;	background-color: #fafafa;	padding-top: 5px;	margin: 5px 25px 25px 0px;	-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;}
.wp-caption img {	margin: 0;	padding: 0;	border: 0 none;}
.wp-caption p.wp-caption-text {	font-size: 10px; line-height: 16px;	padding: 4px 4px 5px 0;	margin: 0; color:#666;}

/* Various Tags & Classes */
acronym, abbr, span.caps { cursor: help;}
acronym, abbr {	border-bottom: 1px dashed #999;}
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd;}
blockquote cite { margin: 5px 0 0; display: block;}
.center { text-align: center;}
.hidden { display: none;}	
.screen-reader-text { position: absolute; left: -1000em;}

/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearboth{
    clear: both;
}
/* #Buttons
================================================== */

.button,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: 1px solid #6d87b6;
    color: #fff !important;
    background: #09609c;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'yanone_kaffeesatzregular';
    line-height: 1;
    padding: 15px 18px 13px;
    display: inline-block;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #054e81;
    color: #fff  !important;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    background: #1084d4;
    color: #fff  !important; 

}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* #Forms
================================================== */

form {
    margin-bottom: 20px; }
fieldset {
    margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #c06953;
    padding: 10px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    color: #444;
}
textarea {
    min-height: 60px; }
label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;  }
select {
    width: 220px; }
input[type="checkbox"] {
    display: inline; }
label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }

/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }



/* #header
================================================== */
.container{
    width: 960px;
    margin: 0 auto;
}
#logo{
    padding: 20px 0;
    display: inline-block;
}
.quick-contact{
    color: #a02721;
    font-family: 'TrebuchetMS-Bold';
    margin-top: 115px;
    margin-right: -50px;
}
#primary-nav{
    clear: both;
    background: #bb2f26;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    -moz-box-shadow: 3px 4px 6px  -3px #000000;
    -webkit-box-shadow: 3px 4px 6px  -3px #000000;
    box-shadow: 3px 4px 6px  -3px #000000;
}
#primary-nav .main-nav{
    float: left;
}
#searchform{
    margin-bottom: 0;
    float: right;
    margin-right: 30px;
}
#searchform input[type="text"]{
    width: 155px;
    float: left;
    margin-right: 2px;
    margin-bottom: 0;
    margin-top: 12px;
    padding: 4px;
    height: 23px;
    border: 1px solid #a02721;
    -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 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;

}
#searchform input[type="submit"]{
    border: 2px solid #d39489;
    text-transform: uppercase;
    background: transparent;
    margin-top: 12px;
    padding: 4px 10px 2px;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#searchform input[type="submit"]:hover{
    background: #942B25;
}
#billboard{
    background: #bb2f26;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    height: 315px;
    margin-bottom: 50px;
    -moz-box-shadow: 3px 4px 6px  -3px #000000;
    -webkit-box-shadow: 3px 4px 6px  -3px #000000;
    box-shadow: 3px 4px 6px  -3px #000000;
}
#billboard .slides li{
    height: 315px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}
.interior #billboard{
    height: 200px;
}
.interior #billboard li{
    height: 200px;
}
.figure-caption{
    background: #000;
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 15px 50px;
    position: absolute;
    bottom: 0;
    width: 100%; 
}
.figure-caption p{
    margin-bottom: 0;
}

/* #content
================================================== */
.content,.teaser{
    margin-bottom: 55px;
}
.content a{
    color:#bb2f26;
}
.content a:hover{
   color:#09609c;
   text-decoration: underline;
}
.teaser .col{
    width: 270px;
    margin-left: 75px;
    color: #89979a;
    line-height: 22px;
    
        -moz-box-shadow: 3px 3px 6px  -3px #000000;
    -webkit-box-shadow: 3px 3px 6px  -3px #000000;
    box-shadow: 3px 3px 6px  -3px #000000;
}
.teaser .col:first-child{
    margin-left: 0;
}
.teaser .entry{
    background: #fff;
    padding: 15px ;  
    text-align: center;
}
.teaser .header{
    border: 1px solid #a11d1f;
    background: #a02721;
    padding: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.teaser p{
    text-align: left;
}
.teaser img{
    margin-bottom: 5px;
}
.interior .content{
    margin-top: 30px;
}
.content.alignleft{
    margin: 30px 0; 
    width: 570px;
}
.location-map .image-holder{
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
    border-radius: 5px ;
    
         -moz-box-shadow: 3px 3px 6px  -3px #000000;
    -webkit-box-shadow: 3px 3px 6px  -3px #000000;
    box-shadow: 3px 3px 6px  -3px #000000;
}
.map-holder{
       -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
    border-radius: 5px ;
    background: #fff;
    padding: 4px;
}
.map-holder iframe{
    display: block;
}
.location-map{
    color: #89979a;
    line-height: 1.2;
    width: 620px;
}
.third-col {
    float: right;
    width: 290px;
}
.menu li,
.link-list li{
    margin-bottom: 20px;
}
.menu a,
.link-list a{
    color: #a02721;
    text-decoration: underline;
}
.menu a:hover,
.link-list a:hover{
    text-decoration: none;
}
.menu li ul{
    display: none;
}
#sidebar{
    width: 285px;
    background:#cfd7e9;
    padding: 30px;
    float: right;
}
.widget{
    margin-bottom: 20px;
}
.image-holder{
    background: #fff;
    padding: 4px;
}
.image-holder img{
    max-width: 100%;
    display:block;
}
.widget-title,
.widget-image1 .widget-title,
.widget-image2 .widget-title{
    display: block;
    font-family: 'TrebuchetMS';
    text-transform:none;
}
.post{
    margin-bottom: 40px;
}
/* #contact
================================================== */
.contact-detail{
    width: 600px;
    float: left;
    margin-right: 30px;
}
.contact-detail a:hover{
    color:#c06953;
}
.contact-detail address{
    width: 255px;
    margin-bottom: 30px;
    margin-left: 20px;
    line-height: 30px;
}
.contact-form{
    width: 320px;
    float: left;
}
.google-map h4{
    margin-bottom: 20px;
} 
.gform_body input[type="text"],
.gform_body input[type="password"],
.gform_body input[type="email"],
.gform_body textarea,
.gform_body select{
    width: 310px !important;
}
.gform_body label{
    display: none !important;
}
.contact-form select{
    width: 317px;
}
.contact-form .button{
    float: right;
    width: 120px;
    cursor: pointer;
}
section.row{
    padding-top: 40px;
    clear: both;
}
.validation_error{
    display: none;
}
.validation_message{
    color: red;
}
#gforms_confirmation_message{
    color: green;
}
/* #footer
================================================== */
#footer{
    background: url(images/footer-bg.jpg) repeat-x #91231d;
    border-bottom: 1px solid #9a3928;
    padding: 1px 0;
    color: #fff;
    font-family: 'TrebuchetMS-Bold';
    text-align: center;
    margin-top: 30px;
}
#footer-nav ul{
    margin-bottom: 0;
}
#footer-nav li{
    display: inline-block;
    margin-top: 5px;  
}
#footer-nav  a{
    color: #fff;
    background: url(images/nav-divider.jpg) no-repeat left center;
    padding:0 3px 0 10px;
}
#footer-nav li:first-child  a{
    background: none;
}
#footer-nav  a:hover{
    text-decoration: underline;
}
.copyright {
    font-size: 13px;
}
span.fontResizer{
    float: right;
    margin: 30px 30px 30px 0;
}
span.fontResizer a:hover{
    color:#a02721;
}
.notfound-center{
    text-align: center;
    font-weight: 700;
}
h1.not-found-four{
    font-size: 100px;

}
h1.not-found{ 
    font-size: 80px
}
.notfound-center a{
    color:#000;
}
.notfound-center a:hover{
    color:#a02721;
}
.page-nav a, 
.post a.link{
    color:#09609c;
    font-weight: bold;
}
.page-nav a:hover,
.post a.link:hover{
    color:#a02721;
}
h3.search-nofound{
    font: 20px/20px 'TrebuchetMS';
    color:#a02721;
}
.searchpage #searchform{
    float:left;
}
.searchpage #searchform input[type="submit"]{
    border: 2px solid #d39489;
    text-transform: uppercase;
    background: #bb2f26;
    margin-top: 12px;
    padding: 4px 10px 2px;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
} 
.searchpage #searchform input[type='submit']:hover{
    border: 2px solid #bb2f26;
    background:#d39489 !important;
}
.searchpage .add-bottom span{
    color:#bb2f26;
    font: 27px/20px 'TrebuchetMS';
}
.gallery li{
    display: inline-block; 
    margin:0 5px 5px 10px;
}
.gallery img{
      border:2px solid #fff;
}
.fbox li{
    display: inline-block;
    margin: 0 10px 10px 0;
}
.fbox li img{
    border: 2px solid #fff;
}
.banner li{
    display: block !important;
}
/* #print
================================================== */

@media print{
    * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
    a, a:visited { color: #444 !important; text-decoration: underline; }
    a:after { content: " (" attr(href) ")"; } 
    abbr:after { content: " (" attr(title) ")"; }
    .ir a:after { content: ""; }  
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }  
    tr, img { page-break-inside: avoid; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3{ page-break-after: avoid; }
}

