/*
Theme Name: Ceasers NEW
Theme URI: http://block5design.com
Description: Ceasers Palace CMS
Version: 1.2
Author: Block 5 Design
Author URI: http://block5design.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: 
*/


/*  ------------------------------------------------- 
	Table of Contents
-----------------------------------------------------

:: 00. Imported Stylesheets
:: 01. Global
::::: 01.1 WordPress Defaults
:: 02. Header
::::: 02.1 Logo
::::: 02.2 Primary Menu
::::: 02.3 Secondary Menu
::::: 02.4 Mega Menu
:: 03. Sidebar
:: 04. Home
:: 05. Masonry/Grid
:: 06. Posts/Pages
:: 07. Footer
:: 08. Widgets
::::: 08.1 Featured Posts
::::: 08.2 Featured Page
::::: 08.3 Featured Portfolio
::::: 08.4 Featured Video
::::: 08.5 Contact
::::: 08.6 Better Comments
::::: 08.7 Flickr
::::: 08.8 Twitter
::::: 08.9 Search

*/


/*-----------------------------------------------------
	00. Imported Stylesheets
-----------------------------------------------------*/

@import url('engine/css/base.css');


/*-----------------------------------------------------
	01. Global
-----------------------------------------------------*/

body {
	font-size: 13px;
	font-size: 1.3rem;
	font-family: 'Bitter', serif;
	max-width: 1300px;
	margin: 0 auto;
}

p,
.post-content {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	line-height: 1.8em;
	color:#fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Bitter', serif;
}

.row { width: 960px; }

.row .row { margin: 0 0px; }

#main { 
background: rgb(21, 29, 47);
padding: 40px 0 20px;
 }
.search-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  height: 43px;
  margin-bottom: 10px;
}
.single-post #main { padding-top: 30px; }

.button { text-transform: uppercase; }

.button.small { padding: 9px 15px 10px; }

.read-more .button { font-weight: bold; }

.post-content h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

#home-tabs-content h6 {
	font: bold 10px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 1.0rem;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.boxed #main-container { 
	max-width: 980px; 
	margin: 20px auto;
	overflow: hidden;
} 

#breadcrumb-wrap {
	position: relative;
	z-index: 10;
}

.breadcrumbs { margin: 10px 0 15px !important; }

.breadcrumbs a {
	font-size: 11px !important;
	font-size: 1.1rem !important;
	text-transform: uppercase;
}

.sub-nav a { 
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

dl.breadcrumbs dd { margin-bottom: 0; }

dl.breadcrumbs dd:first-child { margin-left: 0; }

dl.sub-nav.breadcrumbs dd a::after { 
	content: "\f054";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
}

dl.breadcrumbs dd.active span  {
	background: #000;
	color: white;
	padding: 3px 9px 3px 0;
	cursor: default;
	text-transform: uppercase;
	font-size: 11px !important;
	font-size: 1.1rem !important;
	border-radius: 1000px;
}

label { display: inline; }

textarea {
	height: 150px;
	font-size: 12px;
	font-size: 1.2rem;
	resize: vertical;
}

blockquote { font-style: italic; }


/* 01.1 WordPress Defaults --------------------------------------------- */

.page-template-page-home-php .header-image { display: none; }

.page-template-page-home-php #content > .post-box { 
	max-width: 920px;
	margin: 0 auto;
}

.header-image {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;	
	z-index: 10;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center -80px;
}

.header-image-gradient {
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
}

.page-header {
	position: relative;
	z-index: 3;
}

.header-image img {
	display: block;
	width: 100%;
	position: absolute;
}

#logo-holder {
	position: relative;
	z-index: 20;
	padding: 10px 0 15px 0;
}


/*-----------------------------------------------------
	02. Header
-----------------------------------------------------*/

#header {
	/*padding: 5px 0 0;*/
	background: #fff;
	position: relative;
	z-index: 100;
	position: relative;
	z-index: 50;
	border-bottom: 1px solid  rgb(0, 25, 142);
	border-top: 1px solid  rgb(0, 25, 142);
}

#site-description {
	font-size: 12px;
	font-size: 1.5rem;
	text-align: right;
	/*height: 30px;*/
	margin-top: 9px;
	margin-bottom: 5px;
}

#site-description img {margin-left:0px;}

.menu-button { margin: 0; }


/* 02.1 Logo ----------------------------------------------------------- */

#site-title a,
h1#site-title {
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#site-title-image {
	font-size: 0;
	margin: 0;
}

#site-title-image img,
#site-title-image a { display: block; }

#logo .subheader { 
	margin: 10px 0 0 0; 
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}


/* 02.2 Primary Menu --------------------------------------------------- */

.flyout.animated {
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-ms-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

#topMenu { 
	-webkit-transition: 0.25s all ease-in; 
	-moz-transition: 0.25s all ease-in; 
	-ms-transition: 0.25s all ease-in; 
	-o-transition: 0.25s all ease-in; 
	transition: 0.25s all ease-in; 
}

#topMenu ul { margin: 0; }

.active-menu #topMenu {margin-top: 12px !important;}

.flyout.right { left: auto !important; }

#primary-navigation {
	height: 14px;
	line-height: 14px;
	/*position: absolute;
	top: 50%;*/
	/*margin-top: -7px;*/
	right: 0;
}

#primary-navigation .nav-bar {
	height: 20px;
	background: none;
	margin: 0;
	float: right;
	text-transform: uppercase;
}

#primary-navigation .nav-bar li {
	border: none;
	line-height: 12px;
	box-shadow: none;
	border: none;
}

#primary-navigation .nav-bar li a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 15px;
	text-transform: uppercase;
	background: transparent;
}

#primary-navigation .nav-bar li:hover { background: none !important; }
#primary-navigation .nav-bar li:hover ul.flyout{ display:block;}
#primary-navigation .nav-bar li.has-flyout > a:first-child { padding-right: 30px; }

#primary-navigation .nav-bar li:last-child.has-flyout > a:first-child { padding-right: 15px; }

#primary-navigation .nav-bar li.has-flyout > a:first-child:after {
	content: "\f078";
	font-family: FontAwesome;
	border: none;
	position: absolute;
	right: 24px;
	top: 2px;
	font-size: 11px;
	font-size: 1.1rem;
	opacity: .5;
}

#primary-navigation .nav-bar li:last-child.has-flyout > a:first-child:after { right: 9px; }

