/*
Theme Name: pacrimguam.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.5
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/

 /*Fonts*/
/* @font-face {
    font-family: 'Thirsty Script Extrabold';
    src: url('css/fonts/ThirstyScriptExtraboldDemo.woff2') format('woff2'),
        url('css/fonts/ThirstyScriptExtraboldDemo.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}*/

@font-face {
    font-family: 'Blacksword';
    src: url('css/fonts/Blacksword.woff2') format('woff2'),
        url('css/fonts/Blacksword.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Global */

body{
	font-family: 'Lato', Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	background: #FFF;
	color: #000000;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

a {
    color: inherit;
}
a:hover {
    color: blue ;
}
a:hover, a:focus {
    text-decoration: none;
}

.entry.entry-content a {
    color: blue;
    text-decoration: underline;
}

.entry.entry-content a:hover, .entry.entry-content a:focus {
    text-decoration: underline !important;
    color: #494949;
}


.btn-a {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .09em;
    color: #fff;
    display: block;
    width: 218px;
    height: 57px;
    text-align: center;
    line-height: 57px;
    background: #142954;
    text-transform: uppercase;
}

.slick-slide, .slick-slide a:focus {
    outline: none;
}

/*GTranslate styles*/
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}
/*GTranslate styles*/

/*menu*/
body.menu-is-active {
    overflow: hidden;
}
    .menu-is-active .menu_bg {
        display: block;
    }
    .menu-is-active .menu_wrapper {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
.menu_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
    display: none;
}
.menu_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    /*width: 1430px;*/
    width: 89.375%;
    background: #323232;
    z-index: 999;
    overflow: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
    .menu_content {
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .menu_scroll .nav_menu_2 ul.sub-menu {
        display: inline-block;
        margin-right: 20px;
        vertical-align: top;
    }
    .menu_logo {
        position: relative;
    }
        .menu_logo a {
            display: block;
            max-width: 237px;
            padding: 11px 3px 11px 14px;
            background: #fff;
        }
            .menu_logo a img {
                display: block;
                width: 100%;
            }

    .menu-btn-close {
        position: absolute;
        top: 29px;
        right: 26px;
        width: 55px;
        height: 51px;
        border: 1px solid rgba(92,92,92,.53);
        background: transparent;
        z-index: 1;
        outline: none;
        transition: border .3s;
    }
        .menu-btn-close:before, .menu-btn-close:after {
            content: '';
            position: absolute;
            width: 27px;
            height: 3px;
            background: #fff;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }
            .menu-btn-close:before {
                transform: rotate(45deg);
            }
            .menu-btn-close:after {
                transform: rotate(-45deg);
            }

        .menu-btn-close:hover {
            border-color: rgba(255,255,255,.5);
        }

    .menu_scroll {
        /*padding: 35px 94px 0;*/
        padding: 35px 6.58% 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
        .menu_scroll a {
            -webkit-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }
        .menu_scroll h2 {
            font-size: 25px;
            letter-spacing: .05em;
            color: #fff;
            text-transform: uppercase;
            border-bottom: 1px solid rgba(136,136,136,.40);
            padding-bottom: 25px;
            width: 100%;
        }
        .menu_nav {
            /*flex-grow: 1;*/
            width: 67.149%;
            padding: 39px 0 0;
            padding-right: 79px;
        }
            #nav_menu,
            .nav_menu {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
               /* -ms-flex-wrap: wrap;
                flex-wrap: wrap;*/
            }
                #nav_menu > li:first-child,
                .nav_menu > li:first-child {
                    margin-left: 0;
                }
                #nav_menu > li {
                    /*margin-left: 44px;*/
                    margin-left: 10px;
                }
                #nav_menu > li:first-child > ul > li:nth-child(2) > a,
                #nav_menu .sub-menu li.menu-item-38 > a {
                    display: block;
                    font-size: 16px;
                    color: #fff;
                    margin: 14px 0 !important;
                    font-weight: 400;
                }
                    #nav_menu > li:first-child > ul > li:nth-child(2) > a:hover,
                    #nav_menu .sub-menu li.menu-item-38 > a:hover {
                        color: #b8b8b8;
                    }
                    #nav_menu .sub-menu li.menu-item-38 li.menu_contact_show,
                    #nav_menu > li.menu-item-38 li.menu_contact_show {
                        display: none;
                    }
                    #nav_menu > li.menu_contact_hidden  {
                        display: block!important;
                    }
                    #nav_menu > li > a,
                    .nav_menu > li > a,
                    #nav_menu .sub-menu li.menu_contact_show > a {
                        font-size: 16px;
                        letter-spacing: .05em;
                        color: #fff;
                        text-transform: uppercase;
                        display: block;
                        margin-bottom: 14px;
                        font-weight: 400;
                    }
                        #nav_menu > li > a:hover,
                        .nav_menu > li > a:hover,
                        #nav_menu .sub-menu li.menu_contact_show > a:hover {
                            color: #b8b8b8;
                        }
                        #nav_menu .sub-menu li,
                        .nav_menu .sub-menu li {
                            margin-bottom: 9px;
                        }
                            #nav_menu .sub-menu li a,
                            .nav_menu .sub-menu li a {
                                font-weight: 300;
                                font-size: 14px;
                                letter-spacing: .03em;
                                color: #b8b8b8;
                                text-transform: uppercase;
                            }

                            .nav_menu .sub-menu li a {
                                font-size: 12px;
                            }

                                #nav_menu .sub-menu li > a:hover,
                                .nav_menu .sub-menu li > a:hover {
                                    color: #fff;
                                }
            .nav_menu_2 {
                border-top: 1px solid rgba(136,136,136,.40);
                margin-top: 8px;
                padding: 29px 0 0;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
            }
                .nav_menu > li {
                    margin-left: 35px;
                }
            #nav li.menu_contact_show,
            #nav_menu li.menu_contact_hidden {
                display: none;
            }
            #nav li.menu_contact_hidden {
                display: inline-block;
            }
            #nav_menu li.menu_contact_show {
                display: block;
                margin-top: 18px;
            }
        .menu_cta {
            /*width: 408px;*/
            width: 32.851%;
            padding: 42px 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
            .menu_cta > div {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }
            .menu_cta a {
                /*display: inline-block;*/
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: calc(50% - 12px);
                border: 2px solid rgba(155,155,155,.52);
                text-transform: uppercase;
                text-align: center;
                font-size: 16px;
                letter-spacing: .04em;
                color: #fff;
                margin-bottom: 21px;
                padding: 10px 0 11px;
                line-height: initial;
                -webkit-transition: background .3s, border-color .3s, color .3s;
                -o-transition: background .3s, border-color .3s, color .3s;
                transition: background .3s, border-color .3s, color .3s;
            }
                .menu_cta a:hover {
                    background: #142954;
                    border-color: #142954;
                    color: #fff;
                }

        .menu_contact_info {
            border-top: 1px solid rgba(136,136,136,.40);
            font-size: 0;
            width: 100%;
            margin-top: 38px;
            padding: 29px 0;
        }
            .menu_contact {
                display: inline-block;
                vertical-align: top;
                position: relative;
                padding-left: 26px;
                font-size: 16px;
                letter-spacing: .06em;
                line-height: 24px;
                color: #fff;
                margin-right: 53.5px;
            }
                .menu_contact a:hover {
                    color: #b8b8b8;
                }
                .menu_contact:last-child {
                    margin-right: initial;
                }
                .menu_contact i {
                    position: absolute;
                    top: 0;
                    left: 0;
                }
                .menu_contact.phone i {
                    font-size: 16px;
                    top: 5px;
                }
                .menu_contact.email i {
                    font-size: 12px;
                    top: 7px;
                }
                .menu_contact.website i {
                    top: 7px;
                }
                .menu_contact.address i {
                    top: 5px;
                    font-size: 21px;
                    left: -2px;
                }

/*fixed header*/
.sticking .header-top {
    opacity: 0;
    visibility: hidden;
    /*padding-bottom: 6px;*/
}
    .sticking .header-logo a {
        max-width: 168px;
    }
    .sticking #nav > li > a {
        padding: 29.5px 0;
    }

