@charset "UTF-8";
/*
Theme Name: GBWebOne
Theme URI: http://web.gb-plugins.com/
Author: GilWebDeveloper
Author URI: http://web.gb-plugins.com/
Description: GBWebOne is a custom made theme. Thank you for using GBWebOne.
Version: 0.0.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready, bootstrap
Text Domain: gbwebone

GBWebOne WordPress Theme ┬⌐ 2011-2014 GilWebDeveloper
GBWebOne is distributed under the terms of the GNU GPL
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - START GB SIZE
 * 3.0 - GBWEB-FIELD
 * 4.0 - GENERAL
 * 5.0 - ACCESSIBILITY
 * 6.0 - FOOTER
 * 7.0 - BLOG
 * 8.0 - SINGLE POST
 * 9.0 - SHARE LINKS
 * 10.0 - COMMENTS
 * 11.0 - TAGS
 * 12.0 - LOGIN PAGE
 * 13.0 - ABOUT PAGE
 * 14.0 - CONTACT US PAGE
 * 15.0 - LEFT SIDEBAR
 * 16.0 - TESTIMONIALS
 * 17.0 - GB ONLINE FORUM
 * 18.0 - HOME PAGE
 * 19.0 - CONTACT FORMS


 * || - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 */
/**
 * 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/
 */
.mobile-footer {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: 'Heebo', sans-serif;
  overflow-x: hidden;
  margin: 0; }

::-webkit-input-placeholder {
  /* Chrome */
  color: #a91f62; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #a91f62; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a91f62; }

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #a91f62; }

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; }

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: -.5em; }

sub {
  bottom: -.25em; }

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; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit; }

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

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

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

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

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: .4375em;
  padding: 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; }

fieldset {
  min-width: inherit;
  margin: 0 0 1.75em;
  padding: .875em; }

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

legend {
  padding: 0;
  border: 0; }

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

optgroup {
  font-weight: bold; }

.page-template-default #main {
  max-width: 1280px;
  margin: 0 auto; }

#main img {
  max-width: 100%;
  height: auto !important; }

.site-header ul,
.main-menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.site-header ul > li {
  display: inline-block;
  margin: 0 0;
  vertical-align: top; }

.site-header .header-icons {
  margin-right: 10px; }

.logo-wrap {
  position: absolute;
  top: 17px;
  right: 0;
  left: 0;
  margin: auto; }

.site-header.sticky .logo-wrap {
  top: 10px; }

.aligncenter {
  text-align: center; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.top-header::after {
  display: block;
  clear: both;
  content: ' '; }

.gbwebone_title_bar-wrap {
  padding: 10px 2%;
  background-color: rgba(245, 175, 208, 0.8); }

.page-title-wrap h1 {
  font-size: 120%;
  font-weight: bold;
  margin: -22px 0 0 0;
  text-align: center; }

#breadcrumbs {
  margin: 0;
  padding: 0; }

#breadcrumbs li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none; }

#breadcrumbs li a {
  text-decoration: none;
  color: #000; }

/**
 * MENU
 */
.top-header {
  margin-bottom: 18px;
  padding: 0 20px; }

.header-search {
  vertical-align: middle; }

.site-header .menu-icon:not(.text-out),
.site-header .social-icon:not(.text-out) {
  position: relative;
  width: 43px;
  height: 43px;
  margin: 5px 2px;
  text-align: center;
  vertical-align: middle;
  background-image: url(images/menu-social-sprite.png); }

.site-header .menu-icon.text-out .icon,
.site-header .social-icon.text-out .icon {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 43px;
  margin: 5px 2px;
  text-align: center;
  vertical-align: middle;
  background-image: url(images/menu-social-sprite.png); }

.site-header.sticky .menu-icon:not(.text-out),
.site-header.sticky .social-icon:not(.text-out),
.site-header.sticky .menu-icon.text-out .icon,
.site-header.sticky .social-icon.text-out .icon {
  width: 29px;
  height: 29px;
  margin: 5px 2px;
  /*background-image: url(images/menu-social-sprite-sticky.png);*/
  background-size: 692% 200%; }

.site-header .menu-icon.text-out .alt,
.site-header .social-icon.text-out .alt {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  opacity: 1; }

.site-header .menu-icon .icon a,
.site-header .menu-icon > a,
.site-header .social-icon > a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent; }

.site-header .menu-icon .menu-icon {
  position: relative;
  width: 43px;
  height: 43px;
  margin: 5px 2px; }

.site-header .menu-icon:not(.text-out) .alt,
.site-header .social-icon:not(.text-out) .alt {
  position: absolute;
  z-index: 100;
  top: 110%;
  right: -44%;
  display: none;
  min-width: 125%;
  padding: 4px 8px;
  vertical-align: top;
  opacity: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #242424; }

body .site-header .menu-icon.text-out .alt {
  display: inline-block;
  background-color: transparent; }

.site-header .menu-icon:not(.text-out) .alt::before,
.site-header .social-icon:not(.text-out) .alt::before {
  position: absolute;
  z-index: 99;
  top: -10px;
  left: 40%;
  content: url(images/menu-social-alt.png); }

.site-header .gbweb-header-left {
  position: relative;
  z-index: 1;
  float: left; }

.site-header .gbweb-header-left ul {
  float: left;
  text-align: center; }

.site-header .menu-icon.menu-icon-phone .alt::before {
  left: 70%; }

.site-header .menu-icon.menu-icon-phone span {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  top: 5px;
  margin-right: 10px; }

.site-header .menu-icon.menu-icon-phone .alt {
  /*width: 260%;*/
  right: -10%; }

.site-header .menu-icon.menu-icon-facebook .alt {
  right: -5%;
  width: 200%; }

.site-header .menu-icon.menu-icon-facebook .alt::before {
  left: 66%; }

.site-header .menu-icon:not(.text-out) .alt:hover,
.site-header .social-icon:not(.text-out) .alt:hover {
  display: block;
  opacity: 1; }

.site-header .menu-icon:not(.text-out):hover .alt,
.site-header .social-icon:not(.text-out):hover .alt {
  display: block;
  animation-name: show_alt;
  animation-duration: .5s;
  animation-fill-mode: forwards; }

.site-header .menu-icon.text-out.menu-icon-adviser .alt a.logout-from-advise,
.site-header .menu-icon.text-out.menu-icon-adviser .alt a.goto-advise-page,
.site-header .menu-icon.text-out.menu-icon-adviser .alt a.login-to-advise,
.site-header .menu-icon.text-out.menu-icon-adviser .alt a.book-appointment {
  position: relative;
  display: inline-block;
  margin: 5px 2px;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 7px;
  background-color: #dd3151; }

.site-header .menu-icon.text-out.menu-icon-adviser .alt a.logout-from-advise:hover,
.site-header .menu-icon.text-out.menu-icon-adviser .alt a.goto-advise-page:hover,
.site-header .menu-icon.text-out.menu-icon-adviser .alt a.login-to-advise:hover {
  background-color: #f14263; }

.site-header .menu-icon.text-out.menu-icon-adviser .alt a.book-appointment {
  background-color: #a91f62; }

.site-header .menu-icon.text-out.menu-icon-adviser .alt a.book-appointment:hover {
  background-color: #c9799e; }

.site-header .menu-icon.text-out.menu-icon-adviser .alt a.goto-advise-page,
.site-header .menu-icon.text-out.menu-icon-adviser .alt a.login-to-advise,
.site-header .menu-icon.text-out.menu-icon-adviser .alt a.book-appointment {
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: right; }

.site-header .menu-icon.text-out.menu-icon-adviser .alt a.goto-advise-page,
.site-header .menu-icon.text-out.menu-icon-adviser .alt a.login-to-advise {
  background-image: url(images/adviser_icon.png); }

.site-header .menu-icon.text-out.menu-icon-adviser .alt a.book-appointment {
  background-image: url(images/contact_icon.png); }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes show_alt {
  0% {
    display: block;
    opacity: .1; }
  25% {
    opacity: .25; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
/* Standard syntax */
@keyframes show_alt {
  0% {
    display: block;
    opacity: .1; }
  25% {
    opacity: .25; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
/* Safari 4.0 - 8.0 */
@-webkit-keyframes open_menu {
  0% {
    height: 1px;
    opacity: 0; }
  100% {
    height: 60px;
    opacity: 1; } }
/* Standard syntax */
@keyframes open_menu {
  0% {
    height: 1px;
    opacity: 0; }
  100% {
    height: 60px;
    opacity: 1; } }
.site-header .menu-icon .alt a,
.site-header .menu-icon .alt a:hover {
  margin: 0 auto;
  white-space: nowrap;
  text-decoration: none;
  color: #fff; }

.site-header .menu-icon.text-out .alt a {
  color: #a91f62; }

.site-header .menu-icon.text-out.menu-icon-adviser .alt,
.site-header .menu-icon.text-out.menu-icon-adviser .alt a {
  color: #dd3151; }

.site-header .menu-icon.text-out.menu-icon-forum .alt a {
  color: #1ea9b6; }

.site-header .menu-icon.text-out .alt a:hover,
.site-header .menu-icon.text-out:hover .alt a {
  color: #be5887; }

.site-header .menu-icon .icon {
  overflow: hidden;
  width: 43px;
  height: 43px; }

.site-header .menu-icon.menu-icon-adviser .icon {
  background-position: -86px 0; }

.site-header.sticky .menu-icon.menu-icon-adviser .icon {
  background-position: -57px 0; }

.site-header .menu-icon.menu-icon-adviser:hover .icon {
  background-position: -86px -43px; }

.site-header.sticky .menu-icon.menu-icon-adviser:hover .icon {
  background-position: -57px -29px; }

.site-header .menu-icon.menu-icon-adviser .alt {
  left: -60%; }

.site-header .menu-icon.menu-icon-forum .icon {
  background-position: -129px 0; }

.site-header.sticky .menu-icon.menu-icon-forum .icon {
  background-position: -85px 0; }

.site-header .menu-icon.menu-icon-forum:hover .icon {
  background-position: -129px -43px; }

.site-header.sticky .menu-icon.menu-icon-forum:hover .icon {
  background-position: -85px -29px; }

.site-header .menu-icon-search .icon {
  background-position: -43px 0; }

.site-header.sticky .menu-icon-search .icon {
  background-position: -28px 0; }

.site-header .menu-icon.menu-icon-search:hover .icon {
  background-position: -43px -43px; }

.site-header.sticky .menu-icon.menu-icon-search:hover .icon {
  background-position: -28px -29px; }

.site-header .menu-icon.menu-icon-forum .alt {
  left: -10%; }

.site-header .menu-icon.menu-icon-facebook,
.site-header .social-icon.icon-facebook {
  background-position: -172px 0; }

.site-header.sticky .menu-icon.menu-icon-facebook,
.site-header.sticky .social-icon.icon-facebook {
  background-position: -114px 0; }

.site-header .menu-icon.menu-icon-facebook:hover,
.site-header .social-icon.icon-facebook:hover {
  background-position: -172px -43px; }

.site-header.sticky .menu-icon.menu-icon-facebook:hover,
.site-header.sticky .social-icon.icon-facebook:hover {
  background-position: -114px -29px; }

.site-header .menu-icon.menu-icon-facebook .alt {
  left: -40%; }

.site-header.sticky .menu-icon.menu-icon-facebook .alt {
  font-size: 13px;
  width: 260%; }

.site-header .menu-icon.menu-icon-email .icon {
  background-position: -215px 0; }

.site-header.sticky .menu-icon.menu-icon-email .icon {
  background-position: -344px 0; }

.site-header .menu-icon.menu-icon-email:hover .icon {
  background-position: -215px -43px; }

.site-header.sticky .menu-icon.menu-icon-email:hover .icon {
  background-position: -344px -29px; }

.site-header .menu-icon.menu-icon-email .alt {
  left: -25%; }

.site-header .menu-icon.menu-icon-phone .icon {
  background-position: -258px 0; }

.site-header.sticky .menu-icon.menu-icon-phone .icon {
  background-position: -373px 0; }

.site-header .menu-icon.menu-icon-phone .icon:hover {
  background-position: -258px -43px; }

.site-header.sticky .menu-icon.menu-icon-phone .icon:hover {
  background-position: -373px -29px; }

.site-header .menu-icon.menu-icon-phone .alt {
  left: -70%; }

.site-header.sticky .menu-icon .alt {
  font-size: 14px;
  /*width: 340%;*/ }

.site-header .menu-icon.menu-icon-search {
  background-position: -43px 0; }

.site-header .menu-icon.menu-icon-search:hover,
.header-search.open .menu-icon.menu-icon-search {
  background-position: -43px -43px; }

/*.menu-icon-search{
    width:30%;
}*/
.menu-icon-search .alt {
  width: 70%; }

.info-wrap .small-logo {
  color: #fff; }

.info-wrap .small-logo figcaption {
  padding: 10px 0; }

#main-nav {
  display: block; }

#main-nav .menu-primary-container {
  text-align: center;
  border-bottom: 1px solid #e1dfd2; }

#main-nav .main-nav-btn {
  display: none; }

#main-nav .menu-primary-container #menu-primary {
  margin: 0 auto; }

#main-nav .menu-primary-container #menu-primary > li {
  position: relative; }

#main-nav .menu-primary-container #menu-primary > li > a {
  display: block;
  padding: 10px 16px 10px 16px;
  text-decoration: none;
  color: #000; }

#main-nav .menu-primary-container #menu-primary > li.menu-item-has-children > a {
  padding: 10px 10px 10px 20px; }

#main-nav .menu-primary-container #menu-primary > li.menu-item-has-children > a::after {
  position: absolute;
  top: 8px;
  left: 2px;
  content: url(images/is-submenu-hover.png); }

#main-nav .menu-primary-container #menu-primary > .mob-link {
  display: none; }

#main-nav .menu-primary-container #menu-primary > li.menu-item-has-children:hover > a::after,
#main-nav .menu-primary-container #menu-primary > li.menu-item-has-children.current-menu-parent > a::after,
#main-nav .menu-primary-container #menu-primary > li.menu-item-has-children > a:hover::after {
  content: url(images/arrow_white.png); }

#main-nav .menu-primary-container #menu-primary > li:hover > a,
#main-nav .menu-primary-container #menu-primary > li > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #a91f62; }

#main-nav .menu-primary-container #menu-primary > li .sub-menu {
  position: absolute;
  z-index: 100000;
  display: none;
  border: 1px solid rgba(169, 31, 98, 0.8);
  border-top: none;
  border-bottom: 4px solid rgba(169, 31, 98, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

#main-nav .menu-primary-container #menu-primary > li:hover .sub-menu {
  display: block;
  width: 170px; }

#menu-primary .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right; }

#menu-primary .sub-menu li a {
  display: block;
  padding: 10px 15px; }

#menu-primary .sub-menu li:hover a,
#menu-primary .sub-menu li a:hover {
  position: relative;
  text-decoration: none;
  color: #a91f62; }

#menu-primary .sub-menu li:hover a::before,
#menu-primary .sub-menu li a:hover::before {
  position: absolute;
  top: 12px;
  right: 0;
  content: url(images/submenu-hover.png); }

#menu-primary .sub-menu li:hover a,
#menu-primary .sub-menu li a:hover {
  color: #a91f62; }

.main-nav-btn,
.header-search,
.menu-icon-search,
.menu-icon-wrap,
.menu-icon-toggle-btn {
  display: inline-block; }

.main-nav-btn {
  text-align: center; }

#menu-toggle {
  display: block; }

.menu-icon.menu-icon-toggle {
  display: inline-block;
  color: transparent; }

.search-form-wrap {
  display: none; }

.header-search-btn-wrap {
  text-align: right; }

.header-search .search-submit,
.menu-icon-search .search-submit {
  display: none; }

.header-search.open .search-title {
  display: none; }

.header-search.open .search-form-wrap,
.header-search.open .header-search-btn-wrap {
  display: inline-block; }

.header-search.open input[type='search'],
.menu-icon-search input[type='search'] {
  font-weight: normal;
  height: 40px;
  border: none;
  outline: none;
  background-color: transparent; }

.search-form .search-field:hover,
.search-form .search-field:active,
.search-form .search-field:focus {
  /*border-bottom: 1px solid #000;*/ }

#main-nav #menu-primary > li > a {
  display: inline-block;
  margin: 1px 0;
  padding: 3px 8px; }

#main-nav #menu-primary li a:hover {
  text-decoration: none; }

#menu-primary > li.current-menu-parent .sub-menu .current-menu-item > a,
#main-nav #menu-primary > li.current-menu-parent > a,
#main-nav #menu-primary > li.current-menu-item a {
  color: #fff;
  background-color: #a91f62; }

.gbwebone-item-icon-wrap {
  position: relative; }

.gbwebone-item-icon-wrap {
  padding-right: 15px;
  padding-left: 15px; }

.gbwebone-item-icon-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  position: absolute;
  top: -9px;
  left: 42%; }

.gbwebone-item-icon-wrap > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  padding: 45px 60px 20px 60px;
  border-top: 4px solid #38b3bc;
  background-color: #fff; }

.gbwebone-item-icon-wrap .post-thumbnail-wrap img {
  width: 100% !important;
  height: auto !important; }

body .bottom_btn,
body .vc_btn3-container.vc_btn3-inline.bottom_btn {
  display: block;
  padding-bottom: 40px; }

body .bottom_btn a.vc_general.vc_btn3 {
  position: absolute !important;
  top: inherit;
  bottom: 5%; }

.rtl .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
  float: right; }

