.hidden { display:none; }
.eventCalendar-wrap { 
position:relative; 
overflow:hidden;
}
.eventCalendar-wrap .arrow { 
position:absolute; 
z-index:5; 
top: 13px;
}
.eventCalendar-wrap .prev {
left: 9px;
}
.eventCalendar-wrap .next {
right: 9px;
}
.eventCalendar-currentTitle .monthTitle {
display:block;
text-align:center;
}
.eventCalendar-monthWrap {
top:0; left:0;
z-index:2;
}
.eventCalendar-monthWrap.currentMonth { 
z-index:1;
width:  auto !important;
}	
.eventCalendar-daysList { 
display:table;
width:100%;
}
.eventCalendar-daysList.eventCalendar-showAsWeek {
display:block;
}
.eventCalendar-daysList li {
display:table-cell;
}
.eventCalendar-daysList li.dayWithEvents {
background:rgba(0,0,0,0.15);
} 
.eventCalendar-daysList li.current {
background:rgba(0,0,0,0.35);
} 
.eventCalendar-daysList.eventCalendar-showAsWeek li {
display:block;
float:left;
width:14.28%;
height:20px;
color: #d95b43;
font-size: 13px;
min-height: 38px;
line-height: 38px;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(7),
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(14),
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(21),
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(28),
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(35),
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(42),
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(7){border-right: 0;}
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(36),
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(37),
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(38),
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(39),
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(40),
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(41),
.eventCalendar-daysList.eventCalendar-showAsWeek li:nth-child(42){border-bottom: 0;}
.eventCalendar-daysList li a {
padding:0;
display:block;
text-align:center;
font-size:8px;
min-width:7px;
}
.eventCalendar-loading {
display:block;
min-width:100px;
height:40px;
line-height:40px;
}	
.eventCalendar-list {
position:relative;
z-index:1;
}	
.eventCalendar-list.oldEventList {
z-index:2;
}
.eventCalendar-subtitle {
color: #d95b43;
font-size: 18px;
font-weight: 400;
line-height: 22px;
margin: 0 0 16px;
padding: 10px 0 0;
text-transform: uppercase;
}.eventCalendar-wrap {
border: 1px solid #cecece;
min-height: 570px;
overflow: hidden;
padding: 0 20px 8px;
}
.eventCalendar-wrap .arrow {
text-decoration: none;
color: #fff;
padding: 0 5px;
line-height: 28px;
border-radius: 3px;
top: 13px;
padding: 8px 10px;
background: #c24027;
transition: all 0.6s ease 0s;
-webkit-transition: all 0.6s ease 0s;
}
.eventCalendar-wrap .arrow.prev {
}
.eventCalendar-wrap .arrow:hover {
opacity: 0.7;
}
.eventCalendar-wrap .arrow span {
height: 0;
width: 0;
font-size: 0;
line-height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #fff;
float: left;
text-indent: -5000px;
}
.eventCalendar-wrap .arrow.prev span {
border-left-width: 0;
border-right: 6px solid #fff;
}
.eventCalendar-slider {
height: 80px;
}
.eventCalendar-monthWrap {
border-radius: 0;
top: 0;
left: 0px;
}
.eventCalendar-currentTitle {
background: #db5940;
border: 1px solid #c34128;
color: #fff;
margin: 0 -20px 31px;
overflow: hidden;
padding: 10px 9px 12px;
}
.eventCalendar-currentTitle .monthTitle {
font: 700 24px/28px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
color: #fff;
text-decoration: none;
}
.eventCalendar-daysList {
zoom: 1;
padding: 0;
width: 100%;
}
.eventCalendar-daysList.showAsWeek {
margin: 0;
width: auto;
}
.eventCalendar-daysList:before, .eventCalendar-daysList:after {
content: "";
display: table;
}
.eventCalendar-daysList:after {
clear: both;
}
.eventCalendar-day-header {
text-transform: uppercase;
text-align: center;
font-size: 13px;
font-weight: 400;
line-height: 25px;
border-bottom: solid 1px #ddd;
border-right: solid 1px #ddd;
}
.eventCalendar-daysList.showAsWeek li {
height: auto;
margin: 0;
}
.eventCalendar-daysList.showAsWeek li.empty {
min-height: 38px;
}
.eventCalendar-day a {
text-decoration: none;
font-size: 10px;
color: #424242;
}
.eventCalendar-day {
border-left: solid 1px #BCBCBC;
}
.showAsWeek .eventCalendar-day {
border-left-width: 0;
}
.showAsWeek .eventCalendar-day a {
line-height: 38px;
font-size: 13px;
}
.eventCalendar-day a:hover {
background-color: #E4E4E4; }
.eventCalendar-daysList li.today a {
color: #d95b43;
}
li.eventCalendar-day.today a:hover {
background-color: #ccc; }
.eventCalendar-daysList li.dayWithEvents a {
background: #db5940;
display: block; color: #fff;
}
li.eventCalendar-day.dayWithEvents a:hover {
background-color: #C2D374; }
.eventCalendar-daysList li.current a {
color: #fff;
background: #449FB2;
box-shadow: inset 5px 5px 10px #216B7A;
text-shadow: 2px 2px 2px #216B7A;
}
li.eventCalendar-day.current a:hover {
background-color: #79BDCC;
box-shadow: inset 5px 5px 10px #449FB2;
text-shadow: 2px 2px 2px #449FB2;
}
.eventCalendar-loading {
border-radius: 4px;
margin: 5px auto;
padding: 0 10px;
background-color: #ccc;
color: #fff;
text-align: center;
font-weight: bold;
box-shadow: 0 0 10px #ccc;
text-shadow: 0 0 3px #aaa;
position: absolute;
z-index: 4;
top: 25px;
left: 5px;
}
.eventCalendar-loading.error {
background-color: red;
}
.eventCalendar-list-wrap {
min-height: 100px;
width: auto !important;
position: relative;
}
.eventCalendar-list-content.scrollable {
height: 100px;
overflow-y: auto;
margin: 0 5px 5px 0;
}
.eventCalendar-list {
margin: 0;
padding: 0;
list-style-type: none;
}
.eventCalendar-list li {
padding: 10px 0px 2px 10px;
margin: 0px 0px 1px 0px;
}
.eventCalendar-list li:last-child { }
.eventCalendar-list li time {
display: block;
font-size: 10px;
line-height: 15px;
margin: 0 0 4px;
overflow: hidden;
}
.eventCalendar-list li time em {
float: left;
font-style: normal;
}
.eventCalendar-list li time small {
font-size: 10px;
float: left;
background-color: #807E7E;
color: #fff;
padding: 0 5px 0 4px;
margin: 0 0 0 3px;
}
.eventCalendar-list li .eventTitle {
display: block;
clear: both;
font-weight: 400;
font-size: 12px;
line-height: 14px;
text-transform: uppercase;
text-decoration: none;
}
.eventCalendar-list li a.eventTitle {
color: #555;
}
.eventCalendar-list li a.eventTitle:hover {
text-decoration: none;
color: #db5940;
}
.eventCalendar-list li .eventDesc {
clear: both;
margin: 0 0 5px 0;
font-size: 80%;
line-height: 1.2em;
.
}
.bt {
font-size: 12px;
display: block;
clear: both;
text-align: center;
margin-top: 10px;
padding: 9px 34px 11px;
text-decoration: none;
font-weight: bold;
line-height: 1;
color: #ffffff;
background-color: #698B10;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#89B814), to(#698B10));
background-image: -moz-linear-gradient(top, #89B814, #698B10);
background-image: -ms-linear-gradient(top, #89B814, #698B10);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89B814), color-stop(100%, #698B10));
background-image: -webkit-linear-gradient(top, #89B814, #698B10);
background-image: -o-linear-gradient(top, #89B814, #698B10);
background-image: linear-gradient(top, #89B814, #698B10);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89B814', endColorstr='#698B10', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border: 1px solid #698B10;
border-color: #698B10 #698B10 #465F05;
border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
-ms-transition: 0.1s linear all;
-o-transition: 0.1s linear all;
transition: 0.1s linear all;
}
.bt:hover {
background-position: 0 -15px;
text-decoration: none;
}  body { } .features li {
margin-bottom: 3px;
}
#thanksPanel li {
margin-bottom: 0;
}
#introPanel {
padding-top: 20px;
}
.poweredBy img {
float: left;
margin-right: 3px;
}
.poweredBy .data {
float: left;
}
.poweredBy .name {
font-weight: bold;
color: #555;
text-decoration: none;
display: block;
margin-top: 28px;
}
.poweredBy .twitter {
text-decoration: none;
display: block;
float: left;
}
.features {
padding-left: 20px;
float: left;
}
#appLogo {
margin-right: 30px;
}
pre {
clear: both;
background-color: #FFFFCC;
padding: 5px;
border: solid 1px #FED17E;
overflow: auto;
}
#license {
width: 300px;
float: right;
font-size: 10px;
line-height: 12px;
text-align: center;
}.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/fancybox/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/fancybox/fancybox_sprite%402x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/fancybox/fancybox_loading%402x.gif);
background-size: 24px 24px; }
}@import url("https://fonts.googleapis.com/css?family=Tangerine:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic%7cRoboto:400,100italic,100,300,300italic,400italic,500,500italic,700,700italic,900,900italic%7cOpen+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes");  .header-content:after, #nav2:after, #nav2 > ul:after, .slide-content:after, .info-list:after, .post-nav:after, .email-form:after, .email-form .form-group:after, .contact-info ul:after, .socialnetworks2:after, .author-box:after, .commment-box:after, .leave-comment:after, .comments-form:after, .comments-form .form-row:after, .progress-box:after, .progress-box .progress-frame:after, .team-nav:after, .team-info-nav:after, .consult-form:after, .consult-form .form-row:after, .consult-form .form-row.textarea .form-group:after, .pricing-plan:after, .plans-heading:after, .forget-form:after, .forget-form .form-group:after, .attorneys-form:after, .attorneys-form .form-group:after {
content: " ";
display: block;
clear: both;
}
.top-nav, #nav2 > ul, .info-list, .contact-info ul, .socialnetworks2 {
margin: 0;
padding: 0;
list-style: none;
}
.beans-gallery, .beans-gallery .beans-mask, .beans-gallery .beans-slide, .clients-gallery, .main-banner {
width: 100%;
overflow: hidden;
position: relative;
}
.widget_text img, .logo img, #nav ul li .mega-drop .alignright img, #nav2 .mega-drop .alignright img, #nav3 .mega-drop .alignright img, .practice-col a img, .news-post .alignleft img, .success-col .video-block img, .quotes-pagination li img, .team-col .img-box img, .story-post .stroy-box .alignleft img, .events-info .alignleft img, .related-events .events-box .img-box img, .clients-carousel .clients-mask .clients-slide .img-holder img, .news-column .alignleft img, .post-blog .post-img img, .events-post .img-holder img, .author-box .alignleft img, .commment-box .alignleft img, .blog-post .blog-img img, .blog-slide img, .about-block .alignleft img, .event-post .event-img img, .event-planers li a img, .map-holder img, .team-details .alignleft img, .video-block2 img, .testimonial-post cite .alignleft img {
max-width: 100%;
display: block;
height: auto;
}
.slide-content .alignleft img {
max-width: 100%;
display: block;
height: auto;
margin: 0 auto;
}
.bg-stretch, .btn-play, #nav ul li .mega-drop, #nav2 .mega-drop, #nav3 .mega-drop, .practice-col h3, .practice-col .over,  .clients-gallery .parallax-holder, .story-post .stroy-box, .story-post .strory-years, .related-events .events-box .img-box .over, .pagination3, .event-plans, .compaign-info, .pre-loader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
@font-face {
font-family: "fontello";
src: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/fonts/fontello24a0.eot?13180315);
src: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/fonts/fontello24a0.eot?13180315#iefix) format("embedded-opentype"), url(//www.robertavisotto.adv.br/wp-content/themes/visotto/fonts/fontello24a0.woff?13180315) format("woff"), url(//www.robertavisotto.adv.br/wp-content/themes/visotto/fonts/fontello24a0.ttf?13180315) format("truetype"), url(//www.robertavisotto.adv.br/wp-content/themes/visotto/fonts/fontello24a0.svg?13180315#fontello) format("svg");
font-weight: normal;
font-style: normal;
}
span[class^="icon-"]:before, span[class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
}
.icon-phone:before { content: "\e800"; } .icon-person:before { content: "\e801"; } .icon-help-circled:before { content: "\e802"; } .icon-user:before { content: "\e803"; } .icon-currency:before { content: "\e804"; } .icon-leaf:before { content: "\e805"; } .icon-group:before { content: "\e806"; } .icon-pencil:before { content: "\e807"; } .icon-location:before { content: "\e808"; } .icon-gym:before { content: "\e809"; } .icon-suitcases:before { content: "\e80a"; } .icon-marketing:before { content: "\e80b"; } .icon-email:before { content: "\e80c"; } .icon-sitemap:before { content: "\e80d"; } .icon-briefcase:before { content: "\e80e"; } .icon-laptop:before { content: "\e80f"; } .icon-dollar:before { content: "\e810"; } .icon-time:before { content: "\e811"; } .icon-hand:before { content: "\e812"; } .icon-helmet:before { content: "\e813"; } .icon-chat:before { content: "\e814"; } .icon-info:before { content: "\e815"; } .icon-tick:before { content: "\e816"; } .icon-question:before { content: "\e817"; } .icon-search:before { content: "\e818"; } .icon-close:before { content: "\e819"; } .icon-up:before { content: "\e81a"; } .icon-down:before { content: "\e81b"; } .icon-circle:before { content: "\e81c"; } .icon-building:before { content: "\e81d"; } .icon-verification:before { content: "\e81e"; } .icon-book:before { content: "\e81f"; } .icon-left:before { content: "\e820"; } .icon-right:before { content: "\e821"; } .icon-play:before { content: "\e822"; } .icon-facebook:before { content: "\e823"; } .icon-linkedin:before { content: "\e824"; } .icon-twitter:before { content: "\e825"; } .icon-youtube:before { content: "\e826"; } .icon-plus:before { content: "\e827"; } .icon-books:before { content: "\e828"; } .icon-menu:before { content: "\e829"; } .icon-building-filled:before { content: "\e82a"; } .icon-credit-card:before { content: "\e82b"; } .icon-calendar:before { content: "\e82c"; } .icon-ribbon:before { content: "\e82d"; } .icon-certificate:before { content: "\e82e"; } .icon-degree:before { content: "\e82f"; } .icon-down-open:before { content: "\e830"; } .icon-left-open:before { content: "\e831"; } .icon-right-open:before { content: "\e832"; } .icon-up-open:before { content: "\e833"; } .icon-share:before { content: "\e834"; } @-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
.bg-stretch img {
top: 0;
left: 0;
max-width: inherit;
position: absolute;
}
.main-gallery .bg-stretch img {
left: auto;
right: 0;
} .btn-play {
left: 50%;
top: 50%;
margin: -27px 0 0 -22px;
color: white;
font-size: 46px;
display: block;
width: 42px;
height: 42px;
}
.btn-play:hover {
opacity: .7;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.tel:hover { text-decoration: none; }
.btn-zoom {
position: absolute;
left: 50%;
top: 50%;
border-radius: 50%;
width: 29px;
height: 29px;
background: #252525;
overflow: hidden;
text-align: center;
color: white;
font-size: 12px;
line-height: 29px;
display: block;
margin: -14px 0 0 -14px;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.btn-prev, .btn-next {
-webkit-transition: all .6s ease;
transition: all .6s ease;
width: 36px;
height: 36px;
background: #353535;
border-radius: 3px;
margin: 0;
color: white;
font-size: 24px;
line-height: 27px;
text-align: center;
}
.btn-prev.active, .btn-prev:focus, .btn-prev:hover, .btn-next.active, .btn-next:focus, .btn-next:hover {
outline: none;
color: white;
background: #79125c;
}
.btn-next { float: right; }
.btn-next .fa-angle-right { margin: 0 0 0 2px; }
.btn-next3, .btn-prev3, .btn-prev2, .btn-next2 {
-webkit-transition: all .6s ease;
transition: all .6s ease;
width: 30px;
height: 30px;
background: #353535;
position: absolute;
border-radius: 2px;
left: 26px;
top: 50%;
margin: -15px 0 0;
color: white;
font-size: 24px;
line-height: 27px;
text-align: center;
}
.btn-next3.active, .btn-next3:focus, .btn-next3:hover, .btn-prev3.active, .btn-prev3:focus, .btn-prev3:hover, .btn-prev2.active, .btn-prev2:focus, .btn-prev2:hover, .btn-next2.active, .btn-next2:focus, .btn-next2:hover {
outline: none;
color: white;
background: #79125c;
}
.btn-next3, .btn-next2 {
left: auto;
right: 24px;
}
.btn-next3 .fa-angle-right, .btn-next2 .fa-angle-right { margin: 0 0 0 2px; }
.pager-prev, .pager-next {
-webkit-transition: all .6s ease;
transition: all .6s ease;
width: 30px;
height: 37px;
background: #353535;
position: absolute;
left: 0;
top: 50%;
margin: -20px 0 0;
color: white;
font-size: 20px;
line-height: 37px;
}
.pager-next {
left: auto;
right: 0;
}
.pager-next .fa-chevron-right { margin: 0 0 0 3px; }
.pager-prev:focus, .pager-next:focus, .pager-prev:active, .pager-next:active, .pager-prev:hover, .pager-next:hover {
text-decoration: none;
background: #8f8e8e;
color: white;
}
#respond span a, .btn-default {
color: white;
text-align: center;
font: 14px/18px "Roboto", "Arial", "Helvetica", sans-serif;
padding: 16px 26px;
border-radius: 0;
border: 0;
background: #a7a7a7;
text-transform: capitalize;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
#respond span a .fa, .btn-default .fa {
font-size: 23px;
margin: 0 11px 0 -11px;
}
#respond span a .txt, .btn-default .txt {
margin: 0;
display: inline-block;
vertical-align: top;
}
#respond span a:hover, .btn-default:focus, .btn-default.active, .btn-default:hover {
background: #79125c;
color: white;
outline: none;
}
.btn-default.doctor {
background: white;
display: block;
padding: 32px 26px 22px;
color: #333;
border: 2px solid white;
}
.btn-default.doctor .fa {
display: inline-block;
vertical-align: top;
margin: -8px 18px 0 -18px;
font-size: 30px;
}
.btn-default.doctor:hover {
background: #79125c;
color: white;
border: 2px solid #79125c;
}
.btn-default.doctor.add { border: 2px solid #333; }
.btn-default.doctor.add:hover {
background: #333;
color: white;
} #wrapper {
position: relative;
overflow: hidden;
} #header {
width: 100%;
z-index: 9999;
position: relative;
transition: all .6s ease;
-webkit-transition: all .6s ease;
}
#header #header-wrapper {
border-bottom: 3px solid #450634;
background: white;
width: 100%;
z-index: 9999;
position: relative;
}
#header.fixed-position #header-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
}
#header.fixed-position #header-wrapper .header-top { margin: -50px 0 0; }
#header.fixed-position #header-wrapper .holder { padding-bottom: 10px; }
#header.fixed-position #header-wrapper .logo { width: 157px; }
#header.fixed-position #header-wrapper .nav-holder { padding: 14px 21px 0 0; }
.th-margin-none .team-col { margin-bottom: 0; }
#header .holder {
padding-top: 21px;
padding-bottom: 22px;
transition: all .6s ease;
-webkit-transition: all .6s ease;
}
#header .nav-opener {
top: 20px;
right: 20px;
font-size: 45px;
position: absolute;
}
#header .nav-opener:hover {
opacity: .8;
text-decoration: none;
}
.header-top {
overflow: hidden;
max-height: 100px;
background: #450634;
transition: all .6s ease;
-webkit-transition: all .6s ease;
}
.header-top .tell-holder {
padding-top: 8px;
padding-bottom: 8px;
}
.header-top .tel {
margin: 0 0 0 34px;
color: #9c9b9b;
font-size: 13px;
line-height: 15px;
text-transform: uppercase;
position: relative;
}
.header-top .tel .fa {
color: #9c9b9b;
font-size: 18px;
position: absolute;
left: -27px;
top: 1px;
}
.header-top .tel a { color: #9c9b9b; }
.header-top .tel a:hover { text-decoration: none; }
.header-top .login {
float: right;
font-size: 13px;
line-height: 15px;
text-transform: uppercase;
letter-spacing: 1px;
padding: 11px 15px 10px;
border-left: 1px solid #818181;
color: #8f8e8e;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.header-top .login:hover {
text-decoration: none;
background: #79125c;
color: white;
} .social-networks {
float: right;
margin: 0;
font-size: 0;
}
.social-networks li {
border-left: 1px solid #818181;
padding: 0;
}
.social-networks li a {
padding: 8px 15px;
display: block;
color: #8f8e8e;
font-size: 18px;
line-height: 20px;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.social-networks li a:hover {
text-decoration: none;
background: #79125c;
color: white;
} .logo {
float: left;
width: 350px;
transition: all .6s ease;
-webkit-transition: all .6s ease;
}
.nav-holder {
float: right;
max-width: 900px;
position: relative;
padding: 24px 21px 0 0;
}
.btn-search {
float: right;
margin: 0 0 0 10px;
color: #8f8e8e;
font-size: 20px;
}
.header-searchform {
top: 136px;
opacity: 0;
right: 20px;
width: 280px;
padding: 10px;
position: absolute;
background: white;
visibility: hidden;
border-radius: 0 0 5px 5px;
border-bottom: 5px solid #79125c;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.header-searchform .form-group {
float: left;
width: 80%;
margin: 0 5px 10px 0;
}
.header-searchform .submit {
width: 18%;
border: 0;
height: 39px;
color: white;
border-radius: 9px;
background: #79125c;
}
.header-searchform .submit:hover { opacity: .8; }
.search-active .header-searchform {
right: 0;
top: 96px;
opacity: 1;
visibility: visible;
}
.search-active .fixed-position .header-searchform { top: 69px; }
.nav-active .nav-holder { max-height: 999px; } #nav {
float: right;
margin: 4px 0 0;
position: relative;
padding: 2px 29px 0 0;
}
#nav ul {
margin: 0;
font: 16px/18px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
text-transform: uppercase;
}
#nav ul li {
margin: 0 0 0 14px;
position: relative;
}
#nav ul li a {
color: #79125c ;
-webkit-transition: all .6s ease;
transition: all .6s ease;
position: relative;
}
#nav ul li a:after {
position: absolute;
content: "";
top: 7px;
bottom: auto;
left: auto;
right: -20px;
}
#nav ul li a:after {
-webkit-transition: all .6s ease;
transition: all .6s ease;
background: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/sprite.png) no-repeat;
width: 8px;
height: 8px;
}
#nav ul li.current-menu-parent > a, #nav ul li a.anchor-active, #nav ul li.current-menu-item > a, #nav ul li a.active, #nav ul li a:focus, #nav ul li a:hover {
color: #450634;
text-decoration: none;
}
#nav ul li.current-menu-parent > a:after, #nav ul li a.anchor-active:after, #nav ul li.current-menu-item > a:after, #nav ul li a.active:after, #nav ul li a:focus:after, #nav ul li a:hover:after { background-position: -15px 0; }
#nav ul li.m-drop { position: static; }
#nav ul li.anchor-active > a, #nav ul li.active > a {
color: #450634;
text-decoration: none;
}
#nav ul li.anchor-active > a:after, #nav ul li.active > a:after { background-position: -15px 0; }
#nav ul li.hover > a {
color: #450634;
text-decoration: none;
}
#nav ul li.hover > a:after { background-position: -15px 0; }
#nav ul li.hover .small-drop, #nav ul li.hover .mega-drop {
visibility: visible;
opacity: 1;
top: 100%;
left: 0;
display: block;
}
#nav ul li .small-drop {
position: absolute;
width: 200px;
top: 140%;
left: -30px;
padding: 30px 0 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
#nav ul li .small-drop .small-drop {
left: 100%;
opacity: 1;
padding: 0;
top: -20px;
display: none;
visibility: visible;
}
#nav ul li .small-drop li:hover .small-drop { display: block; }
#nav ul li .small-drop.add { width: 300px; }
#nav ul li .small-drop ul li {
border-top: 1px solid #d9d9d9;
float: none;
display: block;
margin: 0 0 12px;
padding: 12px 0 0;
}
#nav ul li .small-drop ul li:first-child {
border: 0;
padding-top: 0;
}
#nav ul li .small-drop ul li a:after { display: none; }
#nav ul li .small-drop ul li a:focus, #nav ul li .small-drop ul li a:hover {
color: #79125c;
text-decoration: none;
}
#nav ul li .small-drop ul li.active a { color: #79125c; }
#nav ul li .drop-holder {
background: white;
padding: 20px 15px 10px;
border-radius: 0 0 5px 5px;
border-bottom: 5px solid #79125c;
}
#nav ul li .mega-drop {
bottom: auto;
padding: 47px 0 0;
top: 180%;
left: -50px;
padding: 47px 0 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
#nav ul li .mega-drop .drop-holder { padding: 20px 15px; }
#nav ul li .mega-drop .box {
float: left;
width: 65%;
}
#nav ul li .mega-drop .alignright {
float: right;
width: 35%;
}
#nav ul li .mega-drop .alignright img {
border: 1px solid #818181;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
#nav ul li .mega-drop .alignright a:after { display: none; }
#nav ul li .mega-drop .alignright:hover img { opacity: .8; }
#nav ul li .mega-drop ul {
width: 40%;
float: left;
margin: 0 5% 0 0;
}
#nav ul li .mega-drop ul li {
border-top: 1px solid #d9d9d9;
float: none;
display: block;
margin: 0 0 12px;
padding: 12px 0 0;
}
#nav ul li .mega-drop ul li:first-child {
border: 0;
padding-top: 0;
}
#nav ul li .mega-drop ul li a:after { display: none; }
#nav ul li .mega-drop ul li a:focus, #nav ul li .mega-drop ul li a:hover {
color: #79125c;
text-decoration: none;
}
#nav ul li .mega-drop ul li.active a { color: #79125c; } #header-v2 {
z-index: 9999;
position: relative;
transition: all .4s ease;
-webkit-transition: all .4s ease;
}
.home #header-v2 {
position: absolute;
top: 0;
left: 0;
right: 0;
}
#header-v2 .top-nav:after {
position: absolute;
left: -9999px;
right: -9999px;
bottom: 0;
top: 0;
content: "";
z-index: -1;
background: #222;
}
#header-v2 .top-nav { z-index: 5; }
#header-v2 #header-wrapper {
background: #fff;
border-bottom: 3px solid #79125c;
width: 100%;
z-index: 9999;
position: relative;
}
.home #header-v2 #header-wrapper { background: rgba(20, 20, 20, 0.5); }
.home #header-v2.fixed-position #header-wrapper { background: rgba(20, 20, 20, 1); }
#header-v2.fixed-position #header-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
}
#header-v2.fixed-position #header-wrapper .top-nav { margin: -47px 0 0; }
#header-v2.fixed-position #header-wrapper .logo { width: 150px; }
#header-v2.fixed-position #header-wrapper #nav2 { }
#header-v2 .logo .logo-img { display: block; }
#header-v2 .logo .logo-home { display: none; }
.header-block {
left: 15px;
z-index: 9;
bottom: 15px;
position: absolute;
transition: all .4s ease;
-webkit-transition: all .4s ease;
}
.header-content {
float: right;
width: 930px;
position: relative;
}
.header-content .opener { display: none; }
.top-nav {
z-index: 5;
padding: 13px 0;
max-height: 50px;
position: relative;
letter-spacing: -4px;
transition: all .4s ease;
-webkit-transition: all .4s ease;
}
.top-nav li {
margin: 0 10px 0 21px;
letter-spacing: 0;
display: inline-block;
vertical-align: middle;
font-size: 11px;
line-height: 16px;
}
.top-nav li a {
display: block;
padding: 0 0 0 21px;
position: relative;
color: #d1d3d5;
}
.top-nav li a span {
position: absolute;
left: 0;
top: -2px;
font-size: 15px;
line-height: 15px;
}
.top-nav li a:hover {
color: #79125c;
text-decoration: none;
}
.top-nav li.faq a { padding: 0 0 0 20px; }
.top-nav li.faq a span {
top: -1px;
font-size: 14px;
}
.top-nav li.email { margin: 0 13px 0 33px; }
.top-nav li.email a { padding: 0 0 0 25px; }
.top-nav li.email a span {
top: -1px;
font-size: 11px;
}
.top-nav li.tel a {
padding: 0 0 0 15px;
font-size: 14px;
}
.top-nav li.tel a span {
top: 0;
font-size: 15px;
} #nav2 {
padding: 40px 0 0;
position: relative;
text-transform: uppercase;
}
#nav2 > ul {
letter-spacing: -4px;
font-size: 0;
line-height: 0;
font: 16px/18px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
}
#nav3.primary-navigation .mega-menu,
#nav2.primary-navigation .mega-menu{padding: 0;}
#nav2 > ul > li {
line-height: 20px;
height: 60px;
letter-spacing: 0;
position: relative;
margin: 0 0 0 45px;
display: inline-block;
vertical-align: top;
font-size: 16px;
}
#nav2 > ul > li > a {
color: #38393a;
position: relative;
font-weight: 700;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.home #nav2 > ul > li > a { color: #fff; }
#nav2 > ul > li.current-menu-ancestor > a, #nav2 > ul > li > a.anchor-active, #nav2 > ul > li > a:hover, #nav2 > ul > li > a:active, #nav2 > ul > li > a:focus,  .home #nav2 > ul > li.current-menu-ancestor > a, .home #nav2 > ul > li > a.anchor-active, .home #nav2 > ul > li > a:hover, .home #nav2 > ul > li > a:active, .home #nav2 > ul > li > a:focus {
color: #79125c;
text-decoration: none;
}
#nav2 > ul > li > a .icon-search {
display: block;
margin: 1px 0 0;
font-size: 21px;
}
#nav2 > ul > li.m-drop { position: static; }
#nav2 > ul > li.anchor-active > a, #nav2 > ul > li.active > a { color: #8ac53e; }
#nav2 > ul > li.hover > a {
color: #79125c;
text-decoration: none;
}
#nav2 > ul > li.hover .small-drop, #nav2 > ul > li.hover .mega-drop {
visibility: visible;
opacity: 1;
top: 100%;
right: 0;
display: block;
}
#nav2 .small-drop {
position: absolute;
width: 200px;
top: 150%;
left: -30px;
padding: 30px 0 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
#nav2 .small-drop.add { width: 300px; }
#nav2 .small-drop ul { overflow: hidden; }
#nav2 .small-drop ul li {
border-top: 1px solid #d9d9d9;
float: none;
display: block;
margin: 0 0 12px;
padding: 12px 0 0;
}
#nav2 .small-drop ul li:first-child {
border: 0;
padding-top: 0;
}
#nav2 .small-drop ul li a { color: #171717; }
#nav2 .small-drop ul li a:focus, #nav2 .small-drop ul li a:hover, #nav2 .small-drop ul li.current-menu-item a {
color: #79125c;
text-decoration: none;
}
#nav2 .small-drop ul li.active a { color: #79125c; }
#nav2 .drop-holder {
overflow: hidden;
text-align: left;
background: white;
padding: 20px 15px 10px;
border-radius: 0 0 5px 5px;
border-bottom: 5px solid #79125c;
}
#nav2 .mega-drop {
bottom: auto;
padding: 47px 0 0;
top: 150%;
right: -50px;
padding: 40px 0 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
#nav2 .mega-drop .drop-holder { padding: 20px 15px; }
#nav2 .mega-drop .box {
float: left;
width: 65%;
}
#nav2 .mega-drop .alignright {
float: right;
width: 35%;
}
#nav2 .mega-drop .alignright img {
border: 1px solid #818181;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
#nav2 .mega-drop .alignright:hover img { opacity: .8; }
#nav2 .mega-drop ul {
width: 40%;
float: left;
margin: 0 5% 0 0;
}
#nav2 .mega-drop ul li {
border-top: 1px solid #d9d9d9;
float: none;
display: block;
margin: 0 0 12px;
padding: 12px 0 0;
}
#nav2 .mega-drop ul li:first-child {
border: 0;
padding-top: 0;
}
#nav2 .mega-drop ul li a { color: #171717; }
#nav2 .mega-drop ul li a:focus, #nav2 .mega-drop ul li a:hover {
color: #79125c;
text-decoration: none;
}
#nav2 .mega-drop ul li.active a { color: #79125c; }
.home #header-v2 .logo .logo-home { display: block; }
.home #header-v2 .logo .logo-img { display: none; }
#header-v2.fixed-position .logo-home { display: none; }
#header-v2.fixed-position .logo-img { display: block; }
#nav2 > ul > li > a { color: #38393a; }
#nav2 > ul > li > a:hover, #nav2 > ul > li.active > a, .home #nav2 > ul > li.hover > a, .home #nav2 > ul > li > a:active, .home #nav2 > ul > li > a:focus { color: #79125c; }
#header3 {
z-index: 9999;
background: white;
position: relative;
}
#header3.fixed-position #nav3 {
position: fixed;
top: 0;
left: 0;
right: 0;
background: #fff;
}
#header3.fixed-position .header-holder { margin-top: -120px; }
#header3 .header-holder {
padding-top: 23px;
padding-bottom: 20px;
transition: all .4s ease;
-webkit-transition: all .4s ease;
background: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/world-map.png) no-repeat 149px 0;
}
#header3 .header-box { padding-top: 20px; }
#header3 .btn-info {
padding: 5px 24px;
border-radius: 15px;
vertical-align: top;
background: #79125c;
border-color: #79125c;
}
#header3 .top-nav {
margin: 0;
width: 400px;
font-weight: 500;
vertical-align: top;
color: #f8f7f7;
display: inline-block;
padding: 9px 20px 0 0;
}
#header3 .top-nav li {
margin: 0;
font-size: 15px;
padding: 0 10px 0 0;
}
#header3 .top-nav a { color: #333; }
#header3 .top-nav a:hover {
color: #79125c;
text-decoration: none;
}
.search-form3 {
display: inline-block;
vertical-align: top;
width: 164px;
border-radius: 20px;
background: #ececec;
margin: 0 7px 0 10px;
}
.search-form3 .form-control {
background: none;
color: #aaa;
height: 33px;
padding: 7px 12px;
line-height: 19px;
box-shadow: none !important;
font-weight: 500;
font-size: 14px;
float: left;
width: 136px;
font-weight: 500;
box-sizing: inherit;
}
.search-form3 .form-control:focus {
box-shadow: none !important;
border-color: transparent;
}
.search-form3 .submit {
border: 0;
padding: 0;
float: right;
cursor: pointer;
overflow: hidden;
margin: 6px 11px 0 0;
text-transform: uppercase;
outline: none;
background: transparent;
}
#nav3 {
font-weight: 700;
background: #fff;
border: solid #eee;
border-width: 1px 0 0;
transition: all .4s ease;
-webkit-transition: all .4s ease;
font: 16px/18px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
}
#nav3 .row { margin: 0; }
#nav3 .navbar-toggle {
position: absolute;
top: -65px;
right: 10px;
}
#nav3 .navbar-toggle .icon-bar { background: #ddd !important; }
#nav3 .nav-list {
float: none;
width: 100%;
display: table;
position: relative;
table-layout: fixed;
border-right: 1px solid #eee;
}
#nav3 .nav-list > li {
float: none;
width: 100%;
display: table-cell;
vertical-align: middle; }
#nav3 .nav-list > li.m-drop { position: static; }
#nav3 .nav-list > li.anchor-active > a, #nav3 .nav-list > li.active > a {
color: white;
background: #79125c;
border-color: #79125c;
}
#nav3 .nav-list > li.hover > a {
color: white;
background: #79125c;
border-color: #79125c;
}
#nav3 .nav-list > li.hover .small-drop, #nav3 .nav-list > li.hover .mega-drop {
visibility: visible;
opacity: 1;
top: 100%;
right: 0;
display: block;
}
#nav3 .nav-list > li > a {
display: block;
padding: 12px 8px;
text-align: center;
color: #4e5869;
border-left: 1px solid #eee;
text-transform: capitalize;
}
#nav3 .nav-list > li > a.anchor-active, #nav3 .nav-list > li.current-menu-ancestor > a, #nav3 .nav-list > li > a:hover {
color: white;
background: #79125c;
border-color: #79125c;
text-decoration: none;
}
#nav3 .mega-drop {
left: 0;
top: 100%;
opacity: 0;
bottom: auto;
z-index: 9999;
visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
#nav3 .mega-drop .drop-holder { padding: 20px 15px; }
#nav3 .mega-drop .box {
float: left;
width: 65%;
}
#nav3 .mega-drop .alignright {
float: right;
width: 35%;
}
#nav3 .mega-drop .alignright img {
border: 1px solid #818181;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
#nav3 .mega-drop .alignright:hover img { opacity: .8; }
#nav3 .mega-drop ul {
width: 40%;
float: left;
margin: 0 5% 0 0;
}
#nav3 .mega-drop ul li {
border-top: 1px solid #d9d9d9;
float: none;
display: block;
margin: 0 0 12px;
padding: 12px 0 0;
}
#nav3 .mega-drop ul li:first-child {
border: 0;
padding-top: 0;
}
#nav3 .mega-drop ul li a { color: #171717; }
#nav3 .mega-drop ul li a:focus, #nav3 .mega-drop ul li a:hover {
color: #79125c;
text-decoration: none;
}
#nav3 .mega-drop ul li.active a { color: #79125c; }
#nav3 .drop-holder {
overflow: hidden;
text-align: left;
background: white;
padding: 20px 15px 10px;
border-radius: 0 0 5px 5px;
border-bottom: 5px solid #79125c;
}
#nav3 .small-drop {
left: 0;
top: 100%;
opacity: 0;
width: 200px;
z-index: 9999;
position: absolute;
visibility: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
#nav3 .small-drop.add { width: 300px; }
#nav3 .small-drop ul { overflow: hidden; }
#nav3 .small-drop ul li {
border-top: 1px solid #d9d9d9;
float: none;
display: block;
margin: 0 0 12px;
padding: 12px 0 0;
}
#nav3 .small-drop ul li:first-child {
border: 0;
padding-top: 0;
}
#nav3 .small-drop ul li a { color: #171717; }
#nav3 .small-drop ul li a:focus, #nav3 .small-drop ul li a:hover, #nav3 .small-drop ul li.current-menu-item a {
color: #79125c;
text-decoration: none;
}
#nav3 .small-drop ul li.active a { color: #79125c; } .beans-gallery .beans-mask .beans-slideset {
width: 99999px;
float: left;
}
.beans-gallery .beans-slide {
z-index: 1;
float: left;
}
.beans-gallery .beans-slide.active { z-index: 2; }
.beans-gallery .bg-stretch { z-index: -1; }
.slide-content {
z-index: 999;
height: 600px;
text-align: right;
position: relative;
white-space: nowrap;
}
.win-height.slide-content { height: 800px; }
.slide-content .slide-heading {
display: inline-block;
white-space: normal;
vertical-align: middle;
}
.slide-content:before {
content: "";
height: inherit;
vertical-align: middle;
display: inline-block;
width: 1px;
overflow: hidden;
margin: 0 0 0 -5px;
}
.slide-content .alignleft {
margin: 0;
position: absolute;
bottom: 0;
left: 72px;
width: 417px;
height: 591px;
}
.slide-content .alignleft.add {
height: 643px;
width: 450px;
}
.slide-heading {
margin: 70px 0 0;
max-width: 700px;
position: relative;
text-align: center;
padding: 0 15.1% 0 0;
}
.slide-heading h1 {
font-size: 36px;
line-height: 40px;
margin: 0 0 16px;
text-transform: uppercase;
}
.slide-heading .tel {
margin: 0 0 29px;
letter-spacing: 1px;
display: block;
color: #333;
font: 700 30px/32px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
}
.slide-heading .tel a {
font-size: 24px;
color: #333;
}
.slide-heading .tel a:hover { text-decoration: none; }
.slide-heading .btn-default {
padding: 13px 27px;
font-size: 18px;
line-height: 22px;
background: #79125c;
}
.slide-heading .btn-default:hover { background: #a7a7a7; } #main:after {
display: block;
content: "";
clear: both;
}
.lost-block {
text-align: center;
padding: 200px 0;
}
.lost-block h1 {
font-size: 100px;
line-height: 106px;
color: #79125c;
text-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
margin: 0 0 40px;
}
.lost-block h1 span { color: black; }
.lost-block .btn { text-transform: uppercase; }
.error-section { position: relative; }
.error-section:after {
position: absolute;
content: "";
background: rgba(0, 0, 0, .7);
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.error-section .container { white-space: nowrap; }
.error-section .container .holder {
display: inline-block;
white-space: normal;
vertical-align: middle;
}
.error-section .container:before {
content: "";
vertical-align: middle;
display: inline-block;
min-height: inherit;
width: 1px;
overflow: hidden;
margin: 0 0 0 -5px;
}
.error-section .container:before { min-height: 100%; }
.error-section .holder {
max-width: 890px;
position: relative;
z-index: 1;
}
.error-section .holder .logo {
margin: 0 auto 50px;
float: none;
}
.error-section h1 {
color: white;
margin: 0 0 50px;
}
.error-section .error-form {
width: 312px;
border: 1px solid white;
display: block;
margin: 0 auto 18px;
}
.error-section .error-form .form-control {
background: none;
border: 0;
outline: none;
float: left;
color: white;
height: 36px;
font-size: 12px;
line-height: 18px;
padding: 6px 10px 6px 15px;
width: 70%;
}
.error-section .error-form .form-control::-webkit-input-placeholder {
color: white;
}
.error-section .error-form .form-control:-moz-placeholder {
color: white;
}
.error-section .error-form .form-control::-moz-placeholder {
color: white;
opacity: 1;
}
.error-section .error-form .form-control:-ms-input-placeholder {
color: white;
}
.error-section .error-form .btn {
padding: 9px 20px;
background: white;
color: #38393a;
}
.error-section h2 {
font-size: 18px;
line-height: 22px;
letter-spacing: 3px;
color: white;
font-weight: 400;
margin: 0 0 20px;
}
.error-section .footer-socials li a { color: white; }
.error-section .footer-socials li a .fa { font-size: 30px; }
.search-section {
position: relative;
z-index: 99;
}
.search-section form {
margin: 0 -2px 0 0;
border-radius: 3px;
}
.search-section .button {
margin: 0;
border: 0;
height: 80px;
float: right;
color: white;
font-size: 18px;
min-width: 155px;
line-height: 24px;
background: #79125c;
padding: 25px 10px 29px;
text-transform: uppercase;
border-radius: 0 3px 3px 0;
}
.search-section .button:hover { background: #38393a; }
.search-section .input-holder {
overflow: hidden;
padding: 0 0 0 60px;
position: relative;
background: white;
border: 1px solid #ccc;
border-right: 0;
border-radius: 3px 0 0 3px;
}
.search-section .input-holder label {
position: absolute;
left: 35px;
top: 28px;
font-size: 23px;
line-height: 23px;
color: #8e8e8e;
}
.search-section .form-control {
border: 0;
margin: 0;
height: 78px;
color: #b4b4b4;
background: none;
padding: 29px 20px;
line-height: 20px;
box-shadow: none !important;
font-size: 16px;
font-style: italic;
}
.search-section .form-control::-webkit-input-placeholder {
color: #b4b4b4;
}
.search-section .form-control:-moz-placeholder {
color: #b4b4b4;
}
.search-section .form-control::-moz-placeholder {
color: #b4b4b4;
opacity: 1;
}
.search-section .form-control:-ms-input-placeholder {
color: #b4b4b4;
}
.info-list {
right: 0;
top: 50%;
width: 75px;
z-index: 9999;
position: fixed;
margin: -121px 0 0;
background: #f7f7f7;
text-align: center;
font-size: 11px;
line-height: 11px;
text-transform: uppercase;
}
.info-list li {
display: block;
width: 100%;
border-top: 1px solid #ccc;
}
.info-list li:first-child { border-top: 0; }
.info-list li a {
display: block;
color: #282828;
padding: 10px 5px 13px;
}
.info-list li a em { font-style: normal; }
.info-list li a span {
display: block;
font-size: 26px;
line-height: 26px;
margin: 0 0 12px;
}
.info-list li a:hover, .info-list li a:active, .info-list li a:focus { text-decoration: none; }
.info-list li a:hover span, .info-list li a:active span, .info-list li a:focus span { color: #79125c; } .container-block { }
.container-block.practice {
padding-top: 60px;
padding-bottom: 82px;
position: relative;
z-index: 1;
}
.container-block.practice:before {
position: absolute;
content: "";
top: 0;
z-index: -1;
bottom: 0;
left: -9999px;
right: -9999px;
background: #f1f1f1;
}
.container-block.practice:before { display: block; }
.container-block.practice .main-heading { margin-bottom: 53px; }
.container-block.practice.practice2 {
padding-top: 102px;
padding-bottom: 49px;
}
.container-block.practice.practice2:before { display: none; }
.container-block.practice.practice2 .practice-block { margin-bottom: 30px; }
.container-block.news-block {
padding-top: 106px;
padding-bottom: 61px;
}
.container-block.gallery {
padding-top: 60px;
padding-bottom: 48px;
}
.container-block.gallery .main-heading { margin-bottom: 59px; }
.container-block.gallery .main-heading h2 { color: white; }
.container-block.events {
padding-top: 58px;
padding-bottom: 61px;
}
.container-block.clients2 {
padding-top: 91px;
padding-bottom: 75px;
position: relative;
z-index: 1;
}
.container-block.clients2:before {
position: absolute;
content: "";
top: 0;
z-index: -1;
bottom: 0;
left: -9999px;
right: -9999px;
background: #f1f1f1;
}
.container-block.clients2:before { display: block; }
.container-block.clients2 .main-heading { margin-bottom: 59px; }
.container-block.about {
padding-top: 94px;
padding-bottom: 65px;
}
.container-block.services {
padding-top: 100px;
padding-bottom: 13px;
}
.container-block.trust {
padding-top: 0;
padding-bottom: 36px;
}
.container-block.benifits {
padding-top: 0;
padding-bottom: 0;
}
.container-block.consult {
padding-top: 0;
padding-bottom: 100px;
} .main-heading {
margin-bottom: 55px;
text-align: center;
}
.main-heading h2 {
margin: -7px 0 0;
line-height: 1;
text-transform: uppercase;
display: inline-block;
vertical-align: top;
background: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/divider.png) repeat-x 0 100%;
padding: 0 8px 18px;
}
.main-heading.news {
text-align: left;
margin: 40px 0;
}
.main-heading.news h2 {
font-size: 30px;
line-height: 24px;
display: block;
padding: 0 0 26px;
}
.main-heading.benifits {
text-align: left;
margin-bottom: 38px;
}
.main-heading.benifits h2 {
display: block;
font-size: 30px;
line-height: 34px;
padding: 0 0 16px;
}
.main-heading.consult {
text-align: left;
line-height: 24px;
margin: 0 0 36px;
}
.main-heading.consult h2 {
margin: 0 0 36px;
padding: 0 0 16px;
display: block;
font-size: 30px;
line-height: 34px;
}
.main-heading.consult p { margin: 0; }
.main-heading.consult span {
margin: 0 0 36px;
padding: 0 0 16px;
display: block;
font-size: 25px;
line-height: 29px;
background: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/divider.png) repeat-x 0 100%;
} .services-holder.services { margin-bottom: 80px; } .services-col {
text-align: center;
font-size: 14px;
line-height: 24px;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.services-col .img-box {
overflow: hidden;
border-radius: 50%;
margin: 0 auto 19px;
text-align: center;
width: 111px;
height: 111px;
border: 2px solid #333;
}
.services-col .img-box img {
display: block;
margin: 30px auto 0;
-webkit-transition: margin .6s ease;
transition: margin .6s ease;
}
.services-col .img-box img:first-child { margin: 13px auto; }
.services-col h2 {
margin: 0 0 17px;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
}
.services-col h2 a {
color: #555;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.services-col h2 a:hover {
color: #79125c;
text-decoration: none;
}
.services-col p { margin: 0 0 31px; }
.services-col:hover .img-box {
-webkit-transition: all .6s ease;
transition: all .6s ease;
background: #79125c;
border-color: #79125c;
}
.services-col:hover .img-box img:first-child { margin: -100px auto 0; }
.services-col:hover h2 {
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.services-col:hover h2 a { color: #79125c; }
.services-col:hover .btn-default:after { height: 100%; }
.services-col .btn-default {
z-index: 2;
position: relative;
}
.services-col .btn-default:after {
left: 0;
bottom: 0;
z-index: -1;
content: "";
position: absolute;
background: #79125c;
width: 100%;
height: 0;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.services-col.approch .img-box:after {
background-position: -91px -34px;
width: 68px;
height: 68px;
margin: -34px 0 0 -31px;
}
.services-col.approch:hover .img-box:after { background-position: -91px -120px; }
.services-col.rules .img-box:after {
background-position: -188px -47px;
width: 51px;
height: 51px;
margin: -26px 0 0 -25px;
}
.services-col.rules:hover .img-box:after { background-position: -188px -133px; }
.services-col.client .img-box:after {
background-position: -271px -42px;
width: 60px;
height: 60px;
margin: -30px 0 0 -31px;
}
.services-col.client:hover .img-box:after { background-position: -271px -128px; }
.services-col.defence .img-box:after {
background-position: -15px -228px;
width: 41px;
height: 49px;
margin: -24px 0 0 -21px;
}
.services-col.defence:hover .img-box:after { background-position: -15px -302px; }
.services-col.divorce .img-box:after {
background-position: -79px -232px;
width: 46px;
height: 40px;
margin: -19px 0 0 -24px;
}
.services-col.divorce:hover .img-box:after { background-position: -79px -306px; }
.services-col.drug .img-box:after {
background-position: -166px -230px;
width: 47px;
height: 44px;
margin: -21px 0 0 -23px;
}
.services-col.drug:hover .img-box:after { background-position: -166px -304px; }
.services-col.death .img-box:after {
background-position: -239px -227px;
width: 40px;
height: 50px;
margin: -24px 0 0 -21px;
}
.services-col.death:hover .img-box:after { background-position: -239px -301px; }
.services-col.style2 {
overflow: hidden;
margin-bottom: 80px;
}
.services-col.style2 .img-box {
border-radius: 0;
margin: 0 20px 0 0;
display: inline-block;
vertical-align: middle;
}
.services-col.style2 .holder {
width: 50%;
text-align: left;
display: inline-block;
vertical-align: middle;
}
.services-col.style2 p { margin: 0; }
.services-col.style2 .btn-default {
width: 138px;
padding: 16px 6px;
display: inline-block;
vertical-align: middle;
}
.services-col.style2.add { margin-bottom: 0; } .practice-col {
text-align: center;
overflow: hidden;
}
.practice-col a {
display: block;
border: 1px solid #cecece;
position: relative;
}
.practice-col h3 {
margin: 0;
font-size: 20px;
line-height: 24px;
text-transform: uppercase;
top: auto;
background: #f1f1f1;
padding: 14px 10px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.practice-col .over {
background: rgba(219, 89, 64, .9);
color: white;
font-size: 14px;
line-height: 24px;
visibility: hidden;
opacity: .9;
}
.practice-col .over .box {
display: table;
width: 100%;
height: 100%;
}
.practice-col .over .box .block {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
padding: 10px 25px;
}
.practice-col .over .box .frame {
display: inline-block;
vertical-align: middle;
margin: 3px 0 0;
}
.practice-col .over .box .title {
display: block;
margin: 0 0 7px;
font-weight: 700;
font-size: 20px;
line-height: 24px;
text-transform: uppercase;
color: white;
}
.practice-col .over .box p { margin: 0; }
.practice-col:hover h3 {
visibility: hidden;
opacity: 0;
}
.practice-col:hover .over {
animation-name: expand-up;
-webkit-animation-name: expand-up;
animation-duration: .7s;
-webkit-animation-duration: .7s;
animation-timing-function: ease;
-webkit-animation-timing-function: ease;
visibility: visible !important;
} .news-post {
background: #450634;
overflow: hidden;
padding: 0 40px 0 0;
margin: 0 0 19px;
color: white;
-webkit-transition: all .6s ease;
transition: all .6s ease;
} .news-post .alignleft {
margin: 0;
float: left; }
.news-post .alignleft a {
display: block;
position: relative;
}
.news-post .alignleft img {
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.news-post .alignleft:hover img { opacity: .8; }
.news-post .txt-box {
overflow: hidden;
padding: 21px 0 10px 36px;
font-size: 14px;
line-height: 24px;
}
.news-post .txt-box .city {
word-spacing: 3px;
display: block;
font-size: 13px;
line-height: 18px;
margin: 0 0 6px;
}
.news-post .txt-box h3 {
margin: 0 0 10px;
text-transform: uppercase;
font-size: 18px;
line-height: 22px;
color: white;
}
.news-post .txt-box h3 a {
color: white;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.news-post .txt-box h3 a:hover {
color: #79125c;
text-decoration: none;
}
.news-post .txt-box p { margin: 0; }
.news-post .date-box {
animation-duration: .8s;
-webkit-animation-duration: .8s;
animation-timing-function: ease;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.news-post:hover { background: #4a4a4a; }
.news-post:hover .date-box {
animation-name: slide-down;
-webkit-animation-name: slide-down;
visibility: visible !important;
} .date-box {
left: 0;
top: 0;
display: block;
padding: 10px 5px 5px;
width: 82px;
height: 89px;
background: #79125c;
color: white;
font-size: 36px;
line-height: 40px;
text-align: center;
position: absolute;
}
.date-box .month {
font-size: 16px;
line-height: 20px;
display: block;
margin: 0 0 11px;
} .post-nav { margin: 0 0 8px; }
.post-nav li {
margin: 0 11px 0 0;
padding: 0;
}
.post-nav li a {
color: white;
-webkit-transition: all .8s ease;
transition: all .8s ease;
}
.post-nav li a .fa {
font-size: 16px;
margin: 0 5px 0 2px;
}
.post-nav li a:focus, .post-nav li a:hover {
color: #79125c;
outline: none;
text-decoration: none;
} .success-col {
background: #f1f1f1;
padding: 0 12px 24px 15px;
line-height: 24px;
text-align: justify;
letter-spacing: 1px;
}
.success-col .video-block {
margin: 0 -12px 12px -15px;
overflow: hidden;
}
.success-col .video-block a {
position: relative;
display: block;
}
.success-col h3 {
padding: 0 0 11px;
margin: 0 0 12px;
letter-spacing: 2px;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
border-bottom: 1px solid #cfccca;
}
.success-col .title {
display: block;
text-transform: uppercase;
color: #8d8d8d;
font-size: 13px;
margin: 0 0 2px;
}
.success-col p { margin: 0; } .clients-gallery { z-index: 2; }
.clients-gallery .parallax-holder {
position: absolute !important;
position: relative;
}
.clients-gallery .parallax-holder:before {
position: absolute;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.clients-gallery .parallax-holder:before { background: rgba(219, 89, 64, .9); }
.clients-gallery .gallery {
z-index: 2;
position: relative;
} .quotes-pagination {
width: 100%;
display: table;
table-layout: fixed;
margin: 0 0 56px;
}
.quotes-pagination li {
padding: 0;
display: table-cell;
vertical-align: middle;
}
.quotes-pagination li.active {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.quotes-pagination li.active img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.quotes-pagination li a { display: block; }
.quotes-pagination li img {
width: auto;
margin: 0 auto;
max-width: 100%;
} .quotes-gallery {
width: 100%;
padding: 0 70px;
position: relative;
text-align: center;
}
.quotes-mask {
position: relative;
overflow: hidden;
width: 100%;
}
.quotes-slideset {
width: 99999px;
float: left;
}
.quotes-slide {
width: 100%;
float: left;
text-align: center;
color: white;
}
.quotes-slide.active { z-index: 1; } .gallery-quotes {
overflow: hidden;
margin: 0 0 36px;
padding: 74px 0 0;
border: 0;
position: relative;
text-align: center;
color: white;
font: 33px/48px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
}
.gallery-quotes footer:before { display: none; }
.gallery-quotes cite {
width: 100%;
min-height: 50px;
text-indent: -9999px;
font-size: 0;
display: block;
margin: 0 auto;
text-align: center;
}
.gallery-quotes p { margin: 0 0 29px; }
.gallery-quotes .fa {
font-size: 43px;
position: absolute;
top: 6px;
left: 50%;
margin: 0 0 0 -20px;
}
.gallery-quotes.add {
color: #555;
font-size: 16px;
line-height: 22px;
margin: 0 0 30px;
padding: 48px 0 0;
}
.gallery-quotes.add p { margin: 0 0 15px; }
.gallery-quotes.add cite {
text-indent: 0;
background: none;
height: auto;
width: auto;
font-size: 13px;
line-height: 16px;
font-style: normal;
color: #959595;
text-align: center;
}
.gallery-quotes.add cite a { color: #959595; }
.gallery-quotes.add cite a:focus, .gallery-quotes.add cite a:hover {
color: #79125c;
outline: none;
text-decoration: none;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.gallery-quotes.add .fa {
font-size: 20px;
margin: 0 0 0 -10px;
top: 20px;
color: #c34128;
} .slide-social-networks {
overflow: hidden;
float: none;
margin: 0;
}
.slide-social-networks li {
float: none;
display: inline-block;
vertical-align: top;
padding: 0 7px;
border: 0;
}
.slide-social-networks li a {
padding: 0;
color: white;
}
.slide-social-networks li a .fa { font-size: 43px; }
.slide-social-networks li a:hover { opacity: .7; } .our-team.add { margin-bottom: 30px; } .team-col { margin-bottom: 30px; }
.team-col .over {
display: block;
position: relative;
position: relative;
z-index: 1;
}
.team-col .over:before {
position: absolute;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.team-col .over:before {
background: rgba(0, 0, 0, .4);
z-index: -1;
display: none;
}
.team-col .img-box {
border: 1px solid #cecece;
overflow: hidden;
margin: 0 0 10px;
}
.team-col .img-box .over img{
margin: 0 auto;
}
.team-col .btn-default {
position: absolute;
top: 50%;
left: 50%;
width: 148px;
margin: -20px 0 0 -74px;
background: #79125c;
font-weight: 600;
letter-spacing: 2px;
padding: 11px 6px 11px 6px;
display: none;
}
.team-col .btn-default:hover { background: #363636; }
.team-col .btn-default .fa {
display: inline-block;
vertical-align: middle;
margin: -4px 1px 0 4px;
font-size: 14px;
}
.team-col:hover .over:before { display: block; }
.team-col:hover .btn-default { display: block; } .divider-nav {
margin: 0 0 5px;
height: 10px;
text-align: center;
}
.divider-nav li {
float: none;
display: inline-block;
vertical-align: top;
width: 6px;
height: 6px;
padding: 0;
margin: 0;
border-radius: 50%;
background: #cecece;
} .team-info {
border: 1px solid #cecece;
padding: 10px 16px 4px;
text-align: center;
line-height: 24px;
min-height: 176px;
}
.team-info .team-title {
overflow: hidden;
padding: 0 0 3px;
margin: 0 0 12px;
border-bottom: 1px solid #efeef1;
}
.team-info .team-title h2 {
margin: 0;
text-transform: uppercase;
font-size: 18px;
line-height: 22px;
font-weight: 600;
}
.team-info .team-title h2 a { color: #333; }
.team-info .team-title h2 a:focus, .team-info .team-title h2 a:hover {
text-decoration: none;
outline: none;
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.team-info .team-title .designation { display: block; }
.team-info p { margin: 0 0 11px; } .post-socials {
text-align: center;
overflow: hidden;
}
.post-socials li {
display: inline-block;
vertical-align: top;
margin: 0 4px;
padding: 0;
}
.post-socials li a {
display: block;
border-radius: 50%;
border: 1px solid #555;
width: 29px;
height: 29px;
color: #555;
font-size: 15px;
line-height: 24px;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.post-socials li a .fa {
display: inline-block;
vertical-align: middle;
}
.post-socials li a:hover {
background: #79125c;
border-color: #79125c;
color: white;
} .our-stroies { overflow: hidden; } .stroies-block {
overflow: hidden;
width: 9999px;
} .story-post {
width: 300px;
height: 277px;
position: relative;
float: left;
position: relative;
z-index: 1;
}
.story-post:before {
position: absolute;
content: "";
top: 50%;
z-index: -1;
bottom: auto;
left: 0;
right: 0;
background: #cecece;
}
.story-post:before { height: 1px; }
.story-post .stroy-box {
bottom: auto;
border: 1px solid #cecece;
background: white;
padding: 6px 2px 8px 11px;
overflow: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.story-post .stroy-box:hover { text-decoration: none; }
.story-post .stroy-box .alignleft {
border: 1px solid #b3b3b3;
width: 72px;
margin: 6px 12px 0 0;
float: left;
}
.story-post .stroy-box .alignleft img { width: 100%; }
.story-post .stroy-box .txt-box {
color: #555;
line-height: 24px;
overflow: hidden;
}
.story-post .stroy-box .txt-box p { margin: 0; }
.story-post .strory-years {
color: #333;
font: 600 20px/24px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
text-align: center;
top: auto;
bottom: 70px;
}
.story-post .strory-years .years { display: block; }
.story-post .circle {
border: 3px solid #cecece;
background: white;
border-radius: 50%;
width: 18px;
height: 18px;
position: absolute;
top: 50%;
left: 50%;
margin: -8px 0 0 -10px;
display: block;
z-index: 1;
}
.story-post .circle:after {
-webkit-animation-duration: 1s;
animation-duration: 1s;
border: 6px solid #79125c;
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: -1;
border-radius: 50%;
visibility: hidden;
-webkit-animation-duration: 1s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
}
.story-post.bottom .stroy-box {
top: auto;
bottom: 0;
}
.story-post.bottom .strory-years {
bottom: auto;
top: 70px;
}
.story-post:hover .stroy-box {
color: white;
background: #79125c;
}
.story-post:hover .stroy-box .txt-box { color: white; }
.story-post:hover .circle:after {
visibility: visible;
animation-name: hvr-ripple-out;
-webkit-animation-name: hvr-ripple-out;
} .upcomming-events {
border: 1px solid #cecece;
padding: 19px 14px 24px 24px;
overflow: hidden;
line-height: 24px;
}
.upcomming-events p { margin: 0 0 16px; }
.upcomming-events p a:hover {
text-decoration: none;
color: #c34128;
} .events-info {
overflow: hidden;
margin: 0 0 19px;
}
.events-info .alignleft {
border: 1px solid #cecece;
float: left;
margin: 5px 24px 0 0;
width: 40.8%;
}
.events-info .alignleft a { display: block; }
.events-info .events-txt { overflow: hidden; }
.events-info .events-txt h2 {
margin: 0 0 12px;
text-transform: uppercase;
font-size: 18px;
line-height: 24px;
font-weight: 600;
}
.events-info .events-txt h2 a {
color: #333;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.events-info .events-txt h2 a:hover {
color: #79125c;
text-decoration: none;
}
.events-info .events-txt .post-nav {
border-bottom: 1px solid #cecece;
padding: 0 0 9px;
margin: 0 0 16px;
}
.events-info .events-txt .post-nav li a {
color: #555;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.events-info .events-txt .post-nav li a:hover {
color: #79125c;
text-decoration: none;
}
.events-info:hover .alignleft {
animation-name: stretch-open;
-webkit-animation-name: stretch-open;
animation-duration: .7s;
-webkit-animation-duration: .7s;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
visibility: visible !important;
} .events-timer {
font: 600 14px/18px "Open Sans", "Arial", "Helvetica", sans-serif;
margin: 0;
text-transform: uppercase;
overflow: hidden;
background: #79125c;
border: 1px solid #c34128;
text-align: center;
color: white;
}
.events-timer .countdown-row { overflow: hidden; }
.events-timer .countdown-section {
width: 25%;
float: left;
padding: 18px 10px 15px;
border-left: 1px solid #c34128;
}
.events-timer .countdown-section:first-child { border-left: 0; }
.events-timer .countdown-section .countdown-amount {
margin: 0 0 11px;
display: block;
font: 600 18px/22px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
}
.comming-timer {
color: white;
margin: 0 0 40px;
min-width: 560px;
overflow: hidden;
text-align: center;
text-transform: uppercase;
font: 600 15px/28px "Open Sans", "Arial", "Helvetica", sans-serif;
}
.comming-timer .countdown-row { overflow: hidden; }
.comming-timer .countdown-section {
width: 23%;
float: left;
margin: 0 1%;
padding: 18px 0 15px;
border: 3px solid white;
border-radius: 5px;
}
.comming-timer .countdown-section .countdown-amount {
margin: 0 0 11px;
display: block;
font: 600 55px/60px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
} .related-events { overflow: hidden; }
.related-events h2 {
margin: 0 0 25px;
padding: 0 0 10px;
text-transform: uppercase;
font-size: 18px;
line-height: 24px;
font-weight: 600;
border-bottom: 1px solid #cecece;
}
.related-events .events-box {
overflow: hidden;
padding: 0 0 0 3px;
}
.related-events .events-box .img-box {
width: 23.3%;
overflow: hidden;
position: relative;
border: 1px solid #cecece;
display: inline-block;
vertical-align: top;
margin: 0 0 0 10px;
}
.related-events .events-box .img-box .over {
background: rgba(219, 89, 64, .9);
color: white;
font-size: 14px;
line-height: 24px;
visibility: hidden;
text-align: center;
opacity: .9;
}
.related-events .events-box .img-box .over .box {
display: table;
width: 100%;
height: 100%;
}
.related-events .events-box .img-box .over .box .block {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
padding: 10px 15px;
}
.related-events .events-box .img-box .over .box .frame {
display: inline-block;
vertical-align: middle;
margin: 3px 0 0;
}
.related-events .events-box .img-box .over .box .title {
display: block;
margin: 0 0 7px;
font-weight: 700;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
color: white;
}
.related-events .events-box .img-box:hover a:hover .over { visibility: visible; }
.related-events .events-box .img-box a { display: block; }
.related-events .events-box .img-box:first-child { margin-left: 0; } .calender-holder {
padding: 0 20px 18px;
overflow: hidden;
min-height: 570px;
border: 1px solid #cecece;
}
.calender-holder h3 {
margin: 0 0 16px;
text-transform: uppercase;
font-size: 18px;
line-height: 22px;
font-weight: 400;
color: #79125c;
} .datepicker { margin: 0 0 10px; }
.ui-datepicker-header {
margin: 0 -20px 31px;
background: #79125c;
border: 1px solid #c34128;
padding: 10px 9px 12px;
text-align: center;
color: white;
overflow: hidden;
}
.ui-datepicker-title { font: 700 24px/28px "Source Sans Pro", "Arial", "Helvetica", sans-serif; }
.ui-datepicker-next, .ui-datepicker-prev {
background: #c24027;
width: 26px;
height: 26px;
float: left;
border-radius: 3px;
position: relative;
margin: 3px 0 0;
cursor: pointer;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.ui-datepicker-next:before, .ui-datepicker-prev:before {
position: absolute;
left: 50%;
top: 50%;
margin: -6px 0 0 -6px;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 7px 9px 7px 0;
border-color: transparent white transparent transparent;
}
.ui-datepicker-next .ui-icon, .ui-datepicker-prev .ui-icon {
text-indent: -9999px;
display: block;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
text-decoration: none;
background: white;
}
.ui-datepicker-next:hover:before, .ui-datepicker-prev:hover:before {
width: 0;
height: 0;
border-style: solid;
border-width: 7px 9px 7px 0;
border-color: transparent #c24027 transparent transparent;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.ui-datepicker-next { float: right; }
.ui-datepicker-next:before {
margin: -6px 0 0 -2px;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 0 7px 9px;
border-color: transparent transparent transparent white;
}
.ui-datepicker-next:hover:before {
width: 0;
height: 0;
border-style: solid;
border-width: 7px 0 7px 9px;
border-color: transparent transparent transparent #c24027;
}
.ui-datepicker-calendar {
width: 100%;
text-align: center;
font: 13px/34px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
}
.ui-datepicker-calendar thead { color: #79125c; }
.ui-datepicker-calendar thead th {
text-align: center;
font-weight: 400;
text-transform: uppercase;
line-height: 25px;
border: solid #dededd;
border-width: 0 1px 1px 0;
}
.ui-datepicker-calendar thead th:last-child { border-right: 0; }
.ui-datepicker-calendar tbody tr:last-child td { border-bottom: 0; }
.ui-datepicker-calendar tbody tr td { border: 1px solid #dededd; }
.ui-datepicker-calendar tbody tr td a {
color: #555;
display: block;
}
.ui-datepicker-calendar tbody tr td:first-child { border-left: 0; }
.ui-datepicker-calendar tbody tr td:last-child { border-right: 0; } .calender-nav {
font-size: 12px;
line-height: 14px;
margin: 0 0 10px;
overflow: hidden;
}
.eventCalendar-list li, .calender-nav li {
padding: 3px 0 3px 18px;
margin: 0 0 5px;
border-bottom: 1px solid #cecece;
position: relative;
z-index: 1;
}
.eventCalendar-list li:last-child { border: 0; }
.eventCalendar-list li:before, .calender-nav li:before {
position: absolute;
content: "";
top: 9px;
z-index: -1;
bottom: auto;
left: 3px;
right: auto;
background: #79125c;
}
.eventCalendar-list li:before, .calender-nav li:before {
width: 7px;
height: 7px;
border-radius: 50%;
}
.eventCalendar-list li time, .calender-nav li time {
display: inline-block;
vertical-align: middle;
margin: 0 6px 0 0;
width: 65px;
font-size: 11px;
line-height: 14px;
}
.eventCalendar-list li time small { display: none; }
.eventCalendar-list li a.eventTitle, .calender-nav li a {
color: #555;
width: 77%;
display: inline-block;
vertical-align: middle;
text-transform: lowercase;
text-transform: capitalize;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.eventCalendar-list li a.eventTitle:hover, .calender-nav li a:hover {
color: #79125c;
text-decoration: none;
}
.calender-nav.reminder { margin: 0; }
.calender-nav.reminder li:before { background: #79125c; } .clients-carousel {
position: relative;
border: 1px solid #cecece;
background: white;
padding: 34px 92px 27px 106px;
width: 100%;
}
.clients-carousel .clients-mask {
position: relative;
overflow: hidden;
width: 100%;
}
.clients-carousel .clients-mask .clients-slideset {
width: 99999px;
float: left;
}
.clients-carousel .clients-mask .clients-slide {
float: left;
width: 100%;
min-height: 100px;
text-align: center;
}
.clients-carousel .clients-mask .clients-slide .img-holder {
display: inline-block;
vertical-align: middle;
}
.clients-carousel .clients-mask .clients-slide .img-holder img {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
.clients-carousel .clients-mask .clients-slide .img-holder:last-child { margin: 0; } .footer-holder {
background: #450634;
padding-top: 74px;
position: relative;
z-index: 1;
}
.footer-holder:before {
position: absolute;
content: "";
top: 0;
z-index: -1;
bottom: 0;
left: -9999px;
right: -9999px;
background: #450634;
}
.footer-holder:before { display: block; } .aside-block {
padding-bottom: 62px;
color: #fff;
line-height: 24px;
}
.aside-block .column p { margin: 0 0 20px; }
.aside-block .column .read-more {
margin: 0 0 35px;
display: inline-block;
vertical-align: top;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.aside-block .column .read-more:hover {
text-decoration: none;
color: white;
}
.aside-block .column:hover h2:before { width: 90px; }
.aside-block h2 {
margin: 0 0 24px;
padding: 0 0 24px;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
color: white;
position: relative;
z-index: 1;
}
.aside-block h2:before {
position: absolute;
content: "";
top: auto;
z-index: -1;
bottom: 0;
left: 0;
right: auto;
background: #a7a7a7;
}
.aside-block h2:before {
width: 70px;
height: 2px;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.aside-block h3 {
margin: 0 0 19px;
color: white;
font: 700 18px/22px "Roboto", "Arial", "Helvetica", sans-serif;
text-transform: capitalize;
}
.aside-block .privacy {
color: white;
font: 13px/16px "Roboto", "Arial", "Helvetica", sans-serif;
}
.aside-block .privacy:hover {
color: #79125c;
text-decoration: none;
} .email-form { margin: 0 0 12px; }
.email-form .form-group {
margin: 0;
background: #f1f1f1;
padding: 0 15px 0 0;
width: 100%;
border-radius: 2px;
}
.email-form .form-group .form-control {
float: left;
width: 90%;
height: 42px;
background: none;
border: 0;
color: #464646;
padding: 10px 20px;
font: 14px/22px "Roboto", "Arial", "Helvetica", sans-serif;
}
.email-form .form-group .form-control.active, .email-form .form-group .form-control:focus, .email-form .form-group .form-control:hover { box-shadow: none; }
.email-form .form-group .btn-default {
background: none;
width: 17px;
height: 24px;
color: #363636;
margin: 9px 0 0;
float: right;
padding: 0;
}
.email-form .form-group .btn-default .fa {
margin: 0;
font-size: 17px;
}
.email-form .form-group .btn-default:hover {
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
} .news-articles {
overflow: hidden;
padding: 2px 0 0;
}
.news-articles.twitter .news-column {
position: relative;
padding: 17px 0 25px 36px;
}
.news-articles.twitter .news-column .fa-twitter-square {
position: absolute;
top: 21px;
left: 0;
font-size: 20px;
color: #464646;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.news-articles.twitter .news-column p a { color: #cecece; }
.news-articles.twitter .news-column p a:focus, .news-articles.twitter .news-column p a:hover {
text-decoration: none;
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.news-articles.twitter .news-column:first-child { padding-top: 0; }
.news-articles.twitter .news-column:first-child .fa-twitter-square { top: 3px; }
.news-articles.twitter .news-column:hover .fa-twitter-square { color: #79125c; }
.news-articles.address { padding: 0; }
.news-articles.address .news-column { padding: 15px 0 24px; }
.news-articles.address .news-column .txt {
float: left;
width: 70px;
margin: 0 9px 0 0;
}
.news-articles.address .news-column:first-child { padding-top: 0; } .news-column {
overflow: hidden;
border-top: 1px solid #363636;
padding: 16px 0 20px;
}
.news-column .alignleft {
float: left;
width: 26%;
margin: 4px 14px 0 0;
border-radius: 3px;
overflow: hidden;
}
.news-column .alignleft a {
display: block;
-webkit-transition: all .6s ease;
transition: all .6s ease;
position: relative;
}
.news-column .alignleft a:before {
position: absolute;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.news-column .alignleft a:before {
opacity: 0;
background: rgba(0, 0, 0, .6);
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.news-column .alignleft a:hover .btn-zoom { background: #79125c; }
.news-column .address-box {
overflow: hidden;
margin: 0;
line-height: 24px;
}
.news-column .address-box a { color: #cecece; }
.news-column .address-box a:hover {
text-decoration: none;
color:#79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.news-column .address-box .tel { }
.news-column .txt-box {
overflow: hidden;
line-height: 20px;
}
.news-column .txt-box p { margin: 0; }
.news-column .txt-box time {
padding: 9px 0 0;
font-size: 13px;
line-height: 18px;
}
.news-column .txt-box a { color: #cecece; }
#sidebar .widget_law_tweets .txt-box a { color: #555; }
#sidebar .widget_law_latestposts .txt-box a { color: #555; }
#sidebar .widget_law_tweets .news-column { border-top-color: #f2f2f2; }
#sidebar .widget_law_latestposts .news-column { border-top-color: #f2f2f2; }
.news-column .txt-box a:focus, .news-column .txt-box a:hover {
text-decoration: none;
-webkit-transition: all .6s ease;
transition: all .6s ease;
color: #79125c;
outline: none;
}
.news-column:first-child {
border: 0;
padding-top: 0;
}
.news-column .btn-zoom { opacity: 0; }
.news-column:hover .alignleft .btn-zoom { opacity: 1; }
.news-column:hover .alignleft a:before { opacity: 1; } .footer-socials {
margin: 0;
padding: 9px 0 0;
overflow: hidden;
}
.footer-socials li {
padding: 0;
margin: 0 5px 0 0;
}
.footer-socials li a {
display: block;
}
.footer-socials li a:hover {
-webkit-transition: all .6s ease;
transition: all .6s ease;
text-decoration: none;
color: #79125c;
}
.footer-socials li a .fa {
font-size: 20px;
line-height: 12px;
display: inline-block;
vertical-align: top;
} #footer {
background: #38042a;
color: #a7a7a7;
border-top: 1px solid #79125c;
overflow: hidden;
}
#footer a { color: #464646; }
#footer a:hover {
color: #79125c;
text-decoration: none;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
#footer .holder {
padding-top: 29px;
padding-bottom: 33px;
}
#footer .copyrights { padding-top: 0; }
#footer .copyrights p { margin: 0; } .footer-nav {
margin: 0;
float: right;
text-transform: capitalize;
font: 700 14px/18px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
}
.footer-nav li {
padding: 0;
margin: 0 0 0 15px;
} .footer-aside {
padding-top: 30px;
background: #252525;
position: relative;
z-index: 1;
}
.footer-aside:before {
position: absolute;
content: "";
top: 0;
z-index: -1;
bottom: 0;
left: -9999px;
right: -9999px;
background: #252525;
}
.footer-aside:before { display: block; }
.footer-aside .holder {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #646465;
}
.contact-info {
display: inline-block;
vertical-align: bottom;
width: 24%;
position: relative;
color: #d7d7d7;
padding: 0 0 29px 29px;
}
.contact-info ul {
font-size: 14px;
line-height: 18px;
}
.contact-info .icon-location {
position: absolute;
left: 0;
top: -2px;
font-size: 20px;
line-height: 20px;
}
.contact-info address {
display: block;
font-style: normal;
margin: 0;
font-size: 14px;
line-height: 18px;
}
.contact-info .title {
display: block;
margin: 0 0 15px;
}
.contact-info a { color: #d7d7d7; }
.contact-info a:hover {
color: white;
text-decoration: none;
} .socialnetworks2 { padding: 10px 0 0; }
.socialnetworks2 li {
display: inline-block;
vertical-align: middle;
margin: 0 0 10px 33px;
}
.socialnetworks2 li a {
color: #d7d7d7;
font-size: 36px;
line-height: 42px;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.socialnetworks2 li a.icon-twitter { font-size: 40px; }
.socialnetworks2 li a.icon-linkedin { font-size: 42px; }
.socialnetworks2 li a.icon-facebook { font-size: 39px; }
.socialnetworks2 li a:hover { color: #79125c; }
.banner-block {
overflow: hidden;
border-bottom: 3px solid #79125c;
z-index: 1;
position: relative;
}
.banner-block:after {
position: absolute;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.banner-block:after { z-index: -1; }
.banner-block .bg-stretch { z-index: -1; }
.banner-block.center-block { text-align: center; }
.banner-block.right-block { text-align: right; }
.banner-box {
height: 200px;
white-space: nowrap;
}
.banner-box .banner-heading {
display: inline-block;
white-space: normal;
vertical-align: middle;
}
.banner-box:before {
content: "";
vertical-align: middle;
display: inline-block;
height: 100%;
width: 1px;
overflow: hidden;
margin: 0 0 0 -5px;
}
.banner-heading h1 {
margin: 0 0 15px;
color: white;
text-transform: uppercase;
font-size: 36px;
line-height: 40px;
} .breadcrumbs {
margin: 0;
overflow: hidden;
color: #79125c;
text-transform: capitalize;
}
.breadcrumbs ul {
overflow: hidden;
margin: 0;
font-style: italic;
font-size: 18px;
line-height: 22px;
font-weight: 300;
}
.breadcrumbs ul li {
padding: 0 11px 0 0;
position: relative;
}
.breadcrumbs ul li:after {
position: absolute;
content: "";
top: 0;
bottom: auto;
left: -10px;
right: auto;
}
.breadcrumbs ul li:after {
content: "/";
color: #79125c;
}
.breadcrumbs ul li:first-child:after { display: none; }
.breadcrumbs ul li a {
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.breadcrumbs ul li a:hover {
color: white;
text-decoration: none;
}  .post-blog {
overflow: hidden;
margin: 0 0 50px;
line-height: 24px;
}
.post-blog .post-img {
z-index: 999;
position: relative;
border: 1px solid #cecece;
overflow: hidden;
margin: 0 0 26px;
}
.post-blog .post-img img{ width: 100%; max-height: 400px;}
.post-blog .post-img a {
position: relative;
display: block;
}
.post-blog h2 {
margin: 0 0 12px;
text-transform: uppercase;
font-size: 24px;
line-height: 28px;
}
.post-blog p { margin: 0 0 19px; }
.post-blog .post-nav {
margin: 0 0 21px;
font-size: 14px;
line-height: 18px;
}
.post-blog .post-nav li a { color: #8d8d8d; }
.post-blog .post-nav li a .fa { color: #333; }
.post-blog .post-nav li a:hover {
-webkit-transition: all .6s ease;
transition: all .6s ease;
color: #79125c;
}
.post-blog .post-nav li a:hover .fa { color: #79125c; }
.post-blog .btn-default {
padding: 12px 36px;
background: #79125c;
}
.post-blog .btn-default:hover { background: #a7a7a7; }
.post-blog .date-box {
left: 30px;
top: 30px;
}
.post-blog:hover .date-box {
animation-name: slide-down;
-webkit-animation-name: slide-down;
animation-duration: .8s;
-webkit-animation-duration: .8s;
animation-timing-function: ease;
-webkit-animation-timing-function: ease;
visibility: visible !important;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
} .post-pagination {
padding: 31px 0 0;
font-size: 12px;
line-height: 34px;
min-height: 79px;
}
.post-pagination ul { margin: 0; }
.post-pagination ul li {
padding: 0;
overflow: hidden;
margin: 0 5px 0 0;
vertical-align: top;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.post-pagination ul li a {
display: block;
overflow: hidden;
border-radius: 3px;
background: #f3f3f3;
border: 1px solid #f3f3f3;
text-align: center;
width: 38px;
height: 38px;
}
.post-pagination ul li a.active, .post-pagination ul li a:hover {
-webkit-transition: all .6s ease;
transition: all .6s ease;
text-decoration: none;
background: white;
border-color: #79125c;
}
.post-pagination ul li a .btn-next, .post-pagination ul li a .btn-prev {
float: left;
color: white;
background: transparent;
border-color: transparent;
}
.post-pagination ul li .fa { padding: 4px 0 0; }
.post-pagination ul li.next a, .post-pagination ul li.prev a {
width: auto;
height: auto;
color: white;
display: block;
background: #363636;
border-color: #363636;
}
.post-pagination ul li.next a:hover, .post-pagination ul li.prev a:hover {
border-color: #79125c;
background: #79125c;
}
.post-pagination ul li.next .txt, .post-pagination ul li.prev .txt {
width: 0;
float: left;
font-size: 18px;
overflow: hidden;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.post-pagination ul li.next:hover .txt, .post-pagination ul li.prev:hover .txt {
width: 67px;
height: 38px;
}  .widget {
padding: 0 29px 19px;
overflow: hidden;
margin: 0 0 51px;
line-height: 20px;
background: #fafafa;
}
.widget h2 {
margin: 0 -29px 15px;
background: whitesmoke;
padding: 14px 30px;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.widget a { color: #555; }
.widget a:hover {
text-decoration: none;
outline: none;
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.widget:hover h2 {
background: #79125c;
color: white;
} .categoreis-nav { margin: 0; }
.widget_rss ul, .widget_meta ul, .widget_pages ul, .widget_categories ul, .widget_recent_comments ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget_pages ul ul { padding: 0 0 0 20px; }
.widget_rss li, .widget_meta li, .widget_pages li, .categoreis-nav li, .widget_categories li, .widget_recent_comments li {
padding: 0;
list-style-type: none;
border-top: 1px solid #f2f2f2;
}
.widget_rss li { margin-bottom: 15px; }
.widget_meta li:first-child, .widget_pages li:first-child, .categoreis-nav li:first-child, .widget_categories li:first-child, .widget_recent_comments li:first-child { border: 0; }
.widget_meta li a, .widget_pages li a, .categoreis-nav li a, .widget_recent_comments li a {
overflow: hidden;
padding: 14px 0;
display: block;
color: #555;
}
.widget_recent_comments li, .widget_categories li { padding: 14px 0; }
.widget_categories li a {
color: #555;
display: inline-block;
vertical-align: top;
}
.widget_meta li a .txt, .widget_pages li a .txt, .categoreis-nav li a .txt, .widget_categories li a .txt, .widget_recent_comments li a .txt {
float: left;
max-width: 160px;
}
.widget_meta li a .counter, .widget_pages li a .counter, .categoreis-nav li a .counter, .widget_categories li a .counter, .widget_recent_comments li a .counter {
float: right;
font-size: 11px;
line-height: 15px;
background: #f5f5f5;
padding: 3px 6px;
}
.widget_meta li a:focus, .widget_meta li a:hover, .widget_pages li a:focus, .widget_pages li a:hover, .categoreis-nav li a:focus, .categoreis-nav li a:hover, .widget_categories li a:focus, .widget_categories li a:hover, .widget_recent_comments li a:focus, .widget_recent_comments li a:hover {
outline: none;
text-decoration: none;
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.widget_meta li a:focus .counter, .widget_meta li a:hover .counter, .widget_pages li a:focus .counter, .widget_pages li a:hover .counter, .categoreis-nav li a:focus .counter, .categoreis-nav li a:hover .counter, .widget_categories li a:focus .counter, .widget_categories li a:hover .counter, .widget_recent_comments li a:focus .counter, .widget_recent_comments li a:hover .counter {
background: #79125c;
color: white;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.widget_meta li a, .widget_recent_comments li a, .widget_pages li a { padding: 6px 0; } .latest-post-nav {
margin: 0;
line-height: 20px;
}
.latest-post-nav li {
padding: 16px 0 20px 0;
border-top: 1px solid #f2f2f2;
}
.latest-post-nav li:first-child { border: 0; }
.latest-post-nav li a {
display: inline-block;
vertical-align: top;
margin: 0 0 7px;
color: #555;
}
.latest-post-nav li a:focus, .latest-post-nav li a:hover {
outline: none;
text-decoration: none;
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.latest-post-nav li time {
display: block;
font-size: 12px;
line-height: 16px;
}
.widget_recent_entries ul {
margin: 0;
padding: 0;
list-style: none;
line-height: 20px;
}
.widget_recent_entries li {
list-style-type: none;
padding: 16px 0 20px 0;
border-top: 1px solid #f2f2f2;
}
.widget_recent_entries li:first-child { border: 0; }
.widget_recent_entries li a {
display: inline-block;
vertical-align: top;
margin: 0 0 7px;
color: #555;
}
.widget_recent_entries li a:focus, .widget_recent_entries li a:hover {
outline: none;
text-decoration: none;
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.widget_recent_entries li time {
display: block;
font-size: 12px;
line-height: 16px;
} .archives-nav {
margin: 0;
line-height: 20px;
}
.archives-nav li {
padding: 16px 0 13px 20px;
border-top: 1px solid #f2f2f2;
}
.archives-nav li:first-child { border: 0; }
.archives-nav li a {
color: #555;
position: relative;
}
.archives-nav li a:before {
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 4px;
border-color: transparent transparent transparent #555;
position: absolute;
left: -19px;
top: 6px;
content: "";
}
.archives-nav li a:focus, .archives-nav li a:hover {
outline: none;
text-decoration: none;
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.archives-nav li a:focus:before, .archives-nav li a:hover:before {
border-color: transparent transparent transparent #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.widget_nav_menu ul, .widget_archive ul {
margin: 0;
padding: 0;
list-style: none;
line-height: 20px;
}
.widget_nav_menu ul li, .widget_archive ul li {
list-style-type: none;
padding: 16px 0 13px 20px;
border-top: 1px solid #f2f2f2;
}
.widget_nav_menu ul li { padding: 16px 0 0 15px; }
.widget_nav_menu ul ul li { padding: 5px 0 5px 15px; }
.widget_nav_menu ul li:first-child, .widget_archive ul li:first-child { border: 0; }
.widget_nav_menu ul li a, .widget_archive ul li a {
color: #555;
position: relative;
}
.widget_nav_menu ul li a:before, .widget_archive ul li a:before {
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 4px;
border-color: transparent transparent transparent #555;
position: absolute;
left: -19px;
top: 6px;
content: "";
}
.widget_nav_menu li a:focus, .widget_nav_menu li a:hover, .archives-nav li a:focus, .archives-nav li a:hover {
outline: none;
text-decoration: none;
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.widget_nav_menu li a:focus:before, .widget_nav_menu li a:hover:before, .archives-nav li a:focus:before, .archives-nav li a:hover:before {
border-color: transparent transparent transparent #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
} .post-holder {
overflow: hidden;
padding: 11px 0 0;
} .events-post {
overflow: hidden;
padding: 15px 0;
border-top: 1px solid #f2f2f2;
}
.events-post .img-holder {
overflow: hidden;
margin: 0 0 12px;
}
.events-post .img-holder a {
display: block;
position: relative;
}
.events-post .img-holder:hover .buttons-holder { display: block; }
.events-post .buttons-holder {
position: absolute;
top: 50%;
left: 0;
right: 0;
display: none;
margin: -21px 0 0;
text-align: center;
}
.events-post .buttons-holder .btn-zoom {
position: static;
left: auto;
top: auto;
display: inline-block;
vertical-align: top;
margin: 0 3px;
font-size: 14px;
line-height: 42px;
width: 42px;
height: 42px;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.events-post .buttons-holder .btn-zoom:hover { background: #79125c; }
.events-post p { margin: 0 0 5px; }
.events-post:first-child {
padding-top: 0;
border: 0;
}
.events-post .comments {
font-size: 12px;
line-height: 16px;
} .testimonial-carousel {
position: relative;
overflow: hidden;
padding: 0 0 11px;
}
.testimonial-mask {
position: relative;
overflow: hidden;
width: 100%;
}
.testimonial-slideset {
width: 99999px;
float: left;
}
.testimonial-slide {
width: 100%;
float: left;
} .pagination2 {
margin: 0;
overflow: hidden;
text-align: center;
}
.pagination2 li { padding: 0; }
.pagination2 li a {
display: block;
border-radius: 50%;
background: #ebebeb;
width: 10px;
height: 10px;
text-indent: -9999px;
}
.pagination2 li a:hover {
background: #c34128;
text-decoration: none;
outline: none;
}
.pagination2 li.active a {
background: #c34128;
outline: none;
} .tagcloud, .tag-clouds {
overflow: hidden;
padding: 19px 0 0;
}
.tagcloud a, .tag-clouds a {
background: #ebebeb;
color: #959595;
padding: 5px 15px;
margin: 0 6px 11px 0;
display: inline-block;
vertical-align: top;
font-size: 14px !important;
}
.tagcloud a:hover, .tag-clouds a:hover {
-webkit-transition: all .6s ease;
transition: all .6s ease;
text-decoration: none;
background: #79125c;
color: white;
} .author-box {
border: 1px solid #cecece;
margin: 0 0 70px;
padding: 0 10px 0 0;
line-height: 24px;
}
.author-box .alignleft {
margin: 0 31px 0 0;
width: 18.4%;
position: relative;
float: left;
overflow: hidden;
}
.author-box .alignleft:focus, .author-box .alignleft:hover {
text-decoration: none;
outline: none;
}
.author-box .alignleft img {
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.author-box .text-box {
overflow: hidden;
padding: 31px 0 20px;
}
.author-box .text-box h3 {
margin: 0 0 3px;
text-transform: uppercase;
font-size: 18px;
line-height: 22px;
}
.author-box .text-box h3 a {
color: #333;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.author-box .text-box h3 a:focus, .author-box .text-box h3 a:hover {
color: #79125c;
text-decoration: none;
}
.author-box .text-box .designation { display: block; }
.author-box .text-box p { margin: 0; }
.author-box:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.author-box.blog .alignleft { width: 13.7%; } .comments-section { overflow: hidden; }
.comments-section .children .commment-box {
border-width: 1px 0 0;
margin: 26px 0 0;
}
.comments-section ul {
margin: 0;
padding: 0;
list-style: none;
}
.comments-section ul li {
padding: 0;
list-style-type: none;
} .comments-heading {
overflow: hidden;
margin: 0 0 29px;
}
.comments-heading h2 {
margin: 0;
float: left;
max-width: 600px;
font-size: 30px;
line-height: 34px;
font-weight: 600;
}
.comments-heading .btn-default {
float: right;
color: #333;
background: #fafafa;
padding: 13px 23px;
text-transform: none;
font: 700 14px/18px "Open Sans", "Arial", "Helvetica", sans-serif;
}
.comments-heading .btn-default:hover {
background: #79125c;
color: white;
} .multilevel-comments {
overflow: hidden;
border: 1px solid #cecece;
padding: 26px 18px 22px 28px;
margin: 0 0 22px;
}
.multilevel-comments .commment-box {
padding: 0;
margin: 0 0 26px;
border: 0;
}
.multilevel-comments .commment-box .text-box {
padding: 0 0 23px;
border-bottom: 1px solid #cecece;
}
.multilevel-comments .twolevel-comment {
overflow: hidden;
padding: 0 0 0 31px;
}
.multilevel-comments .threelevel-comment {
overflow: hidden;
padding: 0 0 0 29px;
}
.multilevel-comments .threelevel-comment .commment-box { margin-bottom: 0; }
.multilevel-comments .threelevel-comment .commment-box .text-box {
border: 0;
padding-bottom: 0;
}
.multilevel-comments:hover { border-left-color: #79125c; } .commment-box {
border: 1px solid #cecece;
margin: 0 0 20px;
padding: 26px 18px 22px 28px;
line-height: 24px;
}
.commment-box .alignleft {
margin: 3px 30px 0 0;
float: left;
max-width: 70px;
}
.commment-box .alignleft:focus, .commment-box .alignleft:hover {
text-decoration: none;
outline: none;
}
.commment-box .text-box {
overflow: hidden;
padding: 0;
}
.commment-box .text-box .box {
overflow: hidden;
margin: 0;
}
.commment-box .text-box .box .box2 {
float: left;
max-width: 500px;
}
#respond h2, .commment-box .text-box h3 {
margin: 0 0 4px;
text-transform: uppercase;
text-transform: capitalize;
font: 700 18px/22px "Roboto", "Arial", "Helvetica", sans-serif;
}
#respond h2 { margin: 0 0 15px; }
.commment-box .text-box h3 a { color: #333; }
.commment-box .text-box h3 a:focus, .commment-box .text-box h3 a:hover {
-webkit-transition: all .6s ease;
transition: all .6s ease;
color: #79125c;
text-decoration: none;
}
.commment-box .text-box time {
font-size: 13px;
line-height: 16px;
display: block;
margin: 0 0 4px;
}
.commment-box .text-box p { margin: 0; }
#respond span { float: right; }
#respond span a, .commment-box .text-box .btn-default {
float: right;
padding: 5px 20px;
text-transform: capitalize;
font-size: 13px;
line-height: 16px;
margin: 4px 0 0;
}
.commment-box:hover { border-left-color: #79125c; } .leave-comment h2 {
text-transform: uppercase;
font-size: 24px;
line-height: 28px;
margin: 0 0 39px;
} .comments-form { margin: 0; }
.comments-form .form-row { margin-bottom: 30px; }
.comments-form .form-row.textarea .form-group {
position: relative;
width: 100%;
}
.comments-form .form-row.textarea .form-control {
height: 128px;
padding: 14px 17px;
}
.comments-form .form-group {
margin: 0;
width: 100%;
float: left;
position: relative;
border-radius: 2px;
border: 1px solid #cecece;
}
.comments-form .form-control {
width: 100%;
height: 45px;
font: 13px/18px "Open Sans", "Arial", "Helvetica", sans-serif;
color: #b6b6b6;
float: left;
box-shadow: none;
resize: none;
}
.comments-form .form-control::-webkit-input-placeholder {
color: #b6b6b6;
}
.comments-form .form-control::-moz-placeholder {
opacity: 1;
color: #b6b6b6;
}
.comments-form .form-control:-moz-placeholder {
color: #b6b6b6;
}
.comments-form .form-control:-ms-input-placeholder {
color: #b6b6b6;
}
.comments-form .form-control.placeholder { color: #b6b6b6; }
.comments-form label {
float: right;
position: absolute;
top: 0;
right: 0;
margin: 10px 17px 0 0;
color: #959595;
font-size: 18px;
}
.comments-form .btn-default {
width: 170px;
height: 54px;
background: #79125c;
}
.comments-form .btn-default:hover { background: #a7a7a7; } .blog-post {
background: #f1f1f1;
overflow: hidden;
padding: 0 30px 30px;
margin: 0 0 50px;
line-height: 24px;
}
.blog-post .blog-img {
overflow: hidden;
margin: 0 -30px 27px;
}
.blog-post .blog-img img{ width: 100%; max-height: 400px; }
.blog-post h2 {
margin: 0 0 15px;
font-size: 30px;
line-height: 34px;
text-transform: uppercase;
}
.blog-post h2 a {
color: #333;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.blog-post h2 a:hover {
color: #79125c;
text-decoration: none;
outline: none;
}
.blog-post p { margin: 0 0 17px; }
.blog-post .btn-default {
padding: 12px 36px;
font-weight: 700;
background: #79125c;
}
.blog-post .btn-default:hover { background: #363636; }
.blog-post.detail {
padding: 0 30px 17px;
margin: 0 0 59px;
}
.blog-post.detail p { margin: 0 0 24px; }
.blog-post.qoutes { padding: 38px 30px 60px; }
.blog-post.qoutes .gallery-quotes {
margin: 0;
position: relative;
padding: 78px 30px 56px;
font-size: 24px;
line-height: 36px;
text-transform: uppercase;
color: #333;
}
.blog-post.qoutes cite {
font-size: 14px;
line-height: 20px;
}
.blog-post.qoutes .fa {
font-size: 30px;
margin: 0 0 0 -5px;
}
.blog-post.qoutes .fa-quote-right {
position: absolute;
left: 50%;
top: auto;
bottom: 0;
margin: 0 0 0 -5px;
} .blog-nav {
margin: 0 0 12px;
overflow: hidden;
color: #555;
line-height: 18px;
}
.blog-nav li {
padding: 0;
margin: 0 24px 0 0;
position: relative;
position: relative;
}
.blog-nav li:before {
position: absolute;
content: "";
top: 0;
bottom: auto;
left: -17px;
right: auto;
}
.blog-nav li:before {
content: "/";
font-size: 15px;
}
.blog-nav li:first-child:before { display: none; }
.blog-post.details .post-nav li a, .blog-nav li a { color: #555; }
.blog-nav li a:focus, .blog-nav li a:hover {
text-decoration: none;
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
} .other-links {
overflow: hidden;
margin: 0 0 6px;
}
.other-links h3 {
float: left;
min-width: 60px;
margin: 3px 9px 0 0;
font-size: 16px;
line-height: 20px;
}
.other-links .tag-clouds { padding: 0; }
.other-links .footer-socials li a {
color: #b1b1b1;
font-size: 14px;
}
.other-links .footer-socials li a:hover { color: #79125c; } .blog-carousel {
position: relative;
overflow: hidden;
margin: 0 -30px 27px;
}
.blog-mask {
position: relative;
overflow: hidden;
width: 100%;
}
.blog-slideset {
width: 99999px;
float: left;
}
.blog-slide {
width: 100%;
float: left;
}
.blog-slide a { display: block; } .pagination3 {
margin: 0;
top: auto;
bottom: 12px;
text-align: center;
}
.pagination3 li {
padding: 0;
margin: 0 1px;
}
.pagination3 li a {
text-indent: -9999px;
display: block;
border-radius: 50%;
width: 10px;
height: 10px;
background: white;
}
.pagination3 li a:hover {
text-decoration: none;
outline: none;
background: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.pagination3 li.active a {
outline: none;
background: #79125c;
} .about-block { line-height: 20px; }
.about-block .alignleft {
margin: 6px 0 0;
border: 1px solid #cecece;
overflow: hidden;
}
.about-block .alignleft a { display: block; }
.about-block .txt-box p { margin: 0 0 20px; }
.about-block .txt-box .btn-default {
text-transform: capitalize;
font-weight: 700;
letter-spacing: 1px;
padding: 16px 31px;
}
.about-block .about-heading {
overflow: hidden;
margin: 0 0 20px;
font-size: 18px;
line-height: 24px;
}
.about-block .about-heading p { margin: 0; } .about-info { line-height: 20px; }
.about-info h2 {
padding: 0 0 18px;
margin: 0 0 26px;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
position: relative;
}
.about-info h2:after {
position: absolute;
content: "";
top: auto;
bottom: 0;
left: 0;
right: auto;
}
.about-info h2:after {
background: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/divider.png) repeat-x;
width: 74px;
height: 2px;
}
.about-info p { margin: 0 0 23px; } .about-nav { margin: 0; }
.about-nav li {
padding: 0 0 0 33px;
margin: 0 0 10px;
}
.about-nav li a {
position: relative;
color: #555;
}
.about-nav li a .fa {
position: absolute;
left: -35px;
top: 0;
font-size: 18px;
color: #79125c;
} .panel-group {
padding: 4px 0 0;
margin-bottom: 0;
}
.panel-group .panel {
border-radius: 0;
border: 0;
box-shadow: none;
}
.panel-group.shortcodes .panel-default .panel-heading .panel-title {
font-weight: 400;
letter-spacing: 1px;
}
.panel-group.shortcodes .panel-default .panel-heading .panel-title a {
padding: 20px 32px 19px;
background: #79125c;
color: white;
}
.panel-default .panel-heading .panel-title a {
padding: 20px 32px 19px;
background: #79125c;
color: white;
}
.panel-group.shortcodes .panel-default .panel-heading .panel-title a:hover { background: #79125c; }
.panel-group.shortcodes .panel-default .panel-heading .panel-title a.collapsed { background: #333; }
.panel-group.shortcodes .panel-default .panel-heading .panel-title a.collapsed:hover { background: #79125c; }
body { padding: 0 !important; }
.panel-body {
border-top-color: white;
background: none;
padding: 16px 20px 13px;
}
.panel-body p { margin: 0; }
.panel-default > .panel-heading + .panel-collapse > .panel-body { border: 0; }
.panel-default .panel-heading { padding: 0; }
.panel-default .panel-heading .panel-title {
margin: 0;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
}
.panel-default .panel-heading .panel-title a {
display: block;
padding: 7px 30px 9px 20px;
background: #333;
color: white;
position: relative;
}
.panel-default .panel-heading .panel-title a:after {
position: absolute;
content: "";
top: 50%;
bottom: auto;
left: auto;
right: 13px;
}
.panel-default .panel-heading .panel-title a:after {
content: "\f107";
font-family: "FontAwesome";
margin: -10px 0 0;
font-size: 22px;
font-weight: 400;
}
.panel-default .panel-heading .panel-title a.collapsed {
background: #f1f1f1;
color: #333;
}
.panel-default .panel-heading .panel-title a.collapsed:after {
content: "\f105";
margin: -10px 0 0;
font-size: 22px;
right: 19px;
}
.panel-default .panel-heading .panel-title a:focus, .panel-default .panel-heading .panel-title a:hover {
background: #333;
text-decoration: none;
color: white;
outline: none;
} .progress-area {
overflow: hidden;
padding: 2px 0 0 1px;
} .progress-box { margin: 0 0 19px; }
.progress-box h3 {
margin: 0 0 8px;
text-transform: uppercase;
font-size: 14px;
line-height: 18px;
}
.progress-box .progress-frame {
background: #f1f1f1;
border-radius: 3px;
width: 100%;
height: 16px;
padding: 3px 4px;
position: relative;
}
.progress-box .progress-bar {
display: inline-block;
vertical-align: top;
background: #79125c;
position: relative;
}
.progress-box .progress-bar .num {
border-radius: 3px;
min-width: 31px;
text-align: center;
display: block;
top: -27px;
right: -15px;
background: #79125c;
padding: 2px;
color: white;
font: 700 11px/14px "Roboto", "Arial", "Helvetica", sans-serif;
position: relative;
position: absolute;
}
.progress-box .progress-bar .num:before {
position: absolute;
content: "";
top: auto;
bottom: -3px;
left: 50%;
right: auto;
}
.progress-box .progress-bar .num:before {
width: 0;
height: 0;
border-style: solid;
border-width: 4px 3px 0 3px;
border-color: #79125c transparent transparent transparent;
margin: 0 0 0 -3px;
} .event-post .events-timer {
background: none;
border: 0;
}
.event-post .events-timer .countdown-section { border: 0; }
.event-post {
overflow: hidden;
line-height: 24px;
margin: 0 0 51px;
}
.event-post h2 {
text-transform: uppercase;
font-size: 25px;
line-height: 28px;
margin: 0 0 29px;
}
.event-post h2 a { color: #333; }
.event-post h2 a:focus, .event-post h2 a:hover {
text-decoration: none;
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.event-post p { margin: 0 0 6px; }
.event-post .event-img {
border: 1px solid #b1b1b1;
overflow: hidden;
position: relative;
margin: 0 0 23px;
min-height: 80px;
}
.event-post .events-frame {
overflow: hidden;
margin: 0 0 26px;
}
.event-post .events-frame .btn-default {
float: left;
margin: 0 15px 0 0;
font: 700 18px/22px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
padding: 13px 14px;
text-transform: uppercase;
}
.event-post .events-frame .event-box {
overflow: hidden;
border: solid #a7a7a7;
border-width: 1px 0;
}
.event-post .post-nav {
margin: 13px 0 0;
float: left;
}
.event-post .post-nav li a { color: #8d8d8d; }
.event-post .post-nav li a .fa { color: #333; }
.event-post .post-nav li a:hover { color: #333; }
.event-post .post-nav li a:hover .fa {
color: #8d8d8d;
-webkit-transition: all .6s ease;
transition: all .6s ease;
} .event-plans {
top: auto;
background: rgba(0, 0, 0, .5);
border-top: 1px solid #a7a7a7;
opacity: .9;
}
.event-plans .events-nav {
color: white;
width: 43.3%;
margin: 0 8% 0 0;
float: left;
text-align: center;
font-size: 12px;
line-height: 15px;
font-weight: 700;
}
.event-plans .events-nav .countdown-section {
padding: 16px 5px 17px;
float: left;
width: 25%;
border-right: 1px solid #a7a7a7;
}
.event-plans .events-nav .countdown-section .countdown-amount {
display: block;
font-size: 21px;
line-height: 24px;
margin: 0 0 6px;
}
.event-plans .approx-time {
float: left;
color: white;
font-size: 18px;
line-height: 28px;
margin: 24px 0 0;
}
.event-plans .approx-time strong { font: 700 24px/28px "Open Sans", "Arial", "Helvetica", sans-serif; }
.event-plans .approx-time .time {
display: inline-block;
vertical-align: top;
margin: 0 0 0 10px;
}
.organizers {
float: right;
width: 40.6%;
}
.organizers .text {
float: left;
margin: 15px 0 0;
color: #333;
font: 600 16px/20px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
text-transform: uppercase;
} .event-planers {
float: right;
margin: 0 0 0 24px;
width: 60%;
}
.event-planers li {
padding: 0;
height: 46px;
width: 33.33%;
float: right;
}
.event-planers li a { display: block; } .map-holder {
overflow: hidden;
position: relative;
margin: 0 0 99px;
} .compaign-info {
background: rgba(0, 0, 0, .6);
left: auto;
text-align: center;
color: white;
line-height: 24px;
max-width: 325px;
padding: 76px 10px 10px;
opacity: .9;
}
.compaign-info h3 {
margin: 0 0 19px;
font: 14px/24px "Open Sans", "Arial", "Helvetica", sans-serif;
}
.compaign-info h3 a {
position: relative;
color: white;
text-decoration: underline;
}
.compaign-info h3 a:focus, .compaign-info h3 a:hover {
text-decoration: none;
color: white;
}
.compaign-info h3 a:focus .fa, .compaign-info h3 a:hover .fa {
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.compaign-info h3 .fa {
text-decoration: none;
position: absolute;
left: 50%;
top: -54px;
margin: 0 0 0 -10px;
font-size: 38px;
}
.compaign-info .share {
margin: 0 0 37px;
display: block;
} .compaign-socials {
margin: 0;
font-size: 22px;
line-height: 20px;
}
.compaign-socials li { padding: 0 14px; }
.compaign-socials li a {
color: white;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.compaign-socials li a:hover {
color: #79125c;
text-decoration: none;
outline: none;
} .team-details-block { margin-bottom: 57px; } .team-details {
border: 1px solid #cecece;
background: #f8f7f7;
overflow: hidden;
line-height: 24px;
padding: 0 24px 0 0;
}
.team-details .alignleft {
float: left;
width: 41%;
margin: 0 30px 0 0;
border-right: 1px solid #cecece;
}
.team-details .team-txt {
overflow: hidden;
padding: 32px 0 20px;
}
.team-details p { margin: 0 0 7px; }
.team-details .btn-default {
font-weight: 700;
font-size: 18px;
line-height: 22px;
padding: 10px 15px;
background: #79125c;
}
.team-details .btn-default:hover { background: #a7a7a7; } .team-heading {
overflow: hidden;
padding: 0 0 17px;
margin: 0 0 25px;
background: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/divider.png) repeat-x 0 100%;
}
.team-heading h2 {
text-transform: uppercase;
margin: 0;
font-weight: 600;
font-size: 30px;
line-height: 34px;
float: left;
max-width: 400px;
} .team-socials {
margin: 5px 6px 0 0;
float: right;
}
.team-socials li {
padding: 0;
margin: 0 0 0 7px;
}
.team-socials li a {
display: block;
border-radius: 50%;
width: 29px;
height: 29px;
border: 1px solid #555;
line-height: 25px;
font-size: 15px;
font-weight: 400;
color: #555;
text-align: center;
}
.team-socials li a .fa {
display: inline-block;
vertical-align: middle;
}
.team-socials li a:hover {
color: white;
background: #79125c;
text-decoration: none;
-webkit-transition: all .6s ease;
transition: all .6s ease;
border-color: #79125c;
} .team-nav {
margin: 0 0 23px;
font-size: 16px;
line-height: 18px;
}
.team-nav li {
min-width: 250px;
padding: 0 10px 0 33px;
}
.team-nav li a {
color: #555;
position: relative;
}
.team-nav li a .fa {
position: absolute;
left: -32px;
top: 0;
font-size: 18px;
}
.team-nav li a:hover {
color: #79125c;
text-decoration: none;
-webkit-transition: all .6s ease;
transition: all .6s ease;
} .education-block {
margin-bottom: 39px;
overflow: hidden;
line-height: 24px;
}
.education-block h2 {
background: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/divider.png) repeat-x 0 100%;
margin: 0 0 23px;
padding: 0 0 17px;
text-transform: uppercase;
font-weight: 600;
font-size: 24px;
line-height: 28px;
}
.education-block p { margin: 0 0 6px; }
.education-block p a {
font-weight: 700;
text-decoration: underline;
}
.education-block p a:hover { text-decoration: none; }
.team-info-section { margin-bottom: 33px; } .team-info-cols h2 {
text-transform: uppercase;
margin: 0 0 41px;
font-size: 24px;
line-height: 28px;
font-weight: 600;
padding: 0 0 17px;
background: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/divider.png) repeat-x 0 100%;
} .team-frame {
border: 1px solid #cecece;
padding: 20px 29px 6px 50px;
background: #f8f7f7;
} .team-info-nav {
margin: 0;
padding: 0;
font-size: 16px;
line-height: 20px;
font-weight: 700;
}
.team-info-nav li {
padding: 11px 2px 13px 0;
background: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/divider.png) repeat-x;
}
.team-info-nav li:first-child {
padding-top: 0;
background: none;
}
.team-info-nav li a {
color: #555;
position: relative;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.team-info-nav li a .fa {
color: #79125c;
font-size: 18px;
position: absolute;
left: -34px;
top: 2px;
}
.team-info-nav li a:focus, .team-info-nav li a:hover {
color: #79125c;
text-decoration: none;
margin: 0 0 0 5px;
} .team-contact-block { overflow: hidden; }
.team-contact-block .comments-form label { margin: 8px 7px 0 0; }
.team-contact-block .comments-form .form-row { margin: 0 0 15px; }
.team-contact-block .comments-form .form-row .form-group {
width: 31.8%;
margin: 0 0 0 15px;
}
.team-contact-block .comments-form .form-row .form-group:first-child { margin-left: 0; }
.team-contact-block .comments-form .form-row .form-group .form-control { height: 48px; }
.team-contact-block .comments-form .form-row.textarea .form-group { width: 100%; }
.team-contact-block .comments-form .form-row.textarea .form-group .form-control { height: 168px; }
.team-contact-block .comments-form .btn-default {
font-weight: 600;
font-size: 18px;
line-height: 20px;
padding: 5px;
width: 140px;
height: 50px;
} .team-contact h2 {
background: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/divider.png) repeat-x 0 100%;
margin: 0 0 40px;
text-transform: uppercase;
padding: 0 0 16px;
font-weight: 600;
font-size: 24px;
line-height: 28px;
}
.team-contact.add .comments-form.add .form-group { width: 30.38%; }
.team-contact.add .comments-form.add .textarea .form-group { width: 100%; } .video-block2 {
overflow: hidden;
position: relative;
}
.video-block2 a {
display: block;
position: relative;
}
.video-block2 a:before {
position: absolute;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.video-block2 a:before {
background: rgba(0, 0, 0, .4);
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.video-block2 .btn-play {
width: 52px;
height: 52px;
margin: -30px 0 0 -26px;
}
.video-block2 .btn-play .fa { font-size: 60px; } .trust-col {
border: 1px solid #cecece;
background: #f8f7f7;
padding: 0 30px 7px;
min-height: 449px;
overflow: hidden;
}
.trust-col h2 {
margin: 0 -30px 20px;
padding: 26px 10px;
text-align: center;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
color: white;
background: #79125c;
}
.trust-col .team-info-nav { padding: 0 0 0 20px; }
.trust-col .gallery-quotes {
font-size: 14px;
line-height: 30px;
padding: 54px 5px 0;
} .benifits-block {
overflow: hidden;
width: 105%;
} .benifits-col {
display: inline-block;
vertical-align: top;
margin: 0 2.2% 38px 0;
width: 47%;
padding: 0 0 0 61px;
line-height: 30px;
}
.benifits-col h3 {
margin: 0 0 9px;
font-size: 20px;
line-height: 24px;
text-transform: uppercase;
}
.benifits-col h3 a {
position: relative;
color: #333;
}
.benifits-col h3 a:focus, .benifits-col h3 a:hover {
-webkit-transition: all .6s ease;
transition: all .6s ease;
text-decoration: none;
color: #79125c;
}
.benifits-col h3 a .fa {
font-size: 29px;
left: -61px;
position: absolute;
top: 10px;
}
.benifits-col h3 a .fa-lightbulb-o {
font-size: 38px;
top: 0;
}
.benifits-col p { margin: 0; }
.benifits-col p a { color: #555; }
.benifits-col p a:focus, .benifits-col p a:hover {
-webkit-transition: all .6s ease;
transition: all .6s ease;
text-decoration: none;
color: #79125c;
} .consult-form {
display: inline-block;
vertical-align: top;
width: 100%;
padding: 0;
}
.consult-form .form-row { margin: 0 0 30px; }
.consult-form .form-row.textarea .form-group {
float: none;
width: 100%;
}
.consult-form .form-row.textarea .form-control {
width: 100%;
height: 218px;
}
.consult-form .form-group {
float: left;
margin: 0 0 0 28px;
width: 48.8%;
}
.consult-form .form-group:first-child { margin-left: 0; }
.consult-form .form-control {
box-shadow: none;
border: 1px solid #cecece;
color: #555;
width: 100%;
height: 64px;
background: white;
font: 14px/42px "Open Sans", "Arial", "Helvetica", sans-serif;
padding: 10px 20px;
resize: none;
border-radius: 0;
}
.consult-form .form-control::-webkit-input-placeholder {
color: #555;
}
.consult-form .form-control::-moz-placeholder {
opacity: 1;
color: #555;
}
.consult-form .form-control:-moz-placeholder {
color: #555;
}
.consult-form .form-control:-ms-input-placeholder {
color: #555;
}
.consult-form .form-control.placeholder { color: #555; }
.consult-form .btn-default {
background: #79125c;
min-width: 129px;
}
.consult-form .btn-default:hover { background: #a7a7a7; }  .jcf-select {
display: inline-block;
vertical-align: top;
position: relative;
margin: 0 0 12px;
border: 1px solid #cecece;
color: #555;
width: 100%;
height: 64px;
background: white;
}
.jcf-select select {
z-index: 1;
left: 0;
top: 0;
}
.jcf-select .jcf-select-text {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: default;
display: block;
font: 14px/42px "Open Sans", "Arial", "Helvetica", sans-serif;
margin: 5px 65px 10px 20px;
}
.jcf-select .jcf-select-opener {
position: absolute;
text-align: center;
width: 62px;
bottom: 0;
right: 0;
top: 0;
border-left: 1px solid #cecece;
}
.jcf-select .jcf-select-opener:before {
position: absolute;
left: 50%;
top: 50%;
margin: -13px 0 0 -8px;
font-size: 18px;
color: #333;
content: "\f078";
font-family: "FontAwesome";
}
body > .jcf-select-drop {
position: absolute;
margin: -1px 0 0;
z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped { margin: 1px 0 0; }
.jcf-select .jcf-select-drop {
position: absolute;
margin-top: 0;
z-index: 9999;
top: 100%;
left: -1px;
right: -1px;
}
.jcf-select .jcf-drop-flipped {
bottom: 100%;
top: auto;
}
.jcf-select-drop .jcf-select-drop-content { border: 1px solid #cecece; } .jcf-list-box {
overflow: hidden;
display: inline-block;
border: 1px solid #b8c3c9;
min-width: 200px;
margin: 0 15px;
} .jcf-list {
display: inline-block;
vertical-align: top;
position: relative;
background: #fff;
line-height: 18px;
font-size: 14px;
width: 100%;
}
.jcf-list .jcf-list-content {
vertical-align: top;
display: inline-block;
overflow: auto;
width: 100%;
}
.jcf-list ul {
list-style: none;
padding: 0;
margin: 0;
}
.jcf-list ul li {
overflow: hidden;
display: block;
}
.jcf-list .jcf-overflow { overflow: auto; }
.jcf-list .jcf-option {
white-space: nowrap;
overflow: hidden;
cursor: default;
display: block;
padding: 5px 9px;
color: #656565;
height: 1%;
}
.jcf-list .jcf-disabled {
background: #fff !important;
color: #aaa !important;
}
.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
background: #e6e6e6;
color: #000;
}
.jcf-list .jcf-optgroup-caption {
white-space: nowrap;
font-weight: bold;
display: block;
padding: 5px 9px;
cursor: default;
color: #000;
}
.jcf-list .jcf-optgroup .jcf-option { padding-left: 30px; } .testimonial-post {
background: #f1f1f1;
overflow: hidden;
margin: 0 0 51px;
padding: 19px 22px 25px 26px;
display: block;
border: 0;
font: 14px/24px "Roboto", "Arial", "Helvetica", sans-serif;
}
.testimonial-post h2 {
margin: 0 0 13px;
text-transform: uppercase;
font: 700 24px/28px "Roboto", "Arial", "Helvetica", sans-serif;
}
.testimonial-post h2 a { color: #79125c; }
.testimonial-post h2 a:hover {
color: #333;
-webkit-transition: all .6s ease;
transition: all .6s ease;
text-decoration: none;
outline: none;
}
.testimonial-post q {
margin: 0 0 11px;
display: block;
quotes: none;
position: relative;
}
.testimonial-post q .fa {
font-size: 60px;
line-height: 40px;
color: #cecece;
position: absolute;
top: 100%;
left: 5px;
margin: 25px 0 0;
}
.testimonial-post footer {
overflow: hidden;
padding: 0 9px 0 0;
}
.testimonial-post footer:before { display: none; }
.testimonial-post cite {
float: right;
font: 700 18px/21px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
}
.testimonial-post:hover cite { color: #fff; }
.testimonial-post cite a {
color: #333;
display: inline-block;
vertical-align: top;
}
.testimonial-post cite a:hover {
color: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
text-decoration: none;
outline: none;
}
.testimonial-post cite .alignleft {
border: 1px solid #cecece;
float: left;
margin: 4px 15px 0 0;
}
.testimonial-post:hover {
background: #79125c;
-webkit-transition: all .6s ease;
transition: all .6s ease;
color: white;
}
.testimonial-post:hover h2 a { color: white; }
.testimonial-post:hover cite a { color: white; }
.testimonial-post:hover q .fa { color: white; } .shortcodes {
padding-top: 50px;
padding-bottom: 50px;
line-height: 22px;
}
.shortcodes p {
white-space: pre-wrap;
margin: 0;
white-space: pre-wrap;
}
.shortcode-row { margin-bottom: 83px; }
.shortcode-row.doctor {
padding-top: 101px;
padding-bottom: 109px;
position: relative;
z-index: 1;
}
.shortcode-row.doctor:before {
position: absolute;
content: "";
top: 0;
z-index: -1;
bottom: 0;
left: -9999px;
right: -9999px;
background: #f1f1f1;
}
.shortcode-row.doctor:before { display: block; }
.shortcode-row.plans { padding-top: 149px; }
.shortcode-heading { margin-bottom: 33px; }
.shortcode-heading h2 {
margin: 0;
font-size: 18px;
line-height: 22px;
font-weight: 400;
} .tabpanel { overflow: hidden; } .nav-tabs {
font: 700 18px/22px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
border: 0;
letter-spacing: 1px;
}
.nav-tabs li {
padding: 0;
margin: 0 9px 0 0;
}
.nav-tabs li a {
background: #ddd;
color: #333;
border-radius: 0;
margin: 0;
text-align: center;
padding: 16px 28px;
}
.nav-tabs li a:focus, .nav-tabs li a:hover { outline: none; } .tab-content {
border: 1px solid #cecece;
padding: 41px 27px 20px;
line-height: 22px;
min-height: 180px;
}
.tab-content p { margin: 0 0 24px; }  .shortcode-buttons {
padding: 0;
max-width: 200px;
}
.shortcode-buttons .btn-default {
background: #79125c;
min-width: 180px;
margin: 0 0 30px;
}
.shortcode-buttons .btn-default:hover { background: #a7a7a7; }
.shortcode-buttons .btn-default.lg { min-width: 200px; }
.shortcode-buttons .btn-default.sm { min-width: 150px; }
.shortcode-buttons .btn-default.xs { min-width: 130px; }
.shortcode-buttons.add .btn-default { background: #333; }
.shortcode-buttons.add .btn-default:hover { background: #79125c; }
.shortcode-buttons.add2 .btn-default {
background: none;
border: 2px solid #333;
color: #333;
}
.shortcode-buttons.add2 .btn-default:hover {
color: white;
background: #333;
} .pricing-plan {
background: #fafafa;
border-radius: 10px;
border: 3px solid #fafafa;
padding: 81px 26px 27px;
position: relative;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.pricing-plan .btn-default {
background: #363636;
font: 700 24px/28px "Open Sans", "Arial", "Helvetica", sans-serif;
color: white;
border-radius: 5px;
display: block;
text-transform: none;
margin: 28px 0 0;
padding: 12px 10px;
}
.pricing-plan .btn-default .txt {
font-size: 14px;
line-height: 30px;
}
.pricing-plan .btn-default:hover { opacity: .8; }
.pricing-plan:hover {
background: white;
border-color: #363636;
}
.pricing-plan:hover .plans-heading h2 { color: #363636; }
.pricing-plan:hover .plans-heading h2 a { color: #363636; }
.pricing-plan:hover .plans-ico {
background: #363636;
color: white;
border-color: #363636;
}
.pricing-plan.corp .plans-heading:before { background: #00aeef; }
.pricing-plan.corp .btn-default { background: #00aeef; }
.pricing-plan.corp .plans-ico { color: #00aeef; }
.pricing-plan.corp:hover { border-color: #00aeef; }
.pricing-plan.corp:hover .plans-heading h2 { color: #00aeef; }
.pricing-plan.corp:hover .plans-heading h2 a { color: #00aeef; }
.pricing-plan.corp:hover .plans-ico {
background: #00aeef;
color: white;
border-color: #00aeef;
}
.pricing-plan.bus .plans-heading:before { background: #79125c; }
.pricing-plan.bus .btn-default { background: #79125c; }
.pricing-plan.bus .plans-ico { color: #79125c; }
.pricing-plan.bus:hover {
background: white;
border-color: #79125c;
}
.pricing-plan.bus:hover .plans-heading h2 { color: #79125c; }
.pricing-plan.bus:hover .plans-heading h2 a { color: #79125c; }
.pricing-plan.bus:hover .plans-ico {
background: #79125c;
color: white;
border-color: #79125c;
}
.pricing-plan.pre .plans-heading:before { background: #8dc63f; }
.pricing-plan.pre .btn-default { background: #8dc63f; }
.pricing-plan.pre .plans-ico { color: #8dc63f; }
.pricing-plan.pre:hover {
background: white;
border-color: #8dc63f;
}
.pricing-plan.pre:hover .plans-heading h2 { color: #8dc63f; }
.pricing-plan.pre:hover .plans-heading h2 a { color: #8dc63f; }
.pricing-plan.pre:hover .plans-ico {
background: #8dc63f;
color: white;
border-color: #8dc63f;
}
.plans-heading {
color: #959595;
padding: 0 0 17px;
margin: 0 -20px 20px;
text-align: center;
position: relative;
z-index: 1;
}
.plans-heading:before {
position: absolute;
content: "";
top: 100%;
z-index: -1;
bottom: auto;
left: 50%;
right: 0;
background: #363636;
}
.plans-heading:before {
width: 70px;
height: 2px;
margin: 0 0 0 -35px;
}
.plans-heading h2 {
margin: 0 0 10px;
text-transform: uppercase;
font-size: 24px;
line-height: 28px;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.plans-heading h2 a { color: #363636; }
.plans-heading h2 a:hover { text-decoration: none; }
.plans-heading p { margin: 0; } .star-rattings {
overflow: hidden;
margin: 0 -20px 31px;
text-align: center;
}
.star-rattings li { padding: 0; }
.star-rattings li .fa {
color: #ebebeb;
font-size: 20px;
}
.star-rattings li.high .fa { color: #fec42d; } .plan-info {
color: #959595;
margin: 0 -26px;
}
.plan-info li {
overflow: hidden;
padding: 10px 26px 9px;
border-top: 1px solid whitesmoke;
}
.plan-info li:first-child {
border: 0;
padding-top: 0;
}
.plan-info li .txt { float: left; }
.plan-info li .txt2 { float: right; }
.plans-ico {
border-radius: 50%;
background: white;
text-align: center;
border: 5px solid #fafafa;
width: 105px;
height: 105px;
position: absolute;
top: -58px;
left: 50%;
margin: 0 0 0 -56px;
font-size: 35px;
white-space: nowrap;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.plans-ico .fa {
display: inline-block;
white-space: normal;
vertical-align: middle;
}
.plans-ico:before {
content: "";
vertical-align: middle;
display: inline-block;
height: 100%;
width: 1px;
overflow: hidden;
margin: 0 0 0 -5px;
}
.plans-ico .fa { margin: 0 0 0 -8px; }
.plans-ico .fa-user {
margin: 0 0 0 -5px;
font-size: 40px;
}
.plans-ico .fa-briefcase { margin: 0 0 0 -5px; }
.plans-ico .fa-trophy {
margin: 0 0 0 -5px;
font-size: 40px;
} .alert-massege {
background: #fbfcfc;
border: 1px solid #dadcdc;
border-radius: 5px;
padding: 30px 5% 29px 10.2%;
margin-bottom: 20px;
position: relative;
color: #a1b1bc;
}
.alert-massege h2 {
margin: 0 0 6px;
color: #7d8c96;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
}
.alert-massege p { margin: 0; }
.alert-massege .fa {
position: absolute;
left: 49px;
top: 50%;
font-size: 30px;
margin: -14px 0 0;
color: #a1b1bc;
}
.alert-massege .close {
position: absolute;
right: 12px;
top: 9px;
text-shadow: none;
opacity: 1;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.alert-massege .close .fa {
font-size: 18px;
position: relative;
left: auto;
top: auto;
margin: 0;
}
.alert-massege .close:hover { opacity: .7; }
.alert-massege.delete {
background: #fec0b7;
color: #df3c22;
}
.alert-massege.delete h2 { color: #df3c22; }
.alert-massege.delete .fa { color: #df3c22; }
.alert-massege.success {
background: #e1f9b7;
color: #649d01;
}
.alert-massege.success h2 { color: #649d01; }
.alert-massege.success .fa { color: #649d01; }
.alert-massege.alert {
background: #fff9da;
color: #d99b07;
}
.alert-massege.alert h2 { color: #d99b07; }
.alert-massege.alert .fa { color: #d99b07; }
.main-slider { color: white; }
.main-slider .bg-stretch {
position: relative;
position: absolute;
}
.main-slider .bg-stretch:after {
position: absolute;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.main-slider .bg-stretch:after { background: rgba(0, 0, 0, .6); }
.main-slider .tel, .main-slider .tel a, .main-slider h1 { color: white; } .main-gallery { position: relative; }
.main-gallery:after {
position: absolute;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.main-gallery:after { background: rgba(0, 0, 0, .6); }
.main-gallery .btn-box {
position: absolute;
left: 0;
right: 0;
bottom: 9%;
margin: 0;
z-index: 999;
text-align: center;
}
.main-gallery .beans-slide { position: relative; }
.main-gallery .beans-slide:after {
position: absolute;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.main-gallery .beans-slide:after { background: rgba(0, 0, 0, .6); }
.main-gallery .btn-prev, .main-gallery .btn-next {
float: none;
-webkit-transition: all .6s ease;
transition: all .6s ease;
display: inline-block;
vertical-align: top;
width: 32px;
height: 32px;
background: white;
border-radius: 50%;
margin: 0 3px;
color: #353535;
font-size: 18px;
line-height: 28px;
text-align: center;
}
.main-gallery .btn-prev.active, .main-gallery .btn-prev:focus, .main-gallery .btn-prev:hover, .main-gallery .btn-next.active, .main-gallery .btn-next:focus, .main-gallery .btn-next:hover {
outline: none;
color: white;
background: #79125c;
}
.main-gallery .slide-content { white-space: nowrap; }
.main-gallery .slide-content .slide-heading2 {
display: inline-block;
white-space: normal;
vertical-align: middle;
}
.main-gallery .slide-content:before {
content: "";
vertical-align: middle;
display: inline-block;
min-height: inherit;
width: 1px;
overflow: hidden;
margin: 0 0 0 -5px;
}
.main-banner .slide-content { position: relative; }
.main-banner .slide-content:after {
position: absolute;
content: "";
top: -9999px;
bottom: -9999px;
left: -9999px;
right: -9999px;
}
.main-banner .slide-content:after {
z-index: -1;
background: rgba(0, 0, 0, .6);
}
.main-banner .alignleft { z-index: 88; }
.main-banner .slide-heading {
width: 700px;
margin: 70px 0 50px;
vertical-align: bottom;
}
.main-banner .attorneys-form {
z-index: 999;
position: relative;
}
.main-banner .attorneys-form .form-group .form-col {
width: 100%;
margin: 0 0 10px;
}
.main-banner .attorneys-form .form-group .form-col:first-child { margin: 0 0 10px; }
.main-banner .attorneys-form .form-group.add .form-col {
width: 45%;
margin: 0 0 10px 5%;
}
.main-banner .attorneys-form .form-group.add .form-col:first-child {
width: 50%;
margin: 0 0 10px;
}
.main-banner .attorneys-form label {
color: white;
text-align: left;
}
.main-banner .attorneys-form .jcf-select { height: 54px; }
.main-banner .attorneys-form input {
background: #fff none repeat scroll 0 0;
height: 54px;
border: 0;
padding: 15px 20px;
margin: 0;
float: left;
width: 100%;
color: #000;
}
.slide-heading2 {
z-index: 5;
padding: 0 8%;
overflow: hidden;
text-align: center;
}
.slide-heading2 img { margin: 0 0 40px; }
.slide-heading2 .img-slider {
display: block;
margin: 0 auto 55px;
}
.slide-heading2 h1 {
font-size: 36px;
line-height: 48px;
font-weight: 600;
margin: 0 0 16px;
color: white;
text-transform: uppercase;
} .forget-form { margin: 0; }
.forget-form .form-group { margin: 0 0 15px; }
.forget-form label {
display: block;
margin: 0 0 10px;
color: #79125c;
font-size: 18px;
line-height: 22px;
font-weight: 700;
text-transform: capitalize;
}
.forget-form .form-control {
border: 1px solid #e5e5e5;
background: white;
width: 100%;
height: 50px;
outline: none;
box-shadow: none;
border-radius: 0;
}
.forget-form .btn-default {
font-weight: 600;
font-size: 18px;
line-height: 20px;
padding: 5px;
width: 140px;
height: 50px;
background: #79125c;
float: left;
}
.forget-form .btn-default:hover { background: #a7a7a7; }
.forget-form .forget {
margin: 16px 0 0;
float: right;
color: #79125c;
font-size: 18px;
line-height: 22px;
font-weight: 700;
text-transform: capitalize;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.forget-form .forget:focus, .forget-form .forget:hover {
color: #a7a7a7;
text-decoration: none;
outline: none;
} .attorneys-form { margin: 0; }
.attorneys-form .form-group { margin: 0 0 15px; }
.attorneys-form .form-group .form-col {
width: 48%;
float: left;
margin: 0 0 0 4%;
}
.attorneys-form .form-group .form-col:first-child { margin-left: 0; }
.attorneys-form .form-group.add .form-col { width: 30.6%; }
.attorneys-form label {
display: block;
margin: 0 0 10px;
color: #333;
text-transform: capitalize;
font: 600 18px/22px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
}
.attorneys-form .form-control {
border: 1px solid #e5e5e5;
background: white;
width: 100%;
height: 50px;
outline: none;
box-shadow: none;
border-radius: 0;
}
.attorneys-form .btn-default {
font-weight: 600;
font-size: 18px;
line-height: 20px;
padding: 5px;
width: 180px;
height: 50px;
background: #79125c;
float: left;
}
.attorneys-form .btn-default:hover { background: #a7a7a7; }
.attorneys-form .forget {
margin: 16px 0 0;
float: right;
color: #79125c;
font-size: 18px;
line-height: 22px;
font-weight: 700;
text-transform: capitalize;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.attorneys-form .forget:focus, .attorneys-form .forget:hover {
color: #a7a7a7;
text-decoration: none;
outline: none;
}
.popup-holder {
position: relative;
overflow: hidden;
height: 0;
}
.video-lightbox { width: 900px; }
.site-map {
padding: 50px 0;
min-height: 339px;
}
#contact .site-map {
min-height: 500px;
margin: 0 0 61px;
}
#team {
position: relative;
z-index: 1;
}
#team:before {
position: absolute;
content: "";
top: 0;
z-index: -1;
bottom: 0;
left: -9999px;
right: -9999px;
background: #f1f1f1;
}
#team:before { display: block; }
.pre-loader {
z-index: 9999;
background: #fff;
position: fixed;
}
.pre-loader .preloader1 {
top: 50%;
left: 50%;
overflow: hidden;
position: absolute;
text-indent: -9999px;
margin: -23px 0 0 -23px;
width: 230px;
height: 200px;
background: url(//www.robertavisotto.adv.br/wp-content/themes/visotto/images/preloader.gif) no-repeat;
}
.icons-container { padding: 200px 0 50px; }
.icons-container h2 {
margin: 0 0 25px;
text-transform: capitalize;
}
.icons-container a { color: #a7a7a7; }
.icons-container a:hover {
color: #79125c;
text-decoration: none;
}
.icons-container .fa-hover { padding-bottom: 15px; } .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
}
.slick-track:before, .slick-track:after {
content: "";
display: table;
}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none; }
.shortcode-heading h1, .shortcode-heading h2, .shortcode-heading h3, .shortcode-heading h4, .shortcode-heading h5, .shortcode-heading h6 {
margin: 0;
font-size: 18px !important;
line-height: 22px !important;
font-weight: 400;
padding: 0 !important;
background: none;
}
.shortcode-heading h1 { font-size: 40px !important; }
.shortcode-heading h3 { font-size: 16px !important; }
.shortcode-heading h4 { font-size: 15px !important; }
.shortcode-heading h5 { font-size: 14px !important; }
.shortcode-heading h6 { font-size: 13px !important; }
.single-post-view { padding: 100px 0; } .th-signup-modalbox, .th-login-modalbox {
width: 370px;
position: absolute;
top: 50%;
left: 50%;
box-shadow: none;
border-radius: 0;
background: #fff;
margin: -215px 0 0 -190px;
}
.th-signup-modalbox { margin: -288px 0 0 -190px; }
.th-signup-modalbox h2, .th-login-modalbox h2 {
font-size: 16px;
line-height: 16px;
padding: 15px;
color: #fff;
font-weight: bold;
margin: 0;
background: #79125c;
}
.modal { z-index: 9999px; }
.modal .login-form {
padding: 30px;
overflow: hidden;
}
.modal .login-form fieldset { overflow: hidden; }
.modal .login-form .form-group {
position: relative;
float: left;
width: 100%;
}
.modal form .form-group i.fa {
position: absolute;
top: 8px;
left: 0;
width: 38px;
line-height: 30px;
color: #272727;
text-align: center;
border-right: 1px solid #ebebeb;
}
.modal form .form-group label {
float: left;
font-weight: 400;
margin: 0;
vertical-align: middle;
line-height: 29px;
}
.modal form .form-group label input[type="checkbox"], .modal form .form-group label em {
display: inline-block;
vertical-align: middle;
margin: 0;
font-style: normal;
line-height: 16px;
}
.modal .forgetpassword {
float: right;
color: #272727;
}
.modal form .form-group .forgetpassword i, .modal .forgetpassword em {
display: inline-block;
vertical-align: middle;
position: static;
border: 0;
padding: 0;
margin: 0;
font-style: normal;
}
.modal .th-login-modalbox p {
line-height: 50px;
background: #272727;
text-align: center;
color: #fff;
margin: 0;
}
.modal .th-signup-modalbox form .form-control { padding: 4px 6px; }
.modal .elm-display-none { display: none; }
.th-login-modalbox .form-control {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 1px solid #e1e1e1;
color: #959595;
display: inline-block;
vertical-align: middle;
font-weight: 400;
font-size: 14px;
line-height: 37px;
width: 100%;
height: 47px;
outline: none;
padding: 4px 6px 4px 46px;
background: #fff;
box-shadow: none;
border-radius: 0;
}
.th-login-modalbox .th-theme-btn-lg { width: 100%; }
.th-login-modalbox .th-theme-btn {
background: #272727;
color: #fff;
display: inline-block;
font-size: 14px;
line-height: 50px;
padding: 0 50px;
text-align: center;
border: 0;
text-transform: uppercase;
}
.th-login-modalbox .th-theme-btn:hover { background: #79125c; }
.register-me { color: #79125c !important; }
.register-me:hover { color: #fff !important; }
.th-signup-modalbox .form-control { padding: 4px 15px; }
.login-me { color: #79125c !important; }
.login-me:hover { color: #fff !important; }
.clients-gallery .main-heading h2 { color: #fff; }
.parallax-window { overflow: hidden; }
.stretch_row_content_no_spaces { padding: 0 !important; }
#nav .add-menu-custom .small-drop { width: 250px; }
.blog-post.details .date-box { left: 15px; }
.post-detail-view-1 .post-nav.v2 { display: none; }
.post-detail-view-1 .date-box { display: none; }
.post-detail-view-2 .blog-nav { display: none; }
.post-detail-view-2 .post-blog .post-img { border: 0; }
iframe { border: 0 !important; }
.video-bg-none .success-col { background: none; }
.law-audio-post iframe { width: 100%; }
.practice-area #content.new-posts-wraper.row .practice-block .practice-col { margin-bottom: 30px; }
.th-margin-none .practice-area #content.new-posts-wraper.row .practice-block .practice-col { margin-bottom: 0; }
#respond.comment-respond { margin-top: 30px; }
.widget_search #close-search {
border: 0;
width: 40px;
color: #fff;
float: right;
height: 39px;
font-size: 18px;
border-radius: 5px;
position: relative;
background: #79125c;
}
.widget_search #close-search:after {
top: 9px;
left: 11px;
content: "\f002";
position: absolute;
font-family: FontAwesome;
}
.widget_search input {
border: 0;
width: 80%;
float: left;
color: #555;
height: 40px;
display: block;
font-size: 14px;
padding: 6px 12px;
border-radius: 3px;
line-height: 1.42857;
background-color: #fff;
background-image: none;
}
.home.blog .law-home-page { padding: 100px 0 80px; }
.archive .law-inner-content { padding: 100px 0 80px; }
.widget_calendar table {
background-color: transparent;
max-width: 100%;
}
.widget_calendar th { text-align: left; }
.widget_calendar table {
margin-bottom: 15px;
width: 100%;
}
.widget_calendar table > thead > tr > th, .widget_calendar table > tbody > tr > th, .widget_calendar table > tfoot > tr > th, .widget_calendar table > thead > tr > td, .widget_calendar table > tbody > tr > td, .widget_calendar table > tfoot > tr > td {
border-top: 1px solid #d2d2d2;
border: 1px solid #d2d2d2;
line-height: 2.5;
padding-left: 3px;
text-align: center;
vertical-align: top;
}
.widget_calendar table thead tr th {
border-top: 1px solid #d2d2d2;
text-align: center;
text-transform: capitalize;
}
.widget_calendar .table > caption + thead > tr:first-child > th, .widget_calendar .table > colgroup + thead > tr:first-child > th, .widget_calendar .table > thead:first-child > tr:first-child > th, .widget_calendar .table > caption + thead > tr:first-child > td, .widget_calendar .table > colgroup + thead > tr:first-child > td, .widget_calendar .table > thead:first-child > tr:first-child > td { border-top: 1px solid #d2d2d2; }
.widget_calendar table > thead > tr > th {
border-bottom: 2px solid #d2d2d2;
vertical-align: bottom;
}
.widget_calendar table > caption + thead > tr:first-child > th, .widget_calendar table > colgroup + thead > tr:first-child > th, .widget_calendar table > thead:first-child > tr:first-child > th, .widget_calendar table > caption + thead > tr:first-child > td, .widget_calendar table > colgroup + thead > tr:first-child > td, .widget_calendar table > thead:first-child > tr:first-child > td { border-bottom: 0; }
.widget_calendar table > tbody + tbody { border-top: 2px solid #d2d2d2; }
.widget_calendar .table > thead > tr > th, .widget_calendar .table > tbody > tr > th, .widget_calendar .table > tfoot > tr > th, .widget_calendar .table > thead > tr > td, .widget_calendar .table > tbody > tr > td, .widget_calendar .table > tfoot > tr > td { padding: 6px 10px; }
.law-home-page .widget_search { padding-top: 19px; }
.modal-open .modal { z-index: 9999 !important; }
.eventCalendar-noEvents {
box-shadow: none;
background: transparent;
color: #555;
border: 2px solid #79125c;
padding-top: 15px;
text-shadow: none;
}
.audio.post-img iframe { width: 100%; }
.loading-area { position: relative; }
.loading-area .fa-refresh.fa-spin {
position: absolute;
left: 12px;
top: 18px;
color: #fff;
}
.eventCalendar-subtitle { margin: 0 0 9px; }
#recent-posts-2.widget_recent_entries li a { margin: 0; }
#recent-posts-2.widget_recent_entries li { padding: 8px 0; }
#menu-all-pages {
margin: 0 -40px 0 -20px !important;
background: #fff;
}
.post-detail-view-1 .blog-post.details .blog-img img { width: 100%; }
.testimonil-container cite .tes-image {
width: 38%;
float: left;
}
.testimonil-container cite .tes-desc {
width: 62%;
float: left;
}
.testimonil-container cite .tes-desc a, .testimonil-container cite .tes-desc span {
width: 100%;
float: left;
}
.eventCalendar-monthWrap.oldMonth {
max-height: 0;
overflow: hidden;
}
.eventCalendar-slider { height: auto !important; }
.single-post-view iframe { width: 100% !important; }
.single .blog-post .blog-img, .single .blog-post .blog-carousel, .single .post-blog .blog-carousel, .post-detail-view-2 .post-blog .post-img { margin-bottom: 0; }
.blog-post .list-inline, .list-inline.v2 { padding-top: 27px; }
.new-posts-wraper.post-detail-view-2 .post-blog .post-img, .new-posts-wraper.post-detail-view-2 .post-blog .audio.post-img { margin-bottom: 27px; }
.blog-list-v1 .blog-post .blog-img, .blog-list-v1 .blog-carousel { margin: 0 -30px 0; }
.blog-list-v1 iframe { width: 100% !important; }
.latest-news .no-media-file { padding-left: 30px; } .slick-slider {
position: relative;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before, .slick-track:after {
display: table;
content: '';
}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none; }
.slider-home .slick-slide {
text-align: center;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.slider-home .slide-inner {
background: rgba(0, 0, 0, 0.5);
padding: 180px 0;
}
.slider-home h1 {
color: #fff;
line-height: 1;
font-size: 70px;
margin: 0 0 10px;
font-weight: 100;
text-transform: uppercase;
}
.slider-home h2 {
color: #fff;
font-size: 30px;
font-weight: 300;
margin: 0 0 10px;
text-transform: capitalize;
}
.slider-home p {
margin: 0;
color: #fff;
font-size: 16px;
font-weight: 400;
}
.slider-home .slick-arrow {
-webkit-transition: all .6s ease;
transition: all .6s ease;
width: 30px;
height: 30px;
background: #353535;
position: absolute;
left: 26px;
border: 0;
top: 50%;
margin: -15px 0 0;
color: white;
font-size: 24px;
line-height: 27px;
text-align: left;
text-indent: -9999px;
overflow: hidden;
border-radius: 50%;
z-index: 6;
}
.slider-home .slick-arrow:focus, .slider-home .slick-arrow:hover {
outline: none;
color: white;
background: #79125c;
}
.slider-home .slick-prev {
left: auto;
right: 24px;
}
.slider-home .slick-arrow:after {
top: 0;
left: 8px;
content: "\f104";
text-indent: 0;
position: absolute;
font-family: 'FontAwesome';
}
.slider-home .slick-prev:after {
content: "\f105";
left: 11px;
}
.slider-home .slick-active .slidetop {
top: 0;
opacity: 1;
transition: all 1s ease 1s;
-webkit-transition: all 1s ease 1s;
}
.slider-home .slidetop {
opacity: 0;
top: -50px;
position: relative;
transition: all 1s ease 1s;
-webkit-transition: all 1s ease 1s;
}
.slider-home .slick-active .slidebottom {
bottom: 0;
opacity: 1;
animation-delay: 2s;
transition: all 1s ease 1s;
-webkit-transition: all 1s ease 1s;
-webkit-animation-delay: 2s; }
.slider-home .slidebottom {
opacity: 0;
bottom: -50px;
position: relative;
animation-delay: 2s;
transition: all 1s ease 1s;
-webkit-transition: all 1s ease 1s;
-webkit-animation-delay: 2s; }
.slider-home .slick-dots {
left: 0;
right: 0;
margin: 0;
padding: 0;
bottom: 10px;
list-style: none;
position: absolute;
text-align: center;
}
.slider-home .slick-dots li {
margin: 0 5px;
vertical-align: top;
display: inline-block;
}
.slider-home .slick-dots button {
border: 0;
margin: 0;
padding: 0;
width: 15px;
height: 15px;
display: block;
background: none;
text-align: left;
border-radius: 50%;
text-indent: -9999px;
border: 2px solid #353535;
}
.slider-home .slick-dots .slick-active button, .slider-home .slick-dots button:hover { border-color: #79125c; }
.slider-home .shortcode-buttons.add2 { padding: 15px 0 0; }
.slider-home .shortcode-buttons.add2 .btn-default {
border-color: #fff;
color: #fff;
}
.slider-home .shortcode-buttons.add2 .btn-default:hover {
border-color: #79125c;
color: #fff;
background: #79125c;
}
.fadeslider-home .slick-slide {
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.fadeslider-home .slide-inner {
background: rgba(0, 0, 0, 0.5);
padding: 180px 0;
}
.fadeslider-home h1 {
color: #fff;
line-height: 1;
font-size: 70px;
margin: 0 0 10px;
font-weight: 100;
text-transform: uppercase;
}
.fadeslider-home h2 {
color: #fff;
font-size: 30px;
font-weight: 300;
margin: 0 0 10px;
text-transform: capitalize;
}
.fadeslider-home p {
margin: 0;
color: #fff;
font-size: 16px;
font-weight: 400;
}
.fadeslider-home .slick-arrow {
-webkit-transition: all .6s ease;
transition: all .6s ease;
width: 30px;
height: 30px;
background: #353535;
position: absolute;
left: 26px;
border: 0;
top: 50%;
margin: -15px 0 0;
color: white;
font-size: 24px;
line-height: 27px;
text-align: left;
text-indent: -9999px;
overflow: hidden;
border-radius: 50%;
z-index: 6;
}
.fadeslider-home .slick-arrow:focus, .fadeslider-home .slick-arrow:hover {
outline: none;
color: white;
background: #79125c;
}
.fadeslider-home .slick-prev {
left: auto;
right: 24px;
}
.fadeslider-home .slick-arrow:after {
top: 0;
left: 8px;
content: "\f104";
text-indent: 0;
position: absolute;
font-family: 'FontAwesome';
}
.fadeslider-home .slick-prev:after {
content: "\f105";
left: 11px;
}
.fadeslider-home .slick-active .slidetop {
top: 0;
opacity: 1;
transition: all 1s ease 1s;
-webkit-transition: all 1s ease 1s;
}
.fadeslider-home .slidetop {
opacity: 0;
top: -50px;
position: relative;
transition: all 1s ease 1s;
-webkit-transition: all 1s ease 1s;
}
.fadeslider-home .slick-active .slidebottom {
bottom: 0;
opacity: 1;
animation-delay: 2s;
transition: all 1s ease 1s;
-webkit-transition: all 1s ease 1s;
-webkit-animation-delay: 2s; }
.fadeslider-home .slidebottom {
opacity: 0;
bottom: -50px;
position: relative;
animation-delay: 2s;
transition: all 1s ease 1s;
-webkit-transition: all 1s ease 1s;
-webkit-animation-delay: 2s; }
.fadeslider-home .slick-dots {
left: 0;
right: 0;
margin: 0;
padding: 0;
bottom: 10px;
list-style: none;
position: absolute;
text-align: center;
}
.fadeslider-home .slick-dots li {
margin: 0 5px;
vertical-align: top;
display: inline-block;
}
.fadeslider-home .slick-dots button {
border: 0;
margin: 0;
padding: 0;
width: 15px;
height: 15px;
display: block;
background: none;
text-align: left;
border-radius: 50%;
text-indent: -9999px;
border: 2px solid #353535;
}
.fadeslider-home .slick-dots .slick-active button, .fadeslider-home .slick-dots button:hover { border-color: #79125c; }
.fadeslider-home .shortcode-buttons.add2 { padding: 15px 0 0; }
.fadeslider-home .shortcode-buttons.add2 .btn-default {
border-color: #fff;
color: #fff;
}
.fadeslider-home .shortcode-buttons.add2 .btn-default:hover {
border-color: #79125c;
color: #fff;
background: #79125c;
}
.slide-content.win-min-height { text-align: center; }
.add-menu-custom .anchor-active { color: #353535; }
.wrap-forms input, .wrap-forms select, .wrap-forms textarea {
font-size: 14px;
height: 41px;
padding: 0 15px;
border: 1px solid #dfdfdf;
}
.wrap-forms .custom-radio input[type="radio"], .wrap-forms .custom-checkbox input[type="checkbox"] { margin-top: -3px; }
.contact-form .fw_form_fw_form input[type="submit"] {
width: 170px;
height: 54px;
background: #79125c;
border: none;
color: white;
}
.contact-form .fw_form_fw_form input[type="submit"]:hover {
background-color: #a7a7a7;
border: none;
text-transform: capitalize;
-webkit-transition: all .6s ease;
transition: all .6s ease;
color: white;
text-align: center;
padding: 16px 26px;
border-radius: 0;
}
.wrap-forms textarea {
width: 100%;
float: left;
}
.services-col.approch i {
width: 100%;
display: block;
font-size: 60px;
color: #555;
text-align: center !important;
text-align: justify;
line-height: 105px;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.services-col.approch:hover i:first-child, .services-col.approch i:first-child { color: #555 }
.services-col.approch:hover i { color: #FFF; }
.services-col.approch:hover i:first-child { margin: -105px 0 0; }
.eventCalendar-day { border-left: 0; }
.eventCalendar-day a {
font-size: 13px !important;
line-height: 38px !important;
}
.eventCalendar-daysList li.today a {
background: #79125c;
color: #fff;
}
.eventCalendar-currentTitle {
color: #fff;
font: 700 24px/28px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
text-decoration: none;
display: block;
text-align: center;
}
.eventCalendar-currentTitle .eventCalendar-monthTitle { color: #fff; }
.eventCalendar-currentTitle .eventCalendar-monthTitle:hover { text-decoration: none; }
.eventCalendar-arrow {
background: #c24027 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
line-height: 28px;
padding: 8px 10px;
text-decoration: none;
top: 13px;
transition: all 0.6s ease 0s;
position: absolute;
top: 13px;
z-index: 5;
}
.eventCalendar-arrow span {
border-bottom: 6px solid transparent;
border-left: 6px solid #fff;
border-top: 6px solid transparent;
float: left;
font-size: 0;
height: 0;
line-height: 0;
text-indent: -5000px;
width: 0;
}
.eventCalendar-arrow.eventCalendar-prev { left: 9px; }
.eventCalendar-arrow.eventCalendar-next { right: 9px; }
.eventCalendar-arrow.eventCalendar-prev span {
border-left-width: 0;
border-right: 6px solid #fff;
}
.eventCalendar-monthWrap.eventCalendar-oldMonth { display: none !important; }
.eventCalendar-eventDesc {
clear: both;
font-size: 80%;
line-height: 1.2em;
margin: 0 0 5px;
}
.eventCalendar-eventTitle {
color: #555;
display: inline-block;
text-transform: capitalize;
transition: all 0.4s ease 0s;
vertical-align: middle;
width: 77%;
font-size: 12px;
font-weight: 400;
line-height: 14px;
}
.eventCalendar-eventTitle:hover {
text-decoration: none;
color: #79125c;
}
iframe { width: 100%; }
.latest-news .news-post.no-media-file { padding: 0; }
.events-frame .event-box { min-height: 48px; } .story-sec {
float:left;
width:100%;
overflow: hidden;
}
.story-sec .txt-holder {
text-align: center;
padding: 13px;
overflow: hidden;
color: #555;
font-family: 'Open Sans', serif;
font-size: 14px;
line-height: 24px;
}
.story-sec .txt-holder p { margin: 0 0 25px; }
.story-sec .txt-holder .title, .about-sec .txt-holder .title, .recipe-sec .txt-holder .title {
font-family: 'Great Vibes', cursive;
font-size: 80px;
line-height: 70px;
color: #79125c;
}
.story-sec .txt-holder h1, .about-sec .txt-holder h1, .story-sec .txt-holder h2, .about-sec .txt-holder h2 {
color: #333;
font-size: 43px;
line-height: 50px;
font-family: 'Source Sans Pro', sans-serif;
margin: 0 0 20px;
text-transform: uppercase;
}
.btn-primary {
background-color: #450634 ;
color: #fff;
font-family: 'Source Sans Pro', sans-serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
line-height: 20px;
padding: 15px 30px;
position: relative;
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.btn-primary:before {
position: absolute;
content: "";
bottom: 4px;
left: 4px;
right: 4px;
top: 4px;
-webkit-transition: all .6s ease;
transition: all .6s ease;
border: 1px solid #fff;
}
.btn-primary:hover {
text-decoration: none;
background-color:#450634 ;
}
.btn-primary:hover:before {
bottom: 7px;
left: 7px;
right: 7px;
top: 7px;
}
.story-sec .carousel-slide {
overflow: hidden;
position: relative;
}
.story-sec .carousel-slide li {
float: left;
width: 100%;
margin: 0 0 20px;
}
.story-sec .carousel-slide li .img-holder {
width: 100%;
position: relative;
}
.story-sec .carousel-slide li .img-holder img {
width: 100%;
display: block;
}
.story-sec .carousel-slide li .img-holder:before {
position: absolute;
content: "";
bottom: 15px;
left: 15px;
right: 15px;
top: 15px;
border-width: 10px;
border-style: solid;
border-color: rgba(255, 255, 255, 0.7);
}
.story-sec .carousel-slide .slick-dots {
width: 50px;
margin: 0 auto;
padding-left:0;
list-style:none;
}
.story-sec .carousel-slide .slick-dots li {
float: left;
width: auto;
margin: 0 10px 0 0;
}
.story-sec .carousel-slide .slick-dots li button {
background-color: transparent;
border: 2px solid #79125c;
height: 14px;
width: 14px;
outline: none;
border-radius: 100%;
text-indent: -9999px;
padding: 0;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.story-sec .carousel-slide .slick-dots .slick-active button { background-color: #79125c; }
.story-sec .carousel-slide .slick-dots li button:hover { background-color: #79125c; }
.about-sec {
width: 100%;
background-size: cover;
background-position: 50% 50%;
position: relative;
}
.about-sec:before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.9);
}
.about-sec .block {
white-space: nowrap;
text-align: center;
}
.about-sec .block:after {
content: "";
display: inline-block;
vertical-align: middle;
width: 0;
min-height: 467px;
}
.about-sec .block > * {
white-space: normal;
display: inline-block;
vertical-align: middle;
max-width: 99%;
}
.about-sec .txt-holder { padding: 30px 0 0; }
.about-sec .txt-holder h2, .recipe-sec h2 {
color: #fff;
display: block;
}
.recipe-sec {
padding: 120px 0 90px;
min-height: 768px;
width: 100%;
background-size: cover;
background-position: 50% 50%;
position: relative;
}
.recipe-sec:before {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.6);
}
.recipe-sec .holder { overflow: hidden; }
.recipe-sec .coll {
width: 33.3%;
float: left;
padding: 0 23px 0 0;
font-size: 14px;
font-weight: 400;
line-height: 24px;
color: #eee;
margin: 0 0 15px;
font-family: 'Open Sans', serif;
}
.recipe-sec .coll p { margin-bottom: 25px; }
.recipe-sec .coll h3 {
color: #fff;
font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
font-size: 26px;
letter-spacing: 1px;
line-height: 30px;
font-weight: 600;
margin: 0 0 10px;
}
.recipe-sec .coll h3 span { color: #79125c; }
.post-sec {
overflow: hidden;
}
.post-sec .title {
font-family: 'Great Vibes', cursive;
font-size: 80px;
line-height: 90px;
color: #79125c;
}
.post-sec h3 {
color: #333;
font-size: 50px;
line-height: 50px;
font-family: 'Source Sans Pro', sans-serif;
margin: 0 0 20px;
text-transform: uppercase;
}
.post-sec .header {
overflow: hidden;
margin: 0 0 20px;
}
.post-sec .img-holder {
margin: 0 0 20px;
overflow: hidden;
}
.post-sec .img-holder a {
position: relative;
display: block;
}
.post-sec .txt-wrap {
color: #555;
font-size: 14px;
font-weight: 400;
line-height: 24px;
font-family: 'Open Sans', serif;
overflow: : hidden;
min-height:258px;
}
.post-sec h4 {
font-size: 24px;
line-height: 28px;
color: #333;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
margin: 0 0 10px;
}
.post-sec h4 a {
color: #333;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.post-sec h4 a:hover {
text-decoration: none;
color: #79125c;
}
.post-sec .txt-wrap p { margin: 0 0 20px; }
.instagram-sec {
position: relative;
overflow: hidden;
}
.instagram-sec .instagram-text {
position: absolute;
left: 50%;
top: 50%;
max-width: 315px;
background-color: #000;
padding: 26px 0 29px;
text-align: center;
z-index: 100;
color: #fff;
font-family: 'Open Sans', serif;
width: 100%;
font-size: 14px;
font-weight: 400;
line-height: 24px;
transform: translate(-50%, -50%);
}
.instagram-sec .instagram-text .instagram-icon {
display: block;
margin: 0 0 20px;
}
.instagram-sec .instagram-text .instagram-icon:hover .fa-instagram { color: #79125c; }
.instagram-sec .instagram-text .fa-instagram {
font-size: 30px;
color: #fff;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.instagram-sec .instagram-text p { margin-bottom: 25px; }
.instagram-sec ul li {
float: left;
width: 12.5%;
}
.instagram-sec ul li a {
position: relative;
display: block;
}
.instagram-sec ul li a:before {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
opacity: 1;
visibility: visible;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.instagram-sec ul li a:hover:before {
opacity: 0;
visibility: hidden;
}
.contact-detail {
background-size: cover;
background-position: 50% 50%;
width: 100%;
float:left;
position: relative;
}
.contact-detail:before {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 1;
visibility: visible;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.contact-detail .icon {
font-size: 30px;
line-height: 35px;
width: 110px;
height: 110px;
background: #79125c;
color: #fff;
text-align: center;
float: left;
padding: 36px 20px;
position: relative;
}
.contact-detail .icon:before {
position: absolute;
content: "";
right: -14px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-style: solid;
border-width: 8px 0 8px 14px;
border-color: transparent transparent transparent #79125c;
}
.contact-detail .contact-dscrp {
background: #fff;
padding: 27px 20px 22px;
overflow: hidden;
}
.contact-detail .contact-dscrp:hover .title:before { background: #79125c; }
.contact-detail .contact-dscrp address {
font-style: normal;
margin: 0;
}
.contact-detail .contact-dscrp .title {
color: #272727;
font-size: 13px;
font-weight: 700;
line-height: 15px;
margin: 0 0 10px;
display: block;
text-transform: capitalize;
position: relative;
padding: 0 0 14px;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.contact-detail .contact-dscrp .title:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
background: #ddd;
width: 30px;
height: 2px;
}
.contact-detail .contact-dscrp a {
color: #272727;
display: block;
font-size: 15px;
margin-left: 0;
}
.contact-detail .contact-dscrp a:hover { text-decoration: none; }
.news-detail {
background-size: cover;
background-position: 50% 50%;
width: 100%;
position: relative;
}
.news-detail:before {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.news-detail .btn-primary { float: right; }
.news-detail .text-wrap {
display: inline-block;
vertical-align: middle;
margin: 0 20px 0 -4px;
color: #fff;
font-size: 30px;
line-height: 40px;
font-weight: 600;
padding: 10px 0 0;
font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
}
.post-sec.gray {
position: relative;
overflow: visible;
}
.post-sec.gray:after {
display: block;
content: "";
clear: both;
}
.post-sec.gray:before {
position: absolute;
content: "";
left: -9999px;
right: -9999px;
top: 0;
bottom: 0;
background: #f2f2f2;
}
.post-sec .post-blog {
font-size: 14px;
line-height: 24px;
font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
color: #555;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
position: relative;
padding: 20px 20px 30px;
z-index: 1;
margin: 0;
overflow: visible;
}
.post-sec .post-blog:before {
position: absolute;
content: "";
left: 0;
top: 100px;
bottom: 0;
right: 0;
background: #fff;
z-index: -1;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.post-sec .post-blog:hover { transform: translateY(-15px); }
.post-sec .post-blog:hover:before { box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.15); }
.post-sec .post-blog .img-holder { margin: -20px -10px 20px; }
.post-sec .post-blog span {
width: 65px;
height: 65px;
border-radius: 100%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
background: #79125c;
text-align: center;
display: block;
font-size: 15px;
line-height: 17px;
color: #fff;
text-transform: capitalize;
margin: -30px auto 20px;
position: relative;
z-index: 1;
padding: 10px;
}
.testimonianls-sec {
min-height: 537px;
background-size: cover;
background-position: 50% 50%;
width: 100%;
position: relative;
padding: 90px 0;
}
.testimonianls-sec:before {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
.testimonianls-sec .testimonianls-slider {
overflow: hidden;
width: 840px;
margin: 0 auto;
}
.testimonianls-sec .testimonianls-slider li {
float: left;
width: 100%;
position: relative;
}
.testimonianls-sec .author-img {
border-radius: 100%;
height: 120px;
position: relative;
top: 50px;
width: 120px;
margin: 0 auto;
display: block;
overflow: hidden;
border: 5px solid #fff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.testimonianls-sec .author-img img {
display: block;
width: 100%;
}
.testimonianls-sec .blockquote-holder {
background: #fff;
text-align: center;
padding: 70px 30px 30px;
margin: 0 0 40px;
border: none;
border-radius: 5px;
}
.testimonianls-sec .blockquote-holder q {
font-size: 18px;
font-style: italic;
line-height: 32px;
margin: 0 0 25px;
color: #4f4f4f;
display: block;
}
.testimonianls-sec .blockquote-holder cite {
font-size: 13px;
line-height: 15px;
color: #4f4f4f;
font-weight: 700;
text-transform: uppercase;
font-style: normal;
position: relative;
padding: 0 0 10px;
margin: 0 0 10px;
display: block;
}
.testimonianls-sec .blockquote-holder cite:before {
position: absolute;
content: "";
left: 50%;
bottom: 0;
background: #ddd;
width: 30px;
height: 2px;
transform: translateX(-50%);
}
.testimonianls-sec .blockquote-holder .sub-title {
color: #555;
font-size: 12px;
line-height: 14px;
display: block;
font-weight: 700;
margin: 0 0 15px;
}
.testimonianls-sec .star-rating {
margin: 0 0 20px;
overflow: hidden;
text-align: center;
font-size: 16px;
line-height: 20px;
}
.testimonianls-sec .star-rating li {
display: inline-block;
vertical-align: middle;
margin: 0 5px 0 0;
color: #ddd;
width: auto;
float: none;
}
.testimonianls-sec .star-rating li.active { color: #79125c; }
.testimonianls-sec .slick-dots {
width: 100px;
margin: 0 auto;
padding: 12px 12px 0;
overflow: hidden;
background: #fff;
text-align: center;
border-radius: 3px;
}
.testimonianls-sec .slick-dots li {
display: inline-block;
vertical-align: middle;
margin: 0 0 0 10px;
}
.testimonianls-sec .slick-dots li:first-child { margin: 0; }
.testimonianls-sec .slick-dots li button {
background: none;
border: 2px solid #79125c;
outline: none;
border-radius: 50%;
position: relative;
text-indent: -9999px;
width: 12px;
height: 12px;
padding: 0;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.testimonianls-sec .slick-dots li button:hover { background: #79125c; }
.testimonianls-sec .slick-dots .slick-active button { background: #79125c; }
.footer {
position: relative;
z-index: 1;
padding: 60px 0;
font-size: 14px;
font-family: 'Open Sans', serif;
line-height: 24px;
color: #ddd;
}
.footer:before {
position: absolute;
content: "";
left: -9999px;
right: -9999px;
top: 0;
bottom: 0;
background: #191919;
}
.footer .footer-frame {
padding-bottom: 40px;
border-bottom: 2px dotted #999;
}
.footer h3 {
color: #fff;
font-size: 24px;
line-height: 30px;
padding: 0 0 20px;
margin: 0 0 20px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
position: relative;
}
.footer h3:before {
background-color: #79125c;
bottom: -1px;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 40px;
}
.footer .event-img { overflow: hidden; }
.footer .event-img li {
float: left;
width: 86px;
margin: 5px 2px 2px;
}
.footer .event-img li a {
border: 5px solid #292929;
display: block;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.footer .event-img li a img {
display: block;
width: 100%;
}
.event-img li a:hover { border-color: #79125c; }
.footer .holder p { margin: 0 0 30px; }
.footer .holder .address { overflow: hidden; }
.footer .holder .address li {
display: block;
margin: 0 0 10px;
}
.footer .holder .address li address {
display: inline-block;
vertical-align: middle;
margin: 0;
}
.footer .holder .address li .fa-map-marker, .footer .holder .address li .fa-phone, .footer .holder .address li .fa-envelope {
display: inline-block;
vertical-align: middle;
font-size: 18px;
margin: 0 10px 0 0;
}
.footer .holder .address li a {
color: #ddd;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.footer .holder .address li a:hover {
color: #79125c;
text-decoration: none;
}
.footer .social-network {
font-size: 14px;
line-height: 24px;
color: #ddd;
float: right;
}
.footer .social-network li {
float: left;
margin: 0 10px 0 0;
}
.footer .social-network li a {
font-size: 18px;
line-height: 20px;
color: #999;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.footer .social-network li a:hover {
color: #79125c;
text-decoration: none;
}
.top-scroll {
background-color: #79125c;
color: #fff;
font-size: 20px;
line-height: 22px;
padding: 7px 14px;
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-transition: all .6s ease;
transition: all .6s ease;
}
.top-scroll:before {
position: absolute;
content: "";
bottom: 4px;
left: 4px;
right: 4px;
top: 4px;
border: 1px solid #fff;
}
.top-scroll:hover {
background: #e67e22;
text-decoration: none;
color: #fff;
}
.services-sec { padding: 0px 0 30px;
}
.law-n-heading2 {
font-size: 14px;
line-height: 24px;
color: #555;
font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
margin: 0 0 60px;
}
.law-n-heading2 h1 {
font-size: 42px;
line-height: 50px;
font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
font-weight: 700;
letter-spacing: 2px;
color: #333;
margin: 0 0 20px;
padding: 0 0 20px;
text-transform: uppercase;
position: relative;
}
.law-n-heading2 h1:before {
position: absolute;
content: "";
left: 50%;
bottom: 0;
width: 50px;
height: 2px;
background: #79125c;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.services-sec .service-coll {
font-size: 14px;
line-height: 24px;
color: #555;
padding: 30px 0 0;
font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
float:left;
width:100%;
}
.services-sec .service-coll .icon-2 {
font-size: 40px;
line-height: 50px;
color: #79125c;
margin: 0 0 20px;
display: block;
}
.services-sec .service-coll:hover .icon { color: #fff; }
.services-sec .service-coll:hover .icon:before { background: #79125c; }
.services-sec .service-coll:hover .icon:after {
opacity: 1;
visibility: visible;
width: 90px;
height: 90px;
border-color: #79125c;
top: -15px;
left: -5px;
}
.services-sec .service-coll .icon {
font-size: 40px;
line-height: 50px;
color: #79125c;
margin: 0 auto 40px;
position: relative;
display: block;
width: 80px;
height: 80px;
}
.services-sec .service-coll .icon:before {
position: absolute;
content: "";
left: 0;
top: -10px;
width: 80px;
height: 80px;
background: #f4f4f4;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-radius: 3px;
z-index: -1;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.services-sec .service-coll .icon:after {
position: absolute;
content: "";
left: 0;
top: -15px;
width: 80px;
height: 80px;
opacity: 0;
visibility: hidden;
border: 2px solid #79125c;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-radius: 3px;
z-index: -1;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.services-sec .service-coll .icon .fa-balance-scale { padding: 19px 0 0 3px; }
.services-sec .service-coll h3 {
font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
font-size: 25px;
font-weight: 700;
line-height: 30px;
color: #333;
text-transform: uppercase;
margin: 0 0 21px;
}
.services-sec .service-coll h3 a {
color: #333;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.services-sec .service-coll h3 a:hover {
color: #79125c;
text-decoration: none;
}
.services-sec .service-coll p { margin: 0 0 20px; }
.services-sec .service-coll .service-heading {
position: relative;
padding: 0 0 0 70px;
}
.services-sec .service-coll .service-heading a {
color: #333;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.services-sec .service-coll .service-heading a:hover {
color: #79125c;
text-decoration: none;
}
.services-sec .service-coll .service-heading i.fa {
position: absolute;
left: 0;
top: -22px;
font-size: 50px;
line-height: 60px;
color: #79125c;
}
.services-block .btn-more,
.services-sec .btn-more {
color: #555;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.services-block .btn-more .fa-angle-right,
.services-sec .btn-more .fa-angle-right {
font-size: 13px;
line-height: 15px;
margin: 0 0 0 6px;
}
.services-block .btn-more:hover,
.services-sec .btn-more:hover {
text-decoration: none;
color: #79125c;
}
.services-detail {
position: relative;
padding: 60px 0;
}
.services-detail:after {
content: "";
display: block;
clear: both;
}
.services-detail:before {
position: absolute;
content: "";
left: -9999px;
right: -9999px;
top: 0;
bottom: 0;
background: #f5f5f5;
}
.services-detail .service-icon {
font-size: 40px;
line-height: 50px;
color: #79125c;
float: left;
padding: 15px 0 0;
margin: 0 10px 0 0;
width: 20%;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.services-detail .service-content {
font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
font-size: 14px;
line-height: 24px;
color: #555;
float: left;
width: 77%;
padding: 15px 0 0;
}
.services-detail h4 {
font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
font-size: 24px;
line-height: 30px;
color: #333;
font-weight: 700;
margin: 0 0 5px;
}
.services-detail h4 a {
color: #333;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.services-detail h4 a:hover {
color: #79125c;
text-decoration: none;
}
.services-detail .service-info:hover .service-icon { opacity: 0.6; }
.services-block { padding: 0px 0 60px;
}
.law-n-heading {
font-size: 42px;
line-height: 45px;
color: #333;
font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
font-weight: 600;
margin: 0 0 60px;
padding: 0 0 20px;
position: relative;
}
.law-n-heading:before {
position: absolute;
content: "";
bottom: -1px;
left: 50%;
margin: 0 0 0 -30px;
width: 60px;
border-bottom: 5px dotted #79125c;
}
.law-n-heading.white { color: #fff; }
.services-block .service-holder {
border: 1px solid #eee;
border-radius: 5px;
padding: 0 35px 45px;
margin: 40px 0 30px;
color: #555;
font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
font-size: 14px;
line-height: 24px;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.services-block .service-holder:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
transform: translateY(-15px);
}
.service-holder .service-icon {
width: 72px;
height: 72px;
font-size: 30px;
line-height: 32px;
color: #79125c;
border-radius: 5px;
border: 2px solid #79125c;
background: #f7f7f7;
padding: 18px 0 0 0;
margin: -40px auto 24px;
display: block;
}
.services-block .service-holder h5 {
font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
font-size: 24px;
line-height: 30px;
font-weight: 700;
color: #333;
margin: 0 0 15px;
padding: 0 0 15px;
position: relative;
}
.services-block .service-holder h5 a {
color: #333;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.services-block .service-holder h5 a:hover {
color: #79125c;
text-decoration: none;
}
.services-block .service-holder h5:before {
position: absolute;
content: "";
bottom: 0;
left: 50%;
margin: 0 0 0 -15px;
width: 30px;
border-bottom: 2px dotted #79125c;
}
.banner-block.parallex{
background-size: cover;
background-position: 50% 50%;
background-attachment: fixed;
background-repeat: no-repeat;
}
.banner-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
} #sidebar .widget_law_firm_newsletter .email-form .form-group {
margin: 0;
background: #FFF;
width: 100%;
border-radius: 2px;
}
#sidebar .widget_law_firm_newsletter .email-form .form-group .form-control {
float: left;
width: 100%;
height: 42px;
background: none;
border: 0;
color: #464646;
padding: 10px 20px;
font: 14px/22px "Roboto", "Arial", "Helvetica", sans-serif;
}
#sidebar .widget_law_firm_newsletter .email-form .form-group .btn-default {
background: none;
width: 17px;
height: 24px;
color: #363636;
margin: 9px 0 0;
float: right;
padding: 0;
position: absolute;
right: 53px;
}
.search-field{ border:1px solid #d9d9d9;}
.need-help{ padding:30px 0;}
.search-found-result{ padding:0 0 30px 0;}
.law-info-box {
padding: 15px;
background-clip: padding-box;
box-shadow: 0 1px 1px rgba(0,0,0,.3);
background-color: #79125c;
color: #fff;
font-size: 13px;
opacity:0.8;
}
.infoBox img{ z-index:99;}
.single-socials .footer-socials{
float: left;
padding: 9px;
} .tabed-events .nav-tabs li a{
border-radius: 3px 3px 0 0;
padding: 10px;
font-size: 16px;
}
.tabed-events .nav-tabs > li > a:hover{
border:1px solid transparent;
}
.tabed-events .nav-tabs > li.active > a, 
.tabed-events .nav-tabs > li.active > a:hover, 
.tabed-events .nav-tabs > li.active > a:focus{
border:1px solid transparent;
}
.tabed-events .events-box .img-box{
margin:0 8px 10px 0px;
vertical-align: inherit;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus{
background-color: #79125c !important;
}
.section-element .container {
padding: 15px 0;
}
.duvidas input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
padding: 10px;
margin: 13px;
height: 15px !important;
display: block;
width: 15px !important;
}
.duvidas label, .duvidas span{
margin: 10px 17px 0 0;
color: #959595;
font-size: 15px;
}
.duvidas span{font-weight: bold;}
.send-question{text-align: center;}
.contact-page {
text-align: center;
color: #959595;
}
span.wpcf7-list-item{width: 32%;}
.duvidas p {
margin: 25px 15px;
font-size: 15px;
color: #959595;
font-weight: bold;}
.contact-page h2{color: #959595;}
.contact-page i {
font-size: 25px;
margin: 10px 17px 0 0;
}
.contact-page p {
font-size: 18px;
margin: 15px;
}
.contact-page a {
font-size: 18px;
margin: 15px;
}
section.section-element ul li {
margin: 5px 0;
}
.textwidget.custom-html-widget {
display: inline;
}@media only screen and (min-width:767px) {
.clients-carousel .clients-mask .clients-slide {
width: 173px !important;
}
.post-detail-view-2 .post-blog .blog-slide,
.blog-post.detail .blog-slide {
width: 360px !important;
}
}
@media only screen and (min-width:990px) {
.clients-carousel .clients-mask .clients-slide {
width: 180px !important;
}
}
@media only screen and (min-width:991px) {
.post-detail-view-2 .post-blog .blog-slide,
.blog-post.detail .blog-slide {
width: 470px !important;
}
}
@media only screen and (min-width:1208px) {
.clients-carousel .clients-mask .clients-slide {
width: 194px !important;
}
}
@media only screen and (min-width:1209px) {
.post-detail-view-2 .post-blog .blog-slide,
.blog-post.detail .blog-slide {
width: 410px !important;
}
}
@media only screen and (max-width:1209px) {
.pager-prev,
.pager-next {
left: 0;
}
.pager-next {
left: auto;
right: 0;
}
.logo {
margin: 0;
width: 175px;
}
.nav-holder {
max-width: 750px;
padding: 24px 0 0 0;
}
.search-active .header-searchform {
top: 87px;
}
#nav {
max-width: 700px;
padding: 2px 25px 0 0;
}
#nav ul li {
margin: 0 0 0 18px;
}
#nav ul li .small-drop {
padding: 39px 0 0;
}
#nav ul li .mega-drop {
padding: 39px 0 0;
}
#nav2 > ul > li {
margin: 0 0 0 28px;
}
#nav2 .small-drop {
padding: 40px 0 0;
}
#nav2 .mega-drop {
padding: 40px 0 0;
}
#header3 .top-nav {
width: 250px;
}
#nav3 .mega-drop {
padding: 40px 0 0;
}
#nav3 .small-drop {
padding: 40px 0 0;
}
.beans-gallery .beans-slide {
min-height: 760px;
}
.main-heading.news h2 {
font-size: 24px;
}
.main-heading.benifits h2 {
font-size: 24px;
}
.main-heading.consult h2 {
font-size: 24px;
}
.news-post .txt-box {
line-height: 20px;
padding: 12px 0 4px;
}
.news-post .date-box {
animation-duration: .6s;
-webkit-animation-duration: .6s;
}
.news-post:hover .date-box {
animation-name: slide-down2;
-webkit-animation-name: slide-down2;
}
.success-col {
margin: 0 -15px;
letter-spacing: 2px;
}
.success-col h3 {
padding: 11px 0;
margin: 0 0 13px;
}
.success-col p {
display: none;
}
.events-info .events-txt {
overflow: visible;
}
.related-events .events-box .img-box {
margin: 0 0 0 9px;
}
.ui-datepicker-calendar {
line-height: 41px;
}
.calender-nav {
font-size: 11px;
}
.news-articles.twitter .news-column {
padding: 17px 0 16px 36px;
}
.news-articles.address .news-column {
font-size: 12px;
padding: 15px 0 27px;
}
.news-articles.address .news-column .txt {
width: 64px;
}
.news-column {
padding: 15px 0 17px;
}
.news-column .address-box .tel {
pointer-events: auto;
}
.news-column .txt-box {
font-size: 12px;
line-height: 18px;
}
.news-column .txt-box time {
font-size: 10px;
line-height: 15px;
}
.post-blog:hover .date-box {
animation-name: slide-down2;
-webkit-animation-name: slide-down2;
animation-duration: .6s;
-webkit-animation-duration: .6s;
}
.widget {
padding: 0 17px 19px;
}
.author-box .alignleft {
width: 30%;
margin: 0 20px 0 0;
}
.event-post .events-frame .event-box {
font-size: 13px;
}
.event-post .post-nav li {
margin: 0 5px 0 0;
}
.event-plans .approx-time .time {
margin: 0 0 0 5px;
}
.team-details {
line-height: 20px;
}
.team-details .alignleft {
width: 45%;
margin: 0 20px 0 0;
}
.team-details .team-txt {
padding: 25px 0 10px;
}
.team-nav li {
min-width: 230px;
padding: 0 10px 0 25px;
}
.team-info-cols h2 {
font-size: 20px;
line-height: 24px;
}
.team-info-nav {
font-size: 11px;
line-height: 14px;
}
.team-info-nav li a .fa {
font-size: 14px;
}
.team-contact-block .comments-form .form-row .form-group {
margin: 0 0 0 12px;
}
.trust-col .gallery-quotes {
line-height: 25px;
}
.consult-form .form-group {
margin: 0 0 0 22px;
}
.video-lightbox {
width: 800px;
}
}
@media only screen and (max-width:1170px) {
.event-post .events-frame .btn-default {
padding: 10px 14px;
}
.event-post .post-nav {
margin: 8px 0 0;
}
.event-plans .events-nav {
margin: 0 3% 0 0;
}
.organizers {
width: 43.6%;
}
.organizers .text {
font-size: 14px;
line-height: 18px;
margin: 10px 0 0;
}
.event-planers {
margin: 0 0 0 10px;
}
}
@media only screen and (max-width:991px) {
.banner-block.parallex {
background-attachment: scroll;
}
#header3 .container{ position: relative; }
#nav3 .nav-list {
display: block;
margin: 0;
}
#nav3.primary-navigation .mega-menu,
#nav2.primary-navigation .mega-menu{padding: 10px 0 0;}
#nav3 .nav-list > li {
display: block;
}
#nav3 .mega-drop {
opacity: 1;
padding: 0;
width: 100%;
display: none;
position: static;
visibility: visible;
}
#nav3 .mega-drop .drop-holder {
border: 0;
padding: 0;
}
#nav3 .mega-drop .box {
float: none;
width: 100%;
}
#nav3 .mega-drop .alignright {
float: none;
width: 100%;
}
#nav3 .mega-drop ul {
float: none;
width: 100%;
margin: 0 0 5px;
}
#nav3 .mega-drop ul li {
margin: 0;
padding: 0;
}
#nav3 .mega-drop ul li a {
padding: 12px 8px;
display: block;
}
#nav3 .drop-holder {
border: 0;
padding: 0;
text-align: center;
}
#nav3 .small-drop {
opacity: 1;
padding: 0;
width: 100%;
display: none;
position: static;
visibility: visible;
}
#nav3 .small-drop.add {
width: 100%;
}
#nav3 .small-drop ul li {
margin: 0;
padding: 0;
}
#nav3 .small-drop ul li a {
padding: 12px 8px;
display: block;
}
#nav3 .nav-list > li > a{ text-align: left; }
.primary-navigation .fa:before {
display: none !important;
}
#nav2 > ul > li {
height: auto;
}
.home #nav2 > ul > li > a {
color: #38393a;
}
#nav2 .law-menu li .mega-menu,
#nav2 .law-menu li .sub-menu {
max-width: 99%;
}
.search-form3 {
display: none;
}
.logo {
float: none;
display: block;
}
.nav-holder {
float: none;
max-width: 100%;
padding: 10px 0 0 0;
}
.btn-search {
top: -46px;
right: 30px;
position: absolute;
}
.header-searchform {
top: 152px;
}
.search-active .header-searchform {
top: 59px;
}
#nav {
border: 0;
float: none;
max-width: 100%;
text-align: center;
}
#nav ul li {
text-align: left;
}
#nav ul li .small-drop {
padding: 26px 0 0;
}
#nav ul li .mega-drop {
padding: 26px 0 0;
}
.header-content {
padding: 0 0 0 170px;
}
#nav2 > ul > li {
margin: 0 0 0 14px;
}
#nav2 .small-drop {
padding: 26px 0 0;
}
#nav2 .mega-drop {
padding: 26px 0 0;
}
#nav3 .mega-drop {
padding: 26px 0 0;
}
#nav3 .small-drop {
padding: 26px 0 0;
}
.slide-content .alignleft {
left: 20px;
}
.slide-heading {
padding: 0;
max-width: 400px;
}
.main-heading.news {
margin: 0 -10px 40px;
}
.main-heading.news h2 {
font-size: 18px;
}
.main-heading.benifits h2 {
font-size: 18px;
}
.main-heading.consult h2 {
font-size: 18px;
}
.services-col h2 {
font-size: 22px;
}
.news-post {
padding: 0 5px 0 0;
}
.news-post .txt-box {
font-size: 12px;
line-height: 17px;
padding: 6px 0 4px 10px;
}
.gallery-quotes {
font-size: 20px;
line-height: 25px;
}
.team-col {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
.team-info {
font-size: 12px;
line-height: 18px;
}
.team-info .team-title h2 {
font-size: 16px;
line-height: 20px;
}
.post-socials {
margin: 0 -10px 10px;
}
.post-socials li {
margin: 0 3px;
}
.upcomming-events {
padding: 19px 10px 24px;
}
.related-events .events-box .img-box {
margin: 0 0 0 6px;
}
.calender-holder {
padding: 0 10px 18px;
}
.ui-datepicker-header {
margin: 0 -10px 31px;
}
.ui-datepicker-calendar {
line-height: 24px;
}
.aside-block {
padding-bottom: 0;
}
.aside-block .column {
margin-bottom: 20px;
}
.contact-info {
width: 49%;
}
.author-box {
font-size: 12px;
line-height: 18px;
}
.author-box .text-box {
padding: 15px 0 8px;
}
.commment-box {
font-size: 12px;
line-height: 18px;
}
.commment-box .alignleft {
margin: 3px 15px 0 0;
}
.commment-box .text-box time {
font-size: 10px;
}
.comments-form label {
margin: 10px 9px 0 0;
}
.event-post h2 {
margin: 0 0 15px;
font-size: 20px;
}
.event-post .events-frame .btn-default {
float: none;
margin: 0 0 5px;
}
.event-post .post-nav {
float: none;
overflow: hidden;
margin: 0 0 10px;
text-align: center;
font-size: 12px;
}
.event-plans .events-nav {
font-size: 11px;
line-height: 13px;
width: 100%;
margin: 0;
float: none;
height: 55px;
}
.event-plans .events-nav .countdown-section {
padding: 8px 5px;
}
.event-plans .events-nav .countdown-section .countdown-amount {
font-size: 15px;
line-height: 20px;
}
.team-details {
font-size: 12px;
line-height: 14px;
padding: 0 16px 0 0;
}
.team-details .team-txt {
padding: 10px 0 5px;
}
.team-details .btn-default {
font-size: 14px;
line-height: 18px;
padding: 5px 10px;
}
.team-heading {
margin: 0 0 15px;
}
.team-nav {
font-size: 14px;
line-height: 16px;
}
.team-nav li {
min-width: 177px;
padding: 0 5px 0 25px;
}
.team-nav li a .fa {
left: -23px;
font-size: 16px;
}
.team-info-cols h2 {
font-size: 15px;
line-height: 20px;
padding: 0 0 12px;
}
.team-frame {
padding: 20px 8px 6px 23px;
}
.team-info-nav {
font-size: 10px;
}
.team-info-nav li a .fa {
left: -20px;
}
.team-contact-block .comments-form .form-row .form-group {
width: 100%;
margin: 0 0 10px;
}
.team-contact-block .comments-form .form-row .form-group:first-child {
margin: 0 0 10px;
}
.trust-col {
min-height: 400px;
padding: 0 9px 7px;
}
.trust-col h2 {
font-size: 20px;
line-height: 24px;
}
.trust-col .gallery-quotes {
margin: 0 0 8px;
line-height: 20px;
}
.consult-form .form-group {
margin: 0 0 0 17px;
}
.shortcode-btn {
margin-bottom: 20px;
}
.shortcode-btn2 {
margin-bottom: 80px;
}
.main-banner .slide-heading {
width: 100%;
margin: 70px 0 0;
}
.slide-heading2 {
max-height: 360px;
}
.clearfix-sm {
clear: left;
}
.video-lightbox {
width: 600px;
}
.home.blog .law-home-page {
padding: 80px 0 80px;
}
.nav-holder {
left: 0;
right: 0;
padding: 0;
top: 108px;
max-height: 0;
overflow: hidden;
background: white;
position: absolute;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.btn-search {
top: 15px;
z-index: 999;
}
.header-searchform {
left: 0;
width: auto;
z-index: 9999;
}
.search-active .header-searchform {
top: 40px;
}
#nav {
padding: 0;
border-bottom: 5px solid #450634;
}
#nav ul {
padding: 5px 0 0;
}
#nav ul li {
display: block;
margin: 0 0 15px 30px;
}
#nav ul li a {
display: block;
}
#nav ul li a:after {
left: -19px;
}
#nav ul li .small-drop {
opacity: 1;
padding: 0;
width: 100%;
display: none;
position: static;
visibility: visible;
}
#nav ul li .small-drop.add {
width: 100%;
}
#nav ul li .drop-holder {
border: 0;
padding: 0;
}
#nav ul li .mega-drop {
opacity: 1;
padding: 0;
width: 100%;
display: none;
position: static;
visibility: visible;
}
#nav ul li .mega-drop .drop-holder {
border: 0;
padding: 0;
}
#nav ul li .mega-drop .box {
float: none;
width: 100%;
}
#nav ul li .mega-drop .alignright {
float: none;
width: 100%;
}
#nav ul li .mega-drop ul {
float: none;
width: 100%;
margin: 0 0 5px;
}
#header .nav-opener {
display: block !important;
}
#header-v2 .logo {
width: 130px;
}
#nav2 .small-drop {
opacity: 1;
padding: 0;
width: 100%;
display: none;
position: static;
visibility: visible;
}
#nav2 .small-drop.add {
width: 100%;
}
#nav2 .drop-holder {
border: 0;
padding: 0;
}
#nav2 .mega-drop {
opacity: 1;
padding: 0;
width: 100%;
display: none;
position: static;
visibility: visible;
}
#nav2 .mega-drop .drop-holder {
border: 0;
padding: 0;
}
#nav2 .mega-drop .box {
float: none;
width: 100%;
}
#nav2 .mega-drop .alignright {
float: none;
width: 100%;
}
#nav2 .mega-drop ul {
float: none;
width: 100%;
margin: 0 0 5px;
}
#nav .law-menu li .mega-menu,
#nav .law-menu li .sub-menu,
#nav2 .law-menu li .mega-menu,
#nav2 .law-menu li .sub-menu,
#nav3 .law-menu li .mega-menu,
#nav3 .law-menu li .sub-menu {
display: none;
}
#nav .law-menu li.hover .mega-menu,
#nav .law-menu li.hover .sub-menu,
#nav2 .law-menu li.hover .mega-menu,
#nav2 .law-menu li.hover .sub-menu,
#nav3 .law-menu li.hover .mega-menu,
#nav3 .law-menu li.hover .sub-menu {
display: block;
}
#nav2 .law-menu li .mega-menu .sub-menu,
#nav2 .law-menu li .sub-menu {
list-style: none;
padding: 5px 0 0 10px;
}
#nav3 .law-menu li .mega-menu .sub-menu,
#nav3 .law-menu li .sub-menu {
list-style: none;
}
#nav3 > .law-menu > li > .mega-menu {
padding: 0;
}
#nav2 .law-menu li .mega-menu .sub-menu li,
#nav2 .law-menu li .sub-menu li {
margin: 0 0 15px;
display: block;
padding: 0;
}
.header-content {
position: fixed;
width: 420px;
top: 0;
padding: 0;
left: -100%;
z-index: 9999;
padding: 0 86px 0 0;
-webkit-transition: all .25s linear;
transition: all .25s linear;
}
.header-content .opener {
display: block;
width: 66px;
position: absolute;
right: 20px;
top: 0;
background: whitesmoke;
z-index: 99;
font-size: 11px;
line-height: 11px;
text-align: center;
text-transform: uppercase;
padding: 13px 5px 9px;
}
.header-content .opener span {
display: block;
font-size: 21px;
line-height: 21px;
margin: 0 0 3px;
}
.header-content .opener:hover {
text-decoration: none;
}
.content-outer {
background: whitesmoke;
position: relative;
z-index: 99;
}
.content-outer:after {
top: 100%;
left: 0;
width: 100%;
content: "";
height: 400px;
position: absolute;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -webkit-linear-gradient(top, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
background: linear-gradient(to bottom, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
}
.content-outer .holder {
display: table;
table-layout: fixed;
width: 100%;
padding: 0 26px 0 23px;
text-align: left;
}
#nav2 {
overflow: hidden;
padding: 22px 0 5px;
position: relative;
margin: 0 0 25px;
}
#nav2:before {
left: 0;
bottom: 0;
right: 35px;
height: 1px;
content: "";
position: absolute;
background: #c3c3c3;
z-index: 5;
}
#nav2 > ul > li {
display: block;
margin: 0 0 21px;
}
#nav2 > ul > li > a {
display: inline-block;
position: relative;
}
#nav2 > ul{
max-height: 100vh;
overflow-y: auto;
}
#nav2 > ul > li > a:before {
display: none;
}
#nav2 > ul > li.search {
display: none;
}
#nav2 > ul > li.hover {
margin: 0 0 21px;
}
#nav2 > ul > li.has-drop-down > a:after {
position: absolute;
right: 0;
top: 6px;
content: "\e831";
font: 9px/9px "fontello";
}
#nav2 > ul > li.has-drop-down.hover > a:before {
display: none;
}
#nav2 > ul > li.has-drop-down.hover > a:after {
content: "\e830";
top: 4px;
font-size: 10px;
line-height: 10px;
}
#nav2 .drop-holder,
#nav2 .mega-drop .drop-holder {
padding: 20px 0 0;
background: transparent;
}
.nav-active2 .header-content {
left: 0;
-webkit-transition: all .25s linear;
transition: all .25s linear;
}
.nav-active2 .header-content:before {
visibility: visible;
opacity: 1;
-webkit-transition: all .25s linear;
transition: all .25s linear;
}
.header-block {
position: relative;
width: 100%;
left: 0;
right: 0;
top: 0;
text-align: center;
padding: 15px 0 13px;
}
.header-block .logo {
margin: 0 auto;
}
.header-block .nav-opener2 {
display: block !important;
position: absolute;
left: 4px;
top: 22px;
font-size: 11px;
line-height: 11px;
text-transform: uppercase;
}
.header-block .nav-opener2 span {
display: block;
font-size: 20px;
line-height: 20px;
margin: 0 0 4px;
}
.header-block .nav-opener2:hover {
color: #171717;
text-decoration: none;
}
.header-block .icon-phone2 {
display: block !important;
position: absolute;
right: 6px;
top: 23px;
font-size: 33px;
line-height: 33px;
}
.header-block .icon-phone2:hover {
color: #171717;
text-decoration: none;
}
#header-v2 .top-nav {
display: none;
}
#nav3.primary-navigation ul ul a {
padding: 0 10px 0 17px;
color: #666;
}
#nav3.primary-navigation ul ul a:hover{
text-decoration: none;
}
.primary-navigation .mega-menu-col {
border-left: none;
margin-left: 0;
}
}
@media only screen and (max-width:980px) {
.tel {
pointer-events: auto;
}
.tel:hover {
text-decoration: underline;
}
.event-post .events-frame .event-box {
padding: 10px 0;
}
.event-plans .approx-time {
font-size: 12px;
line-height: 22px;
margin: 16px 0 0;
}
.event-plans .approx-time strong {
font-size: 16px;
line-height: 20px;
}
.organizers {
float: none;
overflow: hidden;
width: 100%;
text-align: center;
}
.organizers .text {
float: none;
display: inline-block;
vertical-align: middle;
margin: 0;
}
.event-planers {
width: auto;
float: none;
display: inline-block;
vertical-align: middle;
}
.event-planers li {
width: auto;
}
.primary-navigation .mega-menu-row .fa {
font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
}
.primary-navigation .mega-menu-row .fa:before {
font-family: FontAwesome;
}
}
@media only screen and (max-width:767px) {
#nav .law-menu li .mega-menu,
#nav .law-menu li .sub-menu,
#nav2 .law-menu li .mega-menu,
#nav2 .law-menu li .sub-menu,
#nav3 .law-menu li .mega-menu,
#nav3 .law-menu li .sub-menu {
max-width: 99%;
}
.header-content {
max-width: 320px;
}
.content-outer .holder {
padding: 0 5px;
}
#nav2 .law-menu li .mega-menu .sub-menu,
#nav2 .law-menu li .sub-menu {
padding: 1px 0 0 10px;
}
.slider-home h1 {
font-size: 40px;
}
.slider-home h2 {
font-size: 20px;
}
.slider-home .slide-inner {
padding: 100px 0;
}
.slider-home .slick-arrow {
margin: 0;
top: 20px;
}
.fadeslider-home h1 {
font-size: 40px;
}
.fadeslider-home h2 {
font-size: 20px;
}
.fadeslider-home .slide-inner {
padding: 100px 0;
}
.fadeslider-home .slick-arrow {
margin: 0;
top: 20px;
}
.widget_text img,
.logo img,
#nav ul li .mega-drop .alignright img,
#nav2 .mega-drop .alignright img,
#nav3 .mega-drop .alignright img,
.practice-col a img,
.news-post .alignleft img,
.success-col .video-block img,
.quotes-pagination li img,
.team-col .img-box img,
.story-post .stroy-box .alignleft img,
.events-info .alignleft img,
.related-events .events-box .img-box img,
.clients-carousel .clients-mask .clients-slide .img-holder img,
.news-column .alignleft img,
.post-blog .post-img img,
.events-post .img-holder img,
.author-box .alignleft img,
.commment-box .alignleft img,
.blog-post .blog-img img,
.blog-slide img,
.about-block .alignleft img,
.event-post .event-img img,
.event-planers li a img,
.map-holder img,
.team-details .alignleft img,
.video-block2 img,
.testimonial-post cite .alignleft img {
width: 100%;
}
.th-margin-none .practice-area #content.new-posts-wraper.row .practice-block .practice-col {
margin-bottom: 30px;
}
.th-margin-none .team-col {
margin-bottom: 30px;
}
.th-margin-none .practice-col {
margin-bottom: 0;
}
.header-top .tell-holder {
text-align: center;
margin-bottom: 8px;
}
.header-top .login {
display: none;
}
.social-networks {
float: none;
margin: 0 0 10px;
text-align: center;
}
.social-networks li {
border: 0;
}
.beans-gallery .beans-slide {
min-height: 0;
}
.slide-content {
min-height: 600px;
}
.lost-block {
padding: 100px 15px;
}
.lost-block h1 {
font-size: 40px;
line-height: 46px;
}
.error-section {
min-height: 700px;
}
.error-section .error-form {
width: 280px;
}
.error-section .error-form .form-control {
width: 66.5%;
}
.search-section .button {
min-width: 70px;
padding: 25px 5px 29px;
}
.search-section .input-holder {
padding: 0 0 0 30px;
}
.search-section .input-holder label {
left: 15px;
}
.info-list {
top: 0;
left: 0;
right: 0;
z-index: 9;
width: 100%;
margin: 0px 0 0;
table-layout: fixed;
position: absolute;
letter-spacing: -4px;
border-bottom: 1px solid #e9e9e9;
}
.info-list li {
letter-spacing: 0;
vertical-align: middle;
width: 33.33%;
border-top: 0;
border-left: 1px solid #e9e9e9;
display: inline-block;
vertical-align: middle;
}
.info-list li a {
padding: 8px 3px;
}
.info-list li a em {
width: 70%;
text-align: left;
display: inline-block;
vertical-align: middle;
}
.info-list li a span {
font-size: 14px;
line-height: 14px;
margin: 0 7px 0 2px;
display: inline-block;
vertical-align: middle;
}
.container-block {
padding-bottom: 20px;
}
.container-block.practice {
padding-bottom: 60px;
}
.container-block.news-block {
padding-top: 80px;
padding-bottom: 60px;
}
.container-block.clients2 {
padding-top: 80px;
padding-bottom: 60px;
}
.container-block.about {
padding-top: 80px;
}
.container-block.services {
padding-top: 80px;
}
.container-block.benifits {
padding-bottom: 30px;
}
.container-block.consult {
padding-bottom: 60px;
}
.main-heading h2 {
font-size: 25px;
line-height: 35px;
}
.main-heading.news {
margin: 0 0 40px;
}
.main-heading.news h2 {
font-size: 30px;
line-height: 35px;
}
.main-heading.benifits h2 {
font-size: 30px;
line-height: 35px;
}
.main-heading.consult h2 {
font-size: 30px;
line-height: 35px;
}
.services-holder.services {
margin-bottom: 0;
}
.services-col {
margin-bottom: 50px;
}
.practice-col {
margin-bottom: 30px;
}
.news-post {
padding: 0 0 10px;
}
.news-post .alignleft {
width: 100%;
float: none;
margin: 0 0 10px;
}
.news-post .txt-box {
padding: 10px;
}
.post-nav li {
margin: 0 6px 0 0;
}
.success-col {
margin: 0;
}
.quotes-gallery {
padding: 0 20px;
}
.gallery-quotes {
font-size: 17px;
line-height: 20px;
}
.team-col {
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;
}
.upcomming-events {
margin: 0 0 40px;
padding: 19px 10px 0;
}
.events-info .alignleft {
float: none;
width: 100%;
margin: 0 0 20px;
}
.comming-timer {
min-width: 300px;
}
.comming-timer .countdown-section {
width: 48%;
margin: 0 1% 10px;
}
.related-events .events-box {
padding: 0;
}
.related-events .events-box .img-box {
width: 100%;
display: block;
margin: 0 0 20px;
}
.calender-holder {
min-height: 0;
}
.clients-carousel {
text-align: center;
padding: 34px 70px 27px;
}
.clients-carousel .clients-mask .clients-slide .img-holder:last-child {
margin: 0 auto 20px;
}
.contact-info {
width: 100%;
}
.socialnetworks2 li a {
font-size: 20px;
line-height: 30px;
}
.socialnetworks2 li {
margin: 0 23px 10px 0;
}
.banner-box {
padding-top: 40px;
}
.news-posts {
padding-top: 40px;
padding-bottom: 20px;
}
.post-blog {
font-size: 12px;
line-height: 18px;
}
.post-blog h2 {
font-size: 20px;
line-height: 24px;
}
.post-blog .post-nav {
font-size: 10px;
line-height: 14px;
}
.post-blog .date-box {
left: 15px;
top: 15px;
font-size: 20px;
line-height: 30px;
width: 60px;
height: 60px;
}
.post-blog .date-box .month {
margin: 0;
font-size: 14px;
line-height: 16px;
}
.post-blog:hover .date-box {
animation-name: slide-down322;
-webkit-animation-name: slide-down322;
animation-duration: .6s;
-webkit-animation-duration: .6s;
}
.post-pagination {
margin: 0 -10px 20px 0;
}
.post-pagination ul li {
margin: 0 1px 0 0;
}
.post-pagination ul li.next:hover .txt,
.post-pagination ul li.prev:hover .txt {
width: 0;
height: 0;
}
.top-nav {
display: table-footer-group;
height: 1%;
width: 100%;
}
.top-nav li {
float: left;
margin: 0 0 22px !important;
width: 100%;
}
.top-nav li a {
color: #38393a;
padding: 0 0 0 32px !important;
font-size: 13px;
display: inline-block;
vertical-align: top;
}
.top-nav li a span {
font-size: 19px;
left: 3px;
}
.top-nav li.tel a {
font-size: 13px;
padding: 0 0 0 32px;
}
.info-list {
letter-spacing: -4px;
position: relative;
left: 0;
right: 0;
top: 0;
display: table;
table-layout: fixed;
z-index: 9;
width: 100%;
border-bottom: 1px solid #e9e9e9;
}
.info-list li {
letter-spacing: 0;
display: table-cell;
vertical-align: middle;
width: 33.33%;
border-top: 0;
border-left: 1px solid #e9e9e9;
}
.info-list li a {
padding: 8px 3px;
}
.info-list li a span {
display: inline-block;
vertical-align: middle;
font-size: 14px;
line-height: 14px;
margin: 0 7px 0 2px;
}
.info-list li a em {
display: inline-block;
vertical-align: middle;
text-align: left;
width: 70%;
}
.home #header-v2 {
background: white;
}
.home #header-v2 .logo .logo-home {
display: none;
}
.home #header-v2 .logo .logo-img {
display: block;
}
.home #nav2 > ul > li > a {
color: #222;
}
.author-box .text-box {
overflow: visible;
}
.multilevel-comments {
padding: 26px 10px 22px;
}
.commment-box {
padding: 26px 10px 22px;
}
.commment-box .alignleft {
margin: 0 10px 0 0;
}
.commment-box .text-box {
overflow: visible;
}
.comments-form {
margin: 0 0 15px;
}
.comments-form .form-group {
margin-bottom: 10px;
overflow: hidden;
}
.blog-post.qoutes .gallery-quotes {
padding: 60px 0 40px;
font-size: 14px;
line-height: 16px;
}
.about-block .alignleft {
margin: 0 0 20px;
}
.about-info {
margin: 0 0 20px;
}
.event-plans .approx-time {
display: none;
}
.team-details {
padding: 0;
}
.team-details .alignleft {
width: 100%;
float: none;
margin: 0 0 20px;
border-right: 0;
border-bottom: 1px solid #cecece;
}
.team-details .team-txt {
padding: 10px 20px;
}
.team-heading h2 {
float: none;
max-width: 100%;
margin: 0 0 5px;
}
.team-socials {
margin: 0;
float: none;
}
.team-nav {
margin: 0;
}
.team-nav + .team-nav {
margin: 0 0 23px;
}
.team-nav li {
display: block;
max-width: 100%;
margin: 0 0 10px;
}
.team-info-cols {
margin-bottom: 20px;
}
.team-info-cols h2 {
font-size: 20px;
line-height: 24px;
margin: 0 0 20px;
}
.team-contact {
margin-bottom: 40px;
}
.trust-col {
margin: 0 0 20px;
}
.benifits-col {
display: block;
width: 100%;
margin: 0 0 38px;
}
.consult-form .form-group {
width: 100%;
margin: 0;
}
.consult-form .form-group:first-child {
margin: 0 0 20px;
}
.nav-tabs li {
float: none !important;
display: block;
margin: 0 0 5px;
}
.slide-heading2 {
margin: 0;
}
.slide-heading2 h1 {
font-size: 20px;
line-height: 40px;
}
.video-lightbox {
width: 300px;
}
.icons-container h2 {
font-size: 25px;
line-height: 35px;
}
#menu-all-pages {
margin: 0 !important;
background: transparent;
}
}
@keyframes stretch-open {
0% {
-webkit-transform: rotate(2deg);
transform: rotate(2deg);
}
20%,
50% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
50%,
80% {
-webkit-transform: rotate(1deg);
transform: rotate(1deg);
}
100%,
90% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@-webkit-keyframes stretch-open {
0% {
-webkit-transform: rotate(2deg);
transform: rotate(2deg);
}
20%,
50% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
50%,
80% {
-webkit-transform: rotate(1deg);
transform: rotate(1deg);
}
100%,
90% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes expand-up {
0% {
-webkit-transform: translateY(100%) scale(.6) scaleY(.5);
transform: translateY(100%) scale(.6) scaleY(.5);
}
60% {
-webkit-transform: translateY(-7%) scaleY(1.12);
transform: translateY(-7%) scaleY(1.12);
}
75% {
-webkit-transform: translateY(3%);
transform: translateY(3%);
}
100% {
-webkit-transform: translateY(0%) scale(1) scaleY(1);
transform: translateY(0%) scale(1) scaleY(1);
}
}
@-webkit-keyframes expand-up {
0% {
-webkit-transform: translateY(100%) scale(.6) scaleY(.5);
}
60% {
-webkit-transform: translateY(-7%) scaleY(1.12);
}
75% {
-webkit-transform: translateY(3%);
}
100% {
-webkit-transform: translateY(0%) scale(1) scaleY(1);
}
}
@keyframes slide-down2 {
0% {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
50% {
-webkit-transform: translateY(88%);
transform: translateY(88%);
}
65% {
-webkit-transform: translateY(72%);
transform: translateY(72%);
}
80% {
-webkit-transform: translateY(80%);
transform: translateY(80%);
}
95% {
-webkit-transform: translateY(85%);
transform: translateY(85%);
}
100% {
-webkit-transform: translateY(89%);
transform: translateY(89%);
}
}
@-webkit-keyframes slide-down2 {
0% {
-webkit-transform: translateY(0%);
}
50% {
-webkit-transform: translateY(88%);
}
65% {
-webkit-transform: translateY(72%);
}
80% {
-webkit-transform: translateY(80%);
}
95% {
-webkit-transform: translateY(85%);
}
100% {
-webkit-transform: translateY(89%);
}
}
@keyframes slide-down {
0% {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
50% {
-webkit-transform: translateY(138%);
transform: translateY(138%);
}
65% {
-webkit-transform: translateY(120%);
transform: translateY(120%);
}
80% {
-webkit-transform: translateY(122%);
transform: translateY(122%);
}
95% {
-webkit-transform: translateY(135%);
transform: translateY(135%);
}
100% {
-webkit-transform: translateY(140%);
transform: translateY(140%);
}
}
@-webkit-keyframes slide-down {
0% {
-webkit-transform: translateY(0%);
}
50% {
-webkit-transform: translateY(138%);
}
65% {
-webkit-transform: translateY(120%);
}
80% {
-webkit-transform: translateY(122%);
}
95% {
-webkit-transform: translateY(135%);
}
100% {
-webkit-transform: translateY(140%);
}
}
@-webkit-keyframes hvr-ripple-out {
100% {
top: -20px;
right: -20px;
bottom: -20px;
left: -20px;
opacity: 0;
}
}
@keyframes hvr-ripple-out {
100% {
top: -20px;
right: -20px;
bottom: -20px;
left: -20px;
opacity: 0;
}
}
@media (max-width:1199px) {
.contact-detail .icon {
width: 83px;
}
}
@media (max-width:1023px) {
.post-sec h4 {
font-size: 22px;
line-height: 24px;
}
.contact-detail .contact-dscrp a {
font-size: 12px;
}
.contact-detail .icon {
width: 40px;
height: 106px;
padding: 33px 10px;
font-size: 22px;
line-height: 30px;
}
.news-detail .text-wrap {
font-size: 16px;
margin: 0 20px 15px -4px;
padding: 10px 0 0;
}
.testimonianls-slider {
width: 680px;
}
.recipe-sec .coll {
width: 50%;
}
.story-sec .txt-holder {
padding: 30px;
}
.contact-detail .contact-dscrp address {
font-size: 13px;
}
.services-detail .service-icon {
width: 24%;
}
.services-detail .service-content {
width: 71%;
}
}
@media (max-width:767px) {
.story-sec .txt-holder .title,
.about-sec .txt-holder .title,
.recipe-sec .txt-holder .title {
font-size: 60px;
}
.recipe-sec .coll {
float: none;
width: 100%;
padding: 0;
}
.post-sec .txt-wrap {
margin: 0 0 30px;
}
.instagram-sec ul li {
width: 33.3%;
}
.contact-detail .contact-dscrp {
margin: 0 0 30px;
}
.contact-detail .icon {
width: 100px;
font-size: 30px;
line-height: 35px;
}
.testimonianls-sec .testimonianls-slider {
width: 100%;
}
.footer .holder {
margin: 0 0 30px;
}
.story-sec .txt-holder h1,
.about-sec .txt-holder h1,
.story-sec .txt-holder h2,
.about-sec .txt-holder h2,
.recipe-sec h2 {
font-size: 30px;
line-height: 40px;
}
.about-sec {
min-height: 377px;
}
.story-sec {
padding: 30px 0 60px;
}
.post-sec .title {
font-size: 60px;
}
.news-detail .text-wrap {
display: block;
}
.post-sec .post-blog {
margin: 0 0 30px;
}
.top-scroll {
margin: 0 0 20px;
}
.footer .social-network {
float: none;
overflow: hidden;
margin: 0;
}
.footer .footer-frame {
padding-bottom: 0;
}
.post-sec {
padding: 40px 0;
}
.story-sec {
padding: 0 0 30px;
}
.services-sec {
padding: 40px 0;
}
.services-sec .service-coll {
margin: 0 0 60px;
}
.sc-blog-grid-2 .img-holder a img,
.sc-blog-grid-2 .img-holder a img {
width: 100% !important;
}
} @media screen and (max-width: 400px) {
.primary-navigation .mega-nav {
display: none;
}
}
@media screen and (min-width: 401px) {
.primary-navigation .mega-nav {
display: none;
}
}
@media screen and (min-width: 673px) {
.primary-navigation .mega-nav li {
border-top: none;
border-bottom: none;
}
.primary-navigation .mega-nav {
padding: 10px;
}
.primary-navigation .mega-nav > li {
padding: 8px 21px;
}
.primary-navigation .mega-nav {
display: block;
}
}
@media screen and (max-width: 782px) {
.primary-navigation p {
color: #fff;
margin: 7px 0;
}
.primary-navigation a {
padding: 0;
margin: 7px 0;
color: #353535;
display: block;
}
.primary-navigation a:hover{
color: #d95b43;
text-decoration: none;
}
.primary-navigation a:before {
display: inline-block;
width: 1em;
text-align: center;
}
}
@media screen and (min-width: 992px) {
.primary-navigation {
float: right;
font-size: 11px;
margin: 0 1px 0 -12px;
padding: 0;
text-transform: uppercase;
}
.primary-navigation.toggled-on {
border-bottom: 0;
margin: 0;
padding: 0;
}
.primary-navigation .menu-toggle {
display: none;
padding: 0;
}
.primary-navigation .nav-menu {
border-bottom: 0;
display: block;
}
.primary-navigation a {
color: #353535;
padding: 0 0 0 12px;
white-space: nowrap;
transition: all .4s ease;
-webkit-transition: all .4s ease;
}
#nav2.primary-navigation a {
padding:0;
}
.primary-navigation a {
color: #db5940;
text-decoration: none;
}
#nav3.primary-navigation{
float:none !important;
margin:0 !important;
}
.primary-navigation a:before {
position: relative;
font-size: 16px;
line-height: 0;
margin-right: 9px;
top: 2px;
font-weight: 100;
}
.primary-navigation ul ul a {
padding: 18px 10px 18px 17px;
white-space: normal;
color: #353535;
width: 176px;
}
.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
padding-right: 0px;
}
.primary-navigation li .menu-item-has-children > a,
.primary-navigation li .page_item_has_children > a {
padding-right: 20px;
width: 168px;
}
.primary-navigation li {
border: 0;
display: inline-block;
position: relative;
}
.primary-navigation li li {
border: 0;
display: block;
height: auto;
line-height: 1.0909090909;
}
.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
left: auto;
}
.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
left: 100%;
}
.primary-navigation ul ul { float: left;
margin: 0;
position: absolute;
top: 48px;
left: -999em;
z-index: 99999;
}
.primary-navigation ul ul ul {
left: -999em;
top: 0;
}
.primary-navigation ul .mega-menu ul {
position: static;
float: none;
}
.primary-navigation .menu-item-has-mega-menu {
position: relative;
}
.primary-navigation .mega-menu {
opacity: 0;
text-align: left;
visibility: hidden;
overflow: hidden;
transition: all .4s ease;
-webkit-transition: all .4s ease;
position: absolute;
left: -500px;
top: 100%;
padding: 22px 0 2px;
border-radius: 0 0 5px 5px;
background: #fff; border-bottom: 5px solid #db5940;
z-index: 10;
}
.primary-navigation .mega-menu ul {
background: none;
}
.primary-navigation .mega-menu a {
padding: 0;
color: #353535;
display: inline;
position: relative;
line-height: 22px;
text-transform: none;
}
#masthead .primary-navigation .mega-menu .current-menu-item a {
font-weight: normal;
color: #3de132;
}
.primary-navigation .mega-menu a:hover,
.primary-navigation .mega-menu a:focus {
text-decoration: none;
color: #db5940;
}
.primary-navigation .mega-menu p {
margin: 0 0 1em 0;
}
.primary-navigation .mega-menu a:before {
top: -2px;
line-height: 22px;
text-decoration: none;
}
.primary-navigation .mega-menu a:after {
display: none !important;
}
.primary-navigation .mega-menu li,
.primary-navigation .mega-menu li:hover {
background: none;
}
.primary-navigation .menu-item-has-mega-menu:hover .mega-menu {
opacity: 1;
visibility: visible;
}
.primary-navigation .mega-menu .menu-item {
color: #353535;
font-weight: normal;
text-transform: none;
font-size: 16px;
line-height: 20px;
float: none;
margin: 0 !important;
} .primary-navigation .mega-menu-row {
width: 100%;
display: table;
table-layout: fixed;
padding: 17px 0 20px;
}
.primary-navigation .mega-menu-row .fa{font-family: "Source Sans Pro","Arial","Helvetica",sans-serif;}
.primary-navigation .mega-menu-row .fa:before{font-family: FontAwesome;}
.primary-navigation .mega-menu-row:first-child{padding: 20px 0;}
.primary-navigation ul ul ul{padding: 0;}
.primary-navigation ul ul ul li{
padding:10px 0px 10px 0px;
position: relative;
border-top: 1px solid #d9d9d9;
}
.primary-navigation ul ul ul li:first-child{
padding-top: 0;
padding-bottom: 10px;
border-top: none;
}
.primary-navigation ul ul ul li a{ padding: 18px 10px 18px 0; }
.primary-navigation .mega-menu-row {
border-top: 1px solid #d9d9d9; }
.primary-navigation .mega-menu-row:first-child {
border-top: none;
} .primary-navigation .mega-menu-col {
display: table-cell;
width: 1px;
padding: 0 30px;
border-left: 1px solid #d9d9d9; }
.primary-navigation .mega-menu-col:first-child {
border-left: none;
}
.primary-navigation .mega-menu-col > a {
display: inline-block;
width: auto !important;
padding: 0 !important;
font-size: 18px;
margin-bottom: 10px;
text-transform: none;
}
.primary-navigation .mega-menu-col > a:before {
top: 2px;
float:left;
} #nav3 .law-menu > li > .sub-menu > li,
.primary-navigation > ul > li > ul.sub-menu li {
float: none;
margin: 0 0 12px !important;
padding: 12px 0 0 !important;
border-top: 1px solid #d9d9d9;
}
#nav3 .law-menu > li > .sub-menu > li,
.primary-navigation > ul > li > ul.sub-menu li:first-child {
border: 0;
padding-top: 0 !important;
}
.primary-navigation > ul > li > ul.sub-menu li a{padding: 0!important;}
.primary-navigation > ul > li > ul.sub-menu li a:focus,
.primary-navigation > ul > li > ul.sub-menu li a:hover {
color: #db5940;
text-decoration: none;
}
.primary-navigation > ul > li > ul.sub-menu li.active a { color: #db5940; }
.primary-navigation > ul > li > ul.sub-menu li a:after{display: none;}
#nav3 .law-menu > li:hover > .sub-menu,
.primary-navigation > ul > li:hover > ul.sub-menu {
right: 0;
top: 100%;
opacity: 1;
visibility: visible;
}
#nav3 .law-menu > li > .sub-menu,
.primary-navigation > ul > li > ul.sub-menu {
top: 104%;
opacity: 0;
right: -30px;
width: 200px;
text-align: left;
padding: 30px 0 0;
background: white;
visibility: hidden;
padding: 20px 15px 10px;
transition: all .4s ease;
border-radius: 0 0 5px 5px;
-webkit-transition: all .4s ease;
border-bottom: 5px solid #db5940;
}
#nav3 .law-menu > li > .sub-menu{ width: 100%; }
#nav3 .law-menu > li > .sub-menu > li{
float: none;
margin: 0 0 12px;
padding: 12px 0 0 !important;
border-top: 1px solid #d9d9d9;
}
#nav3 .law-menu > li > .sub-menu > li:first-child{
border: 0;
padding-top: 0 !important;
}
.primary-navigation > ul > li > ul.sub-menu li ul.sub-menu li{
float: none;
margin: 0 0 12px !important;
padding: 12px 0 0 !important;
border-top: 1px solid #d9d9d9;
}
.primary-navigation > ul > li > ul.sub-menu ul.sub-menu li:first-child {
border: 0;
padding-top: 0 !important;
}
.primary-navigation > ul > li > ul.sub-menu ul.sub-menu li a{padding: 0!important;}
.primary-navigation > ul > li > ul.sub-menu ul.sub-menu li a:focus,
.primary-navigation > ul > li > ul.sub-menu ul.sub-menu li a:hover {
color: #db5940;
text-decoration: none;
}
.primary-navigation > ul > li > ul.sub-menu ul.sub-menu li.active a { color: #db5940; }
#nav3 .law-menu > li > .sub-menu > li:hover > .sub-menu,
.primary-navigation > ul > li > ul.sub-menu li:hover  ul.sub-menu {
opacity: 1;
visibility: visible;
}
#nav3 .law-menu > li > .sub-menu > li > .sub-menu,
.primary-navigation > ul > li > ul.sub-menu ul.sub-menu{
top: -6px;
opacity: 0;
left: 100%;
width: 200px;
padding: 30px 0 0;
background: white;
visibility: hidden;
padding: 20px 15px 10px;
transition: all .4s ease;
border-radius: 0 0 5px 5px;
-webkit-transition: all .4s ease;
border-bottom: 5px solid #db5940;
}
#nav3 .law-menu > li > .sub-menu > li > .sub-menu:last-child,
.primary-navigation > ul > li > ul.sub-menu ul.sub-menu:last-child{
left: auto;
right: 108.6%;
}
#nav3 .law-menu > li > .sub-menu > li > .sub-menu:last-child:after,
.primary-navigation > ul > li > ul.sub-menu ul.sub-menu:last-child:after{
top: 0;
left: 100%;
content: "";
width: 15px;
height: 30px;
background: #fff;
position: absolute;
}
#nav3 .law-menu > li > .sub-menu > li > .sub-menu:last-child{right: 103.6%; top: 3px;}
#nav3 .law-menu > li > .sub-menu > li > .sub-menu:last-child:after{height: 49px;}
#nav3 .law-menu > li > .sub-menu > li > a,
#nav3 .law-menu > li > .sub-menu > li > .sub-menu > li > a{color: #4e5869;}
#nav3 .law-menu > li > .sub-menu > li > a:hover,
#nav3 .law-menu > li > .sub-menu > li > .sub-menu > li > a:hover{ color: #db5940; }
.primary-navigation .mega-menu-col .sub-menu .sub-menu {
padding-left: 27px;
}
.primary-navigation .mega-menu-row .sub-menu-has-icons {
padding-left: 0;
}
.primary-navigation .mega-menu-row .menu-item-has-icon > p {
margin-left: -27px;
}
.primary-navigation .mega-menu-row .sub-menu-has-icons a:before,
.primary-navigation .mega-menu-row > .menu-item-has-icon > a:before {
font-size: 0.8em;
position: static;
text-align: center;
display: inline-block;
vertical-align: middle;
}
.primary-navigation .mega-menu-row > .menu-item-has-icon > a {
left: 0;
}
.primary-navigation .mega-menu li:hover a {
background: none;
}
.primary-navigation .mega-menu-col p + .sub-menu {
margin-top: 12px;
}
}
@media (max-width: 990px) {
.navbar-header {
float: none;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
display: none !important;
}
.navbar-collapse.collapse.in {
display: block !important;
}
.navbar-nav {
float: none!important;
margin: 7.5px -15px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
}