.header-top,
.header-logo a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*header*/
header.header-wrapper {
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
}
    .header-top {
        text-align: right;
        padding: 11px 15px 8px;
        position: relative;
        z-index: 1;
    }
        .header-top a {
            -webkit-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }
        .header-top a:hover {
            color: #c0c0c0;
        }
        .contact-item {
            display: inline-block;
            vertical-align: middle;
            position: relative;
        }
            .contact-item i {
                top: -1px;
                margin-right: 3px;
            }
        .contact-email,
        .contact-phone {
            font-size: 14px;
            letter-spacing: .05em;
            padding: 1px 0 2px 16px;
            margin-left: 16px;
            border-left: 1px solid rgba(255,255,255,.25);
        }
            .contact-email i {
                font-size: 8px;
            }
            .contact-phone i {
                font-size: 9px;
                position: relative;
                display: inline-block;
                transform: rotate(22deg);
            }

        .contact-smi a {
            font-size: 18px;
            margin: 0 3px;
        }



.contact-item.contact-smi .ai-font-twitter {

    border: 1px solid;
    padding: 1.5px 3px;
    border-radius: 20%;
    font-size: 11px;
    position: relative;
    top: -3.3px;

}
        .translate-wrap {
            margin-left: 11px;
        }
            .translate-btn {
                display: block;
                width: 140px;
                height: 27px;
                border: 1px solid rgba(255,255,255,.3);
                background: rgba(82,96,97,.15);
                position: relative;
                outline: none;
                -webkit-transition: border .3s;
                -o-transition: border .3s;
                transition: border .3s;
            }
                .translate-btn:hover, .open .translate-btn {
                    border-color: rgba(255,255,255,.5);
                }
                .translate-btn span {
                    display: block;
                    text-transform: uppercase;
                    font-size: 12px;
                    letter-spacing: .1em;
                    padding-left: 6px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    padding: 0 22px;
                }
                .translate-btn i {
                    font-size: 12px;
                    position: absolute;
                    left: 11px;
                    top: 7px;
                }
                .translate-btn:before {
                    content: '';
                    position: absolute;
                    right: 13px;
                    top: 10px;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 4px 3px 0 3px;
                    border-color: #ffffff transparent transparent transparent;
                }

            .translate-dropdown {
                width: 100%;
                min-width: 100%;
                border: none;
                border-radius: 0;
            }
                .translate-dropdown a {
                    display: block;
                    font-size: 12px;
                    letter-spacing: .1em;
                    color: #3a3a3a;
                    text-transform: uppercase;
                    padding: 5px 10px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;

                    -webkit-transition: all .1s;
                    -o-transition: all .1s;
                    transition: all .1s;
                }
                    .translate-dropdown a:hover {
                        color: #fff;
                        background: #14295a;
                    }

    .header-bottom {
        background: rgba(58,58,58,.95);
        position: relative;
    }
        .header-bottom .container {
            position: relative;
        }
        .header-logo {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
        }
            .header-logo a {
                display: block;
                max-width: 215px;
                padding: 14px 13px;
                background: #3c3c3c;
            }
                .header-logo img {
                    display: block;
                    width: 100%;
                }

        .header-navigation {
            text-align: right;
            padding-left: 215px;

            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
            #nav {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                /*text-align: center;*/
                /*padding-right: 12.12%;*/
            }
                #nav li {
                    position: relative;
                }
                    #nav li a {
                        font-weight: 300;
                        font-size: 14px;
                        letter-spacing: .05em;
                        text-transform: uppercase;
                        display: block;
                        color: #fff;
                        -webkit-transition: background .3s, color, .3s;
                        -o-transition: background .3s, color, .3s;
                        transition: background .3s, color, .3s;
                    }
                #nav > li {
                    display: inline-block;
                    margin-left: 41px;
                    vertical-align: middle;
                }
                #nav > li:first-child {
                    display: none;
                }
                    #nav > li > a {
                        padding: 43px 0;
                    }
                        #nav > li > a > span {
                            display: block;
                            position: relative;
                        }
                            #nav > li > a > span:before {
                                content: '';
                                position: absolute;
                                left: 0;
                                right: 0;
                                height: 1px;
                                bottom: -12px;
                                background: #fff;
                                opacity: 0;
                                transform: translateY(5px);
                                -webkit-transition: all .3s;
                                -o-transition: all .3s;
                                transition: all .3s;
                            }
                            #nav > li:hover > a > span:before,
                            #nav > li:focus-within > a > span:before {
                                transform: translateY(0);
                                opacity: 1;
                            }
                #nav .sub-menu {
                    list-style: none outside none;
                    margin: 0;
                    background: transparent;
                    padding: 0;
                    position: absolute;
                    width:100%;
                    min-width:145px;
                    text-align: center;
                    opacity: 0;
                    visibility: hidden;
                    pointer-events: none;
                    -webkit-transition: visibility .3s, opacity .3s;
                    -o-transition: visibility .3s, opacity .3s;
                    transition: visibility .3s, opacity .3s;
                }
                #nav > li > .sub-menu {
                    left: 50%;
                    transform: translateX(-50%);
                }
                    #nav .sub-menu li {
                        margin-bottom: 1px;
                    }
                    #nav .sub-menu a {
                        padding: 10px 5px;
                        background: rgba(56,56,57,.85);
                    }
                        #nav .sub-menu li:hover > a,
                        #nav .sub-menu li:focus-within > a {
                            background: #fff;
                            color: #353437;
                        }
                        #nav .sub-menu .sub-menu {
                            margin-left: 100%;
                            top:0;
                        }
                            #nav li:hover > .sub-menu,
                            #nav li:focus-within > .sub-menu {
                                opacity: 1;
                                visibility: visible;
                                pointer-events: all;
                            }
                            #nav .sub-menu li {
                                position: relative;
                            }

            .menu-btn {
                width: 31px;
                height: 25px;
                background: transparent;
                border: none;
                outline: none;
                position: relative;
                padding: 0;
                transition: opacity .3s;
            }
                .menu-btn:hover {
                    opacity: .5;
                }
                .menu-btn span {
                    display: block;
                    width: 100%;
                    height: 100%;
                    border: 3px solid #fff;
                    border-left: none;
                    border-right: none;
                }
                    .menu-btn span:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        height: 3px;
                        margin: auto;
                        background: #fff;
                    }

