/*-----------------------------------------------------------------------------------

	Theme Name: MetroStyle
	Theme URI: http://www.olevmedia.com
	Description: All Purpose Theme
	Author: OlevMedia
	Author URI: http://www.olevmedia.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.4.2

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/
html {
    -webkit-text-size-adjust: none;
}
header,
nav,
section,
article,
aside,
footer {
    display: block;
}
body {
    margin: 0;
    padding: 0;
    font: 12px/16px Arial;
}
.bg-overlay {
    padding: 0px 0;
    background-attachment: fixed;
    background-repeat: repeat;
}
* {
    outline: none;
}
img {
    border: 0;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
/************************
 * Text
 ************************/
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    margin: 16px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 32px 0 16px;
    line-height: 140%;
    font-weight: 700;
}
.one-half h1:first-child,
.one-half h2:first-child,
.one-half h3:first-child,
.one-half h4:first-child,
.one-half h5:first-child,
.one-half h6:first-child,
.one-third h1:first-child,
.one-third h2:first-child,
.one-third h3:first-child,
.one-third h4:first-child,
.one-third h5:first-child,
.one-third h6:first-child,
.two-third h1:first-child,
.two-third h2:first-child,
.two-third h3:first-child,
.two-third h4:first-child,
.two-third h5:first-child,
.two-third h6:first-child,
.one-fourth h1:first-child,
.one-fourth h2:first-child,
.one-fourth h3:first-child,
.one-fourth h4:first-child,
.one-fourth h5:first-child,
.one-fourth h6:first-child,
.three-fourth h1:first-child,
.three-fourth h2:first-child,
.three-fourth h3:first-child,
.three-fourth h4:first-child,
.three-fourth h5:first-child,
.three-fourth h6:first-child,
.one-fifth h1:first-child,
.one-fifth h2:first-child,
.one-fifth h3:first-child,
.one-fifth h4:first-child,
.one-fifth h5:first-child,
.one-fifth h6:first-child,
.two-fifth h1:first-child,
.two-fifth h2:first-child,
.two-fifth h3:first-child,
.two-fifth h4:first-child,
.two-fifth h5:first-child,
.two-fifth h6:first-child,
.three-fifth h1:first-child,
.three-fifth h2:first-child,
.three-fifth h3:first-child,
.three-fifth h4:first-child,
.three-fifth h5:first-child,
.three-fifth h6:first-child,
.four-fifth h1:first-child,
.four-fifth h2:first-child,
.four-fifth h3:first-child,
.four-fifth h4:first-child,
.four-fifth h5:first-child,
.four-fifth h6:first-child,
.one-sixth h1:first-child,
.one-sixth h2:first-child,
.one-sixth h3:first-child,
.one-sixth h4:first-child,
.one-sixth h5:first-child,
.one-sixth h6:first-child,
.five-sixth h1:first-child,
.five-sixth h2:first-child,
.five-sixth h3:first-child,
.five-sixth h4:first-child,
.five-sixth h5:first-child,
.five-sixth h6:first-child {
    margin-top: 0;
}
h1 {
    font-size: 200%;
}
h2 {
    font-size: 180%;
}
h3 {
    font-size: 160%;
}
h4 {
    font-size: 140%;
}
h5 {
    font-size: 120%;
}
h6 {
    font-size: 100%;
}
cite {
    font-style: normal;
}
/************************
 * Responsive Images & Videos
 ************************/
img {
    max-width: 100%;
    height: auto;
}
.video-embed,
.video-embed-ni {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.video-embed iframe,
.video-embed object,
.video-embed embed,
.video-embed video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
}
.video-embed-ni iframe,
.video-embed-ni object,
.video-embed-ni embed,
.video-embed-ni video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/*********************************************************************
 ** Columns
 *********************************************************************/
.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
    float: left;
    margin: 0 4% 0 0;
}
.one-half.last,
.one-third.last,
.two-third.last,
.one-fourth.last,
.three-fourth.last,
.one-fifth.last,
.two-fifth.last,
.three-fifth.last,
.four-fifth.last,
.one-sixth.last,
.five-sixth.last {
    margin-right: 0;
}
.one-half {
    width: 48%;
}
.one-third {
    width: 30.66%;
}
.two-third {
    width: 65.33%;
}
.one-fourth {
    width: 22%;
}
.three-fourth {
    width: 74%;
}
.one-fifth {
    width: 16.8%;
}
.two-fifth {
    width: 37.6%;
}
.three-fifth {
    width: 58.4%;
}
.four-fifth {
    width: 79.2%;
}
.one-sixth {
    width: 13.33%;
}
.five-sixth {
    width: 82.66%;
}
/************************
 * Overall Markup
 ************************/
