html.windows-true {
	margin-top: 0 !important;
}

#wpadminbar {
	display: none !important;
}

.ip-banner canvas {
	height: 600px;
}

#inner-page-wrapper {
	margin-bottom: 0;
}

.canvas-img {
  position: relative;
}
  .canvas-img canvas {
    width: 100%;
    height: auto;
    display: block;
  }
  .canvas-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }

#inner-page-wrapper > .container {
	padding: 0;
	width: 100%;
}

.ip-breadcrumbs {
	padding: 0 30px;
	margin: 20px auto;
	max-width: 1360px;
	width: calc((1360/1600)*100%);
}

#breadcrumbs {
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.02em;
}

#breadcrumbs span.breadcrumb_last {
	color: #4d4d4d;
	font-weight: 500;
}

.ip-content {
	--font-family-title: 'Cormorant', serif;
	--font-family-default: 'Poppins', sans-serif;
	--transition: all .325s ease-in-out;
}

.ip-content p {
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.02em;
}

.ip-title {
	color: #1d1d1d;
	line-height: 1;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: 'Cormorant', serif; 
	text-align: left; 
	display: inline-block; 
	margin-bottom: 30px;
}

.ip-title span {
	color: #767676;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 18px;
	letter-spacing: 0.8em;
	font-family: 'Poppins', sans-serif;
}

.ip-title span::before {
	height: 1px;
	width: 58px;
	content: '';
	position: relative;
	margin-right: 22px;
	display: inline-block;
	vertical-align: middle;
	background: rgba(179, 179, 179, 0.60);
}

.ip-image {
	position: relative;
}

.ip-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: var(--transition);
}

.ip-image canvas {
	width: 100%;
	height: 100%;
	display: block;
}

.ip-button {
	color: #000;
	line-height: 1;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	border: 1px solid #cbcbcb;
	transition: var(--transition);
	padding: 22px 36px 21px;
	display: inline-block;
	position: relative;
	min-width: 230px;
	overflow: hidden;
	z-index: 1;
}

.ip-button::before,
.ip-button::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 0%;
	z-index: -1;
	background: #000;
	transition: var(--transition);
}

.ip-button::before {
	left: 0;
}

.ip-button::after {
	right: 0;
}

.ip-button:hover {
	color: #fff;
	border-color: #000;
}

.ip-button:hover::before,
.ip-button:hover::after {
	width: 50%;
}

/* Communities */

.comm-wrapper {
   display: block;
   position: relative;
   width: 100%; 
   max-width: 1300px; 
   margin: 50px auto 80px; 
   text-align: center;
}

.comm-area-list {
	position: relative; 
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	margin-right: -5px;
	margin-left: -5px; 
	flex-wrap: wrap;
}

 .comm-list {
    display: block;
    width: 50%;
    padding: 0 5px; 
    margin: 5px 0;
 }

  .comm-list a {
  	 display: block;
  	 width: 100%; 
  	 position: relative;
  	 	    transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -webkit-transition: all .3s ease-in-out;
  }

   .comm-list a > .comm-name {
   	 position: absolute;
   	 bottom: 0;
   	 padding: 30px; 
   	 font-weight: 400; 
   	 left: 0;
   	 right: 0;
   	 margin: 0 auto; 
   	 text-align: center;
	    transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    -webkit-transition: all .25s ease-in-out;
   }

	.comm-list a >  .comm-photo:before {
	    content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 1;
	    transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    -webkit-transition: all .25s ease-in-out;
	    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	}

	.comm-list a:hover > .comm-photo:before {
		background: rgba(0, 0, 0, 0.6);
	}

    .comm-list a > .comm-name span.area-title {
    	 position: relative;
    	 display: block; 
    	 font-size: 36px;
    	 font-family: 'Cormorant', serif;  
    	 color: #fff; 
    	 z-index: 2;  
    	 text-transform: uppercase;

    }

    .comm-list a:hover > .comm-name {
    	 opacity: 0;
    }

   
   .comm-list a > .comm-hover-d {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    padding: 50px 90px;
        
   }

        .comm-list a > .comm-hover-d span.area-title {
    	 position: relative;
    	 display: block; 
    	 font-size: 36px;
    	 font-family: 'Cormorant', serif;  
    	 color: #fff; 
    	 z-index: 2;  
    	 text-transform: uppercase; 
    	 margin-bottom: 10px; 
    	 font-weight: 300;
        }

        .comm-list a > .comm-hover-d p {
        	 font-size: 14px;
        	 color: #fff;
        	 line-height: 30px; 
        	 margin: 20px 0 30px;
        	 display: block; 
        	 font-weight: 300; 
        	 letter-spacing: 0.02em;
        }

        .comm-list a > .comm-hover-d span.comm-view{
             display: flex;
             justify-content: center;
             align-items: center;
             width: 100%;
             max-width: 195px; 
             height: 57px;
             margin: 20px auto; 
             border: 1px solid #fff; 
             font-size: 12px;
             letter-spacing: 0.3em; 
             text-transform: uppercase; 
             color: #fff;
        }

   .comm-list a:hover > .comm-hover-d {
        opacity: 1;
   }

@media only screen and (max-width: 991px) {


.comm-area-list {
	justify-content: center;
}
.comm-area-list {
	padding: 0 15px;
}

.comm-list a > .comm-hover-d {
    padding: 50px 30px;
}

 .ip-title {
 	display: block;
 	text-align: center;
 }

 .ip-title span::before {
 	display: none;
 }

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {

 .comm-list {
 	width: 100%;
 }

 .comm-list a > .comm-hover-d span.area-title,
 .comm-list a > .comm-name span.area-title {
 	font-size: 30px;
 }

 .comm-list a > .comm-hover-d {
    padding: 50px 15px;
}

.canvas-img canvas {
	height: 360px;
}

}

@media only screen and (max-width: 480px) {

 .ip-title {
 	font-size: 34px;
 }

}

@media only screen and (max-width: 320px) {


}






