/*
Theme Name: AG Rhodes
Author: DD & U22
Author URI: https://www.doubledome.com/
Description: Custom, professional websites that work as hard as you do. At Doubledome we realize that your website exists to drive leads, generate sales and service your customers 24 hours a day, 7 days a week. Working with the best CMS software, beautiful custom designs, and intuitive UI, we do great web design that focus on your business goals.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: U22 Theme
U22 Theme: u22_theme

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.
By: Jonathan Cortes
*/

/**
* Table of Contents:
*
* 1.0 - Reset
*   - Normalize
*   - Genericons
*   - Typography
*   - Elements
* 2.0 - Inputs Reset
*   - Forms
* 3.0 - Classes Default
* 4.0 - Navigation
* 5.0 - Header
*   - Breadcrumbs
* 6.0 - Slider
* 7.0 - Miscellaneous
*   - Accessibility
*   - Alignments
*   - Clearings
* 8.0 - Custom Widget or Module
*   - Default
* 9.0 - Content
*   - Entry Header
*   - Entry Meta
*   - Entry Content
*   - Post Formats
*   - Post/Paging Navigation
*   - Comments
*   - Attachments
*   - Author Bio
*   - Archives
*   - Search Results/No posts
*   - 404
*   - Multisite
* 10.0 - Sidebar
* 11.0 - Footer
* 12.0 - Media Queries
* 13.0 - Browsers (ie)
* ----------------------------------------------------------------------------
*/


/** Fonts **/
/*@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i|Roboto+Slab:400,700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html{
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #517722;
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
}

a:active,
a:hover {
    color: #8ac058;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -7px;
}

sub {
    bottom: -4px;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    /* -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #d1d1d1;
    height: 1px;*/
    border: 0;
    border-bottom: 1px dashed;
    margin: 0 0 15px;
}

code,
kbd,
pre,
samp {
    font-size: 14px;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0; 
    max-width: 100%;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 6px;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"]{
    display:none;
}
input[type="checkbox"] + span.wpcf7-list-item-label::before,
input[type="radio"] + span.wpcf7-list-item-label::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(images/checks.png) no-repeat;
    cursor: pointer;
    transition: none;
    top: 11px;
    margin-right: 15px;
    position: relative;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label::before,
input[type="checkbox"]:checked + label::before {
    background-position: -30px 0 ;
    transition: none;
}
input[type="radio"] + span.wpcf7-list-item-label::before,
input[type="radio"] + label::before {
    background-position: -60px 0;
    width: 30px;
}
input[type="radio"]:checked + span.wpcf7-list-item-label::before,
input[type="radio"]:checked + label::before {
    background-position: -90px 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
select#input_4_4 {
    margin-top: 12px;
}
fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 24px;
    min-width: inherit;
    padding: 12px;
}

fieldset >:last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: hidden;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

.entry-content p,
.entry-content p a,
.entry-content ul li,
.entry-content ul li a,
.breadcrumbs span,
.site-footer p{
    font-size: 21px;
    line-height: 30px;
}
/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak-as: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body, button,
input, select, textarea {
    color: #565656;
    font-size: 16px;
    line-height: 20px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    font-family: 'PT Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 600 !important;
    margin: 0 0 15px 0;
    font-family: 'Roboto Slab', serif;
}

h1 {
    font-size: 28px;
    line-height: 28px;
}

h2 {
    font-size: 24px;
    line-height: 24px;
}

h3 {
    font-size: 22px;
    line-height: 22px;
}

h4 {
    font-size: 20px;
    line-height: 20px;
}

h5 {
    font-size: 18px;
    line-height: 18px;
}

h6 {
    font-size: 16px;
    line-height: 16px;
}

p {
    margin: 0 0 20px;
}

dfn, cite,
em, i {
    font-style: italic;
}

