/*
Theme Name: Glacier Raft
Author: Best Impressions
Author URI: http://www.bestimpressions.org
Version: 1.0
*/


/* >>> WordPress Core  */
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

img.alignnone.size-full {
    margin: 0;
    max-width: 100%;
    height: auto;
}

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

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

img.full-width {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

#wpadminbar{
    z-index: 20000;
}

blockquote {
    margin: 1.3em 0;
    padding: 0.7em 1.7em;
    quotes: none;
    border: none;
}

blockquote p {
    display: block;
    font-family: serif;
    /*font-family: 'Averia Serif Libre', cursive;*/
}

blockquote p:before {
    content: "\201C";
    display: inline-block;
    font-size: 2em;
    line-height: 1px;
    vertical-align: middle;
    font-family: serif;
    /*font-family: 'Averia Serif Libre', cursive;*/
    position: relative;
    top: 0.25em;
    left: 0;
    padding-right: .1em;
}

blockquote p:after {
    content: "\201D";
    display: inline-block;
    font-size: 2em;
    line-height: 1px;
    vertical-align: middle;
    font-family: serif;
    /*font-family: 'Averia Serif Libre', cursive;*/
    position: relative;
    top: 0.27em;
    left: 0;
    padding-left: .1em;
}

blockquote p + strong {
    display: block;
    margin: .5em 0;
    padding: 0;
}