/*section 1*/
section.section-1 {
    position: relative;
}
    #slideshow{
		height: 100vh;
		position: relative;
	}
    #slideshow .cycloneslider-template-responsive {
        transform: none;
		height: 100vh;
    }
	#slideshow .cycloneslider-template-responsive .cycloneslider-canvas{
		/* display: none; */
	}
        #slideshow .cycloneslider-template-responsive .cycloneslider-slide:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(0,0,0,.20);
            z-index: 2;
			pointer-events: none;
        }
        #slideshow .cycloneslider-template-responsive .cycloneslider-slide:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 49.26%;
            background: url(images/overlay-slideshow.png) bottom left/auto 100% repeat-x;
            z-index: 2;
			pointer-events: none;
        }
        #slideshow .cycloneslider-template-responsive .cycloneslider-slides,
        #slideshow .cycloneslider-template-responsive .cycloneslider-slide{
            width: 100%;
            height: 100%;
            overflow: visible;
        }
        #slideshow .cycloneslider-template-responsive .cycloneslider-slides {
            /* z-index: -1;
            position: fixed; */
			z-index: 0;
            position: absolute;
            top: 0;
            left: 0;
        }
		#slideshow .cycloneslider-template-responsive .cycle-slide{

		}
		#slideshow .cycloneslider-template-responsive .cycloneslider-slide canvas{
			height: 100vh;
			position: fixed !important;
			/* z-index: -1 !important; */
			width: 100%;
			top: 0;
			left: 0;
		}
            #slideshow .cycloneslider-template-responsive .cycloneslider-caption {
                background: transparent;
                position: absolute;
                z-index: 3;
                max-width: none;
                margin: 0 auto;
                left: 0;
                right: 0;
                padding: 0 15px;
                top: 0;
                opacity: 1;
                height: 100vh;
                width: 100%;
                display: flex;
                flex-flow: column wrap;
                align-items: center;
                justify-content: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-flow: column wrap;
                flex-flow: column wrap;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

			#slideshow .cycloneslider-template-responsive .cycloneslider-caption h3{
				font-size: 50px;
				color: #fff;
				line-height: 1;
			}
			#slideshow .cycloneslider-template-responsive .cycloneslider-caption a{
				display: flex;
				margin: 24px auto 0;
				width: 250px;
				height: 60px;
				align-items: center;
				justify-content: center;
				background: rgba(20,41,90,.8);
				font-size: 16px;
				text-transform: uppercase;
				letter-spacing: 0.040em;
				color: #fff;
			}
			#slideshow .cycloneslider-template-responsive .cycloneslider-caption a:hover{
				background: rgba(20,41,90,1);
			}
                #slideshow .cycloneslider-template-responsive .cycloneslider-caption-title {
                    display: none;
                }
                #slideshow .cycloneslider-template-responsive .cycloneslider-caption-description,
                .slideshow-caption {
                    padding: 0;
                    font-weight: 400;
                    font-size: 14px;
                    letter-spacing: .02em;
					text-align:center;
					margin: 60px 0 0;
                }
    .slideshow-container {
        position: fixed;
        left: 0;
        right: 0;
        top: 147px;
        /*bottom: 59px;*/
        z-index: 2;
        color: #fff;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .fixed-header .slideshow-container {
            /*top: 115px;*/
        }

        .slideshow-container:before, .slideshow-container:after {
            display: none;
        }
        .slideshow-caption {
            padding-bottom: 7px;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            text-align: left;
            width: calc(100% - 480px);

            display: none;
        }
        .slideshow-verse {
            font-size: 17px;
            line-height: 1;
            letter-spacing: -.025em;
            border-bottom: none;
            max-width: 481px;
            margin-left: auto;
            position: relative;
            padding: 7px 5px 11px 10px;
            font-family: 'Calibri', Sans-serif;
            font-weight: 700;
            z-index: 1;
            /*border: 2px solid #ffffff;*/
            border-bottom: none;
            text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
        }
            .slideshow-verse-border {
                position: absolute;
                top: -2px;
                left: -2px;
                right: -2px;
                bottom: 0;
                /*border: 2px solid #fff;*/
                border-bottom: none;
                z-index: -1;
                display: none;
            }
                .slideshow-verse-border span {
                    position: absolute;
                    left: 0;
                    top: 0;
                    background: #fff;
                }
                .slideshow-verse-border span:first-child,
                .slideshow-verse-border span:last-child {
                    width: 2px;
                    bottom: 0;
                }

                .slideshow-verse-border span:nth-child(2) {
                    position: absolute;
                    height: 2px;
                    left: 0;
                    right: 0;
                }
                .slideshow-verse-border span:last-child {
                    left: initial;
                    right: 0;
                }
            .slideshow-verse a {
                color: #fff;
            }
            .slideshow-verse:hover {
                color: #fff;
                /*box-shadow:  0 0 5px rgba(255,255,255,1);*/
                text-shadow: 0 0 5px rgba(255,255,255,1);
            }

                .slideshow-verse:hover .slideshow-verse-border span,
                .slideshow-verse:hover:before,
                .slideshow-verse:hover:after {
                    box-shadow:  0 0 5px rgba(255,255,255,1);
                }
        .slideshow-verse:before, .slideshow-verse:after {
            content: '';
            position: absolute;
            bottom: 0;
            height: 2px;
            background: #fff;
            display: none;
        }
            .slideshow-verse span {
                position: relative;
                /*bottom: -18px;
                right: 40px;*/
                /*font-family: 'Thirsty Script Extrabold', serif;*/
                font-family: 'Cinzel', serif;
                font-size: 20px;
                font-weight: 700;
                letter-spacing: 0;
                text-transform: uppercase;
            }
        .slideshow-verse:before {
            left: -2px;
            right: 162px;
        }
        .slideshow-verse:after {
            right: 0;
            left: calc(100% - 35px);
        }