#primary-navigation .nav-bar li:first-child a { padding-left: 0; }

#primary-navigation .nav-bar li:last-child { border-right: none; }

#primary-navigation .nav-bar li:last-child a { padding-right: 0; }

#primary-navigation .flyout {
	padding: 35px 0 0;
	margin: 0;
	box-shadow: none;
	top: 11px;
	left: auto;
	right: 0;
	background: none;
	border: none;
	width: 200px;
}

.ie8 #primary-navigation .flyout {
	padding-top: 34px;
	left: 0;
}

#primary-navigation .nav-bar .has-flyout:hover:after {
	content: "\f0d8";
	position: absolute;
	font-family: FontAwesome;
	bottom: -40px;
	left: 50%;
	font-size: 24px;
	font-size: 2.4rem;
}

#primary-navigation .flyout li { border: none !important; }

#primary-navigation .flyout li a {
	box-shadow: none;
	border: none !important;
	padding: 10px 30px !important;
	text-transform: none;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

#primary-navigation .flyout li:first-child a { padding-top: 30px !important; }

#primary-navigation .flyout li:last-child a { /*padding-bottom: 35px !important;*/ }

.ie8 #primary-navigation .flyout li:first-child a { padding-top: 10px !important; }


/* 02.3 Secondary Menu ------------------------------------------------- */

#secondary-navigation {
	position: relative;
	z-index: 60;
}

#secondary-navigation .nav-bar {
	background: none;
	margin: 18px 0 0;
	height: 30px;
	text-transform: uppercase;
}

#secondary-navigation .nav-bar li {
	border: none;
	line-height: 11px;
	border-right: solid 1px #333;
	box-shadow: none;
}

#secondary-navigation .nav-bar li a {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 15px;
}

#secondary-navigation .nav-bar li:hover { background: none !important; }

#secondary-navigation .nav-bar li.has-flyout > a:first-child { padding-right: 30px; }

#secondary-navigation .nav-bar li.has-flyout > a:first-child:after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 10px;
	border: none;
	position: absolute;
	right: 22px;
	top: 2px;
	opacity: .5;
}

#secondary-navigation .nav-bar li:first-child a { padding-left: 0; }

#secondary-navigation .nav-bar li:last-child { border-right: none; }

#secondary-navigation .flyout {
	padding: 22px 0 20px;
	margin: 0 0 0 -16px;
	box-shadow: none;
	top: 12px;
	left: 0;
	right: auto;
	background: none;
	border: none;
	width: 180px;
}

#secondary-navigation li.menu-item:first-child .flyout { margin-left: -30px; }

#secondary-navigation .flyout li { border: none !important; }

#secondary-navigation .flyout li a {
	box-shadow: none;
	border: none !important;
	padding: 10px 30px !important;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}


/* 02.4 Mega Menu --------------------------------------------------- */

#primary-navigation .mega-menu .flyout { width: 400px; }

#secondary-navigation .mega-menu .flyout { width: 360px; }

.mega-menu .flyout .flyout { display: none; }

.mega-menu .flyout-inner {
	overflow: hidden;
	padding: 1px 0;
}

.mega-menu .col-wrap {
	float: left;
	width: 200px;
}

#secondary-navigation .mega-menu .col-wrap { width: 180px; }

.mega-menu .col-wrap:last-child { border-right: 0; }

#primary-navigation .mega-menu .mega-head a,
#secondary-navigation .mega-menu .mega-head a,
.mega-menu .mega-head a {
	font: bold 11px Bitter, serif;
	font-size: 1.1rem;
	text-transform: uppercase;
	padding-bottom: 12px !important;
}

.mega-menu .mega-head a[href=""],
.mega-menu .mega-head a[href="#"] { cursor: default; }


/*-----------------------------------------------------
	03. Sidebar
-----------------------------------------------------*/

#sidebar.sidebar-left { float: left; }

#sidebar.sidebar-right { float: right; }

.sidebar-box { 
	padding: 20px;
	border-radius: 3px; 
}

#sidebar { margin-bottom: 40px; }

#sidebar ul { margin-bottom: 0; }

#sidebar li { padding-bottom: 10px; }

#sidebar .widget { margin-bottom: 30px; }

#sidebar .widget li a:before {
	content: "\f0da";
	font-family: FontAwesome;
	padding-right: 10px;
}

#sidebar .widget_recent_comments li a:before { content: ""; padding: 0; }

#sidebar .widget_categories li a:before { content: "\f07c"; }

#sidebar .entry-content { padding-right: 0 !important; }


/*-----------------------------------------------------
	04. Home
-----------------------------------------------------*/

.front-page .breadcrumb { display: none; }

.welcome-message {
	font: italic normal 16px Georgia, sans-serif;
	font-size: 1.6rem;
	text-align: center;
	padding: 20px;
	margin: 0 0 40px;
}

.page-template-page-home-php #main {
	width: 100%;
	padding: 0;
}

.page-template-page-home-php #content .post-box > .hentry { 
	padding: 0 ; 
	margin: 0;
}

/*.page-template-page-home-php #content { padding: 40px 20px; }*/

.page-template-page-home-php #sidebar { padding-right: 20px; }
/*lovedeep*/

.mob-cla{
	width:73%;
	float: left; 
}
#part2form .twelve.columns{
	padding: 0px;
}
#cmobile-error {
  margin-top: -4px;
}

.mob-cla-sel{
	width: 32% !important;
	float: left; 
	margin-left: 1%;
	margin-bottom: 5px
}	
#day.birthselect {
  width: 100% !important;
}
#month.birthselect {
  width: 100% !important;
}
#year.birthselect {
  width: 100% !important;
}
/*end lovedeep*/
#top-slider .slider { margin-bottom: 0; }

#top-slider article {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center 0%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#top-slider .inner {
	max-width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#top-slider .slide a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2;
}

#top-slider div.orbit-wrapper div.slider-nav span.left { left: 10px; }

#top-slider div.orbit-wrapper div.slider-nav span.right { right: 10px; }

#top-slider .post-header {
	max-width: 920px;
	width: 920px;
	height: 100%;
	margin: 0 auto;
}

#top-slider .post-title { 
	position: absolute;
	max-width: 400px;
	display: block;
	padding: 20px;
	margin-left: -10px;
	line-height: 1.7em;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	top: 40.5%;
}

.boxed #top-slider .post-title { margin-left: 40px; }