.home .gbwebone_carousel {
  width: 90%;
  margin: 0 auto; }

.site-header .menu-icon.menu-icon-search {
  position: relative; }

.site-header .book-appointment-popup,
.site-header .menu-icon .search-popup {
  position: absolute;
  z-index: 20000 !important;
  top: 71px;
  display: none;
  border: 2px solid #a91f62;
  background-color: #fff; }

.sticky .site-header .book-appointment-popup,
.sticky .site-header .menu-icon .search-popup {
  top: 50px; }

.site-header .menu-icon .search-popup {
  right: 0;
  width: 200px; }

.site-header .menu-icon .search-popup .popup-icon {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 5px 2px;
  text-align: center;
  vertical-align: middle;
  background-image: url(images/search_p.jpg); }

.site-header .menu-icon .search-popup.search-open {
  display: block; }

.site-header .book-appointment-popup.book-appointment-open {
  display: block; }

.site-header .book-appointment-popup {
  color: #000; }

.site-header .book-appointment-popup h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #a91f62; }

.site-header .book-appointment-popup h5 {
  font-size: 18px;
  font-weight: 400;
  color: #a91f62; }

.site-header .book-appointment-popup .gbweb-field input,
.site-header .book-appointment-popup .gbweb-field textarea {
  border-bottom: #a91f62 2px solid; }

.site-header .book-appointment-popup {
  left: 40%;
  width: 80%;
  max-width: 370px;
  background-image: url(images/main-bg.jpg); }

.site-header .menu-icon .alt .book-appointment-popup .close_popup {
  display: block;
  width: 19px;
  height: 19px;
  margin: 10px;
  margin: 10px auto;
  cursor: pointer;
  background-image: url(images/close_popup.png); }

.site-header .book-appointment-popup .side-cf7-wrap {
  border-color: transparent; }

body .site-header .book-appointment-popup .gbweb-btn:hover,
body .site-header .book-appointment-popup .side-cf7-wrap .wpcf7-submit:hover,
body .site-header .book-appointment-popup .gbweb-btn,
body .site-header .book-appointment-popup .side-cf7-wrap .wpcf7-submit {
  width: 145px;
  height: 50px;
  color: #fff;
  background-color: #a91f62; }

.btn-whatsapp {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    font-size: 40px;
    color: #fff;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 0 9px #25d36673;
    opacity: 1;
}

a.btn-whatsapp:hover, a.btn-whatsapp:focus {
	color:#fff;
	text-decoration:none;
}

.icon-whatsapp:before {
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-brand-whatsapp' width='35' height='35' viewBox='0 0 24 24' stroke-width='2' stroke='%23fff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M3 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9'%3E%3C/path%3E%3Cpath d='M9 10a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1'%3E%3C/path%3E%3C/svg%3E");
  	vertical-align: sub;
}

/*
 2.0 - START GB SIZE
*/
.gb-size-wrap {
  display: block;
  clear: both; }

.gb-size-wrap::after {
  display: block;
  clear: both;
  content: ' '; }

.gb-size-wrap > * {
  display: inline-block; }

.gb-size-wrap .gb-size-1 {
  width: 10%; }

.gb-size-wrap .gb-size-2 {
  width: 20%; }

.gb-size-wrap .gb-size-3 {
  width: 30%; }

.gb-size-wrap .gb-size-4 {
  width: 40%; }

.gb-size-wrap .gb-size-5 {
  width: 49.5%; }

.gb-size-wrap .gb-size-6 {
  width: 60%; }

.gb-size-wrap .gb-size-7 {
  width: 70%; }

.gb-size-wrap .gb-size-8 {
  width: 80%; }

.gb-size-wrap .gb-size-9 {
  width: 90%; }

.gb-size-wrap .gb-size-10 {
  width: 100%; }

/* END GB SIZE */
/*
 3.0 - GBWEB-FIELD
*/
.gbweb-field {
  position: relative;
  display: inline-block;
  max-width: 100%; }

.gbweb-field input[type='text']
.gbweb-field label {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4px 5px;
  text-align: left; }

.checkbox-wrap .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  margin: 0; }
  .checkbox-wrap .wpcf7-list-item [type='checkbox'] {
    position: relative;
    width: auto;
    margin-left: 7px; }
  .checkbox-wrap .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 15px;
    text-align: right; }

.gbweb-field.gbweb-field-open label {
  display: none; }

.rtl .gbweb-field label {
  text-align: right; }

.gbweb-field > *:not(label) {
  z-index: 9; }

.gbweb-field select,
.dwqa-content-edit-form input[type='text'],
.dwqa-content-edit-form select,
.gbweb-field input[type='tel'],
.gbweb-field input[type='number'],
.gbweb-field input[type='email'],
.gbweb-field input[type='number'],
.gbweb-field input[type='password'],
.gbweb-field input[type='text'] {
  height: 38px; }

.dwqa-content-edit-form input[type='text'],
.dwqa-content-edit-form select,
.gbweb-field select,
.gbweb-field textarea,
.gbweb-field input {
  width: 100%;
  padding: 0 10px;
  border: none;
  border-bottom: #242424 2px solid;
  border-radius: 0; }

#content .dwqa-answer-item,
#content .dwqa-answer-form-title {
  border-top: #242424 2px solid; }

#content .dwqa-questions-list .dwqa-question-item {
  border: #242424 1px solid; }

.dwqa-comments,
#content .dwqa-pick-best-answer,
#content .dwqa-votes-count,
#content .dwqa-answer-vote {
  display: none; }

.gbweb-field textarea {
  padding: 5px 10px; }

/* END GBWEB-FIELD */
/*
 4.0 - GENERAL
 */
body .grecaptcha-badge {
  opacity: 0 !important;
  box-shadow: none !important; }

.single article .entry-content h1,
.single article .entry-content h2,
.single article .entry-content h3,
.single article .entry-content h4,
.single article .entry-content h5,
.single article .entry-content h6 {
  font-weight: bold;
  color: #38b3bc; }

.single article .entry-content h1 {
  font-size: 22px; }

.single article .entry-content h2 {
  font-size: 20px; }

.single article .entry-content h3 {
  font-size: 18px; }

.single article .entry-content h4 {
  font-size: 16px; }

.single article .entry-content h5 {
  font-size: 14px; }

.single article .entry-content h6 {
  font-size: 12px; }

.bbp-author-role,
.bbp-reply-ip {
  display: none; }

.search-results #main > .post {
  display: inline-block;
  width: 32%;
  padding: 10px 1%;
  vertical-align: top; }

.no-results .search-submit .screen-reader-text {
  position: relative !important;
  display: block;
  width: auto;
  height: auto;
  opacity: 1;
  color: #000;
  clip-path: inherit; }

.go-to-top {
  display:none;
	position: fixed;
  z-index: 10000;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  background-color: #000;
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg); }

.go-to-top:hover {
  background-color: #a91f62; }

.go-to-top::after {
  font-size: 231%;
  display: inline-block;
  margin-top: -7px;
  margin-left: 1px;
  content: '\02039'; }

body .gbweb-btn,
body .gbweb-login-form-con input[type='submit'],
.comment-list .reply a {
  font-weight: bold;
  padding: 5px 20px;
  border: none;
  border-radius: 3px; }

.sidebar,
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.contact-us-contact-wrap > .vc_column-inner > .wpb_wrapper,
#sidebar-main > *,
.footer-contact-con,
#sidebar-testimonials > *,
.blog-widget > * {
  position: relative; }

.sidebar ul li::before {
  margin-left: 10px;
  content: '\0003E'; }

.sidebar ul li {
  margin-bottom: 15px; }

.sidebar .widgettitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 10px; }

body:not(.error404) .screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }

.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  /* Above WP toolbar. */ }

.read-more.btn {
  display: inline-block;
  padding: 7px 20px; }

.read-more.btn:hover {
  color: #fff;
  background-color: #222; }

.footer-contact-wrap {
  display: block;
  padding: 40px 0;
  text-align: center; }

.footer-contact-con {
  max-width: 700px;
  margin: 0 auto; }

.footer-contact-con > * {
  margin-bottom: 20px; }

.contact-widget-title > h4,
.footer-contact-title > h4 {
  font-size: 120%;
  font-weight: bold;
  color: #a91f62; }

.footer-contact-wrap:after {
  display: block;
  clear: both;
  content: ' '; }

.gbweb-post-slider {
  padding-top: 85px;
  padding-bottom: 95px;
  background-image: url("images/turquoise-bg.png");
  background-repeat: no-repeat !important;
  background-position: bottom center;
  background-size: 100% 100% !important; }

.gb-preview-wrap .entry-header > *:not(p) {
  font-weight: bold; }

.gbwebone-item-icon-wrap {
  padding: 20px; }

h1.home-page-title {
  font-size: 125%;
  margin: 0 0 30px 0; }

h2.home-page-title {
  font-weight: 300; }

#content {
  padding: 30px 0; }

body:not(.home) #content {
  padding: 30px 40px; }

body.page-template-page-full-width #content {
  padding: 0; }

.site-inner {
  overflow: hidden; }

.site-header-main > div {
  text-align: center; }

#masthead {
  position: relative;
  z-index: 100000;
  padding: 20px 0 0 0;
  /*transition: all 0.4s ease;*/ }

#masthead.sticky {
  position: fixed;
  z-index: 100000;
  top: 0 !important;
  right: 0;
  left: 0;
  padding: 5px 0 0 0;
  background-image: url("/wp-content/themes/gbwebone/images/main-bg.jpg");
  /*transition: all 0.4s ease;*/ }

#masthead.sticky .top-header {
  margin-bottom: 0; }

#masthead.sticky .header-image a img {
  width: 170px;
  height: auto; }

#menu-primary .sub-menu li a {
  color: #000;
  background-color: #fff; }