blockquote {
    border: 1px solid #fff;
    margin: auto;
    padding: 20px;
    width: 100%;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote p {
    margin-bottom: 20px;
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
    content: "\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote >:last-child {
    margin-bottom: 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

code,kbd,tt,
var,samp,pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    line-height: 1.3125;
    margin: 0 0 24px;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    white-space: pre;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 2px 4px;
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
}

big {
    font-size: 125%;
}

*{
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
}

/**
 * 4.0 - Elements
 */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -ms-word-break: none;
    word-break: none;
    word-break: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

ul,
ol {
    margin:0;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 20px;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 25px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 24px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

del {
    opacity: 0.8;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 24px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 5px;
    vertical-align: top;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #8A8A8A;
}

:-moz-placeholder {
    color: #8A8A8A;
}

::-moz-placeholder {
    color: #8A8A8A;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #8A8A8A;
}

::selection {
    background-color: #9c9c9c;
    color: #fff;
}

::-moz-selection {
    background-color: #9c9c9c;
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus { 
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}


/**
* 2.0 Inputs Reset
* -----------------------------------------------------------------------------
**/


/**
 * 3.0 - Forms
 */

input {
    line-height: normal;
}


/* Buttons */
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    outline: 0;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: 0;
}

.post-password-form {
    margin-bottom: 24px;
}

.post-password-form label {
    color: #565656;
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.post-password-form input[type="password"] {
    margin-top: 6px;
}

.post-password-form >:last-child {
    margin-bottom: 0;
}

.search-form {
    position: relative;
}

.search-results main#main img {
    display: none;
}

input[type="search"].search-field {
    color: #565656;
    background: #f2f2f2;
    width: 100%;
}

.search-submit:before {
    content: "\f400";
    font-size: 24px;
    left: 2px;
    line-height: 34px;
    position: relative;
}

.search-submit {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

/**
* 3.0 Class Default
* ----------------------------------------------------------------------------
**/

.center-page {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.clear,
.center-page:after,
.navigation:after{
    clear: both;
}

.inline-block{
    display: inline-block;
    vertical-align: top;
}

.inline-block-middle{
    display: inline-block;
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

.text-left,
.text-left p {
    text-align: left;
}

.text-right,
.text-right p {
    text-align: right;
}

.width100{
    width: 100%;
}

.width50 {
    width: 50%;
}

.bold{
    font-weight: bold;
}

.desktop{
    display: block;
}

.mobile{
    display: none;
}

.vcenter{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.iex .vcenter{
    display: table;
    width: 100%;
}
.iex .vcenter>div{
    display: table-cell;
    vertical-align: middle;
    float: none;
}


.box-shadow {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.no-transition, .no-transition *
.responsive-menu-container,
.rev_slider_wrapper, .rev_slider_wrapper *{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.breadcrumbs * {
    /* background: rgba(0, 0, 0, 0.5); */
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 0; */
    color: #fff;
    font-size: 16px;
}

.breadcrumbs a:hover{
    border-bottom: 1px solid #fff;
}

.breadcrumbs #breadcrumbs {
    padding: 5px 10px 5px;
}

.breadcrumbs p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.breadcrumbs p a {
    color: #d5d4d4;
    margin-right: 5px;
}

.breadcrumbs p a:hover {
    color: #fff;
}

.breadcrumbs p span {
    margin-left: 5px;
}

.hide {
    display: none;
}

.show {
    display: initial;
}

.no-appearance,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    background-color: #23A0B9;
    border-radius: 5px;
    border: 0;
    color: #fff;
    display: inline-block;
    padding: 10px 25px 10px;
    text-align: center;
    text-indent: 0;
    font-family: "Roboto Slab";
}

button:hover, button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
button:active {
    opacity: 0.8;
    outline: none;
}

input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],  
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea, select{
    border: 0;
    background: #E3E3E3;
    color: #565656;
    padding: 10px 15px !important;
    text-indent: 6px;
    margin-bottom: 10px;
}

input[type="search"]{
    margin-bottom: 0;
}

select{
    color: #8A8A8A;
}

select:focus {
    outline: 0;
}

textarea {
    max-height: 115px;
}

a[class$="-btn"],
.lightblue-btn-container a{
    color: #fff;
    display: inline-block;
    padding: 8px 18px;
    min-width: 115px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Roboto Slab';
}
a[class$="-btn"]:hover,
.lightblue-btn-container a:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.name-btn{
    background: #cfcfcf;
}
a.full-btn{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.blue-btn{
    background: #424E7B;    
}
.lightblue-btn,
.lightblue-btn-container a{
    background: #23A0B9;    
}
.transparent-btn{
    border: 2px solid #fff;  
}

/**
* 4.0 Navigation
* -----------------------------------------------------------------------------
**/

.main-menu {
    position: relative;
}

.main-menu li{
    display: inline-block;
    margin-left: 0;
}

.main-menu li .dropdown-toggle {
    display: none;
}

.main-menu li a {
    color: #707070;
    display: inline-block;
    font-size: 22px;
    padding: 0 15px;
}

.main-menu li li a {
    color: #707070 !important;
}

.main-menu li.has-button > a {
    padding-bottom: 8px;
}

.main-menu .main-navigation ul.primary-menu > li:not(.has-button):hover > a:after,
.main-menu .main-navigation ul.primary-menu > li:not(.has-button).current-menu-ancestor > a:after,
.main-menu .main-navigation ul.primary-menu > li:not(.has-button).current-page-ancestor > a:after,
.main-menu .main-navigation ul.primary-menu > li:not(.has-button).current_page_item > a:after,
.main-menu .main-navigation ul.primary-menu > li:not(.has-button).current-menu-item > a:after {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.main-menu .main-navigation ul.primary-menu > li:not(.has-button) > a:after {
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    background-color: #23A0B9;
    content: "";
    display: block;
    height: 3px;
    transform: scale(0, 1);
    width: 45px;
    margin: 0 auto;
    top: 25px;
    position: relative;
}

.main-menu .main-navigation ul li.current-menu-ancestor a,
.main-menu .main-navigation ul li.current-page-ancestor a,
.main-menu .main-navigation ul li.current_page_item a,
.main-menu .main-navigation ul li.current-menu-item a,
.main-menu .main-navigation ul li a:hover{
    color: #23a0b9;
}

/*.main-menu .main-navigation ul li.current-menu-ancestor a:hover,
.main-menu .main-navigation ul li.current-page-ancestor a:hover,
.main-menu .main-navigation ul li.current_page_item a:hover,
.main-menu .main-navigation ul li.current-menu-item a:hover{
    color: #c5c5c5;
}*/

.main-menu .main-navigation ul li a:hover {
    color: #23a0b9;
}

.main-menu ul {
    margin: 0px;
    padding: 0px;
    font-size: 0;
}

.main-menu .main-navigation .sub-menu {
    -moz-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    background-color: #fff;
    max-height: 0;
    min-width: 200px;
    overflow: hidden;
    position: absolute;
    transition: max-height 0.5s;
    z-index: 99999;
    top: 50px;
}

.main-menu .main-navigation .sub-menu:hover {
    overflow: visible;
}

.main-menu .main-navigation .sub-menu li {
    display: block;
    padding-bottom: 2px;
    padding-top: 2px;
    position: relative;
    text-align: left;
    width: 100%;
    border-left: 3px solid transparent;
}
.main-menu .main-navigation .sub-menu li:hover{
    background: #ecebeb;
    border-left-color: #cfcfcf;
}

.main-menu .main-navigation .sub-menu li.current_page_item {
    background: #23a0b9;
    border-left: 3px solid #424e7b;
}
.main-menu .main-navigation .sub-menu li.current_page_item a{
    color: #fff !important;
}

.main-menu .main-navigation .sub-menu li.current-menu-ancestor a,
.main-menu .main-navigation .sub-menu li.current-page-ancestor a,
.main-menu .main-navigation .sub-menu li.current_page_item a,
.main-menu .main-navigation .sub-menu li.current-menu-item a {
    color: #fff;/*#424e7b;*/
}

.main-menu .main-navigation .sub-menu li a {
    display: block;
    padding: 10px 15px;
    font-size: 18px;
}

.main-menu .main-navigation .sub-menu li .sub-menu {
    left: 100% !important;
    margin: 0 !important;
    top: 0px !important;
    width: 100%;
}

.main-menu .main-navigation .sub-menu li .sub-menu li {
    padding-left: 10px;
    padding-right: 10px;
}

.main-menu .main-navigation li:hover > ul,
.main-menu .main-navigation li ul li:hover > ul {
    -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
    max-height: 500px;
    /*padding-top: 20px;*/
}

/**
* 5.0 Header
* ----------------------------------------------------------------------------
**/
.header-bar{
    background: #424E7B;
}
.header-bar li {
    list-style: none;
    display: inline-block;
}
.header-bar *{
    color: #fff;
}
.header-bar-left,
.header-bar-right{
    padding: 2px 0;
}
.icon-phone:before {
    /*background-image: url(images/miscellaneous.png);*/
    background-repeat: no-repeat;
    background-position: 0 0;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 7px;
    vertical-align: middle;
    width: 20px;
}
.icon-email:before {
    /*background-image: url(images/miscellaneous.png);*/
    background-repeat: no-repeat;
    background-position: -21px 0;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 7px;
    vertical-align: middle;
    width: 20px;
}
.header-bar ul#menu-top-menu li a {
    border-right: 2px solid #dadada;
    margin-right: 10px;
    padding-right: 10px;
    margin-left: -4px;
    font-size: 22px;
}
.header-bar ul#menu-top-menu li:last-child a{
    border-right: 0;
}
.header-bar-right>* {
    display: inline-block;
}
.header-bar-right .widget-sidebar{
    margin-bottom: 0;
}
.header-bar-right {
    text-align: right;
}
.header-top {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-bar,
.header-top{
    width: 100%;
    z-index: 99999;
    top: 0;
    position: fixed;
}
.header-top{
    margin-top: 38px;
    background-color: #fff;
}
.header-bottom{
    padding-top: 171px;
}
.no-alert .header-bottom{
    padding-top: 140px;
}

/*
* Social Networks
*/
.social-networks{
    margin: 0 !important;
}
.social-networks li{
    list-style: none;
    display: inline-block;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    margin-left: 0 !important;
    padding: 0 !important;
}
.social-networks li a{
    font-size: 16px;
    color: #fff;
}
.social-networks .facebook{
    background: #405799;
}
.social-networks .twitter{
    background: #40A8E2;
}
.social-networks .google-plus{
    background: #ea4335;
}
.social-networks .instagram{
    background: #E9582F;
}
.social-networks .youtube{
    background: #C62125;
}
.social-networks .pinterest{
    background: #bd081c;
}
.social-networks .linkedin{
    background: #2376B6;
}
.social-networks .whatsapp{
    background: #25D366;
}
.social-networks .snapchat{
    background: #fcff00;
}
.social-networks .tripadvisor{
    background: #00af87;
}
.social-networks .newsletter{
    background: #2372BE;
}
.social-networks i:hover{
    opacity: 0.6;
}

.site-logo.left{
    padding-top: 15px;
}

.header-info {
    text-align: right;
    margin-bottom: 25px;
}
.header-info>* {
    display: inline-block;
    margin-bottom: 0 !important;
    vertical-align: middle;
}
.header-info span.company-phone{
    margin-right: 20px;
}
.header-info span.company-phone i{
    font-size: 22px;
    /* line-height: 20px; */
    margin-right: 10px;
    color: #424e7b;
    vertical-align: top;
}
.header-info span.company-phone a {
    font-size: 30px;
    color: #424E7B;
    font-family: 'Roboto Slab';
    font-weight: 600;
}
.header-info .widget_text a {
    background: #23A0B9;
    color: #fff;
    display: block;
    padding: 8px 10px;
    min-width: 115px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Roboto Slab';
}
.header-info .widget_text a:hover{
    opacity: 0.8;
}

/*
* Alert
*/
.site-alert {
    position: absolute;
    z-index: 1;
    background: #F35050;
    width: 100%;
    margin-top: 10px;
}
.site-alert *{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.site-alert aside{
    margin: 20px 0;
}

/**
* 6.0 Slider
* -----------------------------------------------------------------------------
**/

.slider {
    position: relative;
}

.slider-container .tparrows {
    background-repeat: no-repeat;
    height: 59px;
    width: 59px;
}

.slider-container .tparrows:hover {
    opacity: 0.7;
}

.slider-container .tparrows.tp-leftarrow {
    background-position: left center;
}

.slider-container .tparrows.tp-rightarrow {
    background-position: right center;
    right: 0;
}
        
.internal .slider,
.banner-section {
    min-height: 397px;
}
.internal .slider:before{
    content: '';
    background: rgba(66, 78, 123, 0.81);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.internal .slider .wrapper{
    position: relative;
    z-index: 9999;
    width: 100%;
}

.internal .slider h1.header-title {
    color: #fff;
    font-weight: 400 !important;
    font-size: 68px;
    margin-bottom: 10px;
    line-height: 1;
}

.hide-btn {
    opacity: 0 !important;
}
.hide-btn:hover {
    opacity: 1 !important;
}

/**
* 7.0 Miscellaneous
* -----------------------------------------------------------------------------
**/


/**
 * 7.0 - Accessibility
 */


/* Text meant only for screen readers */

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}


/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: -9999px;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999px;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}


/**
* 8.0 - Alignments
*/


/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

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

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

blockquote.alignleft {
    margin: 5px 12px 12px 0;
}

blockquote.alignright {
    margin: 5px 0 12px 12px;
}

blockquote.aligncenter {
    margin-bottom: 18px;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
.center-page:after,
.navigation:after,
.site-footer .center-page:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}

.clear:after,
.center-page:after,
.navigation:after,
.site-footer .center-page:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}


/**
* 8.0 Custom Widget or Module
* -----------------------------------------------------------------------------
**/

.widget-title {
    font-size: 27px;
    display: block;
   margin-bottom: 0;
    background: #424E7B;
    color: #fff;
    padding: 15px;
    font-family: "PT Sans";
    font-weight: normal !important;
}

.widget-sidebar {
    margin-bottom: 20px;
}

.content-area .widget-sidebar {
    background: #F8F8F8;
}
.content-area .widget-sidebar ul{
    margin-left: 0 !important;
}
.content-area .widget-sidebar li {
    list-style: none;
    border-left: 3px solid transparent;
}
.content-area .widget-sidebar li:hover {
    background: #ecebeb;
    border-left-color: #cfcfcf;
}
.content-area .widget-sidebar li.current-menu-item {
    background: #23A0B9;
    border-left: 3px solid #424E7B;
}
.content-area .widget-sidebar li a{
    padding:11px 12px !important;
    color: #4D4D4D;
    display: block;
}
.content-area .widget-sidebar li.current-menu-item a{
    color: #fff;
}

/* Responsive Menu < 3.0 */

.responsive-menu {
    display: none;
}

.responsive-menu-container {
    position: relative;
}

#responsive-menu {
    height: auto !important;
    margin-top: 45px;
}

#responsive-menu.RMOpened {
    min-width: 220px;
}

#responsive-menu ul li {
    padding-bottom: 0;
    padding-top: 0;
}

#responsive-menu .RMImage {
    margin: auto !important;
    display: block !important;
}

#responsive-menu .sub-menu {
    max-height: 100%;
    max-width: 100%;
}

