/*
Theme Name: Gungnir
Theme URI: http://adlava.com
Author: adlava
Author URI: http://adlava.com
Description: Adlava Gungnir Theme
Version: 1.1.0
Text Domain: gungnir
Tags: adlava-dev-squad

# Aftermath Stylesheet
	- Let's try to keep this stylesheet for additional features outside the scope of the originally converted prototype.


The Gungnir is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# First New Feature
# Second New Feature
	## A Sub-Item of the Second New Feature
	## Another Sub-Item of the Second New Feature
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# First New Feature
--------------------------------------------------------------*/
/*.some-code-here {
	yeah: here;
}*/


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}
/*Pools Page*/
.page-id-33 .thumbnail-link-desc {
    padding-left: 10px;
    padding-right: 10px;
}
.page-id-33 .thumb-text.short-desc {
    height: 180px;
}
/*Hotel page*/
.col.marg-btm-20 {
    margin-bottom: 20px;
}

.social-post p a{
	text-decoration: none;
    color: #cb4763;
}
.social-post p a:hover{
	color: #535353;
}
.page-template-page-restaurant-detailed .section .content-wrap-inner .col.pad-0.w-col.w-col-5 p a,
.page-template-page-amenity-details-2 .section .content-wrap-inner .col.pad-0.w-col.w-col-5 p a,
.page-template-page-amenity-details-2 .overview-contact-block a,
.faq-block .acc-content-inner p a,
.article-detailed-text-block ul li a,
.article-detailed-text-block p a{
	text-decoration: none;
    color: #cb4763;
}
.page-template-page-restaurant-detailed .section .content-wrap-inner .col.pad-0.w-col.w-col-5 p a:hover,
.page-template-page-amenity-details-2 .section .content-wrap-inner .col.pad-0.w-col.w-col-5 p a:hover,
.page-template-page-amenity-details-2 .overview-contact-block a:hover,
.faq-block .acc-content-inner p a:hover,
.article-detailed-text-block ul li a:hover,
.article-detailed-text-block p a:hover{
	color: #535353;
}


img[src*="analytics"], img[src*="tribalfusion"], img[src*="yieldoptimizer"], img[src*="netmng"], iframe[src*="imiclk"]{
    display: none;
}
/*New fields to form from footer*/
#gform_5 #field_5_2 label {
    color: hsla(0, 0%, 100%, 0.65);
    font-size: 0.7rem;
    font-weight: 300;
    margin-top: 10px;
}
.name-form{
	margin-bottom: -5px;
	color: hsla(0, 0%, 100%, 0.65);
    font-size: 0.7rem;
    font-weight: 300;
    margin-top: 10px;
}
#field_5_6{
	margin-right: 10px !important;
}
#gform_5 .gf_left_half,
#gform_5 .gf_right_half{
	width: 49%;
}
#input_5_6,
#input_5_7{
	background-color: hsla(0, 0%, 100%, 0.08);
    border-style: none;
    display: inline-block;
    font-size: 0.78rem;
    height: 45px;
    margin-bottom: 0;
    padding: 8px 12px;
    color: #999999;
}
@media screen and (max-width: 767px){
	#gform_5 .gf_left_half,
	#gform_5 .gf_right_half{
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
	#gform_5 .gf_left_half,
	#gform_5 .gf_right_half{
		width: 48%;
	}
}
/*End of new fields*/