.hasSlider .gbweb-rev-slider-wrap {
  position: relative;
  padding-bottom: 0;
  background-image: url(images/slider-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto; }

.hasSlider .gbweb-rev-slider-wrap .slider-borders {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40px;
  padding-bottom: 0;
  background-image: url(images/slider-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto; }

.slider-text {
  font-family: 'Heebo', sans-serif;
  margin-bottom: 80px !important;
  text-align: center !important;
  border-radius: 3px; }

.slider-text h2 {
  margin: 0 0 10px 0;
  text-align: center !important;
  color: #fff; }

.home-content .wpb_content_element {
  margin-bottom: 10px; }

.home-about-wrap.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  padding: 0 10px; }

.home-about-wrap .wpb_content_element {
  margin-bottom: 0; }

.home-about-wrap .home-about-text-wrap {
  padding: 40px 80px; }

body .home-banner-wrap {
  font-size: 150% !important;
  padding-left: 5% !important;
  background-color: rgba(30, 169, 182, 0.6) !important; }

.gb-btn,
body .vc_btn3-style-modern {
  font-weight: bold !important;
  display: inline-block !important;
  margin: 10px 0 10px 10px !important;
  padding: 10px 40px !important;
  text-decoration: none !important;
  color: #fff !important;
  border: none !important;
  border-radius: 3px !important;
  background-color: #a91f62 !important; }

body .home-about-text-wrap .vc_btn3-style-modern,
.home-about-text-wrap .gb-btn {
  margin: 40px 0 10px 10px !important; }

.gb-btn:hover {
  text-decoration: none;
  color: #fff; }

.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
  background-color: #000; }

.tp-bullets .tp-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent; }

.tp-bullets .tp-bullet.selected {
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #000; }

button.search-submit {
  width: 60px;
  height: 28px;
  padding-bottom: 7px; }

/*
 5.0 - ACCESSIBILITY
 */
.site .skip-link {
  position: absolute;
  right: -9999em;
  left: auto; }

.site .skip-link:focus {
  right: 6px;
  left: auto; }

.hidden {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px; }

/*
 6.0 - FOOTER
 */
.wpcf7 input[type='text'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='email'] {
  height: 38px; }

.gbweb-field,
.gbweb-field {
  width: 95%; }

.gbweb-field label {
  font-size: 80%;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 5px; }

.bottom-cf7-wrap .gb-size-3.top-row,
.bottom-cf7-wrap .gb-size-10 {
  margin-bottom: 20px; }

.bottom-cf7-wrap .gb-size-10 {
  width: 94.5%; }

.bottom-cf7-wrap .gb-size-4.bottom-row {
  vertical-align: top; }

.bottom-cf7-wrap .gb-size-4 {
  width: 45%; }

.bottom-cf7-wrap .gb-size-4.bottom-row > * {
  text-align: left; }

div.wpcf7 .bottom-cf7-wrap .ajax-loader {
  display: none; }

.page-template-page-contact .bottom-row.gb-size-4 {
  width: 100%; }

.page-template-page-contact .bottom-cf7-wrap .gb-size-4.bottom-row > * {
  text-align: center; }

#content .dwqa-btn,
.bottom-cf7-wrap input[type='submit'],
.entry-content .dwqa-content-edit-form input[type='submit'],
.entry-content .dwqa-ask-question a,
.entry-content .dwqa-ask-question a:hover,
.entry-content .dwqa-ask-question a:focus {
  padding: 5px 20px;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 2px;
  background: #a91f62; }

.bottom-cf7-wrap input[type='submit']:hover {
  background-color: #be5887; }

.bottom-cf7-wrap .gb-size-6.bottom-row > * {
  text-align: right; }

.bottom-cf7-wrap textarea {
  width: 100%;
  height: 60px;
  padding: 10px;
  border: none;
  border-bottom: #242424 2px solid; }

#footer-sidebars {
  padding: 30px;
  text-align: center;
  background: url(images/bg-1.jpg); }

#footer-sidebars ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#footer-sidebars::after {
  display: block;
  clear: both;
  content: ' '; }

#main-footer .contact-info {
  font-size: 90%;
  padding: 10px 20px;
  text-align: center;
  background: url(images/bg-2.jpg); }

#main-footer .site-info {
  font-size: 90%;
  padding: 10px 20px;
  text-align: center;
  color: #797979;
  background-color: #fff; }

#main-footer .site-info a {
  color: #797979; }

/*
 7.0 - BLOG
 */
body.blog .site-content,
body.search-results .site-content,
body.archive.category .site-content {
  background-color: #fff; }

.main-posts {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.main-posts > .main-posts-item {
  display: inline-block;
  width: 31%;
  margin: 10px 1% 60px 1%;
  vertical-align: top; }

.main-posts > .main-posts-item > .post {
  padding: 40px 40px 20px 40px;
  text-align: center;
  background-image: url(images/main-bg.jpg); }

.main-posts > .main-posts-item > .post .entry-title {
  font-size: 120%;
  font-weight: bold; }

.main-posts > .main-posts-item > .post .entry-content {
  padding: 10px 0; }

.main-posts > .main-posts-item > .post .read-more.btn {
  margin-bottom: -50px; }

.main-posts > .main-posts-item > .post .entry-content > p:last-child::after {
  margin: 0 10px;
  content: '[...]'; }

.edit-link {
  position: absolute;
  opacity: .2; }

.edit-link:hover {
  opacity: .8; }

.main-posts .edit-link {
  display: none; }

.current-cat-nav-wrap {
  margin-bottom: 25px;
  text-align: center; }

.current-cat-nav {
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  list-style-type: none;
  text-align: center;
  border-top: 1px solid #e9e8df;
  border-bottom: 1px solid #e9e8df; }

.current-cat-nav li {
  position: relative;
  display: inline-block;
  padding: 10px; }

.current-cat-nav li.current-cat::after {
  position: absolute;
  bottom: 5px;
  left: 40%;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: url("images/current-cat-icon.png"); }

.current-cat-nav li .category-name {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  color: #222; }

.main-category-children-wrap {
  margin: 40px;
  text-align: center; }

.main-category-children-con {
  display: inline-block;
  border: 6px solid #e0dcd2; }

.rtl .main-category-children-con .gbweb_select_box_view_con {
  border-color: #222;
  border-radius: 0; }

.rtl .main-category-children-con .gbweb_select_box_button_con {
  float: left;
  max-width: 45px;
  border-right: 1px solid #222;
  background-color: #38b3bc; }

.main-category-children-con .gbweb_select_box_view_con a.gbweb_select_box_btn::before {
  color: #fff; }

.close .gbweb_select_box_button_con a.gbweb_select_box_btn {
  padding: 10px 8px; }

.rtl .main-category-children-con .gbweb_select_box_label_con {
  float: right; }

.current-cat-nav li a {
  font-weight: bold;
  color: #222; }

.current-cat-nav li.current-cat a {
  color: #38b3bc; }

.main-category-children-con .left-side {
  float: left;
  width: 70%; }

.main-category-children-con .right-side {
  float: right;
  width: 30%; }

.main-category-children-con #gbweb_select_box {
  width: 100% !important;
  min-width: 200px !important; }

.main-category-children-con .right-side .title-wrap {
  font-size: 75%;
  font-weight: bold;
  line-height: 100%;
  position: relative;
  padding: 6px 25px 6px 0;
  color: #fff;
  border: 1px solid #222;
  border-left: none;
  background-color: #38b3bc; }

.main-category-children-con .right-side .title-wrap::after {
  position: absolute;
  top: 5px;
  right: 5px;
  content: url("images/nav-cat-icon.png"); }

.main-category-children-con::after {
  display: block;
  clear: both;
  content: ' '; }

.navigation.pagination {
  display: block; }

.navigation.pagination .nav-links {
  text-align: center; }

.navigation.pagination .nav-links a {
  font-weight: bold;
  margin: 0 5px;
  color: #222; }

.navigation.pagination .nav-links span.current {
  font-weight: bold;
  display: inline-block;
  width: 23px;
  height: 22px;
  margin: 0 5px;
  color: #fff;
  border-radius: 50%;
  background-color: #38b3bc; }

.navigation.pagination .nav-links a:hover {
  color: #38b3bc; }

.main-posts .entry-title a.read-more-title {
  color: #000; }

.main-posts article a.read-more-thumbnail {
  position: relative; }

.main-posts article a.read-more-thumbnail:after {
  position: absolute;
  top: -57%;
  left: 44%;
  display: none;
  content: url("images/blog_image_hover.png"); }

.main-posts article a.read-more-thumbnail:hover:after {
  display: block; }

.main-posts article a.read-more-thumbnail:hover img {
  -webkit-filter: saturate(45%);
  -moz-filter: saturate(45%);
  -ms-filter: saturate(45%);
  -o-filter: saturate(45%);
  filter: saturate(45%); }

.main-posts article a.read-more-thumbnail img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none; }

.footer-testimonials-con {
  width: 40%;
  margin: 0 auto;
  text-align: center; }

.footer-testimonials-title {
  margin-top: 40px;
  margin-bottom: 40px; }

.footer-testimonials-title h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000; }

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

/*
 8.0 - SINGLE POST
 */
body.single.single-post #content {
  padding: 0; }

body.single.single-post #content h1 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0; }

body.single.single-post #content h2 {
  font-size: 20px; }

body.single.single-post #content h3 {
  font-size: 18px;
  font-weight: bold; }

body.single.single-post #content h4 {
  font-size: 15px;
  font-weight: bold; }

body.single.single-post #content h5 {
  font-size: 14px;
  font-weight: bold; }

body.single.single-post #content h6 {
  font-size: 12px;
  font-weight: bold; }

.main-content {
  background-color: #fff; }

body.single.single-post .main-content {
  padding: 40px 10%; }

body.single.single-post article.post .entry-header {
  margin-bottom: 20px;
  padding: 30px;
  text-align: center; }

body.single.single-post article.post .wp-post-image {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px; }

body.single.single-post article.post .entry-header .entry-title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center; }

.gbwebone-post-nav {
  display: block;
  text-align: center; }

.gbwebone-post-nav::after {
  display: block;
  clear: both;
  content: ' '; }

.gbwebone-post-nav-con {
  display: inline-block; }

.gbwebone-post-nav .gbwebone-post-nav-con > * {
  float: left;
  margin: 10px; }

.gbwebone-post-nav .gbwebone-post-nav-con > .gbwebone-post-nav-all {
  margin-top: 3px;
  background-color: #38b3bc; }

.gbwebone-post-nav .gbwebone-post-nav-con > .gbwebone-post-nav-all:hover a,
.gbwebone-post-nav .gbwebone-post-nav-con > .gbwebone-post-nav-all a:focus {
  color: #fff;
  background-color: #000; }

.gbwebone-post-nav .gbwebone-post-nav-con a,
.gbwebone-post-nav .gbwebone-post-nav-con a:focus,
.gbwebone-post-nav .gbwebone-post-nav-con a:hover {
  font-weight: bold;
  text-decoration: none;
  outline: none; }

.gbwebone-post-nav .gbwebone-post-nav-con .gbwebone-post-nav-all a {
  padding: 10px;
  color: #fff; }

.gbwebone-post-nav .gbwebone-post-nav-con .gbwebone-post-nav-all a::before {
  display: inline-block;
  padding: 10px 0 5px 10px;
  content: url(images/all.png);
  vertical-align: middle; }

.rtl .gbwebone-post-nav .gbwebone-post-nav-con > * {
  position: relative;
  float: right; }

.gbwebone-post-nav-con a[rel='next']::before {
  font-size: 200%;
  font-weight: normal;
  position: absolute;
  top: -50%;
  right: -75%;
  content: '\0003C'; }

.rtl .gbwebone-post-nav-con a[rel='next']::before {
  font-size: 200%;
  position: absolute;
  top: -50%;
  right: inherit;
  left: 110%;
  content: '\0003C'; }

.gbwebone-post-nav-con a[rel='prev']::after {
  font-size: 200%;
  font-weight: normal;
  position: absolute;
  top: -50%;
  left: -60%;
  content: '\0003E'; }

.rtl .gbwebone-post-nav-con a[rel='prev']::after {
  font-size: 200%;
  position: absolute;
  top: -50%;
  right: 110%;
  left: inherit;
  content: '\0003E'; }

.gbwebone-post-nav-con .gbwebone-post-nav-next,
.gbwebone-post-nav-con .gbwebone-post-nav-previous {
  display: none; }

.blog-bar-wrap {
  padding: 40px; }

.side-cf7-wrap {
  padding: 5px 5px 20px 5px;
  border: 2px solid; }

.side-cf7-wrap .widgettitle {
  font-size: 20px !important;
  margin: 0 0 20px 0;
  text-align: center; }
  .side-cf7-wrap .widgettitle .subtitle {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    text-align: center; }

.side-cf7-wrap .side-form-wrap {
  padding: 0 40px;
  text-align: center; }

.side-cf7-wrap textarea {
  height: 70px; }

.side-cf7-wrap label {
  font-size: 15px;
  font-weight: 400; }

.side-cf7-wrap .side-form-field {
  padding: 6px 0; }

.side-cf7-wrap .recaptcha-wrap {
  padding: 0 6px; }

.side-cf7-wrap .recaptcha-wrap * {
  max-width: 100% !important; }

.blog-widget:not(:first-child) {
  margin-top: 50px; }

.side-cf7-wrap [type='submit'] {
  width: 140px;
  height: 50px; }

.form-widget-con {
  margin-right: -40px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-image: url("images/main-bg.jpg"); }

/*
body .gbweb-bottom-widget .blog-bottom-widget:nth-child(2){
    text-align: center;
    max-width: 50%;
    margin: 20px auto 0 auto;
}*/
body .gbweb-bottom-widget #bottom-blog .blog-bottom-widget h4 {
  margin-bottom: 0; }

body .gbweb-bottom-widget #bottom-blog .blog-bottom-widget .gbweb-share-links li:before {
  display: none; }

.blog-form-field {
  display: inline-block;
  width: 30%; }

.blog-form-field.submit {
  display: inline-block;
  width: 8%; }

.blog-form-field input[type='email'],
.blog-form-field input[type='text'],
.blog-form-field input[type='tel'],
.blog-form-field.submit {
  height: 31px; }

.blog-form-field.submit .ajax-loader {
  display: none; }

.blog-bottom-widget:after,
.blog-form-field.submit:after {
  display: block;
  clear: both;
  content: ''; }

.blog-cf7-wrap {
  margin-top: 6px; }

.may-also-like li::before {
  display: none; }

.may-also-like.main-posts > .main-posts-item {
  margin: 10px auto 60px auto; }

.may-also-like.main-posts > .main-posts-item:nth-child(2) {
  margin-right: 3%; }

.may-also-like.main-posts > .main-posts-item:nth-child(3) {
  float: left; }

.may-also-like article a.read-more-thumbnail:after {
  top: -25px;
  left: 40%; }

.may-also-like .may-also-like-title {
  min-height: 50px;
  margin: 0 auto 10px; }

/*
 9.0 - SHARE LINKS
 */
body ul.gbweb-share-links {
  list-style-type: none;
  text-align: center; }

body ul.gbweb-share-links li::before {
  content: ''; }

body ul.gbweb-share-links li {
  display: inline-block;
  margin: 10px;
  vertical-align: top; }

body ul.gbweb-share-links li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 42px;
  height: 42px;
  color: transparent; }

body ul.gbweb-share-links li a::before {
  font-family: 'FontAwesome';
  font-size: 160%;
  position: absolute;
  top: 3px;
  left: 5px; }

body ul.gbweb-share-links li a.gbweb-share-facebook::before {
  top: 5px;
  left: 13px;
  content: '\f09a'; }

body ul.gbweb-share-links li a.gbweb-share-twitter::before {
  top: 5px;
  left: 10px;
  content: '\f099'; }

body ul.gbweb-share-links li a.gbweb-share-pinterest::before {
  top: 5px;
  left: 12px;
  content: '\f231'; }

body ul.gbweb-share-links li a.gbweb-share-linkedin::before {
  top: 5px;
  left: 12px;
  content: '\f0e1'; }

body ul.gbweb-share-links li a.gbweb-share-call::before {
  top: 5px;
  left: 12px;
  content: '\f095'; }

body ul.gbweb-share-links li a.gbweb-share-googleplus::before {
  top: 4px;
  left: 5px;
  content: '\f0d5'; }

body ul.gbweb-share-links li a.gbweb-share-email::before {
  top: 3px;
  left: 8px;
  content: '\f0e0'; }

/*
 10.0 - COMMENTS
 */
.comment-field-wrap {
  margin: 80px auto 40px auto; }

.comment-field-wrap #reply-title {
  font-weight: bold;
  margin: 0;
  padding: 10px;
  text-align: center; }

.comment-field-wrap #email-notes {
  display: none; }

#commentform {
  padding: 20px 40px; }

.gbweb-fields-wrap > * {
  display: inline-block;
  vertical-align: top; }

.gbweb-fields-wrap #comment {
  height: 38px; }

.comment-form-author {
  width: 29%; }

.comment-form-comment {
  width: 60%; }

.no-author .comment-form-comment {
  width: 89%; }

.form-submit {
  width: 10%; }

#comments .gglcptch.gglcptch_v2 {
  text-align: center; }

#comments .gglcptch_recaptcha {
  display: inline-block; }

.comments-label {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 5px 15px; }

.comments-number {
  display: inline-block; }

.comments-number::after {
  font-family: 'FontAwesome';
  margin: 0 0 0 5px;
  content: '\f086'; }

.comments-title {
  padding-bottom: 20px;
  border-bottom: 1px solid; }

.comment-list .says {
  display: none; }

.comment-list .comment-author,
.comment-list .comment-metadata {
  display: inline-block; }

.comment-list .comment-author::after {
  content: ' / '; }

.comment-list .comment-content {
  display: inline-block;
  width: 85%; }

.comment-list .reply {
  display: inline-block;
  width: 14%; }

.comment-list .comment .comment-body {
  padding: 20px 0;
  border-bottom: 1px solid; }

/*
 11.0 - TAGS
 */
.tags-wrap {
  font-weight: bold;
  margin: 20px 0;
  padding: 5px 0;
  border-top: 1px solid;
  border-bottom: 1px solid; }

.tags-wrap::before {
  font-family: 'FontAwesome';
  margin: 0 3px 0 10px;
  content: '\f02c'; }

.tags-wrap a {
  font-weight: normal; }

/*
 12.0 - LOGIN PAGE
 */
.gbwebone-online-form-stat-title {
  font-size: 150%;
  margin-bottom: 20px; }

.gbwebone-online-form-stat-title .stat-off {
  font-size: 90%; }

.gbwebone-online-form-stat .gbwebone-online-form-stat-title::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 10px;
  content: ' ';
  vertical-align: middle;
  border-radius: 50%;
  background-color: #55dd31; }

.page-template-page-login .gglcptch.gglcptch_v2 {
  position: relative;
  margin: 0 -50px; }

.page-template-page-login #gglcptch_error {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%; }

.gbwebone-online-form-stat.off .gbwebone-online-form-stat-title::before {
  background-color: #dd3151; }

.gbwebone-online-form-stat.off .gbwebone-online-form-stat-title::before,
.gbwebone-online-form-stat.off .gbwebone-online-form-stat-title span.stat {
  color: #dd3151; }

.gbwebone-online-form-stat.on .gbwebone-online-form-stat-title span.stat,
.message-good {
  color: #55dd31; }

.message-good {
  font-weight: bold;
  padding-bottom: 10px; }

.page-template-page-login #content {
  background-color: #fff; }

.login-wrap {
  margin: 0 auto; }

.gbweb-login-con {
  padding-top: 10%;
  text-align: center; }

.gbweb-login-con .login-title {
  font-size: 120%;
  font-weight: bold;
  margin: 0; }

.gbweb-login-con .login-subtitle {
  font-size: 110%;
  font-weight: normal; }

.login-wrap .entry-content {
  max-width: 1150px;
  margin: 0 auto; }

.login-wrap .bottom-login-text,
.login-wrap .gbweb-login-border,
.login-wrap .top-login-text {
  position: relative;
  padding: 10px 10%;
  border: 2px solid; }

.login-wrap .gbweb-login-border {
  height: 100%; }

.login-wrap .bottom-login-text {
  margin-bottom: 0;
  text-align: center; }

.login-wrap .top-login-text {
  margin-bottom: 10px; }

.login-wrap .bottom-login-text::before,
.gbweb-separator::before {
  font-size: 400%;
  line-height: 0;
  position: absolute;
  top: 3px;
  margin: 0 auto;
  content: '\2022'; }

.gbweb-login-footer > * {
  max-width: 80%;
  margin: 0 auto;
  color: #676767; }

.gbweb-login-footer a {
  color: #676767; }

.login-wrap .bottom-login-text span {
  font-size: 120%;
  font-weight: bold; }

.same-height {
  height: 100%; }

.gbweb-login-wrap {
  height: 100%;
  padding: 15px; }

.gbweb-login-form-con {
  max-width: 240px;
  margin: 50px auto 10px auto; }

.gbweb-login-form-con.logged-in {
  margin: 20% auto; }

.login-password {
  margin: 0; }

.login-remember {
  font-size: 80%;
  text-align: right; }

.gbweb-login-footer {
  font-size: 90%;
  margin-top: 50px; }

.gbweb-separator {
  position: relative;
  display: block;
  margin: 10px auto;
  text-align: center;
  border: 1px solid #bbb9b6; }

.form-legal label {
  font-size: 13px;
  font-weight: 400;
  line-height: 1; }

/*
 13.0 - ABOUT PAGE
 */
.about-top .about-top-img .vc_column-inner,
body .about-bottom-row-slider .vc_column-inner {
  padding: 0; }

.about-top .about-top-text .vc_column-inner,
.about-bottom-row .about-bottom-text .vc_column-inner {
  padding: 40px 10%; }

.about-bottom-row .about-border .wpb_wrapper {
  text-align: center; }

.about-bottom-row .about-border p {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #a91f62; }

body .about-img * {
  width: 100%; }

.about-items-wrap .wpb_content_element {
  padding: 20px;
  border-top: 2px solid #a91f62;
  background-color: #fff; }

body .about-top-title h4 {
  font-size: 130%; }

.about-bottom-row .about-bottom-row {
  background-color: #000; }

/*
 14.0 - CONTACT US PAGE
 */
body.page-template-page-contact #content {
  padding: 0; }

.vc_column_container.map-wrap > .vc_column-inner {
  padding: 0; }

/*
.map-wrap .google-map{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.map-wrap:hover .google-map{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
*/
.google-map-bottom-text > * {
  text-align: center; }

.google-map-bottom-text p {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #a91f62; }

.contact-us-contact-wrap {
  text-align: center; }

.contact-us-contact-wrap h2 {
  font-size: 120%;
  font-weight: bold; }

#post-17 .contact-us-contact-wrap > .vc_column-inner > .wpb_wrapper {
  margin-top: 100px !important; }

/*
 15.0 - LEFT SIDEBAR
 */
body.page-template-page-left-sidebar #content {
  padding: 0; }

body.page-template-page-left-sidebar .main-content {
  padding: 40px 10%; }

body.page-template-page-left-sidebar .col-md-8.main-content {
  padding: 40px 5%; }

.side-bar-wrap {
  padding: 40px; }

.side-bar-wrap.col-md-4 {
  padding: 40px 80px; }

#sidebar-testimonials .wpcf7-response-output.wpcf7-mail-sent-ok,
#sidebar-testimonials.sidebar .side-cf7-wrap {
  border-color: #a91f62; }

.widget:not(:first-child) {
  margin-top: 50px; }

.sidebar-contact-info {
  font-size: 90%;
  padding: 20px 25px;
  text-align: center;
  color: #fff;
  background-color: #000; }

.sidebar-contact-info a {
  text-decoration: underline;
  color: #fff; }

.sidebar-contact-info > img {
  margin-bottom: 10px; }

.sidebar-contact-info > .receiving-patients {
  margin: 10px;
  padding: 17px;
  border: 1px solid #a91f62; }

#sidebar-testimonials.sidebar .widgettitle,
#sidebar-testimonials.sidebar .side-cf7-wrap .wpcf7-submit {
  background-color: #a91f62; }

#sidebar-testimonials.sidebar .side-cf7-wrap .wpcf7-submit:hover {
  color: #fff;
  background: #be5887; }

/*
 16.0 - TESTIMONIALS
 */
.gbweb-testimonials {
  list-style-type: none;
  text-align: center; }

.gbweb-testimonials li {
  position: relative;
  margin: 80px auto;
  padding: 40px 10% 20px 10%; }

.gbweb-testimonials li:first-child {
  margin-top: 0; }

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

.gbweb-testimonials li::before {
  font-family: 'Times New Roman';
  font-size: 350%;
  font-weight: bold;
  line-height: 9px;
  position: absolute;
  top: -20px;
  right: 47.5%;
  display: inline-block;
  width: 45px;
  height: 45px;
  content: '\201E';
  text-align: center;
  color: #fff;
  background-color: #a91f62; }

.gbweb-testimonials li .gbweb-testimonial-title {
  font-size: 110%;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  padding: 20px 15px 0 15px;
  color: #a91f62;
  border-top: 2px solid #a91f62; }

/*
 17.0 - GB ONLINE FORUM
 */
.logout-wrap {
  padding-bottom: 20px;
  text-align: right; }

.logout-wrap .btn {
  font-weight: bold;
  color: #fff; }

.gb-online-forum-wrap::after,
.gb-online-form-con::after {
  display: block;
  clear: both;
  content: ' '; }

.page-template-page-online-php #content {
  background-color: #fff; }

.gb-online-forum-wrap {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }

.gb-online-form-wrap {
  padding: 10px;
  border: 1px solid #dedede; }

.gb-online-form-con > label,
.gb-online-form-con > label,
.gb-online-form-con > #gb-online-text {
  display: inline-block; }

.gb-online-form-con > #gb-online-text {
  padding: 5px; }

.gb-online-submit {
  font-weight: bold; }

#gb-online-text {
  width: 80%;
  height: 35px;
  resize: none;
  border: none;
  outline: none; }

#gb-online-text:focus {
  width: 80%;
  height: 150px;
  border: 1px solid #dedede;
  outline: none; }

#gb-online-text {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.gb-online-forum-con {
  margin-top: 20px; }

#gb-online-forum {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left; }

.gb-online-response {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.gb-online-response-item {
  position: relative;
  padding: 10px 20px;
  border: 1px solid #d3d3d3;
  border-radius: 3px; }

.gb-online-response-item::after {
  position: absolute;
  bottom: -17px;
  content: url(images/gb-online-indicator.png); }

.gb-online-response-item time {
  font-size: 80%;
  font-style: italic;
  float: left;
  color: #222; }

.from-admin .gb-online-response-item::after {
  left: 50px; }

.from-user .gb-online-response-item::after {
  right: 50px; }

.gb-online-response.from-admin.new:first-child::before {
  font-weight: bold;
  position: absolute;
  right: -80px;
  content: '╫ù╫ô╫⌐!'; }

body:not(.logged-in) #new-post > fieldset.bbp-form > div > fieldset.bbp-form > p:nth-child(4) {
  display: none; }

/*
 18.0 - HOME PAGE
 */
body.home #rev_slider_1_1_wrapper .tp-caption a.gb-btn {
  font-size: 24px;
  padding: 12px 40px !important; }

body.home .slider-text h1 {
  font-size: 24px !important;
  font-weight: bold !important;
  color: #ffd556 !important; }

body.home .vc_row.gbwebone-item-icon-wrap .gbwebone-item-icon-wrap article.gb-preview-wrap header h3 {
  margin-bottom: 35px; }

body.home .vc_row.gbwebone-item-icon-wrap .gbwebone-item-icon-wrap .vc_btn3-container a.vc_btn3 {
  background-color: #38b3bc !important; }

body.home .vc_btn3-container a.vc_btn3:hover,
body.home .tp-caption a.gb-btn:hover {
  background-color: #be5887 !important; }

/*
 19.0 - CONTACT FORMS
 */
.wpcf7-response-output.wpcf7-mail-sent-ok {
  font-weight: bold;
  position: absolute;
  z-index: 10000;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-top: 2px solid;
  -webkit-animation-name: sent_mail;
  /* Safari 4.0 - 8.0 */
  animation-name: sent_mail;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.page-template-page-contact .wpcf7-response-output.wpcf7-mail-sent-ok {
  top: 0; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes sent_mail {
  from {
    bottom: -100%; }
  to {
    bottom: 0; } }
/* Standard syntax */
@keyframes sent_mail {
  from {
    bottom: -100%; }
  to {
    bottom: 0; } }
.contact-us-contact-wrap .wpcf7-response-output.wpcf7-mail-sent-ok,
.footer-contact-wrap .wpcf7-response-output.wpcf7-mail-sent-ok {
  padding: 15% 0 0 0;
  border: none; }

.contact-us-contact-wrap .wpcf7-response-output.wpcf7-mail-sent-ok:before,
.footer-contact-con .wpcf7-response-output.wpcf7-mail-sent-ok::before,
#sidebar-testimonials .wpcf7-response-output.wpcf7-mail-sent-ok::before {
  /* purple */
  display: block;
  padding-bottom: 10px;
  content: url(images/purple_image_sent.png); }

#sidebar-main .wpcf7-response-output.wpcf7-mail-sent-ok,
#sidebar-testimonials .wpcf7-response-output.wpcf7-mail-sent-ok {
  padding: 35% 0 0 0; }

#sidebar-main .wpcf7-response-output.wpcf7-mail-sent-ok::before,
.blog-widget .wpcf7-response-output.wpcf7-mail-sent-ok::before {
  /* turquoise */
  display: block;
  padding-bottom: 10px;
  content: url(images/email-sended.png); }

#contact-form-sidebar .wpcf7-response-output.wpcf7-mail-sent-ok {
  top: 0;
  padding-top: 20%; }

/*
 || - Media Queries
 */
@media only screen and (min-width: 1780px) {
  .home-about-wrap .gbweb-img-beckground {
    background-size: 100% auto !important; } }
@media only screen and (max-width: 1790px) {
  .site-header .menu-icon:not(.text-out),
  .site-header .social-icon:not(.text-out),
  .site-header .menu-icon.text-out .icon,
  .site-header .social-icon.text-out .icon {
    width: 32px;
    height: 32px;
    background-size: 700% 200%; }

  .site-header .menu-icon .icon {
    width: 32px;
    height: 32px; }

  .site-header .menu-icon .alt {
    font-size: 70%; }

  .site-header .menu-icon.menu-icon-facebook,
  .site-header .social-icon.icon-facebook {
    background-position: 96px 0; }

  .site-header .menu-icon.menu-icon-facebook:hover,
  .site-header .social-icon.icon-facebook:hover {
    background-position: 96px -32px; }

  .site-header .menu-icon.menu-icon-phone,
  .site-header .social-icon.menu-icon-phone {
    background-position: 32px 0; }

  .site-header .menu-icon.menu-icon-phone:hover,
  .site-header .social-icon.menu-icon-phone:hover {
    background-position: 32px -32px; }

  .site-header .menu-icon.menu-icon-email .icon {
    background-position: 64px 0; }

  .site-header .menu-icon.menu-icon-email:hover .icon {
    background-position: 64px -32px; }

  .site-header .menu-icon.menu-icon-search .icon {
    background-position: 192px 0; }

  .site-header .menu-icon.menu-icon-search:hover .icon {
    background-position: 192px -32px; }

  .site-header .menu-icon.menu-icon-adviser .icon {
    background-position: 160px 0; }

  .site-header .menu-icon.menu-icon-adviser:hover .icon {
    background-position: 160px -32px; }

  .site-header .menu-icon.menu-icon-forum .icon {
    background-position: 128px 0; }

  .site-header .menu-icon.menu-icon-forum:hover .icon {
    background-position: 128px -32px; }

  .site-header .menu-icon.menu-icon-phone .icon {
    background-position: -192px 0; }

  .site-header .menu-icon.menu-icon-phone .icon:hover {
    background-position: -192px -32px; }

  .site-header.sticky .menu-icon.menu-icon-adviser .icon {
    background-position: -57px 0; }

  .site-header.sticky .menu-icon.menu-icon-adviser:hover .icon {
    background-position: -57px -28px; }

  .site-header.sticky .menu-icon.menu-icon-forum .icon {
    background-position: -85px 0; }

  .site-header.sticky .menu-icon.menu-icon-forum:hover .icon {
    background-position: -85px -28px; }

  .site-header.sticky .menu-icon-search .icon {
    background-position: -28px 0; }

  .site-header.sticky .menu-icon.menu-icon-search:hover .icon {
    background-position: -28px -28px; }

  .site-header.sticky .menu-icon.menu-icon-facebook,
  .site-header.sticky .social-icon.icon-facebook {
    background-position: -114px 0; }

  .site-header.sticky .menu-icon.menu-icon-facebook:hover,
  .site-header.sticky .social-icon.icon-facebook:hover {
    background-position: -114px -28px; }

  .site-header.sticky .menu-icon.menu-icon-email .icon {
    background-position: -143px 0; }

  .site-header.sticky .menu-icon.menu-icon-email:hover .icon {
    background-position: -143px -28px; }

  .site-header.sticky .menu-icon.menu-icon-phone .icon {
    background-position: -173px 0; }

  .site-header.sticky .menu-icon.menu-icon-phone .icon:hover {
    background-position: -173px -28px; }

  .site-header.sticky .menu-icon .alt {
    font-size: 14px;
    /*width: 340%;*/ }

  .blog-form-field {
    display: inline-block;
    width: 27%; }

  .blog-form-field.submit {
    display: inline-block;
    width: 16%; } }
@media only screen and (max-width: 1500px) {
  #respond .gbweb-fields-wrap .comment-form-author,
  #respond .gbweb-fields-wrap .comment-form-comment {
    width: 84%;
    margin-bottom: 4px; }

  #respond .gbweb-fields-wrap .form-submit {
    width: 15%; }

  .wpcf7-response-output.wpcf7-mail-sent-ok {
    padding: 40% 0 0 0; }

  /*body .gbweb-bottom-widget .blog-bottom-widget:nth-child(2){
  max-width: 65%;
}*/ }
@media only screen and (max-width: 1430px) {
  .site-header.sticky .menu-icon:not(.text-out),
  .site-header.sticky .social-icon:not(.text-out),
  .site-header.sticky .menu-icon.text-out .icon,
  .site-header.sticky .social-icon.text-out .icon,
  .site-header .menu-icon:not(.text-out),
  .site-header .social-icon:not(.text-out),
  .site-header .menu-icon.text-out .icon,
  .site-header .social-icon.text-out .icon {
    width: 27px;
    height: 27px;
    background-size: 720% 200%; }

  .site-header.sticky .menu-icon .alt,
  .site-header .menu-icon .alt {
    font-size: 70%; }

  .site-header.sticky .menu-icon.menu-icon-facebook,
  .site-header.sticky .social-icon.icon-facebook,
  .site-header .menu-icon.menu-icon-facebook,
  .site-header .social-icon.icon-facebook {
    background-position: 83px 0; }

  .site-header.sticky .menu-icon.menu-icon-facebook:hover,
  .site-header.sticky .social-icon.icon-facebook:hover,
  .site-header .menu-icon.menu-icon-facebook:hover,
  .site-header .social-icon.icon-facebook:hover {
    background-position: 83px -27px; }

  .site-header.sticky .menu-icon.menu-icon-phone .icon,
  .site-header.sticky .social-icon.menu-icon-phone .icon,
  .site-header .menu-icon.menu-icon-phone .icon,
  .site-header .social-icon.menu-icon-phone .icon {
    background-position: 27px 0; }

  .site-header.sticky .menu-icon.menu-icon-phone:hover .icon,
  .site-header.sticky .social-icon.menu-icon-phone:hover .icon,
  .site-header .menu-icon.menu-icon-phone:hover .icon,
  .site-header .social-icon.menu-icon-phone:hover .icon {
    background-position: 27px -27px; }

  .site-header.sticky .menu-icon.menu-icon-email .icon,
  .site-header .menu-icon.menu-icon-email .icon {
    background-position: 55px 0; }

  .site-header.sticky .menu-icon.menu-icon-email:hover .icon,
  .site-header .menu-icon.menu-icon-email:hover .icon {
    background-position: 55px -27px; }

  .site-header.sticky .menu-icon.menu-icon-search .icon,
  .site-header .menu-icon.menu-icon-search .icon {
    background-position: 166px 0; }

  .site-header.sticky .menu-icon.menu-icon-search:hover .icon,
  .site-header .menu-icon.menu-icon-search:hover .icon {
    background-position: 166px -27px; }

  .site-header.sticky .menu-icon.menu-icon-adviser .icon,
  .site-header .menu-icon.menu-icon-adviser .icon {
    background-position: 138px 0; }

  .site-header.sticky .menu-icon.menu-icon-adviser:hover .icon,
  .site-header .menu-icon.menu-icon-adviser:hover .icon {
    background-position: 138px -27px; }

  .site-header.sticky .menu-icon.menu-icon-forum .icon,
  .site-header .menu-icon.menu-icon-forum .icon {
    background-position: 111px 0; }

  .site-header.sticky .menu-icon.menu-icon-forum:hover .icon,
  .site-header .menu-icon.menu-icon-forum:hover .icon {
    background-position: 111px -27px; }

  .site-header .menu-icon.menu-icon-facebook .alt {
    width: 230%; }

  body.home .slider-text h1 {
    line-height: 24px !important; }

  body.home .slider-text.tp-caption {
    font-size: 16px !important;
    line-height: 16px !important; }

  .site-header .menu-icon .search-popup {
    top: 63px; } }
@media only screen and (max-width: 1300px) {
  .gbwebone-item-icon-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    left: 34%; } }
@media only screen and (max-width: 1260px) {
  .site-header.sticky .menu-icon:not(.text-out),
  .site-header.sticky .social-icon:not(.text-out),
  .site-header.sticky .menu-icon.text-out .icon,
  .site-header.sticky .social-icon.text-out .icon,
  .site-header .menu-icon:not(.text-out),
  .site-header .social-icon:not(.text-out),
  .site-header .menu-icon.text-out .icon,
  .site-header .social-icon.text-out .icon {
    width: 25px;
    height: 25px;
    background-size: 700% 200%; }

  .site-header .menu-icon .icon {
    width: 25px;
    height: 25px; }

  .site-header.sticky .menu-icon .alt,
  .site-header .menu-icon .alt {
    font-size: 60%; }

  .site-header.sticky .menu-icon.menu-icon-facebook,
  .site-header.sticky .social-icon.icon-facebook,
  .site-header .menu-icon.menu-icon-facebook,
  .site-header .social-icon.icon-facebook {
    background-position: 75px 0; }

  .site-header.sticky .menu-icon.menu-icon-facebook:hover,
  .site-header.sticky .social-icon.icon-facebook:hover,
  .site-header .menu-icon.menu-icon-facebook:hover,
  .site-header .social-icon.icon-facebook:hover {
    background-position: 75px -25px; }

  .site-header.sticky .menu-icon.menu-icon-phone .icon,
  .site-header.sticky .social-icon.menu-icon-phone .icon,
  .site-header .menu-icon.menu-icon-phone .icon,
  .site-header .social-icon.menu-icon-phone .icon {
    background-position: 25px 0; }

  .site-header.sticky .menu-icon.menu-icon-phone:hover,
  .site-header.sticky .social-icon.menu-icon-phone:hover,
  .site-header .menu-icon.menu-icon-phone:hover,
  .site-header .social-icon.menu-icon-phone:hover {
    background-position: 25px -25px; }

  .site-header.sticky .menu-icon.menu-icon-email .icon,
  .site-header .menu-icon.menu-icon-email .icon {
    background-position: 50px 0; }

  .site-header.sticky .menu-icon.menu-icon-email:hover .icon,
  .site-header .menu-icon.menu-icon-email:hover .icon {
    background-position: 50px -25px; }

  .site-header.sticky .menu-icon.menu-icon-search .icon,
  .site-header .menu-icon.menu-icon-search .icon {
    background-position: 150px 0; }

  .site-header.sticky .menu-icon.menu-icon-search:hover .icon,
  .site-header .menu-icon.menu-icon-search:hover .icon {
    background-position: 150px -25px; }

  .site-header.sticky .menu-icon.menu-icon-adviser .icon,
  .site-header .menu-icon.menu-icon-adviser .icon {
    background-position: 125px 0; }

  .site-header.sticky .menu-icon.menu-icon-adviser:hover .icon,
  .site-header .menu-icon.menu-icon-adviser:hover .icon {
    background-position: 125px -25px; }

  .site-header.sticky .menu-icon.menu-icon-forum .icon,
  .site-header .menu-icon.menu-icon-forum .icon {
    background-position: 100px 0; }

  .site-header.sticky .menu-icon.menu-icon-forum:hover .icon,
  .site-header .menu-icon.menu-icon-forum:hover .icon {
    background-position: 100px -25px; } }
@media only screen and (max-width: 1190px) {
  .col-md-4.aligncenter {
    display: block;
    float: right;
    width: 100%; }

  .col-md-4.gbweb-header-left {
    width: 39%; }

  .col-md-4.gbweb-header-right {
    float: right;
    width: 58%; } }
@media only screen and (max-width: 1150px) {
  #main-nav .menu-primary-container #menu-primary > li > a {
    padding: 10px; }

  .site-header ul > li {
    vertical-align: baseline; }

  #main-nav .menu-primary-container #menu-primary > li > a {
    font-size: 90%; }

  .site-header.sticky .menu-icon.menu-icon-facebook .alt {
    width: 290%; }

  .gbweb-testimonials li::before {
    right: 45.5%; }

  body.home .slider-text h1 {
    font-size: 20px !important;
    line-height: 20px !important; }

  body.home .slider-text {
    font-size: 14px !important;
    line-height: 14px !important; }

  /*body .gbweb-bottom-widget .blog-bottom-widget:nth-child(2){
  max-width: 75%;
}*/ }
@media only screen and (max-width: 980px) {
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    padding: 20% 0 0 0; }

  #post-32 .entry-content ul.gbweb-testimonials {
    padding-right: 0; }

  body.home .rev_slider .tp-bullets {
    top: 108% !important; }

  .page-template-page-login .same-height {
    height: auto !important;
    margin-bottom: 50px; }

  body.home .slider-text h1 {
    font-size: 17px !important;
    line-height: 17px !important; }

  body.home .slider-text.tp-caption {
    font-size: 12px !important;
    line-height: 12px !important; } }
@media only screen and (max-width: 900px) {
  #main-nav .menu-primary-container #menu-primary > li > a {
    font-size: 70%; }

  .gbweb-testimonials li::before {
    right: 46%; }

  .may-also-like.main-posts .main-posts-item,
  .archive ul.main-posts .main-posts-item {
    width: 47%; }

  body.home .rev_slider .tp-bullets {
    top: 110% !important; } }
@media only screen and (max-width: 767px) {
  #masthead {
    padding-top: 0; }

  body #but_n {
    top: inherit;
    bottom: 20px;
    left: 2px; }

  .go-to-top {
    right: 2px; }

	.btn-whatsapp {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    left: 30px;
    bottom: 70px;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    font-size: 40px;
    color: #fff;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 0 9px #25d36673;
    opacity: 1;
}

  .col-md-4.gbweb-header-right {
    width: 53.5%; }

  .col-md-4.gbweb-header-left {
    width: 46.5%; }

  .site-header.sticky .col-md-4.aligncenter {
    padding-bottom: 12px; }

  .site-header .menu-icon:not(.text-out),
  .site-header .social-icon:not(.text-out),
  .site-header .menu-icon.text-out .icon,
  .site-header .social-icon.text-out .icon {
    width: 32px;
    height: 32px;
    background-size: 700% 200%; }

  .site-header .menu-icon .icon {
    width: 32px;
    height: 32px; }

  .site-header .menu-icon .alt {
    font-size: 100%; }

  .site-header .menu-icon.menu-icon-facebook {
    display: none; }

  /*.site-header .menu-icon.menu-icon-facebook,
.site-header .social-icon.icon-facebook {
  background-position: 96px 0;
}*/
  /*
.site-header .menu-icon.menu-icon-facebook:hover,
.site-header .social-icon.icon-facebook:hover{
  background-position: 96px -32px;
}*/
  .site-header .menu-icon.menu-icon-phone .icon,
  .site-header .social-icon.menu-icon-phone .icon {
    background-position: 32px 0; }

  .site-header.sticky .menu-icon.menu-icon-phone .icon,
  .site-header.sticky .social-icon.menu-icon-phone .icon {
    background-position: 25px 0; }

  .site-header.sticky .menu-icon.menu-icon-phone:hover .icon,
  .site-header.sticky .social-icon.menu-icon-phone:hover .icon {
    background-position: 25px -25px; }

  .site-header .menu-icon.menu-icon-phone:hover .icon,
  .site-header .social-icon.menu-icon-phone:hover .icon {
    background-position: 32px -32px; }

  .site-header .menu-icon.menu-icon-email {
    display: none; }

  .site-header .menu-icon.menu-icon-email:hover {
    display: none; }

  .header-icons .menu-icon-search {
    display: none; }

  /*.site-header .menu-icon.menu-icon-search .icon{
  background-position: 192px 0;
}*/
  /*.site-header .menu-icon.menu-icon-search:hover .icon{
  background-position: 192px -32px;
}*/
  /*.site-header.sticky .menu-icon.menu-icon-search .icon{
  background-position: 150px 0;
}*/
  /*.site-header.sticky .menu-icon.menu-icon-search:hover .icon{
  background-position: 150px -25px;
}*/
  .site-header .menu-icon.menu-icon-adviser .icon {
    background-position: 160px 0; }

  .site-header .menu-icon.menu-icon-adviser:hover .icon {
    background-position: 160px -32px; }

  .site-header.sticky .menu-icon.menu-icon-adviser:hover .icon {
    background-position: 125px -25px; }

  /*.site-header .menu-icon.menu-icon-facebook .alt {
  width: 267%;
}*/
  /*.site-header .menu-icon.menu-icon-forum {
  display: none;
}
.site-header .menu-icon.menu-icon-forum:hover{
  display: none;
}*/
  /*.site-header .menu-icon.menu-icon-search .alt{
  width: 100px;
}*/
  .top-header > .col-md-4.aligncenter {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    text-align: center; }

  .top-header > .gbweb-header-right {
    float: right; }

  .top-header > .gbweb-header-left {
    float: left; }

  #main-nav .main-nav-btn {
    display: block;
    width: 100%;
    background-color: #a91f62; }

  #main-nav .menu-title {
    display: none; }

  .gbwebone_title_bar-con .page-title-wrap h1 {
    margin: 4px 0 0 0; }

  .gbwebone_title_bar-con #breadcrumbs {
    text-align: center; }

 /**
* MENU
*/
  #main-nav.menu-open .menu-icon.menu-icon-toggle {
    display: none; }

  #main-nav.menu-open #menu-toggle {
    position: relative;
    width: 100%;
    height: 42px;
    padding-top: 9px;
    text-decoration: none; }

  #main-nav.menu-open #menu-toggle:hover {
    text-decoration: none; }

  #main-nav.menu-open #menu-toggle::before {
    font-size: 150%;
    height: 42px;
    content: 'X';
    text-align: center;
    color: #fff; }

  .site-header #main-nav ul#menu-primary {
    display: none; }

  .site-header #main-nav.menu-open ul#menu-primary {
    display: block; }

  .site-header #main-nav.menu-open ul#menu-primary > li {
    font-size: 100%;
    display: block;
    margin: 0;
    padding: 0 25px;
    text-align: right;
    -webkit-animation-name: open_menu;
    /* Safari 4.0 - 8.0 */
    animation-name: open_menu;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

  .site-header #main-nav.menu-open ul#menu-primary > li:hover > a {
    color: #a91f62; }

  #main-nav .menu-primary-container #menu-primary > li.menu-item-has-children > a::after {
    display: none; }

  #main-nav .menu-primary-container #menu-primary > li:hover .sub-menu,
  #main-nav .menu-primary-container #menu-primary > li .sub-menu {
    position: static;
    z-index: 100000;
    display: block;
    width: 100%;
    border: none;
    background-color: transparent; }

  #menu-primary .sub-menu li {
    display: block;
    width: 95%;
    margin: 0;
    padding: 0 4% 0 0;
    text-align: right;
    -webkit-animation-name: open_menu;
    /* Safari 4.0 - 8.0 */
    animation-name: open_menu;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

  #menu-primary .sub-menu li:hover a::before,
  #menu-primary .sub-menu li a:hover::before {
    top: 22px; }

  #main-nav .menu-primary-container #menu-primary > .mob-link {
    display: block; }

  .gbwebone-item-icon-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    left: 43%; }

  .gbwebone-item-icon-wrap:not(:last-child) {
    margin-bottom: 100px; }

  .gbweb-post-slider {
    background-size: auto 100% !important; }

  #menu-primary .sub-menu li:hover a::before,
  #menu-primary .sub-menu li a:hover::before {
    position: static;
    content: ''; }

  #main-nav .menu-primary-container #menu-primary > li:hover > a,
  #main-nav .menu-primary-container #menu-primary > li > a:hover {
    color: #000;
    background-color: transparent; }

  /* START GB SIZE */
  .gb-size-wrap > * {
    display: inherit; }

  .gb-size-wrap .gb-size-1,
  .gb-size-wrap .gb-size-2,
  .gb-size-wrap .gb-size-3,
  .gb-size-wrap .gb-size-4,
  .gb-size-wrap .gb-size-5,
  .gb-size-wrap .gb-size-6,
  .gb-size-wrap .gb-size-7,
  .gb-size-wrap .gb-size-8,
  .gb-size-wrap .gb-size-9 {
    width: 100%; }

  .bottom-cf7-wrap.gb-size-wrap .gb-size-3,
  .bottom-cf7-wrap.gb-size-wrap .gb-size-10 {
    width: 94.5%;
    text-align: left; }

  /* END GB SIZE */
  .bottom-cf7-wrap input[type='text'],
  .bottom-cf7-wrap input[type='tel'],
  .bottom-cf7-wrap textarea,
  .bottom-cf7-wrap input[type='email'] {
    width: 100%; }

  .gb-size-4.captcha {
    margin-right: 4%; }

  .gb-size-4.bottom-row .gbweb-cf7-wrap {
    margin-left: 5.5%; }

  .waze-wrap {
    display: block; }

  .wpb_text_column.wpb_content_element {
    padding-right: 18px;
    padding-left: 18px; }

  body.home .gbwebone_carousel_nav {
    right: 3.5%;
    left: 4%; }

  #respond .gbweb-fields-wrap .form-submit,
  #respond .gbweb-fields-wrap .comment-form-author,
  #respond .gbweb-fields-wrap .comment-form-comment {
    width: 100%;
    margin-bottom: 4px; }

  .page-id-673 #main .row .col-md-8.main-content {
    padding: 40px 10%; }

  .footer-testimonials-con {
    width: 70%; }

  #post-17 .contact-us-contact-wrap > .vc_column-inner > .wpb_wrapper {
    margin-top: 50px !important; }

  #post-17 .contact-us-contact-wrap .vc_custom_1492072976844 > .wpb_wrapper .wpb_single_image:nth-child(4) {
    margin-top: 20px; }

  #main-nav #menu-primary > li.current-menu-parent > a {
    background-color: transparent; }

  .site-header #main-nav.menu-open ul#menu-primary > li a {
    font-size: 100%;
    display: inline-block;
    width: 95%;
    padding: 10px 20px; }

  #main-nav #menu-primary > li.current-menu-parent > a {
    color: inherit; }

  .site-header #main-nav.menu-open ul#menu-primary > li.current-menu-item a {
    color: #fff; }

  .site-header #main-nav.menu-open ul#menu-primary > li .sub-menu > li::before {
    content: '-'; }

  .site-header #main-nav.menu-open ul#menu-primary > li.menu-item-has-children > a {
    font-weight: bold;
    padding-right: 0;
    color: #000; }

  body .site-header.sticky #main-nav .menu-icon:not(.text-out),
  body .site-header #main-nav .menu-icon:not(.text-out) {
    width: 40px;
    height: 40px;
    margin: 0; }

  #main {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px; }

  .slider-text h1 {
    line-height: 22px !important; }

  .gbwebone-item-icon-wrap > .vc_column-inner > .wpb_wrapper {
    padding: 40px; }

  .login-wrap .bottom-login-text,
  .login-wrap .gbweb-login-border,
  .login-wrap .top-login-text {
    padding: 10px 5px; }

  .gglcptch.gglcptch_v2 {
    margin: 0 -47px; }

  body.home .rev_slider .tp-bullets {
    top: 112% !important; }

  body .site-header .menu-icon.text-out .alt {
    display: none; }

  body .menu-icon.menu-icon-adviser.text-out .alt > *,
  body:not(.logged-in) .menu-icon.menu-icon-adviser.text-out .alt > span {
    display: none; }

  body .menu-icon.menu-icon-search.text-out .alt,
  body .menu-icon.menu-icon-adviser.text-out .alt,
  body .menu-icon.menu-icon-forum.text-out .alt,
  .logged-in .menu-icon.menu-icon-adviser.text-out .alt > a,
  .logged-in .menu-icon.menu-icon-adviser.text-out .alt > span,
  body:not(.logged-in) .menu-icon.menu-icon-adviser.text-out .alt > a {
    display: inherit; }

  .site-header .top-header .gbweb-header-right .header-icons {
    width: 150%; }

  .site-header .menu-icon.menu-icon-forum .icon {
    background-position: 128px 0; }

  .site-header .menu-icon.menu-icon-forum:hover .icon {
    background-position: 128px -32px; }

  body .gbweb-bottom-widget {
    max-width: 100%; }

  .go-to-top {
    bottom: 55px; }

  .site-inner {
    padding-bottom: 50px; }

  .mobile-footer {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: -1px;
    left: 0;
    display: block;
    background-color: #38b3bc; }

  .mobile-call,
  .mobile-form {
    display: inline-block;
    width: 49.4%;
    background-color: #38b3bc;
    /*min-height:50px;*/ }

  .mobile-footer-btn {
    width: 100%;
    height: 50px;
    color: #fffded;
    border: none;
    background: transparent; }

  .mobile-footer-btn a {
    color: #fffded; }

  .mobile-form {
    border-left: 1px solid #fff; }

  .mobile-footer-btn img {
    margin-top: -2px;
    margin-left: 2px; }

  .footer-cf7-wrap .footer-form-field {
    margin-top: 8px; }

  .footer-cf7-wrap .footer-form-field textarea {
    max-height: 120px; }

  .footer-cf7-wrap .widgettitle {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    background: #38b3bc; }

  .gb-block-section .footer-cf7-wrap .widgettitle {
    font-size: 105%; }

  .footer-cf7-wrap .gbweb-field {
    width: 100%; }

  body .default .gb-block-popup .gb-block-popup-con {
    background-image: url("images/main-bg.jpg"); }

  body .default .gb-block-popup {
    background: transparent; }

  .top-header {
    margin-bottom: 8px; }

  .gb-block-popup-wrap .gb-block-section #wpcf7-f1810-o2 .wpcf7-form .inv-recaptcha-holder > .grecaptcha-badge {
    bottom: -100px !important; }

  #wpcf7-f1810-o2 .wpcf7-form {
    position: relative; }

  .gb-block-popup-wrap #wpcf7-f1810-o2 div.wpcf7-mail-sent-ok {
    top: 0;
    border: 2px solid #38b3bc; }

  .current-cat-nav li.current-cat::after {
    display: none; }

  .site-header .menu-icon.text-out.menu-icon-adviser .alt a.book-appointment {
    display: none; } }
@media only screen and (max-width: 700px) {
  .col-md-4.gbweb-header-right {
    width: 49.5%; }

  .col-md-4.gbweb-header-left {
    width: 50.5%; }

    /*
.site-header.sticky .menu-icon:not(.text-out),
.site-header.sticky .social-icon:not(.text-out),
.site-header.sticky .menu-icon.text-out .icon,
.site-header.sticky .social-icon.text-out .icon,
.site-header .menu-icon:not(.text-out),
.site-header .social-icon:not(.text-out),
.site-header .menu-icon.text-out .icon,
.site-header .social-icon.text-out .icon,
.site-header .menu-icon .icon{
    width: 25px;
    height: 25px;
    background-size: 690% 200%;
}*/
  /*.menu-icon-search {
  width: 40%;
}*/
    /*
.site-header .menu-icon.menu-icon-facebook,
.site-header .social-icon.icon-facebook {
    background-position: 74px 0;
}
.site-header .menu-icon.menu-icon-facebook:hover,
.site-header .social-icon.icon-facebook:hover{
    background-position: 74px -25px;
}
.site-header.sticky .menu-icon.menu-icon-facebook,
.site-header.sticky .social-icon.icon-facebook {
    background-position: -98px 0;
}
.site-header.sticky .menu-icon.menu-icon-facebook:hover,
.site-header.sticky .social-icon.icon-facebook:hover{
    background-position: -98px -25px;
}
.site-header .menu-icon.menu-icon-phone .icon,
.site-header .social-icon.menu-icon-phone .icon {
    background-position: 25px 0;
}
.site-header .menu-icon.menu-icon-phone:hover .icon,
.site-header .social-icon.menu-icon-phone:hover .icon{
    background-position: 25px -25px;
}
.site-header.sticky .menu-icon.menu-icon-phone .icon,
.site-header.sticky .social-icon.menu-icon-phone .icon {
    background-position: 24px 0;
}
.site-header.sticky .menu-icon.menu-icon-phone:hover .icon,
.site-header.sticky .social-icon.menu-icon-phone:hover .icon {
    background-position: 24px -25px;
}
.site-header .menu-icon.menu-icon-search .icon{
    background-position: 148px 0;
}
.site-header .menu-icon.menu-icon-search:hover .icon{
    background-position: 148px -25px;
}
.site-header.sticky .menu-icon.menu-icon-search .icon{
    background-position: 148px 0;
}
.site-header.sticky .menu-icon.menu-icon-search:hover .icon{
    background-position: 148px -25px;
}
.site-header .menu-icon.menu-icon-adviser .icon {
    background-position: 123px 0;
}
.site-header .menu-icon.menu-icon-adviser:hover .icon{
    background-position: 123px -25px;
}
.site-header.sticky .menu-icon.menu-icon-adviser .icon{
    background-position: -49px 0;
}
.site-header.sticky .menu-icon.menu-icon-adviser:hover .icon{
    background-position: -49px -25px;
}*/
  .site-header .menu-icon.menu-icon-facebook .alt {
    width: 337%; }

  .search-results .main-posts .main-posts-item .post.type-post {
    padding: 40px 5px 20px 5px; }

  .search-results .main-posts .main-posts-item {
    width: 45%; }

  /*body .gbweb-bottom-widget .blog-bottom-widget:nth-child(2){
  max-width:100%;
}*/ }
@media only screen and (max-width: 650px) {
  .may-also-like.main-posts .main-posts-item,
  .archive ul.main-posts .main-posts-item {
    width: 100%; } }
@media only screen and (max-width: 600px) {
  .site-header .menu-icon.menu-icon-search .alt {
    width: 53px; }

  body.home .vc_custom_1488353923838 .gbwebone_carousel_nav {
    right: 5%;
    left: 5.5%; }

  .home-about-wrap .home-about-text-wrap {
    padding: 40px 40px; }

  #comments .gglcptch.gglcptch_v2 {
    margin-right: -22px; } }