.container {
    width: 952px;
    margin: 0 auto;
}
.block-1,
.block-2,
.block-2g,
.block-3,
.block-4,
.block-5,
.block-6,
.block-7 {
    margin: 6px;
    float: left;
    position: relative;
}
.block-1.no-mar,
.block-2.no-mar,
.block-3.no-mar,
.block-4.no-mar,
.block-5.no-mar,
.block-6.no-mar,
.block-7.no-mar,
.block-full.no-mar,
.block-1.zero-mar,
.block-2.zero-mar,
.block-3.zero-mar,
.block-4.zero-mar,
.block-5.zero-mar,
.block-6.zero-mar,
.block-7.zero-mar,
.block-full.zero-mar {
    margin: 0;
}
.block-1 {
    width: 96px;
}
@media only screen and (min-width: 980px) and (max-width: 1259px) {
    .webkit .block-1 {
        width: 95.99px;
    }
}
.block-1.no-mar {
    width: 108px;
}
.block-2 {
    width: 204px;
}
.block-2g {
    width: 180px;
}
.block-2.no-mar {
    width: 216px;
}
.block-3 {
    width: 305px;
}
.block-3.no-mar {
    width: 324px;
}
.block-4 {
    width: 420px;
}
.block-4.no-mar {
    width: 432px;
}
.block-5 {
    width: 528px;
}
.block-5.no-mar {
    width: 540px;
}
.block-6 {
    width: 622px;
}
.block-6.no-mar {
    width: 628px;
}
.block-7 {
    width: 744px;
}
.block-7.no-mar {
    width: 756px;
}
.block-8 {
    width: 852px;
}
.block-8.no-mar {
    width: 864px;
}
.block-full {
    margin: 6px;
}
.block-h-half {
    height: 42px;
}
.block-h-1 {
    height: 96px;
}
.block-h-1.no-mar {
    height: 108px;
}
.block-h-2 {
    height: 202px;
}
.block-h-2.no-mar {
    height: 216px;
}
.block-h-3 {
    height: 312px;
}
.block-h-3.no-mar {
    height: 324px;
}
.block-inner {
    padding: 10px;
    position: relative;
}
.blocks-same-height-uber-wrapper {
    overflow: hidden;
}
.blocks-same-height-wrapper {
    margin: 6px -6px;
    padding: 6px 0;
}
.blocks-same-height {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 12px;
    margin: -18px 0;
}
.blocks-same-height > .block-1,
.blocks-same-height > .block-2,
.blocks-same-height > .block-3,
.blocks-same-height > .block-4,
.blocks-same-height > .block-5,
.blocks-same-height > .block-6,
.blocks-same-height > .block-7,
.blocks-same-height > .block-8,
.blocks-same-height > .block-full {
    display: table-cell;
    float: none;
    vertical-align: top;
}
.eat-margins {
    margin: -10px;
}
.eat-outer-margins {
    margin: 0 -6px;
}
.eat-margins img {
    display: block;
}
.tbl-bottom {
    display: table;
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}
.tbl-bottom .tbl-td {
    display: table-cell;
    vertical-align: bottom;
    padding: 0;
}
.move-left {
    position: relative;
    left: -10px;
}
.move-right {
    position: relative;
    left: 10px;
}
.eat-left {
    margin-left: -10px;
}
.eat-right {
    margin-right: -10px;
}
.fs-s,
.fs-xs {
    font-size: 90%;
}
.dn {
    display: none;
}
.bg-color-menu,
.bg-color-slider,
.bg-color-main:not(.block-full),
.bg-color-sidebar,
.bg-color-footer {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
}
/************************
 * Headline
 ************************/
.headline {
    padding-top: 6px;
}
.headline-text {
    line-height: 16px;
    font-size: 12px;
}
.headline-text a {
    color: inherit;
    text-decoration: underline;
}
.headline-social {
    float: right;
    text-align: right;
}

/************************
 * Homepage
 ************************/
.homepage-blocks > .block-full > .block-inner,
.homepage-blocks > .blocks-same-height-wrapper > .blocks-same-height > .block-1 > .block-inner,
.homepage-blocks > .blocks-same-height-wrapper > .blocks-same-height > .block-2 > .block-inner,
.homepage-blocks > .blocks-same-height-wrapper > .blocks-same-height > .block-3 > .block-inner,
.homepage-blocks > .blocks-same-height-wrapper > .blocks-same-height > .block-4 > .block-inner,
.homepage-blocks > .blocks-same-height-wrapper > .blocks-same-height > .block-5 > .block-inner,
.homepage-blocks > .blocks-same-height-wrapper > .blocks-same-height > .block-6 > .block-inner,
.homepage-blocks > .blocks-same-height-wrapper > .blocks-same-height > .block-7 > .block-inner,
.homepage-blocks > .blocks-same-height-wrapper > .blocks-same-height > .block-8 > .block-inner {
    padding-bottom: 36px;
}
.homepage-blocks .block-1 > p,
.homepage-blocks .block-2 > p,
.homepage-blocks .block-3 > p,
.homepage-blocks .block-4 > p,
.homepage-blocks .block-5 > p,
.homepage-blocks .block-6 > p,
.homepage-blocks .block-7 > p,
.homepage-blocks .block-8 > p,
.homepage-blocks .block-full > p {
    margin: 0;
}
.homepage-blocks .block-1 > p > img,
.homepage-blocks .block-2 > p > img,
.homepage-blocks .block-3 > p > img,
.homepage-blocks .block-4 > p > img,
.homepage-blocks .block-5 > p > img,
.homepage-blocks .block-6 > p > img,
.homepage-blocks .block-7 > p > img,
.homepage-blocks .block-8 > p > img,
.homepage-blocks .block-full > p > img,
.homepage-blocks .block-1 > p > a > img,
.homepage-blocks .block-2 > p > a > img,
.homepage-blocks .block-3 > p > a > img,
.homepage-blocks .block-4 > p > a > img,
.homepage-blocks .block-5 > p > a > img,
.homepage-blocks .block-6 > p > a > img,
.homepage-blocks .block-7 > p > a > img,
.homepage-blocks .block-8 > p > a > img,
.homepage-blocks .block-full > p > a > img {
    display: block;
}
/************************
 * Content Styling
 ************************/
