body
{
    
    overflow-x: hidden !important;
}

.reservation-section
{
    
    padding : 0px !important;
}
.mobile-menu-active
{
    overflow:hidden;
}
#pl-477 img,#pl-967 img,#pl-560 img,#pl-1141 img,#pl-564 img,#pl-894 img
{
height:250px !important;
}
.ayur-row img
{
    height:250px;
    width:250px;
    border-radius:50%;
}
.pricing-widget
{
    border:2px solid rgba(158, 146, 110, 0.2);
    padding-left:5px;
    padding-right:5px;
    margin-bottom:10px;
}
.pricing-widget td
{
    padding: 2px;
    font-size: 14px;
    border-right:0px;
}
.pricing-widget table
{
    border:0px !important;
}
.pricing-widget tr:nth-child(odd) td {
    background-color: white !important;
}
.form-select
{
    color:lightgrey !important;
}
.explore-btn
{
    color: black;
    padding: 0px 15px 0px 0px;
    margin-right: 15px;
    font-size: 0.9375em;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    //font-weight: bolder;
    border-bottom: 1px solid;
    font-family: "Roboto", sans-serif;
	text-transform: lowercase;
}
.explore-btn:after
{
    content: " ";
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    top: 50%;
    margin-top: -5px;
    height: 7px;
    right: 0px;
    font-weight: bolder;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 7px;
    z-index: 2;
}



@media screen and (min-width:768px)
{
#front-img
{
   height:500px !important; 
}

.venice_intro_inner
{
	padding : 2% 4% 0% 4%;
}


}

@media screen and (min-width:1200px)
{
    .venice_intro_inner
    {
    	padding : 2% 4% 0% 13%;
    }
}

@media screen and (min-width:1400px)
{
    .venice_intro_inner
    {
    	padding : 13% 13% 0% 13%;
    }
}

.perspective-class-content
{
	-webkit-perspective: 1500px;
    perspective: 1500px;
height: 100vh;
}

.mobile-menu-active .main-perspective-content
{
	    -webkit-perspective: 1500px;
    perspective: 1500px;
       // perspective-origin: 36% 10%;
       height: 100vh;
}
.woocommerce-active .main-perspective-content #page
{

	-webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}


.mobile-menu-active .main-perspective-content #page
{
	/*-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;*/
}

