/*
    Theme Name: Buddhi
    Theme URI:
    Description: WP THEME /Bootstrap 3
    Author: EkDesign
    Author URI: 
    Version: 1.0
    Tags: 
*/

/* =GENERAL
-------------------------------------------------------------- */

@font-face {
    font-family: 'Felix007';
    src: url('fonts/felix007-medium-webfont.eot');
    src: url('fonts/felix007-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/felix007-medium-webfont.woff') format('woff'),
         url('fonts/felix007-medium-webfont.ttf') format('truetype'),
         url('fonts/felix007-medium-webfont.svg#felix') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'dorian_r';
    src: url('fonts/dorianclm-book-webfont.eot');
    src: url('fonts/dorianclm-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dorianclm-book-webfont.woff') format('woff'),
         url('fonts/dorianclm-book-webfont.ttf') format('truetype'),
         url('fonts/dorianclm-book-webfont.svg#dorian_clmbook') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dorian_it';
    src: url('fonts/dorianclm-bookitalic-webfont.eot');
    src: url('fonts/dorianclm-bookitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dorianclm-bookitalic-webfont.woff') format('woff'),
         url('fonts/dorianclm-bookitalic-webfont.ttf') format('truetype'),
         url('fonts/dorianclm-bookitalic-webfont.svg#dorian_clmbookitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'yehuda_b';
    src: url('fonts/yehudaclm-bold-webfont.eot');
    src: url('fonts/yehudaclm-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/yehudaclm-bold-webfont.woff') format('woff'),
         url('fonts/yehudaclm-bold-webfont.ttf') format('truetype'),
         url('fonts/yehudaclm-bold-webfont.svg#yehuda_clmbold') format('svg');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'yehuda_lt';
    src: url('fonts/yehudaclm-light-webfont.eot');
    src: url('fonts/yehudaclm-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/yehudaclm-light-webfont.woff') format('woff'),
         url('fonts/yehudaclm-light-webfont.ttf') format('truetype'),
         url('fonts/yehudaclm-light-webfont.svg#yehuda_clmlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-size:16px;
	font-family:  Tahoma, Geneva, sans-serif;
	background: #eee1e1;
	margin:0;
	padding:0;
	color:#FFF;
		}

a {
    color: #f8ce31;
    text-decoration: none;
		-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover, a:focus {
	text-decoration:none;
	color:#000;
}

a:focus { 
    outline: none;
}

input,
select,
textarea {
	box-sizing:border-box;
	border:none;
	padding:10px 7px;
	margin-bottom:10px;
	border-radius:6px;
	font-size:1em;
	background:#ffffff;
	width:100%;
	color:#666;
		
}

input[type="submit"] {
	cursor:pointer;
	padding:10px 25px;
	color:#000;
	text-align:center;
	    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    border: solid rgba(0, 0, 0, 1) 0px;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #DEB617), color-stop(1, #FBD034) );
    background-image: -o-linear-gradient(bottom, #DEB617 0%, #FBD034 100%);
    background-image: -moz-linear-gradient(bottom, #DEB617 0%, #FBD034 100%);
    background-image: -webkit-linear-gradient(bottom, #DEB617 0%, #FBD034 100%);
    background-image: -ms-linear-gradient(bottom, #DEB617 0%, #FBD034 100%);
    background-image: linear-gradient(to bottom, #DEB617 0%, #FBD034 100%);
}

input[type="submit"]:hover {
	background:#000;
	color:#FFF;
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}

/*
.linkfocus {
	outline: #00478E 2px solid !important;
	}
	
#acp_skiplinks.left li a {
	left:50px !important;
	font-size:20px !important;
}

#acp_skiplinks li a:focus {
	top: 10% !important;
}
*/

hr {
	border-top: #ffcb05 3px dotted;
}

/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

#main {
	padding:30px 30px;
	background:#a01d1d;
}

#wrapper {
	    background: #a01d1d;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px 0px 10px 5px rgba(0, 0, 0, 0.5);
box-shadow:         0px 0px 10px 5px rgba(0, 0, 0, 0.5);
}

/* =HEADER
-------------------------------------------------------------- */

#toprow {
	position:relative;
	background: #af2020;
	color:#FFF;
	padding:20px 0;
	}


.top-title {
	 font-family: 'Felix007';
	font-size:33px;
	font-style:italic;
	padding-top:30px;
	}

.logo {
		
	}


/* =MENUS
-------------------------------------------------------------- */
#menurow {
	border-top:#ffcb05 3px dotted;
	border-bottom:#ffcb05 3px dotted;
	background:#af2020;
	padding:5px 5px;
}
.menu-bg {
	width:100%;
	background:url(images/menu_bg.png);
	border-radius:12px;
	}
.menu-primary-container {
    position:relative;
	width:94%;
	float:right;
   	z-index: 10;
	padding:0;
	text-align:center;
 }
 
 .f-link {
	 display:block;
	 float:left;
	 width:5%;
	 text-align:left;
	 padding-left:10px;
	 padding-top:2px;
 }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float:none;
	margin-right:-4px;
	
		-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}


.menu-primary ul {
	min-width: 220px;
}


/* First Level - Menu Primary */

.menu-primary li a {
	font-size:15px;
	font-weight:bold;
	display:block;
	color:#000;    
    padding: 10px 15px;
	border-left:#000 1px solid;
	text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	
	
	}

.menu-primary li:last-child a {
	border: none;
}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
	 color: #b71415;
}



/* Child Levels - Menu Primary */

.menu-primary li ul {
	padding:0;
	min-width:220px;
	text-align:right;
	z-index:99999999;
	margin:0;
		
}

.menu-primary li li {
	padding:0;
	border-bottom:#5E5E5E 1px solid;
}

.menu-primary li li:last-child {
	border-bottom:none;
}

.menu-primary li li a {
	font-size:15px;
	background:#eaeaea;
	color:#000;
	padding:10px 10px;
	border-radius:0;
	z-index:99999999;
	    }
	

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	outline: 0;
	background: #fff;
	   
}

.sf-sub-indicator {
	display:none;
}

.menu-primary li li:first-child a,
.menu-primary li li:last-child a {
	padding-left:8px;
	padding-right:8px;
}


	
/**************SLIDER*************/
#mainslider {
	position: relative;
	
	}

