/*
 Theme Name:	Twenty Seventeen Child 2
 Theme URI:		http://worldwideholidaysclub.com/
 Description:	Twenty Seventeen 2nd Child theme for Main Website
 Author:		WHC
 Author URI:	https://worldwideholidaysclub.com/
 Template:		twentyseventeen
 Version:		1.0.0
 Tags:			Worldwide Holidays, Luxury Vacations, India Tours, International Travel, Luxury Holidays in India and Worldwide
 Text Domain:	twenty-seventeen-child-2
*/
/* ===================================
 == Theme customization starts here ==
====================================== */
/** Google Fonts and maxcdn css for Card Section CSS */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');
/** @import url(
'https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css');**/
/** Finish Google Fonts and maxcdn css for Card Section CSS */

/* Make Pages Full-width */
.wrap page-full-width {
	max-width: 90%;
	padding-left: 2em;
	padding-right: 2em;
}
 
@media screen and (min-width: 48em) {
	.wrap {
		max-width: 90%;
	}
}
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

@media screen and (min-width: 30em) {
	.page-one-column .panel-content .wrap 
	{
		max-width: 90%;
	}
} 
/** Single Post Full-width **/
.primary-wide {
 float: left;
 width: 100%;
}
/** Suppress Post Date & Author Details **/
.entry-meta {
    display: none !important;
}

/** Hide Header on all inside Pages
.site-branding {
  display: none;
}

.home .site-branding {
  display: inherit;
} **/
/** my styled blockquote **/
.my_blockquote {
font-family: Georgia, serif;
font-size: 16px;
font-style: italic;
background: #f9f9f9;
width: 100%;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}

.my_blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -3px;
top: -20px;
color: #7a7a7a;
}
.my_blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
.my_blockquote cite:before {
content: "\2014 \2009";
}
/* Hide featured image in single post */
.single-featured-image-header img {
	height: 33vh;
	object-fit: cover;
}
/* ============*/
h1.whc-title {
    text-transform: none !important;
}

h2.whc-title {
    text-transform: none !important;
}
.entry-title {
    display: none !important;
}
.entry-header {
padding-top: 10px !important;
padding-bottom: 10px !important;
margin-bottom: 10px !important;
}
/** WHC Columns **/
.cols_whc {
  -webkit-columns: 4 150px;
  -moz-columns: 4 150px;
  columns: 4 150px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

.box_whc {
  font-size: 14px;
  font-family: 'Georgia', serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333333;
  /** background: #ecf0f1; **/
  padding: 1em;
}

.box_h2, box_h3, box_h4, box_h5 {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
  font-size: 1.3em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.box_p {
  margin-bottom: 0.5em;
  text-align: justify;
}

/*.lead {
  font-variant: small-caps;
  font-size: 1.3em;
  text-align: left;
  font-style: italic;
} */
/* Contact Form */
#wpcf7-f4249-p2321-o1 { 
background-color: #fff;
border: 1px solid #bbb;
padding:20px;
}
#wpcf7-f4249-p2321-o1 input[type="text"],
#wpcf7-f4249-p2321-o1 input[type="email"],
#wpcf7-f4249-p2321-o1 textarea {
background:#fff;
color:#222;
font-family:Libre Franklin regular; 
font-style:italic;    
}
#wpcf7-f4249-p2321-o1 input[type="submit"],
#wpcf7-f4249-p2321-o1 input[type="button"] { 
background-color:#436060;
width:100%;
text-align:center;
text-transform:none;
}
/*** Title with Line Behind  ***/
.whc-title {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
 }
.whc-title:before, 
.whc-title:after {
	flex-grow:1;
  margin-left: 3%;
  margin-right: 3%;
  height: 1px;
  content: '\a0';
  background-color: #aaa;	
  align-self: center;
}
/*** Punchline Page End  ***/
.whc-foot-liner {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  color: #999;
  justify-content: center;
}
/* Box Outline */
.p-footer {
 /*background-color: #E8E8EE;*/
    border-radius: 25px;
    width: 100%;
    border: 1px solid green;
    padding: 15px;
 /* margin: 15px; */
}

/* Change Footer Background Color */
.site-footer { background: #373737; }
.widget-title {
	color: #ffffff !important;
}
.site-footer {
    color: #ffffff;
}

.site-footer a {
     color: #ffffff;
}

.site-footer a:hover {
     color: #ffffff;
}

/* Remove Link Underline */
.entry-content a, 
.entry-summary a, 
.widget a, 
.site-footer .widget-area a, 
.posts-navigation a, 
.widget_authors a strong,
.entry-content a:hover, 
.entry-summary a:hover, 
.widget a:hover, 
.site-footer .widget-area a:hover, 
.posts-navigation a:hover, 
.widget_authors a strong:hover {
    box-shadow: none;
}

/** Img and z-index CSS **/
.z-depth-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;
}
.z-depth-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
/** Bootstrap Card CSS */
.blue-gradient {
  background: -webkit-linear-gradient(50deg, #45cafc, #303f9f) !important;
  background: -o-linear-gradient(50deg, #45cafc, #303f9f) !important;
  background: linear-gradient(40deg, #45cafc, #303f9f) !important; }

.card-intro {
  margin-top: 67px; }
  .card-intro .card-body {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important; }

/** Start Card Section CSS */
section{
    padding: 40px 0;
}
.details-card {
	background: #ffffff;
	/*background: #ecf0f1;*/
}

.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
}

.card-img span {
	position: absolute;
    top: 15%;
    left: 12%;
    background:/*#11846b;*/#1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-30%,-30%);
}
.card-img span bs_h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}

.card-desc bs_h3 {
	color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
	color: #747373;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
.btn-card{
	background-color: /*#11846b;*/ #1ABC9C;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
/* End Card Section CSS */