#top-slider .post-title span {
	text-decoration: none;
	padding: 5px 0;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#top-slider .gradient-left {
	position: absolute;
	width: 150px;
	left: -250px;
	top: -40px;
	height: 600px;
	z-index: 3;
}

#top-slider .gradient-right {
	position: absolute;
	width: 150px;
	right: -250px;
	top: -40px;
	height: 600px;
	z-index: 3;
}

#top-slider img { width: 1280px; }

#top-slider .orbit,
#top-slider .orbit-wrapper { max-height: 500px; }

#top-slider .orbit-bullets { bottom: 0; }

#top-slider .orbit-bullets li {
	background: none;
	width: 14px;
	height: 14px;
	border-radius: 1000px;
}

#top-slider .timer { display: none !important; }

#top-slider iframe, 
#top-slider object,
#top-slider embed,
#top-slider .dt-video { max-height: 530px; }

#home-tabs { 
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	height: auto;
	border: none;
}

#home-tabs dd,
#home-tabs dd a {
	height: 80px;
	line-height: normal;
	text-align: left;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}

#home-tabs dd { padding: 0 20px; }

#home-tabs dd:first-child { padding-left: 0; }

#home-tabs dd:last-child {
	border-right: none;
	padding-right: 0;
}

#home-tabs dd a { 
	line-height: 1.5em;
	padding: 0 0 0 70px;
}

#home-tabs dd a:hover { cursor: pointer; }

#home-tabs dd.active:after {
	content: "\f0d7";
	font-size: 28px;
	font-size: 2.8rem;
	font-family: FontAwesome;
	position: absolute;
	top: 93px;
	right: 50%;
	margin-right: -10px;
}

#home-tabs dd.active a {
	background: none;
	border: none;
}

#home-tabs dd a i {
	font-size: 38px;
	font-size: 3.8rem;
	position: absolute;
	top: 5px;
	left: 0;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#home-tabs dd a .desc {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	text-transform: none;
	padding-top: 2px;
	display: block;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#home-tabs-content {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 0 30px;
}

#home-tabs-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}

#carousel { padding: 35px 0 30px; }

.portfolio-list .featured-image img,
.portfolio-list .featured-image a { display: block; }

.portfolio-list .post-header {
	padding: 18px 20px 14px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}

.portfolio-list .post-header i {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
	position: absolute;
	top: -12px;
	right: 50%;
	margin-right: -12px;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}

.portfolio-list .hentry {
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
	padding: 0 !important;
	margin: 0;
}

.portfolio-list .featured-image { margin: 0; }

.portfolio-list .post-title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 0 !important;
	margin: 0;
}

.portfolio-list .twelve .post-title,
.portfolio-list .six .post-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.portfolio-list .post-content { 
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}

.portfolio-list .post-content p {
	margin: 0 0 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5em;
	color: #999;
}

#carousel .post-list-top {
	margin: 0 0 30px;
	padding: 10px 0;
}

.portfolio-list .sep {
	width: 60px;
	margin: 8px auto;
	height: 1px;
	border-radius: 0 3px 3px 0;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#carousel .row {
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#carousel li { padding-right: 20px; }

.post-list ul.row { padding-bottom: 30px; }

.post-list-top {
	margin-bottom: 30px;
	padding-top: 2px;
	padding-bottom: 0 !important;
}

.post-list-title {
	margin: 0;
	padding-right: 15px;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
}

#carousel.related .post-list-title { padding-right: 20px; }

#carousel .post-list-title .all-link {
	margin: -19px 0 0;
	float: right;
}

.ie8 #carousel .post-list-title .all-link { margin: 0 0 0 10px; }

.page-template-page-home-php .post-list .hentry {
	padding-bottom: 0;
	margin-bottom: 0;
}

.post-list-title .all-link {
	padding: 0;
	margin-top: 0;
}

.post-list-title .all-link a {
	padding: 5px 10px 4px; 
	margin: 0 0 0 15px;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 10px;
	border-radius: 3px;
	float: right;
}

.jcarousel-next,
.jcarousel-prev {
	width: 40px;
	height: 25px;
	position: absolute;
	top: -52px;
	cursor: pointer;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.jcarousel-next {
	right: 0;
	border-radius: 0 3px 3px 0;
}

.jcarousel-next:after {
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -2px;
}

.jcarousel-prev {
	right: 39px;
	border-radius: 3px 0 0 3px;
}

.jcarousel-prev:after {
	content: "\f0d9";
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -2px;
}

.jcarousel-next-disabled,
.jcarousel-prev-disabled { cursor: default; }

/* Overwrite for having a carousel with dynamic width. */
 
.jcarousel-clip { overflow: hidden; }
 
.jcarousel-container-horizontal { width: 100%; }

.jcarousel-clip-horizontal { width: 102.17391%; }

#home-callout { padding: 30px 0; }

#home-callout .inner {
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}

#home-callout h4 { 
	background: none; 
	font-weight: bold;
	font-size: 24px; 
	font-size: 2.4rem;
	text-transform: uppercase;
}

#home-callout h4 span {
	font-weight: normal;
	text-transform: none;
}

#home-callout .button i { margin: 0 0 0 10px; }

#home-callout .button {
	float: right;
	margin: 5px 0 0;
	border: 0;
}


/*-----------------------------------------------------
	05. Masonry/Grid
-----------------------------------------------------*/

.post-box { overflow: hidden; }

div.orbit div.orbit-slide { background: #fff; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#related .box { height: auto; }

.box { list-style: none; }

.masonry .box { height: auto; }

.type-dt_portfolio .meta-category span:last-child { display: none !important; }

.orbit.stacked { height: auto; }

.orbit.stacked img {
	display: block;
	margin-bottom: 10px;
}

#isotope { margin-left: -20px; }

#isotope.grid { height: 80%; }

#isotope .box { padding: 0 20px 40px; }

#isotope .box:last-child .hentry {
	margin: 0;
	padding: 0;
}

.portfolio-list .box.six .post-title { font-size: 18px; }

#filter dd.active a,
#filter dd a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 30px;
	text-transform: uppercase;
	padding: 2px 20px 0;
	float: left;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}

#filter dd.active a {
	font-weight: bold;
	padding: 1px 20px;
}

#filter dd { 
	margin: 0 0 -1px 0; 
	border-right: 1px solid #ccc;
}