/*section 2*/
section.section-2 {
    position: relative;
    background: rgba(44,44,44,.8);
}
    #call-to-action {
        padding: 50px 0 43px;
    }
        .cta-list {
            margin: 0 -12px 23px;
            font-size: 0;
        }
            .cta-col {
                padding: 0 12px;
                display: inline-block;
                vertical-align: top;
                width: 16.66666666666667%;
            }
                a.cta {
                    width: 100%;
                    height: 166px;
                    border: 3px solid #fff;
                    margin: 0 auto;
                    font-weight: 700;
                    font-size: 16px;
                    letter-spacing: .01em;
                    line-height: 24px;
                    text-align: center;
                    text-transform: uppercase;
                    color: #fff !important;
                    position: relative;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
                            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
                    background: #494949;
                    background: -moz-radial-gradient(center, ellipse cover,  #494949 0%, #3a3a3a 100%);
                    background: -webkit-radial-gradient(center, ellipse cover,  #494949 0%,#3a3a3a 100%);
                    background: radial-gradient(ellipse at center,  #494949 0%,#3a3a3a 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#3a3a3a',GradientType=1 );
                }
                    a.cta:before,
                    a.cta:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        z-index: 1;
                    }
                    a.cta:before {
                        background: #142954;
                        background: -moz-radial-gradient(center, ellipse cover, #142954 1%, #142954 100%);
                        background: -webkit-radial-gradient(center, ellipse cover, #142954 1%,#142954 100%);
                        background: radial-gradient(ellipse at center, #142954 1%,#142954 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142954', endColorstr='#142954',GradientType=1 );
                        opacity: 0;
                        -webkit-transition: all .5s;
                        -o-transition: all .5s;
                        transition: all .5s;
                        /*-webkit-transition-duration: 1s;
                        transition-duration: 1s;*/
                    }
                    a.cta:after {
                        background: url(images/overlay-cta.png) center / 100% 100% no-repeat;

                    }
                    a.cta span {
                        position: relative;
                        z-index: 2;
                    }
                    a.cta:hover:before {
                        opacity: 1;
                    }
                    a.cta:hover:before {
                        -webkit-animation-name: backPulse;
                        animation-name: backPulse;
                        -webkit-animation-duration: 1s;
                        animation-duration: 1s;
                        -webkit-animation-delay: 0.5s;
                        animation-delay: 0.5s;
                        -webkit-animation-timing-function: ease;
                        animation-timing-function: ease;
                        -webkit-animation-iteration-count: infinite;
                        animation-iteration-count: infinite;
                        background: #142954;
                    }
                    @keyframes backPulse {
                        50% {
                            background: #152c5d;
                        }
                    }

        .cta-links {
            font-size: 12px;
            text-transform: uppercase;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
            .cta-links span {
                display: inline-block;
                vertical-align: middle;
                padding: 5px 7.8px;
                letter-spacing: .02em;
            }
            .cta-links span:first-child {
                padding-left: 0;
            }
            .cta-links span:last-child {
                padding-right: 0;
            }

/*section 3*/
section.section-3 {
    position: relative;
    background: rgba(0,0,0,0.25);
    padding-bottom: 262px;
}
    #welcome {
        text-align: center;
        color: #fff;
        padding: 46px 0 45px;
        background: #2c2c2c;
    }
        #welcome h1 {
            font: 96px/1 'Blacksword', serif;
            margin-bottom: 61px;
        }
        #welcome p {
            font-weight: 300;
            line-height: 23px;
            color: #c0c0c0;
            letter-spacing: .03em;
        }
            #welcome p a {
                text-decoration: underline;
            }
                #welcome p a:hover{
                    color: #ffffff;
                }

/*section 4*/
section.section-4 {
    position: relative;
    background: #fff;
    overflow: hidden;
}
    #featured-properties {
        padding: 49px 0 46px;
    }
        #featured-properties h2 {
            text-align: center;
            text-transform: uppercase;
            font-size: 60px;
            line-height: 1;
            letter-spacing: .04em;
            color: #14295a;
            font-weight: 400;
            margin-bottom: 35px;
        }
            #featured-properties h2 span {
                display: block;
                font-size: 18px;
                letter-spacing: .07em;
                line-height: 1;
                color: #3a3a3a;
                margin-bottom: 4px;
            }

        .fp-list {
            margin: 0 auto;
            font-size: 0;
            position: relative;
        }

            .fp-list .slick-list {
                padding: 0 33%;
            }

        /*added fp center mode css*/

        .fp-list .slick-center .fp-img:before,
        .fp-list.no_center_mode .slick-current + .slick-active .fp-img::before {
            opacity: 0 !important;
        }

        .fp-list .slick-slide .fp-btn {
            opacity: 0;
            transform: scale(0);
        }

        .fp-list .slick-active a:hover .fp-btn {
            opacity: 1;
            transform: scale(1);
        }


        .fp-list .slick-center .fp-btn,
        .fp-list.no_center_mode .slick-current + .slick-active .fp-btn {
            opacity: 0;
            transform: scale(0);
        }

        .fp-list .slick-slide .fp-img:before {
            opacity: 1;
        }

        .fp-list .slick-active .fp-img:before {
            opacity: 0;
        }

        .fp-list .fp:hover .fp-img:before {
            opacity: 0 !important;
        }

        .fp-list .slick-center .fp:hover .fp-btn,
        .fp-list.no_center_mode .slick-current + .slick-active .fp:hover .fp-btn {
            opacity: 1;
            transform: scale(1);
        }

        .fp-list .slick-slide .fp:hover .fp-details {
            opacity: 1;
        }

        .fp-list .slick-center .fp-details,
        .fp-list.no_center_mode .slick-current + .slick-active .fp-details {
            opacity: 0;
        }

        /*added fp center mode css*/

     /*   .fp-list-*/

        /*.fp-list .slick-current + .slick-active {
            opacity: 1;
            transform: scale(1);
        }*/

            .fp {
                display: inline-block;
                vertical-align: top;
                width: 33.3333333%;
                padding: 0 15px;
                pointer-events: none;
            }

            .slick-active .fp {
                pointer-events: auto;
            }

            .slick-center .fp,
            .fp-list.no_center_mode .slick-current + .slick-active .fp {
                pointer-events: auto;
            }

                .fp-img {
                    position: relative;
                }
                    .fp-img:before,
                    .fp-btn {
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        margin: auto;
                        transition: all .4s .1s;
                    }
                    .fp-img:before {
                        content: '';
                        width: 100%;
                        height: 100%;
                        background: rgba(20,41,90,.85);
                    }
                    .fp-btn {
                        opacity: 0;
                        transform: scale(0);
                        /*background: none;*/
                    }
                    .fp-img canvas {
                        display: block;
                        width: 100%;
                        background-size: cover;
                        background-position: center;
                    }

                .fp-details {
                    font-size: 16px;
                    line-height: 22px;
                    letter-spacing: .025em;
                    color: #8e8e8e;
                    position: relative;
                    padding: 13px 150px 0 0;
                    transition: opacity .3s .1s;
                    opacity: 0;
                }

                .slick-active .fp-details {
                    opacity: 1;
                }

                    .fp-title {
                        color: #142954;
                    }
                    .fp-ammenities {
                        text-transform: uppercase;
                        font-size: 14px;
                        line-height: 20px;
                        display: none;
                    }
                    .fp-price {
                        font-size: 30px;
                        color: #142954;
                        position: absolute;
                        right: 0;
                        top: 22px;
                        letter-spacing: 0;
                    }


                /* Fix slick slider jump from last to first */
                /* slide when not active/center */
                .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] .fp-img:before {
                    opacity: 1
                }
                .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] .fp-btn {
                    opacity: 0;
                    transform: scaleY(0);
                }
                .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] .fp-details {
                    opacity: 0;
                }
                /* slide when active/center */
                .slick-center .fp-img:before,
                .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .fp-img:before,
                .no_center_mode .fp:hover .fp-img:before {
                    opacity: 0;
                }
                .slick-center .fp-btn,
                .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .fp-btn,
                .no_center_mode .fp:hover .fp-btn {
                    opacity: 1;
                    transform: scale(1);
                }
                .slick-center .fp-details,
                .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .fp-details,
                .no_center_mode .fp:hover .fp-details {
                    opacity: 1;
                }

            .fp-list .slick-arrow {
                position: absolute;
                width: 70px;
                height: 70px;
                background: #3a3a3a;
                color: #fff;
                font-size: 34px;
                outline: none;
                top: calc(50% - 84px);
                border: none;
                z-index: 1;
                transition: background .3s, color .3s;
            }
                .fp-list .slick-arrow:before {
                    font-size: 34px!important;
                }
                .fp-list .slick-arrow:hover {
                    background: #000;
                    color: #fff;
                }
            .fp-list .slick-prev {
                left: calc(33% - 85px);
            }
            .fp-list .slick-next {
                right: calc(33% - 85px);
            }