@media only screen and (max-width: 560px) {
  .col-md-4.gbweb-header-left {
    width: 51.5%; }

  .col-md-4.gbweb-header-right {
    width: 48.5%; }

  .site-header ul > li {
    margin: 0; }

  /*.menu-icon-search{
  width:50%;
}*/
  body .site-header .top-header ul.header-icons .menu-icon.text-out .icon,
  body .site-header .top-header ul.header-icons .menu-icon:not(.text-out) .icon,
  body .site-header .top-header ul.header-icons .menu-icon:not(.text-out) {
    width: 30px;
    height: 30px;
    background-size: 705% 200%; }

  .site-header .menu-icon.menu-icon-facebook,
  .site-header.sticky .menu-icon.menu-icon-facebook {
    background-position: 90px 0; }

  .site-header .menu-icon.menu-icon-facebook:hover,
  .site-header.sticky .menu-icon.menu-icon-facebook:hover {
    background-position: 90px -30px; }

  .site-header .menu-icon.menu-icon-phone .icon,
  .site-header.sticky .menu-icon.menu-icon-phone .icon {
    background-position: 30px 0; }

  .site-header .menu-icon.menu-icon-phone:hover .icon,
  .site-header.sticky .menu-icon.menu-icon-phone:hover .icon {
    background-position: 30px -30px; }

  .site-header .menu-icon.menu-icon-search .icon,
  .site-header.sticky .menu-icon.menu-icon-search .icon {
    background-position: -30px 0; }

  .site-header .menu-icon.menu-icon-search:hover .icon,
  .site-header.sticky .menu-icon.menu-icon-search:hover .icon {
    background-position: -30px -30px; }

  .site-header .menu-icon.menu-icon-adviser .icon,
  .site-header.sticky .menu-icon.menu-icon-adviser .icon {
    background-position: 150px 0; }

  .site-header .menu-icon.menu-icon-adviser:hover .icon,
  .site-header.sticky .menu-icon.menu-icon-adviser:hover .icon {
    background-position: 150px -30px; }

  .site-header .menu-icon.menu-icon-forum .icon,
  .site-header.sticky .menu-icon.menu-icon-forum .icon {
    background-position: 120px 0; }

  .site-header .menu-icon.menu-icon-forum:hover .icon,
  .site-header.sticky .menu-icon.menu-icon-forum:hover .icon {
    background-position: 120px -30px; }

  .top-header .header-icons .menu-icon .alt {
    font-size: 11px; }

  .site-header.sticky .menu-icon.menu-icon-search .icon,
  .site-header .menu-icon.menu-icon-search .icon {
    background-position: 181px 0; }

  .site-header.sticky .menu-icon.menu-icon-search:hover .icon,
  .site-header .menu-icon.menu-icon-search:hover .icon {
    background-position: 181px -30px; }

  .site-header.sticky .menu-icon.menu-icon-adviser .icon,
  .site-header .menu-icon.menu-icon-adviser .icon {
    background-position: 150px 0; }

  .site-header.sticky .menu-icon.menu-icon-adviser:hover .icon,
  .site-header .menu-icon.menu-icon-adviser:hover .icon {
    background-position: 150px -30px; }

  .site-header ul > li {
    vertical-align: baseline; }

  .site-header.sticky .menu-icon.menu-icon-facebook .alt {
    width: 305%; }

  .gbweb-testimonials li::before {
    right: 44%; }

  .blog-form-field,
  .blog-form-field.submit {
    display: block;
    width: 100%;
    margin-bottom: 10px; } }