#filter dd:last-child { border-right: none; }

#filter { 
	float: left;
	margin: 0 0 40px 0; 
}

#filter {
	border-radius: 3px;
	padding: 0;
}


/*-----------------------------------------------------
	06. Posts/Pages
-----------------------------------------------------*/

.single-dt_portfolio .page-title {  
	padding-right: 20px;
	margin-right: 20px;
	float: left;
}

.single-dt_portfolio #main { padding: 0; }

.terms { margin: 18px 0 0; }

.terms li {
	font-size: 11px;
	font-size: 1.1rem;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-right: 20px;
}

.terms i { margin-right: 10px; }

.single-dt_portfolio #bar-bg { 
	padding: 30px 0; 
	margin-bottom: 30px;
}

.additional-info {
	padding: 20px; 
	border-radius: 3px;
	margin-bottom: 40px;
}

.additional-info,
.additional-info p {
	font-style: italic;
	font-size: 12px;
	font-size: 1.2rem;
}

.additional-info strong {
	color: #222;
	font-style: normal;
}

.additional-info h1,
.additional-info h1,
.additional-info h3,
.additional-info h4,
.additional-info h5,
.additional-info h6 {
	background: none;
	margin: 0 0 20px;
	font-style: normal;
	text-transform: uppercase;
}

.loader { text-align: center; }

.standard .loader { display: none; }

.masonry#isotope,
.grid#isotope { opacity: 0; }

.sidebar-none.standard #content .featured-area {
	float: right;
	width: 65.2%;
	margin-left: 4.4%;
}

.sidebar-none.standard #content .entry-wrap {
	float: left;
	width: 30.37%;
}

.entry-wrap header { position: relative; }

.standard .box { width: 100% !important; }

.standard .box .hentry { margin-right: 0; }

.single .post-box > .hentry { 
	padding: 0;
	border: none; 
}

.hentry {
	border-bottom: 1px solid #ddd;
	padding: 0 0 40px;
	margin: 0 0 40px;
}

.singular .hentry {
	border: none;
	margin: 0;
	padding: 0 0 20px;
}

.page-title {
	font-size: 4.4rem;
	font-weight: normal;
	background: none;
}

.page-header { padding: 40px 0; }
.page-header .page-title { margin-top: 0; }

.page-header .hentry {
	margin: 0;
	padding: 0;
	border: none !important;
}

.page-header .entry-content { margin-top: -10px; }

.page-header .entry-content p { margin-bottom: 0; }

.page-template-page-tour-php #content { padding-bottom: 40px; }

.sharing { margin-top: 20px; }

.facebook-like {
	height: 25px;
	margin-bottom: -4px;
}

.blog #content .meta-info,
.archive #content .meta-info,
.page-template-page-blog-php #content .meta-info {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: -130px;
	width: 150px;
}

.entry-content ul {
	font-size: 14px;
    	font-size: 1.4rem;
   	 font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    	line-height: 1.8em;
    	color: #fff;
	list-style-type: disc; 
   	list-style-position: inside;
}

.entry-content li {
	margin-left: 25px;
}
.blog #content .entry-content,
.archive #content .entry-content,
.page-template-page-blog-php #content .entry-content { padding-right: 180px; }

.entry-wrap { min-height: 160px; }

.blog #content .meta-info > span,
.archive #content .meta-info > span,
.page-template-page-blog-php #content .meta-info > span,
#content .meta-info .updated,
#content .meta-info .author,
#content .meta-info .meta-comment { display: block; }

.meta-info {
	margin: 0 0 20px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

.meta-info a { font-weight: normal; }

.meta-info i { margin-right: 5px; }

.single .meta-info span,
.single .meta-info time {
	display: inline !important;
	margin: 0 10px 0 0;
}

.meta-tags { 
	margin: 20px 0 0 0; 
	display: block;
}

.post-title,
.post-list .post-title {
	font-weight: normal;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 00px;
	margin: 00px;
	margin-top:-3px;
	line-height: 30px;
}

.featured-area { 
	margin-bottom: 20px; 
	padding: 10px;
	border-radius: 3px;
}

.featured-area .flex-video { margin: 0; }

.featured-image img { display: block; }

.featured-area .orbit { margin-bottom: 0; }

.featured-area div.orbit-wrapper div.slider-nav span { 
	color: #fff;
	color: rgba(255,255,255, 0.5); 
	text-shadow: 0 1px 0 rgba(0,0,0, 0.5);
	line-height: 49px;
}

.featured-area div.orbit-wrapper:hover div.slider-nav span { color: rgba(255,255,255, 1); }

#respond { margin: 40px 0 0 0; }

#comments h3,
#reply-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	margin: 0 0 40px 0;
	background: none;
}

#comments h3 { margin: 40px 0; }

#commentform {
	padding: 20px;
	border-radius: 3px;
}

.logged-in-as,
.form-allowed-tags,
.comment-notes { 
	font-size: 11px;
	font-size: 1.1rem;
}

#commentform #submit { text-transform: uppercase; }

.commentlist { list-style: none; }

.avatar { 
	float: left; 
	margin: 0 20px 0 0;
}

.commentlist cite {
	font-size: 20px;
	font-size: 2rem;
	font-style: normal;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	display: inline-block;
}

.commentlist time, 
.comment-edit-link { 
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
}

section.comment {
	padding: 0 0 0 80px; 
	margin-bottom: 40px;
}

.commentlist .children { margin-left: 80px; }

.comment article { position: relative; }

.comment-reply-link {
	position: absolute;
	top: 65px;
	left: 0;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 60px;
	padding: 2px 0;
	border-radius: 3px;
}

.children #respond { margin-left: 80px; }

li.comment { min-height: 80px; }


/*-----------------------------------------------------
	05. Footer
-----------------------------------------------------*/

#footer {
	margin: 0;
	line-height: 1.5em;
}

#top-footer-widgets { padding-top: 40px; }

.boxed #top-footer-widgets { padding-top: 25px; }

.boxed #top-footer-widgets .widget { margin-bottom: 20px; }

#copy {
	padding: 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
}

#copy .copy { text-align: right; width: 400px; }

#copy .nav-bar {
	background: none; 
	margin: 3px 0 0 0;
	height: auto;
}

#copy .nav-bar li {
	border: none;
	line-height: 12px;
	box-shadow: none; 
}

#copy .nav-bar li a {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