#responsive-menu #responsive-menu-title {
    display: none;
}

#click-menu {
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.appendLink {
    text-align: center;
    width: 50px;
}

.widget ul,
.widget ol {
    margin: 0;
}

.widget li {
    padding: 0;
}

.widget .children li:last-child {
    padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
    margin-left: 20px;
}

/*.widget-area >:last-child,
.widget >:last-child {
     margin-bottom: 0; 
}*/

.widget .widget-title:empty {
    margin-bottom: 0;
}


/* Calendar widget */

.widget.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center;
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 24px;
}

.widget_calendar tbody a {
    background-color: #007acc;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff;
}


/* Recent Posts widget */

.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-size: 13px;
    line-height: 1.615384615;
    margin-bottom: 7px;
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
}


/* RSS widget */

.widget_rss .rsswidget img {
    margin-top: -5px;
}

.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-size: 13px;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: 7px;
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 30px;
}

.widget_rss li:last-child:last-child {
    margin-bottom: 0;
}


/* Tag Cloud widget */

.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    margin: 0 2px 6px 0;
    padding: 7px 6px 7px;
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #007acc;
    color: #8ac058;
    outline: 0;
}


/* Search widget */

.search-form {
    margin: auto;
    max-width: 300px;
    position: relative;
    margin-right:20px
}


/**
* 9.0 Content .site-content
* ----------------------------------------------------------------------------
**/

.site {
    overflow: hidden;
}

.site-content {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}

.internal .site-content {
    padding-top: 70px;
}


/* Templates */

.home .page-title-container .entry-header {
    max-width: 50%;
}

/*.home .site-content {
    padding-bottom: 0;
    padding-top: 52px;
}*/

.template-fullwidth .article-container {
    min-width: 100%;
}

.template-internal #main,
.single .article-container,
.archive .article-container,
.blog .article-container,
.category .article-container,
.search .article-container{
    width: 75%;
}

.template-internal .sidebar-container,
.single .sidebar-container,
.archive .sidebar-container,
.blog .sidebar-container,
.category .sidebar-container,
.search .sidebar-container {
    width: 20%;
}

.archive .article-container h2,
.blog .article-container h2,
.category .article-container h2,
.search .article-container h2 {
    margin-bottom: 8px;
}

