html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
font-display: swap !important;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #000;
font-family: "Quicksand", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
font-weight: 500;
margin-bottom: 20px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: #404040;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}
.alignwide {
margin: 32px calc(25% - 25vw);
max-width: 100vw;
width: 100vw;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato", sans-serif;
}
*,
*:before,
*:after {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
*:focus {
outline: none;
}
::selection {
background-color: #b3d4fc;
color: #000;
text-shadow: none;
}
.full_width h2,
.home_page h2 {
font-size: 2.2em;
}
.full_width h3,
.home_page h3 {
font-size: 1.8em;
margin-bottom: 10px;
margin-top: 0;
color: #68425b;
}
.full_width h4,
.home_page h4 {
font-size: 1.2em;
margin: 0;
}
.full_width ul,
.home_page ul {
margin: 15px 10px 20px 18px;
padding: 0;
font-weight: 500;
}
.full_width hr,
.home_page hr {
background-color: #68425b;
color: #68425b;
width: 150px;
height: 3px;
} .full_width .slick-dotted.slick-slider,
.home_page .slick-dotted.slick-slider {
margin-bottom: 0;
} .main-container {
max-width: 1260px;
margin: 0 auto;
display: block;
}
.main-header {
float: left;
width: 100%;
padding: 0 50px;
position: relative;
}
.top-phone-wrap {
float: right; }
.top-phone-wrap a {
font-weight: 600;
text-decoration: none;
font-size: 18px;
display: flex;
align-items: center;
border-radius: 3px;
background: #68425b;
color: #fff;
transition: 0.3s all;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
border: 1px solid rgba(255, 255, 255, 0.5);
padding: 5px 20px;
width: 185px;
text-align: center;
}
.top-phone-wrap a:hover {
background: #000000;
}
.main-logo {
float: left;
width: 140px;
padding-top: 10px;
padding-bottom: 10px;
height: 140px;
}
.main-logo a {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.burger-menu {
float: right;
font-size: 38px;
color: #68425b;
margin-top: 42px;
margin-left: 20px;
display: none;
}
.main-nav {
float: left;
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
top: 50%;
width: calc(100% - 470px);
text-align: center;
z-index: 999;
background:transparent !important;
}
.main-nav .cross-icon {
display: none;
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
background: #fff;
font-size: 28px;
text-align: center;
line-height: 40px;
}
.main-nav ul {
padding: 0;
margin: 0;
}
.main-nav ul li {
display: inline-block;
list-style-type: none;
margin: 0 4px;
position: relative;
padding: 10px 0;
color: #000;
vertical-align: bottom;
}
.main-nav ul li.menu-item-has-children {
padding-right: 20px;
}
.main-nav ul li.menu-item-has-children:after {
content: "\f107";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
right: 0;
font-size: 18px;
font-weight: bold;
top: 20px;
transition: 0.3s transform;
-webkit-transition: 0.3s transform;
-moz-transition: 0.3s transform;
}
.main-nav li.menu-item-has-children:hover:after {
transform: rotate(180deg);
}
.main-nav li:last-child {
margin-right: 0;
}
.main-nav ul li a {
color: #000;
text-decoration: none;
font-size: 16px;
text-transform: capitalize;
padding: 6px 10px;
float: left;
border: 1px solid #000;
text-align: center;
border-radius: 3px;
transition: 0.3s all;
width: 100%;
}
.main-nav ul li:hover > a {
background: #68425b;
color: #fff;
}
.main-nav ul li:hover {
color: #000000;
}
.main-nav ul li ul {
position: absolute;
top: 58px;
width: 250px;
z-index: 99;
background: #fff;
padding: 8px;
opacity: 0;
visibility: hidden;
transform: translateY(50px);
transition: 0.4s all;
}
.main-nav ul li:hover ul {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.main-nav ul li ul li {
width: 100%;
padding: 3px 0px;
margin: 0;
}
.main-nav ul li ul li a {
padding: 5px 8px;
} .single-post .entry-header {
text-align: left;
}
.single-post #primary {
max-width: 1280px;
margin: 0 auto;
display: table;
margin-top: 50px;
margin-bottom: 50px;
padding: 0 15px;
}
.single-post #main article {
float: left;
width: 100%;
}
.single-post .entry-title {
font-size: 42px;
margin: 0;
}
.single-post .entry-meta {
font-size: 20px;
margin-top: 10px;
margin-bottom: 30px;
color: #777;
font-weight: bold;
}
.single-post .entry-meta a {
color: #777;
text-decoration: none;
font-weight: 400;
}
.single-post .entry-content p {
font-size: 24px;
margin-top: 0;
line-height: 1.7;
font-weight: 300;
margin-bottom: 20px;
}
.single-post .entry-meta .byline {
display: none;
}
.entry-content {
margin-top: 20px;
}
.home .entry-content {
margin-top: 0;
}
.entry-footer {
display: none;
}
#comments {
float: left;
max-width: 700px;
}
#comments input[type="submit"] {
font-size: 22px;
background: #ad203a;
border-radius: 0;
color: #fff;
padding: 15px;
} .page_banner {
min-height: 500px;
background-position: center !important;
background-size: cover !important;
float: left;
width: 100%;
}
.page-id-18 .page_banner {
background-position: top !important;
}
.page-id-20 .page_banner {
background-position: center -100px !important;
}
.page-id-22 .page_banner {
background-position: center !important;
padding: 0 !important;
height: 63vh;
}
.page_banner .page-title {
text-align: center;
color: #fff;
margin: 0;
background: rgba(0, 0, 0, 0.6);
padding-top: 40px;
padding-bottom: 40px;
font-size: 42px;
display: none;
} .header-tag,
.main-heading-text {
margin: 0;
padding: 25px 30px;
background: #68425b;
color: #fff;
margin-bottom: 30px;
text-align: center;
}
.home .header-tag {
margin-bottom: 0;
} .home_page,
.full_width {
float: left;
width: 100%;
}
.wp-block-group__inner-container,
.alignwide {
max-width: 1300px;
width: 100%;
margin: 0 auto;
padding: 0 20px;
}
.gray-bg {
background: #efefef;
padding-top: 20px;
padding-bottom: 25px;
}
.full_width .wp-block-image,
.home_page .wp-block-image {
margin-top: 10px;
margin-bottom: 0;
}
.wp-block-columns {
margin-bottom: 0;
}
.full_width p,
.home_page p {
text-align: justify;
}
.home_page .gray-bg p,
.home_page .payment-extra p,
.home_page .contact-text {
text-align: center;
}
.contact-text a {
text-decoration: none;
}  .video-background {
width: 100%;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
background: #efefef;
}
.home .video-background {
background: #fff;
}  .contact-text {
font-size: 24px;
color: #989898;
margin-bottom: 16px;
}  .contact-wrap {
padding: 15px 30px;
background: #f5f5f5;
margin-bottom: 30px;
}
.contact-info-wrap p,
.contact-wrap .contact-info-wrap ul {
font-size: 18px;
margin-top: 15px;
margin-bottom: 15px;
} .communities-wrapper {
padding-top: 20px;
padding-bottom: 20px;
background: #f5f5f5;
text-align: center;
}
.communities-wrapper h3 {
margin-bottom: 10px;
}
.communities-wrapper ul {
margin: 0;
list-style: none;
margin-top: 10px;
float: left;
width: 100%;
margin-bottom: 10px;
}
.communities-wrapper ul li {
padding-bottom: 6px;
} .payment-img-wrap .wp-block-group__inner-container {
display: flex;
justify-content: center;
padding-top: 0;
padding-bottom: 20px;
} .blog-main-wrap {
padding: 0;
display: table;
}
.blog-wrap {
float: left;
width: 100%;
}
.blog-wrap ul {
margin: 0;
padding: 0;
float: left;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.blog-wrap ul li {
float: left;
width: 50%;
display: inline-block;
padding: 30px;
}
.blog-wrap ul li div {
float: left;
width: 100%;
background: #efefef;
padding: 20px;
position: relative;
}
.blog-wrap ul li div h2 {
margin-top: 10px;
margin-bottom: 10px;
line-height: initial;
}
.blog-wrap ul li div h2 a {
color: #2f2e2f;
text-decoration: none;
font-size: 32px;
line-height: initial;
}
.blog-wrap ul li div span {
font-size: 18px;
color: #928989;
margin-bottom: 13px;
float: left;
width: 100%;
}
p:empty {
display: none;
}
.blog-wrap ul li div p {
font-size: 22px;
color: #585858;
}
.entry-header {
text-align: center;
}
.blog-wrap ul li div a.read-more {
float: left;
padding: 8px 25px;
color: #fff;
background: #68425b;
font-weight: bold;
text-decoration: none;
}
.blog-wrap ul li div a.read-more:hover,
.blog-wrap ul li div h2:hover,
.blog-wrap ul li div img:hover {
opacity: 0.8;
} .contact-wrap form p {
margin-bottom: 10px;
margin-top: 0;
}
.contact-wrap form p .wpcf7-form-control-wrap {
float: left;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.contact-wrap form p .wpcf7-form-control-wrap input[type="text"],
.contact-wrap form p .wpcf7-form-control-wrap input[type="email"],
.contact-wrap form p .wpcf7-form-control-wrap textarea {
border-radius: 0;
padding: 5px 10px;
width: 100%;
}
.contact-wrap form p .wpcf7-form-control-wrap textarea {
max-height: 150px;
}
::-webkit-resizer {
display: none;
}
.contact-wrap form input[type="submit"] {
font-size: 20px;
width: 150px;
background: #68425b;
border-radius: 0;
cursor: pointer;
color: #fff;
border: 1px solid #fff;
padding: 10px;
text-transform: uppercase;
font-family: "Lato", sans-serif;
letter-spacing: 2px;
}
.contact-wrap form input[type="submit"]:hover {
background: #000;
}
.contact-wrap form p label {
font-size: 16px;
font-weight: 700;
text-transform: CAPITALIZE;
font-family: "Lato", sans-serif;
}
.contact-wrap form span.wpcf7-not-valid-tip {
display: none !important;
}
.contact-wrap form .wpcf7-not-valid {
border: 1px solid #d60606;
}
.contact-wrap form div.wpcf7-validation-errors,
.contact-wrap form div.wpcf7-acceptance-missing,
.contact-wrap form div.wpcf7-mail-sent-ng,
.contact-wrap form div.wpcf7-aborted {
border: none;
margin: 0;
margin-top: 15px;
color: #fff;
border-bottom: none;
padding: 5px 10px;
background: #d60606;
text-align: center;
}
.contact-wrap form div.wpcf7-mail-sent-ok {
border: none;
border-bottom: 2px solid #398f14;
}
.contact-wrap form .required-text {
color: #d60606;
} .main-footer {
float: left;
width: 100%;
background: #d0d0d0;
padding-top: 30px;
padding: 30px 50px 30px 50px;
}
#footer-sidebar {
display: flex;
max-width: 1400px;
margin: 0 auto;
}
.main-footer .footer-col {
float: left;
padding-right: 100px;
}
.main-footer .footer-col:last-child {
float: right;
padding-right: 0;
width: 20%;
}
.main-footer .footer-col:nth-child(1) {
width: 24%;
padding-right: 40px;
}
.main-footer .footer-col:nth-child(1) .widget_media_image {
display: flex;
justify-content: left;
align-items: center;
height: 100%;
}
.main-footer .footer-col:nth-child(1) img {
width: 180px;
}
.main-footer .footer-col:nth-child(2) {
width: 30%;
}
.main-footer .footer-col:nth-child(3) {
width: 26%;
}
.main-footer .footer-col ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.main-footer .footer-col h3 {
margin: 0;
line-height: 1;
font-size: 25px;
color: #68425b;
margin-bottom: 15px;
}
.main-footer .footer-col:nth-child(2) ul li {
float: left;
width: 100%;
padding-bottom: 15px;
}
.main-footer .footer-col:nth-child(2) ul li i {
float: left;
color: #68425b;
text-align: left;
line-height: 1.8;
margin-right: 15px;
width: 15px;
}
.main-footer .footer-col:nth-child(2) ul li a {
color: #000;
width: 100%;
float: left;
line-height: 1.5;
text-decoration: none;
display: flex;
}
.main-footer .footer-col:nth-child(3) p a {
color: #fff;
padding: 5px 10px;
background: #68425b;
text-decoration: none;
}
.main-footer .footer-col:nth-child(3) p a:hover {
opacity: 0.8;
}
.main-footer .footer-col p {
line-height: 1.5;
color: #000;
}
.footer-bottom {
float: left;
width: 100%;
background: #68425b;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}
.bottom-links {
float: left;
}
.bottom-links ul {
margin: 0;
padding: 0;
}
.bottom-links ul li {
display: inline-block;
margin: 0 5px;
vertical-align: bottom;
}
.bottom-links ul li a {
float: left;
padding: 5px 10px;
border: 1px solid #fff;
color: #fff;
text-decoration: none;
text-transform: capitalize;
}
.bottom-links ul li a:hover {
background: #fff;
color: #68425b;
}
.footer-bottom p {
float: right;
color: #fff;
margin: 0;
line-height: 36px;
}
.footer-bottom p a {
color: #fff;
text-decoration: none;
display: inline-block;
padding-left: 7px;
}
.footer-bottom p a:hover {
text-decoration: underline;
} .click-trigger {
color: #404040;
text-decoration: none;
display: inline-block;
}
.click-trigger:hover {
color: #68425b;
}
.top-phone-wrap svg {
margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
.main-header {
width: 100%;
display: unset;
padding: 0 20px;
position: relative;
float: left;
}
.main-logo {
float: left;
width: 120px;
height: auto;
padding: 10px 0;
}
.main-logo img {
max-width: 100%;
height: auto;
display: block;
} .top-phone-wrap {
margin-top: 42px;
}
.top-phone-wrap a {
font-weight: 600;
text-decoration: none;
font-size: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
border-radius: 3px;
background: #68425b;
color: #fff;
transition: 0.3s all;
border: 1px solid rgba(255, 255, 255, 0.5);
padding: 10px 18px;
width: auto;
min-width: 185px;
text-align: center;
box-sizing: border-box;
}
.top-phone-wrap a:hover {
background: #000;
color: #fff;
}
.burger-menu {
display: block;
float: right;
margin-top: 42px;
padding: 0;
width: 40px;
height: 40px;
background: none;
border: 0;
color: #68425b;
cursor: pointer;
}
.burger-menu svg {
display: block;
width: 36px;
height: 36px;
}
.main-nav {
margin: 0;
position: fixed;
top: 0;
right: -100%;
left: auto;
width: 320px;
height: 100vh;
background: rgba(0, 0, 0, 0.9);
padding: 85px 30px 50px;
transition: 0.4s all;
transform: none;
z-index: 9999;
overflow-y: auto;
}
.main-nav.main-nav-active {
right: 0;
left: auto;
}
.main-nav .cross-icon {
display: block;
position: absolute;
top: 15px;
right: 15px;
width: 40px;
height: 40px;
background: none;
border: 0;
color: #fff;
cursor: pointer;
}
.main-nav ul {
padding: 0;
margin: 0;
}
.main-nav ul li {
color: #fff;
width: 100%;
display: block;
}
.main-nav ul li a {
color: #fff;
border: 1px solid #fff;
width: 100%;
display: block;
box-sizing: border-box;
margin:5px 0;
}
.main-nav ul li:hover > a {
background: #68425b;
color: #fff;
}
.main-nav ul li ul {
background: #2b2b2b;
width: 100%;
position: static;
opacity: 1;
visibility: visible;
transform: none;
}
.main-nav ul li.menu-item-has-children:after {
top: 16px;
right: 10px;
}
.main-footer .footer-col {
padding-right: 50px;
}
.main-footer .footer-col:nth-child(2) {
width: 35%;
}
.main-footer .footer-col:nth-child(3) {
width: 23%;
}
.page_banner {
min-height: 420px;
}
}
@media only screen and (max-width: 1024px) {
#footer-sidebar {
display: flex;
flex-wrap: wrap;
}
.main-footer .footer-col {
padding-right: 0;
width: 100% !important;
text-align: center;
margin-bottom: 20px;
padding-right: 0 !important;
}
.main-footer .footer-col ul {
text-align: center !important;
}
.main-footer .footer-col:nth-child(2) ul li a {
display: block;
}
.main-footer .footer-col:nth-child(2) ul li i {
float: none;
}
.main-footer .footer-col:nth-child(1) .widget_media_image {
justify-content: center;
}
.page_banner .page-title {
font-size: 36px;
}
.page_banner {
min-height: 320px;
}
}
@media only screen and (max-width: 580px) {
.blog-wrap ul li {
width: 100%;
display: inline-block;
padding: 20px;
}
.main-header {
padding: 0 10px;
}
.top-phone-wrap {
margin-top: 0;
width: 100%;
margin-bottom: 10px;
}
.top-phone-wrap a {
padding: 7px 20px;
width: 100%;
text-align: center;
}
.page_banner .page-title {
font-size: 32px;
}
.header-tag {
font-size: 22px;
}
.bottom-links {
float: left;
width: 100%;
text-align: center;
margin-bottom: 6px;
}
.footer-bottom p {
width: 100%;
text-align: center;
}
}
@media only screen and (max-width: 480px) {
.main-nav {
padding: 60px 30px 30px 30px;
}
.main-nav .cross-icon {
width: 35px;
height: 35px;
font-size: 22px;
line-height: 35px;
}
.rc-anchor-normal {
width: 250px !important;
}
} .blog-wrap p {
word-break: break-all;
}