#copy .nav-bar li.has-flyout a:first-child:after { border: none; }

#copy .nav-bar li a { padding: 0 10px; }

#copy .nav-bar li a:hover,
#copy .nav-bar li:hover { background: none; }

#copy .nav-bar li:first-child a { padding-left: 0; }

#copy p {
	margin: 0;
	font-size: 11px;
	font-size: 1.1rem;
}

.boxed #footer-widgets > .row { width: 980px; }

#footer-widgets .widget { 
	padding: 20px 30px; 
	margin: 0;
}

#footer-widgets .widget:first-child { padding-top: 40px; }

#footer-widgets .columns { padding: 0; }

#footer-widgets .columns .widget:last-child { border-bottom: none; }

#footer .widget-title {
	background: none;
	padding: 0;
}

#footer-col-1 { border-left: none !important; }

/* #footer-col-1 .widget {
	padding-left: 0;
	margin-left: 20px;
} */

.boxed #footer-col-1 .widget {
	padding-left: 30px;
	margin-left: 0;
}

#footer-col-2,
#footer-col-3 { margin-left: -1px; }

#footer-col-3 { border-right: none !important; }

#footer-col-3 .widget {
	padding-right: 0;
	margin-right: 20px;
}

.boxed #footer-col-3 .widget {
	padding-right: 30px;
	margin-right: -2px;
}


/*-----------------------------------------------------------------------------------------
	08. Widgets
-----------------------------------------------------------------------------------------*/

.widget {
	margin: 0 0 40px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
	overflow: hidden;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding: 0 0 15px;
	margin: 0 0 20px;
}

.widget p {
	line-height: 1.5em;
	font-style: normal;
}

.widget .post-title {
	font-size: 18px;
	font-size: 1.rem;
	line-height: 24px;
}

.widget .post-content { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.widget .read-more a { margin: 0 0 20px; }

#sidebar .widget:last-child { margin: 0; }

.DT_Flickr { overflow: hidden; }

.DT_Flickr .flickr_badge_image {
	float: left;
	margin: 0 10px 5px 0;
}


.boxed-stretched .show-stretched,
.boxed .boxed-stretched span { display: none; }

.boxed .boxed-stretched .show-stretched { display: inline; }

/*B5D Additional CSS*/
.tab-logo {
background-image: url('/wp-content/uploads/2013/03/blackthorn-icon_01.png')!important;
background-position: 0 0;
background-repeat: no-repeat;
width: 73px;
height: 73px;
}

.tab-vantage {
background-image: url('/wp-content/uploads/2013/03/blackthorn-icon_04.png')!important;
background-position: 0 0;
background-repeat: no-repeat;
width: 73px;
height: 73px;
}

.tab-bingo {
background-image: url('/wp-content/uploads/2013/03/blackthorn-icon_03.png')!important;
background-position: 0 0;
background-repeat: no-repeat;
width: 73px;
height: 73px;
}

.tab-poker {
background-image: url('/wp-content/uploads/2013/03/blackthorn-icon_02.png')!important;
background-position: 0 0;
background-repeat: no-repeat;
width: 73px;
height: 73px;
}

.tab-title {margin-left:15px;}

.desc {margin-left:15px;}

#Widgets_on_Pages_1 {background-color: #000; }
#Widgets_on_Pages_2 {background-color: #000; }

#primary-navigation .nav-bar li a {color: #ffffff!important; text-transform: uppercase; 

	font-family: "Helvetica Neue","Helvetica","Helvetica,Arial,sans-serif";
font-weight: bold;
font-size: 16px;
}