.edit-post-link {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 90%;
}
.page-h1 {
    color: inherit;
    margin-bottom: 0;
}
.page-h1-divider {
    margin: 0 -10px 32px;
    padding: 0 10px 4px;
    border-bottom: 1px solid #e8e7e7;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}
hr {
    margin: 16px -10px;
    border: 0;
    border-bottom: 1px solid #e8e7e7;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    height: 0;
    overflow: hidden;
}
/* BreadCrumbs */
.breadcrumbs {
    text-align: right;
    font-style: italic;
    font-size: 90%;
    margin-bottom: 4px;
}
.breadcrumbs a {
    color: inherit;
}
.content-with-sidebar > .block-6 > .block-inner,
.content-without-sidebar > .block-inner {
    padding-bottom: 36px;
}

/************************
 * COMMENTS
 ************************/
.comment{
    margin:36px 0
}
.comment-inner{
    margin-left:96px
}
.comment-uber-inner{
    display:table;
    border-collapse:collapse;
    width:100%
}
.comment-inner.depth-1{
    margin-left:0
}
.comment-inner.depth-2{
    margin-left:24px
}
.comment-inner.depth-3{
    margin-left:48px
}
.comment-inner.depth-4{
    margin-left:72px
}
.comment .info{
    display:table-cell;
    vertical-align:top;
    width:200px
}
.comment .info .pic{
    display:table-cell;
    vertical-align:top;
    padding-right:12px
}
.comment .info .pic-inner{
    float:left;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    overflow:hidden
}
.comment .info .pic-inner img{
    display:block
}
.comment .info .name-date{
    display:table-cell;
    vertical-align:top
}
.comment .info .name{
    font-size:110%;
    margin-top:9px
}
.comment .info .name a{
    color:inherit;
    text-decoration:none
}
.comment .info .date{
    margin-top:4px;
    font-style:italic;
    font-size:85%
}
.comment .info .date a{
    color:inherit
}
.comment .info .edit{
    font-size:85%;
    font-style:italic
}
.comment .frame{
    display:table-cell
}
.comment .frame-inner{
    background:rgba(0,0,0,0.03);
    padding:1px 12px;
    font-size:90%;
    position:relative;
    -webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.07);
    -moz-box-shadow:inset 0 1px 0 rgba(0,0,0,0.07);
    box-shadow:inset 0 1px 0 rgba(0,0,0,0.07)
}
.comment .frame-inner:after{
    content:'';
    position:absolute;
    top:5px;
    left:-24px;
    width:0;
    height:0;
    border:12px solid transparent;
    border-right-color:rgba(0,0,0,0.03)
}
.comment .reply{
    text-align:right;
    line-height:18px;
    margin:-8px 0 8px
}
.comment .reply a{
    display:inline-block;
    background:url(https://www.greengotravel.com/wp-content/themes/metro/img/reply.png) no-repeat right 4px;
    padding:0 20px 0 0
}
.comment .reply a span{
    opacity:0;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    transition:.3s
}
.comment .frame-inner:hover .reply a span{
    opacity:1
}
.new-comment-caption{
    font-size:125%;
    font-weight:700;
    margin:32px 0 16px
}
.new-comment{
    margin-bottom:32px
}
.new-comment .one-third{
    width:32.66%;
    margin:0 1% 1% 0
}
.new-comment .one-third.last{
    margin-right:0
}
.new-comment input[type=text],.new-comment input[type=password],.new-comment textarea{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
    margin:0
}
.new-comment textarea{
    margin-bottom:1%;
    display:block
}
.new-comment input[type=submit],.new-comment input[type=reset]{
    margin-right:1%
}
.cancel-comment-reply{
    margin:16px 0;
    font-size:90%
}

/************************
 * Forms
 ************************/
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
.contact-form select {
    background: #f7f7f7;
    background-color: rgba(0, 0, 0, 0.03);
    border: 0;
    padding: 6px 10px;
    margin: 0;
    font-size: 100%;
    border: 1px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.07);
    border-radius: 0;
    -moz-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    background-color: rgba(0, 0, 0, 0.02);
}
input.error,
textarea.error {
    border-color: red;
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.3);
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    padding: 7px 12px;
    margin: 0;
    border: 0;
    cursor: pointer;
    font-size: 105%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3), 0 6px 0 -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3), 0 6px 0 -3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3), 0 6px 0 -3px rgba(0, 0, 0, 0.15);
}
input[type="button"],
input[type="submit"] {
    color: #fff;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    background-image: none;
}
input[type="reset"]:hover {
    color: #fff;
}
#s {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.dark-panes-bg input[type="text"],
.dark-panes-bg input[type="email"],
.dark-panes-bg input[type="password"],
.dark-panes-bg textarea {
    background: #0f0f0f;
    background: rgba(255, 255, 255, 0.1);
    border-top-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.dark-panes-bg input[type="text"]:focus,
.dark-panes-bg input[type="email"]:focus,
.dark-panes-bg input[type="password"]:focus,
.dark-panes-bg textarea:focus {
    background-color: rgba(255, 255, 255, 0.15);
}
/************************
 * Footer
 ************************/
.footer {
    margin-bottom: 30px !important;
}
.sub-footer {
    font-size: 90%;
}
.sub-footer a {
    text-decoration: underline;
    color: inherit;
}
.sub-footer-column-1 {
    line-height: 24px;
}
.sub-footer-column-2 {
    text-align: right;
}
.sub-footer-divider {
    height: 1px;
    overflow: hidden;
    opacity: 0.3;
    margin: -6px 0;
}
/****************************
* Buttons
****************************/
.button,
a.button {
    display: inline-block !important;
    border: 0 !important;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1))) !important;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
    line-height: 18px !important;
    padding: 7px 10px !important;
    margin: 0 5px 12px 0 !important;
    -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
    -moz-transition: background-color 0.3s, -moz-box-shadow 0.3s;
    -ms-transition: background-color 0.3s, box-shadow 0.3s;
    -o-transition: background-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s;
    text-decoration: none !important;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3), 0 6px 0 -3px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3), 0 6px 0 -3px rgba(0, 0, 0, 0.15) !important;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3), 0 6px 0 -3px rgba(0, 0, 0, 0.15) !important;
    font-size: 100% !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.button.single-color:hover,