.archive .hentry,
.blog .hentry,
.category .hentry,
.search .hentry {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.archive .hentry a img,
.blog .hentry a img,
.category .hentry a img,
.search .hentry a img {
    transition: all .5s ease-in-out;
}

.archive .hentry a img:hover,
.blog .hentry a img:hover,
.category .hentry a img:hover,
.search .hentry a img:hover {
    transform: scale(0.97);
}
span.author.vcard {
    display: none;
}

.archive .hentry a img {
    display:none;
    /* max-width: 200px; */
}

.archive h2.entry-title,
.archive h2.entry-title a{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}

.archive h2.entry-title a:hover{
    color: #424e7b;
    text-decoration: none;
}

span.title-line {
    width: 100%;
    display: block;
    border-top: 1px solid #e2e2e2;
    margin: 20px 0;
}

.archive .hentry a:hover{
    text-decoration: underline;
}



/* Contact Form 7 */

.wpcf7-form {
    width: 100%;
}
.wpcf7-form .form-group {
    margin: 0 auto 12px;
}
.wpcf7-form .form-group .wpcf7-text,
.wpcf7-form .form-group .wpcf7-textarea {
    margin-bottom: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7-form .wpcf7-response-output {
    margin: 10px auto;
    padding: 8px 20px;
    text-align: center;
}
.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){
    width: 100%;
}
.wpcf7-form select,
.wpcf7-form textarea{    
    width: 100%;
}
div.wpcf7-response-output {
    margin: 15px 0;
    padding: 10px;
}
div.wpcf7-validation-errors {
    display: none !important;
}
span.wpcf7-list-item-label {
    color: #b1b1b1;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    line-height: 34px;
}
span.wpcf7-list-item {
    margin: 0;
}
#responsive-form{
    margin:0 auto;
    width:100%;
}
.form-row{
    width: 100%;
}
.form-row:after {
    content: '';
    display: block;
    clear: both;
}
.column-half, .column-full,
.column-70, .column-30{
    float: left;
    position: relative;
    padding: 0.65rem;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 768px) { 
    .form-row{
        display: inline-block;
    }
    .column-half{
        width: 48.6%;
    }
    .column-70{
        width: 70%;
    }
    .column-30{
        width: 30%;
    }
}

/* Responsive Menu */

#responsive-menu-container #responsive-menu-title {
    text-align: center;
}

.responsive-menu-button .responsive-menu-box {
    height: 40px;
}


/* Visual Composer */

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000 !important;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000 !important;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000 !important;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000 !important;
    }
}

/* Icon */

.entry-content .vc_icon_element {
    font-size: inherit;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content {
    margin-bottom: 0;
    padding: 5px 0;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content p {
    margin: 0;
    line-height: 24px;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content .vc_icon_element-inner {
    height: auto;
    margin: 0 6px;
    vertical-align: middle;
    width: auto;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content .vc_icon_element-inner .vc_icon_element-icon {
    bottom: 0;
    left: 0;
    position: relative;
    top: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
}

.wpb_posts_slider .wpb_flexslider .flex-caption {
    padding: 30px 45px;
    text-align: center;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border {
    padding: 1px !important;
}

.vc-custom-buttons-wrap {
    position: relative;
    z-index: 5;
}

.vc_gitem-col.col-post-right-image {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.vc-internal-border-wrap {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

/*
* Color box
*/
.vc_row-o-equal-height .wpb_wrapper{
    height:100%;
}
.vc-color-box{
    padding: 20px;
    height: 100%;
}
.vc-color-box *{
    color: #fff;
}
.vc-color-box h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 30px !important;
}
.color-box-content.left {
    width: 75%;
}

/* Icon text box */
/*.three-col-boxes{
    position: absolute;
    z-index: 99;
    top: -205px;
    left: 0;
    right: 0;
}*/
.three-col-boxes{
    padding-top: 20px;
    padding-bottom: 25px;    
}
.three-col-boxes, .three-col-boxes+div {
    margin-top: -240px;
    z-index: 9999;
}
.vc-icon-title-box{
    position: relative;
    background-size: cover;
/*    margin-top: -250px;*/
    height: 100%;
    max-height: 330px;
    max-width: 380px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    margin-bottom: 40px;
}
.vc-icon-title-box:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(35, 160, 185, 0.8);
}
.vc-icon-title-box:hover:before{
    background: rgba(66, 78, 123, 0.8);
}
.vc-icon-title-content {
    z-index: 1;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    /*height: 300px;*/
    top: -25px;
}
.vc-icon-title-content img{
    max-width: 85px;
}
.vc-icon-title-content h3{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 46px;
}

.watermark-bg {
    background: url(images/AGR_mark_white.png) no-repeat #424E7B;
    /*top: -166px;*/
    padding-top: 250px;
/*    z-index: -1;*/
    background-position: 0 50px;
}
.watermark-bg *{
    color: #fff;
}
.watermark-bg h2{
    font-weight: bold;
}

.wpb_video_widget .wpb_wrapper iframe,
.shadow-box {
    box-shadow: 0 6px 6px #00000029;
}

.agr-testimonials-wrapper {
    margin-top: 45px;
}
.agr-testimonial,
.agr-testimonial *{
    text-align: center !important;
}
.agr-testimonial .testimonial-author{
    font-size: 18px;
}
.agr-testimonial .testimonial-quote{
    color: #23A0B9;
    font-size: 28px;
    line-height: 42px;
}
ol.flex-control-nav.flex-control-paging {
    margin: 25px 0 0 0;
    list-style: none;
    text-align: center;
}
ol.flex-control-nav.flex-control-paging li {
    display: inline-block;
    padding: 5px 2.5px;
    vertical-align: top;
}
ol.flex-control-nav.flex-control-paging li a{
    font-size: 0;
    display: block;
    height: 11px;
    width: 11px;
    background: #424E7B;
    border-radius: 50%;
    box-shadow: 0 3px 3px #00000059;
}
ol.flex-control-nav.flex-control-paging li a.flex-active{
    border: 1px solid #424E7B;
    background: 0 0;
}

/* WooCommerce */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    max-width: 100%;
}
.woocommerce .woocommerce-info {
    border-color: #699442;
}

.woocommerce .woocommerce-info:before {
    color: #699442;
}

.woocommerce form .form-row textarea,
.woocommerce .select2-container .select2-choice {
    -moz-box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
    -webkit-box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
    box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
}

.woocommerce .select2-container .select2-choice {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    margin-bottom: 13px;
    padding: 4px 0 5px 14px;
    text-indent: 6px;
}

.woocommerce .apb-room-selected_item > h6 {
    font-size: 18px;
}

.woocommerce .apb-room-selected_item,
.woocommerce .apb-room-seleted_current {
    padding: 10px 20px;
}

.woocommerce .woocommerce-checkout .apb-room-selected_content span {
    font-size: 16px;
}

.woocommerce #order_review .place-order .button:hover {
    background-color: #699442;
}

.dark-overlay{
    position: relative;
}
.dark-overlay:before {
    content: '';
    background: rgba(77, 77, 77, 0.58);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block !important;
}
.dark-overlay *{
    color: #fff;
}

.lightblue-overlay{
    position: relative;
}
.lightblue-overlay:before {
    content: '';
    background: rgba(35, 160, 185, 0.83);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block !important;
}
.lightblue-overlay *{
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.lightblue-overlay>div{
    position: relative;
    z-index: 9999;
}
.lightblue-overlay strong,
.lightblue-overlay b{
    font-size: 22px;
}

/*
* Color text
*/
.vc-color-text-content * {
    font-size: 46px;
    line-height: 60px;
}
.vc-color-text-content .purple-text{
    color: #424E7B;
}
.vc-color-text-content .teal-text{
    color: #23A0B9;
}

/**
* 9.1 Entry Header
* ----------------------------------------------------------------------------
**/

.entry-thumbnail img {
    display: block;
    margin: 0 auto 10px;
}


/**
* 9.2 Entry Meta
* ----------------------------------------------------------------------------
*/

.entry-meta {
    clear: both;
    font-size: 14px;
}

.entry-meta a {
    color: #f07724;
}

.entry-meta a:hover {
    color: #8ac058;
}

.entry-meta > span {
    margin-right: 20px;
}

.entry-meta > span:last-child {
    margin-right: 0;
}

.featured-post:before {
    content: "\f308";
    font-family: "Genericons";
    margin-right: 2px;
}

.entry-meta .date a:before {
    content: "\f303";
    font-family: "Genericons";
}

.comments-link a:before {
    content: "\f300";
    font-family: "Genericons";
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.entry-meta .author a:before {
    content: "\f304";
    font-family: "Genericons";
    position: relative;
    top: -1px;
}

.categories-links a:first-child:before {
    content: "\f301";
    font-family: "Genericons";
}

.tags-links a:first-child:before {
    content: "\f302";
    font-family: "Genericons";
    position: relative;
    top: -1px;
}

.edit-link a:before {
    content: "\f411";
    font-family: "Genericons";
    position: relative;
    top: 2px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}


/**
* 9.3 Entry Content
* ----------------------------------------------------------------------------
**/

.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.entry-content blockquote {
    font-size: 24px;
    line-height: 1.2;
    background: #e0e0e0;
    margin: 20px 0;
}

.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px;
}

.entry-content ul,
.entry-content ol{
    margin: 0 0 15px 30px;
}
.entry-content li ul, 
.entry-content li ol {
    margin-top: 10px;
    margin-bottom: 10px;
}
.entry-content li {
    margin-bottom: 0;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content body:not(.home) .section-book-now p,
body:not(.home) .entry-content .section-book-now p,
.entry-content .vc_grid-item .room-types p,
.vc_grid-item .entry-content .room-types p {
    color: #fff;
}

.entry-footer {
    margin-top: 25px;
}

.entry-footer * {
    font-size: 15px;
}

.entry-footer > span {
    margin-right: 8px;
}

.entry-footer .avatar {
    margin-right: 5px;
}

.entry-footer .posted-on .updated {
    display: none;
}

.entry-content >:last-child,
.entry-summary >:last-child,
body:not(.search-results) .entry-summary >:last-child,
.page-content >:last-child,
.comment-content >:last-child,
.textwidget >:last-child {
    margin-bottom: 0;
}

.more-link {
    white-space: nowrap;
}

.author-info {
    border-color: inherit;
    border-style: solid;
    border-width: 1px 0 1px 0;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
}

.author-avatar .avatar {
    float: left;
    height: 42px;
    margin: 0 15px 15px 0;
    width: 42px;
}

.author-description >:last-child {
    margin-bottom: 0;
}

.entry-content .author-title {
    clear: none;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.75;
    margin: 0;
}

.author-bio {
    color: #686868;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 15px;
    overflow: hidden;
}

.author-link {
    white-space: nowrap;
}

.entry-attachment {
    margin-bottom: 15px;
}

.entry-caption {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 15px;
}

.entry-caption >:last-child {
    margin-bottom: 0;
}

.content-bottom-widgets {
    margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
    margin-bottom: 30px;
}

.center-txt-head .vc-color-text-content {
    text-align: center;
}

#text-41.sidebar-right-space.lightblue-btn-container a {
    width: 80%;
}
#text-20.sidebar-right-space.lightblue-btn-container a {
    width: 100%;
}
.sidebar-right-space.lightblue-btn-container {
    text-align: center;
}
/* Page links */

.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 0;
    padding: 5px 10px;
    text-decoration: none;
}

td {
    font-size: 21px;
    line-height: initial;
}

/*Blog*/

.category .entry-content img {
    width: 260px;
    height: 170px;
    object-fit: cover;
    float: left;
    clear: both;
}
.category .entry-content img {
    display: none;
}
/**
* 9.4 Post Formats
* ----------------------------------------------------------------------------
**/

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    line-height: 1.473684211;
    margin-bottom: 12px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}

/**
* 9.4 Post Formats
* ----------------------------------------------------------------------------
**/

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    line-height: 1.473684211;
    margin-bottom: 20px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}


