/**********************************
GENERAL and for devices up to 480px
***********************************/
*{
	margin: 0;
  	padding: 0;
}

body {	
	font-family: 'Ubuntu', sans-serif;
  	color: rgba(47, 47, 47, 1.0);
}

body.site {
	border: 0;
    background: rgba(223, 223, 223, 1.0);
  	padding: 0;
     background-image: url('/~damascus2023/images/body-bg-responsive.png');
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left top;
}

.body .container {
    background-color: rgba(255, 255, 255, 1.0);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 20px;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a {
	color: rgba(219,47,21, 1.0);
  	text-decoration: none;
  	font-weight: 400;
  	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	transition-delay: initial;
}

a:hover {
	text-decoration: underline;
  	color: rgba(0, 0, 0, 1.0);
}

.clear {
  	clear:both;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}



/**********************************
FONTS
***********************************/
h1, h2, h3, h4, h5, h6 {
  	text-rendering: optimizelegibility;
  	margin: 0;
  	padding: 0;
}

h1, h2, h3, h4 {

}

h1 {
	font-size: 2em;
  	font-weight: 400;
}

h2 {
	font-size: 1.5em;
  	line-height: 1em;
  	font-weight: 300;
}

h3 {
	font-size: 1.5em;
  	font-weight: 400;
}

h4 {
	font-size: 1.5em;
  	font-weight: 400;
    line-height: 1.25em;
}

p, li {
	font-size: 1.25em;
  	line-height: 1.5em;
  	font-weight: 300;
  	padding: 0;
	margin: 0;
}

br {
	line-height: 1em;
}

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



/**********************************
TOP BAR and NAVIGATION
***********************************/
#top-bar {
    position: relative;
  	padding: 0;
  	margin:0 auto;
}

#top-container {
    padding: 20px 0 0 0;
  	background: transparent;
}

#top-bar-contents-first {
    margin: 0 auto;
  	padding: 0;
  	position:relative;
  	float: none;
  	width: 90%;
  	text-align: center;
  	font-size: 0.75em;
}

#top-bar-contents-first a{  	
  	font-weight: 300;
}

.logo-top {
	border-right: none;
  	padding: 10px 0 0 0;
    margin: 0;
}

.logo-top img{
  	height: auto;
  	width: 100%;
}

.logo-top p{
	padding: 10px 0;
    color: rgba(102, 102, 102, 1.0);
}

#top-bar-contents-second {
    margin: 0 auto 20px auto;
  	padding: 0;
  	position:relative;
  	float: none;
  	text-align: center;
  	font-size: 0.75em;
}

.responsiveMenuTheme2 {
    list-style: none;
    zoom: 1;
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
}

.responsiveMenuTheme2 li{
    text-align: left;
    font-size: 14px;
}

.responsiveMenuTheme2 li a{
    font-weight: 500;
  	color: rgba(255, 255, 255, 1.0);
}

.responsiveMenuTheme2 a:hover, 
.responsiveMenuTheme2 li.active > a, 
.responsiveMenuTheme2 li > span.separator:hover{
    color:#ffffff;
    background-color: rgba(219,47,21, 1.0);
}

/*************RESPONSIVE*************/

.responsiveMenuTheme2.isMobile > li {
    float: none;
    border-top: 1px solid rgba(255, 255, 255, 1.0);
}