/***************************************HOMEPAGE*************************/

.maincontent{
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6), -1px -1px 1px rgba(0,0,0,0.6);
	font-size:19px;
	text-align:center;
	}
.content-box {
	background:#b44141;
	border-radius:4px;
	padding:7px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.mainimage img {
	border-radius:4px;
}

.yellow-title {
	color:#ffcb05;
	font-size:28px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6), -1px -1px 1px rgba(0,0,0,0.6);
}

/************BOXES*******************/
#boxesrow {
	margin-top:30px;
	}

#boxtitles {
	margin-left:-30px;
	margin-right:-30px;
	border-top: #ffcb05 3px dotted;
    border-bottom: #ffcb05 3px dotted;
	padding:10px 0;
	margin-bottom:20px;
}

.responsive-box-title {
	display:none;
}
.titles {
	padding:0 15px;
}

.box-title {
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6), -1px -1px 1px rgba(0,0,0,0.6);
    font-size: 19px;
    text-align: center;
	color:#FFF;
}


.box-title a {
	color:#FFF;
}

.box-image {
	margin-top:10px;
}
.divider {
	margin-right:-37px;
	margin-left:-37px;
	float:right;
	width:74px;
	
}

#boxtitles .divider:last-child {
	display:none;
}

.box-item {
	text-align:center;
	padding:7px;
	margin-bottom:30px;
	border: 1px solid rgba(221, 119, 121, 1);
    background-color: rgba(173, 90, 90, 1);
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}


.box-item img {
	 border-radius: 5px;
	 }

.more-btn {
	display:block;
	text-align:center;
	margin-top:15px;
}

.more-btn a {
	display:inline-block;
    border-radius: 5px;
	padding:7px 15px;
	color:#000;
	margin-bottom:10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    border: solid rgba(0, 0, 0, 1) 0px;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #DEB617),
	color-stop(1, #FBD034)
);
background-image: -o-linear-gradient(bottom, #DEB617 0%, #FBD034 100%);
background-image: -moz-linear-gradient(bottom, #DEB617 0%, #FBD034 100%);
background-image: -webkit-linear-gradient(bottom, #DEB617 0%, #FBD034 100%);
background-image: -ms-linear-gradient(bottom, #DEB617 0%, #FBD034 100%);
background-image: linear-gradient(to bottom, #DEB617 0%, #FBD034 100%);
}

.more-btn a:hover {
	background:#000;
	color:#FFF;
}

#maincontent {
	margin:20px -30px;
	border-top: #ffcb05 3px dotted;
    border-bottom: #ffcb05 3px dotted;
	padding:20px 0;
	font-size:18px;
	line-height:1.5em;
}

.m-inner {
	margin:0 30px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6), -1px -1px 1px rgba(0,0,0,0.6);
	padding:20px;
    }

#maincontent .box-item {
	margin-bottom:20px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#bottom-content {
	text-align:center;
	padding:20px;
}

.cont-button {
	margin-top:20px;
	margin-bottom:40px;
	text-align:center;
}

.cont-button a {
	background:#ffcb05;
	font-size:24px;
	color:#000;
	padding:7px 35px;
	border-radius:20px;
	border:#FFF 1px solid;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px 7px 5px 0px rgba(0, 0, 0, 0.5);
box-shadow:         0px 7px 5px 0px rgba(0, 0, 0, 0.5);
}

.cont-button a:hover {
	background:#000;
	color:#FFF;
}

/*********GENERAL*******/

.page-title {
	font-size:28px;
	text-align:center;
	color:#ffcb05;
	margin-left:-30px;
	margin-right:-30px;
	margin-bottom:20px;
	padding:20px 30px;
	padding-top:0;
	border-bottom: #ffcb05 3px dotted;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6), -1px -1px 1px rgba(0,0,0,0.6);
}
.title {
	color: #FFF;
	margin-bottom:10px;
    font-size: 40px;
	  	
}

.title a {
    color: #3c3c3c;
    text-decoration: none;
}

.title a:hover {
	color:#000;
}

.border {
  background: url(images/border.png) repeat-x;
  height: 8px;
  margin: 15px 0;
}

.mainimage.alignleft {
	margin-right:20px;
	margin-bottom:20px;
}


.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.entry {
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6), -1px -1px 1px rgba(0,0,0,0.6);
}

.entry ul li {
	list-style:none;
}

.entry ul li:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content:"\f0d9";
	padding-left:5px;
	color:#a23232;

}