/**
* 9.5 Post/Paging Navigation
* ----------------------------------------------------------------------------
**/
.pagination .nav-links{
  margin-bottom: 30px;
}
.post-navigation {
    border-bottom: 2px solid #e2e2e2;
    border-top: 2px solid #e2e2e2;
    clear: both;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 15px auto;
    padding: 5px 0;
}

.post-navigation span {
    display: block;
}

.post-navigation .meta-nav {
    color: #686868;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.6153846154;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.post-navigation .post-title {
    display: inline;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
}

.post-navigation a {
    color: #424e7b;
    display: block;
    font-size: 18px;
    padding: 0 5px;
}


.post-navigation div + div {
    border-top: 4px solid #23a0b9;
}

.paging-navigation .nav-links {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.nav-links .page-numbers {
    margin-right: 15px;
    font-size: 18px;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
    color: #424E7B;
}

.sidebar .paging-navigation .nav-links {
    max-width: 1040px;
}

.paging-navigation a {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

.paging-navigation .meta-nav {
    border-radius: 50%;
    color: #e63f2a;
    display: inline-block;
    font-size: 26px;
    padding: 3px 0 8px;
    text-align: center;
    width: 50px;
}

.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
    text-decoration: none;
}

.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
    padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
    float: right;
    text-align: right;
}

.custom-post-excerpt *{
    font-size: 16px !important;
}

/**
* 9.6 Comments
* ----------------------------------------------------------------------------
**/

.comments-area {
    margin: 5% 7.6923% 5%;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 24px;
}

.comments-title,
.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 17px;
}

.comments-title {
    margin-bottom: 17px;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 24px 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 12px;
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: 6px;
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 12px;
    position: relative;
    width: 28px;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}

.comment-metadata,
.pingback .edit-link {
    font-size: 13px;
    line-height: 1.6153846154;
}

.comment-metadata {
    margin-bottom: 30px;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #517722;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #8ac058;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 7px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 21px 17px;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    margin-top: 30px;
    padding: 7px 7px 6px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #8ac058;
    outline: 0;
}

.comment-form {
    padding-top: 24px;
}

.comment-form label {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.6153846154;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.comment-list .comment-form {
    padding-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    line-height: 1.6153846154;
    margin-bottom: 30px;
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    margin: 0;
    padding-top: 24px;
}

.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #007acc;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #8ac058;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px;
}


/**
* 9.7 Attachments
* ----------------------------------------------------------------------------
**/

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    float: left;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}


/**
* 9.8 Author Bio
* ----------------------------------------------------------------------------
**/

.author-info {
    margin: 0 auto;
    max-width: 604px;
    padding: 30px 0 10px;
    text-align: left;
    /* gallery & video post formats */
    width: 100%;
}

.author.sidebar .author-info {
    max-width: 1040px;
    padding: 30px 376px 10px 60px;
}

.single .author-info {
    padding: 50px 0 0;
}

.single .article-container{
    margin-bottom: 40px;
}

.author-avatar .avatar {
    float: left;
    margin: 0 30px 30px 0;
}

.single-format-status .author-description {
    color: #f7f5e7;
}

.author-description .author-title {
    clear: none;
    margin: 0 0 8px;
}

.author-link {
    color: #f07724;
    margin-left: 2px;
}

.author.archive .author-link {
    display: none;
}


/**
* 9.9 Archives
* ----------------------------------------------------------------------------
**/

.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: -15px;
    padding: 0 0 11px;
}

.sidebar .archive-meta {
    padding-right: 316px;
}


/**
* 9.10 Search Results/No posts
* ----------------------------------------------------------------------------
**/

.page-title {
    width: 100%;
}