.main-perspective-content #page
{
	// -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg); 
    //transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.mobile-menu-active .main-perspective-content #page
{
	     -webkit-transform: translateZ(0px) translateX(0%) rotateY(-50deg); 
    transform: translateZ(0px) translateX(0%) rotateY(-50deg);
	-webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
	height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}

.opalhotel-reservation-process-steps ul li.active span
{
        background-color: white;
    color: black;
    border: 1px solid black;
}

.opalhotel-reservation-process-steps ul li.active
{
    margin-top:15px;
}

.opalhotel-reservation-process-steps ul li:after, .horizontal-form
{
    background-color : black;
}

.button.button-theme
{
        color: #FFF;
    background-color: black;
    border: none;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid white;
    margin-top: 0px;
}

.opalhotel-reservation-step-content
{
       /* max-width: 800px;*/
    margin: 0 auto;
        border: 1px solid gray;
    padding: 15px;
}

.button.button-primary-inverse
{
    background-color : black;
    border-color : black;
}

.opalhotel_checkout_booking_detail
{
    background-color:black;
}

.home .widget-review
{
	display:none;
}

.white-bg
{
	background-color : white;
	padding-top: 30px;
	padding-bottom: 30px;
}

.grey-bg
{
	background-color : #F0F1ED;
	padding-top: 30px;
	padding-bottom: 30px;
}

.sa_hover_container h2, .sa_hover_container p
{
	//background-color : rgba(255, 255, 255, 0.6);
}

.no-padding
{
	padding-left : 0px !important;
	padding-right: 0px !important;
}

#slider_583_slide01, #slider_583_slide02, #slider_583_slide03, #slider_583_slide04
{
padding : 0px !important;
}

#slider_599_slide01 h4, #slider_599_slide02 h4, #slider_599_slide03 h4
{
	text-align:center;
}

@media screen and (min-width : 768px)
{
	#slider_583_slide01 h2,#slider_583_slide01 p, 
	#slider_583_slide02 h2,#slider_583_slide02 p, 
	#slider_583_slide03 h2,#slider_583_slide03 p, 
	#slider_583_slide04 h2,#slider_583_slide04 p
	{
		padding-left:40px;
	}
}
#logo-container
{
	   text-align: center;
   
    position: fixed;
    left: calc(50% - 65px);
    z-index: 10000000;
  //  top: 40px;

}

#logo-container img
{
	width : 130px;
}

.weather-atlas-wrapper
{
	text-shadow:none;
}

.home .front-widget
{
	    text-align: center;
    padding: 50px 15px;
}

#video-text span
{
    border: 2px solid white;
    padding: 15px 30px;
    color: white;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 4px;
	font-family : abhaya-libre;
}

#section_after_video
{
	background-color : gray;
	padding : 15px;
	width : 100%;
	color : white;
	top: -10px;
}

.header-right-area a
{
    //font-weight: bold;
    letter-spacing: 1px;
    font-size: 17px;
    padding-top:16px;
    padding-left:15px;
    text-transform: none;
	color : white;
}

.slider-main-header
{
font-size: 40px;
    font-weight: normal;
    font-family: cormorant-Medium-Italic;
    letter-spacing: 2px;
	z-index: 10;
}

.slider-main-description {
    padding-bottom: 25px;
    font-size: 17px;
	font-family: athiti-Regular;
	z-index: 10;
word-spacing: -1px;
}

@media screen and (min-width: 992px) and (max-width: 1200px)
{
    .slider-main-description
    {
        padding-bottom : 10px;
            font-size: 14px !important;
    }
    
    .slider-main-header
    {
        font-size: 35px;
    }
    
    .discover_more_button_container
    {
        left : 30px !important;
    }
}



.social-connect span
{
    display: none;
}

#first_section_after_video, #second_section_after_video, #third_section_after_video, #fourth_section_after_video
{
 font-size:22px;
 padding : 10px;
 //font-weight : bold;
 text-align:center;
}

.intro-inner p
{
    
    font-size: 17px;
}

.owl-item p
{
    
    font-size: 17px;
}

.learn-more-button
{
 //margin-top: 25px;
 padding : 1px;
 color : black;
 font-size: 18px;
 border-bottom : 1px solid black;
 float:left;
position : relative;
}

.learn-more-button:after {
    content: " ";
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    top: 50%;
    margin-top: -2px;
    height: 7px;
    right: 0px;
    position: absolute;
  	right : -10px;
    transform: rotate(-45deg);
    width: 7px;
    z-index: 2;
}

.image-header
{
 font-size: 17px;
 font-weight: bold;
 text-align:left;
}

.image-description
{
    font-size: 17px;
 text-align:left;
}

}





.lb-outerContainer, .lb-image
{
	width : 100% !important;
	height : auto !important;
	max-width : 100vw !important;
}

.na-style4 a
{
    font-size: 23px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline;
    background-color: gray;
    color: white;
    font-weight: normal;
    border-radius: 20px;
}

.wpsisac-slick-variable.wpsisac-prodesign-3 .wpsisac-slider-short-content p
{
	text-align: left !important;
}

.wpsisac-readmore a.wpsisac-slider-readmore
{
	padding : 0px 0px !important;
	float : left;
}

.wpsisac-slick-variable.wpsisac-prodesign-3 .wpsisac-slideline
{
	display: none;
}	


.wpsisac-slick-variable .slick-prev
{
	left : 13% !important;
}

.wpsisac-slick-variable .slick-next
{
	right : 13% !important;
}