/*section 5*/
section.section-5 {
    position: relative;
    background: rgba(44,44,44,.8);
    color: #fff;
    text-align: center;
    padding: 49px 0 94px;
}
    #about-guam {
        margin-bottom: 36px;
    }
    .section-5 h2 {
        font-size: 40px;
        letter-spacing: .05em;
        line-height: 1;
        text-transform: uppercase;
        margin-bottom: 16px;
    }
        .section-5 h2 span {
            display: block;
            font-size: 15px;
            letter-spacing: .07em;
            margin-bottom: 4px;
        }
    .section-5 ul {

    }
        .section-5 ul li {
            display: inline-block;
            vertical-align: top;
            padding: 0 9px;
            position: relative;
        }
            .section-5 ul li a {
                display: block;
                font-size: 15px;
                letter-spacing: .04em;
                color: #fff;
                text-transform: uppercase;
                line-height: initial;
                padding: 7px 12px;
                position: relative;
                z-index: 1;
                -webkit-transition: color .5s, text-shadow .5s;
                -o-transition: color .5s, text-shadow .5s;
                transition: color .5s, text-shadow .5s;
            }
                .section-5 ul li a:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    background: rgba(20,41,90,0.50);
                    z-index: -1;
                    transform: scale(0);
                    opacity: 0;
                    -webkit-transition: opacity .5s, -webkit-transform .5s;
                    transition: opacity .5s, -webkit-transform .5s;
                    -o-transition: opacity .5s, transform .5s;
                    transition: opacity .5s, transform .5s;
                    transition: opacity .5s, transform .5s, -webkit-transform .5s;
                }
                .section-5 ul li a:hover:before {
                    transform: scale(1);
                    opacity: 1;
                }
                .section-5 ul li a:hover {
                    color: #fff;
                    /*text-shadow: 0 0.015em #fff, 0 -0.015em #fff, 0.01em 0 #fff, -0.01em 0 #fff;*/
                }
            .section-5 ul li:after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                width: 1px;
                height: 100%;
                margin: auto;
                background: rgb(255,255,255);
                background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(119,119,119,1) 50%, rgba(255,255,255,0) 100%);
                background: -webkit-linear-gradient(top,  rgba(255,255,2550) 0%,rgba(119,119,119,1) 50%,rgba(255,255,255,0) 100%);
                background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(119,119,119,1) 50%,rgba(255,255,255,0) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
            }
                .section-5 ul li:last-child:after {
                    display: none;
                }