@media only screen and (max-width: 500px) {
  .main-category-children-wrap {
    margin: 15px 0; }

  .footer-contact-con .footer-contact-title {
    padding-right: 16px;
    padding-left: 16px; }

  .side-bar-wrap #sidebar-testimonials .wpcf7 .side-form-wrap,
  #sidebar-main .wpcf7 .side-cf7-wrap .side-form-wrap,
  .blog-widget .wpcf7 .side-cf7-wrap .side-form-wrap {
    padding: 0 25px; } }
@media only screen and (max-width: 480px) {
  #bbpress-forums .bbp-body div.bbp-reply-author {
    text-align: right; }

  #bbpress-forums .bbp-body div.bbp-reply-author .bbp-author-name {
    margin-right: 0; }

  #bbpress-forums .bbp-body .bbp-meta .bbp-admin-links {
    float: right; }

  #bbpress-forums .bbp-body .bbp-meta .bbp-reply-post-date {
    float: none; }

  .site-header .menu-icon.text-out.menu-icon-adviser .alt a.logout-from-advise,
  .site-header .menu-icon.text-out.menu-icon-adviser .alt a.goto-advise-page,
  .site-header .menu-icon.text-out.menu-icon-adviser .alt a.login-to-advise {
    padding-top: 7px;
    padding-bottom: 7px; } }