.page-content {
    margin: 0 auto;
    max-width: 604px;
    padding: 40px 0;
    width: 100%;
}

.sidebar .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding: 40px 376px 40px 60px;
}

.search-form input {
    padding: 6px;
}


/**
* 9.11 404
* ----------------------------------------------------------------------------
**/

.error404 .page-title {
    margin: 0;
    padding-bottom: 200px;
    position: relative;
    text-align: center;
    width: auto;
}

.error404 .page-title:before {
    color: #454545;
    content: "\f423";
    font-family: "Genericons";
    font-size: 430px;
    left: 0px;
    line-height: 0.6;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 25px;
}

.error404 .page-header,
.error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
}

.error404 .page-header p,
.error404 .page-content p {
    text-align: center;
}


/**
* 9.12 Multisite
* ----------------------------------------------------------------------------
**/

.site-main .mu_register {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.mu_alert {
    margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px;
}
#swpm-login-form{
    text-align: center;
}
.page-id-7477.page-paged-2 #post-7477 .entry-content p:last-child{
    display: none;
}
.site-main .mu_register input[type="submit"] {
    width: auto;
}

.map-section .wpb_text_column {
    margin-bottom: 0;
}
.vc_tta-panel .vc_tta-title-text{
    color: #424e7b;
    font-size: 20px;
    font-weight: 600;
}
.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
    border-width: 1px !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading{
    border-color: #ececec !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-outline .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-outline .vc_tta-controls-icon::before{
    border-color: #afafaf !important;    
}
/*.wpb-js-composer .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: #dcdcdc !important;
}*/
.wpb-js-composer .vc_tta.vc_tta-gap-15 .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-gap-15 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
    margin-top: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    margin-bottom: 20px;
}
.qa-faq-answer *,
.vc_tta-panel-body * {
    font-size: 18px !important;
}

.admissions-offices .textwidget,
.sidebar-right-space .textwidget{
    padding: 15px 10px 15px;
}
.location .vc-color-text-content * {
    font-size: 32px;
}
.location h3{
    text-align: center;
}
.in-the-news .display-posts-listing .listing-item{
    list-style: none;
}
.in-the-news .display-posts-listing a.title{
    pointer-events: none;
}
.in-the-news .display-posts-listing{
    margin: 0 0 20px 0;
}
.in-the-news .display-posts-listing .listing-item:not(:last-child){
    padding-bottom: 15px;
}


/*Covid Cases*/
.agr-covid-cases td {
    border: 1px solid #cfcfcf;
}

/* Care Campaign site */
.care-campaign{
    padding-top: 178px !important;
}

.care-campaign .wpb_content_element {
    margin-bottom: 0px !important;
}

/*.care-campaign .vc_column_container > .vc_column-inner{
    padding-right: 0px;
    padding-left: 0px;
}*/

/* Text*/
.care-campaign h1, .care-campaign h2, .care-campaign h3, .care-campaign h4, .care-campaign h5, .care-campaign h6{
    font-weight: 400;
}

.care-campaign p{
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    line-height: 35px !important;
}

.care-campaign .cc-sub-header h1{
    font-weight: 900 !important;
}

.care-campaign strong{
    color: #23A0B9;
    font-weight: 900 !important;
}

.care-campaign ul{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    list-style: none;
}

.care-campaign ul li::before{
    content: "\2022"; 
    padding-right: 8px;
    color: #23A0B9 !important;
}

/* Nav */
#care-campaign-header-menu li a{
    font-family: 'Lato', sans-serif;
    font-size: 17px !important;
    font-weight: bold;
    color: #ffffff !important;
}

/* #care-campaign-header-menu .main-navigation ul li.current_page_item a, .main-menu .main-navigation ul li.current-menu-item a, .main-menu .main-navigation ul li a:hover {
    color: #ffffff !important;
}
 */
#care-campaign-header-menu .main-navigation ul.primary-menu > li:not(.has-button) > a::after{
    top: 19px; 
}

li.menu-button{
    background-color: #23A0B9;
    padding: 10px 20px 6px 20px;
    margin-left: 50px;
    display: none !important;
}
li.menu-button a{
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400 !important;
}

#care-campaign-header-menu{
    background-color: #434d78;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
}
.care-campaign-logo{
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}
.header-top-care-campaign{
    margin-top: 0px !important;
    padding-bottom: 0px !important;
}

.site-header.shrink .header-top-care-campaign {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

.site-header.shrink .care-campaign-logo img {
    width: 20% !important;
}

/* Home*/
/* Video 
#cc-video{
    height: 604px;
}*/
/*.agr-family{
    padding-left: 60px;
    padding-right: 60px;
}*/
#cc-family h2{
    font-weight: 900 !important;
}

#cc-family p{
    color: #434D78;
}

#cc-family p strong{
    color: #434D78 !important;
}

.cc-family-text{
    padding-right: 72px !important;
}

.cc-sentence p{
    font-family: 'Roboto Slab' !important;
    font-size: 22px !important;
    line-height: 43px !important;
}

#cc-sentence-2{
    display: none;
}

/***** Legacy of care *****/

/* Time line*/
.care-campaign .cool-timeline-horizontal ul li::before{
    display: none;
}

.care-campaign .cool-timeline-horizontal .wrp-desgin-4 ul.ctl_h_slides.slick-slider .slick-list li{
    margin-bottom: -40px;
}

.care-campaign .cool-timeline-horizontal.white-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post{
    cursor: default;
}

.care-campaign .cool-timeline-horizontal .full-width img.story-img{
    width: 60% !important;
    margin: 0 auto;
}

.care-campaign .cool-timeline-horizontal .timeline-post h2.content-title-simple a{
    color: #5E5E5E !important;
}

.care-campaign .cool-timeline-horizontal .wrp-desgin-4 ul.slick-slider .slick-list li span.icon-placeholder{
    border-radius: 30px !important;
}

.care-campaign .ctl-slick-next, .care-campaign .ctl-slick-prev{
    color: #434D78 !important;
}

#numbers p{
    font-size: 16px !important;
    line-height: 30px !important;
}

#numbers p strong {
    color: #92BAD2 !important;
    font-weight: 900 !important;
}

#cc-text-box-color p{
    color: #ffffff !important;
}

/***** Home for living well *****/
#cc-testimonial h4{
    font-weight: 900 !important;
}

/***** Campaign summary *****/

/* Table */
#campaign-summary-tittle-table{
    margin-bottom: 0px !important;
}

.campaign-summary-table td {
    padding: 10px 30px;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    line-height: 35px !important;
}

/* Testimonial */
#campaign-summary-testimonial{
    position: relative;
    z-index: 9;
}

#testimonial-image{
    position: absolute;
    z-index: 10;
    top: -110px;
    right: 50px;
} 

#campaign-summary-testimonial p, .campaign-summary-testimonial2 p{
    color: #ffffff !important;
}

#campaign-summary-testimonial-2{
    display: none;
}

#campaign-summary-testimonial-image{
    display: none;
}

/* Image text */
#care-campaign-image-text p{
    color: #ffffff;
    padding: 30px;
}

/***** Private Space for Healing *****/
.cc-text-box .vc_column-inner{
    margin-right: 50px;
}

/* Background image*/
.cc-background-image {
    height: 537px;
}

/* Text */
#cc-text{
    padding-left: 72px;
    padding-right: 72px;
}