.right-section
{
	float: right;
	border-bottom:1px solid black;
	    margin-right: 37%;

}
.right-section2
{
    float: right;
	border-bottom:1px solid black;
	margin-right: 35px;
}
.right-section a
{
	color: black;
    font-size: 18px;
    line-height: 100%;
    text-decoration: none;
    padding-bottom: 3px;
    position: relative;
    padding-right: 15px;
    text-transform: lowercase;
    //font-weight: bold;
    font-family: kollektif;
}

.right-section a:after {
    content: " ";
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    top: 50%;
    margin-top: -5px;
    height: 7px;
    right: 0px;
    position: absolute;
  
    transform: rotate(-45deg);
    width: 7px;
    z-index: 2;
}
.right-section2 a
{
	color: black;
    //font-family: "Roboto", sans-serif;
    font-size: 0.938em;
   
    line-height: 100%;
    text-decoration: none;
    padding-bottom: 3px;
    position: relative;
    padding-right: 15px;
    text-transform: lowercase;
  //  font-weight: bold;
font-family:kollektif;
	font-size: 18px;
	z-index: 10;
}

.right-section2 a:after {
    content: " ";
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    top: 50%;
    margin-top: -5px;
    height: 7px;
    right: 0px;
    position: absolute;
  
    transform: rotate(-45deg);
    width: 7px;
    z-index: 2;
}


.book_now_container a:before
{
	content: " ";
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    top: 50%;
    margin-top: -5px;
    height: 7px;
    left: 12px;
    position: absolute;
  
    transform: rotate(-45deg);
    width: 7px;
    z-index: 2;
}
.read_more
{
 
    font-size: 0.938em;
   
    line-height: 100%;
    text-decoration: none;
    padding-bottom: 3px;
    position: relative;
    padding-right: 15px;
    text-transform: lowercase;
   // font-weight: bold;
    font-family:kollektif; 
    	border-bottom:1px solid black;
	color : black;
}

.read_more:hover
{
	text-decoration: none;
}
.read_more:after {
    content: " ";
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    top: 50%;
    margin-top: -5px;
    height: 7px;
    right: 0px;
    position: absolute;
  
    transform: rotate(-45deg);
    width: 7px;
    z-index: 2;
}
.floor_plan a
{
	color: black;
    //font-family: "Roboto", sans-serif;
    font-size: 0.938em;
   font-weight : bold;
    line-height: 100%;
    text-decoration: none;
    padding-bottom: 3px;
    position: relative;
    padding-right: 15px;
   // text-transform: lowercase;
   // font-weight: 400;
font-family:kollektif;
border-bottom : 1px solid black;
}
.floor_plan a:after {
    content: " ";
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    top: 50%;
    margin-top: -5px;
    height: 7px;
    right: 0px;
    position: absolute;
  
    transform: rotate(-45deg);
    width: 7px;
    z-index: 2;
}


.lb-image, .lb-dataContainer {
 max-width: 100% !important;
 height: auto !important;
 width: 100% !important;
}

.lb-outerContainer {
 max-width: 100% !important;
 height: auto !important;
width : 100% !important;
}

.contact-page-main {
	position: relative;
	padding-bottom: 69.25%; /* 16:9 */

	height: 0;
}
.contact-page-main iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact-video-text
{
    position: absolute;
    top: 40%;
    left: 40%;
    color: white;
    font-size: 50px;
    font-weight: bold;
}

.contact-pages-form-header
{
	    text-align: left;
    padding: 0px 67px;
}

.page-id-916 form
{
	background-color : transparent;
}

.page-id-916 .inner-pages-content, .page-id-916 .inner-pages-content p, .page-id-916 .wpcf7-form label
{
	color : black;
}



.inner-pages-content
{
	//height : 300px;
	    max-height: 300px;
	overflow:hidden;
	-webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
-ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}


.inner-pages-content-full
{
	max-height : 1000px;
	//height : auto;
	//transition: max-height 0.15s ease-in;
}

.page-id-916 .wpcf7-form label
{
	font-weight : normal;
	//color: black !important;
	//font-family : Aleo-Regular;
}