hr{
    border-color: #bbb;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

body {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 17px;
    font-weight: 400;
    /*color: #4b4b4b;*/
    color: #404041;
    background-color: #fff;
}

* {
    outline: none;
}

p {
    margin: 0 0 1em;
    padding: 0;
}

p, table td {
    line-height: 1.5;
    letter-spacing: 1px;
}

ul,
ol {
    margin: .7em 0 1em 2em;
    padding: 0;
    list-style-position: outside;
}

ul li,
ol li {
    margin: 1em 0;
    padding: 0;
    /*font-size: 14px;*/
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

h1,
h2, .h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Raleway';*/
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    color: #325e89;
    text-transform: uppercase;
    /*margin: .2em 0 0;*/
    margin: .5em 0;
}

h1.normal-weight,
h2.normal-weight,
h3.normal-weight,
h4.normal-weight,
h5.normal-weight,
h6.normal-weight {
    font-family: 'Lato';
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.normal-weight{
    font-weight: normal !important;
}

.normal-tranform{
    text-transform: none !important;
}

h1.silver,
h2.silver,
h3.silver,
h4.silver,
h5.silver,
h6.silver {
    color: #b5b5b5;
}

body.single-trip h1.silver,
body.single-trip h2.silver,
body.single-trip h3.silver,
body.single-trip h4.silver,
body.single-trip h5.silver,
body.single-trip h6.silver {
    color: #757575;
}

table h1,
table h2,
table h3,
table h4,
table h5,
table h6 {
    margin: 0;
    padding: 0;
    line-height: 1;
    display: inline;
}

strong,b{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

h1 {
    font-size: 50px;
    margin: 0;
    padding: 0;
}

h2, .h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

a:link,
a:visited,
a:active {
    /*color: #0E4369;*/
    color: #325e89;
    text-decoration: none;
    outline: none;
}

a:hover {
    /*color: #000;*/
    color: #0D2B47;
    text-decoration: none;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
    color: #325e89;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #0D2B47;
}

a.button,
span.button,
input[type="button"],
input[type="submit"],
button{
    background-color: #325e89;
    color: #fff;
    border: none;
    padding: 0.5em 2em;
    outline: none;
    margin: 0;
    font-size: 14px;
    font-family: 'Lato';
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
}

a.button.big,
span.button.big,
input.big,
input.big,
button.big{
    margin: 0;
    font-size: 24px;
}

a.button.full-width,
span.button.full-width,
input.full-width,
input.full-width,
button.full-width{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.half-width{
	width: 50%;
	margin-left: 25% !important;
}

a.button:hover,
span.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover{
    background-color: #0D2B47;
}

input[type="text"],
textarea{
    background-color: #f4f4f4;
    color: #666;
    border: none;
    padding: 1em 1.2em;
    line-height: 1;
    outline: none;
    margin: 0;
    font-size: 14px;
    /*font-family: 'Lato';*/
    font-family: 'Open Sans', sans-serif;
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

dt{
	margin: 1em 0 0.2em;
}

label[for]{
    cursor: pointer;
}

.float-right {
    float:right;
}

.float-left {
    float: left;
}

.row > div > :first-child{
    margin-top: 0;
}

.content_with_image .thumb-float.float-left{
    float: left !important;
    margin: 5px 20px 15px 0 !important;
    max-width: 60% !important;
}

.content_with_image .thumb-float.float-right{
    float: right !important;
    margin: 5px 0 15px 20px !important;
    max-width: 60% !important;
}

    .content_with_image .thumb-float img{
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        display: block !important;
        width: 100% !important;
        
    }

/* <<< WordPress Core  */

/* >>> LIGHTBOX FINAL */

    .fancybox-overlay{
        z-index:100000 !important;
    }

    .fancybox-overlay-transparent{
    }

        #fancybox-wrap{
            z-index:100002 !important;
        }

        .fancybox-opened{
            z-index:100003 !important;
        }

        .fancybox-close,
        .fancybox-nav,
        .fancybox-nav span,
        .fancybox-title,
        .fancybox-title-float-wrap{
            z-index:100004 !important;
        }
        
        #fancybox-loading{
            z-index:100006 !important;
        }
        
        
    
        .fancybox-skin{
            background-color: #fff;
        }

            .fancybox-inner {
                /* overflow: hidden !important; */
            }

            .fancybox-nav span {
                visibility: visible;
                top: 50%;
            }

            .fancybox-title {
                color: #000;
                font-size: 16px;
                text-align: center;
            }

            .fancybox-title.fancybox-title-inside-wrap {
                padding-top: 0;
            }

                .fancybox-title iframe,
                .fancybox-title a.pin-it-button,
                .fancybox-title a.tumblr-share-button,
                .fancybox-title div[id^="___plusone_"] {
                    min-height: 30px !important;
                    vertical-align: middle !important;
                    display: inline-block !important;
                    margin: 0 5px 0 0 !important;
                    padding: 0 !important;
                    line-height: 1 !important;
                }

/* <<< LIGHTBOX FINAL */

hr {
	border-color: #DFDFDF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

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

del{
    color: #ff0000;
}

mark {
	color: #000;
	background: #FFFFA6;
	padding: 0;
	margin: 0;
	display: inline-block;
}

table{
	width: auto;
    margin: 15px 0;
}

table td{
    padding: 5px 10px;
    border: 1px solid #f4f4f4;
    color: #757575;
}

table th,
table thead td{
    padding: 5px 10px;
    border: 1px solid #f4f4f4;
    color: #325e89;
    background-color: #f4f4f4;
}

table.top td{
    vertical-align: top;
}

table.full-width{
    width: 100%;
}

table.no-styling td{
    border: none;
    color: inherit;
}

table.center td{
    text-align: center;
}

.text-center{
	text-align: center;
}

/* BOOTSTAP's "container" CLASS HAS CLEARFIX RULE WHICH PREVENTS MARGIN COLLAPSE. DISABLE IT WITH THIS CLASS */
.container.margin-collapsable:before, .container.margin-collapsable:after{
	display: none !important;
}

/* >>> REVOLUTION SLIDER */

.tp-bullets.simplebullets.round .bullet{
    background-image: url('assets/images/bullet-grc.png');
}
.tp-parallax-wrap {
	width: 100% !important;
	text-align: center !important;
}
.tp-loop-wrap {
	width: 100% !important;
}
.tp-mask-wrap {
	width: 100% !important;
}
.tp-caption {
	max-width: 100% !important;
}

/* <<< REVOLUTION SLIDER */

.trip-links{
    padding-top: 1.2em;
}

.trip-links a{
    display: inline-block;
    margin: 0 2em 1.2em 0;
    white-space: nowrap;
}

.trip_content_below_map{
    margin: 1.5em 0;
}

.trip-map-container{
    /*padding-bottom: 100px;*/
}
    
    .trip-map-container .map{
        position: relative;
    }
    
        .trip-map-container .map img{
            display: block;
            width: 100%;
            height: auto;
            padding: 0;
            margin: 0;
        }
        
        .trip-map-container .map img.trip-image-hover{
            display: none;
            position: absolute;
            z-index: 100;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }




.bottom-shadow{
    -webkit-box-shadow: 0 8px 7px 0 rgba(0,0,0,0.3);
       -moz-box-shadow: 0 8px 7px 0 rgba(0,0,0,0.3);
            box-shadow: 0 8px 7px 0 rgba(0,0,0,0.3);
}

#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: rgba(255,255,255,0.8);
}

body.admin-bar #header{
    top: 32px;
}

    #header #header-top{
        padding: 3px 40px 4px;
        position: relative;
        z-index: 1000;
    }
    
        #header a#logo{
            float: left;
        }
            
            #header a#logo img{
                width: auto;
                height: 93px;
            }

        #header #header-top .header-top-right {
            float: right;
            margin-top: 35px;
        }

            #header .phone-number{
                font-size: 22px;
                font-family: 'Open Sans';
                font-weight: 400;
                line-height: 1;
                color: #000;
                display: inline-block;
                margin-right: 55px;
            }

            #header .main-menu-mobile{
                display: inline-block;
                width: 105px;
                text-align: right;
            }

                #header .main-menu-mobile a{
                    font-size: 22px;
                    font-family: 'Open Sans';
                    font-weight: 400;
                    line-height: 1;
                    color: #000;
                    text-decoration: none;
                }

                #header .main-menu-mobile a.menu-trigger-close{
                    display: none;
                }

                    #header .main-menu-mobile a i{
                        color: #325e89;
                        font-weight: normal;
                    }
    
    #header-menu{
        padding: 0;
        text-align: center;
        display: none;
        width: 100%;
    }
    
        #header-menu .ubermenu{
            /* background-color: #fff; */
        }
    
            #header-menu .ubermenu .ubermenu-item-level-0.ubermenu-has-submenu-stack{
                width: 100%;
            }
            
                #header-menu .ubermenu .ubermenu-submenu-type-stack{
                    padding: 0;
                }
            
                    #header-menu .ubermenu .ubermenu-item-level-0.ubermenu-has-submenu-stack > .ubermenu-submenu-type-stack > .ubermenu-row{
                        margin: 0;
                    }
            
                        #header-menu .ubermenu .ubermenu-item-level-2.ubermenu-item-type-column{
                            border-right: 1px solid #e6e7e8;
                            padding-left: 0;
                            padding-right: 0;
                            background-color: #fff;
                        }
                
                        #header-menu .ubermenu .ubermenu-item-level-2.ubermenu-item-type-column.ubermenu-item-first{
                            border-left: 1px solid #e6e7e8;
                        }
                                /* "NORMAL" AND "HEADER" CHILD MENU ITEMS ARROW */
                                .ubermenu-target > i.fa.fa-caret-down,
                                .ubermenu-target > i.fa.fa-caret-up{
                                    display: inline-block;
                                    position: absolute;
                                    top: 0;
                                    right: 0;
                                    margin-left: 20px;
                                    font-size: 20px;
                                    line-height: 14px;
                                    vertical-align: middle;
                                }
                                
                                /* "NORMAL" MENU ITEMS */
                                #header-menu .ubermenu li.ubermenu-item-normal{
                                    margin: 7px 0;
                                    padding: 7px 15px;
                                }
                                    /* "NORMAL" MENU ITEMS LINK */
                                    #header-menu .ubermenu li.ubermenu-item-normal > .ubermenu-target{
                                        /*font-family: 'Lato';*/
                                        font-family: 'Open Sans', sans-serif;
                                        line-height: 1;
                                        margin: 0;
                                        padding: 0;
                                        font-size: 14px;
                                        color: #000;
                                    }
                                    
                                        /* PREVENT POINTER EVENTS ON TARGET LINK CHILDRENS */
                                        #header-menu .ubermenu li.ubermenu-item > .ubermenu-target *{
                                            pointer-events: none;
                                            cursor: pointer;
                                        }
                                    
                                    /* "NORMAL" MENU HOVER ITEMS LINK */
                                    #header-menu .ubermenu li.ubermenu-item-normal > .ubermenu-target:hover{
                                        color: #325e89;
                                    }
                                    
                                    /* "HAS CHILDREN" MENU ITEMS LINK */
                                    #header-menu .ubermenu li.ubermenu-item-has-children > .ubermenu-target{
                                        padding: 0 13px 0 0;
                                    }
                                    
                                        /* "HAS CHILDREN" MENU ITEMS ARROW */
                                        #header-menu .ubermenu li.ubermenu-item-has-children > .ubermenu-target{
                                            padding: 0 13px 0 0;
                                        }
                                
                                /* "HEADER" MENU ITEMS */
                                #header-menu .ubermenu li.ubermenu-item-header{
                                    border-bottom: 1px solid #e6e7e8;
                                    margin: 7px 0;
                                    padding: 7px 15px;
                                }
                                    
                                    /* "HEADER" MENU ITEMS LINK */
                                    #header-menu .ubermenu li.ubermenu-item-header > .ubermenu-target{
                                        /*font-family: 'Lato';*/
                                        font-family: 'Open Sans', sans-serif;
                                        font-weight: 700;
                                        font-size: 14px;
                                        line-height: 1;
                                        margin: 0;
                                        padding: 0;
                                        color: #325e89;
                                    }
                                
                                    /* "HEADER" MENU ITEMS LINK */
                                    #header-menu .ubermenu li.ubermenu-item-header > .ubermenu-target:hover{
                                        color: #000;
                                    }
                                
                                /* "NORMAL" AND "HEADER" CHILD MENU ITEMS */
                                #header-menu .ubermenu li.ubermenu-item-level-3.ubermenu-item-has-children ul.ubermenu-submenu{
                                    display: none;
                                }
                                
                                    /* "NORMAL" AND "HEADER" CHILD MENU ITEMS */
                                    #header-menu .ubermenu li.ubermenu-item-level-3 li.ubermenu-item-normal,
                                    #header-menu .ubermenu li.ubermenu-item-level-3 li.ubermenu-item-header{
                                        margin: 7px 0 7px 10px;
                                        padding: 0;
                                    }
                                    
                                        /* "NORMAL" AND "HEADER" CHILD MENU ITEMS LINK */
                                        #header-menu .ubermenu li.ubermenu-item-level-3 li.ubermenu-item-normal > .ubermenu-target,
                                        #header-menu .ubermenu li.ubermenu-item-level-3 li.ubermenu-item-header > .ubermenu-target{
                                            /*color: #4b4b4b;*/
                                            color: #404041;
                                        }
                                    
                                        /* "NORMAL" AND "HEADER" CHILD MENU ITEMS LINK */
                                        #header-menu .ubermenu li.ubermenu-item-level-3 li.ubermenu-item-normal > .ubermenu-target:hover,
                                        #header-menu .ubermenu li.ubermenu-item-level-3 li.ubermenu-item-header > .ubermenu-target:hover{
                                            color: #325e89;
                                        }

