/*
    Theme Name: Elite
    Description: Elite
    Version: 1.4.3
    Author: Todd Motto (@toddmotto)
    Author URI: http://toddmotto.com
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
    /* font-size:62.5%; */
}

.btn.search-btn {
    margin-left: 1em;
    padding: 1.2em !important;
}

/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */

.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

/* header */

.header {}

/* logo */

.logo {}

.logo-img {}

/* nav */

.nav {}

/* sidebar */

.sidebar {}

/* footer */

.footer {}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.featured-stories img {
    width: 350px;
    height: 260px;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 0px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

li#breadcrumbs span.breadcrumb_last {
    color: #a3a3a3 !important;
}

.misha_loadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.misha_loadmore:hover {
    background-color: #767676;
    color: #fff;
}

.load-more-posts {
    float: left;
}

.infscr-loading {
    background: #a3a3a3;
    color: #fff;
    font-size: 14px;
    display: block !important;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto !important;
    width: 300px;
    float: none;
}

.single-page-custom {
    padding: 10px 0 60px 0;
}

.desc-single-page iframe {
    margin: 20px 0;
    text-align: left;
}

.desc-single-page p {
    font-size: 14px;
}

.desc-single-page img {
    margin-right: 20px;
    margin-bottom: 20px;
    height: 400px;
    width: auto;
}

.pagination {
    margin-bottom: 30px;
}

.search-results h1 {
    margin-bottom: 20px;
}

.desc-single-page p,
.desc-single-page h1,
.desc-single-page h2,
.desc-single-page h3,
.desc-single-page h4 {
    clear: both;
}

.box-images img {
    min-height: 240px;
}

#display-mb-menu .mainmenu {
    height: 500px;
    overflow-y: scroll;
}

a#load_more {
    *display: none;
}

#section-top-100-restaurants h6.text-center {
    line-height: 1.3;
}

.category-desc p {
    font-size: 14px;
    line-height: 1.5;
}

hr.line-travelguide {
    padding-bottom: 24px;
}

.watches-style {
    text-transform: capitalize !important;
    font-size: 1.3rem;
}

.watches-boxes {
    margin-bottom: 5px;
}

.watches-boxes img {
    border: 1px solid #dfdfdf;
}

#menu-footer-menu li {
    display: inline;
    margin: 0 10px;
}

.travel-guides-images img {
    height: 240px !important;
}

span.span-btn-cls {
    border: 1px solid #000;
    padding: 0.3rem;
    margin: 0.5em 0;
    display: inline-block;
    font-weight: 600;
    font-size: 1.5em;
}

h5.banner-heading {
    font-family: Montserrat, "Helvetica Neue", helvet;
    font-weight: bold;
}

div#div-gpt-ad-6360398-5 {
    text-align: left !important;
}

div.sponsored-adviser-profile p {
    padding: 0.3rem !important;
    font-size: 1.2em !important;
}

.sponsored-adviser-profile {
    margin-bottom: 4px !important;
}

.customSearchPanel {
    position: relative;
    width: 100%;
    margin: 0 0px 10px;
    padding: 0;
}

.customSearchPanel input {
    max-width: 100%;
}

.customSearchfield {
    display: inline-block;
    border: 1px solid red;
    padding: 1rem 1rem;
    vertical-align: middle;
}

.customSearchBox {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 100%;
    height: 40px !important;
    background: #f1f1f1;
}

.customSearchButton {
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    /* Prevent double borders */
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.customSearchButton:hover {
    background: #0b7dda;
}

.menu-filters {
    padding-top: 30px;
}

.ranking-results {
    margin-top: 20px;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

td:nth-of-type(2)::before {
    content: none;
}

#___gcse_0 table#gs_id50 {
    margin-bottom: 0;
}

#___gcse_0 .gsc-input-box {
    border: 1px solid #dfe1e5;
}

#___gcse_0 .gsib_a {
    padding: 0;
}

#___gcse_0 input.gsc-input {
    border: 0px solid #dfe1e5 !important;
    height: 30px !important;
    box-shadow: none !important;
    padding-left: 10px !important;
}

.gsc-above-wrapper-area,
.gsc-wrapper {
    max-width: 800px;
    margin: auto;
}

.gsc-webResult.gsc-result {
    border-bottom: 1px solid #dfe1e5 !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}

.gsc-control-cse .gsc-table-result {
    margin-top: 10px;
}

.gsc-table-cell-thumbnail .gs-image-box {
    margin-right: 10px;
}

@media (min-width: 768px) {
    #___gcse_0 {
        max-width: 800px;
        margin: 30px auto 0px;
    }

    .gsc-search-button.gsc-search-button-v2 {
        height: 52px;
        position: relative;
        left: -24px;
        border: 0;
        top: -1px;
    }

    #___gcse_0 input.gsc-input {
        height: 50px !important;
    }
}

.gsc-above-wrapper-area,
.gsc-wrapper .gsc-adBlock {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    table td:nth-of-type(3):before {
        content: "" !important;
    }

    table td:nth-of-type(2):before {
        content: "" !important;
    }
}

td:nth-of-type(2)::before {
    content: none;
}

#___gcse_0 .gsib_a {
    padding: 1px 0px 0px 0px;
}

.gssb_a {
    background: #fff;
}

.gsc-search-box tbody {
    border: 0;
}
#rankinCustomSearch .gsib_b {
    padding-right: 5px;
}
#rankinCustomSearch tbody th, tbody td{
    padding: 0!important;
}
#rankinCustomSearch table{
    margin-bottom: 0!important;
}
#rankinCustomSearch .gsc-search-button.gsc-search-button-v2 {
	left: -2px;
	position: relative;
	height: 42px;
	top: -1px;
	border: 0;
	border-radius: 0;
}
#rankinCustomSearch .gsc-input {
    height: 40px!important;
	border: 0 !important;
	box-shadow: none;
	max-width: 100%;
	text-indent: 10px;
}
.gssb_a table tbody{
	border-bottom: 1px solid #f1f1f1 !important;
	border: 0;
	background-color: #fff;
}
.gssb_a table tr td{ 
	padding: 5px !important;
}
.gssb_a table tbody:hover{
	background-color: #ebebeb;
}
#rankinCustomSearch .gsib_b {
	text-indent: 0;
}
@media (max-width: 1024px) {
    #rankinCustomSearch .gsc-search-button.gsc-search-button-v2 {
        left: 0;
        position: relative;
        height: 53px;
        top: 0px;
        border: 0;
        border-radius: 0px 7px 7px 0px;
    }
}
.siteLevalSearch {
	display: flex;
	align-items: flex-start;
}
.siteLevalSearch #inlineFormInputName {
	height: 50px;
	width: 100%;
}
.siteLevalSearch .btn.search-btn {
	margin-left: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	position: relative;
	left: unset;
	right: unset;
	top: unset;
	transform: unset;
}
.sls-left{
	flex-basis: 75%;
}
.sls-right{
	flex-basis: 25%;
}
#exampleModalCenter .modal-header .close {
	margin: -0.5rem -0.5rem -1rem auto;
}