.cc-private-text {
    padding-right: 50px !important;
}
/***** Committee & Leadership *****/
.care-campaign .cc-committee-heading h2{
    font-weight: 900 !important;
}

/**
* 10.0 Sidebar
* ----------------------------------------------------------------------------
**/

.sidebar-container ul li {
    list-style-position: inside;
}
.widget-sidebar.no-background-sidebar {
    background: none;
}

/**
* 11.0 Footer site-footer
* ----------------------------------------------------------------------------
**/

.site-footer {
    position: relative;
}

.site-footer ul li {
    padding: 0 10px;
    display: inline-block;
    margin-left: -4px;
}

.site-footer .widget a:hover {
    color: #8ac058;
}

.site-footer-menu .sub-menu{
    display: none;
}

footer.site-footer .theme-element .vc_row{
    width: 100%;
    margin: 0 auto;
}
footer.site-footer .theme-element .vc_row.vc_row-o-equal-height{
    max-width: 1180px;
}
footer.site-footer .theme-element .company-info{
    text-align: center;
}
footer.site-footer .theme-element .company-phone i{
    font-size: 22px;
    margin-right: 10px;
}
footer.site-footer .theme-element .company-phone a {
    font-size: 30px;
    font-family: Roboto Slab;
    font-weight: bold;
}
footer.site-footer .theme-element .gform_footer {
    text-align: right;
}
footer.site-footer .theme-element .gform_wrapper .gform_heading{
    margin-top: 50px;
}

.footer-top {
    background: #F5F6F8;
    padding-top: 40px;
}
div.footer-one{
    padding-top: 20px;
    padding-right: 110px;
}
.footer-bottom {
    background: #424E7B;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.footer-bottom *{
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}
.footer-bottom .footer-element {
    display: inline-block;
}
.site-footer-menu ul{
    margin-left: 10px;
}
.site-footer-menu ul li {
    border-left: 1px solid #fff;
}

/*Landing Footer*/
.landing-footer p, .landing-footer a{
    font-family: 'Lato', sans-serif;
}
.landing-footer .footer-top{
    background: #424E7B;
    text-align: center;
    border-top: 6px solid #92BAD2;
    margin-top: 40px;
}
.footer-landing aside {
    display: inline-block;
    margin: 0 25px;
}
.landing-footer .footer-bottom{
    background: #2D3453;
    padding: 5px 0;
}
.landing-footer .footer-bottom *{
    font-size: 16px !important;
    border: 0;
}
.landing-footer .footer-bottom ul{
    margin: 0;
}
.landing-footer .footer-bottom li{
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}
.landing-footer .landing-footer-text p{
    color: #ffffff;
    font-size: 18px;
}
.landing-footer .landing-footer-text p a{
    color: #92BAD2;
}
.landing-footer .landing-menu a{
    color:#92BAD2;
    font-size: 17px;
}
.landing-footer .landing-footer-menu {
    padding: 38px 0;
}
.landing-footer .landing-footer-menu li{
    padding: 0 18.5px;
}
.landing-footer .footer-top:before {
    content: '';
    background: url(images/AGR-mark-white.png);
    background-color: #434D78;
    background-size: 67px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    border-radius: 50%;
}

/*
* Gravity Forms
*/
.gform_wrapper .top_label .gfield_label{
    display:none !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 4px 0 0 0;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background:initial;
    border: 0;
}
.gform_wrapper div.validation_error{
    margin-bottom: 0;
}
.gform_wrapper li.gfield.gfield_error input[type=email], .gform_wrapper li.gfield.gfield_error input[type=number], 
.gform_wrapper li.gfield.gfield_error input[type=password], .gform_wrapper li.gfield.gfield_error input[type=tel], 
.gform_wrapper li.gfield.gfield_error input[type=text], .gform_wrapper li.gfield.gfield_error input[type=url], 
.gform_wrapper li.gfield.gfield_error textarea{
    background: #d41d1d;
    color: #fff;
}
.gform_wrapper li.gfield.gfield_error ::-webkit-input-placeholder {
    color: #fff;
}
.gform_wrapper li.gfield.gfield_error :-moz-placeholder {
    color: #fff;
}
.gform_wrapper li.gfield.gfield_error ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.gform_wrapper li.gfield.gfield_error :-ms-input-placeholder {
    color: #fff;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
    margin:0 1em 0 0;
}
.gf_left_half {
    float: left;
}
body .gform_wrapper label.gfield_label+div.ginput_container{
    margin: 0 !important;
}
.gform_wrapper h3.gform_title{
    color: #424E7B;
    font-size: 42px !important;
    margin-bottom: 20px !important;
    line-height: 1;
}
.gform_wrapper span.gform_description {
    font-size: 21px;
    color: #8A8A8A;
    line-height: 28px;
}
.gform_wrapper form li, .gform_wrapper li{
    padding: 0;
}
.gf_full_width{
    width: 100%;
}
div.gform_wrapper select{
    line-height: 1.3;
}
.gform_confirmation_wrapper {
    min-height: 240px;
}
.site-header.shrink .header-bar,
.site-header.shrink .header-top,
.site-header.shrink .header-info,
.site-header.shrink .site-logo,
.site-header.shrink .site-logo img,
button#responsive-menu-pro-button{
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.site-header.shrink .header-bar,
.site-header.shrink .header-info{
    opacity: 0;
}
.site-header.shrink .header-info{
    margin: 0;
    height: 10px;
}
.site-header.shrink .site-logo{
    padding-top: 0;
}
.site-header.shrink .site-logo img{
    width: 75%;
}
.site-header.shrink .header-top{
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

/**
 * 11.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media screen and (max-width: 2048px) {
    .cc-text-color{
        padding-left: 330px;
        padding-right: 330px;
    }
}

@media screen and (max-width: 1920px) {
    .cc-text-color{
        padding-left: 300px;
        padding-right: 300px;
    }
}

@media screen and (max-width: 1680px) {
    .cc-text-color{
        padding-left: 200px;
        padding-right: 200px;
    }
}

@media screen and (max-width: 1600px) {
    .cc-text-color{
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media screen and (max-width: 1400px) {
    .cc-text-color{
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 1366px) {
    .cc-text-color{
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media screen and (max-width: 1280px) {
    .cc-text-color{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1180px) {
    .center-page {
        padding-left: 5px;
        padding-right: 5px;
        width: 95%;
    }
    .primary-menu > li > a {
        padding-left: 0;
    }
    .widget-footer-top {
        margin-left: 5%;
        max-width: 35%;
    }
    .main-menu li a {
        font-size: 20px;
        padding: 0 5px;
    }
}

@media screen and (max-width: 1025px){
    #care-campaign-header-menu{
        text-align: left;
    }

    #care-campaign-header-menu button#responsive-menu-pro-button {
        /*position: absolute !important;*/
        padding-top: 20px !important;
        /*left: 85% !important;*/
    }

    #campaign-summary-testimonial{
        display: none;
    }

    #campaign-summary-testimonial-2{
        display: block;
    }

    #campaign-summary-testimonial-image{
        display: block;
    }

    .cc-family-text {
        padding-right: 62px !important;
    }

}