#main-content{
    margin-top: 100px;
}

body.blog #main-content,
body.category #main-content,
body.archive #main-content,
body.search #main-content,
body.single #main-content,
body.page-template-template-trip-planner #main-content{
    margin-top: 150px;
    margin-bottom: 100px;
}

body.single-user_guide #main-content{
    margin-top: 100px;
}

body.has-fwcbmc #main-content{
    margin-top: 0;
}

body.page-template-template-boxed #main-content{
    margin-bottom: 100px;
}

#main-content:before{
    content: "";
    display: table;
    clear: both;
}

body.single-user_guide .column-shortcode{
    background: #bbb;
    background-clip: content-box;
}

body.single-user_guide #main-content img{
    border: 1px solid #bbb !important;
}

body.single-user_guide #main-content h3,
body.single-user_guide #main-content h4{
    margin-top: 2em;
}

body.single-user_guide #main-content h4{
    font-size: 18px;
}

body.single-user_guide #back-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    background-color: #325e89;
    color: #fff;
    font-size: 16px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}

#main-content ul li,
#main-content ol li {
    letter-spacing: 1px;
}

div.grc_social_icons{
    margin: 50px 0;
}

div.fancybox-title > div > *,
div.grc_social_icons > *{
    vertical-align: top !important;
}

div.grc_social_icons > *{
    display: inline-block !important;
    margin: 0 5px 0 0 !important;
}

div.fancybox-title > div > .twitter-share-button,
div.grc_social_icons > .twitter-share-button{
    /*width: 80px !important;*/
}

.single-trip a.button.big.full-width,
.single-trip div.youtube-container,
.single-trip .is-it-for-you{
    margin: 30px 0;
}

    .single-trip div.youtube-container a{
        display: block;
        text-decoration: none;
        width: 100%;
        position: relative;
    }

        .single-trip div.youtube-container img{
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
        }

        .single-trip div.youtube-container img.youtube_play_icon{
            position: absolute;
            left: 50%;
            top: 50%;
            width: 48px;
            height: 48px;
            margin-top: -24px;
            margin-left: -24px;
        }

.page-title-container:before,
.page-title-container:after{
    content: none;
    display: none;
}

    .page-title{
        margin: 0.5em 0;
    }

    body.has-fwcbmc .page-title{
        margin: 0.5em 0 0.3em;
    }

