/*
Theme Name: Avoir Child
Theme URI: http://plethorathemes.com/avoir/
Description: Child theme for Avor (Plethora Themes)
Version: 1.1.4

Author: Plethora Themes
Author URI: http://plethorathemes.com
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-options, translation-ready
Template: avoir
*/
/* DO YOUR STUFF AFTER THIS !!  */
/*Menu Bar*/
.nav_and_tools {
	position:relative!important;
	margin-top:60px!important;
}

/*Font Changes*/
.subtitle {
    font-size:16px!important;
    letter-spacing: 6px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    margin-bottom: 3px;
}

.vc_column-inner.vc_custom_1478143975712 {
background:black;
}      
.main {
box-sizing:border-box!important;
}

.about-link a:hover {

	color:grey!important;

}

/*Bullets on Slider*/

.tp-bullet {

	border:0px!important;
	background:none!important;
	background-color:grey!important;

}
.tp-bullet:hover{
background-color:white!important;
}
.tp-bullet.selected {

background-color:white!important;

}



/*Header Arrow*/

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.bounce svg:hover {

	fill: #C0C0C0!important;

}
.slider-arrow.bounce.animated{-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;

            animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

animation-fill-mode:both;
-webkit-animation-duration:2s!important;
-moz-animation-duration:2s!important;
-ms-animation-duration:2s!important;
-o-animation-duration:2s!important;
animation-duration:2s!important;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
.slider-arrow {
	cursor:pointer;
}

/*Transparent images on hover for posts */



.vc-gitem-zone-height-mode-auto:before, .plethora_button.wpb_content_element.about-link:before, .footer img:before {

	background:white;
	opacity: 0;

}
.vc-gitem-zone-height-mode-auto:hover:before, .plethora_button.wpb_content_element.about-link:hover:before, .footer img:hover:before {

	opacity: .5;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

/*Fix for mobile menu*/

.mobile-navigation { overflow: hidden; }

/*Front Page*/

.home .vc_btn3-container.vc_btn3-left {

	text-align:center!important;

}
.home .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{

    border: 2px solid #5b6964 !important;
    color: #5b6964 !important;
    background-color: white !important;
    display: inline-block;
    vertical-align: middle;
    font-weight:700;
    text-align:center!important;
    text-transform:uppercase;
-webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.home .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {

	background-color:#5b6964!important;
	color:white!important;

}
div.footer {

	padding-top:25px!important;
	padding-bottom:0px!important;
	/*margin-top:10px!important;*/
}


.home div.vc_gitem_row.vc_row.vc_gitem-row-position-top, div.vc_grid.vc_row.vc_grid-gutter-30px {
	padding-bottom:0px!important;
}

.home .check-booking-btn a.btn.btn-black, .footer a.footer-book-now-btn{

	background-color:#5b6964!important;
	border-color:#5b6964!important;
	border: 2px solid #5b6964!important;
	color:white!important;
	
}



.home .check-booking-btn a.btn.btn-black:before, .footer a.footer-book-now-btn:before {
	background-color:#5b6964!important;
}

.home .check-booking-btn a.btn.btn-black {

	padding-top:25px!important;
	padding-bottom:25px!important;

}
.home .check-booking-btn a.btn.btn-black:hover {

color:white!important;

}
.home .about-heading, .about-link a {
	color:#3c3533!important;
}

.home .about-link {

	text-align:right;

}

.about-link .btn-link:after {

	content:"\003e"!important;

}

.inner-mason-text {
   left:50%;
   top:50%;
   -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   position:absolute;
   color:white;
   visibility:hidden;
   font-weight:600;
   font-size:4vw;
   line-height:1.2;
   text-align:center;
   text-transform: uppercase!important;
   opacity: 0;
   transition: visibility 2s, opacity 0.5s linear;
   -moz-transition: visibility 2s, opacity 0.5s linear;
   -webkit-transition: visibility 2s, opacity 0.5s linear;
   -o-transition: visibility 2s, opacity 0.5s linear;
	word-break: break-all;
}

.mason-text a{
	color: white !important;
	    font-size: 3.2vw !important;
    letter-spacing: 5px !important;
}

.outer-mason-text {

	position:relative;

}

.outer-mason-text:hover .inner-mason-text {

	visibility:visible;
   transition: visibility 2s, opacity 0.5s linear;
   -moz-transition: visibility 2s, opacity 0.5s linear;
   -webkit-transition: visibility 2s, opacity 0.5s linear;
   -o-transition: visibility 2s, opacity 0.5s linear;

}
.front-page-faux-mason {

	width:99.99999999999%;
	height:100%;
	table-layout:fixed;
	margin:0px;
	background-color:black;
	letter-spacing: .2em;

}

.front-page-faux-mason td {

	width:50%;
	padding:0px;
	border:0px;
	background-color:black;
}

.front-page-faux-mason .top-row img {
	height:15em!important;
 	width:25vw!important;
	height: 25vw!important;

}

.front-page-faux-mason .bottom-row img {

	height:15em!important;
 	width:50vw!important;
	height:25vw!important;

}

.front-page-faux-mason.right-side a img {
	height:30em!important;
 	width:50vw!important;
	height:50vw!important;

}

.mobileHide {
	visibility:visible!important;
}
.mobileShow {
	visibility:hidden!important;
}

@media screen and (max-width: 768px) {

	.front-page-faux-mason .top-row img {

	 	width:50vw!important;
		height: 50vw!important;

	}

	.front-page-faux-mason .bottom-row img {

	 	width:100vw!important;
		height:50vw!important;

	}

	.front-page-faux-mason.right-side a img {

	 	width:100vw!important;
		height:100vw!important;
	}
	.outer-mason-text img {

		opacity: 0.6!important;
		filter: alpha(opacity=60)!important;

	   transition: opacity 0.5s linear!important;
	   -moz-transition: opacity 0.5s linear!important;
	   -webkit-transition: opacity 0.5s linear!important;
	   -o-transition: opacity 0.5s linear!important;
		color:white!important;

	}

	.outer-mason-text .inner-mason-text {

		visibility:visible!important;
	   transition: visibility 2s, opacity 0.5s linear!important;
	   -moz-transition: visibility 2s, opacity 0.5s linear!important;
	   -webkit-transition: visibility 2s, opacity 0.5s linear!important;
	   -o-transition: visibility 2s, opacity 0.5s linear!important;
		opacity:1!important;
	}

	.mobileHide {
		visibility:hidden!important;
	}
	.mobileShow {
		visibility:visible!important;
	}
}
.portland-banner-row {
	backround-color:black!important;
}

.outer-mason-text:hover img {

	opacity: 0.6;
	filter: alpha(opacity=60);

   transition: opacity 0.5s linear;
   -moz-transition: opacity 0.5s linear;
   -webkit-transition: opacity 0.5s linear;
   -o-transition: opacity 0.5s linear;
	color:white;

}

.outer-mason-text img {
	opacity: 1;
   transition: opacity 0.5s linear;
   -moz-transition: opacity 0.5s linear;
   -webkit-transition: opacity 0.5s linear;
   -o-transition: opacity 0.5s linear;
}

.logo {
display:none!important;
}

.main .container {
margin-left: 0px!important;
margin-right:0px!important;
width:100%!important;
}

.home .main .content_main_loop {
padding-left:0px!important;
padding-right:0px!important;
}

.home .main .parallax-row .vc_column-inner {
padding-left:0px!important;
padding-right:0px!important;
}

.about-the-hotel {
	padding-left:15px;
	padding-right:15px;
}

.logo-in-menu a img {

height: 100px!important;
width:auto;


}

.primary_nav .hidden_on_header_stuck, .nav_and_tools {

text-align:center!important;
margin-top:40px;
}
.dimmed, .portland-banner-row {
  position: relative!important;
  color:white;
}

.portland-banner-row .wpb_column {

	z-index:1000!important;

}

.dimmed:after, .portland-banner-row:after {
  content: " ";
  z-index: 999;
  display: block!important;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(20, 20, 25, 0.23);
}

.main .section div[class*="col-"], .main .vc_row div[class*="col-"] {

	height:100%;
} 

/*For Apple Devices: Fake Masonary*/
@media screen and (device-width: 320px) {
	.front-page-faux-mason .top-row img {
		height:160px!important;
	 	width:160px!important;
	}
	.front-page-faux-mason .bottom-row img {
		height:160px!important;
	 	width:320px!important;
	}
	.front-page-faux-mason.right-side a img {
		height:320px!important;
	 	width:320px!important;
	}
}
@media screen and (device-width: 568px) {
	.front-page-faux-mason .top-row img {
		height:284px!important;
	 	width:284px!important;
	}
	.front-page-faux-mason .bottom-row img {
		height:284px!important;
	 	width:568px!important;
	}
	.front-page-faux-mason.right-side a img {
		height:568px!important;
	 	width:568px!important;
	}
}
@media screen and (device-width: 375px) {
	.front-page-faux-mason .top-row img {
		height:187.5px!important;
	 	width:187.5px!important;
	}
	.front-page-faux-mason .bottom-row img {
		height:187.5px!important;
	 	width:375px!important;
	}
	.front-page-faux-mason.right-side a img {
		height:375px!important;
	 	width:375px!important;
	}
}
@media screen and (device-width: 667px) {
	.front-page-faux-mason .top-row img {
		height:333.5px!important;
	 	width:333.5px!important;
	}
	.front-page-faux-mason .bottom-row img {
		height:333.5px!important;
	 	width:667px!important;
	}
	.front-page-faux-mason.right-side a img {
		height:667px!important;
	 	width:667px!important;
	}
}
@media screen and (device-width: 414px) {
	.front-page-faux-mason .top-row img {
		height:207px!important;
	 	width:207px!important;
	}
	.front-page-faux-mason .bottom-row img {
		height:207px!important;
	 	width:414px!important;
	}
	.front-page-faux-mason.right-side a img {
		height:414px!important;
	 	width:414px!important;
	}

}
@media screen and (device-width: 736px) {
	.front-page-faux-mason .top-row img {
		height:368px!important;
	 	width:368px!important;
	}
	.front-page-faux-mason .bottom-row img {
		height:368px!important;
	 	width:736px!important;
	}
	.front-page-faux-mason.right-side a img {
		height:736px!important;
	 	width:736px!important;
	}

}


@media screen and (device-width: 778px) {
	.front-page-faux-mason .top-row img {
		height:194.5px!important;
	 	width:194.5px!important;
	}
	.front-page-faux-mason .bottom-row img {
		height:194.5px!important;
	 	width:389px!important;
	}
	.front-page-faux-mason.right-side a img {
		height:389px!important;
	 	width:389px!important;
	}

}

@media screen and (device-width: 768px) {
	.front-page-faux-mason .top-row img {
		height:192px!important;
	 	width:192px!important;
	}
	.front-page-faux-mason .bottom-row img {
		height:192px!important;
	 	width:384px!important;
	}
	.front-page-faux-mason.right-side a img {
		height:384px!important;
	 	width:384px!important;
	}

}
@media screen and (device-width: 1024px) {
	.front-page-faux-mason .top-row img {
		height:256px!important;
	 	width:256px!important;
	}
	.front-page-faux-mason .bottom-row img {
		height:256px!important;
	 	width:512px!important;
	}
	.front-page-faux-mason.right-side a img {
		height:512px!important;
	 	width:512px!important;
	}

}
@media screen and (device-width: 1336px) {
	.front-page-faux-mason .top-row img {
		height:334px!important;
	 	width:334px!important;
	}
	.front-page-faux-mason .bottom-row img {
		height:334px!important;
	 	width:668px!important;
	}
	.front-page-faux-mason.right-side a img {
		height:668px!important;
	 	width:668px!important;
	}

}

.footer td {

border:0;
vertical-align:center!important;

}


.footer img {

height:2em;
min-height:2em;
width:2em;
min-width:2em;
}

.wpb_wrapper h3 {
letter-spacing:0.12em!important;
}

.vc_gitem-post-data h4 {
	text-align:center!important;
}



div.outer-mason-text:hover > div.inner-mason-text {
  visibility: visible!important;
  opacity: 1!important;
}
.footer img:hover {

opacity: 0.8;

}

a {
	border-radius:0px!important;
	font-family: 'Futura PT W01 Medium'!important;
}

.about-link a, .vc_btn3-container a, a.footer-book-now-btn, li.menu-item a, .sbi_load a , a.btn, a.sbi_load_btn {

	letter-spacing:0.25em!important;

}

.wpb_wrapper p.subtitle, div.about-heading span.subtitle, div.inner-mason-text, .about-link a, .vc_btn3-container a, a.footer-book-now-btn, .sbi_load a , a.btn, a.sbi_load_btn {

	font-family:'Futura PT W01 Book'!important;

}

.wpb_wrapper h2, .subtitle_top h2 {

	font-family:'FuturaPTW01-CondMedium'!important;

}

.primary_nav {
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
}

/*From Theme CSS Field*/
.container-fluid {
max-width: 1260px!important;
}
.narrow {
max-width: 900px!important;
margin: 0 auto !important;
float: none !important;
}
.vc_single_image-wrapper {
opacity: .9!important;
}
.pp_description {
display: none !important;
}
.topCut {
padding-top: 0px !important;
}

.vc_grid {
padding: 0px !important;
}

.vc_gitem-animated-block {
opacity: 0.8!important;
}

#groupBooking {
padding-top: 0px!important;
}

.front-page-faux-mason {
letter-spacing: .2em!important;
}

.home .check-booking-btn a.btn.btn-black {
/*width: 50%!important;*/
padding-top: 25px !important;
padding-bottom: 25px !important;
}

h4 {
letter-spacing: .25em !important;
}

.head_panel .subtitle {
    letter-spacing: .25em !important;
    font-size: 1.5em !important;
}

.blog_post_date {
display: none!important;
}

svg {
display: none!important;
}

.textImage {
padding: 0 20px 20px 0!important;
opacity: .8!important;
}

.blog_post_single_content {
font-size: 22px!important;
line-height: 1.8em!important;
}

.wpb_single_image img{
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.lead img{
margin-top: 20px !important;
margin-bottom: 20px !important;
}

.blog_post_listing_meta img{
opacity: .9!important;
}

.widget_categories ul li a:link, .widget_recent_entries ul li a {
letter-spacing: .1em!important;
font-weight: 100!important;
}

.vc_btn3.vc_btn3-color-green, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
background-color: #5b6964!important;
}

.vc_btn3.vc_btn3-color-green, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover {
background-color: #4d5253!important;
}

@media only screen and (max-width: 767px) {
	.teaser_box{
		max-width: none!important;
	}
	.front-blog-column {
		text-align: left !important;
	}
}

/*End from theme options*/