.responsiveMenuTheme2.isMobile > li li a{
  	float: none;
  	border-top: 1px solid rgba(255, 255, 255, 1.0);
    background: rgba(153, 153, 153, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

.toggleMenu {
    display: none;
    color: #ffffff;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.0) url(/~damascus2023/images/toggle-menu-icon.png) no-repeat left center;
    height: 40px;
    padding: 0 0px 0 40px;
    line-height: 40px;
    border-radius: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
}  
  
.toggleMenu span {
    display: initial;  	
}
    
a.toggleMenu {
    color: rgba(0, 0, 0, 1.0);
}
    
a:hover.toggleMenu {
    color: rgba(219,47,21, 1.0);
    text-decoration: none;
}



/**********************************
BANNER
***********************************/    
#top-banner {
    position: relative;
    width: 100%;
  	margin: 0;
  	text-align: center;
}



/**********************************
CONTENTS
***********************************/
.leading-0 {
    margin: 0px 0 30px 0px;
}

.leading-1 {
    margin: 0px 0 30px 0px;
}

/**************************/

.item {
    margin: 0px 0 30px 0px;
    padding: 0;
}

.item p{
    padding: 10px 0px;
}

/**************************/

.item-page {
    padding: 0;
}

.item-page a{
    /* color: #0060e5; */
    /*text-decoration:underline;*/
}

.item-page a:hover{
    /* color: #0060e5; */
    /*text-decoration:underline;*/
}


.item-page p{
	padding:10px 0; 
}

.item-page ul{
	margin-left: 30px;
  	padding:10px 0;
}

.item-page h1{
	margin: 0 0 30px 0;
    font-weight: 700;
}

.item-page h2{
	padding: 20px 0 10px 0;
}

.item-page h2 a:hover{
	text-decoration: none;
}
    
.item-page h3{
	margin-top: 30px;
}

.item-page h4{
	text-transform: uppercase;
	font-weight: 600;
    font-size: 1.75em;
    color: rgba(219,47,21, 1.0);
    margin: 35px 0 5px 0;
    background: #f2f2f2;
 	border-bottom: 1px dashed;
    padding: 5px;
	clear: both;
}

.item-page blockquote{
	margin: 30px 0;
}

/**************************/

.page-header {
	padding: 0;
  	border: 0;
  	margin: 0;
}

.page-header h2 {
  	padding: 0;
  	margin: 0 0 20px 0;
  	font-size: 2.25em;
}

.page-header h1{
	margin: 0 0 30px 0;
    font-weight: 700;
}

.page-header h1 a:hover{
  	text-decoration: none;
}

/**************************/

.items-leading {
	margin: 0 0 30px 0;
    clear: both;
  	padding: 0;
}

.items-leading p{
    padding: 10px 0;
}

/**************************/
  
.pull-left {
    margin: 10px 0;
  	float: none;
}

.pull-right {
    margin: 10px 0;
    float: none;
}

.item .pull-right {
    margin: 10px 0;
    float: none;
  	width: 100%;
}

/**************************/  
.blog {
    padding: 0;
}

/**************************/  
a.square-button {
    padding: 15px 20px;
    color: #fff;
    background: rgba(219,47,21, 1.0);
    text-decoration: none;
    text-transform: uppercase;
    margin: 15px auto;
    display: block;
    width: 200px;
    text-align: center;
  	position: relative;
}

a.square-button:hover {
  	background: #0060e5;
    color: #fff;
}



/**********************************
CALL TODAY
***********************************/
#full-width {

}

#full-width h2{

}


/**********************************
RIGHT COLUMN
***********************************/  
  
/******List of Services************/
  
.well {
    min-height: 20px;
    padding: 10px;
    margin: 20px 0;
    background-color: rgba(255, 255, 255, 1.0);
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  	list-style: none;
  	text-align: left;
}
  
.well h3{
    font-size: 2em;
	text-transform: uppercase;
	font-weight: 600;
    color: rgba(0, 0, 0, 1.0);
    padding: 10px;
    /* background-image: url('/~damascus2023/images/well-headers.png'); */
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    border-bottom: 1px dashed rgba(47, 47, 47, 1.0);
    line-height: 1em;
    background-size: cover;
}

.our-mission p{
    margin: 0 0 10px 0;
}

.help-damascus {
    margin: 0 auto;
    text-align: center;
}
  
  
  
/************Directions************/ 
.directions p{
   	padding: 5px 20px;
    background: rgba(255, 255, 255, 0.1);
}



/**********************************
FOOTER
***********************************/
#footer-bar {
  	clear: both;
  	margin: 0;
  	background-image: url('/~damascus2023/images/footer_background.png');
    background-attachment: scroll;
    background-position: left top;
  	background-repeat: repeat-x;
  	background-color: rgba(204, 204, 204, 1.0);
}

#footer-container {
    margin: 0 auto;
    position: relative;
  	width: 90%;
}
    
#footer-bar-contents-first {
    text-align: center;
    display: inline-block;
    padding: 40px 0 20px 0;
  	width: 100%;
  	font-size: 1em;
  	text-transform: uppercase!important;
}