/*footer*/
footer.footer-wrapper {
    background: #2c2c2c;
	    position: relative;
}

    .footer-top {
        position: relative;
        padding: 93px 0 69px;
        font-size: 0;
    }
        .footer-top a:hover {
            color: #fff;
        }
        .footer-top:before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            right: 0;
            bottom: 0;
            background: rgba(71,71,71,.31);
        }
        .footer-logo {
            position: absolute;
            top: -48px;
            left: 0;
            right: 0;
            margin: auto;
            text-align: center;
        }
            .footer-logo a {
                display: block;
                max-width: 215px;
                padding: 14px 13px;
                background: #3c3c3c;
                margin: 0 auto;
            }
                .footer-logo a img {
                    display: block;
                    width: 100%;
                }

        .footer-top h2 {
            font-weight: 500;
            font-size: 24px;
            letter-spacing: .05em;
            color: #fff;
            text-transform: uppercase;
        }

        .footer-contact-info,
        .footer-contact-form {
            width: 50%;
            display: inline-block;
            vertical-align: top;
            position: relative;
        }
        .footer-contact-info {
            padding-left: calc( 8.333333333333333% - 15px );
        }
            .footer-contact-info h2 {
                margin-bottom: 39px;
            }
            .footer-contact {
                position: relative;
                padding-left: 28px;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: .07em;
                color: #c0c0c0;
                margin-bottom: 17.5px;
            }
                .footer-contact i {
                    position: absolute;
                    left: 0;
                    top: 0;
                }
                .footer-contact.phone i {
                    font-size: 14px;
                    top: 5px;
                }
                .footer-contact.email i {
                    font-size: 11px;
                    top: 7px;
                }
                .footer-contact.website i {
                    top: 6px;
                    font-size: 16px;
                }
                .footer-contact.address i {
                    font-size: 22px;
                    left: -3px;
                    top: 6px;
                }

        .footer-contact-form  {
            padding-left: calc( 8.333333333333333% + 15px );
        }
            .footer-contact-form h2 {
                margin-bottom: 23px;
            }
            .cf-form {
                font-size: 0;
                position: relative;
            }
                .cf-form input[type="text"],
                .cf-form input[type="email"],
                .cf-form textarea {
                    width: 100%;
                    height: 45px;
                    border: 1px solid rgba(94,94,94,.80);
                    font-size: 14px;
                    letter-spacing: .04em;
                    color: #c0c0c0;
                    background: transparent;
                    margin-bottom: 7px;
                    outline: none;
                    padding-left: 17px;
                    padding-right: 17px;
                }
                .cf-form textarea {
                    height: 111px;
                    resize: none;
                    margin-bottom: 0;
                    padding-top: 17px;
                    padding-right: 30px;
                }
                .cf-form span.ai-font-paper-airplane-alt {
                    font-size: 12px;
                    position: absolute;
                    bottom: 11px;
                    right: 11px;
                    font-size: 20px;
                    color: #d7d7d7;
                }
                    .cf-form span.ai-font-paper-airplane-alt input {
                        font-size: 0;
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                        opacity: 0;
                    }
                    .cf-form span.ai-font-paper-airplane-alt .ajax-loader {
                        position: absolute;
                        bottom: -35px;
                        right: 0;
                        left: 0;
                        margin: 0 auto;
                    }
                    .cf-form div.wpcf7-response-output {
                        position: absolute;
                        font-size: 12px;
                        margin: 7px 0 0;
                        text-align: center;
                        left: 0;
                        right: 0;
                        top: 100%;
                        color: #c0c0c0;
                    }
                    .cf-form .wpcf7-form-control-wrap {
                        display: block;
                    }
                    .cf-form .use-floating-validation-tip .wpcf7-not-valid-tip {
                        position: absolute;
                        width: auto;
                        top: 12%;
                        left: 12%;
                        font-size: 12px;
                    }

    .footer-bottom {
        position: relative;
        border-top: 1px solid rgba(94,94,94,.48);
        /*font-size: 14px;*/
        font-size: 13px;
        font-weight: 300;
        letter-spacing: .05em;
        line-height: 20px;
        color: #c7c7c7;
        min-height: 161px;
        padding: 47px 0 62px;
    }
        .footer-bottom a {
            color: #c7c7c7;
        }
            .footer-bottom a:hover {
                color: #fff;
            }
        .footernav {
            margin-bottom: 6px;
            font-size: 0;
        }
            .footernav li {
                display: inline-block;
                vertical-align: top;
                text-transform: uppercase;
                letter-spacing: 0;
                padding: 0 9px;
                position: relative;
            }
                .footernav li:before {
                    content: '|';
                    position: absolute;
                    right: -2px;
                    top: 0;
                    bottom: 0;
                    font-size: 14px;
                }

                .footernav li:first-child {
                    display: none;
                }
                .footernav li:nth-child(2) {
                    padding-left: 0;
                }

                .footernav li:last-child:before {
                    display: none;
                }
                .footernav li a {
                    letter-spacing: .05em;
                    font-size: 14px;
                }
    .footer-icons {
        display: block;
        text-align: right;
        font-size: 25px;
        margin-top: 4px;
    }

/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.25);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    letter-spacing: .04em;
    color: #14295a;
    font-weight: 400;
    margin-top: 0;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1;
    letter-spacing: .04em;
    color: #14295a;
    font-weight: 400;
}