@media only screen and (max-width: 430px) {
  .top-header .col-md-4.gbweb-header-right {
    width: 34%;
    padding-left: 0; }

  .site-header .header-icons {
    margin-right: 0; }

  .top-header .col-md-4.gbweb-header-left {
    width: 66%;
    padding-right: 0; }

  .top-header .col-md-4.gbweb-header-left .header-icons {
    text-align: left; }

  .top-header .col-md-4.gbweb-header-left .header-icons .menu-icon {
    margin-left: 2px; } }
@media only screen and (max-width: 420px) {
  .col-md-4.gbweb-header-left {
    width: 48.5%; }

  .col-md-4.gbweb-header-right {
    width: 50.5%; }

  .menu-icon-search .icon {
    margin-top: 0; }

  body.home .vc_custom_1488353923838 .gbwebone_carousel_nav {
    right: 6.5%;
    left: 7%; }

  .bottom-cf7-wrap.gb-size-wrap .gb-size-4 {
    margin-bottom: 7px; }

  #comments .gglcptch.gglcptch_v2 {
    margin-right: -31px; }

  .wpcf7-form .gb-size-5.bottom-row {
    margin-right: 15px; }

  .side-bar-wrap #sidebar-testimonials .wpcf7 .side-form-wrap,
  #sidebar-main .wpcf7 .side-cf7-wrap .side-form-wrap,
  .blog-widget .wpcf7 .side-cf7-wrap .side-form-wrap {
    padding: 0 5px; }

  .side-bar-wrap #sidebar-testimonials .wpcf7 .side-cf7-wrap .side-form-wrap .gb-size-5.bottom-row,
  #sidebar-main .wpcf7 .side-cf7-wrap .side-form-wrap .gb-size-5.bottom-row,
  .blog-widget .wpcf7 .side-cf7-wrap .side-form-wrap .gb-size-5.bottom-row {
    margin-right: 0; }

  body.page-template-page-left-sidebar .side-bar-wrap {
    padding: 40px; } }