/*Add Border to Google Map Plugin*/
.google-map-placeholder {
border: 5px solid #2f2f2f!important;}

.widgets_on_page ul {margin-left:0px!important}
.widgets_on_page ul li ul {margin-left: 0px!important;}
.widgets_on_page ul li {padding-left: 0px!important;}
.events-widget-title2:first-child {
background: url('/wp-content/uploads/2013/03/upcoming-events.jpg') no-repeat;
height: 43px;
}

/*Blog Post on page Styling*/
.listing-item .title {
	font-size: 23px;
	text-transform: uppercase;
	padding: 25px 0 12px 0;
	display: block;
}
.listing-item img{border: 5px solid #2f2f2f;}
.display-posts-listing .listing-item {clear: both; margin-bottom: 30px;}
.display-posts-listing img {float: left;margin: 6px 25px 30px 0;}
.listing-item .title .date {float:left;}
.date {margin:0 !important; padding:0 !important; font-weight: 800; display:none;}
.excerpt {
	line-height: 1.4em;
	font-size: 1.3rem;
	display: block;
	margin: 1px 0 0 -160px;
	color: white;
}
.excerpt-dash {
display: none;
}
/*Snowball Page*/
.snow1{background:url('/wp-content/uploads/2013/02/sunday.png') no-repeat; width:421px; height:386px;}
.snow2{background:url('/wp-content/uploads/2013/02/friday.png') no-repeat; width:421px; height:386px;}
.snow3{background:url('/wp-content/uploads/2013/02/mon-wed.png') no-repeat; width:421px; height:386px;}
.snow4{background:url('/wp-content/uploads/2013/02/tues.png') no-repeat; width:421px; height:386px;}
.snowpot1 {
position: relative;
float: right;
width: 100%;
text-align: right;
margin-top: 148px;
margin-right: 27px;
}
.snowpot2 {
position: relative;
float: right;
width: 100%;
text-align: right;
margin-top: -15px;
margin-right: 27px;
}
.snowpot1 p{font-family: 'snowball-font'; font-size:70px; margin:0; padding:0; color:#ff0000;}
.snowpot2 p{font-family: 'snowball-font'; font-size:70px; margin:0; padding:0; color:#ff0000;}

@font-face
{
font-family: 'snowball-font';
src: url('/wp-content/uploads/font/BALLSONTHERAMPAGE.ttf')
    ,url('wp-content/uploads/font/BALLSONTHERAMPAGE.ttf'); /* IE9 */
}
/*Image Hover*/
.img_overs
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */

}
.img_overs:hover
{
opacity:0.85;
filter:alpha(opacity=55); /* For IE8 and earlier */
}

/*Bullet points on pages*/
ul.bullets {list-style-type:square!important; margin-left: 45px;}

/*Social icons in sidebar*/
.socbut img {margin-right:15px;}

/*Poker Tournement Page*/
.tour1{background:url('/wp-content/uploads/2013/03/tournament-jackpot.jpg') no-repeat; width:478px; height:580px; margin-left:-8px;}
.tour2{background:url('/wp-content/uploads/2013/03/cashgame-jackpot.jpg') no-repeat; width:478px; height:580px; margin-left:-25px;}

.tourpot1 {
position: relative;
float: right;
width: 100%;
text-align: right;
margin-top: 263px;
margin-right: 40px;
}
.tourpot2 {
position: relative;
float: right;
width: 100%;
text-align: right;
margin-top: 42px;
margin-right: 40px;
}
.tourpot1 p{font-family: 'snowball-font'; font-size:70px; margin:0; padding:0; color:#ff0000;}
.tourpot2 p{font-family: 'snowball-font'; font-size:70px; margin:0; padding:0; color:#ff0000;}

/*Content to hide on Mobile Devices*/
.table-mobile {display: block;}

.location-header {
top: -10px;
position: relative;
}

/*Overrides other CSS*/
#secondary-navigation .nav-bar>li.current-menu-item a, a.button:hover, #submit:hover {color:#f1f1f1!important;} 
#secondary-navigation .nav-bar>li  a:hover {color:#fff!important;} 
#home-tabs dd.active a, #home-tabs dd a:hover {color:#ccc!important;}


/*MY Custom Css*/

.member_login{
	     background: #540808 none repeat scroll 0 0 !important;
    color: #fff;
    padding: 12px 35px !important;
    position: relative;
    top: -12px;
    font-size: 15px !important;
}

.news-image img{
width: 88px;
height: 88px;
border: 3px solid #353535;
}

/*.news-image{
	float: left;
}
.news-detail{
	float: right;
	margin-left: 12px;
}*/
.news{
	min-height: 110px;
}
.news-title a{
	font-size: 1.6rem;
}
.news-title{
	
	margin: 0px;
	margin-bottom: 8px;
}
.news-content{
	margin-top: 8px;
}
#footer-col-2 .widget-container{
	    padding: 20px 30px;
	    padding-left: 0;
    margin-left: 20px;
}


.section-title{
	font-size: 33px;
	text-transform: uppercase;
	margin-top: 28px;
	margin-bottom: 30px;

}
.news-section .section-title{
	text-align: left;
}
.event-content{
	    color: #ffffff;
    line-height: 14px;
    text-align: left;
    font-size: 14px;
}

.widgettitle{
	font-size: 1.6rem;
	text-transform: uppercase;
}

.textwidget{
	font-weight: bold;
}
.footer_widget{
	height: auto !important;
}
#footer-widgets{
	border-top: 2px solid rgb(0, 25, 142);
	background: #000000 !important;
}

.event-image img{
	width: 117px;
	height: 95px;
}
.events{
	margin-bottom: 12px;
	min-height: 95px;
	background: url('images/left_arraw.png')no-repeat right #383838;
	/* float:left; */
	width:100%;
	/* padding-bottom:15px; */
}

.event_date{
	    float: left;
    width: 50px;
}
.s_event_date{
	background: #383838;    
	display: block;
    font-size: 16px;
    text-align: center;
    padding: 8px;

}
.e_event_date{
	background: #5b5b5b;
	    display: block;
    font-size: 16px;
    text-align: center;
    padding: 8px;
  
    color:#ffffff;
}
.h_event_date{
	display: none;
}

.event-detail{
	padding-left: 13px;
	padding-right: 36px;
}


	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}

.newslatter-section{
	background: #1c1c1c none repeat scroll 0 0;
border-bottom: 3px solid rgb(0, 25, 142);
border-top: 3px solid rgb(0, 25, 142);
}
.widget_wysija_cont p label{
display: none !important;
}
.newslatter-section .wysija-paragraph{
	float: left;
	width: 240px;
	background-size: 100% 100%;
	padding: 8px 5px;
	margin-right: 10px;
}
.subscribe-input{
	
	background: url('images/img1.png') no-repeat; float: left;
    height: 49px;
    margin-bottom: 10px;
    width: 100%;
}
	.subscribe-input > input {
    float: left;
    margin: 8px 8px 24px;
    padding: 8px; width:94%;
}
.subscribe-input label {
    float: left;
    margin-top: 4px !important;
    width: 100%;
}
.wysija-paragraph .wysija-input {
	margin: 0px !important;
	border-radius: 0px;
	border: 1px solid #c8c8c8 !important;
	background: url('images/input_bg.png') repeat-x #fff !important;
	font-size: 15px;

}
.wysija-submit{
	margin-left: 10px !important;
font-size: 16px !important;
background: #5A0908 none repeat scroll 0% 0% !important;
border: 0px !important;
border-radius: 0px !important;
color: #fff !important;
padding: 9px 25px !important;
margin-top:15px !important;
float: left ;


}

.newslatter-section .widget_wysija{
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.newslatter-section  .widgettitle{

font-size: 33px;
text-transform: uppercase;
margin-bottom: 5px;
margin-top: 10px;
}

.img_overs{
	width: auto ;
}
#logo-holder{
	padding-bottom: 0px !important;
}
.home-section{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("images/caesarspalacev-background.jpg");
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-size: cover;
}
.wysija-paragraph .email_id{
	background: url('images/email.png') no-repeat center right 7px #fff !important;
}

.active{
	display: block !important;
}
.rslides{
	max-width: 100% !important;
	/*height: 400px;*/
}

.rslides_container{
	margin-bottom: 0px !important;
}


.widget_wysija_cont .updated, .widget_wysija_cont .login .message{
	background: transparent !important;
	border: 0px !important;
	margin-bottom: 15px !important;
}

.widget_wysija_cont .updated li{
	font-size: 17px !important;
	color: #fff;
}

.view_all_btn{
	float: right;
position: absolute;
top: 32px;
right: 7px;
font-size: 15px !important;
border: 1px  solid rgb(127,34,123)!important;
background: transparent !important;
border-bottom:1px solid #353535 !important; 
}

footer{
	padding-top: 7px;
	background: #000;
}
.newslatter-section{
	clear: both;
}


input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea{
	background: #fff !important;
	border: 2px solid #ccc !important;
	margin-bottom: 0px !important;
}

.contact #submit{
	background: #000;
border-radius: 0;
font-size: 16px;
padding: 10px 25px;
border: 1px solid #3B3B3B;
color:#fff
}


.flex-video iframe{
height: 300px !important;
}
.flex-video{
	height: 300px !important;
	padding-bottom: 0px !important;
}



#c_map{
	font-size: 20px;
text-transform: uppercase;
background: rgb(0, 0, 0) none repeat scroll 0% 0%;
padding: 10px 22px !important;
clear: both;

display: inline-block;
}

