/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.x-main {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Footer */
.x-colophon {
    border-top: 1px solid #A45859 !important;
}

/* Menu */
.menu-item .x-active .x-anchor-sub-indicator:before {
  content: "\f106" !important;
}
/* .x-active .x-anchor-sub-indicator ::before{
    content: "prefix" !important;
} */

.x-dropdown {
    left: auto !important;
    right: auto !important;
}

.mak-l.x-anchor .x-anchor-content {
    justify-content: center !important;
}

@media (max-width: 979px) {
    .sub-menu.x-dropdown {
        position: relative;
        top: auto;
        left: 0;
        height: auto;
        display: none;
        border-width: 0px 0px 0px 0px !important;
        font-weight: 200;
    }


    .sub-menu.x-dropdown.x-active {
        display: block;
        width: 100%;
        font-weight: 200;
    }
    .sub-menu.x-dropdown .x-anchor-menu-item .x-anchor-text-primary {
        font-family: "corporate-s",sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 200;
        line-height: 1;
        text-align: center;
        color: rgb(255,255,255);
    }
}

/* Gravity Forms */
body .gform_wrapper .gform_body ul.gform_fields li.gfield select, body .gform_wrapper .gform_body ul.gform_fields li.gfield textarea, body .gform_wrapper .gform_body ul.gform_fields li.gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    margin: 0;
    font-size: 20px;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: 20px;
}

body #x-root .gform_wrapper ul.top_label li ul.gfield_checkbox li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: start !important;
    margin: 0;
}

select, textarea, input[type="text"], input[type="tel"], input[type="email"] {
    display: inline-block;
    height: 2.65em;
    margin-bottom: 9px;
    border: 2px solid rgb(134,134,127);;
    padding: 0 .65em;
    font-size: 13px;
    line-height: normal;
    color: rgb(134,134,127);
    background-color: #fff;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.button, [type="submit"].x-btn, .button:hover, [type="submit"]:hover {
    text-shadow: none !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 10px;
}

body .gform_wrapper .top_label .gfield_label, body .gform_wrapper .left_label .gfield_label, body .gform_wrapper .right_label .gfield_label {
    color: rgb(134,134,127) !important;
}

#gform_wrapper_1 .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color:rgb(134,134,127);
}
#gform_wrapper_1 .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
  color:rgb(134,134,127);
}
#gform_wrapper_1 .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
  color:rgb(134,134,127);
}
#gform_wrapper_1 .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
  color: rgb(134,134,127);
}

.r img {
    min-width: 500px !important;
}