@media only screen and (max-width: 400px) {
  .site-header .col-md-4.aligncenter .header-image img {
    width: 95% !important;
    height: auto !important;
    margin: 0 2%; }

  .gbwebone-item-icon-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    top: -39px;
    left: 26%; }

  .main-category-children-wrap {
    margin-right: -15px;
    margin-left: -15px; }

  .main-category-children-wrap .left-side #gbweb_select_box {
    min-width: 170px !important; }

  #comments .gglcptch.gglcptch_v2 {
    margin-right: -40px; }

  .site-header .top-header .gbweb-header-right .header-icons {
    width: 150%; }

  .site-header .top-header .gbweb-header-right {
    width: 37%; }

  .site-header .top-header .gbweb-header-left {
    width: 63%; } }
@media only screen and (max-width: 380px) {
  #comments .gglcptch.gglcptch_v2 {
    margin-right: -50px; }

  .home .entry-content .gbwebone-item-icon-wrap .gbwebone-item-icon-wrap.vc_col-sm-4 .vc_column-inner .wpb_wrapper {
    padding: 40px 22px 40px 22px; }

  body #but_n_respo,
  body #but_n {
    top: 87% !important; } }
@media only screen and (max-width: 350px) {
  #comments .gglcptch.gglcptch_v2 {
    margin-right: -70px; }

  .wpcf7-form .gb-size-5.bottom-row {
    margin-right: 10px; }

  .gb-size-4.captcha .gbweb-cf7-wrap {
    transform: scale(0.9); }

  .gb-size-4.captcha {
    margin-right: -1%; } }
@media only screen and (max-width: 345px) {
  .logged-in .site-header .top-header .gbweb-header-left {
    width: 71%; }

  .logged-in .site-header .top-header .gbweb-header-right {
    width: 28%; }

  .mobile-call,
  .mobile-form {
    width: 48.4%; } }
@media only screen and (max-width: 335px) {
  .logged-in .site-header .top-header .gbweb-header-left {
    width: 71%; }

  .logged-in .site-header .top-header .gbweb-header-right {
    width: 29%; } }
@media only screen and (max-width: 320px) {
  /*.site-header .menu-icon.menu-icon-search {
  width: 35%;
}*/
  .site-header .menu-icon.menu-icon-search .alt {
    width: 33px; }

  .main-category-children-wrap {
    margin-right: -22px; }

  .main-category-children-con .right-side {
    width: 35%; }

  .main-category-children-con .left-side {
    width: 65%; }

  .main-category-children-wrap {
    margin-right: -28px;
    margin-left: -30px; }

  .main-category-children-wrap .left-side #gbweb_select_box {
    min-width: 170px !important; }

  .wpcf7-form .gb-size-5.bottom-row {
    margin-right: 1px; }

  .footer-contact-con .footer-contact-title {
    padding-right: 5px;
    padding-left: 5px; }

  .home .entry-content .gbwebone-item-icon-wrap .gbwebone-item-icon-wrap.vc_col-sm-4 .vc_column-inner .wpb_wrapper {
    padding: 40px 15px 40px 15px; }

  .home .entry-content .gbwebone-item-icon-wrap .gbwebone-item-icon-wrap.vc_col-sm-4 .vc_column-inner .wpb_wrapper .gb-waq-item-content-p {
    padding: 10px 14px; }

  .logged-in .site-header .top-header .gbweb-header-left {
    width: 70%; }

  .logged-in .site-header .top-header .gbweb-header-right {
    width: 30%; } }
@media only screen and (min-device-width: 412px) and (max-device-height: 732px) {
  .gbwebone-item-icon-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    left: 34%; }

  .gbweb-post-slider > div:not(.footer-testimonials-wrap) .gbwebone_carousel_nav {
    right: 2.5%;
    left: 2.5%; } }
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) {
  .gbwebone-item-icon-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    left: 36%; }

  .gbweb-post-slider > div:not(.footer-testimonials-wrap) .gbwebone_carousel_nav {
    right: 2.5%;
    left: 2.5%; } }
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) {
  #comments .gglcptch.gglcptch_v2 {
    margin-right: -43px; }

  .gbweb-post-slider > div:not(.footer-testimonials-wrap) .gbwebone_carousel_nav {
    right: 2.5%;
    left: 2.5%; }

  .home .entry-content .gbwebone-item-icon-wrap .gbwebone-item-icon-wrap.vc_col-sm-4 .vc_column-inner .wpb_wrapper {
    padding: 35px 20px 20px 22px; }

  .home .entry-content .gbwebone-item-icon-wrap:not(:last-child) {
    margin-bottom: 50px; }

  .home .entry-content .gbwebone-item-icon-wrap > .gbwebone-item-icon-wrap:first-child article.gb-preview-wrap h3 {
    margin-top: 45px; } }
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) {
  .gbwebone-item-icon-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    top: -52px;
    left: 26%; }

  #comments .gglcptch.gglcptch_v2 {
    margin-right: -51px; }

  .gbweb-post-slider > div:not(.footer-testimonials-wrap) .gbwebone_carousel_nav {
    right: 2.5%;
    left: 2.5%; }

  .bbp-header .forum-titles li {
    font-size: 11px; }

  .home .entry-content .gbwebone-item-icon-wrap .gbwebone-item-icon-wrap.vc_col-sm-4 .vc_column-inner .wpb_wrapper {
    padding: 25px 22px 10px 22px; } }
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) {
  .main-category-children-wrap .left-side #gbweb_select_box {
    min-width: 170px !important; }

  .main-category-children-wrap {
    margin-right: -16px;
    margin-left: -16px; }

  .gbwebone-item-icon-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    top: -46px;
    left: 26%; }

  #comments .gglcptch.gglcptch_v2 {
    margin-right: -64px; }

  .wpcf7-form .gb-size-5.bottom-row {
    margin-right: 7px; }

  .gbweb-post-slider .footer-testimonials-wrap .gbwebone_carousel_nav {
    right: 2%;
    left: 2%; }

  .gbwebone-post-nav .gbwebone-post-nav-con > * {
    margin: 10px 7px; }

  .home .entry-content .gbwebone-item-icon-wrap .gbwebone-item-icon-wrap.vc_col-sm-4 .vc_column-inner .wpb_wrapper {
    padding: 35px 10px 15px 10px; }

  .home .entry-content .gbwebone-item-icon-wrap:not(:last-child) {
    margin-bottom: 50px; } }
@media only screen and (min-device-width: 768px) and (max-device-height: 1024px) {
  .gbwebone-item-icon-wrap.vc_col-sm-4 {
    width: 100%; }

  .footer-testimonials-con {
    width: 60%; }

  .gbwebone-item-icon-wrap > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    left: 43%; }

  .gbweb-post-slider.vc_row-fluid .wpb_column.vc_col-sm-3 {
    width: 20%; }

  .gbweb-post-slider.vc_row-fluid .wpb_column.vc_col-sm-6 {
    width: 60%; }

  #main-nav .menu-primary-container #menu-primary > li.menu-item-has-children > a::after {
    top: 10px;
    left: 8px; } }
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) {
  .footer-testimonials-con {
    width: 60%; }

  .gbweb-post-slider.vc_row-fluid .wpb_column.vc_col-sm-3 {
    width: 20%; }

  .gbweb-post-slider.vc_row-fluid .wpb_column.vc_col-sm-6 {
    width: 60%; }

  #main-nav .menu-primary-container #menu-primary > li.menu-item-has-children > a::after {
    top: 9px;
    left: 7px; } }
.widget-about {
  margin-bottom: 40px;
  text-align: center;
  border: 2px solid #38b3bc;
  background: #fff; }
  .widget-about .entry-title {
    font-size: 24px !important;
    margin-bottom: 20px;
    color: #38b3bc; }
  .widget-about .entry-image {
    margin-bottom: 20px;
	width: 150px;
		height:150px;
    	max-width: 150px;
    	text-align: center;
    	margin: 0 auto 20px auto;}
  .widget-about .entry-content {
    font-size: 18px;
    width: 270px;
    max-width: 100%;
    margin: auto;
    padding: 0 10px;
    text-align: right; }
    .widget-about .entry-content ul li {
      position: relative;
      padding-right: 30px; }
      .widget-about .entry-content ul li:before {
        position: absolute;
        top: 3px;
        right: 0;
        display: inline-block;
        width: 23px;
        height: 24px;
        content: '';
        background: url(images/dot.png) no-repeat; }
  .widget-about .btn {
    font-size: 18px;
    display: block;
    padding: 10px 0;
    color: #fff;
    border: none;
    border-radius: 0;
    background: #38b3bc; }

#but_n {
  top: auto !important;
  bottom: 20px; }

.gbweb-header-right {
  position: relative;
  z-index: 999; }

.entry-slider ul {
  margin: 0;
  padding: 0; }

.fade-in {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  opacity: 0; }

body.single.single-post #content .widget-contact-form {
  margin: 20px 0 30px; }
  body.single.single-post #content .widget-contact-form .entry-title {
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    background: #38b3bc; }
  body.single.single-post #content .widget-contact-form .fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 25px 30px;
    border: 1px solid #38b3bc; }
    body.single.single-post #content .widget-contact-form .fields ::-webkit-input-placeholder {
      color: #000; }
    body.single.single-post #content .widget-contact-form .fields :-moz-placeholder {
      color: #000; }
    body.single.single-post #content .widget-contact-form .fields ::-moz-placeholder {
      color: #000; }
    body.single.single-post #content .widget-contact-form .fields :-ms-input-placeholder {
      color: #000; }
    body.single.single-post #content .widget-contact-form .fields .ajax-loader {
      position: absolute;
      bottom: 0;
      left: 0; }
    body.single.single-post #content .widget-contact-form .fields input {
      width: 100%;
      padding: 0 15px;
      border: 1px solid #e1e1e1; }
    body.single.single-post #content .widget-contact-form .fields [type='submit'] {
      font-size: 18px;
      font-weight: 600;
      width: 150px;
      height: 38px;
      color: #fff;
      border: none;
      border-radius: 5px;
      background: #38b3bc; }
    body.single.single-post #content .widget-contact-form .fields .wpcf7-form-control-wrap {
      margin-left: 15px; }
    body.single.single-post #content .widget-contact-form .fields br {
      display: none; }
body.single.single-post #content .entry-slider-testimonials {
  position: relative;
  margin: 40px 0;
  padding-bottom: 30px;
  background: url(images/bg-1.jpg); }
  body.single.single-post #content .entry-slider-testimonials .slick-arrow {
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    background: none; }
    body.single.single-post #content .entry-slider-testimonials .slick-arrow .fa {
      position: relative;
      top: -1px; }
    body.single.single-post #content .entry-slider-testimonials .slick-arrow.slick-next {
      left: 5%; }
      body.single.single-post #content .entry-slider-testimonials .slick-arrow.slick-next .fa {
        left: -1px; }
    body.single.single-post #content .entry-slider-testimonials .slick-arrow.slick-prev {
      right: 5%; }
      body.single.single-post #content .entry-slider-testimonials .slick-arrow.slick-prev .fa {
        top: -1px;
        right: -1px; }
  body.single.single-post #content .entry-slider-testimonials .slide {
    text-align: center; }
    body.single.single-post #content .entry-slider-testimonials .slide .entry-icon {
      text-align: center; }
      body.single.single-post #content .entry-slider-testimonials .slide .entry-icon .icon-quote {
        display: inline-block;
        width: 51px;
        height: 51px;
        background: url(images/quote.png) no-repeat; }
    body.single.single-post #content .entry-slider-testimonials .slide .entry-text {
      font-size: 18px;
      line-height: 1.5;
      position: relative;
      width: 70%;
      max-width: 700px;
      margin: auto;
      padding-top: 20px; }
      body.single.single-post #content .entry-slider-testimonials .slide .entry-text:after {
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 110px;
        height: 2px;
        margin: 20px auto 15px;
        content: '';
        background: #000; }
    body.single.single-post #content .entry-slider-testimonials .slide .entry-footer {
      font-size: 18px;
      font-weight: 600; }
body.single.single-post #content .related {
  margin: 50px 0 70px; }
  body.single.single-post #content .related .widget-title {
    font-weight: 600;
    padding: 7px 20px;
    color: #fff;
    background: #38b3bc; }
  body.single.single-post #content .related .entry-slider-related {
    margin: 0 -8px; }
    body.single.single-post #content .related .entry-slider-related li {
      padding: 0 8px 30px; }
    body.single.single-post #content .related .entry-slider-related .slide {
      position: relative;
      height: 250px;
      padding: 5px 25px 0;
      text-align: center;
      background: url(images/bg-1.jpg); }
      body.single.single-post #content .related .entry-slider-related .slide a:hover {
        text-decoration: none;
        border: none; }
        body.single.single-post #content .related .entry-slider-related .slide a:hover .read-more {
          background: #000; }
      body.single.single-post #content .related .entry-slider-related .slide a .entry-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        font-size: 18px;
        overflow: hidden;
        height: 40px;
        margin-bottom: 10px;
        color: #000; }
      body.single.single-post #content .related .entry-slider-related .slide a .entry-image img {
        max-height: 140px;
        margin: auto;
        border: 3px solid #38b3bc; }
      body.single.single-post #content .related .entry-slider-related .slide a .read-more {
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        font-size: 15px;
        position: absolute;
        right: 0;
        bottom: -13px;
        left: 0;
        width: 120px;
        margin: auto;
        padding: 4px 15px;
        color: #fff;
        border-radius: 5px;
        background: #38b3bc; }