.intro{
	clear: both;
}

.promotion_banner{
	margin-bottom: 25px;
}


.overview_page{
	background: url('images/bg-overview_tierbenefits.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
/*Responsive Style*/


@media screen and (min-width: 768px){
	.left-section{
		    padding-right: 7px;
	}
	.right-section{
		    padding-left: 7px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 980px){

	.reveal-modal{ top:150px!important;}
}
@media screen and (max-width: 960px) and (min-width: 768px){
.event-image img{
	width: 63%;
}
.rslides{
	height: auto;
}
}

@media screen and (max-width: 635px){
	.slidersmall {
  margin-left: 4px !important;
}
}
@media screen and (max-width: 991px){
	.home .post-list-title,.section-title{
		font-size:2.2rem !important;
	}
	.home .button.small.view_all_btn {
  padding: 2px 9px !important;
}
.home .post-list-title .all-link a {
  padding: 6px 9px !important;
}
}
@media screen and (max-width: 768px){

/*lovedeep start*/
.qwerty{
	width:100% !important;
	height:auto !important;
	border-bottom:1px solid #353535;
}/* 
.qwerty  .widget .sidebar-section{
	margin-left:10px !important;
	border-bottom:1px solid #353535;
} */
#site-description{
  float: right;
  width: 100% !important;

}
.menu-button.button.show-for-small {
  margin-top: 10px !important;
}
#logo{
	width:61% !important;
}
.menu-button {
  margin-top: 0px !important;
}
#topMenu {
  background: red none repeat scroll 0 0;
  margin: 0 !important;
  position: absolute;
  top: 150px !important;
  transition: all 0.25s ease-in 0s;
  width: 100%;
  z-index: 9999;
  display:none;
}
.img_overs {
  width: 158px !important;
}
/*lovedeep end*/
.button.small.member_login{
	display:none;
}
.rslides{
	height: auto;
}

	.event-content{
		font-size: 13px;
	}
	.event-image{
		float: left !important;

	}
	.event-image img{
	width: 60%;
}

.newslatter-section .wysija-paragraph{
	
	
	background-size: 100% 100%; margin-right:0px!important; padding:8px 0!important;
	
}
.subscribe-input{
	
	background: url('images/img2.png') no-repeat; 
	background-size: 96% 100%!important;
    height: 49px;
    margin-bottom: 10px;
    width: 100%;
}

.reveal-modal{ z-index: 99999;}
	.event-detail{
		float: left !important;
		width: 52% !important;
	}
	.news-image{
		float: left !important;
	}
	.news-detail{
		float: left !important;
	}
	.events{
		background: #383838;
	}
	.event-detail{
		padding-right: 20px;
	}

	.newslatter-section .widget_wysija{
		padding-left: 20px;
		padding-right:20px;
	}
	.newslatter-section .widgettitle{
		font-size: 20px;
	}
	.newslatter-section .wysija-paragraph{
		float: none;
		width: 100%;
		margin-bottom: 10px; 
	}
	.wysija-submit{
		margin-left: 0px !important;
		margin-top: 0px !important;
		margin-bottom: 10px;
	}
.row .mobile-two {
  width: 150px !important;
}
.reveal-modal label{ width:17%!important;}
.reveal-modal label.error{ width: 40%!important;}
select.birthselect{ float:left; margin:0px 5px 0 0px!important; padding:0px!important; height:33px; width:26.7%!important; font-size:9px!important;  border: 2px solid #ccc !important; border-radius:4px;}
/*.reveal-modal #cmobile {
    width: 70% !important;
}*/
.reveal-modal label{ margin:0px 5px 0 0; padding:0px; font-size:13px!important; font-weight:600; line-height:24px; float:left;}
.package-mobile-heading{  background: #292929!important; float: left; text-align: center; width:100%;}
.package-mobile-heading .package_label{   color: #fff;  margin: 8px 0 0;}
}

@media screen and (max-width: 637px){
	/*#topMenu {
		top: 145px !important;
	}*/
	select.birthselect{ float:left; margin:0px 5px 0 0px!important; padding:0px!important; height:33px; width:22.8%!important; font-size:9px!important;  border: 2px solid #ccc !important; border-radius:4px;}
/*.reveal-modal #cmobile {
    width: 77% !important;
}*/
.reveal-modal label{ margin:0px 5px 0 0; padding:0px; font-size:13px!important; font-weight:600; line-height:24px; float:left;}
}

#em-wrapper .event-all {
  height: 100px !important;
}
@media screen and (max-width: 480px){
#em-wrapper .event-all {
  height: auto !important;
}.slidersmall {
  margin-left: 16px !important;
}
	#day.birthselect {
  width: 100% !important;
}
#month.birthselect {
  width: 100% !important;
}
#year.birthselect {
  width: 100% !important;
}
.mob-cla-sel{
	width: 100% !important;
}
.s_event_date, .e_event_date, .event-title, .event-content {
  text-align: center;
}
.menu-button.button.show-for-small {
  margin-top: 3px !important;
}
.mobile-two.columns.mywidth-now .button{
	padding:12px 15px 13px !important
}
	.row .mobile-two {
  width: 110px !important;
}
	/*#topMenu {
		top: 131px !important;
	}*/
	.section-title{
		font-size: 20px;
	}
	.h_event_date{
		display: block;
	}
	.event_date{
		display: none;
	}
	.event-image{
		float: none !important;
		text-align: center;
	}

	.event-image img{
		width: auto;
		height: auto;
		margin-top: 15px;
	}

.event-detail {
	float: none !important;
	width: 100% !important;
	padding-bottom: 15px !important;
}