.page-id-916 .wpcf7-list-item-label
{
	    font-size: 14px;
    padding-left: 15px;
}

.page-id-916 #submit.wpcf7-submit
{
	   // font-family: Aleo-Regular !important;
	background-color: black;
}

.page-id-916 .social-connect
{
padding : 0px !important;

}

.page-id-916 .wpcf7-list-item
{
	width : 100%;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea
{
	font-size: 14px !important;;
   // font-family: Aleo-Regular !important;
}



.row_guide_section u, .row_guide_section strong, .row_guide_section h5,.row_guide_section p,.row_guide_section a
{
	color : black !important;
	//font-family: Aleo-Regular !important;
}

.page-id-1263
{
	background-color: #eae3d1;
}

#pg-gb1263-5d5bf4db30f5e-1
{
	margin-bottom : 0px;
}

.venice_of_the_east_Section
{
	padding-bottom : 45px;
	background-color : #f1f1ee;
}



#feedback_box
{
 z-index: 1000000000;
	position: fixed;
        left: -38px;
    top: 40vh;
        -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

#feedback_box span
{
	background-color: rgba(46,51,59,.4);
    padding: 8px 12px 4px 12px;
    z-index: 1000000000;
    color: white;
    letter-spacing: 1px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
font-weight: bold;
}

#venice_learn_more
{
	    margin-bottom: 0px !important;
}

.image-header, .image-description, .main-navigation a, .owl-item p, .owl-item h2, .owl-item, .page-id-1263 #main strong, .page-id-1263 #main div
{
	font-family : athiti-Regular;
}

.page-id-1263 #main .inner-pages-header strong
{
	font-family : cormorant-Medium-Italic;
}

#bb_resBookingBox, footer
{
	background-color : gray !important;
}

.bb_resbox button.ui-datepicker-trigger
{
padding-right : 0px !important;
}

footer
{
	background:black;
	padding:25px;
	color:white;
	margin: 0 auto;
	text-align: center;
	font-family:kollektif;
	float:left;
	width : 100%;
}

.footer-top
{
	padding: 20px 15px 30px 30px;
	border-bottom:1px solid white;
	text-align: left;
	float: left;
	width : 100%;
}

.footer-bottom
{
	text-align:center;
	padding:15px;font-size:17px;
	float:left;
	width : 100%;
}

footer a
{
	color : white;
}

#menu_the_text
{
	//font-weight: bold;
letter-spacing: 3px;padding-top: 2px;
    font-size: 17px;
}

.home_link
{
	cursor:pointer;    position: fixed;
    left: 400px;
    width: 200px;
    height: 81px;
    padding-top: 28px;
    z-index: 102;
    //font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#section_after_video_web
{
	background: rgba(46,51,59,.4);
	width : 100%;
	position : absolute;
	padding: 15px;
	    color: white;
	    z-index: 10000;
	    bottom:60px;
}

.lb-data .lb-close {
    position: absolute;
    top: -35px;
    right : 15px;
}

#feedback_box
{
	cursor:pointer;
}

#feedback_box_container
{
    z-index: 100000;
	position : fixed;
	    top: 31.5vh;
	    left: -350px;
	    max-width: 350px;
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#feedback_box_container form
{
	padding-top: 30px;
    background-color: rgba(0,0,0,0.6);
    color: white;
}

#feedback_box_container form label
{
	color : white;
	font-size: 14px;
}		

#feedback_box_container form input
{
	padding : 5px;
}

#feedback_box_container form p
{
	margin-bottom : 5px;
}

.learn_more_container
{
	padding: 7px;
    //background-color: black;
    height: 56px;
    border-radius: 10px;
}

.feedback_box_active
{
	left : 0px !important;
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.terms-conditions-header i
{
	    font-size: 16px;
    margin-left: 10px;
}

.inner-pages-content
{
	margin-bottom : 7px;
	font-family : athiti-Regular;
	font-size: 17px;
}

.athithi
{
	font-family : athiti-Regular;
}

.kollektif
{
	font-family: kollektif;
}

.web-exclusive-box
{
	margin-bottom : 7px;
	font-family : athiti-Regular;
	font-size: 17px;
	padding : 15px;
}


.room_feature_icons i, .room_feature_icons img
{
	    font-size: 20px;
    padding: 15px;
    border-right: 1px solid gray;
}

.room_feature_icons img
{
	height : 50px;
	margin-top: -6px;
}

.sa_hover_container
{
	text-align : justify;
}

#slider_623 .sa_hover_container
{
	text-align : center;
}

.white .sa_owl_theme .owl-nav .owl-next, .white .sa_owl_theme .owl-nav .owl-prev
{
	background-color : rgba(0,0,0,0.7) !important;
}

.book-now
{
	margin-top: 10px;
	    margin-right: 17px;
}

.sa_hover_container h2
{
	font-family: cormorant-Medium-Italic;
}

.weather-atlas-wrapper
{
	display:none;
}

.copyright
{
	display : none;
}

.wpsisac-slick .slick-next, .wpsisac-slick button.slick-next:hover, .wpsisac-slick button.slick-next:focus, .wpsisac-slick button.slick-next:active,.wpsisac-slick button.slick-prev, .wpsisac-slick button.slick-prev:hover, .wpsisac-slick button.slick-prev:focus, .wpsisac-slick button.slick-prev:active
{
	    background-color: rgba(0, 0, 0, 0.3) !important;
}

.wpsisac-slick .slick-next, .wpsisac-slick button.slick-next:hover, .wpsisac-slick button.slick-next:focus, .wpsisac-slick button.slick-next:active
{
	background: rgba(0, 0, 0, 0.3) url(/wp-content/plugins/slide-anything/images/icon_next.png) no-repeat center center !important;
	background-repeat: no-repeat;
}

.wpsisac-slick button.slick-prev, .wpsisac-slick button.slick-prev:hover, .wpsisac-slick button.slick-prev:focus, .wpsisac-slick button.slick-prev:active
{
	background: rgba(0, 0, 0, 0.3) url(/wp-content/plugins/slide-anything/images/icon_prev.png) no-repeat center center !important;
	background-repeat: no-repeat;
}

@media screen and (min-width : 1200px)
{
	.div_table
	{
		display: table !important;
	}

	.div_table .panel-grid-cell
	{
		display: table-cell;
		width : 50% !important;
	}
	
	.div_table .panel-grid-cell:nth-child(1)
	{
		padding-right : 15px;
	}

	.div_table .panel-grid-cell:nth-child(2)
	{
		vertical-align:middle;
		padding-left : 15px;
	}

	.div_table_cell
	{
		display: table-cell;
	}
}

.right_padding
{
	padding-right : 15px;
}

.left_padding
{
	padding-left : 15px;
}

.owl-stage .sa_hover_container
{
	margin-right : 35px !important;
}

.venice_right
{
	padding-top:45px;position:relative
}

@media screen and (min-width : 992px)
{
.discover_more_button_container
{
	margin-bottom : 0px !important;
	    margin-top: 0px;
	    position: absolute;
	    bottom: 0px;
	    width: 100%;
	    left: 120px;
}

.discover_more_button_container .learn_more_container
{
	height : auto !important;
}
}


@media screen and (max-width : 768px)
{
	#lines
	{
		margin-left : 0px;
	}

	#menu_the_text,.black-menu-bg, #web_exclusinve_menu, #gallery_menu, .home_link
	{

		display:none;
	}

	.site-header > .slideout-menu-toggle
	{
		width : 119px;
	}

	.slide-out .slideout-menu-toggle {
		display: block;
		left : auto !important;
		font-size: 24px; background-color: white; padding: 5px 15px; border-radius: 25px; width: auto; height: auto; right: 0px
	}

	.owl-stage .sa_hover_container
	{
		margin-right : 0px !important;
	}

	.slider-main-header
	{
		text-align: left;
	}

	.details-content
	{
		    max-width: calc(100% - 70px);
	}



	.learn-more-button
	{
		margin-top: 15px;
	}

	.venice_right
	{
		padding-top: 0px;
	}

	.slick-arrow, .owl-nav button
	{
		display: none !important;
	}

	.bbres_fieldset3, .bbres_fieldset4
	{
		display: none !important;
	}	

	.bewarp
	{
		display:none !important;
	}
	
	.bb_resbox
	{
	    display : none;
	}
}

@media screen and (max-width : 450px)
{
	.wpsisac-slick-variable.wpsisac-image-fit .wpsisac-img-wrap
	{
		height : auto;
	}
}


#slider_623 img
{
	text-align: center;
	max-width : 100%;
	    max-height: 200px;
	    height: 200px;
	    text-align: center;
}

.normal_font
{
	font-size: 17px;
}

.full-content
{
	max-height : none;
}

.quick_quide_bottom_section div
{
	font-size: 15px;
}

.bewarp #bb_resBtn
{
	background-color : #9E926E !important;
	border : none !important;
}

.Zebra_DatePicker_Icon_Wrapper
{
	width : 100%;
}

.coming_soon
{
	    width: 450px;
    text-align: center;
    margin: 0 auto;
    padding: 37px;
    background-color: rgba(0,0,0,0.4);
    color: white;
    font-family: cormorant-Medium-Italic;
}

.es_subscription_form label
{
	float: left;
	text-align : left;
}

.es_subscription_form input[type='submit']
{
	margin-top: 18px;
}

#make_reservation
{
font-family : abhaya-libre;
text-transform: uppercase;
}

.wpsisac-slick-slider.wpsisac-image-fit .wpsisac-img-wrap
{
	height : auto !important;
}

@media screen and (max-width: 1200px)
{
	#page_container_after
	{
		padding : 15px;
	}
}

.wpcf7-form span.wpcf7-not-valid-tip
{
        margin-bottom: 12px;
    margin-top: -4px;   
}

.videoWrapper
{
 position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	
	height: 0;
	margin-top: -60px;   
}

.videoWrapper iframe
{
    position: absolute;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
}

.allepey_section_home
{
  margin-top: -60px;
    z-index: 100;   
}



#cookie-law-info-bar, #cookie-law-info-again
{
 z-index: 100000;   
}

.owl-carousel .owl-item img
{
 width : 100% !important;   
}

#slider_623 img
{
    width : auto !important;
}

@media screen and (max-width:992px)
{
	.discover_more_button_container
	{
		margin-bottom : 0px !important;
	}
}

.single-post .container
{
	    background-color: white;
    padding-top: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: athiti-Regular;
}

.single-post .container #primary .entry-header .cat-links a
{
	  
    font-family: athiti-Regular;
}

.single-post .container #primary .entry-header a, .single-post .container #entry-header .entry-header span
{
	font-size: 16px;
}

.single-post .search-field
{
	font-family: athiti-Regular !important;
}

.single-post .page-title
{
	    font-size: 45px;
    font-family: cormorant-Medium-Italic;
    font-weight: bold;
}

.featured-thumbnail, .interior-hero
{
    height : 70vh !important;
    max-height: 70vh !important;
    background-position : 50% 50%;
}

.single-post .page-title, .single-post .cat-links
{
    display: none;
}


.page-id-212 .entry-footer
{
    display:none;
}

.three-col
{
  column-count: 3;
  
}

@media screen and (max-width : 992px)
{
  .three-col
{
  column-count: 1;
  
}
}

@media screen and (min-width: 768px)
{
    .allepy_image
    {
        flex: 0 0 49%;
    }
}


#special_offers
{
  position: fixed;
    left: 400px;
    z-index: 1000;
    margin-top: 23px;
    font-size: 17px;
    color: white;
    background-color: orange;
    padding: 5px 15px;
    line-height: 21px;
}

@media screen and (max-width: 768px)
{
  #special_offers
  {
      display : none;
  }
}