#footer-bar-contents-first a, #footer-bar-contents-second a{
    font-weight: 300;
  	color: #333;
}

#footer-bar-contents-first a {
    text-transform: uppercase;
}

#footer-bar-contents-first a:hover, #footer-bar-contents-second a:hover {
  	background: rgba(219,47,21, 1.0)
     color: #fff;
}
 
#footer-bar-contents-first .nav {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#footer-bar-contents-first .nav li {
	float: none; 
	padding: 0; 
	border-right: none;
}

#footer-bar-contents-second {
    text-align: center;
    display: inline-block;
    padding: 20px 0;
  	width: 100%;
} 

#footer-bar-contents-third {
    text-align: center;
    display: inline-block;
    padding: 20px 0;
  	width: 100%;
	  border-top: 1px dashed #666;
}
  
.copyright {
    font-size: 1em;
    font-style: italic;
    margin: 10px 0;
}

.credits p {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 10px 0;
    background: #333;
}

.credits a {
    color: #fff;
}


/**********************************
BUTTONS
***********************************/
a.green-button {
  	display: block;
  	background: rgba(152, 191, 66, 1.0);
  	padding: 15px 25px;
  	width: 100px;
  	color: rgba(255, 255, 255, 1.0);
  	text-align: center;
  	margin: 30px 0;
}

a.green-button:hover {
  	background: rgba(47, 47, 47, 0.8);
  	text-decoration: none;
}




/**********************************
CONTACT FORM
***********************************/

form, input, textarea {
	margin: 0; 
  	padding: 0; 
  	border: 0; 
  	outline: none;
}

fieldset{
	margin: 0 0 30px 0; 
  	padding: 0; 
  	border: 0; 
  	outline: none;
}

textarea { 
  	width: 90%; 
  	height: 200px; 
}

label { 
  	color: rgba(47, 47, 47, 1.0);
  	margin: 20px 0 5px 0;
}

legend {
    display: block;
    width: 90%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.5em;
    line-height: 36px;
    color: rgba(47, 47, 47, 1.0);
    border-bottom: 1px dashed rgba(47, 47, 47, 0.5);
}

input[type="text"], input[type="tel"], input[type="email"] { 
  	border: 1px solid rgba(211, 211, 211, 1.0); 
  	padding: 10px; 
  	color: #4b4b4b; 
  	margin: 0;
  	width: 90%;
}

textarea, .uneditable-input { 
  	border: 1px solid rgba(211, 211, 211, 1.0); 
  	padding: 10px; 
  	color: #4b4b4b; 
  	margin: 0 0 15px 0; 
}

input[type="radio"], input[type="checkbox"] { 
  	margin: 0 5px 0 0;
}

input[type="submit"] { 
  	cursor: pointer; 
  	color: #fff; 
  	background: rgba(219,47,21, 1.0);
  	padding: 15px 25px;
  	text-transform: uppercase;
  	border:none;
}

input[type="submit"]:hover { 
  	background: rgba(47, 47, 47, 0.8);
}

input[type="submit"]:active { 
  	top: 1px; 
}

.item-page fieldset img {
  	width: 90%;
}

.item-page fieldset p {
  	padding: 0;
}
/**********************************
CONTACT PAGE
***********************************/
@media (min-width: 1085px){

.all-info {
    display: grid;
    grid-template-columns: auto auto;
}
}
/**********************************
DJ MEGA MENU
***********************************/
.dj-submenu li a {
    text-align: left;
}

@media (max-width: 767px){
#dj-megamenu124mobile{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px;
}
}

/******** 2023 Custom styles *********/
@media (max-width: 767px){
figure.right {
    float: none;
	margin: 0 0 20px 0px;
    }  
}

@media (min-width: 768px){
figure.right {
    float: right;
	margin: 20px 0 20px 20px;
    }  
}

/******** red button styles *********/
.red-btn {
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background-color: #db2f15;
    padding: 10px 25px;
}

.red-btn:hover{
    text-decoration: none;
    color: white;
	background-color: #98210f;
}
/******** right module styles *********/
.span3 .our-mission h3{
    margin-bottom: 15px;
}

#mod-custom95 p{
    margin-bottom: 25px;
}