.adventures{
    text-align: center;
    margin: 35px 0;
}

    .adventures .adventure{
        width: 153px;
        display: inline-block;
        margin: 0 1px 1px 0;
        position: relative;
        vertical-align: top;
    }

        .adventures .adventure .overlay{
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0,0,0,0.3);
            display: none;
        }

        .adventures .adventure .h3-title{
            font-size: 26px;
            color: #fff;
            font-weight: 600;
            /*font-family: 'Raleway';*/
            font-family: 'Open Sans Condensed', sans-serif;
            position: absolute;
            bottom: 10px;
            left: 5px;
            right: 5px;
        }

        .adventures .adventure.position-top .h3-title{
            top: 10px;
            bottom: auto;
        }

        .adventures .adventure img{
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
        }

/* >>> TRIP PAGES */

body.page-template-template-trip-planner form.chechboxes-container{
    display: block;
    margin: 0 0 70px;
    padding: 0;
}

    body.page-template-template-trip-planner form.chechboxes-container .column{
        border-right: 1px solid #f4f4f4;
        padding: 0 15px;
        float: left;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        body.page-template-template-trip-planner form.chechboxes-container .column .column-inner{
            width: 50%;
            float: left;
        }

        body.page-template-template-trip-planner form.chechboxes-container .field-container{
            margin: 10px 0;
        }

            body.page-template-template-trip-planner form.chechboxes-container .field-container input[type="checkbox"]{
                /* width: 22px;
                height: 22px;
                border: 1px solid #acacac;
                margin: 0 10px 0 0;
                float: left; */
                display: none;
            }

            body.page-template-template-trip-planner form.chechboxes-container .field-container input[type=checkbox] + label:before {
                font-family: FontAwesome;
                display: inline-block;
                content: ""; /* f096 */
                width: 18px;
                height: 18px;
                border: 1px solid #acacac;
                -webkit-border-radius: 4px;
                   -moz-border-radius: 4px;
                        border-radius: 4px;
                margin: 0 10px 0 0;
                overflow: visible;
                vertical-align: middle;
                text-align: center;
                cursor: pointer;
                color: #325e89;
                line-height: 18px;
            }

            body.page-template-template-trip-planner form.chechboxes-container .field-container input[type=checkbox].checked + label:before {
                content: "\f00c"; /* f096 */
            }

            /* body.page-template-template-trip-planner form.chechboxes-container .field-container input[type=checkbox].checked + label:before {
                content: "\f046";
            } */

            body.page-template-template-trip-planner form.chechboxes-container .field-container label{
                overflow: hidden;
                line-height: 22px;
                font-size: 16px;
                color: #757575;
                font-weight: normal;
                display: block;
                margin: 0;
                padding: 0;
            }

    body.page-template-template-trip-planner form.chechboxes-container .column i.fa{
        display: none;
    }

    body.page-template-template-trip-planner form.chechboxes-container .column-first{
        border-left: 1px solid #f4f4f4;
    }

    body.page-template-template-trip-planner form.chechboxes-container .column-interest{
        width: 25%;
    }

    body.page-template-template-trip-planner form.chechboxes-container .column-age{
        width: 24%;
    }

    body.page-template-template-trip-planner form.chechboxes-container .column-duration{
        width: 23%;
    }

    body.page-template-template-trip-planner form.chechboxes-container .column-date{
        width: 27%;
    }

body.page-template-template-trip-planner h3.silver{
    margin: 60px 0;
}

/* <<< TRIP PAGES */



.testimonial{
    
}

    .testimonial .testimonial-overlay{
        min-height: 400px;
    }

        .testimonial .container-fluid{
            max-width: 600px;
            color: #fff;
            text-align: center;
            padding-top: 0;
            padding-bottom: 0;
        }

            .testimonial blockquote{
                margin: 0;
                padding: 0;
            }

            .testimonial p{
                font-size: 24px;
                line-height: 1.2;
                margin: 1em;
            }

            .testimonial div.signature{
                display: block;
                margin: 30px 0 0;
                padding: 0;
                font-size: 18px;
                /*font-family: 'Lato';*/
                font-family: 'Open Sans', sans-serif;
            }

.absolute-vertical-align{
    display: none;
}

.mc4wp-form{
    margin: 20px 0;
}

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

        .mc4wp-form .mc4wp-alert{
            display: block;
            margin: 0.8em 0;
            padding: 0.5em;
            -webkit-border-radius: 5px;
               -moz-border-radius: 5px;
                    border-radius: 5px;
        }

        .mc4wp-form .mc4wp-alert.mc4wp-success,
        .mc4wp-form .mc4wp-alert.mc4wp-notice{
            background-color: #289E00;
            color: #fff;
            border: none;
        }

        .mc4wp-form .mc4wp-alert.mc4wp-error{
            background-color: #9E0000;
            color: #fff;
            border: none;
        }

        .mc4wp-form .name-container{
            float: left;
            width: 50%;
            padding-right: 5px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

        .mc4wp-form .email-container{
            float: left;
            width: 50%;
            padding-left: 5px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

        .mc4wp-form input[type="submit"]{
            float: right;
            margin-top: 10px;
        }

.pp-boxes-container{
	text-align: center;
	margin: 100px auto;
    line-height: 1;
    vertical-align: top;
}

	a.pp-box{
		display: inline-block;
		width: 100%;
		max-width: 340px;
		margin: 15px;
		position: relative;
        line-height: 1;
        vertical-align: top;
        text-decoration: none;
	}

        a.pp-box img.wp-post-image{
            max-width: 100%;
            height: auto;
            margin: 0 !important;
            padding: 0 !important;
        }

        a.pp-box .pp-box-main-title{
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            padding: 0.5em;
            margin: 0;
            background-color: rgba(40,40,40,0.4);
            color: #fff;
            text-transform: uppercase;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

        a.pp-box .pp-box-main-title.top{
            top: 0;
        }

        a.pp-box .pp-box-main-title.middle{
            top: 50%;
        }

		a.pp-box .pp-box-main-title.bottom{
			bottom: 0;
		}

        a.pp-box .pp-box-hover{
            display: none;
            position: absolute;
            top:    0;
            right:  0;
            bottom: 0;
            left:   0;
            background-color: rgba(40,40,40,0.6);
        }

			a.pp-box .pp-box-hover-content{
				display: block;
                position: absolute;
				top: 50%;
				left: 15px;
				right: 15px;
				color: #fff;
			}

				a.pp-box .pp-box-hover-content *{
					color: inherit !important;
				}

                a.pp-box .pp-box-hover-content .pp-box-hover-row{
                    margin: 0;
                    padding: 0;
                }

                a.pp-box .pp-box-hover-content .pp-box-hover-subtitle,
                a.pp-box .pp-box-hover-content .pp-box-button-container{
                    margin-top: 40px;
                }

                a.pp-box .pp-box-hover-content .pp-box-hover-subtitle{
                    text-transform: none;
                }

        a.pp-box .pp-box-popup{
            display: none;
        }

            .pp-box-popup .fancybox-details{
                max-width: 750px;
            }

                .pp-box-popup .fancybox-details > .wp-post-image{
                    width: 100%;
                    height: auto;
                }

                .pp-box-popup .pp-box-post{
                    padding: 10px 20px;
                }

                    .pp-box-post .pp-box-testimonial{
                        margin: 0.5em 0;
                        font-size: 16px;
                    }

                        .pp-box-post .pp-box-testimonial span.pp-box-credit{
                            display: inline-block;
                            margin-left: 1em;
                            font-style: italic;
                        }


/* >>> BLOG */

span.required{
    color: #ff4e45;
    font-weight: bold;
}

.recaptcha-container{
    
}

.post-index{
    margin-bottom: 100px;
}

.trip-index{
    margin-bottom: 40px;
}

    .trip-index h3.trip-title{
        margin: 0.6em 0;
    }

    .posts-pagination{
        text-align: center;
        position: relative;
        margin: 25px 25px;
        padding: 0 100px;
        min-height: 1em;
    }

        .posts-pagination a.page-numbers,
        .posts-pagination a.page-numbers{
            color: #325e89;
            display: inline-block;
            padding: 0 0.3em;
        }

        .posts-pagination a.page-numbers:hover{
            color: #0D2B47;
        }

        .posts-pagination a.page-numbers.prev{
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            white-space: nowrap;
        }

        .posts-pagination a.page-numbers.next{
            position: absolute;
            top: 0;
            right: 0;
            padding: 0;
            white-space: nowrap;
        }

        .posts-pagination span.page-numbers.current{
            color: #9a9a9a;
            display: inline-block;
            padding: 0 0.3em;
        }

    .post-index .post-details{
        margin: 25px 0 0 25px;
    }

    body.single .post-index .post-details{
        margin-left: 0;
    }

        body.single .post-index .post-details > *{
            margin-left: 25px;
        }

        body.single .post-index .post-content > .relative-image{
            position: relative;
            left: -25px;
            margin-right: -25px;
        }

        /* >>> SUBSCRIBE FORM */
        
        .post-index .after-post-widget .widgettitle{
            display: none;
        }
        
        .post-index .after-post-widget .mc4wp-form form{
            display: block;
            padding: 20px 143px 20px 20px;
            position: relative;
            /*background-color: #325e89;*/
            background-color: #666;
            color: #fff; /*color: #0D2B47;*/
        }
        
            .post-index .after-post-widget .mc4wp-form form .name-container,
            .post-index .after-post-widget .mc4wp-form form .email-container{
                display: inline-block;
                width: 48%;
                padding: 0;
                margin: 0;
                position: relative;
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                        box-sizing: border-box;
            }
        
            .post-index .after-post-widget .mc4wp-form form .name-container{
                margin: 0 10px 0 0;
            }
        
            .post-index .after-post-widget .mc4wp-form form input[type="submit"]{
                position: absolute;
                right: 20px;
                top: 50%;
                margin-top: -52px;
                width: 103px;
                height: 103px;
                -webkit-border-radius: 50%;
                   -moz-border-radius: 50%;
                        border-radius: 50%;
                /*background: #023cf6 ;*/
                font-size: 22px;
                text-align: center;
                padding: 0;
                line-height: 1.5;
                vertical-align: middle;
            }
        
            .post-index .after-post-widget .mc4wp-form form input[type="submit"]:hover{
                /*background-color: #666;*/
            }
        
        /* <<< SUBSCRIBE FORM */

        .post-index p.post-meta{
            font-size: 12px;
            margin: 0.3em 0 1em;
        }

        .post-index .featured-image a{
            display: block;
            position: relative;
        }

            .post-index .featured-image img,
            .post-index img.size-blog-index{
                display: block;
                width: 100%;
                max-width: 100%;
                height: auto;
                margin: 0;
                padding: 0;
            }

            .post-index .featured-image img.youtube_play_icon{
                position: absolute;
                left: 50%;
                top: 50%;
                width: 48px;
                height: 48px;
                margin-top: -24px;
                margin-left: -24px;
            }

        .post-index .button-permalink{
            margin: 15px 0;
        }

        .post-index .tags{
            margin: 15px 0;
        }

            .post-index .tags a{
                display: inline-block;
                margin: 0.5em 0.3em;
                padding: 0.4em 1em;
                color: #dad7d7;
                font-size: 14px;
                border: 1px solid #dad7d7;
            }

        .post-index .tags a:hover{
            border-color: #000;
            color: #000;
        }

        .post-index .tags a:first{
            margin-left: none;
        }

        .post-index .comments-area{
            margin: 50px 0;
        }

            .post-index .comments-area ol,
            .post-index .comments-area ol > li {
                list-style: none;
            }

            .post-index .comments-area ol.comment-list {
                margin-left: 0;
            }

            .post-index .comments-area span.says {
                display: none;
            }

            .post-index .comments-area cite.fn {
                font-weight: 700;
                font-size: 16px;
            }

            .post-index .comments-area cite.fn:before {
                content: "by ";
                font-weight: normal;
                font-size: 14px;
            }

            .post-index .comments-area div.comment-meta a {
                font-size: 12px;
                /*color: #4b4b4b;*/
                color: #404041;
            }

            .post-index .comments-area div.comment-body {
                font-size: 14px;
            }

                .post-index .comments-area div.comment-body img.avatar {
                    display: none;
                }
            
            .post-index .comments-area .comments-title,
            .post-index .comments-area #reply-title{
                text-transform: none;
            }

            .post-index .comments-area .comment-notes{
                margin: 30px 0;
            }

            .post-index .comments-area .comment-form-author,
            .post-index .comments-area .comment-form-email,
            .post-index .comments-area .comment-form-comment{
                margin-top: 15px;
                margin-bottom: 15px;
                padding-top: 0;
                padding-bottom: 0;
            }

                .post-index .comments-area .comment-form-author label,
                .post-index .comments-area .comment-form-email label{
                    padding: 1em 1.2em 1em 0;
                    margin: 0;
                    color: #888;
                    font-size: 14px;
                    font-weight: normal;
                    line-height: 1;
                }

.blog-sidebar .widgettitle{
    text-transform: none;
    margin: 0;
}

.blog-sidebar .widget-content{
    margin-bottom: 40px;
}

    .blog-sidebar .widget-content ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .blog-sidebar .widget-content ul > li{
            margin: 0.3em 0;
            padding: 0;
        }

    .blog-sidebar .widget-content form.searchform label,
    .blog-sidebar .widget-content form.searchform input.searchsubmit{
        display: none;
    }

/* <<< BLOG */

/* >>> SEARCH PAGE */
body.search form.searchform input.searchsubmit{
    margin: 1.5em 0;
}
body.search p{
    margin: 0;
}
/* <<< SEARCH PAGE */

form.searchform input.s{
    max-width: 500px;
    display: block;
}

/* >>> YOUTUBE PLAYLIST CSS */
    
    div.youtube-playlist {
        text-align: center;
        margin: 0 auto 70px;
    }

        div.youtube-playlist a.ytplaylist-video-container {
            display: inline-block;
            width: 100%;
            max-width: 280px;
            margin: 0 15px 30px;
            position: relative;
            line-height: 1;
            vertical-align: top;
            text-decoration: none;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

            div.youtube-playlist a.ytplaylist-video-container img.ytplaylist-video {
                width: 100%;
                height: auto;
                display: block;
            }

            div.youtube-playlist a.ytplaylist-video-container span.ytplaylist-video-box {
                display: block;
                padding: 0;
                /*background-color: red;*/
                color: #000;
                font-size: 16px;
                font-weight: 600;
            }

                div.youtube-playlist a.ytplaylist-video-container span.ytplaylist-image-container {
                    display: block;
                    position: relative;
                }

                    div.youtube-playlist a.ytplaylist-video-container span.ytplaylist-image-container img.youtube_play_icon {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        width: 48px;
                        height: 48px;
                        margin-top: -24px;
                        margin-left: -24px;
                    }

                div.youtube-playlist a.ytplaylist-video-container span.description {
                    margin-top: .5em;
                    display: block;
                    text-align: center;
                    font-size: 12px;
                    line-height: 1.4;
                }

/* <<< YOUTUBE PLAYLIST CSS */


.fancybox-skin{
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
			border-radius: 0 !important;
}

.fancybox-prev span{
	left: -18px !important;
}

.fancybox-next span{
	right: -18px !important;
}

.fancybox-nav{
	width: 1px !important;
}

div.jig-filterButtons {
    margin: 25px 15px;
}

    div.jig-filterButtons h2.page-title {
        margin: 0 15px;
        float: left;
        color: #325e89;
        font-size: 36px;
        font-weight: bold;
        padding: 0;
        line-height: 1;
        vertical-align: middle;
    }

    div.jig-filterButtons div.jig-filterButton{
        text-transform: uppercase;
        line-height: 36px;
        vertical-align: middle;
        margin: 0 15px 0 10px;
        padding: 0;
    }

    div.jig-filterButtons div.jig-filterButton.jig-filterButtonSelected{
        color: #000;
    }

.faq{
    margin-top: 1.3em;
}

    .faq .faq-question{
        padding-left: 45px;
        position: relative;
        cursor: pointer;
        text-transform: none;
    }

        .faq .faq-question i{
            top: 50%;
            left: 0;
            margin-top: -0.5em;
            position: absolute;
            color: #000;
        }

    .faq .faq-answer{
        padding-left: 45px;
        display: none;
    }

#footer{
    background-color: #efeff0;
    color: #000000;
}

    #footer #grc-footer-area-widgets .widget{
        float: left;
        padding: 20px;
        border-right: 2px solid #ffffff;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        #footer #grc-footer-area-widgets .widget h2{
            font-size: 24px;
            color: #325e89;
            margin-top: 0;
            text-align: left;
            margin-bottom: 0.65em;
        }

    #footer #grc-footer-area-widgets .widget-left{
        width: 40%;
        border-left: 2px solid #ffffff;
        text-align: center;
    }

        #footer #grc-footer-area-widgets .widget-left form{
            max-width: 350px;
            display: inline-block;
            margin: 0;
        }

    #footer #grc-footer-area-widgets .widget-center{
        width: 30%;
        text-align: center;
        padding-top: 30px;
    }

        #footer #grc-footer-area-widgets .widget-center img{
            width: 100%;
            height: auto;
        }

    #footer #grc-footer-area-widgets .widget-right{
        width: 30%;
    }

    #footer #grc-copyright-area{
        border-top: 2px solid #ffffff;
        font-size: 12px;
    }

        #footer #grc-copyright-area a{
            color: #000;
        }

        #footer #grc-copyright-area a:hover{
            color: #4D4D4D;
            text-decoration: none;
        }

        #footer #grc-copyright-area #copyright-text{
            float: left;
            margin: 1em 0;
            width: 40%;
        }

        #footer #grc-copyright-area .flags{
            float: left;
            margin: 0.55em 0;
            width: 30%;
            text-align: center;
        }

            #footer #grc-copyright-area .flags a{
                display: inline-block; 
                margin: 0.5em 8px;
            }

        #footer #grc-copyright-area #social-icons{
            float: left;
            margin: 0.5em 0;
            width: 30%;
            text-align: center;
        }

            #footer #grc-copyright-area #social-icons a{
                display: inline-block;
                margin: 0.5em 8px;
            }

            #footer #grc-copyright-area #social-icons br{
                display: none;
            }

