/*
Theme Name: ANA Western Region
Theme URI: https://wordpress.org/themes/anawest/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 3.6
Tested up to: 5.9
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: anawest

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
.tt_custom_sm p {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 5px;
}

.list {
    list-style: none;
    display: table;
    width: 100%;
    padding-top: 10px;
}
.map-pop-address li, .map-pop-address li p {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    color: #000;
	line-height: 1.3;
	padding-bottom:5px;
}
.map-pop-address{ padding-top:8px;}
.map-pop-address li i {
    color: #990e03;
    margin-right: 10px;
    width: 15px;
	padding-top: 3px;
}
.map-pop-address li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
}
.map-pop-address li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.map-pop-address li a:hover {
    color: #ee7723;
}
.tt_sm .xmark_sm {
    float: right;
    margin-left: 0.5em;
    cursor: pointer;
    line-height: 0px;
    width: 1.3em !important;
    position: absolute;
    right: -12px;
    top: -12px;
    background: #ffffff;
    width: 24px!important;
    height: 24px;
    border-radius: 100%;
    padding: 5px;
	border:1px solid #990e03;
}
#map_inner svg + div a {
    display: none!important;
    opacity: 0!important;
    font-size: 0px;
    text-indent: -9999999999px;
}
#tt_sm_map + div a {
    display: none!important;
    opacity: 0!important;
    font-size: 0px;
    text-indent: -9999999999px;
}


.ctct-form-field.ctct-form-field-email.ctct-form-field-required{ display:inline-block; vertical-align:top; width:48%; margin-right:1%;}
.ctct-form-field.ctct-form-field-text.ctct-form-field-required{ display:inline-block; vertical-align:top; width:48%; margin-right:1%;}
.ctct-form-field.ctct-form-field-text{ display:inline-block; vertical-align:top; width:48%; margin-right:1%;}
.ctct-form-field.ctct-form-field-text.ctct-form-field-required{ display:inline-block; vertical-align:top; width:48%; margin-right:1%;}
.ctct-form-wrapper .ctct-button {
    font-size: 0.9rem;
    position: absolute;
    margin-top: -25px;
}
.ctct-form-wrapper{max-width: 500px; width:100%;}
.quick-contact-panel input[type="email"], .quick-contact-panel input[type="text"] {
    border-radius: 2px;
    height: 58px;
    width: 100%;
    border: none;
    outline: none;
}

.quick-contact-panel input[type="submit"]{
    border: 0px;
    color: #FFF;
    hover-color: #FFF;
    background-color: #ee7723;
    hover-background-color: #ce6f2d;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    word-wrap: break-word;
    white-space: normal;
    padding: 23px 22px;
    margin: 0px;
    font-size: 24px;
    width: auto;
    border-radius: 0px;
    font-family: arial,helvetica,sans-serif;
	line-height: 12px;
}
.btn_simplemaps{ display:none!important;}
p.ctct-form-field.ctct-form-field-submit {
    margin-top: 10px;
}