#inner-page-wrapper {
    padding-top: 192px;
}
.ip-banner ~ #inner-page-wrapper {
    padding-top: 0;
}
#content,
ul.list li p.prop-desc, ul.list li .prop-det .prop-title a,
#content .listing-details-wrap .property-details .details-list .det-specs span,
#content .property-description .property-det p,
#content .property-description .property-add-type span em,
#content .property-description .property-add-type span,
#content .listing-details-wrap .property-details h1, #content .listing-details-wrap .property-details h2,
#content .property-description .prop-location h2,
#content .property-description h1, #content .property-description h2,
.pop-details .prop-det .prop-title {
    color: #3a3a3a;
}
#content .listing-details-wrap .photo-slideshow {
    line-height: 1;
}
#content p {
    font-weight: 300;
    line-height: 23px;
    letter-spacing: .03em;
}
#content p strong, #content p b {
    font-weight: 700;
}
.sidebar .cta-list {
    margin: 0 0 15px;
}
    .sidebar a.cta {
        margin: 15px auto;
        height: 100px;
    }
        .sidebar a.cta:first-child {
            margin-top: 0;
        }

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.single-listing #content .entry-title {
    font-size: 25px;
}

.single-listing #content .entry-title .prop-add {
    font-size: 16px;
    color: #000;
    display: block;
}

ul.list li .prop-det .prop-title .custom-prop-title {
    color: #14295a;
    font-size: 16px;
    display: block;
}
.category-sold-properties span.details-price,
.category-sold-properties span.details-price.details-sold-price{
  font-size: 18px !important;
}

ul.list .prop-det .prop-beds {
    padding-left: 0;
    /*padding-right: 55px;*/
}
.prop-det .prop-beds .det-sqft:first-child {
    margin-left: 0;
}
#content .listing-details-wrap .property-details .details-list .det-specs span.d-area,
#content .listing-details-wrap .property-details .details-list span.det-mls {
    padding-left: 0;
}
#content .listing-details-wrap .property-details .details-list .det-specs span.d-area em,
#content .listing-details-wrap .property-details .details-list span.det-mls em {
    padding-right: 10px;
}
#content .listing-details-wrap .property-details .details-list .det-specs span,
#content .listing-details-wrap .property-details .details-list .det-specs span strong {
    font-size: 12px;
}

ul.list .prop-det .prop-beds .det-smi {
    position: relative;
    top: 0;
    margin-top: 10px;
}
    ul.list .prop-det .prop-beds .det-smi .a2a_kit_size_16 {
        top: 0;
    }

/* FINANCING PAGE */
.page-id-14 #content .entry a {
    color: #23527c !important;
    text-decoration: underline;
}

/* guam real estate page */
.page-id-257 a u {
    color: #14295a;
}

.ip-form .form-col .aidefcf-subtitle,
.lmy-form .form-col .aidefcf-subtitle,
.pv-form .form-col .aidefcf-subtitle {
    min-height: auto;
    margin-bottom: 6px;
}
/* ip form */
.ip-form .form-col {
    width: 100%;
    float: none !important;
    max-width: 435px;
    display: block;
    margin: 0 0 30px;
}

/* ip list my property */
.lmy-form .lmy-col {
    width: 100%;
    float: none !important;
    max-width: 435px;
    display: block;
    margin: 0 0 30px;
}

/* ip property valuation */
.pv-form-wrap .pv-col {
    width: 100%;
    float: none !important;
    max-width: 435px;
    display: block;
    margin: 0 0 30px;
}

.page-id-8 .entry-content > h2 {
    display: none;
}

.agent-contact-lang.agent-contact-detail {
    display: none;
}

.agent-holder .attachment-agent-image {
    width: 30% !important;
}

.agent-holder .attachment-agent-image img {
    max-width: 223px !important;
}

.agent-contact-position  {
   font-style: italic;
}

#content .full-width.aidefcf-wrapper .wpcf7 {
    max-width: 100%;
}

.agent-contact-name a {

    text-decoration: none !important;
    color: #3a3a3a !important;
    border: none !important;

}


.anchorspace:before {
    content: '';
    display: block;
    height: 123px;
    margin-top: -92px;
    visibility: hidden;
}

p#fix,
p#adj,
p#gov,
p#con {
    position: relative;
    pointer-events: none;
}

p#fix::before,
p#adj::before,
p#gov::before,
p#con::before {
    display: block;
    content: " ";
    height: 130px;
    margin-top: -150px;
    visibility: hidden;
    pointer-events: none;
}

#content .listing-details-wrap .photo-slideshow .photo-list {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #393b3c;
}

/*Contact Form Override*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000!important;
}

div.wpcf7-response-output {
    font-size: 12px;
    margin: 0;
    line-height: 1;
}

.aidefcf-wrapper form {
    position: relative;
}

.ip-form div.wpcf7-response-output {
    max-width: 435px!important;
    margin: 0!important;
    text-align: center;
    font-size: 12px;
}

#content .listing-details-wrap .property-details .details-list .det-specs span strong,
#content .property-description .property-add-type strong a,
#content .property-description .property-add-type strong {
    color: #14295a!important;
}
#content .property-description .prop-cta a:hover {
    background: #14295a!important;
}
.prop-disclaimer {
    font-size: 10px;
}

a.christian-icn img {
    max-width: 30px;
}

a.christian-icn {
    margin-right: 11px;
    position: relative;
    top: 0;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6%;
}


a.christian-icn span{
    height: 20px;
    width: 20px;
    display: block;
    background-position: -7px -8px;
    background-size: 34px;
}

a.christian-icn:hover span {
    background-position: -7px 27px;
}


.mb-chrt-icn > a.christian-icn {
    margin-top: -6px;
    margin-left: auto;
    margin-right: auto;
}
.mb-chrt-icn span {
    margin: 0px auto;
    position: relative;
    /*top: -6px;*/
    background-image: url(images/Christian-icn.png)!important;
}
.mb-chrt-icn {

    float: left;
    width: 25%;
    height: 52px;
    font-size: 18px;
    text-align: center;
    padding: 17px 0;
}

.mb-chrt-icn a:hover span{
    /*background-position: -8px -9px;*/
}

html .amh-header-buttons .amh-navigation-trigger, html .amh-header-buttons .amh-header-right-btn{

    width: 25%;
}

html .amh-header-buttons .amh-center {
    width: 25% ;
}

.mb-chrt-icn a.christian-icn img{
    position: relative;
    top: -8px;
}

.form-label.form-label-limit {
    font-size: 14px;
    font-style: italic;
}