.table-wrapper{
    overflow: auto;
}

@media (min-width: 992px) and (max-width: 1199px){
    
    a.pp-box{
        max-width: 270px !important;
    }
    
        a.pp-box h2.pp-box-main-title{
            font-size: 26px !important;
        }
	
    	a.pp-box h3.pp-box-hover-title,
        a.pp-box h3.pp-box-hover-subtitle{
            font-size: 18px !important;
        }
        
    .adventures .adventure{
        width: 103px;
    }
    
        .adventures .adventure .h3-title{
            font-size: 18px;
        }
    
    #footer #grc-copyright-area #social-icons br{
        display: inline-block;
    }
	
}

@media (min-width: 1200px){

    .container {
        width: 1110px;
    }
        
    .blog-new-left-column{
        width: 728px !important;
        margin: 0 !important;
        padding: 0 !important;
        float: left !important;
    }
    
    .blog-new-right-column{
        width: 287px !important;
        margin: 0 !important;
        padding: 0 !important;
        float: right !important;
    }

}

@media ( max-width: 991px ) {
    
    #footer #grc-copyright-area #social-icons br{
        display: inline-block;
    }
        
    .adventures .adventure{
        width: 103px;
    }
    
        .adventures .adventure .h3-title{
            font-size: 18px;
        }
    
    /*  */
    #header-menu .ubermenu li.ubermenu-item-level-2.ubermenu-item-type-column{
        width: 20%;
    }
    
        /* FORCE ALL CHILD COLUMNS TO FULL WIDTH */
        #header-menu .ubermenu li.ubermenu-item-level-2 li.ubermenu-item-type-column{
            width: 100%;
        }
	
    	/* FORCE ALL CHILD COLUMNS TO FULL WIDTH */
        #header-menu .ubermenu li.ubermenu-item-level-5 li.ubermenu-item-normal > .ubermenu-submenu,
        #header-menu .ubermenu li.ubermenu-item-level-5 li.ubermenu-item-header > .ubermenu-submenu{
            display: none;
        }
    
    .boxes .box h2{
        font-size: 24px;
    }

    .boxes .box h3{
        font-size: 20px;
    }

    .boxes .box p.description{
        font-size: 16px;
    }

    .boxes .box button{
        font-size: 11px;
    }
    
    #footer .container{
        margin: 0;
        width: 100%;
    }
    
    div.jig-filterButtons h2.page-title {
        /* font-size: 26px;
        line-height: 36px; */
    }

    div.jig-filterButtons div.jig-filterButton{
        margin: 0 8px 0 8px;
        font-size: 18px;
    }
    
    body.page-template-template-trip-planner form.chechboxes-container .column{
        border: none;
        border-top: 1px solid #f4f4f4;
        width: 100%;
        padding: 5px 0;
        max-width: 500px;
    }
    
        body.page-template-template-trip-planner form.chechboxes-container .column h5{
            cursor: pointer;
        }
    
            body.page-template-template-trip-planner form.chechboxes-container .column h5 i.fa{
                display: inline-block;
            }
    
        body.page-template-template-trip-planner form.chechboxes-container .column h5 ~ *{
            display: none;
        }
    
    body.page-template-template-trip-planner form.chechboxes-container .column-first{
        border: none;
    }

        /* body.page-template-template-trip-planner form.chechboxes-container .column-date .column-inner{
            float: none;
            width: 100%;
        }
        
        body.page-template-template-trip-planner form.chechboxes-container .column-date .column-inner-month{
            border-bottom: 1px solid #f4f4f4;
        } */
        
    a.pp-box{
        max-width: 220px !important;
    }
    
        a.pp-box h2.pp-box-main-title{
            font-size: 20px !important;
        }
    
        a.pp-box h3.pp-box-hover-title,
        a.pp-box h3.pp-box-hover-subtitle{
            font-size: 14px !important;
        }
    
        a.pp-box button{
            font-size: 12px !important;
        }
	
}