.news-image{
		float: none !important;
		text-align: center;
	}
	.news-detail{
		float: none !important;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
	.news-image img{
		width: auto;
		height: auto;

	}
select.birthselect{ float:left; margin:0px 5px 0 0px!important; padding:0px!important; height:33px; width:21%!important; font-size:9px!important;  border: 2px solid #ccc !important; border-radius:4px;}

.reveal-modal label{ margin:0px 5px 0 0; padding:0px; font-size:13px!important; font-weight:600; line-height:24px; float:left;}
	}


@media screen and (max-width: 410px){
	.mobile-two.columns.mywidth-now .button{
		margin-bottom:5px !important;
		margin-top: 9px !important;
	}
	#em-wrapper .body{ width:34%!important;}
}
@media screen and (max-width: 380px){
#em-wrapper .event-all .image {
  display:block !important;
}
#em-wrapper .body{ width:34%!important;}
}
@media screen and (max-width: 340px){
select.birthselect{ float:left; margin:0px 5px 0 0px!important; padding:0px!important; height:33px; width:19.5%!important; font-size:9px!important;  border: 2px solid #ccc !important; border-radius:4px;}
/*.reveal-modal #cmobile {
    width: 62% !important; font-size:9px!important;
}*/
.reveal-modal label{ width:35%!important;}
.reveal-modal label{ margin:0px 5px 0 0; padding:0px; font-size:12px!important; font-weight:600; line-height:24px; float:left;}
}
/*lovedeep css strat*/
.cover-home-txt{
	width:100%;
}
#em-wrapper .event-all .body {
  float: left;
  padding-left: 15px;
  width: 46% !important;
}
.cover-home-txt .section-title{
	text-align:left
}
.con-address {
  color: #fff;
  float: left;
  font-family: inherit;
  font-size: 21px;
  font-weight: bold;
  margin: 15px auto;
  width: 100%;
}
.map-contact .post-box, .map-contact .status-publish{
	float:left;
	width:100%;
}
.img_overs {
  width: 158px;
}

#topMenu {
  background: red none repeat scroll 0 0;
  margin: 0 !important;
  position: absolute;
  top: 150px;
  transition: all 0.25s ease-in 0s;
  width: 100%;
  z-index: 9999;
  display:none;
}
.s_event_date, .e_event_date, .event-title, .event-content{
	color:#fff !important;
} 
#em-wrapper .event-all .body {
  float: left;
  padding-left: 15px;
  width:46% !important;
}
/* .img_overs {
  width: 158px !important; 
} */
/*lovedeep css end*/


input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea{
	margin-bottom: 0px !important;
}

.reveal-modal{ z-index: 999;}
.thanks-message{ float:left; margin:0px 0 15px; padding:0px; width:100%; text-align:center; border-top: 1px solid #232323;}
.thanks-message h4{ font-size:16px; color:#F00; margin:0px; padding:0px; line-height:24px; width:100%;}
.thanks-message h5{ font-size:14px; color:#232323; margin:0px; padding:0px; line-height:24px; width:100%;}
.bottom-text{ float:left; margin:0px; padding:0px; text-align:center; width:100%; font-size:14px; color:#343434; font-family:inherit; }
.done-sign {background:url(http://thesilverstrand.ie/wp-content/themes/ceasers/images/check-btn.png) no-repeat center bottom;
  float: left; margin-bottom: 10px; text-align: center; width: 88%;}
.done-sign span{ color: #232323; font-size: 22px;  line-height: 30px;   text-align: center;  padding-left:95px; }.done-sign img{ margin-top:5px;}

.package_label { float: left; font-size: 15px; font-weight: normal; margin: 11px 0 0;  padding: 0px 0;  text-align: center; width: 100%;}
.card_images > td { text-align: center;}
.package-mobile-heading{  background: #292929!important; float: left; text-align: center; width:100%;}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  color: #000;
  float: left;
  font-size: 15px !important;
  /*height: 32px !important;*/
  margin-right: 20px !important;
   margin-bottom: 0px !important;

  padding: 2px 16px !important;
}
.contact.sc input, .contact.sc textarea{
	margin-bottom:10px !important;
}
#logo-holder #logo{
	padding:0px 10px 6px;
}
#logo-holder img, #logo-holder object,#logo-holder embed {
  max-height: 75px !important;
  max-width: 100%;
}
#primary-navigation .nav-bar{
	margin-top: 4%;
}
#part2form p{
	padding: 0px;
}
#part2form label {
  width: 19% !important;
}
.reveal-modal #cmobile {
    width: 100% !important;

}
.event-all{
	overflow:hidden;
}
.home .post-list-title {
  font-size: 3.2rem;
  width:100%;
  margin-top:29px;
  background: none !important;
}
.home .post-list-top.twelve.columns{
	background:none;
}
.all-link > a {
 background: transparent none repeat scroll 0 0 !important;
border: 1px solid rgb(127,34,123) !important;
border-radius: 0 !important;
color: #f0f0f0 !important;
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
font-size: 15px !important;
font-weight: bold !important;
padding: 12px 7px !important;
}
.home .featured-image {
  width: 34%;
  float: left;
}
.home .post-header {
  width: 65%;
  margin-left:1%;
  float: left;
}
.home .post-list.post.sc li{
	width:100%
}
.home .post-title {
  height: 31px;
  overflow: hidden;
}
.home .post-content {
	height: 90px;
	overflow: hidden;
}
#footer-widgets .textwidget h4 {
  margin-top: -8px;
  padding-top: 1px;
}
#footer-widgets .widget{
	border-bottom:none !important;
}
.qwerty{
	width:33.33%;float:left;
	border-right:1px solid #353535;
}
.qwerty:last-child{
	width:33.33%;float:left
	border-right:0px solid #353535;
}
#em-wrapper .event-all .right-arrow {
  background: #5B5B5B none repeat scroll 0 0 !important;
 
}
#em-wrapper .event-all .date .end {
  background: #5B5B5B none repeat scroll 0 0 !important;
}
.date .month, .date .day {
  color: #fff !important;
}
#em-wrapper .event-all {
  background: #383838 none repeat scroll 0 0 !important;
}
#em-wrapper a:link, a:hover {
  color: #fff !important;
}
.search-bar {
  background: #1c1c1c none repeat scroll 0 0;
  height: auto !important;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
div.vantage_card_level {
	float: left;
	width: 33%;
	text-align: center;
	font-size: 100%;
}
div.vantage_card_level span {
	font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-size:  2.4rem;
	color:white;
	line-height: 120%;
}
div.vantage_card_level span.points {
	font-size:  6rem;
	color:white;
	font-weight: bold;
	line-height: 120%;
	display:block;
}
div.vantage_card_level img {
	width: 90%;
	margin-bottom: 20px;
}