a.button.single-color:hover {
    background-image: none !important;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3), 0 6px 0 -3px rgba(0, 0, 0, 0.15), 0 1000px 0 rgba(255, 255, 255, 0.2) !important;
    -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3), 0 6px 0 -3px rgba(0, 0, 0, 0.15), 0 1000px 0 rgba(255, 255, 255, 0.2) !important;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3), 0 6px 0 -3px rgba(0, 0, 0, 0.15), inset 0 1000px 0 rgba(255, 255, 255, 0.2) !important;
}
.button p,
a.button p {
    margin: 0;
}
.button.size-mini,
a.button.size-mini {
    padding: 1px 6px !important;
    font-size: 90% !important;
}
.button.size-small,
a.button.size-small {
    padding: 4px 8px !important;
}
.button.size-large,
a.button.size-large {
    line-height: 22px !important;
    padding: 12px !important;
    font-size: 110% !important;
}
.button.size-xlarge,
a.button.size-xlarge {
    padding: 14px 60px 14px 16px !important;
    position: relative !important;
}
.button.size-xlarge .button-title,
a.button.size-xlarge .button-title {
    display: block !important;
    margin-bottom: 12px !important;
    font-size: 120% !important;
}
.button.size-xlarge .button-text,
a.button.size-xlarge .button-text {
    font-size: 12px !important;
}
.button.size-xlarge:after,
a.button.size-xlarge:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    -webkit-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
    background: url(https://www.greengotravel.com/wp-content/themes/metro/img/xlarge-button-arr.png) no-repeat center bottom;
}
/****************************
* Tooltip
****************************/
.tooltip {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 8px;
    display: none;
    opacity: 0;
    margin-top: -15px;
    width: 120px;
    margin-left: -69px;
    font-size: 11px;
    line-height: 16px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 999;
}
/****************************
* Some common overrides
****************************/
.left {
    float: left;
    margin-right: 16px;
    margin-top: 4px;
    margin-bottom: 11px;
}
.right {
    float: right;
    margin-top: 4px;
    margin-left: 16px;
    margin-bottom: 11px;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
blockquote {
    margin: 16px 0;
    padding: 0 32px 0 36px;
    position: relative;
    font-size: 110%;
    line-height: 140%;
    font-style: italic;
}
blockquote:before {
    content: "\201C";
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 320%;
    font-style: normal;
}
blockquote:after {
    content: "\201E";
    position: absolute;
    bottom: 13px;
    right: 0;
    font-size: 320%;
    font-style: normal;
}
blockquote p {
    margin: 16px 0 0;
}
blockquote p:first-of-type {
    margin: 0;
}
.pullquote {
    margin: 16px 0;
}
.pullquote.border-left {
    border-left: 2px solid;
    padding: 0 0 0 18px;
}
/****************************
* Aligned Content
****************************/
.content-block {
    margin-bottom: 16px;
    overflow: hidden;
}
.content-block.center,
.content-block.eat-left {
    margin-top: 16px;
}
.content-block .content-title {
    font-style: italic;
}
.content-block.eat-left .content-title {
    padding-left: 10px;
}
/****************************
* Toggle
****************************/
.toggle {
    margin: 16px 0;
    background: rgba(0, 0, 0, 0.02);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.04)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.toggle-title:not(.cm-list-description .toggle-title) {
    display: block;
    font-size: 115%;
    line-height: 26px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    padding: 6px 12px 6px 40px;
    background: url(https://www.greengotravel.com/wp-content/themes/metro/img/toggle-control.png) no-repeat 13px 12px;
}
.toggle-title:hover {
    background-color: rgba(0, 0, 0, 0.02);
}
.toggle-title.expanded {
    background-position: 13px -179px;
}
.toggle-inner {
    display: none;
    padding: 1px 12px 1px 40px;
}
.dark-panes-bg .toggle {
    background: rgba(255, 255, 255, 0.1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.2)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-panes-bg .toggle-title:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
/****************************
* Accordion
****************************/
.accordion {
    margin: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.accordion > * {
    display: none;
}
.accordion .toggle {
    display: block;
    margin: 0;
    border-bottom: 0;
}
/****************************
* Tabs
****************************/
.tabs {
    margin: 16px 0;
}
.tabs-control {
    list-style: none;
    display: table;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
}
.tabs-control li {
    line-height: 130%;
    display: table-cell;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 0;
    font-size: 115%;
}
.tabs-control li a {
    display: block;
    padding: 11px 12px 8px;
    color: inherit;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.02);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.04)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.tabs-control li a:hover {
    background-color: rgba(0, 0, 0, 0.02);
}
.tabs-control li a.active,
.tabs-control li a.active:hover {
    position: relative;
    z-index: 1;
    border-color: transparent;
    background: none;
}
.tabs-tabs {
    border: 1px solid #eee;
    border-color: rgba(0, 0, 0, 0.1);
    border-top: 0;
    clear: left;
    margin: 0;
    position: relative;
}
.tabs-tabs > * {
    display: none;
}
.tabs-tabs .tabs-tab {
    display: none;
    padding: 12px;
}
.tabs-tabs .tabs-tab:after {
    content: "";
    clear: both;
    height: 0;
    overflow: hidden;
}
.tabs-tabs .tabs-tab:first-child {
    display: block;
}
.dark-panes-bg .tabs-control li {
    border-color: rgba(255, 255, 255, 0.2);
}
.dark-panes-bg .tabs-control li a {
    background: rgba(255, 255, 255, 0.1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.2)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.5);
}
.dark-panes-bg .tabs-control li a:hover {
    background-color: rgba(255, 255, 255, 0.02);
}
.dark-panes-bg .tabs-control li a.active,
.tabs-control li a.active:hover {
    border-color: transparent;
    background: none;
}
.dark-panes-bg .tabs-tabs {
    border-color: rgba(255, 255, 255, 0.2);
}
/****************************
* Dropcap
****************************/
.dropcap {
    float: left;
    margin: 0 5px 0 -0.08em;
    line-height: 100%;
}
.dropcap.with-bg-color {
    padding: 0.11em 0.21em 0.2em;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.dropcap.bgcolor-theme {
    color: #fff;
}
/****************************
* Icons
****************************/
.with-icon-inside {
    margin-left: 24px;
}
.with-icon-inside .icon {
    width: 16px;
    height: 16px;
    margin-right: -16px;
    position: relative;
    left: -22px;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
}
.with-icon {
    display: inline-block;
    min-height: 17px;
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 22px;
}
.bullets {
    padding: 12px 0;
}
.bullets ul {
    list-style: none;
    padding: 0;
}
.bullets ul li {
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 4px;
    min-height: 17px;
}
/****************************
* Marker
****************************/
.marker {
    padding: 1px 0.3em;
    margin-top: -2px;
    margin-bottom: -1px;
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}
/****************************
* Sitemap
****************************/
.sitemap ul {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}
.sitemap ul li {
    background: url(https://www.greengotravel.com/wp-content/themes/metro/img/li.png) no-repeat left 2px;
    padding-left: 18px;
    margin-bottom: 6px;
}
/****************************
* WP
****************************/
.wp-caption {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wp-caption-text {
    margin: 5px 0;
    font-style: italic;
}
.wp-caption.aligncenter {
    width: auto !important;
    text-align: center;
}
.wp-caption.aligncenter .wp-caption-text {
    text-align: center;
}
.gallery-caption {
    font-style: italic;
}
.alignleft {
    float: left;
    margin: 0 16px 16px 0;
}
.alignright {
    float: right;
    margin: 0 0 16px 16px;
}
.aligncenter {
    display: block;
    margin: 16px auto;
}
.ct-consent-settings-button{
    display:none;
}

/* STARTS css/responsive.css */
@media only screen and (min-width: 1420px) {
    body {
        font-size: 14px;
        line-height: 21px;
    }
    .container {
        width: 1392px;
    }
    .block-1 {
        width: 144px;
    }
    .webkit .block-1 {
        width: 143.99px;
    }
    .block-1.no-mar {
        width: 156px;
    }
    .block-2 {
        width: 300px;
    }
    .block-2g {
        width: 265px;
    }
    .block-2.no-mar {
        width: 312px;
    }
    .block-3 {
        width: 452px;
    }
    .block-3.no-mar {
        width: 468px;
    }
    .block-4 {
        width: 612px;
    }
    .block-4.no-mar {
        width: 624px;
    }
    .block-5 {
        width: 768px;
    }
    .block-5.no-mar {
        width: 780px;
    }
    .block-6 {
        width: 918px;
    }
    .block-6.no-mar {
        width: 924px;
    }
    .block-7 {
        width: 1080px;
    }
    .block-7.no-mar {
        width: 1092px;
    }
    .block-8 {
        width: 1236px;
    }
    .block-8.no-mar {
        width: 1248px;
    }
    .block-h-half {
        height: 66px;
    }
    .block-h-1 {
        height: 144px;
    }
    .block-h-1.no-mar {
        height: 156px;
    }
    .block-h-2 {
        height: 300px;
    }
    .block-h-2.no-mar {
        height: 312px;
    }
    .block-h-3 {
        height: 456px;
    }
    .block-h-3.no-mar {
        height: 468px;
    }
    .block-inner {
        padding: 18px;
    }
    .eat-margins {
        margin: -18px;
    }
    .move-left {
        left: -18px;
    }
    .move-right {
        left: 18px;
    }
    .eat-left {
        margin-left: -18px;
    }
    .eat-right {
        margin-right: -18px;
    }
    .fs-s {
        font-size: 85%;
    }
    .fs-xs {
        font-size: 80%;
    }
    .logo-text {
        font-size: 40px;
        line-height: 40px;
    }
    .logo-image img {
        max-height: 108px;
    }
    .widget-header {
        margin: -18px -18px 18px;
        padding: 34px 18px 11px;
    }
    .sub-footer {
        font-size: 80%;
    }
    .flip-sidebar .content-with-sidebar {
        left: 468px;
    }
    .flip-sidebar .sidebar {
        left: -936px;
    }
    .page-h1-divider,
    hr {
        margin-left: -18px;
        margin-right: -18px;
    }
    .page-h1-divider {
        margin-top: 6px;
    }
    .breadcrumbs {
        margin-bottom: 3px;
        font-size: 85%;
    }
    .post-categories,
    .post-tags,
    .post-comments,
    .post-author {
        font-size: 85%;
    }
    .post-big .post-head {
        margin-bottom: 30px;
    }
    .post-big .post-title-inner {
        margin-left: 18px;
    }
    .post-big .post-date .block-inner {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .post-big .post-gallery-thumbs {
        position: absolute;
        top: -6px;
        left: 444px;
        right: -24px;
    }
    .post-big.format-gallery .post-data {
        padding-top: 156px;
    }
    .post-big.format-gallery .post-text,
    .post-big.format-audio .post-text,
    .post-big.format-image .post-text,
    .post-big.format-video .post-text {
        margin-left: -6px;
        margin-bottom: -4px;
    }
    .post-read-more,
    .post-full .post-date,
    .post-small .post-date {
        font-size: 85%;
    }
    .comment .info {
        width: 240px;
    }
    .comment .info .date,
    .comment .info .edit {
        font-size: 80%;
    }
    .comment .frame-inner {
        font-size: 85%;
        padding: 1px 20px;
    }
    .edit-post-link {
        top: 18px;
        left: 18px;
    }
    .sort-menu li {
        margin-right: 34px;
    }
    .portfolio-thumb .title {
        padding: 24px 60px;
    }
    .portfolio-thumb .tags {
        font-size: 85%;
    }
    .no-touch .show-hover-link .after {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }
    .content-block.eat-left .content-title {
        padding-left: 18px;
    }
    .bullets ul li {
        background-position: left 1px;
    }
    .toggle-inner,
    .tabs-tabs {
        font-size: 90%;
    }
}
@media only screen and (min-width: 1260px) and (max-width: 1419px) {
    body {
        font-size: 14px;
        line-height: 19px;
    }
    .container {
        width: 1232px;
    }
    .block-1 {
        width: 128px;
    }
    .block-1.no-mar {
        width: 140px;
    }
    .block-2 {
        width: 268px;
    }
    .block-2g {
        width: 225px;
    }
    .block-2.no-mar {
        width: 280px;
    }
    .block-3 {
        width: 398px;
    }
    .block-3.no-mar {
        width: 420px;
    }
    .block-4 {
        width: 548px;
    }
    .block-4.no-mar {
        width: 560px;
    }
    .block-5 {
        width: 688px;
    }
    .block-5.no-mar {
        width: 700px;
    }
    .block-6 {
        width: 806px;
    }
    .block-6.no-mar {
        width: 812px;
    }
    .block-7 {
        width: 968px;
    }
    .block-7.no-mar {
        width: 980px;
    }
    .block-8 {
        width: 1108px;
    }
    .block-8.no-mar {
        width: 1120px;
    }
    .block-h-half {
        height: 58px;
    }
    .block-h-1 {
        height: 128px;
    }
    .block-h-1.no-mar {
        height: 140px;
    }
    .block-h-2 {
        height: 264px;
    }
    .block-h-2.no-mar {
        height: 280px;
    }
    .block-h-3 {
        height: 408px;
    }
    .block-h-3.no-mar {
        height: 420px;
    }
    .block-inner {
        padding: 12px;
    }
    .eat-margins {
        margin: -12px;
    }
    .move-left {
        left: -12px;
    }
    .move-right {
        left: 12px;
    }
    .eat-left {
        margin-left: -12px;
    }
    .eat-right {
        margin-right: -12px;
    }
    .fs-s {
        font-size: 85%;
    }
    .fs-xs {
        font-size: 80%;
    }
    .logo-text {
        font-size: 34px;
        line-height: 34px;
    }
    .logo-image img {
        max-height: 104px;
    }
    .sub-footer {
        font-size: 80%;
    }
    .flip-sidebar .content-with-sidebar {
        left: 420px;
    }
    .flip-sidebar .sidebar {
        left: -840px;
    }
    .page-h1-divider,
    hr {
        margin-left: -12px;
        margin-right: -12px;
    }
    .page-h1-divider {
        margin-top: 3px;
    }
    .breadcrumbs {
        margin-bottom: 3px;
        font-size: 85%;
    }
    .post-categories,
    .post-tags,
    .post-comments,
    .post-author {
        font-size: 85%;
    }
    .post-big .post-head {
        margin-bottom: 24px;
    }
    .post-big .post-title-inner {
        margin-left: 12px;
    }
    .post-big .post-gallery-thumbs {
        position: absolute;
        top: -6px;
        left: 402px;
        right: -18px;
    }
    .post-big.format-gallery .post-data {
        padding-top: 140px;
    }
    .post-full .post-date,
    .post-small .post-date {
        font-size: 85%;
    }
    .comment .info {
        width: 230px;
    }
    .comment .info .date,
    .comment .info .edit {
        font-size: 80%;
    }
    .comment .frame-inner {
        font-size: 85%;
        padding: 1px 20px;
    }
    .edit-post-link {
        top: 12px;
        left: 12px;
    }
    .sort-menu li {
        margin-right: 24px;
    }
    .portfolio-thumb .title {
        padding: 20px 40px;
    }
    .portfolio-thumb .tags {
        font-size: 85%;
    }
    .no-touch .show-hover-link .after {
        width: 70px;
        height: 70px;
        margin: -35px 0 0 -35px;
    }
    .content-block.eat-left .content-title {
        padding-left: 12px;
    }
    .bullets ul li {
        background-position: left 1px;
    }
    .toggle-inner,
    .tabs-tabs {
        font-size: 90%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    body {
        font-size: 11px;
        line-height: 16px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .container {
        width: 722px;
    }
    .block-1,
    .block-2,
    .block-3,
    .block-4,
    .block-5,
    .block-6,
    .block-7 {
        margin: 3px;
        float: left;
        position: relative;
    }
    .block-1 {
        width: 78px;
    }
    .block-1.no-mar {
        width: 84px;
    }
    .block-2 {
        width: 162px;
    }
    .block-2g {
        width: 132px;
    }
    .block-2.no-mar {
        width: 168px;
    }
    .block-3 {
        width: 234px;
    }
    .block-3.no-mar {
        width: 252px;
    }
    .block-4 {
        width: 330px;
    }
    .block-4.no-mar {
        width: 336px;
    }
    .block-5 {
        width: 414px;
    }
    .block-5.no-mar {
        width: 420px;
    }
    .block-6 {
        width: 464px;
    }
    .block-6.no-mar {
        width: 470px;
    }
    .block-7 {
        width: 582px;
    }
    .block-7.no-mar {
        width: 588px;
    }
    .block-8 {
        width: 666px;
    }
    .block-8.no-mar {
        width: 672px;
    }
    .block-full {
        margin: 3px;
    }
    .block-h-half {
        height: 36px;
    }
    .block-h-1 {
        height: 78px;
    }
    .block-h-1.no-mar {
        height: 84px;
    }
    .block-h-2 {
        height: 155px;
    }
    .block-h-2.no-mar {
        height: 168px;
    }
    .block-h-3 {
        height: 246px;
    }
    .block-h-3.no-mar {
        height: 252px;
    }
    .block-inner {
        padding: 6px;
    }
    .eat-margins {
        margin: -6px;
    }
    .eat-outer-margins {
        margin: 0 -3px;
    }
    .move-left {
        left: -6px;
    }
    .move-right {
        left: 6px;
    }
    .eat-left {
        margin-left: -6px;
    }
    .eat-right {
        margin-right: -6px;
    }
    .headline-text {
        font-size: 11px;
    }
    .logo-text {
        font-size: 22px;
        line-height: 22px;
    }
    .logo-image img {
        max-height: 66px;
    }
    .blocks-same-height-wrapper {
        margin: 3px -3px;
        padding: 3px 0;
    }
    .blocks-same-height {
        border-spacing: 6px;
        margin: -9px 0;
    }
    .sub-footer {
        font-size: 90%;
    }
    .flip-sidebar .content-with-sidebar {
        left: 252px;
    }
    .flip-sidebar .sidebar {
        left: -504px;
    }
    .page-h1-divider,
    hr {
        margin-left: -6px;
        margin-right: -6px;
    }
    .breadcrumbs {
        margin-bottom: 2px;
    }
    .post-big .post-head {
        margin-bottom: 6px;
    }
    .post-big .post-title-inner {
        margin-left: 6px;
    }
    .post-big .post-gallery-thumbs {
        display: none;
    }
    .post-big.format-gallery .post-data {
        padding-top: 0;
    }
    .comment .info {
        width: 150px;
    }
    .comment .info .pic,
    .comment .info .name-date {
        display: block;
        margin-bottom: 6px;
    }
    .comment .info .date,
    .comment .info .edit {
        font-size: 90%;
    }
    .comment .frame-inner {
        font-size: 100%;
    }
    .edit-post-link {
        top: 6px;
        left: 6px;
    }
    .sort-menu li {
        margin-right: 12px;
    }
    .portfolio-thumb .title {
        padding-left: 10px;
        padding-right: 10px;
    }
    .portfolio-thumb .tags {
        line-height: 110%;
    }
    .thumbs-masonry {
        margin: -3px;
    }
    .content-block.eat-left .content-title {
        padding-left: 6px;
    }
    .sub-footer-divider {
        margin: -3px 0;
    }
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 12px;
        line-height: 18px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .anti-mar {
        display: none;
    }
    .one-half,
    .one-third,
    .two-third,
    .one-fourth,
    .three-fourth,
    .one-fifth,
    .two-fifth,
    .three-fifth,
    .four-fifth,
    .one-sixth,
    .five-sixth {
        float: none;
        margin: 0;
        width: auto;
    }
    .block-1,
    .block-1.no-mar,
    .block-2,
    .block-2.no-mar,
    .block-3,
    .block-3.no-mar,
    .block-4,
    .block-4.no-mar,
    .block-5,
    .block-5.no-mar,
    .block-6,
    .block-6.no-mar,
    .block-7,
    .block-7.no-mar,
    .block-8,
    .block-8.no-mar,
    .block-full,
    .block-full.no-mar,
    .headline-text,
    .headline-social {
        width: auto;
        float: none;
        margin: 12px 0;
    }
    .blocks-same-height > .block-1,
    .blocks-same-height > .block-2,
    .blocks-same-height > .block-3,
    .blocks-same-height > .block-4,
    .blocks-same-height > .block-5,
    .blocks-same-height > .block-6,
    .blocks-same-height > .block-7,
    .blocks-same-height > .block-8,
    .blocks-same-height > .block-full {
        display: block;
    }
    .headline-social {
        text-align: left;
    }
    .block-h-half,
    .block-h-1,
    .block-h-1.no-mar,
    .block-h-2,
    .block-h-2.no-mar,
    .block-h-3,
    .block-h-3.no-mar {
        height: auto;
    }
    .block-inner {
        padding: 12px;
    }
    .eat-margins {
        margin: -12px;
    }
    .eat-outer-margins {
        margin: 0;
    }
    .move-left {
        left: -12px;
    }
    .move-right {
        left: 12px;
    }
    .eat-left {
        margin-left: -12px;
    }
    .eat-right {
        margin-right: -12px;
    }
    .logo-image img {
        max-height: 80px;
    }
    .primary-menu {
        display: none;
    }
    .primary-menu-select {
        display: block;
    }
    .logo-pane {
        height: 100px;
    }
    .logo-pane.logo-pane-no-bg {
        height: auto;
    }
    .logo-pane.logo-pane-no-bg .logo-image img {
        max-height: none;
    }
    .blocks-same-height-wrapper {
        padding: 0;
        margin: 0;
    }
    .blocks-same-height {
        margin: 0;
        display: block;
    }
    .sub-footer-column-1,
    .sub-footer-column-2 {
        text-align: center;
    }
    .flip-sidebar .content-with-sidebar,
    .flip-sidebar .sidebar {
        left: 0;
    }
    .tbl-bottom,
    .tbl-bottom .tbl-td {
        display: block;
        width: auto;
    }
    .page-h1-divider,
    hr {
        margin-left: -12px;
        margin-right: -12px;
    }
    .breadcrumbs {
        text-align: left;
    }
    .post-tbl,
    .post-big .post-pic,
    .post-big .post-data {
        display: block;
    }
    .post-big .post-pic {
        margin-bottom: 16px;
    }
    .post-big .post-pic .block-inner {
        border: 0;
        padding: 0;
        left: 0;
    }
    .post-big .post-date {
        float: none;
        width: 64px;
    }
    .post-big.format-gallery .post-data {
        padding-top: 0;
    }
    .post-big.format-gallery .post-gallery-thumbs {
        display: none;
    }
    .comment-uber-inner,
    .comment .info,
    .comment .frame {
        display: block;
        width: auto;
    }
    .comment .info {
        margin-bottom: 6px;
    }
    .comment .info .pic,
    .comment .info .name-date,
    .comment .info .name,
    .comment .info .date {
        display: inline-block;
        margin: 5px 12px 0 0;
        padding: 0;
    }
    .comment .info .pic {
        margin-top: 0;
    }
    .comment .name {
        float: left;
    }
    .comment .info .date,
    .comment .info .edit {
        font-size: 90%;
    }
    .comment .frame-inner {
        font-size: 100%;
    }
    .comment .frame-inner:after {
        display: none;
    }
    .new-comment .one-third,
    .new-comment .one-third.last,
    .new-comment textarea {
        width: 100%;
        margin: 12px 0;
    }
    .sort-menu li {
        margin-right: 12px;
    }
    .portfolio-thumb {
        width: 100%;
    }
    .portfolio-thumb .tags {
        position: static;
        padding-bottom: 12px;
    }
    .portfolio-item,
    .portfolio-item .desc,
    .portfolio-item .pic {
        display: block;
    }
    .portfolio-item .pic-inner.move-right {
        left: 0;
    }
    .content-block.eat-left .content-title {
        padding-left: 12px;
    }
    .bullets ul li {
        background-position: left 1px;
    }
    .thumbs-masonry {
        margin-left: 0;
        margin-right: 0;
    }
    .portfolio-item .thumbs-masonry {
        margin-left: -12px;
        margin-right: -12px;
    }
    .headline-text {
        padding: 0 12px;
    }
    .post-text.ggt_nopadding {padding:0 !important;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 463px;
    }
    .portfolio-thumb .pic {
        height: 307px;
    }
    .isotope-masonry .portfolio-thumb .pic,
    .thumbs-masonry .isotope-item {
        height: 480px;
        width: 480px;
    }
}
@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
    }
    .portfolio-thumb .pic {
        height: 212px;
    }
    .isotope-masonry .portfolio-thumb .pic,
    .thumbs-masonry .isotope-item {
        height: 320px;
        width: 320px;
    }
    .isotope-item.block-3 {
        width: 100% !important;
    }
}