@media ( max-width: 782px ) {
    
    #header{
        position: relative !important;
        top: 0 !important;
    }

    #main-content{
        margin-top: 0 !important;
    }
    
    #header #header-top .header-top-right{
        margin-top: 10px !important;
        text-align: right;
    }
    
        #header .phone-number{
            display: block;
            margin: 10px 0 !important;
        }
    
    #header-height-offset{
        display: block !important;
    }
    
    .testimonial p{
        font-size: 18px;
    }
    
    .testimonial div.signature{
        font-size: 14px;
    }

	.half-width{
		width: 100% !important;
		margin-left: 0 !important;
	}
    
    blockquote p:before {
        top: 0.25em;
    }

    blockquote p:after {
        top: 0.27em;
    }
    
    #footer #grc-footer-area-widgets .widget-left{
        width: 100%;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }
    
        #footer #grc-footer-area-widgets .widget-left h2{
            text-align: center;
        }

    #footer #grc-footer-area-widgets .widget-center{
        width: 50%;
        border-left: 2px solid #ffffff;
    }

    #footer #grc-footer-area-widgets .widget-right{
        width: 50%;
        border-right: 2px solid #ffffff;
    }
    
    div.jig-filterButtons {
        text-align: center;
    }

        div.jig-filterButtons h2.page-title {
            float: none;
        }

        div.jig-filterButtons div.jig-filterButton{
            /* float: none;
            display: block; */
        }
    
}

