.box-header.animation-slide:after
{
visibility: hidden;
}
.box-header.slide:after
{
animation-name: slide;
-webkit-animation-name: slide;
animation-timing-function: cubic-bezier(.75, 0, .25, 1);	
-webkit-animation-timing-function: cubic-bezier(.75, 0, .25, 1);
animation-duration: 0.6s;	
-webkit-animation-duration: 0.6s;
visibility: visible;
}
@keyframes slide 
{
0% 
{
width: 0;	
}
100% 
{
width: 50px;	
}		
}
@-webkit-keyframes slide 
{
0% 
{
width: 0;
}
100% 
{
width: 50px;
}		
} .animated-element
{
visibility: hidden;
position: relative;
}
.comment-box .animated-element.date .arrow-date,
.comment-box.animated-element .arrow-comments
{
visibility: hidden;
}
.fadeIn, .scale, .slideRight, .slideRight200, .slideRight25, .slideLeft, .slideLeft50, .slideDown, .slideDown200, .slideUp,
.comment-box .fadeIn.date .arrow-date, .comment-box .scale.date .arrow-date, .comment-box .slideRight.date .arrow-date, .comment-box .slideRight200.date .arrow-date, .comment-box .slideLeft.date .arrow-date, .comment-box .slideLeft50.date .arrow-date, .comment-box .slideDown.date .arrow-date, .comment-box .slideDown200.date .arrow-date, .comment-box .slideUp.date .arrow-date,
.comment-box.fadeIn .arrow-comments, .comment-box.scale .arrow-comments, .comment-box.slideRight .arrow-comments, .comment-box.slideRight200 .arrow-comments, .comment-box.slideLeft .arrow-comments, .comment-box.slideLeft50 .arrow-comments, .comment-box.slideDown .arrow-comments, .comment-box.slideDown200 .arrow-comments, .comment-box.slideUp .arrow-comments
{
animation-timing-function: cubic-bezier(.75, 0, .25, 1);	
-webkit-animation-timing-function: cubic-bezier(.75, 0, .25, 1);		
visibility: visible !important;
} .fadeIn
{	
animation-name: fadeIn;
-webkit-animation-name: fadeIn;	
}
@keyframes fadeIn 
{
0% 
{
opacity: 0;
}
100% 
{
opacity: 1;
}
}
@-webkit-keyframes fadeIn 
{
0% 
{
opacity: 0;
}
100% 
{
opacity: 1;
}
} .scale
{
animation-name: scale;
-webkit-animation-name: scale;
}
@keyframes scale 
{
0% 
{
transform: scale(0.2);	
}
100% 
{
transform: scale(1);	
}		
}
@-webkit-keyframes scale 
{
0% 
{
-webkit-transform: scale(0.2);	
}
100% 
{
-webkit-transform: scale(1);
}		
} .slideRight
{
animation-name: slideRight;
-webkit-animation-name: slideRight;	
}
@keyframes slideRight 
{
0% 
{
opacity: 0;
transform: translateX(-100%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight 
{
0% 
{
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideRight200
{
animation-name: slideRight200;
-webkit-animation-name: slideRight200;	
}
@keyframes slideRight200 
{
0%
{
opacity: 0;
transform: translateX(-200%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight200 
{
0%
{
opacity: 0;
-webkit-transform: translateX(-200%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideRight25
{
animation-name: slideRight25;
-webkit-animation-name: slideRight25;	
}
@keyframes slideRight25
{
0% 
{
opacity: 0;
transform: translateX(-25%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight25
{
0% 
{
opacity: 0;
-webkit-transform: translateX(-25%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideLeft
{
animation-name: slideLeft;
-webkit-animation-name: slideLeft;
}
@keyframes slideLeft 
{
0% 
{
opacity: 0;
transform: translateX(100%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}	
}
@-webkit-keyframes slideLeft 
{
0% 
{
opacity: 0;
-webkit-transform: translateX(100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideLeft50
{
animation-name: slideLeft50;
-webkit-animation-name: slideLeft50;
}
@keyframes slideLeft50 
{
0% 
{
opacity: 0;
transform: translateX(50%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}	
}
@-webkit-keyframes slideLeft50 
{
0% 
{
opacity: 0;
-webkit-transform: translateX(50%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideDown
{
animation-name: slideDown;
-webkit-animation-name: slideDown;				
}
@keyframes slideDown 
{
0% 
{
opacity: 0;
transform: translateY(-100%);
}
100% 
{
opacity: 1;
transform: translateY(0%);
}		
}
@-webkit-keyframes slideDown 
{
0% 
{
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateY(0%);
}	
} .slideDown200
{
animation-name: slideDown200;
-webkit-animation-name: slideDown200;				
}
@keyframes slideDown200
{
0% 
{
opacity: 0;
transform: translateY(-100%);
}
100% 
{
opacity: 1;
transform: translateY(0%);
}		
}
@-webkit-keyframes slideDown200
{
0% 
{
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateY(0%);
}	
} .slideUp
{
animation-name: slideUp;
-webkit-animation-name: slideUp;
}
@keyframes slideUp 
{
0% 
{
opacity: 0;
transform: translateY(100%);
}
100%
{
opacity: 1;
transform: translateY(0%);
}	
}
@-webkit-keyframes slideUp 
{
0% 
{
opacity: 0;
-webkit-transform: translateY(100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateY(0%);
}	
}.visible-xs { display: none; }
.hidden-xs { display: block; } #faixa-topo { padding: 10px 0; }
#faixa-topo .icons-list { margin-top: -2px; } .footer .widget_categories li a { color: #fff; } .contact-form { }
.contact-form br { display: none; }
.contact-form label { 
color: #3156A3;
font-size: 15px;
font-weight: 600; 
margin-bottom: 1px;
}
.contact-form .vc_row { margin-bottom: 15px; }
.contact-form input[type="submit"] {
border: 1px solid #3156A3;
background-color: #3156A3;
color: #fff;
margin-top: 20px;
}
.contact-form input[type="text"]:focus, .contact-form input[type="text"]:hover,
.contact-form input[type="email"]:focus, .contact-form input[type="email"]:hover,
.contact-form textarea:focus, .contact-form textarea:hover {
background: #fff;
transition: all .3s;
}
.contact-form input[type="submit"]:hover {
background-color: #42B3E5;
border: 1px solid #42B3E5;
transition: all .3s;
} .wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok { font-size: 15px; }
.wpcf7-form .wpcf7-response-output { 
border-radius: 10px;
border-color: #fff;
background: #fff;
clear: both;
padding: 12px 15px !important;
font-size: 14px;
margin: 15px 0 25px 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output { color: #4F8A10;
background-color: #dff2bf;
border: 0;
}
.wpcf7 form.invalid .wpcf7-response-output { color: #D8000C;
background-color: #ffbaba;
border: 0;
}
.wpcf7 span.wpcf7-not-valid-tip {
color: #b33;
font-weight: bold;
font-size: 12px;
margin-top: 5px;
} .grecaptcha-badge { visibility: hidden; }
.google-form-policy  { margin-top: 20px; }
.google-form-policy a { color: #707275; } .widget-well .dp-logo svg {
height: 12px;
}
.svg-logo svg {
display: block;
height: auto;
max-width: 100%;
}
.mt-2, .my-2 {
margin-top: 1.3334rem !important;
}
.svg-logo-color-secondary {
fill: #00c3a5;
}
.svg-logo {
display: inline-block;
fill: #00c3a5;
position: relative;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.card-body button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
cursor: pointer;
}
.mt-1-5, .my-1-5 {
margin-top: 1.00005rem !important;
}
.btn-primary {
background-color: #3d83df !important;
color: #fff !important;
border-color: #3d83df !important;
}
.btn-block {
display: flex;
}
.btn {
align-items: center;
display: inline-flex;
justify-content: center;
white-space: nowrap;
}
.btn-block {
display: block;
width: 100%;
}
.btn-lg {
padding: .534rem .8rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .2rem;
}
.btn {
display: inline-block;
font-weight: 500;
color: #1b2734;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: rgba(0, 0, 0, 0);
border: .06667rem solid rgba(0, 0, 0, 0);
padding: .2rem .775rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .2rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.rating.rating-md{
margin-top: 10px;
}
.rating-md:before {
width: 84px;
}
.rating-md:after, .rating-md:before {
height: 100%;
}
.rating:before {
background-image: url(https://drwilsonfarizato.com.br/wp-content/themes/medicenter/images/starts.svg);
}
.rating:before, .rating:after {
background-repeat: no-repeat;
background-size: 100px;
content: "";
padding-left: 100px;
}
.rating-md span {
padding-left: 5px;
}
.rating span {
line-height: 1;
margin-bottom: -2px;
}
.rating-md span {
padding-left: 5px;
}
.rating span {
line-height: 1;
margin-bottom: -2px;
}
.text-muted {
color: #627282 !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mb-0-5, .my-0-5 {
margin-bottom: .33335rem !important;
}
.card-body i.svg-icon.svg-icon svg {
display: block;
height: 100%;
width: 100%;
}
.card-body i.svg-icon.svg-icon-color-secondary {
fill: #00c3a5;
}
.card-body i.svg-icon.svg-icon-size-16 {
height: 16px;
width: 16px;
}
.svg-icon:not(.svg-icon-v2) {
display: inline-block;
fill: #98a1ab;
height: 16px;
position: relative;
width: 16px;
}
.ml-0-5, .mx-0-5 {
margin-left: .33335rem !important;
}
.widget-well .doctor-card-header-link {
cursor: pointer;
}
.text-body {
color: #1b2734 !important;
}
.mb-0-5, .my-0-5 {
margin-bottom: .33335rem !important;
}
.card-body h4, .h4 {
line-height: 1.5;
}
.card-body h4, .card-body h5, .card-body h6, .h4, .h5, .h6 {
font-family: "Roboto", "Helvetica Neue", Helvetica, "Segoe UI", Arial, "Noto Sans", "Liberation Sans", system-ui, -apple-system, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight: 500;
}
.card-body h4, .h4 {
font-size: 1.067rem;
}
.overflow-hidden {
overflow: hidden !important;
}
.media-body {
flex: 1;
}
.avatar img {
border-radius: .2667rem;
height: auto;
width: 100%;
z-index: 5;
}
.avatar-no-background {
background-color: #fff;
background-image: none;
}
.avatar {
align-items: center;
background-size: 100%;
border-radius: .2667rem;
display: flex;
flex-shrink: 0;
justify-content: center;
position: relative;
flex-basis: 5.333rem;
height: 5.333rem;
width: 5.333rem;
}
.d-block {
display: block !important;
}
.pr-1, .px-1 {
padding-right: .6667rem !important;
}
.media {
display: flex;
align-items: flex-start;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: .06667rem solid rgba(0, 0, 0, .08);
border-radius: .2667rem;
}
.card-body {
flex: 1 1 auto;
min-height: 1px;
padding: 1.333rem;
}
.widget-well {
box-shadow: 0 1px 2px rgb(0 0 0 / 5%), 0 4px 16px rgb(0 0 0 / 5%);
max-width: 380px;
}
.ml-auto, .mx-auto {
margin-left: auto !important;
}
.mr-auto, .mx-auto {
margin-right: auto !important;
} #section-convenios {}
#section-convenios .box-header {
text-align: center;
margin-bottom: 35px;
}
#section-convenios .box-header:after {
margin: 7px auto 0 auto;
}
#section-convenios .item {
display: flex;
align-items: center;
justify-content: center;
height: 150px;
}
#section-convenios .item img {
max-width: 250px;
height: auto;
} #obrigado-wrapper {
padding: 45px 0;
}
#obrigado-wrapper .intro {
text-align: center;
}
#obrigado-wrapper .intro h2 {
color: #3156A3;
margin-bottom: 10px;
}
#obrigado-wrapper .icone {
text-align: center;
margin: 45px 0 30px 0;
}
#obrigado-wrapper .rodape {
text-align: center;
}
#obrigado-wrapper .rodape p {
margin: 0 0 10px 0;
padding: 0;
}
#obrigado-wrapper .rodape p:nth-child(1) {
font-weight: bold;
}
#obrigado-wrapper .rodape .more { 
float: none;
} #form-contato-internas {
padding: 60px 0;
background: #0384CE;
}
#form-contato-internas .contact-form .vc_row {
max-width: 100%;
}
#form-contato-internas .sub {
text-align: center;
}
#form-contato-internas .sub h2 {
font-weight: bold;
margin-top: 15px;
}
#form-contato-internas .sub h2,
#form-contato-internas .sub h3 {
color: #fff;
}
#form-contato-internas .sub h3:after {
background: #fff;
margin-bottom: 10px;
margin: 0 auto;
text-align: center;
}
#form-contato-internas .wpcf7 {}
#form-contato-internas .wpcf7 label { color: #fff; }
#form-contato-internas  p {
padding: 0;
} #faixa-agendamento {
background: #f8f8f8 url(https://drwilsonfarizato.com.br/wp-content/uploads/2019/11/carrossel-site-1.png) no-repeat top left;
background-size: cover;
padding-top: 60px;
padding-bottom: 130px;
}
#faixa-agendamento .col-dir {}
#faixa-agendamento .col-esq {
margin-top: 60px;
}
#faixa-agendamento .subtit {
margin-bottom: 30px; max-width: 550px;
}
#faixa-agendamento .subtit h2 {  color: #0384CE;
display: inline-block; font-size: 32px;
font-weight: bold;
line-height: 1.2; }
#faixa-agendamento .subtit p {
font-size: 18px;
}
#faixa-agendamento #widget-agendamento {
max-width: 370px;
} @media screen and (max-width: 769px) { .visible-xs { display: block; }
.hidden-xs { display: none; } .header-top-sidebar { width: 100% !important; }
#faixa-topo { background: #3156A3; padding: 8px 15px; }
#faixa-topo .icons-list { display: none; }
#faixa-topo .thin-list li:nth-child(3) { display: none; }
#faixa-topo .thin-list li,
#faixa-topo .thin-list li a,
#faixa-topo .thin-list li span,
#faixa-topo .thin-list li i,
#faixa-topo .thin-list .header-icon::before	{ color: #fff; } .header { width: 100% !important; }
.header-container { padding: 5px 15px; }
.header-container .header-left { display: flex !important; align-items: center !important; justify-content: space-between; }
.header-left a img { width: 240px; } .header .mobile-menu-switch { display: block; margin: 0; } .home-box-container-list.for-home-slider { margin-top: 40px !important; } #form-contato-internas { padding: 0 0 50px 0; }
#form-contato-internas .vc_col-sm-2 {display: none; }
#form-contato-internas textarea { margin-bottom: 10px; } #faixa-agendamento { background-color: #e5e5e5; padding: 35px 35px 0 35px; }
#faixa-agendamento .subtit { margin-top: 0; margin-bottom: 15px; }
#faixa-agendamento .subtit h2 { font-size: 28px; }
#faixa-agendamento .subtit p { font-size: 17px; }
#faixa-agendamento .col-esq { margin-top: 0; }
#faixa-agendamento #widget-agendamento { margin: 0 auto; }	
}@media screen and (max-width:1817px)
{
body .background-right
{
background-position: 1230px 0 !important;
}
}
@media screen and (max-width:1249px)
{
.vc_col-sm-6 .vc_col-sm-6 table td, 
.vc_col-sm-6 .vc_col-sm-6 table th
{
padding: 11px 5px;
} .site-container.boxed,
.boxed .header-container.sticky.move
{
max-width: 1090px;
} .header,
.header-top-sidebar,
.site-container .vc_row,
.site-container .vc_row.full-width .wpb_column .vc_row,
.site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
.home-box-container-list,
.footer,
.copyright-area
{
width: 990px;
}
.page-header-left
{
width: 730px;
}
.sf-menu>li>a
{
height: 24px;
}
.header.layout-1 .sf-menu li a, .header.layout-1 .sf-menu li a:visited
{
padding: 11px 10px 11px 8px;
}
.header.layout-1 .sf-menu>li.menu-item-has-children>a, .header.layout-1 .sf-menu>li.menu-item-has-children>a:visited
{
padding: 11px 3px 11px 8px;
}
.header.layout-1 .sf-menu>li.menu-item-has-children>a::after,
.header.layout-1 .sf-menu>li.menu-item-has-children.current-menu-item:hover>a::after,
.header.layout-1 .sf-menu>li.menu-item-has-children.current-menu-ancestor:hover>a::after
{
margin-left: 1px;
} .sf-menu>li.menu-item-has-children>a::after,
.sf-menu>li.menu-item-has-children.current-menu-item:hover>a::after,
.sf-menu>li.menu-item-has-children.current-menu-ancestor:hover>a::after
{
vertical-align: middle;
margin-top: -2px;
}
.header.layout-1 .sf-menu li ul li
{
width: 156px;
padding: 0 8px;
}
.header.layout-1 .sf-menu li a,
.header.layout-1 .sf-menu li a:visited,
.header.layout-1 .sf-menu li ul li a
{
font-size: 13px;
}
.header.layout-1 .sf-menu li ul
{
width: 172px;
}
.header.layout-1 .sf-menu li.wide ul.sub-menu
{
width: 344px;
}
.header.layout-1 ul.sf-menu li li:hover ul, .header.layout-1 ul.sf-menu li li.sfHover ul,
.header.layout-1 ul.sf-menu li li li:hover ul, .header.layout-1 ul.sf-menu li li li.sfHover ul
{
left: 172px;
}
.header.layout-1 .sf-menu li.left-flyout:hover ul ul 
{
left: -174px;
} .single-ql_services .vertical-menu li a
{
padding: 17px 8px 19px 10px;
}
.single-ql_services .vertical-menu li a::after
{
font-size: 14px;
} .home-box,
.home-box-container-list.for-home-slider .home-box,
.home-box-container-list.float .home-box
{
width: 270px;
}
.home-box-container-list.for-home-slider
{
position: relative;
margin-top: -194px;
}
.home-box-container
{
padding: 19px 30px 30px;
}
.home-box .news
{
margin-top: 22px;
}
.home-box .more
{
margin-top: 21px;
}
.home-box .scrolling-controls
{
margin-top: -59px;
height: 36px;
}
.home-box .scrolling-controls .header-right
{
margin-top: 1px;
} .items-list.padding-list
{
padding: 30px 20px;
}
.padding-header
{
padding: 0 20px;
} .vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 223px;
}
.vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 203px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 138px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 118px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li:hover ul, 
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 66px;
}
.vc_col-sm-12 .type-big>.tabs-navigation
{
width: 990px;
} .info-box
{
padding: 18px 30px 32px;
}
.info-box+.arrow-container
{
width: 50px;
}
.arrow-container .arrow
{
padding: 15px 17px 17px;
right: -50px;
bottom: -25px;
} .our-clients-list li
{
width: 198px;
} .post-footer .post-footer-details li
{
margin-right: 5px;
}
.post-footer-details li.post-footer-author+li.post-footer-category,
.post-footer-details li.post-footer-date,
.post-footer-details li.post-footer-comments
{	
margin-left: 5px;
padding-left: 10px;
}
.post-footer-details li.separator
{
margin: 0 10px 10px 5px;
}
.comment-box
{
width: 105px;
}
.comment-box .date .value
{
width: 90px;
padding: 11px 5px 12px;
}
.comment-box .comments-number
{
width: 100px;
}
.comments .comments-number a
{
width: 90px;
}
#comments_list .comment-details
{
width: 405px;
}
#comments_list .children .comment-details
{
width: 295px;
}
#comments_list .comment-author-avatar,
#comments_list .comment-author-avatar img
{
width: 90px;
height: 90px;
}
#comments_list .comment-author-avatar
{
margin-right: 25px;
}
#comments_list .children
{
margin-left: 110px;
}
.comment-form-container
{
margin-left: 130px;
}
.vc_col-sm-12 #comments_list .comment-details 
{
width: 745px;
}
.vc_col-sm-12 #comments_list .children .comment-details
{
width: 635px;
}
.vc_col-sm-10 #comments_list .comment-details
{
width: 575px;
}
.vc_col-sm-10 #comments_list .children .comment-details
{
width: 465px;
}
.vc_col-sm-9 #comments_list .comment-details
{
width: 490px;
}
.vc_col-sm-9 #comments_list .children .comment-details
{
width: 380px;
}
.vc_col-sm-6 #comments_list .comment-details
{
width: 235px;
}
.vc_col-sm-6 #comments_list .children .comment-details
{
width: 205px;
}
.vc_col-sm-6 #comments_list .children
{
margin-left: 30px;
}
.vc_col-sm-6 .comment-form-container
{
margin-left: 0;
}
.vc_col-sm-4 #comments_list .comment-details,
.vc_col-sm-4 #comments_list .children .comment-details
{
width: 100%;
}
.vc_col-sm-4 .comment-form input[type="submit"]
{
width: 140px;
} .vc_col-sm-3 .accordion .ui-accordion-content .item-footer .mc-button
{
float: left;
}
.vc_col-sm-3 .accordion .ui-accordion-content .item-footer .mc-button:last-child
{
margin-top: 10px;
}
.vc_col-sm-3 .accordion .ui-accordion-content .item-footer .mc-button,
.vc_col-sm-2 .item-content .thumb-image,
.vc_col-sm-6 .accordion.wide .ui-accordion-content .vc_col-sm-6 .item-footer .mc-button
{
margin-right: 0;
}
.vc_col-sm-6 .accordion.wide .ui-accordion-content .vc_col-sm-6 .item-footer .mc-button:last-child
{
margin-top: 10px;
} .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 330px;
}
.vc_col-sm-10 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 250px;
}
.vc_col-sm-9 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 207px;
}
.vc_col-sm-8 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
clear: both;
max-width: 100%;
}
.vc_col-sm-8 .gallery-item-details-list .details-box .controls
{
position: static;
float: left;
margin-bottom: 15px;
}
.vc_col-sm-4 .controls li.separator
{
margin: 0 15px;
}
.vc_col-sm-2 .controls li.separator
{
margin: 0 10px;
} .mc-gallery .gallery-box, .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-2-columns .gallery-box, .vc_col-sm-3 .gallery-2-columns .mc-preloader,
.vc_col-sm-6 .gallery-2-columns .gallery-box, .vc_col-sm-6 .gallery-2-columns .mc-preloader,
.vc_col-sm-9 .gallery-3-columns .gallery-box, .vc_col-sm-9 .gallery-3-columns .mc-preloader,
.vc_col-sm-6 .gallery-3-columns .gallery-box, .vc_col-sm-6 .gallery-3-columns .mc-preloader,
.vc_col-sm-3 .gallery-3-columns .gallery-box, .vc_col-sm-3 .gallery-3-columns .mc-preloader
{
width: 225px;
}
.gallery-box img,*/
.wpb_column .gallery-box .mc-preloader, .vc_col-sm-3 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-6 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-9 .gallery-3-columns .gallery-box .mc-preloader, .vc_col-sm-6 .gallery-3-columns .gallery-box .mc-preloader, .vc_col-sm-3 .gallery-3-columns .gallery-box .mc-preloader
{
height: 150px;
}
.gallery-2-columns .gallery-box, .gallery-2-columns .gallery-box .mc-preloader
{
width: 480px;
} .gallery-2-columns .gallery-box .mc-preloader
{
height: 320px;
}
.vc_col-sm-9 .gallery-2-columns .gallery-box, .vc_col-sm-9 .gallery-2-columns .mc-preloader
{
width: 352.5px;
} .vc_col-sm-9 .gallery-2-columns .gallery-box .mc-preloader
{
height: 235px;
}
.gallery-3-columns .gallery-box, .gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box, .vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-2-columns .gallery-box, .vc_col-sm-8 .gallery-2-columns .mc-preloader,
.vc_col-sm-4 .gallery-2-columns .gallery-box, .vc_col-sm-4 .gallery-2-columns .mc-preloader,
.vc_col-sm-4 .gallery-3-columns .gallery-box, .vc_col-sm-4 .gallery-3-columns .mc-preloader
{
width: 310px;
} .gallery-3-columns .gallery-box .mc-preloader, .vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader, .vc_col-sm-8 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-4 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-4 .gallery-3-columns .gallery-box .mc-preloader
{
height: 206.667px;
}
.vc_col-sm-10 .gallery-box, .vc_col-sm-10 .gallery-box .mc-preloader,
.vc_col-sm-10 .gallery-3-columns .gallery-box, .vc_col-sm-10 .gallery-3-columns .mc-preloader
{
width: 253.33px;
} .vc_col-sm-10 .gallery-box .mc-preloader, .vc_col-sm-10 .gallery-3-columns .gallery-box .mc-preloader
{
height: 168.883px;
}
.vc_col-sm-8 .gallery-box, .vc_col-sm-8 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-3-columns .gallery-box, .vc_col-sm-8 .gallery-3-columns .mc-preloader
{
width: 196.66px;
} .vc_col-sm-8 .gallery-box .mc-preloader, .vc_col-sm-8 .gallery-3-columns .gallery-box .mc-preloader
{
height: 131.1px;
}
.vc_col-sm-4 .gallery-box, .vc_col-sm-4 .gallery-box .mc-preloader
{
width: 285px;
} .vc_col-sm-4 .gallery-box .mc-preloader
{
height: 190px;
}
.vc_col-sm-4 .mc-gallery.horizontal-carousel .gallery-box
{
margin-left: 12.5px;
}
.vc_col-sm-2 .gallery-box, .vc_col-sm-2 .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-2-columns .gallery-box, .vc_col-sm-2 .gallery-2-columns .mc-preloader,
.vc_col-sm-2 .gallery-3-columns .gallery-box, .vc_col-sm-2 .gallery-3-columns .mc-preloader
{
width: 140px;
} .vc_col-sm-2 .gallery-box .mc-preloader, .vc_col-sm-2 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-2 .gallery-3-columns .gallery-box .mc-preloader
{
height: 93.33px;
}
.vc_col-sm-10 .gallery-2-columns .gallery-box, .vc_col-sm-10 .gallery-2-columns .mc-preloader
{
width: 395px;
} .vc_col-sm-10 .gallery-2-columns .gallery-box .mc-preloader
{
height: 263.33px;
}
.vc_col-sm-4 .gallery-2-columns.dm_pagination .gallery-box-2,
.vc_col-sm-6 .gallery-3-columns.dm_pagination .gallery-box-3,
.vc_col-sm-10 .gallery-4-columns.dm_pagination .gallery-box-4,
.vc_col-sm-4 .gallery-2-columns.dm_simple .gallery-box-2,
.vc_col-sm-6 .gallery-3-columns.dm_simple .gallery-box-3,
.vc_col-sm-10 .gallery-4-columns.dm_simple .gallery-box-4
{
margin-top: 30px;
} .vc_col-sm-12 .photostream .gallery-box:nth-child(11n+1),
.vc_col-sm-10 .photostream .gallery-box:nth-child(9n+1),
.vc_col-sm-9 .photostream .gallery-box:nth-child(8n+1),
.vc_col-sm-8 .photostream .gallery-box:nth-child(8n+1),
.vc_col-sm-6 .photostream .gallery-box:nth-child(6n+1),
.vc_col-sm-4 .photostream .gallery-box:nth-child(4n+1)
{
margin-left: 10px;
}
.vc_col-sm-12 .photostream .gallery-box:nth-child(9n+1),
.vc_col-sm-10 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-9 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-8 .photostream .gallery-box:nth-child(6n+1),
.vc_col-sm-6 .photostream .gallery-box:nth-child(4n+1),
.vc_col-sm-4 .photostream .gallery-box:nth-child(3n+1)
{
margin-left: 0;
}
.photostream.default .gallery-box img,
.vc_col-sm-9 .photostream.default .gallery-box img
{
width: 96px;
height: 96px;
}
.vc_col-sm-8 .photostream.default .gallery-box img,
.vc_col-sm-6 .photostream.default .gallery-box img
{
width: 100px;
height: 100px;
} .side-image-static .vc_single_image-img,
.side-image .vc_single_image-img,
.side-image+.wpb_single_image .vc_single_image-img
{
max-width: 80%;
}
.side-image.side-image-flower-2+.wpb_single_image .vc_single_image-img
{
max-width: 100%;
}
.custom-position-image.wpb_single_image img
{
max-width: 410px;
margin-left: -50px;
margin-bottom: -66px;
}
.side-image.side-image-flower
{
left: -90px;
} .services-list li
{
width: 330px;
}
.services-list h4,
.services-list p
{
padding-left: 30px;
padding-right: 30px;
}
.services-list h4
{
padding-top: 22px;
}
.services-list li .service-details
{
padding-bottom: 27px;
}
.services-list.services-spacing li li
{
width: 310px;
}
.services-list.services-icons li
{
width: 480px;
padding: 30px;
}
.services-list.services-icons li .service-content
{
margin-left: 28px;
padding-left: 30px;
} .vc_col-sm-4 .timeline-item .timeline-left
{
width: 132px;
min-width: 132px;
}
.vc_col-sm-4 .timeline-item label
{
max-width: 90px;
padding: 7px 8px 8px;
}
.vc_col-sm-4 .timeline-item .label-triangle
{
margin-right: 25px;
}
.vc_col-sm-4 .timeline-content
{
padding: 12px 0 16px 25px;
}
.vc_col-sm-4 .timeline-content span
{
float: left;
clear: both;
}
.vc_col-sm-4 .timeline-content span.timeline-title
{
margin-right: 0;
}
.vc_col-sm-4 .timeline-content span.timeline-subtitle
{
margin-top: 5px;
}
.vc_col-sm-3 .timeline-item .timeline-left
{
display: block;
width: auto;
min-width: 0;
}
.vc_col-sm-3 .timeline-item .label-container .timeline-circle,
.vc_col-sm-3 .timeline-item .label-triangle
{
display: none;
}
.vc_col-sm-3 .timeline-item label
{
float: left;
clear: both;
max-width: 100%;
}
.vc_col-sm-3 .timeline-content span.timeline-subtitle
{
display: block;
}
.vc_col-sm-3 .timeline-content
{
display: block;
clear: both;
border: none;
padding: 12px 0 16px;
} .wpb_column .announcement
{
padding: 20px 30px;
}
.vc_col-sm-4 .announcement.style-2,
.vc_col-sm-3 .announcement.style-2
{
padding: 30px 20px 30px;
}
.vc_col-sm-4 .announcement.style-2 h2,
.vc_col-sm-3 .announcement.style-2 h2
{
font-size: 22px;
}
.vc_col-sm-4 .announcement.style-2 p,
.vc_col-sm-3 .announcement.style-2 p
{
font-size: 14px;
padding-top: 20px;
}
.vc_col-sm-4 .announcement.style-2 .more,
.vc_col-sm-3 .announcement.style-2 .more
{
font-size: 14px;
}
.vc_col-sm-4 .announcement.style-2 .vertical-align-cell:last-child,
.vc_col-sm-3 .announcement.style-2 .vertical-align-cell:last-child
{
margin-top: 27px;
}
.vc_col-sm-2 .announcement
{
padding: 2px;
}
.vc_col-sm-2 .announcement .more
{
padding: 2px;
} .vc_row.full-width>.vc_col-sm-6 .caroufredsel-wrapper-testimonials
{
width: calc(100% - 220px) !important;
}
.caroufredsel-wrapper-testimonials
{
width: 690px !important;
left: 150px !important;
}
.vc_col-sm-8 .caroufredsel-wrapper-testimonials
{
width: 590px !important;
left: 30px !important;
}
.testimonials li.vc_col-sm-12
{
width: 690px;
} .timetable .event-container
{
padding: 12px 8px;
}
.tip
{
padding: 12px;
} .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 270px;
}
.vc_col-sm-3 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 185px;
}
.vc_col-sm-2 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 120px;
}
.vc_col-sm-4 .contact-form .vc_col-sm-8 p,
.vc_col-sm-4 .contact-form .vc_col-sm-4 input[type="submit"]
{
margin-top: 0;
}
.vc_col-sm-4 .contact-form .vc_col-sm-4 input[type='submit']
{
width: 150px;
}
.vc_col-sm-2 .contact-form .vc_col-sm-4 input[type='submit']
{
width: 140px;
}
.fieldset-with-recaptcha .terms-container
{
max-width: 470px;
}
.column-with-recaptcha
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column-reverse;
-moz-flex-flow: column-reverse;
-ms-flex-flow: column-reverse;
flex-flow: column-reverse;
}
.contact-form .column-with-recaptcha .g-recaptcha-wrapper
{
float: none;
margin: 0;
-ms-flex-item-align: flex-end;
-webkit-align-self: flex-end;
-moz-align-self: flex-end;
align-self: flex-end;
}
.contact-form .submit-container .column-with-recaptcha .button-with-recaptcha
{
float: none;
margin-top: 30px;
margin-left: 0;
margin-right: 0;
}
.submit-container .column-with-recaptcha .terms-container
{
-ms-flex-order: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
-ms-flex-item-align: flex-end;
-webkit-align-self: flex-end;
-moz-align-self: flex-end;
align-self: flex-end;
} .ui-datepicker
{
width: 288px;
} .vc_col-sm-2 .contact-data li .value
{
padding: 13px 15px;
}
.vc_col-sm-3 .contact-data li
{
display: block;
word-wrap: break-word;
}
.vc_col-sm-3 .contact-data li .value
{
display: block;
padding: 13px 15px;
}
.vc_col-sm-3 .contact-data li::before
{
display: none;
} .footer-banner-box
{
width: 330px;
}
.footer-banner-box p
{
font-size: 26px;
} .rev_slider h1,
.rev_slider h2,
.rev_slider p,
.rs-layer.slider-heading,
.rs-layer.slider-subheading,
.rs-layer.more
{
margin-left: 50px !important;
}
.rev_slider h1,
.rev_slider h2,
.rs-layer.slider-heading
{
font-size: 55px !important;
line-height: 64px !important;
margin-top: -20px !important;
}
.rev_slider p,
.rs-layer.slider-subheading
{
margin-top: -34px !important;
}
.rs-layer.more
{
margin-top: -40px !important;
} .vc_col-sm-12 .comment-form .vc_col-sm-6
{
width: 415px;
}
.vc_row .vc_col-sm-10
{
width: 820px;
}
.vc_row .vc_col-sm-9
{
width: 735px;
}
.vc_row .vc_col-sm-8 
{
width: 650px;
}
.vc_row .vc_col-sm-6
{
width: 480px;
}
.site-container .vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
width: 495px;
}
.vc_col-sm-10 .vc_col-sm-6
{
width: 395px;
}
.vc_col-sm-10 .comment-form .vc_col-sm-6
{
width: 330px;
}
.vc_col-sm-9 .vc_col-sm-6
{
width: 352px;
}
.vc_row .vc_col-sm-4,
.vc_col-sm-8 .vc_col-sm-6
{
width: 310px;
}
.vc_col-sm-9 .comment-form .vc_col-sm-6
{
width: 287px;
}
.vc_row .vc_col-sm-3,
.vc_col-sm-6 .vc_col-sm-6,
.vc_col-sm-6 .comment-form .vc_col-sm-6
{
width: 225px;
}
.vc_col-sm-10 .vc_col-sm-8
{
width: 526px;
}
.vc_col-sm-10 .vc_col-sm-4
{
width: 264px;
}
.vc_col-sm-9 .vc_col-sm-8
{
width: 470px;
}
.vc_col-sm-9 .vc_col-sm-4
{
width: 225px;
}
.vc_col-sm-8 .vc_col-sm-8
{
width: 413px;
}
.vc_col-sm-8 .vc_col-sm-4
{
width: 196px;
}
.vc_col-sm-6 .vc_col-sm-8
{
width: 300px;
}
.vc_col-sm-6 .vc_col-sm-4
{
width: 150px;
}
.vc_row .vc_col-sm-4 .vc_col-sm-8,
.vc_row .vc_col-sm-4 .vc_col-sm-4
{
width: 100%;
margin-top: 40px;
margin-left: 0;
}
.vc_row .vc_col-sm-4 .vc_col-sm-8:first-child,
.vc_row .vc_col-sm-4 .vc_col-sm-4:first-child
{
margin-top: 0;
}
.vc_row .vc_col-sm-2,
.vc_col-sm-4 .vc_col-sm-6
{
width: 140px;
}
.vc_row .vc_col-sm-1\/5 
{
width: 174px;
}
.vc_row .vc_col-sm-2\/5 
{
width: 378px;
}
.vc_row .vc_col-sm-3\/5 
{
width: 582px;
}
.vc_row .vc_col-sm-4\/5 
{
width: 786px;
} .vc_row .vc_col-sm-12 .post-content
{
width: 860px;
}
.vc_row .vc_col-sm-10 .post-content
{
width: 690px;
}
.vc_row .vc_col-sm-9 .post-content
{
width: 605px;
}
.vc_row .vc_col-sm-8 .post-content
{
width: 520px;
}
.vc_row .vc_col-sm-6 .post-content
{
width: 350px;
}
.vc_row .vc_col-sm-4 .post-content
{
width: 100%;
}
.vc_col-sm-4 .comment-box
{
width: 100%;
margin-bottom: 30px;
margin-right: 0;
}
.vc_col-sm-4 .comment-box li
{
float: left;
width: auto;
}
.vc_col-sm-4 .comment-box .comments-number
{
width: auto;
margin-top: 0;
margin-left: 2px;
}
.vc_col-sm-4 .comments .comment-box .comments-number
{
float: left;
width: auto;
margin-left: 0;
}
.vc_col-sm-4 .comments .comment-box .comments-number a,
.vc_col-sm-4 .comment-box .date .value
{
width: auto;
}
.vc_col-sm-4 .comment-box .date .value,
.vc_col-sm-4 .comment-box .date .arrow-date,
.vc_col-sm-4 .comment-box .comments-number a,
.vc_col-sm-4 .comment-box .arrow-comments
{
clear: both;
float: none;
}
.vc_col-sm-4 .comment-box .date .arrow-date,
.vc_col-sm-4 .comment-box .arrow-comments
{
left: 0;
right: auto;
} .vc_col-sm-8 .comment-form .vc_col-sm-6
{
width: 245px;
} .vc_col-sm-12 .scrolling-list li .left
{
width: 950px;
}
.vc_col-sm-10 .scrolling-list li .left
{
width: 780px;
}
.vc_col-sm-8 .scrolling-list li .left
{
width: 610px;
}
.vc_col-sm-6 .scrolling-list li .left
{
width: 440px;
}
.vc_col-sm-4 .scrolling-list li .left
{
width: 270px;
}
.vc_col-sm-3 .scrolling-list li .left
{
width: 185px;
}
.vc_col-sm-2 .scrolling-list li .left
{
width: 100px;
} .clearfix.has-gutenberg-blocks>*
{
width: 990px;
}
.has-gutenberg-blocks .alignleft
{
width: auto;
margin-left: calc((100% - 990px) / 2);
}
.has-gutenberg-blocks .alignright
{
width: auto;
margin-right: calc((100% - 990px) / 2);
}
.has-gutenberg-blocks .alignwide
{
width: 1090px;
}
.wp-block-columns
{
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
-moz-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
@media screen and (max-width:1009px)
{
body
{
font-size: 13px;
}
blockquote
{
padding-left: 23px;
margin-bottom: 23px;
}
.description p,
p.description
{
padding: 21px 0;
} .site-container.boxed,
.boxed .header-container.sticky.move
{
max-width: 850px;
}
.margin-top-70
{
margin-top: 50px;
}
.margin-top-92
{
margin-top: 62px;
}
.margin-top-100,
body .margin-top-100
{
margin-top: 70px;
}
.margin-bottom-50,
.site-container .vc_row.margin-bottom-50
{
margin-bottom: 35px;
}
.padding-left-right-100
{
padding: 0 70px;
}
.padding-left-100,
body .padding-left-100
{
padding-left: 70px;
}
.padding-right-100,
.accordion.padding-right-100
{
padding-right: 70px;
}
.padding-top-70
{
padding-top: 50px;
}
.padding-top-89
{
padding-top: 62px;
}
.padding-top-100
{
padding-top: 70px;
}
.padding-bottom-50
{
padding-bottom: 35px;
}
.padding-bottom-76
{
padding-bottom: 56px;
}
.padding-bottom-100
{
padding-bottom: 70px;
}
.padding-bottom-128
{
padding-bottom: 98px;
} h1,
h2.large
{
font-size: 24px;
}
h2
{
font-size: 22px;
}
h3,
blockquote
{
font-size: 16px;
}
h4,
table td:first-child, table th:first-child
{
font-size: 14px;
}
h5
{
font-size: 12px;
}
.sentence
{
margin-top: 21px;
}
.sentence-author
{
margin-top: 20px;
} .header,
.header-top-sidebar,
.site-container .vc_row,
.site-container .vc_row.full-width .wpb_column .vc_row,
.site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
.home-box-container-list,
.footer,
.copyright-area
{
width: 750px;
}
.header
{
padding-top: 18px;
padding-bottom: 10px;
}
.header.top-sidebar-visible
{	
padding-top: 34px;
}
.header-separator,
.layout-3.header,
.header-container-layout-4 .header
{
padding-top: 18px;
}
.header-left
{
display: block;
width: 100%;
text-align: center;
margin-bottom: 18px;
}
.layout-2 .header-left
{
text-align: left;
}
.layout-2 .header-left,
.layout-4 .header-left
{
margin-bottom: 0;
}
.header-left a
{
display: inline-block;
}
.header-right
{
clear: both;
float: left;
}
.menu-main-menu-container
{
display: table;
margin-left: auto;
margin-right: auto;
}
.header-container-layout-2 .menu-main-menu-container
{
display: block;
margin: 0;
} .slider-navigation .slider-control,
.single .post-content .slider-navigation .slider-control,
.slider-navigation .slider-control a
{
height: 30px;
}
.for-home-slider .slider-navigation
{
top: -30px;
} .vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 172px;
}
.vc_col-sm-3 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 158px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 172px;
}
.vc_col-sm-2 .tabs-box-navigation.sf-menu li.wide ul li
{
width: 158px;
}
.vc_row .vc_col-sm-2 .tabs-box-navigation.sf-menu li:hover ul, 
.vc_row .vc_col-sm-2 .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 70px;
}
.vc_col-sm-12 .type-big>.tabs-navigation
{
width: 750px;
}
.type-big>.tabs-navigation li a
{
font-size: 16px;
}
.type-big>.tabs-navigation~.ui-tabs-panel
{
padding-top: 50px;
padding-bottom: 70px;
} .sf-menu li
{ margin-left: 5px;
}
.sf-menu li a, .sf-menu li a:visited
{
padding: 11px 10px 11px 8px;
}
.sf-menu>li.menu-item-has-children>a, .sf-menu>li.menu-item-has-children>a:visited
{
padding: 11px 3px 11px 8px;
}
.sf-menu>li.menu-item-has-children>a::after,
.sf-menu>li.menu-item-has-children.current-menu-item:hover>a::after,
.sf-menu>li.menu-item-has-children.current-menu-ancestor:hover>a::after
{
margin-top: -1px;
margin-left: 1px;
}
.sf-menu li a,
.sf-menu li a:visited,
.sf-menu li ul li a
{
font-size: 13px;
}
.sf-menu li ul
{
width: 172px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{ }
.sf-menu li ul li
{
width: 156px;
padding: 0 8px;
}
.sf-menu li ul li a,
.sf-menu li:hover ul a, .sf-menu>li.menu-item-has-children:hover ul a,
.sf-menu li ul li.menu-item-type-custom a,
.sf-menu>li.menu-item-has-children:hover ul li.menu-item-type-custom a
{
padding: 12px 0;
}
.sf-menu li ul li a:hover, .sf-menu li ul li.selected a, .sf-menu li ul li.current-menu-item a,
.sf-menu>li.menu-item-has-children ul li a:hover, .sf-menu>li.menu-item-has-children:hover ul li.selected a, .sf-menu>li.menu-item-has-children:hover ul li.current-menu-item a,
.sf-menu>li.menu-item-has-children:hover ul li.selected ul li a:hover,.sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li a:hover, .sf-menu>li.menu-item-has-children:hover ul li ul li.selected a, .sf-menu>li.menu-item-has-children:hover ul li ul li.current-menu-item a, .sf-menu>li.menu-item-has-children:hover ul li.selected ul li.selected a, .sf-menu>li.menu-item-has-children:hover ul li.selected ul li.current-menu-item a,
.sf-menu>li.menu-item-has-children:hover ul li.menu-item-type-custom a:hover, .sf-menu li ul li.menu-item-type-custom a:hover
{
padding-bottom: 11px;
}
.sf-menu>li.menu-item-has-children:hover ul li.menu-item-type-custom a,
.sf-menu>li.menu-item-has-children:hover ul li.selected ul li a,
.sf-menu>li.menu-item-has-children:hover ul li.current-menu-item ul li a,
.sf-menu li ul li.menu-item-type-custom a
{
padding-bottom: 12px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
left: 172px;
}
.sf-menu li.left-flyout:hover ul ul 
{
left: -174px;
}
.sf-menu li.wide ul.sub-menu
{
width: 344px;
}
.sf-menu li li.wide ul.sub-menu
{
width: 184px;
}
.footer .menu li
{
width: 100%;
} .theme-page
{
padding-bottom: 50px;
}
.page-margin-top,
.page_margin_top,
.single .post-content h2.page-margin-top, .single .post-content h3.page-margin-top, .single .post-content h4.page-margin-top, .single .post-content h5.page-margin-top,
.single .post-content h2.page_margin_top, .single .post-content h3.page_margin_top, .single .post-content h4.page_margin_top, .single .post-content h5.page_margin_top
{
margin-top: 35px;
}
.page-margin-top-section,
.page_margin_top_section,
.single .post-content h2.page-margin-top-section, .single .post-content h3.page-margin-top-section, .single .post-content h4.page-margin-top-section, .single .post-content h5.page-margin-top-section,
.single .post-content h2.page_margin_top_section, .single .post-content h3.page_margin_top_section, .single .post-content h4.page_margin_top_section, .single .post-content h5.page_margin_top_section
{
margin-top: 50px;
}
.page-margin-top-vlarge
{
margin-top: 70px;
}
.top-hint
{
top: 18px;
} .page-header-left
{
width: 530px;
}
.page-header-right
{
width: 220px;
} .search .search-input
{
width: 180px;
}
.search .search-input:focus
{
width: 200px;
} .bread-crumb
{
padding: 10px 0 0;
} .slider li
{
height: 520px;
}
.slider-content-box
{
margin-top: -488px;
min-height: 286px;
}
.slider-content .subtitle
{
line-height: 120%;	
}
.slider-content h1
{
font-size: 56px;
} .home-box-container
{
padding: 13px 17px 23px;
}
.home-box,
.home-box-container-list.for-home-slider .home-box,
.home-box-container-list.float .home-box
{
width: 216px;
}
.home-box-container-list.for-home-slider
{
margin-top: -62px;
}
.home-box .news
{
margin-top: 13px;
}
.home-box .news .text
{
line-height: 1.69231;
}
.home-box .more
{
margin-top: 16px;
}
.home-box .scrolling-controls
{
margin-top: -44px;
height: 31px;
}
.home-box .header-right
{
width: 59px;
}
.scrolling-list-control-left, 
.scrolling-list-control-right
{
width: 28px;
height: 28px;
}
.home-box-container-list.margin-minus
{
margin-top: -202px;
} .home-box .scrolling-list-wrapper 
{
margin-top: 1px;
}
.scrolling-list-control-left, 
.scrolling-list-control-right
{
line-height: 24px;
} .icons-list a,
.icons-list span
{	
margin-left: 20px;
}
.header-top-sidebar .template-cart
{
padding-left: 20px;
} .more.medium
{
padding: 13px;
} .vc_col-sm-4 .mc-features-small .text 
{
margin-left: 82px;
}
.vc_col-sm-4 .mc-features-small .item-content .text h3 
{
margin-bottom: 6px;
}
.vc_col-sm-4 .mc-features-small .item-footer
{
margin-top: 7px;
}
.vc_col-sm-3 .mc-features .hexagon
{	
float: none;
}
.vc_col-sm-3 .mc-features .text
{
margin-left: 0;
margin-top: 23px;
} .info-box[class^="features-"] h3, .info-box[class*=" features-"] h3,
.info-box p
{
margin-top: 20px;
} .our-clients-list li
{
width: 250px;
}
.our-clients-list li:nth-child(5n+1)
{
border-left: 1px solid #E5E5E5;
}
.our-clients-list li:nth-child(3n+1)
{
border-left: none;
}
.our-clients-list li:nth-child(n+4)
{
margin-top: 35px;
} .wpb_column .layout-row .blog.page-margin-top-section,
.wpb_column .layout-column .blog.page-margin-top-section,
.wpb_column .layout-column .blog.page-margin-top-section:first-child,
.vc_col-sm-3 .layout-column .blog.page-margin-top-section:first-child,
.vc_col-sm-2 .layout-column .blog.page-margin-top-section:first-child,
.wpb_column .layout-row .blog.page_margin_top_section,
.wpb_column .layout-column .blog.page_margin_top_section,
.wpb_column .layout-column .blog.page_margin_top_section:first-child,
.vc_col-sm-3 .layout-column .blog.page_margin_top_section:first-child,
.vc_col-sm-2 .layout-column .blog.page_margin_top_section:first-child
{
margin-top: 50px;
}
.wpb_column .layout-row .blog.page-margin-top,
.wpb_column .layout-column .blog.page-margin-top,
.wpb_column .layout-column .blog.page-margin-top:first-child,
.vc_col-sm-3 .layout-column .blog.page-margin-top:first-child,
.vc_col-sm-2 .layout-column .blog.page-margin-top:first-child,
.wpb_column .layout-row .blog.page_margin_top,
.wpb_column .layout-column .blog.page_margin_top,
.wpb_column .layout-column .blog.page_margin_top:first-child,
.vc_col-sm-3 .layout-column .blog.page_margin_top:first-child,
.vc_col-sm-2 .layout-column .blog.page_margin_top:first-child
{
margin-top: 35px;
}
.comment-box
{
width: 95px;
margin-right: 20px;
}
.comment-box .date .value,
.comments .comments-number a
{
width: 80px;
}
.comment-box .comments-number
{
width: 90px;
}
.comment-box .date .value,
.comment-box .comments-number a
{
font-size: 11px;
}
.vc_col-sm-3 .layout-column .blog.page-margin-top
{
}
.layout-row .blog,
.post,
.post-footer,
.vc_col-sm-3 .layout-row .blog,
.vc_col-sm-2 .layout-row .blog,
.vc_col-sm-3 .layout-row .post,
.vc_col-sm-2 .layout-row .post,
.vc_col-sm-3 .layout-column .blog,
.vc_col-sm-2 .layout-column .blog,
.vc_col-sm-3 .layout-column .post,
.vc_col-sm-2 .layout-column .post,
.vc_col-sm-3 .layout-column .blog.page-margin-top,
.vc_col-sm-3 .layout-column .blog.page-margin-top-section,
.vc_col-sm-2 .layout-column .blog.page-margin-top,
.vc_col-sm-2 .layout-column .blog.page-margin-top-section,
.vc_col-sm-3 .layout-column .blog.page_margin_top,
.vc_col-sm-3 .layout-column .blog.page_margin_top_section,
.vc_col-sm-2 .layout-column .blog.page_margin_top,
.vc_col-sm-2 .layout-column .blog.page_margin_top_section
{
margin-top: 30px;
} .comments .comment-box .arrow-comments
{
clear: both;
float: none;
left: 0;
right: auto;
}
.comments .comment-box .comments-number a
{
clear: both;
float: none;
}
#comments_list
{
clear: both;
margin-top: 30px;
}
#comments_list .comment-details
{
width: 379px;
}
#comments_list .children .comment-details
{
width: 334px;
}
#comments_list .comment-details .post-footer
{
margin-top: 31px;
}
#comments_list .children
{
margin-left: 45px;
}
.vc_col-sm-12 #comments_list .comment-details
{
width: 635px;
}
.vc_col-sm-12 #comments_list .children .comment-details
{
width: 590px;
}
.vc_col-sm-10 #comments_list .comment-details
{
width: 507px;
}
.vc_col-sm-10 #comments_list .children .comment-details
{
width: 462px;
}
.vc_col-sm-9 #comments_list .comment-details
{
width: 443px;
}
.vc_col-sm-6 #comments_list .children .comment-details
{
width: 398px;
}
.vc_col-sm-6 #comments_list .comment-details
{
width: 251px;
}
.vc_col-sm-6 #comments_list .children .comment-details
{
width: 221px;
}
.vc_col-sm-4 #comments_list
{
margin-top: 0;
}
.vc_col-sm-4 #comments_list .children,
.vc_col-sm-3 #comments_list .children
{
margin-left: 15px;
}
.vc_col-sm-4 .comment-form .wpb_column
{
margin-top: 8px;
}
.vc_col-sm-4 .comment-form .wpb_column:first-child
{
margin-top: 0;
}
.vc_col-sm-4 .comment-form .vc_col-sm-6
{
width: 100%;
margin-left: 0;
}
.vc_col-sm-4 .comment-form input[type="submit"]
{
width: 150px;
}
.vc_col-sm-2 .comment-form input[type="submit"]
{
width: 110px;
padding: 11px 0;
} .comment-form-container
{
margin-left: 0;
} .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 198px;
}
.contact-form .tabs-box-navigation.sf-menu li:hover ul, .contact-form .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 46px;
}
.vc_col-sm-6 .contact-form .vc_col-sm-8 p,
.vc_col-sm-6 .contact-form .vc_col-sm-4 input[type="submit"]
{
margin-top: 0;
}
.vc_col-sm-3 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 134px;
}
.vc_col-sm-2 .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 100px;
padding: 11px 5px;
}
.vc_col-sm-2 .contact-form .vc_col-sm-4 input[type='submit']
{
width: 110px;
}
.fieldset-with-recaptcha .terms-container
{
max-width: 430px;
}
.fieldset-with-recaptcha .recaptcha-container
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.fieldset-with-recaptcha .recaptcha-container .g-recaptcha-wrapper
{
margin-right: 0;
}
.submit-container.fieldset-with-recaptcha .recaptcha-container .button-with-recaptcha
{
float: none;
margin-top: 30px;
margin-left: auto;
margin-right: 0;
}
.comment-form .vc_row.fieldset-with-recaptcha .terms-container
{
padding-bottom: 0;
}
.terms-container label
{
font-size: 13px;
}
.vc_row .vc_col-sm-9 .contact-form p,
.vc_row .vc_col-sm-8 .contact-form p
{
padding: 0;
}
.vc_col-sm-9 .contact-form .column-with-recaptcha .g-recaptcha-wrapper,
.vc_col-sm-8 .contact-form .column-with-recaptcha .g-recaptcha-wrapper
{
-ms-flex-item-align: start;
-webkit-align-self: start;
-moz-align-self: start;
align-self: start;
}
.vc_col-sm-9 .contact-form .submit-container .column-with-recaptcha>.vc_row,
.vc_col-sm-8 .contact-form .submit-container .column-with-recaptcha>.vc_row
{
text-align: center;
}
.vc_col-sm-9 .submit-container .column-with-recaptcha .terms-container,
.vc_col-sm-8 .submit-container .column-with-recaptcha .terms-container
{
-ms-flex-item-align: start;
-webkit-align-self: start;
-moz-align-self: start;
align-self: start;
}
.vc_row .vc_col-sm-9 .row-with-recaptcha .wpb_column,
.vc_row .vc_col-sm-8 .row-with-recaptcha .wpb_column
{
width: 100%;
margin-left: 0;
margin-right: 0;
margin-top: 30px;
}
.vc_row .vc_col-sm-9 .row-with-recaptcha .wpb_column:first-child,
.vc_row .vc_col-sm-8 .row-with-recaptcha .wpb_column:first-child
{
margin-top: 0;
}
.vc_col-sm-9 .contact-form .submit-container .button-with-recaptcha input[type="submit"],
.vc_col-sm-8 .contact-form .submit-container .button-with-recaptcha input[type="submit"]
{
float: none;
}
.vc_col-sm-9 .fieldset-with-recaptcha,
.vc_col-sm-8 .fieldset-with-recaptcha
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.vc_col-sm-9 .fieldset-with-recaptcha .terms-container,
.vc_col-sm-8 .fieldset-with-recaptcha .terms-container
{
max-width: 100%;
}
.vc_col-sm-9 .contact-form .g-recaptcha-wrapper,
.vc_col-sm-8 .contact-form .g-recaptcha-wrapper
{
float: none;
margin: 0;
}
.vc_col-sm-9 .contact-form .submit-container .button-with-recaptcha,
.vc_col-sm-8 .contact-form .submit-container .button-with-recaptcha
{
float: none;
margin-top: 30px;
margin-left: 0;
margin-right: 0;
}
.vc_col-sm-9 .fieldset-with-recaptcha .terms-container,
.vc_col-sm-8 .fieldset-with-recaptcha .terms-container
{
height: auto;
-ms-flex-order: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
padding-bottom: 30px;
}
.vc_col-sm-9 .contact-form .submit-container.fieldset-with-recaptcha .recaptcha-container .button-with-recaptcha,
.vc_col-sm-9 .contact-form .submit-container .column-with-recaptcha .recaptcha-container .button-with-recaptcha,
.vc_col-sm-8 .contact-form .submit-container.fieldset-with-recaptcha .recaptcha-container .button-with-recaptcha,
.vc_col-sm-8 .contact-form .submit-container .column-with-recaptcha .recaptcha-container .button-with-recaptcha
{
margin-right: auto;
} .ui-datepicker
{
width: 216px;
}
.ui-datepicker-header
{
padding: 0;
}
.ui-datepicker table td, .ui-datepicker table th
{
padding: 5px 8px;
} .widget_categories ul,
.widget_archive ul,
.widget_archive select
{
margin-top: 23px;
}
.mc-appointment-widget .sentence
{
margin-top: 32px;
} .accordion.wide .tabs-navigation
{
margin-bottom: 28px;
}
.accordion.medium .ui-accordion-content
{
padding: 23px 0;
}
.item-content .thumb-image
{
margin-right: 20px;
}
.accordion .ui-accordion-content .item-footer .mc-button
{
font-size: 12px;
padding: 12px 10px;
}
.vc_col-sm-3 .item-content .thumb-image
{
margin-right: 10px;
} .ui-tabs-panel p
{
padding: 20px 0 21px;
} .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
font-size: 16px;
line-height: 1.625;
}
.tabs-box-navigation.sf-menu .tabs-box-navigation-selected::after
{
margin-top: 5px;
}
.tabs-box-navigation.sf-menu li:hover ul, 
.tabs-box-navigation.sf-menu li.sfHover ul
{
top: 48px;
} .thin-list li,
.thin_list li
{
margin-right: 15px;
} .announcement h2
{
font-size: 24px;
}
.wpb_column .announcement
{
padding: 20px;
}
.vc_col-sm-6 .announcement h2
{
font-size: 22px;
}
.vc_col-sm-2 .announcement
{
padding: 2px;
}
.vc_col-sm-2 .announcement h2
{
font-size: 18px;
}
.vc_col-sm-2 .announcement .more
{
padding: 2px;
} .vc_row.full-width>.vc_col-sm-6 .caroufredsel-wrapper-testimonials
{
width: calc(100% - 150px) !important;
}
.caroufredsel-wrapper-testimonials
{
width: 570px !important;
left: 90px !important;
}
.vc_col-sm-8 .caroufredsel-wrapper-testimonials
{
width: 434px !important;
}
.testimonials li.vc_col-sm-12
{
width: 570px;
}
.testimonials li.vc_col-sm-12 .sentence
{
font-size: 22px;
}
.site-container .horizontal-carousel.testimonials .vc_col-sm-6
{
margin-right: 18px;
} .vc_col-sm-4 .notification-box h2
{
width: auto;
clear: both;
margin-left: 0;
margin-top: 78px;
}
.vc_col-sm-4 .notification-box h5
{
margin-left: 0;
} .timetable .event-container
{
font-size: 12px;
}
.timetable th, .timetable .event-container,
.tooltip .tooltip-content
{
padding: 8px 4px;
}
.timetable td
{
height: 30px;
}
.timetable .hours
{
margin: 10px 0;
} .gallery-item-details-list>.gallery-item-details>.vc_row
{
padding-bottom: 35px;
}
ul.gallery-item-details-list.margin-bottom
{
margin-bottom: 35px;
}
.gallery-item-details-list .details-box p
{
padding: 21px 0;
}
.gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 215px;
}
.mc-gallery .gallery-box, .gallery-box .mc-preloader,
.gallery-3-columns .gallery-box, .gallery-3-columns .gallery-box .mc-preloader,
.vc_col-sm-8 .vc_col-sm-6 .gallery-box, .vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
width: 230px;
}
.vc_col-sm-6 .gallery-box, .vc_col-sm-6 .gallery-box .mc-preloader
{
width: 285px;
} .gallery-box .mc-preloader, .gallery-3-columns .gallery-box .mc-preloader, .vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
height: 153.333px;
} .vc_col-sm-6 .gallery-box .mc-preloader
{
height: 190px;
}
.gallery-2-columns .gallery-box, .gallery-2-columns .gallery-box .mc-preloader
{
width: 360px;
} .gallery-2-columns .gallery-box .mc-preloader
{
height: 240px;
}
.gallery-item-details-list.not-hidden li.gallery-item-details
{
margin-top: 35px;
}
.vc_col-sm-6 .mc-gallery.horizontal-carousel li.gallery-box
{
margin-left: 40.5px;
margin-right: 0;
}
.vc_col-sm-10 .gallery-box, .vc_col-sm-10 .gallery-box .mc-preloader,
.vc_col-sm-10 .gallery-3-columns .gallery-box, .vc_col-sm-10 .gallery-3-columns .mc-preloader
{
width: 187.33px;
} .vc_col-sm-10 .gallery-box .mc-preloader, .vc_col-sm-10 .gallery-3-columns .gallery-box .mc-preloader
{
height: 124.883px;
}
.vc_col-sm-9 .gallery-box, .vc_col-sm-9 .gallery-box .mc-preloader,
.vc_col-sm-9 .gallery-2-columns .gallery-box, .vc_col-sm-9 .gallery-2-columns .mc-preloader,
.vc_col-sm-9 .gallery-3-columns .gallery-box, .vc_col-sm-9 .gallery-3-columns .mc-preloader
{
width: 264px;
} .vc_col-sm-9 .gallery-box .mc-preloader, .vc_col-sm-9 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-9 .gallery-3-columns .gallery-box .mc-preloader
{
height: 176px;
}
.vc_col-sm-8 .gallery-box, .vc_col-sm-8 .gallery-box .mc-preloader,
.vc_col-sm-8 .gallery-2-columns .gallery-box, .vc_col-sm-8 .gallery-2-columns .mc-preloader,
.vc_col-sm-8 .gallery-3-columns .gallery-box, .vc_col-sm-8 .gallery-3-columns .mc-preloader
{
width: 232px;
} .vc_col-sm-8 .gallery-box .mc-preloader, .vc_col-sm-8 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-8 .gallery-3-columns .gallery-box .mc-preloader
{
height: 154.667px;
}
.vc_col-sm-4 .gallery-box, .vc_col-sm-4 .gallery-box .mc-preloader,
.vc_col-sm-4 .gallery-2-columns .gallery-box, .vc_col-sm-4 .gallery-2-columns .mc-preloader,
.vc_col-sm-4 .gallery-3-columns .gallery-box, .vc_col-sm-4 .gallery-3-columns .mc-preloader
{
width: 238px;
} .vc_col-sm-4 .mc-gallery .gallery-box .mc-preloader, .vc_col-sm-4 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-4 .gallery-3-columns .gallery-box .mc-preloader
{
height: 158.667px;
}
.vc_col-sm-4 .mc-gallery.horizontal-carousel .gallery-box
{
margin-left: 0;
margin-right: 30px;
}
.vc_col-sm-3 .gallery-box, .vc_col-sm-3 .gallery-box .mc-preloader,
.vc_col-sm-3 .gallery-2-columns .gallery-box, .vc_col-sm-3 .gallery-2-columns .mc-preloader,
.vc_col-sm-3 .gallery-3-columns .gallery-box, .vc_col-sm-3 .gallery-3-columns .mc-preloader
{
width: 174px;
} .vc_col-sm-3 .gallery-box .mc-preloader, .vc_col-sm-3 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-3 .gallery-3-columns .gallery-box .mc-preloader
{
height: 116px;
}
.vc_col-sm-2 .gallery-box, .vc_col-sm-2 .gallery-box .mc-preloader,
.vc_col-sm-2 .gallery-2-columns .gallery-box, .vc_col-sm-2 .gallery-2-columns .mc-preloader,
.vc_col-sm-2 .gallery-3-columns .gallery-box, .vc_col-sm-2 .gallery-3-columns .mc-preloader
{
width: 110px;
} .vc_col-sm-2 .gallery-box .mc-preloader, .vc_col-sm-2 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-2 .gallery-3-columns .gallery-box .mc-preloader
{
height: 73.33px;
}
.vc_col-sm-10 .gallery-2-columns .gallery-box, .vc_col-sm-10 .gallery-2-columns .mc-preloader
{
width: 296px;
} .vc_col-sm-10 .gallery-2-columns .gallery-box .mc-preloader
{
height: 197.33px;
}
.vc_col-sm-6 .gallery-2-columns .gallery-box, .vc_col-sm-6 .gallery-2-columns .mc-preloader,
.vc_col-sm-6 .gallery-3-columns .gallery-box, .vc_col-sm-6 .gallery-3-columns .mc-preloader
{
width: 366px;
} .vc_col-sm-6 .gallery-2-columns .gallery-box .mc-preloader, .vc_col-sm-6 .gallery-3-columns .gallery-box .mc-preloader
{
height: 244px;
}
.vc_col-sm-10 .gallery-item-details-list .details-box .controls,
.vc_col-sm-9 .gallery-item-details-list .details-box .controls
{
position: static;
float: left;
margin-bottom: 15px;
}
.vc_col-sm-10 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header,
.vc_col-sm-9 .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
clear: both;
max-width: 100%;
}
.vc_col-sm-4 .controls li.separator,
.vc_col-sm-2 .controls li.separator
{
display: none;
}
.vc_col-sm-6 .gallery-2-columns.dm_pagination .gallery-box-2,
.vc_col-sm-9 .gallery-3-columns.dm_pagination .gallery-box-3,
.vc_col-sm-8 .gallery-3-columns.dm_pagination .gallery-box-3,
.vc_col-sm-6 .gallery-3-columns.dm_pagination .gallery-box-2,
.gallery-4-columns.dm_pagination .gallery-box-4,
.vc_col-sm-9 .gallery-4-columns.dm_pagination .gallery-box-3,
.vc_col-sm-8 .gallery-4-columns.dm_pagination .gallery-box-3,
.vc_col-sm-6 .gallery-4-columns.dm_pagination .gallery-box-2,
.vc_col-sm-6 .gallery-2-columns.dm_simple .gallery-box-2,
.vc_col-sm-9 .gallery-3-columns.dm_simple .gallery-box-3,
.vc_col-sm-8 .gallery-3-columns.dm_simple .gallery-box-3,
.vc_col-sm-6 .gallery-3-columns.dm_simple .gallery-box-2,
.gallery-4-columns.dm_simple .gallery-box-4,
.vc_col-sm-9 .gallery-4-columns.dm_simple .gallery-box-3,
.vc_col-sm-8 .gallery-4-columns.dm_simple .gallery-box-3,
.vc_col-sm-6 .gallery-4-columns.dm_simple .gallery-box-2
{
margin-top: 30px;
} .vc_col-sm-12 .photostream .gallery-box:nth-child(9n+1),
.vc_col-sm-10 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-9 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-8 .photostream .gallery-box:nth-child(6n+1),
.vc_col-sm-6 .photostream .gallery-box:nth-child(4n+1),
.vc_col-sm-4 .photostream .gallery-box:nth-child(3n+1)
{
margin-left: 10px;
}
.vc_col-sm-12 .photostream .gallery-box:nth-child(7n+1),
.vc_col-sm-10 .photostream .gallery-box:nth-child(5n+1),
.vc_col-sm-9 .photostream .gallery-box:nth-child(5n+1),
.vc_col-sm-8 .photostream .gallery-box:nth-child(4n+1),
.vc_col-sm-6 .photostream .gallery-box:nth-child(3n+1),
.vc_col-sm-4 .photostream .gallery-box:nth-child(2n+1),
.vc_col-sm-3 .photostream .gallery-box
{
margin-left: 0;
}
.wpb_column .photostream.default .gallery-box img
{
width: 100px;
height: 100px;
}
.vc_col-sm-12 .photostream.default .gallery-box img
{
width: 98px;
height: 98px;
} .side-image-static .vc_single_image-img,
.side-image .vc_single_image-img,
.side-image+.wpb_single_image .vc_single_image-img
{
max-width: 60%;
}
body .site-container .wpb_single_image.side-image-static
{
margin-bottom: 38px;
}
.custom-position-image.wpb_single_image img
{
max-width: 300px;
margin-left: -31px;
margin-bottom: -62px;
}
.side-image.side-image-flower
{
left: -70px;
}
body .side-widget
{
position: relative;
right: auto;
} .services-list li
{
width: 250px;
}
.services-list h4
{
font-size: 16px;
}
.services-list.services-spacing li li
{
width: 230px;
}
.services-list.services-icons li
{
width: 360px;
padding: 20px;
}
.services-list.services-icons li .service-content
{
margin-left: 18px;
padding-left: 20px;
} .contact-data li .value
{
font-size: 13px;
}
.contact-data li::before
{
width: 55px;
}
.theme-page .vc_row .contact-data li .value
{
padding: 13px 10px;
}
.footer .widget .contact-data li .value
{
padding: 10px 0 10px 10px;
} .footer-banner-box
{
width: 250px;
padding: 20px 17px 15px;
}
.footer-banner-box p
{
font-size: 20px;
} .footer-box-container
{
margin-top: 40px;
} .rev_slider h1,
.rev_slider h2,
.rs-layer.slider-heading
{
font-size: 50px !important;
line-height: 62px !important;
margin-top: -15px !important;
}
.rs-layer.slider-heading.mc-colored
{
margin-top: -70px !important;
}
.rev_slider p,
.rs-layer.slider-subheading
{
margin-top: -30px !important;
}
.rs-layer.slider-subheading-alternative
{
margin-top: -100px !important;
}
.rs-layer.more
{
margin-top: -117px !important;
} .vc_row [class*="vc_col-sm"]
{
margin-left: 18px;
}
.vc_row .vc_col-sm-10
{
width: 622px;
}
.vc_row .vc_col-sm-9
{
width: 558px;
}
.vc_row .vc_col-sm-8
{
width: 494px;
}
.vc_row .vc_col-sm-6,
.vc_col-sm-12 .comment-form .vc_col-sm-6
{
width: 366px;
}
.site-container .vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
width: 375px;
}
.vc_col-sm-10 .vc_col-sm-6,
.vc_col-sm-10 .comment-form .vc_col-sm-6
{
width: 302px;
}
.vc_col-sm-9 .vc_col-sm-6,
.vc_col-sm-9 .comment-form .vc_col-sm-6
{
width: 270px;
}
.vc_row .vc_col-sm-4,
.vc_col-sm-8 .vc_col-sm-6
{
width: 238px;
}
.vc_row .vc_col-sm-3,
.vc_col-sm-6 .vc_col-sm-6,
.vc_col-sm-6 .comment-form .vc_col-sm-6
{
width: 174px;
}
.vc_col-sm-4 .vc_col-sm-6,
.vc_row .vc_col-sm-2
{
width: 110px;
}
.vc_col-sm-10 .vc_col-sm-8
{
width: 402px;
}
.vc_col-sm-10 .vc_col-sm-4
{
width: 202px;
}
.vc_col-sm-9 .vc_col-sm-8
{
width: 360px;
}
.vc_col-sm-9 .vc_col-sm-4
{
width: 174px;
}
.vc_col-sm-8 .vc_col-sm-8
{
width: 317px;
}
.vc_col-sm-8 .vc_col-sm-4
{
width: 152px;
}
.vc_col-sm-6 .vc_col-sm-8,
.vc_col-sm-6 .vc_col-sm-4
{
width: 100%;
margin-top: 40px;
margin-left: 0;
}
.vc_col-sm-6 .vc_col-sm-8:first-child,
.vc_col-sm-6 .vc_col-sm-4:first-child
{
margin-top: 0;
}
.vc_row .vc_col-sm-1\/5 
{
width: 135px;
}
.vc_row .vc_col-sm-2\/5 
{
width: 289px;
}
.vc_row .vc_col-sm-3\/5 
{
width: 443px;
}
.vc_row .vc_col-sm-4\/5 
{
width: 597px;
} .vc_col-sm-8 .comment-form .vc_col-sm-6
{
width: 238px;
} .vc_row .vc_col-sm-12 .post-content
{
width: 635px;
}
.vc_row .vc_col-sm-10 .post-content
{
width: 507px;
}
.vc_row .vc_col-sm-9 .post-content
{
width: 443px;
}
.vc_row .vc_col-sm-8 .post-content
{
width: 379px;
}
.vc_row .vc_col-sm-6 .post-content
{
width: 251px;
}  {
width: 238px;
} .vc_col-sm-12 .scrolling-list li .left
{
width: 710px;
}
.vc_col-sm-10 .scrolling-list li .left
{
width: 582px;
}
.vc_col-sm-8 .scrolling-list li .left
{
width: 454px;
}
.vc_col-sm-6 .scrolling-list li .left
{
width: 326px;
}
.vc_col-sm-4 .scrolling-list li .left
{
width: 198px;
}
.vc_col-sm-3 .scrolling-list li .left
{
width: 134px;
}
.vc_col-sm-2 .scrolling-list li .left
{
width: 70px;
} .clearfix.has-gutenberg-blocks>*
{
width: 750px;
}
.has-gutenberg-blocks .alignleft
{
width: auto;
margin-left: calc((100% - 750px) / 2);
}
.has-gutenberg-blocks .alignright
{
width: auto;
margin-right: calc((100% - 750px) / 2);
}
.has-gutenberg-blocks .alignwide
{
width: 850px;
}
}
@media screen and (max-width:767px)
{ body .hide-on-mobiles
{
display: none;
}
.show-on-mobiles
{
display: block;
}
.vc_row .wpb_column table td, 
.vc_row .wpb_column table th
{
padding: 11px 15px;
} .site-container.boxed
{
max-width: 562px;
}
.margin-top-92
{
margin-top: 42px;
}
.padding-bottom-128
{
padding-bottom: 78px;
}
.padding-left-right-100
{
padding: 0 50px;
}
.padding-top-57
{
padding-top: 39px;
}
.padding-top-200
{
padding-top: 100px;
}
.padding-bottom-63
{
padding-bottom: 50px;
}
.padding-bottom-193
{
padding-bottom: 93px;
}
.vc_row .wpb_column.padding-right-30
{
padding-right: 0;
}
.mobile-margin-top-0
{
margin-top: 0 !important;
} .header,
.header-top-sidebar,
.site-container .vc_row,
.site-container .vc_row.full-width .wpb_column .vc_row,
.site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
.home-box-container-list,
.footer,
.copyright-area,
.horizontal-carousel.testimonials .vc_col-sm-6
{
width: 462px;
}
.header-top-sidebar .thin-list li,
.header-top-sidebar .thin_list li
{
clear: both;
margin-right: 0;
margin-top: 10px;
}
.header-top-sidebar .thin-list li:first-child,
.header-top-sidebar .thin_list li:first-child
{
margin-top: 0;
}
.header-top-sidebar .icons-list
{
margin-top: -15px;
}
.header,
.header-container.sticky.transition .header
{
padding: 18px 0;
}
.header-container-layout-2 .header.layout-2,
.header-container-layout-3 .header.layout-3
{
padding-bottom: 0;
}
.site-container .header-container-layout-4 .header.layout-4
{
padding: 0;
}
.header.layout-2 .header-top-right-sidebar-container
{
float: left;
clear: both;
width: 100%;
margin-top: 25px;
}
.header .header-left a:first-child
{
display: table-cell;
width: 432px;
}
.header.layout-2 .mobile-menu,
.header.layout-4 .mobile-menu
{
padding-bottom: 18px;
}
.header.layout-1 .mobile-menu,
.header.layout-2 .mobile-menu,
.header.layout-3 .mobile-menu,
.header.layout-4 .mobile-menu
{
width: 100%;
} .header,
.layout-2.header,
.layout-4.header
{
padding: 18px 0;
}
.header-separator
{
display: none;
}
.menu-main-menu-container
{
display: none;
}
.header-container .header-left
{
display: table;
}
.header-left
{
text-align: left;
margin-bottom: 0;
}
.top-info-list li.separator
{
display: none;
}
.top-info-list li
{
width: 50%;
}
.mc-smart-column .wpb_wrapper
{
width: auto !important;
position: static !important;
}
.mc-smart-column
{
height: auto !important;
} .site-container .header .sf-menu
{
display: none;
}
.mobile-menu-container
{
display: block;
}
.header .mobile-menu-switch
{
display: table-cell;
height: 34px;
}
.mobile-menu-divider
{
margin-top: 18px;
}
.header.layout-4 .menu-main-menu-container
{
display: none;
}
.menu-item-has-children
{
position: relative;
}
.mobile-menu.collapsible-mobile-submenus .menu-item-has-children a.template-arrow-menu
{
position: absolute;
width: 46px;
height: 45px;
top: 0;
right: 0;
margin: 0;
padding: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
border: none;
border-bottom: 1px solid #E8E8E8;
}
.mobile-menu.collapsible-mobile-submenus .menu-item-has-children a.template-arrow-menu::before
{
position: absolute;
left: 17px;
top: 16px;
font-family: 'template';
content: "\68";
}
.menu-item-has-children a.template-arrow-menu:hover
{
text-decoration: none;
}
.mobile-menu.collapsible-mobile-submenus>ul>li:first-child>a.template-arrow-menu
{
top: 1px;
}
.collapsible-mobile-submenus .menu-item-has-children ul
{
display: none;
}
.collapsible-mobile-submenus .menu-item-has-children .menu-item-has-children ul
{
display: block;
}
.footer .menu li
{
width: 50%;
} .single-ql_services .vertical-menu li a
{
padding: 17px 17px 19px 20px;
} .wpb_column .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 348px;
}
.wpb_column .tabs-box-navigation.sf-menu li.wide ul li
{
width: 158px;
} .page-header-left,
.page-header-right
{
width: auto;
float: left;
clear: both;
}
.page-header-right
{
margin-top: 15px;
}
.top-hint
{
display: none;
} .footer
{
height: auto;
} .search .search-input
{
width: 200px;
}
.search .search-input:focus
{
width: 240px;
} .slider li
{
height: 315px;
}
.slider-content-box
{
margin-top: -285px;
min-height: 230px;
}
.slider-content .subtitle
{
margin-top: 10px;
}
.slider-content h1
{
font-size: 36px;
}
.for-home-slider .slider-navigation
{
position: relative;
margin-top: -30px;
top: 0;
} .home-box-container-list,
.home-box-container-list.for-home-slider>.wpb_wrapper>ul,
.home-box-container-list.float>.wpb_wrapper>ul
{
display: block;
}
.wpb_column .home-box-container
{
padding: 13px 23px 23px;
}
.home-box,
.home-box-container-list.for-home-slider .home-box,
.home-box-container-list.float .home-box
{
width: 416px;
}
.home-box-container-list.for-home-slider
{
margin-top: -32px;
}
.home-box .header-right
{
width: 69px;
}
.home-box .scrolling-controls
{
height: 36px;
margin-top: -49px;
}
.home-box .scrolling-controls .header-right
{
margin-top: 2px;
}
.home-box-container-list.margin-minus
{
margin-top: -55px;
} .mc-parallax
{
background-attachment: scroll;
} .button-label
{
display: block;
}
.button-label + .more
{
display: inline-block;
margin-left: 0;
margin-top: 27px;
} .info-box + .arrow-container
{
display: none;
} .scrolling-controls .header-right
{
margin-top: 0;
}
.scrolling-list-control-left, 
.scrolling-list-control-right
{
width: 33px;
height: 33px;
line-height: 28px;
}
.scrolling-list.footer-recent-posts li
{
width: auto;
} .vc_col-sm-4 .mc-features-small .text 
{
margin-left: 87px;
}
.vc_col-sm-4 .mc-features-small .item-content .text h3 
{
margin-bottom: 11px;
}
.vc_col-sm-4 .mc-features-small .item-footer
{
margin-top: 12px;
}
.vc_col-sm-3 .mc-features .hexagon,
.vc_col-sm-2 .mc-features .hexagon
{	
float: left;
}
.vc_col-sm-3 .mc-features .text,
.vc_col-sm-2 .mc-features .text
{
margin-left: 117px;
} .our-clients-list li
{
width: 231px;
}
.our-clients-list li:nth-child(3n+1)
{
border-left: 1px solid #E5E5E5;
}
.our-clients-list li:nth-child(2n+1)
{
border-left: none;
}
.our-clients-list li:nth-child(n+3)
{
margin-top: 35px;
} .vc_row .columns .blog,
.vc_row .wpb_column .layout-column .blog,
.wpb_column.vc_col-sm-6.post
{
margin-top: 30px;
}
.comment-box
{
width: 100%;
margin-bottom: 30px;
margin-right: 0;
}
.comment-box li
{
float: left;
width: auto;
}
.comment-box .comments-number
{
width: auto;
margin-top: 0;
margin-left: 2px;
}
.comments .comment-box .comments-number
{
float: left;
width: auto;
}
.comments .comment-box .comments-number a
{
width: auto;
}
.vc_row .wpb_column .comment-box .date .value
{
width: auto;
padding: 11px 13px 12px;
}
body .comment-box .date .value,
.comment-box .date .arrow-date,
.comment-box .comments-number a,
.comment-box .arrow-comments
{
clear: both;
float: none;
}
.comment-box .date .arrow-date,
.comment-box .arrow-comments
{
left: 0;
right: auto;
}
.comment-box .date .value, 
.comment-box .comments-number a
{
font-size: 12px;
} #comments_list
{
margin-top: 0;
}
.wpb_column #comments_list .comment-author-avatar
{
display: block;
}
.wpb_column #comments_list .comment-details
{
width: 347px;
}
.wpb_column #comments_list .children .comment-details
{
width: 302px;
}
.wpb_column #comments_list .children
{
margin-left: 45px;
}
.vc_col-sm-2 .comment-form input[type="submit"]
{
width: 150px;
padding: 11px 19px;
} .contact-form p,
.contact-form input[type="submit"]
{
margin-top: 0;
}
.wpb_column .contact-form .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 260px;
padding: 11px 20px;
}
.wpb_column .contact-form .tabs-box-navigation.sf-menu li:hover ul, .wpb_column .contact-form .tabs-box-navigation.sf-menu li.sfHover ul
{
top: 48px;
}
.vc_col-sm-2 .contact-form .vc_col-sm-4 input[type='submit']
{
width: 150px;
}
.contact-form p,
.comment-form p
{
padding: 0;
}
.contact-form .vc_row.submit-container .wpb_column
{
margin-top: 30px;
}
.contact-form .vc_row.submit-container .wpb_column:first-child
{
margin-top: 0;
}
.contact-form .submit-container .vc_col-sm-6>.vc_row
{
text-align: center;
}
.fieldset-with-recaptcha
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.vc_row .comment-form .wpb_column.fieldset-with-recaptcha
{
margin-top: 30px;
}
.fieldset-with-recaptcha .terms-container
{
max-width: 100%;
}
.contact-form .g-recaptcha-wrapper
{
float: none;
margin: 0;
}
.contact-form .column-with-recaptcha .g-recaptcha-wrapper
{
-ms-flex-item-align: start;
-webkit-align-self: start;
-moz-align-self: start;
align-self: start;
}
.contact-form .submit-container .button-with-recaptcha
{
float: none;
margin-top: 30px;
margin-left: 0;
margin-right: 0;
}
.contact-form .submit-container .button-with-recaptcha input[type="submit"]
{
float: none;
}
div.submit-container .vc_col-sm-6 .terms-container,
div.submit-container .vc_col-sm-6 .terms-container + .vc_row
{
float: none;
}
.submit-container .column-with-recaptcha .terms-container,
.comment-form .g-recaptcha-wrapper,
.comment-form .fieldset-with-recaptcha .terms-container
{
-ms-flex-item-align: start;
-webkit-align-self: start;
-moz-align-self: start;
align-self: start;
}
.fieldset-with-recaptcha .terms-container
{
height: auto;
-ms-flex-order: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
padding-bottom: 30px;
}
.contact-form .submit-container.fieldset-with-recaptcha .recaptcha-container .button-with-recaptcha,
.contact-form .submit-container .column-with-recaptcha .recaptcha-container .button-with-recaptcha,
.comment-form .button-with-recaptcha
{
margin-right: auto;
} .ui-datepicker
{
width: 440px;
}
.ui-datepicker-header
{
padding: 10px;
}
.ui-datepicker table td, .ui-datepicker table th
{
padding: 8px;
} .accordion.medium .ui-accordion-content
{
padding: 20px 0;
}
.accordion .ui-accordion-content .item-footer .mc-button
{
font-size: 13px;
padding: 12px 19px;
}
.wpb_column .accordion .ui-accordion-content .item-footer .mc-button,
.wpb_column .accordion.wide .ui-accordion-content .wpb_column .item-footer .mc-button
{
margin-right: 10px;
}
.wpb_column .accordion .ui-accordion-content .item-footer .mc-button:first-child,
.wpb_column .accordion.wide .ui-accordion-content .item-footer .mc-button:last-child
{
margin-right: 0;
}
.wpb_column .accordion .ui-accordion-content .item-footer .mc-button
{
float: right;
}
.wpb_column .accordion .ui-accordion-content .item-footer .mc-button:last-child,
.wpb_column .accordion.wide .ui-accordion-content .wpb_column .item-footer .mc-button:last-child
{
margin-top: 0;
} .item-content,
.blog.simple .item-content
{
margin-top: 40px;
}
.wpb_column .item-content .thumb-image
{
margin-right: 20px;
} .tabs-navigation li a
{
padding: 10px;
}
.tabs-navigation li a:hover,
.tabs-navigation li a.selected,
.tabs-navigation li.ui-tabs-active a
{
padding-bottom: 9px;
}
.tabs.small li a
{
padding: 16px 12px 18px;
}
.vc_col-sm-12 .type-big>.tabs-navigation
{
width: 462px;
}
div.type-big>.tabs-navigation li a
{
font-size: 16px;
padding: 25px 5px;
} .site-container .horizontal-carousel.testimonials .vc_col-sm-6
{
margin-top: 26px;
}
.vc_row .caroufredsel-wrapper-testimonials
{
width: 462px !important;
left: 0 !important;
}
.testimonials li.vc_col-sm-12
{
width: 462px;
padding: 0 30px;
}
.testimonials li.vc_col-sm-12 .sentence
{
font-size: 20px;
} .services-list li,
.services-list.services-spacing li li
{
width: 100%;
}
.services-list.services-spacing li li
{
margin-left: 0;
}
.services-list li .service-details
{
border-right: none;
}
.services-list ul li,
.services-list.services-spacing li li
{
margin-top: 30px;
}
.services-list>li li:first-child,
.services-list.services-spacing>li li:first-child
{
margin-top: 0;
}
.services-list.services-icons li
{
clear: both;
width: 100%;
padding: 30px;
}
body .services-list.services-icons li:nth-child(even)
{
margin-left: 0;
margin-right: 0;
}
.services-list.services-icons li .service-content
{
margin-left: 28px;
padding-left: 30px;
} .wpb_column .timeline-item .timeline-left
{
display: table-cell;
width: 167px;
min-width: 167px;
}
.wpb_column .timeline-item label
{
float: right;
clear: none;
max-width: 110px;
padding: 7px 20px 8px;
}
.wpb_column .timeline-item .label-triangle
{
margin-right: 40px;
}
.wpb_column .timeline-content
{
display: table-cell;
padding: 22px 0 26px 40px;
border-left: 1px solid #E5E5E5;
}
.wpb_column .timeline-content span
{
float: none;
clear: none;
}
.wpb_column .timeline-content span.timeline-title
{
margin-right: 10px;
}
.wpb_column .timeline-content span.timeline-subtitle
{
display: inline;
margin-top: 7px;
}
.wpb_column .timeline-item .label-container .timeline-circle,
.wpb_column .timeline-item .label-triangle
{
display: block;
} .announcement .vertical-align-cell
{
display: block;
}
.announcement .vertical-align-cell:first-child
{
width: 100%;
padding-right: 0;
}
.announcement .vertical-align-cell:last-child
{	
width: 100%;
text-align: left;
margin-top: 23px;
}
.vc_col-sm-2 .announcement
{
padding: 20px;
}
.vc_col-sm-2 .announcement h2
{
font-size: 24px;
}
.vc_col-sm-2 .announcement .more
{
padding: 13px;
} .wpb_column .notification-box h2
{
width: calc(100% - 95px);
clear: none;
margin-left: 78px;
margin-top: 0;
}
.wpb_column .notification-box h5
{
margin-left: 79px;
} .timetable
{
display: none;
}
.timetable.small
{
display: block;
}
.timetable.small .items-list a
{
width: 360px;
}
.timetable.small .items-list.mode12 a
{
width: 315px;
} .vc_row .wpb_column .mc-gallery .gallery-box, .vc_row .wpb_column .mc-gallery .gallery-box .mc-preloader
{
width: 225px;
} .vc_row .wpb_column  .mc-gallery .gallery-box .mc-preloader
{
height: 150px;
}
.vc_col-sm-8 .vc_col-sm-6 .gallery-box, .vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
width: 100%;
} .vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
height: 308px;
} {
height: auto;
}
.gallery-box .item-details
{
padding: 14px 0;
}
.gallery-box:hover .item-details
{
padding-bottom: 13px;
}
.gallery-box .social-icons, 
.gallery-item-details-list .social-icons
{
margin-top: 10px;
}
.gallery-box .description
{
padding: 10px 10px 13px;
}
.wpb_column .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 310px;
}
.wpb_column .gallery-item-details-list .details-box .controls
{
position: absolute;
margin-bottom: 0;
}
.wpb_column .controls li.separator
{
display: block;
margin: 0 20px;
}
.wpb_column .gallery-2-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-3-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-4-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-2-columns.dm_simple .gallery-box-2,
.wpb_column .gallery-3-columns.dm_simple .gallery-box-2,
.wpb_column .gallery-4-columns.dm_simple .gallery-box-2
{
margin-top: 0;
}
.wpb_column .gallery-3-columns.dm_pagination .gallery-box-3,
.wpb_column .gallery-4-columns.dm_pagination .gallery-box-3,
.wpb_column .gallery-3-columns.dm_simple .gallery-box-3,
.wpb_column .gallery-4-columns.dm_simple .gallery-box-3
{
margin-top: 30px;
} .vc_row .wpb_column .photostream .gallery-box
{
margin-left: 10px;
}
.wpb_column .photostream .gallery-box:nth-child(4n+1)
{
margin-left: 0;
}
.vc_col-sm-12 .photostream.default .gallery-box img
{
width: 100px;
height: 100px;
} .side-image-static .vc_single_image-img,
.side-image .vc_single_image-img,
.side-image+.wpb_single_image .vc_single_image-img
{
max-width: 80%;
}
.page-margin-top.side-image+.wpb_single_image
{
margin-bottom: 35px;
}
.side-image+.margin-right-30.wpb_single_image,
.side-image-static+.margin-right-30.wpb_single_image
{
margin-right: 0;
}
body .site-container .wpb_single_image.side-image-static
{
margin-bottom: 50px;
}
.custom-position-image.wpb_single_image img
{
max-width: 100%;
margin-left: 0;
margin-bottom: -70px;
}
.side-image.side-image-flower-2
{
top: -30px;
} .wpb_column .mc-gallery.horizontal-carousel li.gallery-box
{
margin-right: 12px;
margin-left: 0;
} .theme-page .vc_row .contact-data li .value
{
padding: 13px 30px 13px 20px;
}
.wpb_column .contact-data li::before
{
width: 75px;
}
.wpb_column .contact-data li
{
display: table;
}
.wpb_column .contact-data li .value,
.wpb_column .contact-data li::before
{
display: table-cell;
}
.footer .widget .contact-data li .value
{
padding: 10px 0 10px 15px;
} .footer-banner-box-container
{
display: block;
}
.footer-banner-box
{
width: 100%;
padding: 26px 23px 23px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.footer-banner-box p
{
font-size: 26px;
} .menu-footer-menu-container 
{
clear: both;
float: left;
margin-top: 23px;
} .page-template-404 p
{
font-size: 14px;
} .rev_slider h1,
.rev_slider h2,
.rs-layer.slider-heading
{
font-size: 34px !important;
font-weight: 300 !important;
line-height: 42px !important;
margin-top: -45px !important;
}
.rev_slider p,
.rs-layer.slider-subheading
{
font-size: 18px !important;
line-height: 27px !important;
margin-top: -112px !important;
}
.rs-layer.slider-subheading-alternative
{
font-size: 16px !important;
margin-top: -150px !important;
}
.rs-layer.more
{
margin-top: -180px !important;
padding: 14px 20px 13px !important;
} .vc_row .wpb_column
{
width: 100%;
margin-top: 40px;
}
.vc_row.full-width > .vc_col-sm-6 .vc_col-sm-3,
.vc_row.full-width > .vc_col-sm-6 .vc_col-sm-4,
.vc_row.full-width > .vc_col-sm-6 .vc_col-sm-6,
.vc_row .wpb_column:first-child
{
margin-top: 0;
}
.vc_row .vc_col-sm-6,
.vc_row .vc_grid-item[class*="vc_col-sm"],
.site-container .vc_row.full-width>.vc_col-sm-6, .site-container .vc_row.full-width>.vc_col-sm-4, .site-container .vc_row.full-width>.vc_col-sm-3,
.site-container .vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
width: 100%;
}
.site-container .vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
padding: 0 50px;
}
.vc_row [class*="vc_col-sm"]
{
margin-left: 0;
} .comment-form .wpb_column,
.contact-form .wpb_column
{
margin-top: 8px;
}
.comment-form .wpb_column:first-child,
.contact-form .wpb_column
{
margin-top: 0;
} .vc_row .vc_col-sm-12 .blog.column_left, .vc_row .vc_col-sm-12 .blog.column_right,
.vc_row .vc_col-sm-10 .blog.column_left, .vc_row .vc_col-sm-10 .blog.column_right,
.vc_row .vc_col-sm-9 .blog.column_left, .vc_row .vc_col-sm-9 .blog.column_right,
.vc_row .vc_col-sm-8 .blog.column_left, .vc_row .vc_col-sm-8 .blog.column_right,
.wpb_column .comment-form .vc_col-sm-6,
.vc_row .wpb_column .post-content
{
width: 100%;
} .wpb_column .scrolling-list li .left
{
width: 422px;
} .scroll-top.animated-element
{
right: 10px;
bottom: 10px;
} .flex-box
{
display: block;
}
.flex-hide
{
display: inline;
} .clearfix.has-gutenberg-blocks>*
{
width: 462px;
}
.has-gutenberg-blocks .alignleft
{
width: auto;
margin-left: calc((100% - 462px) / 2);
}
.has-gutenberg-blocks .alignright
{
width: auto;
margin-right: calc((100% - 462px) / 2);
}
.has-gutenberg-blocks .alignwide
{
width: 562px;
}
.wp-block-columns
{
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
flex-wrap: wrap;
}
.wp-block-columns .wp-block-column
{
flex-basis: 100%;
margin-left: 0;
margin-right: 0;
}
.wp-block-latest-posts.is-grid li
{
width: 100%;
}
}
@media screen and (max-width:647px)
{
.rs-layer.slider-subheading-alternative
{
display: none;
}
.rs-layer.more
{
margin-top: -265px !important;
}
}
@media screen and (max-width:479px)
{ .site-container.boxed
{
max-width: 400px;
}
.padding-left-right-100,
.site-container .vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
padding: 0 30px;
} h1,
h2.large
{
font-size: 22px;
}
h2
{
font-size: 18px;
}
.large p, p.large
{
font-size: 14px;
} .header,
.header-top-sidebar,
.site-container .vc_row,
.site-container .vc_row.full-width .wpb_column .vc_row,
.site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
.home-box-container-list,
.footer,
.copyright-area,
.horizontal-carousel.testimonials .vc_col-sm-6
{
width: 300px;
}
.header-top-sidebar .thin-list,
.header-top-sidebar .thin_list,
.header-top-sidebar .icons-list
{
clear: both;
width: 100%;
}
.header-top-sidebar .icons-list
{
margin-top: 17px;
} .header .header-left a:first-child
{
width: 270px;
}
.top-info-list li .value
{
font-size: 18px;
} .sf-menu li.wide ul.sub-menu
{
width: 174px;
} .copyright-area-container .icons-list
{
clear: both;
float: left;
margin-left: 0;
margin-top: 20px;
} .slider li
{
height: 210px;
}
.slider-content-box
{
margin-top: -195px;
min-height: 175px;
}
.slider-content h1
{
font-size: 24px;
} .home-box,
.home-box-container-list.for-home-slider .home-box,
.home-box-container-list.float .home-box
{
width: 254px;
}
.home-box-container-list.margin-minus
{
margin-top: -20px;
} .wpb_column #comments_list .comment-details
{
width: 300px;
}
.wpb_column #comments_list .comment-author-avatar
{
display: none;
}
.wpb_column #comments_list .children
{
margin-left: 30px;
}
.wpb_column #comments_list .children .comment-details
{
width: 270px;
}
#comments_list .comment-details .post-footer
{
margin-top: 21px;
}
#comments_list li.comment,
#comments_list .children li.comment
{
margin-top: 30px;
} .wpb_column .timeline-item .timeline-left
{
width: 132px;
min-width: 132px;
}
.wpb_column .timeline-item label
{
max-width: 90px;
padding: 7px 8px 8px;
}
.wpb_column .timeline-item .label-triangle
{
margin-right: 25px;
}
.wpb_column .timeline-content
{
padding: 12px 0 16px 25px;
}
.wpb_column .timeline-content span
{
float: left;
clear: both;
}
.wpb_column .timeline-content span.timeline-title
{
margin-right: 0;
}
.wpb_column .timeline-content span.timeline-subtitle
{
margin-top: 5px;
} .announcement h2
{
font-size: 22px;
}
.vc_col-sm-2 .announcement h2
{
font-size: 22px;
}
.announcement p
{
font-size: 14px;
} .vc_row .caroufredsel-wrapper-testimonials
{
width: 300px !important;
}
.testimonials li.vc_col-sm-12
{
width: 300px;
padding: 0 20px;
}
.testimonials li.vc_col-sm-12 .sentence
{
font-size: 18px;
} .services-list.services-icons li
{
padding: 20px;
}
.services-list.services-icons li .service-content
{
margin-left: 18px;
padding-left: 20px;
} .timetable.small .items-list a
{
width: 200px;
}
.timetable.small .items-list.mode12 a
{
width: 155px;
}
.tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
width: 268px;
} .our-clients-list li
{
width: 100%;
margin-top: 35px;
}
.our-clients-list li:first-child
{
margin-top: 0;
}
.our-clients-list li:nth-child(n)
{
border-left: none;
} .ui-datepicker
{
width: 278px;
} .wpb_column .controls li.separator
{
margin: 0 10px;
} .mc-gallery,
.vc_row .wpb_column .mc-gallery .gallery-box, .vc_row .wpb_column .mc-gallery .gallery-box .mc-preloader
{
width: 285px;
} .vc_row .wpb_column .mc-gallery .gallery-box .mc-preloader
{
height: 190px;
} .vc_col-sm-8 .vc_col-sm-6 .gallery-box .mc-preloader
{
height: 200px;
}
.wpb_column .gallery-item-details-list .vc_col-sm-6 .details-box>.controls+.box-header
{
max-width: 175px;
}
.wpb_column .gallery-2-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-3-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-4-columns.dm_pagination .gallery-box-2,
.wpb_column .gallery-2-columns.dm_simple .gallery-box-2,
.wpb_column .gallery-3-columns.dm_simple .gallery-box-2,
.wpb_column .gallery-4-columns.dm_simple .gallery-box-2
{
margin-top: 30px;
} .wpb_column .photostream .gallery-box:nth-child(4n+1)
{
margin-left: 10px;
}
.wpb_column .photostream .gallery-box:nth-child(3n+1)
{
margin-left: 0;
}
.wpb_column .photostream.default .gallery-box img
{
width: 90px;
height: 90px;
} .side-image-static .vc_single_image-img,
.side-image .vc_single_image-img,
.side-image+.wpb_single_image .vc_single_image-img
{
max-width: 60%;
}
.side-image-right
{
margin-right: 0;
} .wpb_column .tabs-box-navigation.sf-menu li.wide ul.sub-menu
{
width: 298px;
}
.wpb_column .tabs-box-navigation.sf-menu li.wide ul li
{
width: 282px;
}
.vc_col-sm-12 .type-big>.tabs-navigation
{
width: 300px;
} .wpb_column .mc-gallery.horizontal-carousel li.gallery-box
{
margin-left: 7.5px;
margin-right: 0;
} div.p_table_1.p_table_responsive li.row_style_1 .css3_grid_vertical_align>span, div.p_table_1.p_table_responsive li.row_style_2 .css3_grid_vertical_align>span, div.p_table_1.p_table_responsive li.row_style_3 .css3_grid_vertical_align>span, div.p_table_1.p_table_responsive li.row_style_4 .css3_grid_vertical_align>span
{
padding: 0 2px !important;
} .rev_slider h1,
.rev_slider h2,
.rs-layer.slider-heading
{
font-weight: 400 !important;
font-size: 24px !important;
line-height: 32px !important;
margin-top: -46px !important;
}
.rev_slider h1,
.rev_slider h2,
.rev_slider p,
.rs-layer.slider-heading,
.rs-layer.slider-subheading,
.rs-layer.more
{
margin-left: 20px !important;
}
.rs-layer.more
{
margin-top: -295px !important;
}
.rev_slider p
{
display: none;
}   .wpb_column .scrolling-list li .left
{
width: 260px;
} .clearfix.has-gutenberg-blocks>*
{
width: 300px;
}
.has-gutenberg-blocks .alignleft
{
width: auto;
margin-left: calc((100% - 300px) / 2);
}
.has-gutenberg-blocks .alignright
{
width: auto;
margin-right: calc((100% - 300px) / 2);
}
.has-gutenberg-blocks .alignwide
{
width: 400px;
}
}
@media screen and (max-device-width: 480px)
{
body
{
-webkit-text-size-adjust: none;
}
}@font-face {
font-family: 'features';
src:    url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/features/fonts/features.eot?do5ipg);
src:    url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/features/fonts/features.eot?do5ipg#iefix) format('embedded-opentype'),
url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/features/fonts/features.woff?do5ipg) format('woff'),
url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/features/fonts/features.ttf?do5ipg) format('truetype'),
url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/features/fonts/features.svg?do5ipg#features) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="features-"]::before, [class*=" features-"]::before { font-family: 'features' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.features-facebook::before {
content: "\f000";
}
.features-paypal::before {
content: "\f001";
}
.features-twitter::before {
content: "\f002";
}
.features-list::before {
content: "\f003";
}
.features-document-missing::before {
content: "\f004";
}
.features-document::before {
content: "\f005";
}
.features-science::before {
content: "\f006";
}
.features-bacteria::before {
content: "\f007";
}
.features-brain::before {
content: "\f008";
}
.features-molecule::before {
content: "\f009";
}
.features-lab::before {
content: "\f010";
}
.features-dna::before {
content: "\f011";
}
.features-test-tube::before {
content: "\f012";
}
.features-baby::before {
content: "\f013";
}
.features-baby-bed::before {
content: "\f014";
}
.features-baby-bottle::before {
content: "\f015";
}
.features-teddy-bear::before {
content: "\f016";
}
.features-glasses::before {
content: "\f017";
}
.features-ambulance::before {
content: "\f018";
}
.features-dental-shield::before {
content: "\f019";
}
.features-dentist::before {
content: "\f020";
}
.features-plaster::before {
content: "\f021";
}
.features-heart-beat::before {
content: "\f022";
}
.features-medical-bed::before {
content: "\f023";
}
.features-first-aid::before {
content: "\f024";
}
.features-medical-cast::before {
content: "\f025";
}
.features-medical-document::before {
content: "\f026";
}
.features-medical-cross::before {
content: "\f027";
}
.features-healthcare::before {
content: "\f028";
}
.features-medical-scissors::before {
content: "\f029";
}
.features-pill::before {
content: "\f030";
}
.features-mortar::before {
content: "\f031";
}
.features-medical-results::before {
content: "\f032";
}
.features-pulse::before {
content: "\f033";
}
.features-drip::before {
content: "\f034";
}
.features-hospital::before {
content: "\f035";
}
.features-stethoscope::before {
content: "\f036";
}
.features-syringe::before {
content: "\f037";
}
.features-burns::before {
content: "\f038";
}
.features-config::before {
content: "\f039";
}
.features-pet-box::before {
content: "\f040";
}
.features-cat::before {
content: "\f041";
}
.features-dog::before {
content: "\f042";
}
.features-leaf::before {
content: "\f043";
}
.features-spa::before {
content: "\f044";
}
.features-spa-bamboo::before {
content: "\f045";
}
.features-spa-lotion::before {
content: "\f046";
}
.features-toothbrush::before {
content: "\f047";
}
.features-fitness::before {
content: "\f048";
}
.features-signpost::before {
content: "\f049";
}
.features-home::before {
content: "\f050";
}
.features-location::before {
content: "\f051";
}
.features-map::before {
content: "\f052";
}
.features-quote::before {
content: "\f053";
}
.features-app::before {
content: "\f054";
}
.features-money::before {
content: "\f055";
}
.features-credit-card::before {
content: "\f056";
}
.features-wallet::before {
content: "\f057";
}
.features-chart::before {
content: "\f058";
}
.features-balance::before {
content: "\f059";
}
.features-briefcase::before {
content: "\f060";
}
.features-cart::before {
content: "\f061";
}
.features-frostbite::before {
content: "\f062";
}
.features-ear::before {
content: "\f063";
}
.features-piano::before {
content: "\f064";
}
.features-video::before {
content: "\f065";
}
.features-speaker::before {
content: "\f066";
}
.features-movie::before {
content: "\f067";
}
.features-image::before {
content: "\f068";
}
.features-gallery::before {
content: "\f069";
}
.features-graph::before {
content: "\f070";
}
.features-tags::before {
content: "\f071";
}
.features-plus::before {
content: "\f072";
}
.features-cross::before {
content: "\f073";
}
.features-minus::before {
content: "\f074";
}
.features-network::before {
content: "\f075";
}
.features-x-ray::before {
content: "\f076";
}
.features-time::before {
content: "\f077";
}
.features-lock::before {
content: "\f078";
}
.features-certificate::before {
content: "\f079";
}
.features-heart::before {
content: "\f080";
}
.features-address::before {
content: "\f081";
}
.features-book::before {
content: "\f082";
}
.features-box::before {
content: "\f083";
}
.features-diary::before {
content: "\f084";
}
.features-tablet::before {
content: "\f085";
}
.features-battery::before {
content: "\f086";
}
.features-mobile::before {
content: "\f087";
}
.features-phone::before {
content: "\f088";
}
.features-laptop::before {
content: "\f089";
}
.features-screen::before {
content: "\f090";
}
.features-keyboard::before {
content: "\f091";
}
.features-chat::before {
content: "\f092";
}
.features-doctor::before {
content: "\f093";
}
.features-people::before {
content: "\f094";
}
.features-medical-staff::before {
content: "\f095";
}
.features-id::before {
content: "\f096";
}
.features-email::before {
content: "\f097";
}
.features-clock::before {
content: "\f098";
}
.features-lifeline::before {
content: "\f099";
}
.features-tick::before {
content: "\f100";
}
.features-pen::before {
content: "\f101";
}
.features-pin::before {
content: "\f102";
}
.features-printer::before {
content: "\f103";
}
.features-eye::before {
content: "\f104";
}
.features-play::before {
content: "\f105";
}@font-face {
font-family: 'template';
src:    url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/template/fonts/template.eot?kgai9y);
src:    url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/template/fonts/template.eot?kgai9y#iefix) format('embedded-opentype'),
url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/template/fonts/template.woff?kgai9y) format('woff'),
url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/template/fonts/template.ttf?kgai9y) format('truetype'),
url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/template/fonts/template.svg?kgai9y#template) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="template-"]::before, [class*=" template-"]::before,
[class^="template-"]::after, [class*=" template-"]::after { font-family: 'template' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.template-check::before, body .site-container li.template-check::before {
content: "\42";
}
.template-tick-1:before, body .site-container li.template-tick-1:before {
content: "\43";
}
.template-tick-2:before, body .site-container li.template-tick-2:before {
content: "\44";
}
.template-chevron::before, body .site-container li.template-chevron::before {
content: "\41";
}
.template-arrow-circle::before, body .site-container li.template-arrow-circle::before {
content: "\7a";
}
.template-arrow-circle-after::after, body .site-container li.template-arrow-circle-after::after {
content: "\7a";
}
.template-cart::before, body .site-container li.template-cart::before {
content: "\79";
}
.template-cart-after::after, body .site-container li.template-cart-after::after {
content: "\79";
}
.template-search::before, body .site-container li.template-search::before {
content: "\78";
}
.template-search-after::after, body .site-container li.template-search-after::after {
content: "\78";
}
.template-mail::before, body .site-container li.template-mail::before {
content: "\77";
}
.template-mail-after::after, body .site-container li.template-mail-after::after {
content: "\77";
}
.template-phone::before, body .site-container li.template-phone::before {
content: "\76";
}
.template-phone-after::after, body .site-container li.template-phone-after::after {
content: "\76";
}
.template-location::before, body .site-container li.template-location::before {
content: "\75";
}
.template-location-after::after, body .site-container li.template-location-after::after {
content: "\75";
}
.template-plus-2::before, body .site-container li.template-plus-2::before {
content: "\6d";
}
.template-plus-2-after::after, body .site-container li.template-plus-2-after::after {
content: "\6d";
}
.template-remove-2::before, body .site-container li.template-remove-2::before {
content: "\6f";
}
.template-minus-2::before, body .site-container li.template-minus-2::before {
content: "\6e";
}
.template-minus-2-after::after, body .site-container li.template-minus-2-after::after {
content: "\6e";
}
.template-arrow-horizontal-2::before, body .site-container li.template-arrow-horizontal-2::before {
content: "\63";
}
.template-arrow-vertical-1::before, body .site-container li.template-arrow-vertical-1::before {
content: "\62";
}
.template-arrow-horizontal-1::before, body .site-container li.template-arrow-horizontal-1::before {
content: "\61";
}
.template-arrow-horizontal-1-after::after, body .site-container li.template-arrow-horizontal-1-after::after {
content: "\61";
}
.template-minus-1::before, body .site-container li.template-minus-1::before {
content: "\6b";
}
.template-plus-1::before, body .site-container li.template-plus-1::before {
content: "\6a";
}
.template-remove-1::before, body .site-container li.template-remove-1::before {
content: "\6c";
}
.template-remove-1-after::after, body .site-container li.template-remove-1-after::after {
content: "\6c";
}
.template-menu-1::before, body .site-container li.template-menu-1::before {
content: "\70";
}
.template-menu-2::before, body .site-container li.template-menu-2::before {
content: "\71";
}
.template-comment-1::before, body .site-container li.template-comment-1::before {
content: "\73";
}
.template-comment-1-after::after, body .site-container li.template-comment-1-after::after {
content: "\73";
}
.template-comment-2::before, body .site-container li.template-comment-2::before {
content: "\74";
}
.template-quote::before, body .site-container li.template-quote::before {
content: "\72";
}
.template-quote-2::before, body .site-container li.template-quote-2::before {
content: "\45";
}
.template-arrow-horizontal-3::before, body .site-container li.template-arrow-horizontal-3::before {
content: "\64";
}
.template-arrow-vertical-3::before, body .site-container li.template-arrow-vertical-3::before {
content: "\65";
}
.template-arrow-horizontal-5::before, body .site-container li.template-arrow-horizontal-5::before {
content: "\68";
}
.template-arrow-vertical-5::before, body .site-container li.template-arrow-vertical-5::before {
content: "\69";
}
.template-arrow-horizontal-4::before, body .site-container li.template-arrow-horizontal-4::before {
content: "\66";
}
.template-arrow-horizontal-4-after::after, body .site-container li.template-arrow-horizontal-4-after::after {
content: "\66";
}
.template-arrow-vertical-4::before, body .site-container li.template-arrow-vertical-4::before {
content: "\67";
}@font-face {
font-family: 'social';
src:    url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/social/fonts/social.eot?ynqsmo);
src:    url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/social/fonts/social.eot?ynqsmo#iefix) format('embedded-opentype'),
url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/social/fonts/social.woff?ynqsmo) format('woff'),
url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/social/fonts/social.ttf?ynqsmo) format('truetype'),
url(//drwilsonfarizato.com.br/wp-content/themes/medicenter/fonts/social/fonts/social.svg?ynqsmo#social) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="social-"]::before, [class*=" social-"]::before { font-family: 'social' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-email::before {
content: "\47";
}
.social-location::before {
content: "\45";
}
.social-mobile::before {
content: "\46";
}
.social-envato::before {
content: "\43";
}
.social-angies-list::before {
content: "\44";
}
.social-twitter::before {
content: "\61";
}
.social-facebook::before {
content: "\62";
}
.social-github::before {
content: "\63";
}
.social-rss::before {
content: "\64";
}
.social-pinterest::before {
content: "\65";
}
.social-google-plus::before {
content: "\66";
}
.social-linkedin::before {
content: "\67";
}
.social-xing::before {
content: "\68";
}
.social-youtube::before {
content: "\69";
}
.social-instagram::before {
content: "\6a";
}
.social-flickr::before {
content: "\6b";
}
.social-tumblr::before {
content: "\6c";
}
.social-dribbble::before {
content: "\6d";
}
.social-skype::before {
content: "\6e";
}
.social-foursquare::before {
content: "\6f";
}
.social-vk::before {
content: "\70";
}
.social-weibo::before {
content: "\71";
}
.social-reddit::before {
content: "\72";
}
.social-stumbleupon::before {
content: "\73";
}
.social-behance::before {
content: "\74";
}
.social-spotify::before {
content: "\75";
}
.social-deviantart::before {
content: "\76";
}
.social-soundcloud::before {
content: "\77";
}
.social-vine::before {
content: "\78";
}
.social-yelp::before {
content: "\79";
}
.social-paypal::before {
content: "\7a";
}
.social-houzz::before {
content: "\41";
}
.social-vimeo::before {
content: "\42";
}