@media screen and (max-width: 1024px) {
    .space2-row1{
        height: 30px !important;
    }
    .space1-row2{
        height: 90px !important;
    }
    .space3-row2{
        height: 1px !important;
    }
    
    .primary-menu > li > a {
        padding-right: 12px;
    }
    .widget-header-right {
        top: 20px;
    }
    .header-bottom {
        padding-top: 186px;
    }
    .no-alert .header-bottom {
        padding-top: 155px;
    }
    .site-header.shrink button#responsive-menu-pro-button{
        top: 3px !important;
    }
    .site-header.shrink #care-campaign-header-menu button#responsive-menu-pro-button{
        top: -15px !important;
    }
    .cc-background-image {
        height: 400px;
    }
    .landing-footer .landing-footer-text{
        padding: 40px 40px 0px 40px;
    }
}

@media screen and (max-width: 920px) {
    .header-info span.company-phone {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .single .article-container,
    .single .sidebar-container,
    .template-internal #main,
    .template-internal .sidebar-container {
        float: none;
        margin: 0 auto 35px;
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .desktop{
        display: none !important;
    }
    .mobile{
        display: block !important;
    }
    .breadcrumbs {
        position: relative;
        text-align: center;
    }
    .home .page-title-container .center-page {
        padding: 0;
    }
    .home .page-title-container .entry-header {
        background: rgba(0, 0, 0, 0.3);
        min-width: 100%;
        text-align: center;
    }
    .internal-slider img {
        min-height: 300px;
    }
    .template-internal .slider {
        margin: auto;
        position: relative;
        width: auto;
    }
    .template-internal #main, .single .article-container, .archive .article-container, .blog .article-container, .category .article-container, .search .article-container,
    .template-internal .sidebar-container, .single .sidebar-container, .archive .sidebar-container, .blog .sidebar-container, .category .sidebar-container, .search .sidebar-container{
        width:100%;
    }
    .three-col-boxes {
        position: relative;
        top: 0;
        margin-top: -155px;
    }
    .three-col-boxes+div{
        margin-top: 0;
    }
    .vc-icon-title-box {
        margin: 0 auto 30px;
        max-width: 100%;
    }
    div.footer-one, div.footer-two, div.footer-three {
        text-align: center;
        padding: 0 0;
    }
    .internal .slider h1.header-title {
        font-size: 46px;
    }
    h3.vc_custom_heading.text-centered,
    .vc_column-inner .wpb_text_column.wpb_content_element.text-centered {
        text-align: center !important;
    }
    .header-bar-right.col-12.col-sm-12.col-md-6.col-lg-6{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
/*    .shrink .site-alert{
        height: 0;
        opacity: 0;
    }*/
    .header-bottom {
        padding-top: 245px;
    }
    .shrink .header-bottom{
        padding-top: 140px;
    }
    .covid-19-landing h2.vc_custom_heading {
        font-size: 26px !important;
    }
    .cc-background-image {
        height: 300px;
    }

    .cc-family-text {
        padding-right: 42px !important;
    }

    #cc-sentence-2{
        display: block;
    }

    #cc-sentence{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    /* Override VC Elements */
    .vc_gitem-col.col-post-right-image {
        position: relative;
    }
    .footer-top div[class*="col-"]{
        width:100%;
        margin: 20px 0;
    }
    .header-bottom{
        padding-top: 260px;/*237px;*/
    }
    .shrink .header-bottom {
        padding-top: 215px;
    }
    .site-alert {
        margin-top: 10px;
    }
    .header-top {
        margin-top: 47px;
    }
    .header-top {
        padding-bottom: 0;
    }
    .vc_column-inner.box-shadow {
        margin-top: inherit !important;
    }
    .watermark-bg {
        background-position: center;
        padding-top: 80px;
    }
    .vc-color-text-box.vcenter {
        min-height: 1px;
    }

    #care-campaign-header-menu{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .campaign-summary-table td{
        /*display: table !important;*/
        display: table-cell !important;
    }

    .campaign-summary-table td{
        padding: 20px !important;
    }

    /*.campaign-summary-table td span{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }*/

    .cc-text-box{
        padding-bottom: 20px;
    }

    .cc-text-box-2 .vc_column-inner{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cc-text-box .vc_column-inner{
        margin-right: 0px;
    }

    #cc-text{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .cc-text-color{
        padding-left: 30px;
        padding-right: 30px;
    }

    .cc-family-text {
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 690px) {
    .site-logo, .header-right {
        width: 100%;
        text-align: center;
    }
    .header-info {
        margin-top: 12px;
        margin-bottom: 10px;
        text-align: center;
    }
    button#responsive-menu-pro-button {
        top: 46px !important;
        position: absolute !important;
    }
    #care-campaign-header-menu button#responsive-menu-pro-button{
        top: -15px !important;
    }
    .site-header.shrink button#responsive-menu-pro-button {
        top: 19px !important;
    }
    .site-header.shrink .header-info{
        height: 0;
    }
    .site-header.shrink .site-logo img{
        width: auto;
    }
    .site-header.shrink .site-logo.care-campaign-logo {
        padding-bottom: 15px;
        text-align: center;
    }    
    .site-header.shrink .site-logo.care-campaign-logo img {
        width: 180px !important;
    }
    .header-bar-right {
        text-align: center;
    }
    .site-footer-menu ul li:first-child{
        border-left: 0;
    }
    .header-bottom {
        padding-top: 295px;
    }
    .no-alert .header-bottom {
        padding-top: 215px;
    }    
}


/* Mobile devices */
@media screen and (max-width: 640px) {
    body .gform_wrapper ul li.gfield {
        width: 100%;
    }
    .internal .slider h1.header-title {
        font-size: 36px;
    }
    .vc-color-text-content * {
        font-size: 36px;
        line-height: 40px;
    }
    td {
        display: block;
        width: 100% !important;
    }
    .internal .slider, .banner-section {
        min-height: 240px;
    }
    .internal .slider .vcenter {
        min-height: 15em;
    }
    .internal .site-content {
        padding-top: 30px;
    }
    .agr-covid-cases td {
        display: table-cell;
        font-size: 12px;
    }
}

@media screen and (max-width: 520px) {
    .archive .hentry a img {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .search-form{
        margin: 10px auto 10px auto;
        display: block;
    }
    .donate{
        margin-top: 8px;
    }
    .empty-space{
        height: auto !important;
    }
    img.alignright {
        margin: 5px 0 5px 10px;
    }
    .internal .slider h1.header-title {
        font-size: 33px;
    }
    .header-top {
        margin-top: 70px;
    }
    .header-top-right {
        float: none;
        text-align: center;
    }
    .header-top-right ul li {
        display: block;
    }
    .header-top-right ul li:after {
        display: none;
    }
    ul#menu-top-menu {
        padding-bottom: 5px;
    }
    .header-bar ul#menu-top-menu li {
        margin-left: -4px;
    }
    .header-bar ul#menu-top-menu li a {
        margin: 0 !important;
        padding: 0 10px !important;
    }
    .location .vc_empty_space {
        display: none;
    }
    .site-alert {
        margin-top: 0;
    }
    .shrink .site-alert {
        margin-top: 10px;
    }
    .no-alert .header-bottom {
        padding-top: 280px;
    } 
}

@media screen and (max-width: 410px) {
    .header-bar{
        padding-bottom: 10px;
    }
    .footer-top .row{
        margin: 0;
    }
}
@media screen and (max-width: 375px){
    .header-bottom {
        padding-top: 264px;
    }
}
@media screen and (max-width: 360px) {
   .header-info span.company-phone {
        margin: 0 auto 15px !important;
    } 
    .header-bottom {
        padding-top: 279px;
    }
}
@media screen and (max-width: 320px){
    .header-top .center-page{
        padding: 0;
    }
    .header-top .site-logo{
        text-align: left;
    }
}