@media ( max-width: 680px ) {
	
	/* FORCE ALL CHILD COLUMNS TO FULL WIDTH */
    #header-menu .ubermenu li.ubermenu-item-level-2 li.ubermenu-item-normal > .ubermenu-submenu,
    #header-menu .ubermenu li.ubermenu-item-level-2 li.ubermenu-item-header > .ubermenu-submenu{
        display: none;
    }
    
    #header-menu .ubermenu li.ubermenu-item-level-2.ubermenu-item-type-column{
        width: 100%;
        border-left: none !important;
        border-right: none !important;
        /*border-top: 1px solid #f4f4f4;*/
        min-height: 0 !important;
    }
    
    #header-menu .ubermenu li.ubermenu-item-level-2.ubermenu-item-type-column.ubermenu-item-first{
        border-top: none;
    }
    
    #header-menu .ubermenu .ubermenu-content-align-center{
        text-align: left;
    }
    
    h1 {
        font-size: 36px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }
	
}

@media ( max-width: 620px ) {
	
	.alignleft, .alignright, a img.alignleft, a img.alignright, a.fancybox img {
        float: none;
        margin: 15px 0;
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    
    /* .content_with_image .thumb-float{
        float: none;
    }
    
        .content_with_image .thumb-float img{
            margin: 15px auto 0;
        } */
        
        
        
    /* .content_with_image .thumb-float.float-left{
        max-width: 45% !important;
    }
        
    .content_with_image .cwi-content{
        overflow: visible !important;
    } */
    
    
    .content_with_image .thumb-float.float-left,
    .content_with_image .thumb-float.float-right{
        float: none !important;
        margin: 20px auto !important;
        max-width: 460px !important;
    }
    
    .content_with_image .cwi-content{
        padding-top: 0 !important;
    }
    
    
    div.row.full-620,
    div.row.full-620 div.col-xs-1,
    div.row.full-620 div.col-xs-2,
    div.row.full-620 div.col-xs-3,
    div.row.full-620 div.col-xs-4,
    div.row.full-620 div.col-xs-5,
    div.row.full-620 div.col-xs-6,
    div.row.full-620 div.col-xs-7,
    div.row.full-620 div.col-xs-8,
    div.row.full-620 div.col-xs-9,
    div.row.full-620 div.col-xs-10,
    div.row.full-620 div.col-xs-11,
    div.row.full-620 div.col-xs-12 {
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        position: static !important;
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }
    
    #header #header-top {
        padding: 3px 15px 4px;
    }
    
        #header .phone-number{
            
        }
        
        #header .main-menu-mobile {
            
        }
        
        #header a#logo img{
            margin: 10px 0;
            height: 73px;
        }
    
    .mc4wp-form .name-container{
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0;
    }

    .mc4wp-form .email-container{
        width: 100%;
        padding-left: 0;
    }
    
    .post-index .after-post-widget .mc4wp-form form{
        
    }
    
        .post-index .after-post-widget .mc4wp-form form .name-container{
            width: 98%;
            margin: 10px 0;
        }
    
        .post-index .after-post-widget .mc4wp-form form .email-container{
            width: 98%;
            margin: 10px 0;
        }
        
        .post-index .after-post-widget .mc4wp-form form input[type="submit"]{
            top: auto;
            bottom: 40px;
            margin: 0;
        }
    
    #footer #grc-copyright-area #copyright-text,
    #footer #grc-copyright-area .flags,
    #footer #grc-copyright-area #social-icons{
        width: 100%;
        text-align: center;
        margin: 0.2em 0;
    }
    
        #footer #grc-copyright-area #social-icons br{
            display: none;
        }
	
}