body.single.single-post #content blockquote {
  font-size: 19px;
  position: relative;
  width: 570px;
  max-width: 100%;
  margin: 30px auto;
  padding: 30px 25px 25px;
  border: 2px solid #38b3bc; }
  body.single.single-post #content blockquote h3 {
    font-size: 22px;
    margin: 0 0 5px; }
  body.single.single-post #content blockquote .entry-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 -25px; }
    body.single.single-post #content blockquote .entry-btn a {
      border-radius: 0; }

.entry-btn a {
  -webkit-transition: all 150s ease;
  -moz-transition: all 150s ease;
  -ms-transition: all 150s ease;
  -o-transition: all 150s ease;
  transition: all 150s ease;
  font-size: 16px;
  display: block;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #38b3bc; }
  .entry-btn a:hover {
    opacity: .8;
    color: #fff; }

.wpcf7 .wpcf7-response-output {
  clear: both;
  margin: 0;
  padding: 0;
  border: none; }
.wpcf7 .wpcf7-not-valid {
  border: 1px solid red !important; }
.wpcf7 .wpcf7-not-valid-tip {
  display: none; }
.wpcf7 .wpcf7-validation-errors {
  font-size: 16px;
  color: red; }
.wpcf7 .wpcf7-mail-sent-ok {
  font-size: 16px;
  position: static;
  color: green; }
.wpcf7 .wpcf7-list-item {
  margin: 0; }

.footer-container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 40px 15px 35px; }
  .footer-container .widget:not(:first-child) {
    margin-top: 0; }
  .footer-container .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify; }
    .footer-container .cols .widget {
      font-size: 18px;
      text-align: right;
      color: #000; }
      .footer-container .cols .widget .entry-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #a91f62; }
    .footer-container .cols .widget_black_studio_tinymce {
      padding-left: 60px;
      border-left: 1px solid #d6d2cf; }
      .footer-container .cols .widget_black_studio_tinymce a {
        color: #000; }
      .footer-container .cols .widget_black_studio_tinymce .wpcf7 {
        position: relative;
        width: 230px;
        max-width: 100%;
        padding-top: 1px; }
        .footer-container .cols .widget_black_studio_tinymce .wpcf7 ::-webkit-input-placeholder {
          color: #454545; }
        .footer-container .cols .widget_black_studio_tinymce .wpcf7 :-moz-placeholder {
          color: #454545; }
        .footer-container .cols .widget_black_studio_tinymce .wpcf7 ::-moz-placeholder {
          color: #454545; }
        .footer-container .cols .widget_black_studio_tinymce .wpcf7 :-ms-input-placeholder {
          color: #454545; }
        .footer-container .cols .widget_black_studio_tinymce .wpcf7 .ajax-loader {
          position: absolute;
          bottom: 0;
          left: 0; }
        .footer-container .cols .widget_black_studio_tinymce .wpcf7 .form-title {
          font-size: 18px;
          font-weight: 600;
          padding: 10px 5px;
          text-align: center;
          color: #fff;
          background: #a91f62; }
          .footer-container .cols .widget_black_studio_tinymce .wpcf7 .form-title .fa {
            margin-left: 5px; }
        .footer-container .cols .widget_black_studio_tinymce .wpcf7 [type='email'] {
          font-size: 15px;
          height: 36px;
          padding: 0 10px;
          border: 1px solid #d4d4d4; }
        .footer-container .cols .widget_black_studio_tinymce .wpcf7 .submit-wrap {
          text-align: center; }
        .footer-container .cols .widget_black_studio_tinymce .wpcf7 [type='submit'] {
          -webkit-transition: all 150ms ease;
          -moz-transition: all 150ms ease;
          -ms-transition: all 150ms ease;
          -o-transition: all 150ms ease;
          transition: all 150ms ease;
          font-size: 18px;
          font-weight: 900;
          height: 39px;
          padding: 0 30px;
          color: #fff;
          border: none;
          border-radius: 5px;
          background: #a91f62; }
          .footer-container .cols .widget_black_studio_tinymce .wpcf7 [type='submit']:hover {
            opacity: .9; }
    .footer-container .cols .widget_nav_menu {
      flex: 0 1 250px;
      -webkit-flex: 0 1 250px;
      -ms-flex: 0 1 250px;
      -webkit-box-flex: 0 1 250px;
      -moz-box-flex: 0 1 250px;
      -moz-flex: 0 1 250px; }
      .footer-container .cols .widget_nav_menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .footer-container .cols .widget_nav_menu ul li {
          margin-bottom: 5px; }
          .footer-container .cols .widget_nav_menu ul li a {
            font-size: 18px;
            color: #000; }
            .footer-container .cols .widget_nav_menu ul li a:hover {
              text-decoration: none;
              color: #a91f62; }

.page-template-tpl-landing {
  padding-top: 80px;
  background: none !important; }
  .page-template-tpl-landing .row {
    margin: 0; }
  .page-template-tpl-landing .container-fluid {
    padding: 0; }
  .page-template-tpl-landing .container {
    width: 720px;
    max-width: 100%; }
  .page-template-tpl-landing h1,
  .page-template-tpl-landing h2,
  .page-template-tpl-landing h3,
  .page-template-tpl-landing h4,
  .page-template-tpl-landing h5 {
    margin: 0; }
  .page-template-tpl-landing .bg {
    position: fixed;
    z-index: 1;
    top: 80px;
    right: 0; }
    .page-template-tpl-landing .bg img {
      height: 100vh; }
  .page-template-tpl-landing .gbweb-header-right,
  .page-template-tpl-landing .gbweb-header-left,
  .page-template-tpl-landing .main-nav,
  .page-template-tpl-landing .contact-info,
  .page-template-tpl-landing .site-info,
  .page-template-tpl-landing .gbwebone_title_bar-wrap,
  .page-template-tpl-landing .go-to-top {
    display: none !important; }
  .page-template-tpl-landing .site-content {
    padding: 0 !important; }
  .page-template-tpl-landing .logo-wrap {
    position: static; }
  .page-template-tpl-landing .header-image img {
    height: 55px; }
  .page-template-tpl-landing .site-header {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100%;
    height: 80px;
    padding-top: 0 !important;
    background: url(images/bg-header.png); }
    .page-template-tpl-landing .site-header .top-header {
      height: 80px;
      margin-bottom: 0;
      padding: 14px 0; }
  .page-template-tpl-landing .section-top-content {
    padding: 40px 0;
    background: #fff; }
    .page-template-tpl-landing .section-top-content .cols {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center; }
    .page-template-tpl-landing .section-top-content .page-title {
      font-size: 48px;
      font-weight: 700;
      display: inline-block;
      margin-bottom: 15px;
      padding: 0 20px 5px;
      color: #a91f62;
      border-bottom: 1px solid #a91f62; }
      .page-template-tpl-landing .section-top-content .page-title .entry-image {
        position: relative;
        top: -5px;
        margin: 0 10px; }
    .page-template-tpl-landing .section-top-content .entry-subtitle {
      font-size: 22px;
      margin: 0 0 60px;
      text-align: center;
      color: #000; }
    .page-template-tpl-landing .section-top-content .tests {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -13px; }
      .page-template-tpl-landing .section-top-content .tests .col-item {
        flex: 0 1 33.33333%;
        -webkit-flex: 0 1 33.33333%;
        -ms-flex: 0 1 33.33333%;
        -webkit-box-flex: 0 1 33.33333%;
        -moz-box-flex: 0 1 33.33333%;
        -moz-flex: 0 1 33.33333%;
        padding: 0 13px; }
        .page-template-tpl-landing .section-top-content .tests .col-item .item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          flex-direction: column;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          position: relative;
          height: 100%;
          padding: 40px 10px;
          text-align: center;
          border: 1px solid #242424; }
          .page-template-tpl-landing .section-top-content .tests .col-item .item .entry-icon {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            position: absolute;
            top: -20px;
            right: 0;
            left: 0;
            width: 46px;
            height: 47px;
            margin: auto;
            padding-bottom: 7px;
            background-image: url(images/balloon.png); }
          .page-template-tpl-landing .section-top-content .tests .col-item .item .entry-text {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.4;
            margin-bottom: 25px;
            color: #242424; }
            .page-template-tpl-landing .section-top-content .tests .col-item .item .entry-text span {
              font-size: 16px; }
          .page-template-tpl-landing .section-top-content .tests .col-item .item .entry-footer {
            padding: 0 10px; }
            .page-template-tpl-landing .section-top-content .tests .col-item .item .entry-footer .footer-in {
              font-weight: 900;
              padding-top: 5px;
              text-align: center;
              color: #242424;
              border-top: 1px solid #040404; }
  .page-template-tpl-landing .footer-contact-wrap {
    display: none; }
  .page-template-tpl-landing .section-contact {
    position: relative;
    margin-top: 60px;
    background-image: url(images/bg-contact.png);
    background-position: center;
    background-size: cover; }
    .page-template-tpl-landing .section-contact:before {
      position: absolute;
      bottom: 100%;
      display: block;
      width: 100%;
      height: 56px;
      content: '';
      background-image: url(images/bg-top-contact.png);
      background-position: center;
      background-size: cover; }
    .page-template-tpl-landing .section-contact .footer-contact-wrap {
      display: block; }
    .page-template-tpl-landing .section-contact .pre-content {
      font-size: 18px;
      font-weight: 700;
      padding: 15px 0;
      text-align: center;
      color: #fff;
      background: #a91f62; }
      .page-template-tpl-landing .section-contact .pre-content p {
        margin-bottom: 0; }
    .page-template-tpl-landing .section-contact .footer-contact-wrap {
      padding-top: 20px; }
      .page-template-tpl-landing .section-contact .footer-contact-wrap .footer-contact-con .form-wrap .entry-title {
        font-size: 19px;
        font-weight: 900;
        line-height: 1.35;
        margin-bottom: 25px;
        text-align: center;
        color: #000; }
  .page-template-tpl-landing .contact-details {
    padding: 20px 0;
    border-bottom: 15px solid #38b3bc;
    background: #fff; }
    .page-template-tpl-landing .contact-details .items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center; }
      .page-template-tpl-landing .contact-details .items .item {
        margin-left: 20px; }
        .page-template-tpl-landing .contact-details .items .item:last-child {
          margin-left: 0; }
        .page-template-tpl-landing .contact-details .items .item a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          justify-content: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          align-items: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center; }
          .page-template-tpl-landing .contact-details .items .item a .entry-icon {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            width: 35px;
            height: 35px;
            margin-left: 10px;
            color: #fff;
            color: #fff;
            border-radius: 50%;
            background: #a91f62; }
          .page-template-tpl-landing .contact-details .items .item a .entry-text {
            font-size: 16px;
            font-weight: 600;
            color: #a91f62; }

.widget-links {
  margin-bottom: 40px; }
  .widget-links .sidebar-links li {
    height: 90px;
    margin-bottom: 0;
    padding: 10px;
    background: #a91f62; }
    .widget-links .sidebar-links li a:hover {
      text-decoration: none; }
    .widget-links .sidebar-links li:before {
      display: none; }
    .widget-links .sidebar-links li .cols {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .widget-links .sidebar-links li .cols .col-image {
        flex: 0 0 130px;
        -webkit-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
        -webkit-box-flex: 0 0 130px;
        -moz-box-flex: 0 0 130px;
        -moz-flex: 0 0 130px;
        margin-left: 25px; }
      .widget-links .sidebar-links li .cols .col-content .entry-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.3;
        margin: 5px 0 2px;
        color: #fff; }
      .widget-links .sidebar-links li .cols .col-content .read-more {
        font-size: 16px;
        color: #fff; }
    .widget-links .sidebar-links li:nth-child(even) {
      background: #66bbc0; }
      .widget-links .sidebar-links li:nth-child(even) .col-content .entry-title {
        color: #000; }
      .widget-links .sidebar-links li:nth-child(even) .col-content .read-more {
        color: #000; }

.mobile-contact-form {
  position: fixed;
  z-index: 9999999;
  right: 0;
  bottom: 49px;
  left: 0;
  visibility: hidden;
  width: 90%;
  margin: auto;
  padding: 20px;
  opacity: 0;
  border: 2px solid #a91f62;
  background-image: url(https://www.prof-shalev.co.il/wp-content/uploads/2017/04/main-bg.jpg);
  transition: all 150ms ease; }
  .mobile-contact-form.active {
    visibility: visible;
    opacity: 1; }
  .mobile-contact-form .btn-close-form {
    position: absolute;
    top: -25px;
    right: -2px;
    color: #fff;
    border: none;
    background: #a91f62; }

@media only screen and (max-width: 1280px) {
  .page-template-tpl-landing .bg {
    right: -70px; } }
/* End of 1280px */
@media only screen and (max-width: 960px) {
  .logo-wrap {
    position: static; }
    .logo-wrap img {
      width: auto;
      max-width: 100%;
      height: auto; }

  body.single.single-post #content .widget-contact-form .fields {
    display: block; }

  body.single.single-post #content .widget-contact-form .fields .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px;
    margin-left: 0; }

  body.single.single-post #content .widget-contact-form .fields .submit-wrap {
    text-align: center; }

  body.single.single-post .main-content {
    padding: 40px 10px; }

  body.single.single-post #content .entry-slider-testimonials .slide .entry-text {
    font-size: 14px;
    line-height: 1.3;
    padding: 20px 15px 0; }

  .blog-bar-wrap {
    padding: 30px 15px; }

  .side-cf7-wrap .side-form-wrap {
    padding: 0 15px; }

  .footer-container {
    padding: 25px 0; }

  .footer-container .cols {
    display: block; }

  .footer-container .cols .widget_black_studio_tinymce {
    padding-left: 0;
    border-left: none; }

  .footer-container .cols .widget {
    font-size: 16px;
    margin-bottom: 30px; }

  .footer-container .cols .widget_nav_menu ul li a {
    font-size: 16px; }

  .page-template-tpl-landing .bg img {
    display: none; }
  .page-template-tpl-landing .section-top-content {
    padding-bottom: 0; }
  .page-template-tpl-landing .section-top-content .page-title {
    font-size: 28px; }
  .page-template-tpl-landing .section-top-content .page-title .entry-image img {
    height: 30px; }
  .page-template-tpl-landing .section-top-content .tests {
    display: block; }
  .page-template-tpl-landing .section-top-content .tests .item {
    margin-bottom: 40px; }
  .page-template-tpl-landing .section-contact .pre-content br {
    display: none; }
  .page-template-tpl-landing .mobile-footer {
    display: none !important; }
  .page-template-tpl-landing .site-inner {
    padding-bottom: 0 !important; } }
@media only screen and (max-width: 375px) {
  .page-template-tpl-landing .contact-details .items .item {
    margin-left: 15px; }

  .page-template-tpl-landing .contact-details .items .item a .entry-text {
    font-size: 14px; }

  .page-template-tpl-landing .contact-details .items .item a .entry-icon {
    width: 25px;
    height: 25px; } }
/* End of width 375px - Smartphones */

/*# sourceMappingURL=style.css.map */