.entry img.alignleft  {
	padding-right:10px;
	padding-bottom:10px;
}

/********************video*************************/
.movie {
	position: 
	relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	margin-bottom:10px;
}

.movie iframe, 
.movie object, 
.movie embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


#video  {
	margin-top:30px;
	padding-top:30px;
	border-top: #ffcb05 3px dotted;
	margin-left:-30px;
	margin-right:-30px;
	padding-left:30px;
	padding-right: 30px;
	}
	
#video .entry {
	min-height:5em;
}

.video-item {
	text-align:center;
	margin-bottom:40px;
}

.video-divider {
	
}

/******************RECCOMENDATIONS*************/
.record {
	padding:20px 80px;
	border-bottom: #ffcb05 3px dotted;
	margin-bottom:20px;
	margin-left:-30px;
	margin-right:-30px;
}
#reccomendations {
	margin-bottom:50px;
	}
	
/********************SADNA**************/

.topimage {
	position: relative;
	margin-bottom:50px;
}

.topimage img {
	width:100%;
}

.topimage .title {
	position:absolute;
	top:30%;
	left:10px;
	z-index:10;
}

.topimage .subtitle {
	position:absolute;
	top:50%;
	left:10px;
	z-index:10;
}

 .subtitle {
	 color:#ffcb05;
	 font-size:30px;
	     text-shadow: 1px 1px 1px rgba(255,255,255,0.6), -1px -1px 1px rgba(0,0,0,0.6);
 }
 
 #aboutus {
	margin-top:30px;
	padding-top:30px;
	border-top: #ffcb05 3px dotted;
	margin-left:-30px;
	margin-right:-30px;
	padding-left:30px;
	padding-right: 30px;
 }
 
#aboutus .content-box {
	margin-bottom:15px;
}

.staff-title {
	font-weight:bold;
}

/*************POSTS-LOOP***************/
.article {
	margin-bottom:30px;
}

.art-img.alignleft {
	margin-right:20px;
	margin-bottom:20px;
}

.post-title {
	font-size:24px;
	margin-bottom:10px;
}

.post-title a:hover, .readmore a:hover {
	color:#FFF;
}

.readmore {
	margin:10px 0;
	}


/***********************CONTACT***********************/
.acf-map {
	width:100%;
	min-height:360px;
}

.contact {
	text-align:center;
}

.contact a {
	color:#FFF;
}

.contact img {
	background: #b44141;
    border-radius: 4px;
    padding: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.contact .facebook img {
	background: none;
	box-shadow:none;
}

label {
	font-weight: normal;
}

#maincontact input[type="submit"]{
	width:200px;
	float:left;
}
.c-link {
	display: block;
	margin-bottom:10px;
}

#contactline input {
	width:23%;
	margin-left:1.5%;
	margin-bottom:0;
	color:#666;
}

#contactline input[type="submit"] {
	margin-left:0;
	color:#FFF;
}

#contactline {
	padding:40px 20px;
	margin:30px 0;
}

#contactline .subtitle {
	margin-bottom:10px;
}
/* =FOOTER
-------------------------------------------------------------- */

#bottom {
	position:relative;
	padding:15px 10px;
	color:#FFF;
	font-size:14px;
	border-top: #ffcb05 3px dotted;
	background:#8c1b1b;
	}
#bottom a {
	color:#FFF;
}

#copyrights {
	padding-top:7px;
	text-align:right;
	}
#credits {
	padding-top:7px;
	text-align:left;
		}

#credits img {
	vertical-align:middle;
}

.mk-go-top {
	display:block;
	position:absolute;
	top:-45px;
	left:50%;
	line-height:60px;
	background:#FFF;
	color:#808080 !important;
	font-size:40px;
	border:#76b5de 10px solid;
	border-radius:50%;
	z-index:10;
}

.mk-go-top i {
	padding:10px 20px;
}

.social-icons {
	text-align:center;
	font-size:22px;
	line-height:1em;
}

.social-icons a {
	display: inline-block;
	margin-left:5px;
}


/* =END