@media ( max-width: 479px ) {
    
    div.row.full-480,
    div.row.full-480 div.col-xs-1,
    div.row.full-480 div.col-xs-2,
    div.row.full-480 div.col-xs-3,
    div.row.full-480 div.col-xs-4,
    div.row.full-480 div.col-xs-5,
    div.row.full-480 div.col-xs-6,
    div.row.full-480 div.col-xs-7,
    div.row.full-480 div.col-xs-8,
    div.row.full-480 div.col-xs-9,
    div.row.full-480 div.col-xs-10,
    div.row.full-480 div.col-xs-11,
    div.row.full-480 div.col-xs-12 {
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        position: static !important;
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }
    
    div.row.full-480 div.hide-480 {
        display: none !important;
    }
    
    #header #header-top{
        padding: 10px;
    }
    
        #header .phone-number{
            font-size: 18px;
            /*right: 10px;*/
        }
        
        #header .main-menu-mobile {
            /*margin-top: 40px;*/
        }
        
            #header .main-menu-mobile a {
                font-size: 18px;
            }

    #footer #grc-footer-area-widgets .widget-center{
        width: 100%;
        border-bottom: 2px solid #ffffff;
    }

    #footer #grc-footer-area-widgets .widget-right{
        width: 100%;
        border-left: 2px solid #ffffff;
        text-align: center;
    }

        #footer #grc-footer-area-widgets .widget-right h2{
            text-align: center;
        }
        
    /*.content_with_image .thumb-float.float-left,
    .content_with_image .thumb-float.float-right{
        float: none !important;
        margin: 20px 0 !important;
        max-width: 100% !important;
        /*
          float: none !important;
          margin: 0 auto !important;
          max-width: 460px !important;
         *//*
    }*/
    
    .post-index .after-post-widget .mc4wp-form form{
        padding: 20px;
        text-align: center;
    }
        
        .post-index .after-post-widget .mc4wp-form form input[type="submit"]{
            position: static;
            display: inline-block;
            float: none;
        }
    
}

@media ( max-width: 380px ) {
    
    #header a#logo img{
        height: 70px;
    }
    
    .pp-boxes-container{
        margin: 100px 15px;
    }
    
        a.pp-box{
            max-width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        
            /* a.pp-box .pp-box-main-title{
                display: none !important;
            }
                    
                        a.pp-box .pp-box-hover{
                display: block !important;
            } */
    
}

@media ( max-width: 330px ) {
    
    #footer #grc-copyright-area #social-icons br{
        display: inline-block;
    }
	
}