#flexmls_connect__cboxWrapper .flexmls_connect__schedule_showing_table tbody > tr:nth-child(3){
display: none !important;
}

.amh-navigation .amh-menu li ul a br {
    display: none;
}

.amh-navigation .amh-menu li a {
    text-transform: uppercase;
}

#content .property-description .prop-location iframe#gmap_canvas {
    width: 100%;
    height: 400px;
}

.grecaptcha-badge {
    z-index: 1000;
}

.entry.entry-content .ai-mobile-phone a {
    color: inherit;
    text-decoration: none;
}
.error404 .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 0;
}

#content .flexmls_connect__search ul {
    margin-left: 0;
}
.flexmls_connect__search.flexmls_connect__search_v2 .flexmls_connect__search_field.location .select2-selection {
    padding-left: 8px;
}
#content #content-listings ul.grid {
    font-size: 0;
}
.grid .prop-img-wrap {
    height: 192px;
}
    #content .grid .prop-img-wrap img {
        height: 100%;
        object-fit: cover;
        float: none;
    }
/*
body #pojo-a11y-toolbar {
    bottom: -207px !important;
} */
/* body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top:auto !important;
    bottom:0 !important;
} */

.flexmls_connect__listing_details_page .flexmls_connect__photo_container img {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%;
}

/*language*/
html[lang="nl"] #nav > li {
    margin-left: 8px;
}
html[lang="fr"] #nav > li,
html[lang="pt"] #nav > li,
html[lang="ru"] #nav > li,
html[lang="es"] #nav > li,
html[lang="it"] #nav > li,
html[lang="vi"] #nav > li {
    margin-left: 10px;
}

html[lang="ar"] #nav .sub-menu a,
html[lang="zh-CN"] #nav .sub-menu a,
html[lang="zh-TW"] #nav .sub-menu a,
html[lang="nl"] #nav .sub-menu a,
html[lang="fr"] #nav .sub-menu a,
html[lang="de"] #nav .sub-menu a,
html[lang="it"] #nav .sub-menu a,
html[lang="ja"] #nav .sub-menu a,
html[lang="ko"] #nav .sub-menu a,
html[lang="pt"] #nav .sub-menu a,
html[lang="ru"] #nav .sub-menu a,
html[lang="es"] #nav .sub-menu a,
html[lang="th"] #nav .sub-menu a,
html[lang="vi"] #nav .sub-menu a {
    font-size: 12px;
}
html[lang="ar"] .menu_cta a,
html[lang="zh-CN"] .menu_cta a,
html[lang="zh-TW"] .menu_cta a,
html[lang="nl"] .menu_cta a,
html[lang="fr"] .menu_cta a,
html[lang="de"] .menu_cta a,
html[lang="it"] .menu_cta a,
html[lang="ja"] .menu_cta a,
html[lang="ko"] .menu_cta a,
html[lang="pt"] .menu_cta a,
html[lang="ru"] .menu_cta a,
html[lang="es"] .menu_cta a,
html[lang="th"] .menu_cta a,
html[lang="vi"] .menu_cta a {
    /*display: block;*/
    flex-wrap: wrap;
    font-size: 12px;
}

html[lang="ar"] .menu_cta a br,
html[lang="zh-CN"] .menu_cta a br,
html[lang="zh-TW"] .menu_cta a br,
html[lang="nl"] .menu_cta a br,
html[lang="fr"] .menu_cta a br,
html[lang="de"] .menu_cta a br,
html[lang="it"] .menu_cta a br,
html[lang="ja"] .menu_cta a br,
html[lang="ko"] .menu_cta a br,
html[lang="pt"] .menu_cta a br,
html[lang="ru"] .menu_cta a br,
html[lang="es"] .menu_cta a br,
html[lang="th"] .menu_cta a br,
html[lang="vi"] .menu_cta a br {
    display: none;
}

html[lang="ar"] .menu_contact,
html[lang="zh-CN"] .menu_contact,
html[lang="zh-TW"] .menu_contact,
html[lang="nl"] .menu_contact,
html[lang="fr"] .menu_contact,
html[lang="de"] .menu_contact,
html[lang="it"] .menu_contact,
html[lang="ja"] .menu_contact,
html[lang="ko"] .menu_contact,
html[lang="pt"] .menu_contact,
html[lang="ru"] .menu_contact,
html[lang="es"] .menu_contact,
html[lang="th"] .menu_contact,
html[lang="vi"] .menu_contact {
    font-size: 14px;
}

html[lang="ja"] .menu_contact.address br:last-of-type {
    display: none;
}

html[lang="zh-CN"] .page-id-246 #content img[class*="align"],
html[lang="zh-TW"] .page-id-246 #content img[class*="align"] {
    clear: left;
    margin-top: 20px;
}

.page-id-3492 .aidefcf-wrapper {
    clear: both;
}

.flexmls_connect__sr_result img.flexmls_connect__sr_main_photo {
    width: 320px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

.single-listing #content .property-description .prop-cta span {
    display: block;
    line-height: 37px;
}
.single-listing #content .property-description .prop-cta span * {
    display: block;
}

.translated-ltr .single-listing #content .entry-title {
    font-size: 16px;
}
.translated-ltr .single-listing #content .entry-title .prop-add {
    font-size: 14px;
}
.translated-ltr #content .listing-details-wrap .details-head span.details-price {
    font-size: 13px;
}
.translated-ltr #content .listing-details-wrap .property-details .details-list .det-specs span,
.translated-ltr #content .listing-details-wrap .property-details .details-list .det-specs span strong {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: -1px;
}
.translated-ltr #content .listing-details-wrap .property-details .details-list .det-item {
    max-width: 230px;
}

#content #content-listings ul.grid > font {
    display: none;
}

#content #content-listings ul.grid > font + li{
    margin-left: 0;
    clear: both;
}

.select2-container {
    z-index: 10;
}

.grid .prop-det p {
    height: auto !important;
}

.grid li {
    min-height: 700px;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    font-size: 150%;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: auto !important;
    bottom: 14px !important;
}

body #pojo-a11y-toolbar {
    bottom: 0 !important;
    top: auto !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
    background-color: #2c2c2c !important;
    border-radius: 10px !important; 
    border: 2px solid #fff !important;
    padding: 5px !important;
}