body {
font-family: 'Fjalla One', sans-serif;
font-size: 16px;
line-height: 28px;
}
ul,
li {
list-style: none;
margin: 0;
padding: 0;
}
a,
a:hover,
a:active,
a:focus {
text-decoration: none;
outline: none;
}
img {
max-width: 100%;
}
.container {
padding: 0;
} .parallax-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.parallax {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
z-index: -1;
} .bg-img-sharp-effect {
-webkit-filter: contrast(0.75);
filter: contrast(0.75);
mix-blend-mode: overlay;
} #topbar {
background: #012c3c;
color: #999ea3;
}
#topbar .container .row {
margin: 0;
}
#topbar .social ul li {
display: inline;
}
#topbar .social ul li a {
display: inline-block;
font-size: 18px;
line-height: 49px;
border-left: 1px solid #073D51;
padding: 0 15px;
color: #999ea3;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#topbar .social ul li:hover a {
background: #FE5454;
color: #fff;
}
#topbar .social ul li a i {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#topbar .social ul li:hover a i {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
#topbar .social ul li:last-child a {
border-right: 1px solid #073D51;
}
#topbar .contact-info ul li {
float: left;
}
#topbar .contact-info ul li a {
color: #e9e9e9;
display: inline-block;
font-family: "Fjalla One";
font-size: 14px;
font-weight: 500;
line-height: 48px;
padding: 0 15px 0 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
#topbar .contact-info ul li:hover a,
#topbar .contact-info ul li a:before {
}
#topbar .contact-info ul li a i.fa {
font-size: 17px;
color: #d6000d;
} header {
background: #FFFFFF;
position: relative;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
padding-top: 15px;
padding-bottom: 15px;
}
header .logo {
line-height: 95px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
header .logo a {
max-width: 100%;
}
header .mainmenu-container ul {
text-align: right;
display: inline-block;
}
header .mainmenu-container > ul > li {
display: inline-block;
line-height: 105px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
header .mainmenu-container > ul > li:last-child > a {
padding-right: 0;
}
header .mainmenu-container > ul > li > a {
color: #515050;
display: inline-block;
font-size: 17px;
font-weight: normal;
padding: 0 8px;
position: relative;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
vertical-align: bottom;
}
header .mainmenu-container > ul > li.current > a,
header .mainmenu-container ul li a:hover {
color: #FE5454;
}
header .mainmenu-container ul li a:before {
height: 4px;
background: #FE5454;
}
header .mainmenu-container ul li.current a:before {
right: 0;
}
header .mainmenu-container ul li.top-icons a {
padding: 0 5px;
}
header .mainmenu-container ul li.top-icons a i {
color: #31AFE2;
font-size: 16px;
border: 1px solid #D8D8D8;
padding: 10px;
border-radius: 50%;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
header .mainmenu-container ul li.top-icons:hover a i {
border-color: #FE5454;
color: #FE5454;
}
header .search-box {
background: #FE5454;
padding: 10px 0;
display: none;
}
header .search-box form {
background: #fff;
border: 1px solid #fff;
height: 35px;
padding: 0px 10px;
line-height: 35px;
border-radius: 4px;
font-size: 14px;
}
header .search-box form input {
width: 85%;
background: none;
border: none;
outline: none;
}
header .search-box form button {
background: none;
color: #31AFE2;
outline: none;
border: none;
}
header .cart-box {
background: #51B7E3;
padding: 10px 0;
display: none;
}
header .cart-box p {
color: #fff;
font-size: 15px;
text-align: right;
margin-bottom: 0;
}
header .cart-box .icon {
font-size: 18px;
}
header .cart-box span {
color: #FE5454;
font-weight: bold;
font-family: 'Fjalla One';
}
.header-fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
-webkit-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
header.header-fixed .mainmenu-container ul li {
line-height: 75px;
}
header.header-fixed .logo { } .mainmenu-container ul > li {
position: relative;
margin: 0;
padding: 0;
}
.mainmenu-container ul > li > ul {
background: #0E1521;
position: absolute;
top: auto;
left: 0;
z-index: 9999;
max-width: 450px;
visibility: hidden;
opacity: 0;
-webkit-box-shadow: 0px 5px 5px 1px rgba(0,0,0,.2);
box-shadow: 0px 1px 5px 1px rgba(0,0,0,.2);
filter: alpha(opacity=0);
-webkit-transition: all 400ms ease 100ms;
-o-transition: all 400ms ease 100ms;
transition: all 400ms ease 100ms;
display: none;
}
.mainmenu-container ul > li:hover > ul {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
display: block;
visibility: visible;
animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
-ms-animation-name: fadeInUp;
animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-webkit-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
-ms-animation-duration: 0.6s;
animation-fill-mode: both;
-moz-animation-fill-mode: both;
-webkit-animation-fill-mode: both;
-o-animation-fill-mode: both;
-ms-animation-fill-mode: both;
}
.mainmenu-container ul > li > ul > li {
display: block;
position: relative;
}
header nav.mainmenu-container ul > li > ul > li > a {
color: #f3efec;
display: block;
font-size: 13px;
font-weight: normal;
line-height: 49px;
padding: 0 35px;
padding-left: 20px;
position: relative;
text-align: left;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
border-left: 2px solid transparent;
}
header nav.mainmenu-container ul > li > ul > li:last-child > a {
border: none;
}
header nav.mainmenu-container ul > li > ul > li > a:hover {
color: #fff;  
}
.mainmenu-container ul > li.dropdown:hover:after {
opacity: 1;
}
.header-fixed .mainmenu-container ul > li.dropdown:after {
bottom: 10px;
} .mainmenu-container ul > li > ul > li {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
}
.mainmenu-container ul > li > ul > li > ul {
background: #fff;
position: absolute;
top: 100%;
left: 200%;
z-index: 9999;
max-width: 450px;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 400ms ease 100ms;
-o-transition: all 400ms ease 100ms;
transition: all 400ms ease 100ms;
}
.mainmenu-container ul > li > ul > li:hover {
overflow: visible;
}
.mainmenu-container ul > li > ul > li:hover > ul {
left: 100%;
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
top: 0;
}
.mainmenu-container ul > li > ul > li > ul > li {
display: block;
position: relative;
}
.mainmenu-container ul > li > ul > li > ul > li > a {
border-bottom: 1px solid #f1f1f1;
color: #787878;
display: block;
font-size: 13px;
font-weight: 600;
line-height: 35px;
padding: 0 35px;
position: relative;
text-align: left;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.mainmenu-container ul > li > ul > li > ul > li:last-child > a {
border: none;
}
.mainmenu-container ul > li > ul > li.dropdown:after {
font-family: 'FontAwesome';
content: '\f0da';
position: absolute;
right: 7px;
top: 9px;
width: 20px;
height: 20px;
display: block;
color: #999;
line-height: 20px;
font-size: 16px;
text-align: center;
z-index: 5;
cursor: pointer;
}
.mainmenu-container ul > li > ul > li.dropdown:hover:after {
color: #fe5454;
} .banner-container {
width: 100%;
position: relative;
padding: 0;
}
.banner {
width: 100%;
position: relative;
}
.banner .banner-txt h1 {
font-size: 50px;
line-height: 60px;    
font-weight: 900;
text-transform: uppercase;
margin-bottom: 30px;
}
.banner .banner-txt h1 span {
color: #fff;
background-color: #8100A0;
padding: 0 15px;
}
.banner .banner-txt h1 span.bottom {
color: #262626;
background: #E9AC04;
}
.banner .banner-txt p {
color: #fff;
font-size: 20px;
font-style: italic;
margin-bottom: 35px;
word-wrap: break-word;
}
.banner .banner-txt button {
border: 1px solid #4C7B96;
background-color: transparent;
color: #fff;
text-transform: uppercase;
line-height: 40px;
padding: 0 35px;
font-weight: bold;
}
.banner .banner-txt button:hover {
border-color: transparent;
}
.banner .banner-txt button:before {
background: #8100A0;
}
.banner .banner-form {
background: #fff;
padding-bottom: 20px;
width: 300px !important;
}
.banner .banner-form .tab-title {
margin: 0 -15px;
margin-bottom: 25px;
}
.banner .banner-form .tab-title div {
float: left;
color: #444444;
font-weight: bold;
text-transform: uppercase;
font-size: 16px;
line-height: 50px;
border-top: 5px solid transparent;
background: #E8E8E8;
padding: 0 22px;
cursor: pointer;
}
.banner .banner-form .tab-title div.active {
background: #fff;
border-top: 5px solid #51B7E3;
}
.banner .banner-form .tab-content .txt-highlight {
font-size: 20px;
line-height: 45px;
color: #fff;
font-weight: 900;
background: #012C3C;
text-align: center;
text-transform: uppercase;
margin: 0 -15px;
margin-bottom: 20px;
}
.banner .banner-form .tab-content p {
margin-bottom: 15px;
}
.banner .banner-form .tab-content p label {
font-size: 15px;
line-height: 34px;
color: #000;
display: inline-block;
float: left;
margin-right: 20px;
margin-bottom: 0;
font-weight: normal;
width: 15%;
}
.banner .banner-form .tab-content p label.error {
display: none !important;
}
.banner .banner-form .tab-content p input[type="text"] {
border: 1px solid #EAEAEA;
height: 34px;
padding-left: 10px;
width: 77%;
outline: none;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.banner .banner-form .tab-content p input[type="text"].error {
border-color: red;
}
.banner .banner-form .tab-content p input[type="text"]:focus {
background: #51B7E3;
color: #fff;
}
.banner .banner-form .tab-content p button {
background: #FE5454;
color: #fff;
border: none;
outline: none;
font-size: 16px;
line-height: 40px;
padding: 0 50px;
text-transform: uppercase;
font-weight: bold;
float: right;
}
.banner .banner-form .tab-content p button:before {
background: #51B7E3;
}
.banner .light-plumber-slider-caption h1 {
font-size: 30px;
line-height: 50px;
color: #FFFFFF;
font-weight: 300;
text-transform: uppercase;
}
.banner .bold-plumber-slider-caption h1 {
font-size: 50px;
line-height: 50px;
color: #fff;
font-weight: 900;
text-transform: uppercase;
}
.banner .slider-3 .bold-pxslider-caption h1 {
font-size: 38px;
line-height: 50px;
color: #fff;
font-weight: 900;
background: #FE5454;
text-transform: uppercase;
padding: 0 15px;
}
.banner .slider-3 .light-pxslider-caption h1 {
font-size: 34px;
line-height: 50px;
color: #fff;
font-weight: 300;
background: #013E54;
text-transform: uppercase;
padding: 0 15px;
}
.banner .slider-3 .simple-pxslider-caption {
font-size: 16px;
line-height: 50px;
color: #383838;
font-weight: bold;
text-transform: uppercase;
padding: 0 15px;
border-bottom: 1px solid #D8D8D8;
}
#banner .tp-bullets {
display: none;
} #promotional-text {
background: #FE5454;
color: #fff;
}
#promotional-text p {
margin-bottom: 0;
font-size: 30px;
line-height: 125px;
font-weight: 200;
color: #fff;
text-align: center;
}
#promotional-text p b {
font-weight: 500;
} #who-we-are {
padding: 80px 0;
}
#who-we-are .large-box div {
padding: 0;
}
#who-we-are .large-box .col-lg-6 img {
width: 100%;
}
#who-we-are .large-box .col-lg-6:last-child {
background: #51B7E3;
color: #fff;
padding: 35.5px 30px;
}
#who-we-are .large-box div h2 {
font-size: 24px;
line-height: 28px;
font-weight: bold;
text-transform: uppercase;
margin: 0;
margin-bottom: 15px;
}
#who-we-are .large-box div p {
font-size: 15px;
line-height: 28px;
font-weight: 500;
}
#who-we-are .large-box .img-holder {
position: relative;
overflow: hidden;
}
#who-we-are .large-box:hover .img-holder:before {
left: 0;
}
#who-we-are .large-box .img-holder:before {
content: ' ';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 100%;
background: rgba(81, 183, 227, .75);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#who-we-are .large-box:hover .hvr-bounce-to-left:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#who-we-are .large-box .hvr-bounce-to-left:before {
background: #FE5454;
}
#who-we-are .single-box .img-holder {
position: relative;
overflow: hidden;
}
#who-we-are .single-box:hover .img-holder:before {
bottom: 0;
}
#who-we-are .single-box .img-holder:before {
content: ' ';
width: 100%;
height: 100%;
position: absolute;
bottom: 100%;
left: 0;
background: rgba(254, 84, 84, .75);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#who-we-are .single-box h2 {
font-size: 16px;
line-height: 28px;
font-weight: bold;
color: #000000;
text-transform: uppercase;
margin: 0;
margin-top: 25px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#who-we-are .single-box:hover h2 {
color: #d7000d;
}
#who-we-are .single-box p {
font-weight: 500;
font-size: 14px;
line-height: 28px;
color: #000;
margin-top: 7px;
} .section-title { }
.section-title h1 {
color: #000000;
font-size: 24px;
font-weight: bold;
line-height: 16px;
margin: 0 0 50px;
position: relative;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
.section-title h1::before {
background: #d7000d none repeat scroll 0 0;
content: " ";
display: block;
height: 3px;
left: 0;
position: absolute;
width: 35px;
top: -23px;
} .section-title-style-2 h1 {
font-size: 24px;
line-height: 70px;
color: #000000;
font-weight: bold;
text-transform: uppercase;
margin: 0;
margin-bottom: 50px;
border: 1px solid #ECECEC;
position: relative;
border-left: 4px solid #eae6c2;
padding: 0 30px;
} #service-we-provide {
background: #f9f9f9 none repeat scroll 0 0;
padding-bottom: 50px;
padding-top: 80px;
}
#service-we-provide .section-title h1 {
width: 75%;
}
.service-tab-title ul li {
font-size: 13px;
line-height: 45px;
color: #787878;
font-weight: 500;
padding: 0 25px;
text-transform: uppercase;
border: 1px solid #E4E4E4;
border-top: 0;
cursor: pointer;
background: #fff;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.service-tab-title ul li:first-child {
border-top: 1px solid #E4E4E4;
}
.service-tab-title ul li:hover,
.service-tab-title ul li.active {
color: #2EAFE3;
position: relative;
background: #F9F9F9;
border-right: 0;
}
.service-tab-title ul li.active:before {
content: ' ';
width: 6px;
height: 100%;
background: #eae6c2;
display: block;
position: absolute;
bottom: 0;
left: 0;
}
.service-tab-content {
position: relative;
}
.service-tab-content > div:last-child {
padding: 0;
}
.service-tab-content p {
font-size: 14px;
line-height: 26px;
color: #000;
font-weight: 500;
margin-bottom: 40px;
}
.service-tab-content ul li {
font-size: 14px;
line-height: 35px;
margin-left: 15px;
color: #000;
}
.service-tab-content ul li .fa {
color: #FE5454;
margin-right: 10px;
font-size: 16px;
}
.service-tab-content .col-lg-8 .col-lg-6:first-child {
padding: 0;
}
.service-tab-content .col-lg-8 .row {
margin: 0;
}
.service-tab-content .col-lg-8 .col-lg-6 img {
width: 100%;
}
.service-tab-content .col-lg-4 {
position: absolute;
right: 40px;
bottom: -95px;
padding: 0;
}
.service-tab-content .col-lg-4 img {
max-width: none;
width: 288px;
} #our-projects {
background: url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/our-projects/bg.html) 0 0 no-repeat;
background-size: cover;
padding: 80px 0;
}
#our-projects .section-title h1 {
color: #fff;
border-color: #30505E;
}
#our-projects .section-title h1:before {
background: #eae6c2;
}
.masonary-gallery {
position: relative;
padding: 0;
}
#our-projects .masonary-item {
position: relative;
float: left;
overflow: hidden;
width: 25%;
height: 245px;
margin-bottom: 30px;
padding: 0 15px;
}
#our-projects .masonary-item.width-1 {
width: 25%;
}
#our-projects .masonary-item.width-2 {
width: 50%;
}
#our-projects .masonary-item.height-1 {
height: 520px;
}
#our-projects .masonary-item img {
width: 100%;
height: 100%;
}
#our-projects .masonary-item .img-wrap {
position: relative;
}
#our-projects .masonary-item .img-wrap .content-wrap {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
padding: 10px;
cursor: pointer;
background: rgba(254, 84, 84, .85);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#our-projects .masonary-item:hover .img-wrap .content-wrap {
opacity: 1;
filter: alpha(opacity=100);
}
#our-projects .masonary-item .img-wrap .content-wrap .border {
width: 100%;
height: 100%;
position: relative;
}
#our-projects .masonary-item .img-wrap .content-wrap .border:before {
position: absolute;
border: 1px solid #fff;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
content: '';
}
#our-projects .masonary-item .img-wrap .content-wrap h4 {
color: #fff;
margin: 0;
font-size: 16px;
line-height: 22px;
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
#our-projects .masonary-item .img-wrap .content-wrap span {
color: #fff;
display: block;
font-size: 14px;
line-height: 22px;
text-transform: capitalize;
font-weight: 500;
text-align: center;
}
#our-projects .masonary-item .img-wrap .content-wrap .content {
position: relative;
top: 45%;
}
#our-projects .view-all-btn {
text-align: center;
}
#our-projects a.view-all {
border: 1px solid #4C7B96;
background-color: transparent;
color: #fff;
text-transform: uppercase;
line-height: 35px;
padding: 0 29px;
font-weight: 500;
font-size: 13px;
margin: auto;
display: inline-block;
margin-top: 35px;
}
#our-projects a.view-all:hover {
border-color: transparent;
}
#our-projects a.view-all:before {
background: #FE5454;
} #our-specialist {
padding: 80px 0;
}
#our-specialist .single-member {
position: relative;
display: block;
padding-bottom: 75px;
}
#our-specialist .single-member:before {
background: #E3E3E3;
}
#our-specialist .single-member img {
display: block;
margin: auto;
padding-top: 25px;
}
#our-specialist .single-member .info {
background: #fe5454 none repeat scroll 0 0;
bottom: 0;
padding-bottom: 7px;
padding-top: 14px;
position: absolute;
text-align: center;
width: 100%;
}
#our-specialist .single-member .info:before {
background: #51B7E3;
}
#our-specialist .single-member .info h2,
#our-specialist .single-member .info a,
#our-specialist .single-member .info p {
color: #fff;
}
#our-specialist .single-member .info .social {
}
#our-specialist .col-lg-3:hover .info .social {
}
#our-specialist .single-member .info .social li {
display: inline;
}
#our-specialist .single-member .info .social li a {
display: inline-block;
width: 20px;
height: 35px;
margin-right: 5px;
text-align: center;
}
#our-specialist .single-member .info .social li a .fa {
font-size: 16px;
line-height: 32px;
}
#our-specialist .single-member .info h2 {
color: #fff;
font-family: "Raleway",sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 21px;
margin: 0;
padding-bottom: 2px;
text-transform: uppercase;
}
#our-specialist .single-member .info p {
font-size: 14px;
line-height: 22px;
color: #fff;
margin-bottom: 0;
text-transform: capitalize;
font-weight: 500;
}
#our-specialist .col-lg-3:hover .info:before,
#our-specialist .col-lg-3:focus .info:before,
#our-specialist .col-lg-3:active .info:before {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#our-specialist.mover .single-member .info:hover{
background:#ffbb00; 
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
} #testimonials {
padding: 80px 0;
background: #F5F4F4;
}
#testimonials .single-testimonial {
background: #fff;
}
#testimonials .single-testimonial .profile-info {
padding: 15px 0px 15px 15px;
}
#testimonials .single-testimonial .profile-info img {
position: relative;
bottom: 30px;
}
#testimonials .single-testimonial .profile-info h2 {
font-size: 14px;
line-height: 26px;
color: #312F3E;
font-weight: bold;
text-transform: uppercase;
text-align: center;
margin: 0;
margin-top: -10px;
}
#testimonials .single-testimonial .content {
padding-left: 20px;
padding-right: 25px;
padding-top: 0;
}
#testimonials .single-testimonial .content p {
font-size: 14px;
line-height: 26px;
color: #000;
font-weight: 500;
margin-bottom: 0;
}
#testimonials .single-testimonial .content .fa {
font-size: 19px;
margin-right: 10px;
color: #d7000d;
}
#testimonials .single-testimonial:hover .fa,
#testimonials .single-testimonial:hover h2,
#testimonials .single-testimonial:hover p {
color:;
} #emergency {
background: url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/emergency/bg.html) top right no-repeat;
background-size: cover;
}
#emergency .container {
position: relative;
padding: 35px 0;
}
#emergency .row {
margin: 0;
}
#emergency .col-lg-3 {
position: absolute;
bottom: 0px;
}
#emergency h2 {
font-size: 30px;
line-height: 35px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
margin: 0;
margin-bottom: 5px;
}
#emergency h2 span {
font-weight: 300;
}
#emergency p {
font-size: 18px;
line-height: 26px;
color: #fff;
}
#emergency p.phone-contact {
font-size: 22px;
color: #161F36;
font-family: 'Fjalla One', sans-serif;
line-height: 46px;
margin-bottom: 0;
}
#emergency p.phone-contact b {
font-size: 34px;
margin-right: 10px;
position: relative;
top: 5px;
}
#emergency p.phone-contact a {
border: 1px solid #fff;
background-color: transparent;
color: #fff;
text-transform: uppercase;
line-height: 35px;
padding: 0 31px;
font-weight: 500;
font-size: 14px;
font-weight: bold;
margin-left: 15px;
position: relative;
bottom: 3px;
outline: none;
display: inline-block;
}
#emergency p.phone-contact a:before {
background: #FE5454;
} #blog {
padding: 80px 0;
}
#blog .img-wrap {
overflow: hidden;
padding-left: 15px;
position: relative;
padding-right: 0;
}
#blog .blog-wrap:hover .img-wrap:before {
top: 0;
}
#blog .img-wrap:before {
}
#blog .img-wrap img {
width: 100%;
}
#blog .img-wrap h2 {
color: #eae6c2;
font-size: 18px;
font-weight: 600;
line-height: 26px;
margin-bottom: 0;
margin-top: 13px;
text-align: left;
text-transform: uppercase;
}
#blog .content-wrap {
background: #F5F4F4;
padding: 25px 22px 0;
position: relative;
}
#blog .content-wrap::before {
background: #d7000d none repeat scroll 0 0;
content: " ";
height: 3px;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#blog .content-wrap h2 {
font-size: 16px;
line-height: 26px;
font-weight: bold;
color: #000000;
text-transform: uppercase;
margin: 0;
margin-bottom: 12px;
}
#blog .content-wrap p {
font-size: 14px;
line-height: 26px;
color: #000;
font-weight: 500;
margin-bottom: 0;
}
#blog .content-wrap ul {
margin-top: 20px;
padding: 10px 0;
border-top: 1px solid #DCDBDB;
text-align: center;
}
#blog .content-wrap ul li {
display: inline;
}
#blog .content-wrap ul li a,
#blog .content-wrap ul li span {
display: inline-block;
font-size: 13px;
color: #000;
padding: 0 0 0 10px;
}
#blog .content-wrap ul li span b {
color: #060606;
}
#blog .content-wrap ul li a {
color: #14AFF8;
}
#blog .content-wrap ul li span:after {
content: '|';
display: inline-block;
font-size: 13px;
color: #AAA9A9;
margin-left: 10px;
}
.content-wraper {
padding: 0;
} #clients {
padding-bottom: 50px;
padding-top: 80px;
}
#clients .container {
position: relative;
}
#clients .owl-carousel {
padding: 0 55px;
}
#clients .container .item img {
opacity: .3 !important;
filter: alpha(opacity=30);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#clients .container .item:hover img {
opacity: 1 !important;
filter: alpha(opacity=100);
}
#clients .container .owl-prev {
left: -15px;
position: absolute;
top: -15px;
}
#clients .container .owl-next {
position: absolute;
right: -15px;
top: -15px;
}
#clients .container .owl-theme .owl-nav {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
#clients .container .owl-theme .owl-nav div {
background: none;
}
#clients .container .owl-theme .owl-nav div .fa {
color: #B9B9B9;
font-size: 30px;
} footer {
background: url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/resources/footer-bg.html) 0 0 no-repeat;
background-size: cover;
}
footer .container {
border-top: 4px solid #FE5454;
}
footer .container .col-lg-12 .request-for-qoute-wrap {
text-align: center;
}
footer .container .col-lg-12 a.request-for-qoute {
font-size: 20px;
line-height: 45px;
color: #fff;
font-weight: 900;
background: #FE5454;
border: 1px solid #FE5454;
text-transform: uppercase;
display: inline-block;
margin: auto;
border: none;
outline: none;
padding: 0 45px;
}
footer .container .col-lg-12 a.request-for-qoute:hover,
footer .container .col-lg-12 a.request-for-qoute:focus {
color: #FE5454;
}
footer .container .col-lg-12 a.request-for-qoute:before {
background: #fff;
}
footer .footer-menu {
margin-top: 35px;
padding-bottom: 15px;
border-bottom: 1px solid #1A4657;
margin-bottom: 50px;
}
footer .footer-menu ul {
text-align: center;
}
footer .footer-menu ul li {
display: inline;
}
footer .footer-menu ul li a {
display: inline-block;
font-size: 13px;
line-height: 45px;
color: #14AFF8;
text-transform: uppercase;
padding: 0 30px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
footer .footer-menu ul li a:hover {
color: #FE5454;
}
footer .widget h3 {
border-bottom: 1px solid #0e3c4f;
color: #fff;
font-size: 18px;
line-height: 26px;
margin: 0 0 10px;
padding-bottom: 15px;
text-transform: uppercase;
font-family: 'Fjalla One', sans-serif;
}
footer a,
footer .widget p {
color: #ffffff;
font-family: 'Raleway', sans-serif;
}
footer .widget a.read-more {
color: #3288B0;
font-size: 14px;
line-height: 24px;
}
footer .widget .social {
margin-top: 30px;
text-align: left;
}
footer .widget .social li {
margin-bottom: 10px;
color: #eae6c2;
}
footer .widget .social li a.text {
color: #eae6c2;
font-family: 'Fjalla One',sans-serif;
font-size: 16px;
line-height: 28px;
}
footer .widget .social li a.ico {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
background: #FE5454;
text-align: center;
line-height: 40px;
color: #224755;
font-size: 17px;
margin-right: 5px;
-webkit-transition: all .3s ease;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-o-transition: all .3s ease;
transition: all .3s ease;
}
footer .widget .social li:hover a.ico {
color: #FE5454;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
footer .widget .social li a.ico:before {
background: #fff;
}
footer .widget .popular-post li {
padding-bottom: 9px;
margin-bottom: 9px;
border-bottom: 1px solid #0E3C4F;
}
footer .widget .popular-post li:last-child {
border: none;
}
footer .widget .popular-post li a h5 {
font-size: 14px;
line-height: 18px;
color: #7e959e;
margin: 0;
margin-bottom: 5px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
footer .widget .popular-post li a:hover h5 {
color: #FE5454;
}
footer .widget .popular-post li p {
color: #445058;
margin-bottom: 0;
font-size: 14px;
}
footer .widget .contact-info li {
border-bottom: 1px solid #0e3c4f;
color: #D4D4D4;
margin-bottom: 9px;
padding-bottom: 9px;
}
footer.mover .widget p, footer.mover .widget .popular-post li a h5 i.angle-right-icon {
display: inline-block;
padding-right: 10px;
}
footer .widget .contact-info li:last-child {
border: none;
}
footer .widget .contact-info li .fa {
font-size: 19px;
margin-right: 10px;
}
footer .widget img.positioned {
margin-top: -30px;
}
footer .footer-menu .footer-nav-toggler {
display: none;
} #bottom-bar {
background: #041D26;
}
#bottom-bar .container p {
margin-bottom: 0;
color: #185166;
font-size: 14px;
line-height: 80px;
} #page-title {
background-size: cover;
padding: 65px 0;
}
#page-title .container {
position: relative;
}
#page-title .title h1 {
color: #fff;
display: inline-block;
font-size: 34px;
font-weight: bold;
line-height: 50px;
margin: auto;
text-align: center;
text-transform: uppercase;
}
#page-title .page-breadcumb {
color: #fff;
font-size: 12px;
padding-top: 12px;
text-transform: uppercase;
}
#page-title .page-breadcumb a {
color: #fff;
}
#page-title .page-breadcumb .fa {
font-size: 15px;
margin-right: 5px;
margin-left: 5px;
} #conteudo {
padding: 40px 0;
font-family: 'Raleway', sans-serif;
text-align: justify;
}
#conteudo p {
color: #000;
}
#conteudo .conteudo-faq p br {
display: none;
}
#conteudo ul li {
color: #000;
}
#conteudo ul li .fa {
color: #d7000d;
margin-right: 10px;
font-size: 16px;
}
#conteudo:hover .img-holder:before {
height: 100%;
}
#conteudo .img-holder {
position: relative;
overflow: hidden;
display: inline-block;
}
#conteudo .img-holder:before {
content: ' ';
position: absolute;
top: 0;
left: 0;
width: 100%;
background: rgba(255, 187, 0, 0.75);
height: 0%;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
} #featured {
background: #d7000d none repeat scroll 0 0;
overflow: hidden;
}
#featured .col-lg-8 {
padding: 80px 0 40px;
}
.about-right-image img {
float: left;
max-width: none;
}
#featured .col-lg-4 img {
}
#featured .content {
margin-bottom: 30px;
}
#featured .content:last-child {
margin-bottom: 0;
}
#featured .content-wrap {
width: 85%;
}
#featured .content-wrap h2 {
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 26px;
margin: 0 0 10px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
#featured .content-wrap p {
font-size: 14px;
line-height: 26px;
color: #FFFFFF;
font-weight: 500;
}
#featured:hover .about-image:before {
right: 3%;
}
#featured .about-image:before {
content: ' ';
position: absolute;
top: 0;
right: 200%;
width: 1200px;
background: rgba(255, 187, 0, 0.75);
height: 100%;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
} #emergency.about-page {
background-color: #fff;
} #service-content {
padding-top: 80px;
padding-bottom: 72px;
}
#service-content .section-title h1 {
font-size: 30px;
margin: 0 0 43px;
}
#service-content .col-lg-8 p {
font-size: 14px;
line-height: 26px;
color: #000;
font-weight: 500;
margin-bottom: 30px;
}
#service-content .col-lg-8 p.highlighted {
color: #3d3d3d;
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
#service-content .col-lg-8 button {
background: #d7000d;
border: none;
outline: none;
color: #fff;
font-size: 22px;
font-weight: 300;
line-height: 45px;
height: 45px;
margin-right: 25px;
font-family: 'Fjalla One', sans-serif;
padding: 0 28px;
}
#service-content .col-lg-8 button:hover {
color: #000;
}
#service-content .col-lg-8 button:before {
background: #FFBB00;
}
#service-content .col-lg-8 button .fa {
padding-right: 15px;
margin-right: 15px;
border-right: 1px solid #fff;
}
#service-content .col-lg-8 button.bold {
font-weight: bold;
}
#service-content:hover .img-holder:before {
height: 100%;
}
#service-content .img-holder {
position: relative;
overflow: hidden;
display: inline-block;
}
#service-content .hvr-bounce-to-right:before {
background: #eae6c2;
} #featured-service {
background: #192133;
padding: 80px 0;
}
#featured-service .section-title h1 {
color: #fff;
border-color: #294E5C;
}
#featured-service .section-title h1:before {
background: #eae6c2;
}
#featured-service .col-lg-3 h4 {
color: #D9D9D9;
font-size: 14px;
line-height: 45px;
text-align: center;
text-transform: uppercase;
font-weight: 600;
margin: 0;
margin-bottom: 0;
border-bottom: 1px solid #2C4C58;
}
#featured-service .col-lg-3:hover .img-holder:before {
height: 100%;
}
#featured-service .img-holder {
position: relative;
overflow: hidden;
display: inline-block;
}
#featured-service .img-holder:before {
content: ' ';
position: absolute;
top: 0;
left: 0;
width: 100%;
background: rgba(255, 187, 0, 0.75);
height: 0%;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
} #why-choose-us {
background: #fff none repeat scroll 0 0;
padding-bottom: 50px;
padding-top: 80px;
}
#why-choose-us .section-title {
margin: 0 0 65px;
}
#why-choose-us .col-lg-3 {
text-align: center;
}
#why-choose-us .col-lg-3 .img-wrap {
background: #ffbb00 none repeat scroll 0 0;
display: inline-block;
margin-bottom: 36px;
padding: 20px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
#why-choose-us .col-lg-3:hover .img-wrap {
-webkit-transform: rotate(405deg);
-ms-transform: rotate(405deg);
transform: rotate(405deg);
}
#why-choose-us .col-lg-3 .img-wrap img {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#why-choose-us .col-lg-3:hover .img-wrap img {
-webkit-transform: rotate(-405deg);
-ms-transform: rotate(-405deg);
transform: rotate(-405deg);
}
#why-choose-us .col-lg-3 h4 {
font-size: 16px;
line-height: 28px;
font-weight: bold;
color: #000;
text-transform: uppercase;
margin: 0;
margin-bottom: 6px;
font-family: 'Fjalla One', sans-serif;
}
#why-choose-us .col-lg-3 p {
color: #000;
font-size: 14px;
font-weight: 500;
line-height: 26px;
} #emergency.service-page {
background-color: #fff;
} #blog-post {
padding: 80px 0 0;
}
#blog-post article {
margin-bottom: 65px;
}
#blog-post article:last-child {
margin-bottom: 60px;
}
#blog-post article h2 {
color: #000000;
font-family: "Raleway",sans-serif;
font-size: 24px;
font-weight: bold;
line-height: 30px;
margin: 5px 0;
}
#blog-post article .img-holder {
margin-bottom: 38px;
position: relative;
overflow: hidden;
}
#blog-post article .post-meta {
margin-bottom: 23px;
}
#blog-post article .post-date {
background: #eae6c2 none repeat scroll 0 0;
color: #fff;
float: left;
font-size: 28px;
font-weight: bold;
height: 70px;
line-height: 20px;
margin-right: 30px;
padding-top: 13px;
text-align: center;
width: 70px;
}
#blog-post article .post-date span {
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
}
#blog-post article .post-title {
width: 75%;
float: left;
}
#blog-post article .post-title ul {
text-align: left;
}
#blog-post article .post-title ul li {
display: inline;
}
#blog-post article .post-title ul li span {
color: #ababab;
display: inline-block;
font-size: 14px;
font-style: italic;
font-weight: 500;
line-height: 13px;
}
#blog-post article .post-title ul li::after{
color: #ababab;
content: "/";
display: inline-block;
margin: 0 5px;    
}
#blog-post article .post-title ul li:last-child::after{
content:"";
}
#blog-post article .post-title ul li:first-child span {
padding-left: 0;
}
#blog-post article .post-title ul li:last-child span {
border-right: none;
}
#blog-post article > p, #blog-post.single-post article p {
color: #000;
font-size: 14px;
font-weight: 500;
line-height: 26px;
margin-bottom: 10px;
}
#blog-post article > .read-more {
color: #fd9c1e;
display: inline-block;
font-size: 13px;
font-weight: bold;
line-height: 39px;
padding: 0;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
#blog-post article > .read-more:hover {
color: #000;
}
#blog-post .sidebar-widget {
margin-bottom: 50px;
padding-left: 50px;
padding-top: 20px;
}
.tag-cloud {
padding-top: 15px;
}
ul.category-list {
margin-bottom: -10px;
}
#blog-post .blog-left .sidebar-widget {
padding-left: 0px;
padding-right: 50px;
padding-top:23px;
}
#blog-post .sidebar-widget h4 {
color: #000000;
font-size: 16px;
font-weight: bold;
line-height: 16px;
margin: 0 0 5px;
padding-bottom: 11px;
position: relative;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
#blog-post .sidebar-widget h4:before {
background: #d7000d none repeat scroll 0 0;
content: " ";
display: block;
height: 3px;
left: 0;
position: absolute;
top: -20px;
width: 35px;    
}
#blog-post .sidebar-widget form.search-form {
border: 1px solid #e9e9e9;
height: 45px;
margin-top: 17px;
overflow: hidden;
position: relative;
}
#blog-post .sidebar-widget form.search-form input[type="text"] {
border: medium none;
color: #cccccc;
display: inline-block;
height: 45px;
left: 0;
outline: medium none;
padding-left: 20px;
position: absolute;
width: 100%;
padding-right: 60px;
}
#blog-post .sidebar-widget form.search-form button {
border: none;
outline: none;
height: 45px;
background: none;
line-height: 45px;
position: absolute;
right: 0;
padding: 0 10px;
color: #B8B7B7;
margin-right: 20px;
}
#blog-post .sidebar-widget .category-list li a {
display: block;
font-size: 14px;
line-height: 37px;
color: #000;
font-weight: 500;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#blog-post .sidebar-widget .category-list li a .fa {
margin-right: 10px;
}
#blog-post .sidebar-widget .category-list li:hover a {
color: #eae6c2;
}
#blog-post .sidebar-widget .popular-post li {
margin-bottom: 30px;
}
#blog-post .sidebar-widget .popular-post li:last-child {
margin-bottom: 0;
}
#blog-post .sidebar-widget .popular-post li img {
float: left;
margin-right: 30px;
}
#blog-post .sidebar-widget .popular-post li .content-wrap {
float: left;
width: 51%;
}
#blog-post .sidebar-widget .popular-post li .content-wrap h5 {
color: #000000;
font-size: 13px;
font-weight: bold;
line-height: 20px;
margin: 0 0 20px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
#blog-post .sidebar-widget .popular-post li .content-wrap span {
color: #000;
display: inline-block;
font-size: 13px;
line-height: 20px;
font-weight: 500;
font-family: 'Raleway', sans-serif;
}
#blog-post .sidebar-widget.text-widget p {
color: #000;
font-size: 14px;
font-weight: 500;
line-height: 26px;
margin-top: 10px;
margin-bottom: -8px;
}
#blog-post .sidebar-widget .tag-cloud a {
background: #fbfbfb none repeat scroll 0 0;
border: 1px solid #e2e2e2;
color: #787878;
display: inline-block;
font-family: "Raleway",sans-serif;
font-size: 13px;
font-weight: 600;
line-height: 38px;
margin-bottom: 10px;
margin-right: 6px;
padding: 0 18px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
#blog-post .sidebar-widget .tag-cloud a:hover {
color: #fff;
background: #eae6c2;
}
.post-pagination ul {
text-align: left;
margin-top: -30px;
}
.post-pagination ul li {
display: inline;
}
.post-pagination ul li a {
display: inline-block;
height: 50px;
line-height: 50px;
color: #000;
margin-right: 10px;
text-align: center;
border: 1px solid #E2E2E2;
font-size: 24px;
padding: 0 17px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
font-family: 'Raleway', sans-serif;
}
.post-pagination ul li.active a, .post-pagination ul li:hover a {
background: #eae6c2 none repeat scroll 0 0;
color: #fff;
}
ul.popular-post { } #contact-content {
padding: 80px 0 50px;
}
#contact-content .row > p, #contact-content .container > p {
color: #000;
font-size: 14px;
font-weight: 400;
line-height: 26px;
margin-bottom: 50px;
text-align: center;
}
#contact-content .contact-form p {
margin-bottom: 20px;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
background: #e8e8e8 none repeat scroll 0 0;
border: 1px solid #e9e9e9;
color: #818181;
font-size: 14px;
height: 54px;
padding-left: 25px;
width: 100%;
}
.contact-form label.error {
display: none !important;
}
.contact-form input.error,
.contact-form textarea.error {
border-color: red;
}
.contact-form textarea {
height: 200px;
padding-top: 15px;
}
.contact-form button {
background: #ffbb00 none repeat scroll 0 0;
border: medium none;
color: #000000;
font-size: 14px;
font-weight: bold;
line-height: 40px;
outline: medium none;
padding: 0 35px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
margin-top:27px;
}
.contact-info-part {
padding-top: 2px;
}
#contact-content  .success {
color: #42B8E9;
}
.contact-info-part h3 {
color: #000000;
font-family: "Raleway",sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 28px;
margin: 0 0 10px;
text-transform: uppercase;
}
.contact-info-part ul li h4 {
color: #000000;
font-size: 15px;
font-weight: bold;
line-height: 28px;
margin: 0 0 5px;
text-transform: uppercase;
}
.contact-info-part p {
color: #000;
}
.contact-info-part ul li.clearfix .content p {
line-height: 22px;
}
#contact-content .contact-info-part p {
font-size: 14px;
line-height: 26px;
color: #000;
font-weight: 500;
margin-bottom: 30px;
}
#contact-content .contact-info ul li img {
float: left;
margin-right: 15px;
}
#contact-content .contact-info ul li .content {
float: left;
width: 60%;
}
#contact-content .contact-info ul li h4 {
margin-bottom: 0;
}
.google-map {
width: 100%;
height: 380px;
} #pricing-content {
padding: 80px 0;
}
#pricing-content .col-lg-12 p {
font-size: 14px;
line-height: 26px;
color: #000;
font-weight: 500;
}
#pricing-content .price-table-wrap {
padding-top: 65px;
}
#pricing-content .price-table-wrap .price-table {
text-align: center;
}
#pricing-content .price-table-wrap .price-table .price-content {
background: #f4f4f4 none repeat scroll 0 0;
padding-bottom: 25px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
#pricing-content .price-table-wrap .price-table .price-content:hover {
background: #212832;
}
#pricing-content .price-table-wrap .price-table:hover .price-table-top h3 {
color: #FFFFFF;
}
#pricing-content .price-table-wrap .price-table .price-table-top h3 {
color: #313131;
font-family: "Raleway",sans-serif;
font-size: 24px;
font-weight: bold;
line-height: 50px;
margin: 0;
padding-bottom: 3px;
padding-top: 20px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#pricing-content .price-table-wrap .price-table .price-box {
background: #b0b0b0 none repeat scroll 0 0;
color: #fff;
font-family: "Fjalla One",sans-serif;
font-size: 13px;
}
#pricing-content .price-table-wrap .price-table .price-box span {
font-size: 30px;
font-weight: bold;
font-family: 'Fjalla One', sans-serif;
}
#pricing-content .price-table-wrap .price-table.bronze .price-box p {
display: inline-block;
font-family: "Fjalla One",sans-serif;
font-size: 13px;
margin: 20px 0 0;
overflow: hidden;
}
#pricing-content .price-table-wrap .price-table .price-box h6 {
font-family: "Fjalla One",sans-serif;
font-size: 13px;
margin: -4px 0 0;
}
#pricing-content .price-table-wrap .price-table.bronze .price-table-top h3 {
}
#pricing-content .price-table-wrap .price-table.silver .price-table-top h3 {
background: #16685D;
}
#pricing-content .price-table-wrap .price-table.gold .price-table-top h3 {
background: #BF3D28;
}
#pricing-content .price-table-wrap .price-table.platinum .price-table-top h3 {
background: #0C3A5E;
}
#pricing-content .price-table-wrap .price-table.bronze .price-box {
background: #f6ba18 none repeat scroll 0 0;
border-radius: 50%;
height: 96px;
margin: 0 auto;
padding-top: 5px;
width: 96px;
}
#pricing-content .price-table-wrap .price-table:hover .price-box {
background: #fff !important;
color: #12A0B1 !important;
}
#pricing-content .price-table-wrap .price-table.silver .price-box {
background: #2E786E;
}
#pricing-content .price-table-wrap .price-table.gold .price-box {
background: #DE5842;
}
#pricing-content .price-table-wrap .price-table.platinum .price-box {
background: #154C77;
}
#pricing-content .price-table-wrap .price-table .price-info li {
color: #898989;
font-size: 14px;
font-weight: 500;
line-height: 40px;
}
#pricing-content .price-table-wrap .price-table:hover button,
#pricing-content .price-table-wrap .price-table:hover a {
background: #12A0B1;
color: #fff;
}
#pricing-content .price-table-wrap .price-table button,
#pricing-content .price-table-wrap .price-table a {
background: #212832 none repeat scroll 0 0;
border: medium none;
color: #969595;
font-size: 13px;
font-weight: 500;
height: 42px;
line-height: 42px;
margin-top: 33px;
outline: medium none;
padding: 0 24px;
text-transform: uppercase;
display: inline-block;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
ul.price-info {
padding-top: 14px;
}
.price-content:hover.price-table-top {
background: #ddd none repeat scroll 0 0;
}
#pricing-content .price-table-wrap .price-table .price-content:hover{
}
.price-content:hover .price-table button{
color: #fff;
background:#12a0b1;
}
#pricing-content .price-table-wrap .price-table button:before {
background: #42B8E9;
} #pricing-faq {
background: #F9F9F9;
padding: 80px 0 50px;
}
#pricing-faq .section-title h1 {
margin-bottom: 42px;
}
#pricing-faq ul li {
margin-bottom: 24px;
}
#pricing-faq ul li h2 {
color: #000000;
font-family: "Fjalla One",sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 26px;
margin: 0;
text-transform: uppercase;
}
#pricing-faq ul li p {
font-size: 14px;
line-height: 26px;
color: #000;
font-weight: 500;
} #project-version-one {
padding-bottom: 80px;
padding-top: 59px;
}
#project-version-one .gallery-filter {
border-bottom: 1px solid #e2e2e2;
display: inline-block;
margin-bottom: 50px;
text-align: center;
}
#project-version-one .gallery-filter li {
display: inline;
}
#project-version-one .gallery-filter li:first-child span {
margin-left: 0;}
#project-version-one .gallery-filter li:last-child span {
margin-right: 0;}
#project-version-one .gallery-filter li span {
color: #242424;
cursor: pointer;
display: inline-block;
font-size: 13px;
font-weight: 500;
line-height: 50px;
margin: 0 20px;
position: relative;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
#project-version-one .gallery-filter li.active span::before {
background: #eae6c2 none repeat scroll 0 0;
bottom: -3px;
content: " ";
display: block;
height: 3px;
left: 0;
position: absolute;
width: 100%;
}
#project-version-one .gallery-filter li.active span,
#project-version-one .gallery-filter li:hover span {
color: #eae6c2;
}
.single-project-item.mix {
display: none;
}
.single-project-item {
margin-bottom: 30px;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.single-project-item .img-wrap {
position: relative;
overflow: hidden;
}
.single-project-item .img-wrap {
background: #06B0FA;
}
.single-project-item .img-wrap img {
max-width: none;
width: calc(100% + 50px);
opacity: 1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-40px,0, 0);
transform: translate3d(-40px,0,0);
}
.single-project-item .img-wrap:hover img {
opacity: .3;
}
.single-project-item .img-wrap:hover img {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.single-project-item .img-wrap .content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 0 20px 20px;
}
.single-project-item .img-wrap .content .box {
display: table;
width: 100%;
height: 100%;
}
.single-project-item .img-wrap .content .box-holder {
display: table-cell;
vertical-align: bottom;    
}
.single-project-item .img-wrap .content .box-holder h3 {
font-size: 17px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
margin: 0;
}
.single-project-item .img-wrap .content .box-holder p {
font-size: 14px;
color: #fff;
margin: 0;
margin-top: 5px;
line-height: 18px;
}
.single-project-item .img-wrap .content .box-holder ul {
margin-top: 10px;
}
.single-project-item .img-wrap .content .box-holder ul li {
display: inline;
}
.single-project-item .img-wrap .content .box-holder ul li a {
display: inline-block;
font-size: 18px;
color: #1E2432;
background: #E3960A;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
border-radius: 50%;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.single-project-item .img-wrap .content .box-holder ul li a:hover {
background: #1E2432;
color: #E3960A;
}
.single-project-item .img-wrap .content .box-holder p,
.single-project-item .img-wrap .content .box-holder ul,
.single-project-item .img-wrap .content .box-holder h3 {
-webkit-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);
opacity: 0;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.single-project-item:hover .img-wrap .content .box-holder p,
.single-project-item:hover .img-wrap .content .box-holder ul,
.single-project-item:hover .img-wrap .content .box-holder h3 {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
opacity: 1;
-webkit-transition: all 0.35s ease .3s;
-o-transition: all 0.35s ease .3s;
transition: all 0.35s ease .3s;
}
.single-project-item.masonary-item {
height: 245px;
overflow: hidden;
}
.single-project-item.masonary-item.height-1 {
height: 520px;
}
.single-project-item.width-1 {
width: 25%;
padding: 0 15px;
}
.single-project-item.width-2 {
width: 50%;
padding: 0 15px;
}
.single-project-item.masonary-item .img-wrap .content .box-holder {
vertical-align: middle;
text-align: center;
}
.single-project-item.style-v4 {
width: 20%;
float: left;
margin-bottom: 0;
} #emergency.project-v1 {
background: #fff url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/emergency/bg.html) top right no-repeat;
background-size: cover;
} #project-version-two {
padding: 59px 0 50px;
}
#project-version-two .gallery-filter {
border-bottom: 1px solid #e2e2e2;
margin-bottom: 50px;
display: inline-block;
}
#project-version-two .gallery-filter li {
display: inline;
}
#project-version-two .gallery-filter li:first-child span{
margin-left:0;
}
#project-version-two .gallery-filter li:last-child span{
margin-right:0; 
}
#project-version-two .gallery-filter li span {
color: #242424;
cursor: pointer;
display: inline-block;
font-size: 13px;
font-weight: 500;
line-height: 50px;
margin: 0 18px;
position: relative;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
#project-version-two .gallery-filter li.active span::before {
background: #eae6c2 none repeat scroll 0 0;
bottom: -3px;
content: " ";
display: block;
height: 3px;
left: 0;
position: absolute;
width: 100%;
}
#project-version-two .gallery-filter li.active span,
#project-version-two .gallery-filter li:hover span {
color: #eae6c2;
}
#project-version-two .masonary-gallery {
position: relative;
padding: 0;
} #emergency.project-v2 {
background: #fff url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/emergency/bg.html) top right no-repeat;
background-size: cover;
} #blog-post.single-post article h3 {
color: #000;
font-size: 20px;
font-weight: 500;
line-height: 26px;
margin: 20px 0 5px;
}
.2colum-text{
font-family: 'Raleway', sans-serif;
}
ul.highlight {
margin-top: 7px;
}
#blog-post.single-post article p {
margin-bottom: 10px;
}
#blog-post.single-post article ul li {
color: #000;
font-size: 14px;
font-weight: 500;
line-height: 26px;
}
#blog-post.single-post article ul li .fa {
bottom: 2px;
font-size: 7px;
margin-right: 5px;
position: relative;
}
#blog-post.single-post article ul.highlight li {
color: #d7000d;
}
#blog-post article .expert_quote_area .col-lg-12 .expert_quote {
background: #f5f4f4 none repeat scroll 0 0;
border-radius: 4px;
margin-top: 50px;
overflow: hidden;
position: relative;
}
#blog-post article .expert_quote_area .col-lg-12 .expert_quote:before {
background-color: #eae6c2;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 6px;
}
#blog-post article .expert_quote_area .col-lg-12 .expert_quote p {
color: #464646;
font-size: 16px;
font-weight: 400;
padding: 20px 45px 5px 110px;
position: relative;
}
#blog-post article .expert_quote_area .col-lg-12 .expert_quote p:before {
color: #d0d0d0;
content: "\f10d";
font-family: 'fontawesome';
font-size: 55px;
left: 35px;
position: absolute;
top: 30px;
}
#blog-post article .expert_quote_area .col-lg-12 .expert_quote span {
color: #fe5454;
float: right;
font-size: 14px;
font-style: italic;
padding-bottom: 30px;
padding-right: 45px;
text-transform: capitalize;
font-family: 'Raleway', sans-serif;
font-weight:300;
}
#blog-post article .shear_area .shear {
border: 1px solid #e9e9e9;
margin-top: 30px;
overflow: hidden;
}
#blog-post article .shear_area .shear a {
background: #ffbb00 none repeat scroll 0 0;
color: #2d2d2d;
display: inline-block;
float: left;
font-size: 16px;
font-weight: 700;
margin-right: 5px;
padding: 9px 17px;
text-align: center;
text-transform: uppercase;
}
#blog-post article .shear_area .shear .social_button ul {
float: left;
margin: 0;
padding: 0;
}
#blog-post article .shear_area .shear .social_button ul li {
float: left;
}
#blog-post article .shear_area .shear .social_button ul li a {
background-color: transparent;
color: #c3c3c3;
display: inline-block;
padding: 13px 0 5px 20px;
}
#blog-post article .shear_area .shear .social_button ul li a i {
font-size: 20px;
}
#blog-post article .administrator {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #ebebeb;
margin-top: 30px;
overflow: hidden;
}
#blog-post article .administrator .administrator_img {
padding-bottom: 18px;
padding-left: 3px;
padding-top: 18px;
}
#blog-post article .administrator .administrator_text {
margin-left: -69px;
}
#blog-post article .administrator .administrator_text h4 {
color: #353535;
font-size: 16px;
font-weight: 700;
margin-top: 18px;
padding-top: 8px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
#blog-post article .administrator .administrator_text p {
color: #000;
font-size: 14px;
font-weight: 500;
}
#blog-post article .comments_area {
border: 1px solid #ebebeb;
margin-top: 30px;
overflow: hidden;
}
#blog-post article .comments_area .comment_title h4 {
color: #353535;
font-size: 16px;
font-weight: 700;
margin-bottom: 50px;
margin-top: 30px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
#blog-post article .comments_area .single_comment {
border-bottom: 1px solid #ebebeb;
display: inline-block;
margin: 0 25px 30px;
}
#blog-post article .comments_area .single_comment:last-child {
border: none;
margin-bottom: 0;
}
#blog-post article .comments_area .single_comment .comment_text {
margin-left: -30px;
}
#blog-post article .comments_area .single_comment .comment_text h5 {
color: #353535;
font-size: 16px;
font-weight: 500;
margin-top: 1px;
text-transform: capitalize;
font-family: 'Raleway', sans-serif;
}
#blog-post article .comments_area .single_comment .comment_text p.c_text {
color: #000;
font-size: 15px;
padding-bottom: 50px;
}
#blog-post article .comments_area .single_comment .comment_text p span {
color: #fd9c1e;
font-size: 13px;
font-weight: 500;
margin-left: 5px;
text-transform: capitalize;
}
#blog-post article .comments_area .single_comment .comment_text p span.c_date {
color: #c2c2c2;
font-size: 13px;
margin-top: -5px;
margin-right: 5px;
}
#blog-post article .comments_area .single_comment .comment_reply {
border: medium none;
margin: 0;
}
#blog-post article .comments_area .single_comment .comment_reply .comment_reply_img {
margin-left: -20px;
}
#blog-post article .comment-box {
border: 1px solid #ebebeb;
margin-bottom: 20px;
margin-top: 30px;
}
#blog-post article .comment-box .comment-box-title h4 {
color: #353535;
font-family: "Raleway",sans-serif;
font-size: 16px;
font-weight: 700;
padding: 30px 0;
text-transform: uppercase;
padding-left: 15px;
}
.comment-box-submit {
margin-left: 15px;
}
#blog-post article .comment-box .comment-box-field .comment-box-half input[type="text"] {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #ebebeb;
margin-bottom: 20px;
padding: 10px 0 10px 20px;
width: 100%;
}
#blog-post article .comment-box .comment-box-field .comment-box-full textarea {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #ebebeb;
height: 186px;
padding: 20px;
resize: none;
width: 100%;
}
#blog-post article .comment-box .comment-box-field .comment-box-submit input[type="submit"] {
background: #ffbb00 none repeat scroll 0 0;
border: none;
color: #2e2e2e;
font-size: 14px;
font-weight: 700;
margin: 25px 0 40px;
padding: 4px 37px;
text-transform: uppercase;
} #project-version-one .single-project-item.col-lg-3 {
margin-bottom: 0px;
display: none;
padding: 0 0px;
}
#project-version-one .single-project-item.col-lg-3 img {
width: 100%;
height: 100%;
} #blog-post .no-search-content h2 {
border-bottom: 1px solid #e2e2e2;
font-size: 20px;
font-weight: 700;
line-height: 30px;
margin: 0 0 30px;
padding-bottom: 20px;
text-transform: uppercase;
position: relative;
}
#blog-post .no-search-content h2:after {
content: "";
background: #eae6c2;
width: 50px;
height: 2px;
position: absolute;
top: 50px;
left: 0;
}
#blog-post .no-search-content article h3 {
color: #000000;
font-family: "Raleway",sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 24px;
padding-top: 0;
text-transform: uppercase;
margin-bottom: 23px;
}
#blog-post .no-search-content .suggesion {
color: #000;
font-size: 14px;
line-height: 15px;
margin-bottom: 30px;
margin-top: 20px;
}
#blog-post .no-search-content .suggesion i {
margin-right: 10px;
}
#blog-post .no-search-content .suggesion-input input[type=text] {
border: 1px solid #e2e2e2;
height: 40px;
padding: 5px 15px;
width: 65%;
}
#blog-post .no-search-content .suggesion-input input[type="button"] {
background: #ffbb00 none repeat scroll 0 0;
border: medium none;
color: #2f2f2f;
font-size: 16px;
font-weight: 700;
margin-left: 13px;
padding: 7px 42px;
} button.mainmenu-toggler {
background: #d6000d none repeat scroll 0 0;
border: 1px solid #92040c;
color: #ffffff;
display: none;
float: right;
font-size: 22px;
font-weight: 800;
height: 48px;
line-height: 36px;
margin-right: 10px;
outline: medium none;
padding: 0 13px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
button.mainmenu-toggler:hover {
border-color: #ebe7c2;
background: #cec999;
color: #a59f68;
}
.mainmenu-container ul li.dropdown .fa {
display: none;
} .testimonials_v1 .testimonials_v1_content {
background-color: #f5f4f4;
padding: 0 25px;
}
.testimonials_v1 .row {
margin: 0;
}
.testimonials_v1 .section-title h1 {
margin-bottom: 60px;
}
.testimonials_v1 #testimonials.testimonials_v1_content {
padding: 50px 30px;
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap {
margin-bottom: 70px;
padding: 0;
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap:last-child {
margin-bottom: 0;
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap .single-testimonial .content {
width: 80.65%;
} .testimonials_v2 .testimonials_v2_content {
background-color: #fff;
margin-left: -15px;
margin-right: 15px;
padding: 0 25px;
}
#blog-post.testimonials_v2 .section-title h1 {
margin-bottom: 50px;
}
.testimonials_v2 #testimonials.testimonials_v2_content {
padding: 0;
background: #fff;
}
.testimonials_v2 #testimonials.testimonials_v2_content .single-testimoinal-wrap {
margin-bottom: 60px;
}
.testimonials_v2 #testimonials.testimonials_v2_content .single-testimoinal-wrap .single-testimonial .content {
width: 76.24%;
margin-bottom: 19px;
}
.testimonials_v2 #testimonials.testimonials_v2_content .single-testimoinal-wrap .single-testimonial {
background: #f7f7f7 none repeat scroll 0 0;
border-left: 2px solid #d7000d;
} #blog-post .sidebar-widget .category-list li a.active {
color: #eae6c2;
} #our-specialist.single-team-page {
padding-bottom: 50px;
}
#our-specialist.single-team-page .col-lg-3 {
margin-bottom: 30px;
}
#our-expertize {
background: #f5f4f4 none repeat scroll 0 0;
padding: 76px 0 63px;
}
#our-expertize h2 {
color: #000000;
font-size: 30px;
font-weight: bold;
line-height: 30px;
margin: 0 0 15px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
#our-expertize p {
font-weight: 500;
color: #000;
font-size: 14px;
font-family: 'Raleway', sans-serif;
}
#our-expertize p span.highlighted {
color: #3d3d3d;
font-size: 18px;
font-weight: 500;
line-height: 28px;
font-family: 'Raleway', sans-serif;
}
#emergency.team-page {
background-color: #F5F4F4;
} #blog-post.faq .faq-content .faq-title{
padding-top: 23px;  
}
#blog-post.faq .faq-content .faq-title h2 {
color: #000000;
font-size: 24px;
font-weight: bold;
line-height: 16px;
margin: 0 0 43px;
position: relative;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
#blog-post.faq .faq-content .faq-title h2:after {
background: #d7000d none repeat scroll 0 0;
content: " ";
display: block;
height: 3px;
left: 0;
position: absolute;
top: -23px;
width: 35px;
}
.faq .faq-content .faq-text p {
color: #000;
font-size: 14px;
font-weight: 500;
margin-bottom: 50px;
}
.faq .faq-content .faq-search {
background: #f9f9f9 none repeat scroll 0 0;
padding: 20px;
}
.faq .faq-content .faq-search input[type=text] {
border: 1px solid #e9e9e9;
color: #cccccc;
font-size: 14px;
padding: 10px 20px;
width: 79%;
}
.faq .faq-content .faq-search input[type=button] {
background: #eae6c2 none repeat scroll 0 0;
border: medium none;
color: #fff;
font-size: 16px;
font-weight: 700;
margin-left: -4px;
padding: 10px 40px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
.faq .faq-content .general-question {
margin-top: 60px;
}
.general-question .panel-group .panel {
border-radius: 0;
margin-top: 15px;
}
.general-question .panel-group .panel-default > .panel-heading {
border-color: #e9e9e9;
background-color: #ffffff;
}
.general-question .panel-group .panel-default .panel-title {
color: #000;
font-size: 14px;
font-weight: 500;
padding: 5px 0; 
font-family: 'Raleway', sans-serif;
}
.general-question .panel-group .panel-default .panel-title a {
display: block;
position: relative;
}
.general-question .panel-group .panel-default .panel-title a:after {
content: "\f106";
font-family: fontawesome;
background: #f9f9f9 none repeat scroll 0 0;
border-left: 1px solid #e9e9e9;
color: #7d7d7d;
font-size: 24px;
padding: 9px 15px;
position: absolute;
right: -15px;
top: -15px;
}
.general-question .panel-group .panel-default .panel-title a.collapsed:after {
content: "\f107";
font-family: fontawesome;
background: #f9f9f9 none repeat scroll 0 0;
border-left: 1px solid #e9e9e9;
color: #7d7d7d;
font-size: 24px;
padding: 9px 15px;
position: absolute;
right: -15px;
top: -15px;
}
.general-question .panel-body {
padding: 25px 15px 30px;
}
#blog-post article .general-question .panel-body .panel_body_up h2 {
color: #ff9101;
font-size: 26px;
font-weight: 300;
padding: 10px 0;
text-transform: none;
font-family: 'Raleway', sans-serif;
}
.general-question .panel-body .panel_body_up p {
color: #000;
font-size: 14px;
font-weight: 500;
font-family: 'Raleway', sans-serif;
}
.general-question .panel-body .panel_body_down .panel_down_img {
float: left;
}
.general-question .panel-body .panel_body_down .panel_down_text {
color: #000;
font-size: 14px;
font-weight: 500;
overflow: hidden;
padding-left: 15px;
}
#blog-post article .popular-question{
padding-top: 23px;  
}
#blog-post article .popular-question h2 {
color: #000000;
font-size: 24px;
font-weight: bold;
line-height: 16px;
margin: 0 0 50px;
position: relative;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
#blog-post article .popular-question h2:after {
background: #d7000d none repeat scroll 0 0;
content: " ";
display: block;
height: 3px;
left: 0;
position: absolute;
top: -23px;
width: 35px;
}
#blog-post article .popular-question h2.no-border-top{
margin-bottom:20px;
}
#blog-post article .popular-question h2.no-border-top::after {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
} #project-version-one.project-v3 {
background: #f9f9f9;    
}
#project-version-one .two-col-gallery .content {
text-align: center;
background: #fff;
padding: 20px 0;
display: block;
}
#project-version-one .two-col-gallery .content h4 {
text-transform: uppercase;
font-size: 15px;
font-weight: bold;
line-height: 22px;
margin: 0;
color: #787878;
font-family: 'Raleway', sans-serif;
}
#project-version-one .two-col-gallery .content span {
font-size: 14px;
text-transform: capitalize;
color: #787878;
font-weight: 500;
font-family: 'Raleway', sans-serif;
}
#project-version-one .two-col-gallery .single-project-item:hover .content h4 {
color: #fff;
}
#project-version-one .two-col-gallery .single-project-item:hover .content span {
color: #fff;
}
#project-version-one .two-col-gallery .single-project-item .overlay {
position: relative;
}
#project-version-one .two-col-gallery .single-project-item .overlay:before {
content: ' ';
position: absolute;
top:0;
left:0;
width: 100%;
height: 0%;
background: rgba(0,0,0,.60);
z-index: 1;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#project-version-one .two-col-gallery .single-project-item .overlay:after {
content: ' ';
width: auto;
height: auto;
position: absolute;
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
border: 1px solid #808080;
z-index: 2;
visibility: hidden;
}
#project-version-one .two-col-gallery .single-project-item:hover .overlay:before {
height: 100%;
}
#project-version-one .two-col-gallery .single-project-item:hover .overlay:after {
visibility: visible;
}
#project-version-one .two-col-gallery .single-project-item .content:before {
background: #2FB6FF;
}
#project-version-one .two-col-gallery .single-project-item:hover .content:before {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} #project-content {
padding-bottom: 65px;
padding-top: 80px;
}
#project-content p {
color: #898989;
font-size: 14px;
font-weight: 500;
margin-top: -7px;
} #project-content.version-2 {
text-align: center;
padding: 60px 0 0px;
margin-bottom: -30px;
}
#project-content.version-2 .section-title h1::before {
left: 49%;
} #blog.version-two .blog-wrap {
margin-bottom: 65px;
}
#blog.version-two .post-pagination ul {
text-align: center;
}
#blog.version-two .post-pagination ul li {
display: inline;
}
#blog.version-two .post-pagination ul li a {
display: inline-block;
height: 50px;
line-height: 50px;
color: #000;
margin-right: 10px;
text-align: center;
border: 1px solid #E2E2E2;
font-size: 24px;
padding: 0 17px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#blog.version-two .post-pagination ul li.active a,
#blog.version-two .post-pagination ul li:hover a {
background: #51B7E3;
color: #fff;
border: 1px solid #51B7E3;
} .preloader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 999999999;
background-color: #ffffff;
background-position: center center;
background-repeat: no-repeat;
background-image: url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/resources/preloader.html);
} .home-v2#topbar {
background: #012C3C;
}
.home-v2#topbar .social ul li a {
color: #42B8EA;
}
.home-v2#topbar .contact-info ul li a {
color: #fff;
} header.home-v2 {
background: #42B8E9;
}
.home-v2 ul.mainmenu li a {
color: #fff;
}
header.home-v2 ul.mainmenu li a:hover {
color: #012C3C;
}
header.home-v2 ul.mainmenu > li.current > a {
color: #012C3C;
}
.home-v2 ul.mainmenu li a:before,
.home-v2 nav.mainmenu-container ul > li > ul > li > a:hover {
background: #012C3C;
color: #fff;
}
.home-v2 .mainmenu-container ul li.top-icons a i {
color: #fff;
border-color: #fff;
}
.home-v2 .mainmenu-container ul > li.dropdown:after {
color: #012C3C;
}
.home-v2 .mainmenu-container ul > li > ul li.dropdown:after {
color: #fff;
}
.home-v2 .mainmenu-container ul > li > ul > li > ul > li:last-child > a:hover {
color: #fff;
background: #012C3C;
padding: 0 20px;
}
.home-v2 .mainmenu-container ul li.top-icons:hover a i {
color: #012C3C;
border-color: #012C3C;
}
.home-v2 .search-box form button {
color: #012C3C;
}
.home-v2 .search-box {
background: #42B8E9;
}
.home-v2 .cart-box span {
color: #012C3C;
}
.home-v2 button.mainmenu-toggler {
color: #fff;
}
.home-v2 button.mainmenu-toggler:hover {
color: #012C3C;
border-color: #012C3C;
}
.home-v2 ul.mainmenu li a::before, .home-v2 nav.mainmenu-container ul > li > ul > li > a:hover {
background: #012C3C;
}
.home-v2 .mainmenu-container ul li a::before {
background: #012C3C;
} .home-v2#project-version-two {
background: url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/our-projects/bg.html) center top no-repeat;
background-size: cover;
padding-bottom: 80px;
}
.home-v2#project-version-two .section-title h1 {
color: #fff;
border-color: #335160;
}
.home-v2#project-version-two .gallery-filter {
border: none;
}
.home-v2#project-version-two .gallery-filter li span {
color: #fff;
border: 1px solid transparent;
line-height: 30px;
}
.home-v2#project-version-two .gallery-filter li:hover span {
color: #eae6c2;
}
.home-v2#project-version-two .gallery-filter li.active span {
border: 1px solid #eae6c2;
color: #eae6c2;
}
.home-v2#project-version-two .gallery-filter li.active span:before {
display: none;
}
.home-v2#project-version-two .view-all-btn {
text-align: center;
}
.home-v2#project-version-two a.view-all {
border: 1px solid #4C7B96;
background-color: transparent;
color: #fff;
text-transform: uppercase;
line-height: 35px;
padding: 0 35px;
font-weight: 600;
font-size: 13px;
margin: auto;
display: inline-block;
margin-top: 35px;
}
.home-v2#project-version-two a.view-all:hover {
border-color: transparent;
}
.home-v2#project-version-two a.view-all:before {
background: #FE5454;
} .home-v2#blog .blog-wrap {
margin-bottom: 35px;
}
.home-v2#blog .blog-wrap.height-big .content-wrap p {
margin-bottom: 45px;
} .home-v2#pricing-faq {
background: #102335;
position: relative;
z-index: 1;
}
.home-v2#pricing-faq .parallax {
opacity: .7;
}
.home-v2#pricing-faq .section-title h1 {
color: #fff;
border-color: #335160;
}
.home-v2#pricing-faq ul li h2 {
color: #eae6c2;
}
.home-v2#pricing-faq ul li p {
color: #fff;
} .home-v2#contact-content {
padding: 0;
position: relative;
margin-bottom: -60px;
background: url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/resources/contact-bg.html) bottom right no-repeat fixed;
}
.home-v2#contact-content .container {
padding: 65px 0 50px;
overflow: hidden;
}
.home-v2#contact-content .section-title h1 {
margin-bottom: 30px;
}
.home-v2#contact-content .container p {
text-align: left;
} .google-map-full-container {
width: 100%;
}
.google-map-full-container .google-map {
height: 450px;
} #subscribe-section {
background: #36A2DC;
padding: 30px 0 20px;
}
#subscribe-section h2 {
font-size: 24px;
line-height: 30px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
margin: 0;
margin-bottom: 5px;
}
#subscribe-section p {
font-size: 15px;
font-weight: 600;
color: #fff;
}
#subscribe-section p br {
display: none;
}
#subscribe-section .subscribe-form-wrap {
padding: 25px 0;
}
#subscribe-section .subscribe-form-wrap input {
width: 70%;
height: 45px;
color: #FFFFFF;
font-size: 15px;
line-height: 45px;
background: #03394F;
font-weight: 600;
border: none;
padding-left: 20px;
margin-right: 20px;
}
#subscribe-section .subscribe-form-wrap button {
font-size: 16px;
line-height: 45px;
color: #fff;
font-weight: 900;
background: #FE5454;
border: 1px solid #FE5454;
text-transform: uppercase;
display: inline-block;
margin: auto;
border: none;
outline: none;
padding: 0 40px;
}
#subscribe-section .subscribe-form-wrap button:before {
background: #fff;
}
#subscribe-section .subscribe-form-wrap button:hover, 
#subscribe-section .subscribe-form-wrap button:focus {
color: #FE5454;
} #our-achivement {
background: #36A2DC;
color: #fff;
padding: 60px 0;
}
#our-achivement .achivement ul li {
display: inline;
}
#our-achivement .achivement ul li span {
display: inline-block;
padding: 0 20px;    
border-right: 1px dashed #fff;
font-size: 16px;
font-weight: 600;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#our-achivement .achivement ul li span b {
font-weight: bold;
font-size: 40px;
font-family: 'Fjalla One';
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#our-achivement .achivement ul li span:last-child {
border: none;
}
#our-achivement .achivement ul li span i {
font-size: 55px;
line-height: 75px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#our-achivement .achivement:hover ul li span i,
#our-achivement .achivement:hover ul li span b {
color: #FE5454;
}
#our-achivement .achivement:hover ul li span {
color: #012C3C;
} #request-a-qoute-container {
margin-top: -170px;
position: relative;
z-index: 9999;
}
#request-a-qoute-container .tab-title ul {
text-align: left;
margin-left: 3px;
}
#request-a-qoute-container .tab-title ul li {
display: inline;
}
#request-a-qoute-container .tab-title ul li span {
display: inline-block;
color: #444444;
font-weight: bold;
text-transform: uppercase;
font-size: 16px;
line-height: 50px;
border-top: 5px solid transparent;
background: #E8E8E8;
padding: 0 22px;
cursor: pointer;
margin: 0 -3px; 
}
#request-a-qoute-container .tab-title ul li span.active {
background: #fff;
border-top: 5px solid #51B7E3;
-webkit-box-shadow: 5px -5px 5px  rgba(0,0,0,.2);
box-shadow: 5px -5px 5px  rgba(0,0,0,.2);
position: relative;
z-index: 999;
}
#request-a-qoute-container .tab-title ul li:last-child span.active {
-webkit-box-shadow: -5px -5px 5px  rgba(0,0,0,.2);
box-shadow: -5px -5px 5px  rgba(0,0,0,.2);
}
#request-a-qoute-container .tab-content {
padding: 25px 0;
background: #fff;
}
#request-a-qoute-container .tab-content .success {
color: #42B8E9;
}
#request-a-qoute-container .tab-content form ul li {
width: 20%;
float: left;
padding: 0 15px;
}
#request-a-qoute-container .tab-content form ul li label {
display: block;
font-family: 'Fjalla One';
font-size: 15px;
color: #000000;
font-weight: normal;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#request-a-qoute-container .tab-content form ul li label.error {
display: none !important;
}
#request-a-qoute-container .tab-content form ul li:hover label {
color: #FE5454;
}
#request-a-qoute-container .tab-content form ul li:focus label {
color: #42B8E9;
}
#request-a-qoute-container .tab-content form ul li input {
display: block;
height: 35px;
width: 100%;
border: 1px solid #E1E1E1;
outline: none;
padding: 0 10px;
color: #000;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#request-a-qoute-container .tab-content form ul li input.error {
border-color: red;
}
#request-a-qoute-container .tab-content form ul li input:hover {
background: #42B8E9;
color: #fff;
}
#request-a-qoute-container .tab-content form ul li input:focus {
background: #42B8E9;
color: #fff;
}
#request-a-qoute-container .tab-content form ul li input:focus {
background: #42B8E9;
color: #fff;
}
#request-a-qoute-container .tab-content form ul li input::-webkit-input-placeholder {
color: #c1c1c1;
}
#request-a-qoute-container .tab-content form ul li input:-moz-placeholder { color: #c1c1c1;  
}
#request-a-qoute-container .tab-content form ul li input::-moz-placeholder { color: #c1c1c1;  
}
#request-a-qoute-container .tab-content form ul li input:-ms-input-placeholder {  
color: #c1c1c1;  
}
#request-a-qoute-container .tab-content form ul li input:hover::-webkit-input-placeholder,
#request-a-qoute-container .tab-content form ul li input:focus::-webkit-input-placeholder {
color: #fff;
}
#request-a-qoute-container .tab-content form ul li input:hover:-moz-placeholder,
#request-a-qoute-container .tab-content form ul li input:focus:-moz-placeholder { color: #fff;  
}
#request-a-qoute-container .tab-content form ul li input:hover::-moz-placeholder,
#request-a-qoute-container .tab-content form ul li input:focus::-moz-placeholder { color: #fff;  
}
#request-a-qoute-container .tab-content form ul li input:hover:-ms-input-placeholder,
#request-a-qoute-container .tab-content form ul li input:focus:-ms-input-placeholder {  
color: #fff;  
}
#request-a-qoute-container .tab-content form ul li button {
background: #FE5454;
color: #fff;
border: none;
outline: none;
font-size: 16px;
line-height: 35px;
height: 35px;
text-transform: uppercase;
font-weight: 800;
width: 100%;
}
#request-a-qoute-container .tab-content form ul li button:hover,
#request-a-qoute-container .tab-content form ul li button:focus {
color: #FE5454;
}
#request-a-qoute-container .tab-content form ul li button:before {
background: #fff;
}
#request-a-qoute-container .container {
position: relative;
}
#request-a-qoute-container .container .request-a-qoute-with-tooltip {
position: absolute;
top: 0;
right: 15px;
background: #42B8E9 none repeat scroll 0 0;
border: medium none;
color: #fff;
display: inline-block;
font-size: 20px;
font-weight: 900;
line-height: 45px;
margin: auto;
outline: medium none;
padding: 0 45px;
text-transform: uppercase;
}
#request-a-qoute-container .container .request-a-qoute-with-tooltip:hover,
#request-a-qoute-container .container .request-a-qoute-with-tooltip:focus {
color: #42B8E9;
}
#request-a-qoute-container .container .request-a-qoute-with-tooltip:before {
background: #fff;
}
#request-a-qoute-container .container .request-a-qoute-with-tooltip i {
position: absolute;
bottom: -17px;
font-size: 30px;
left: 0;
width: 100%;
color: #42B8E9;
}
#request-a-qoute-container .container .request-a-qoute-with-tooltip:hover i {
color: #fff;
} header.header-v1 {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: transparent;
z-index: 999999;
border-bottom: 1px solid rgba(255,255,255,.2);
}
header.header-v1 .mainmenu-container ul li {
line-height: 90px;
}
header.header-v1 .logo {
margin: 17px 0;
}
header.header-v1 .mainmenu-container > ul > li > a,
header.header-v1 .mainmenu-container ul li.top-icons a i {
color: #fff;
}
header.header-v1 .mainmenu-container ul li.top-icons a i {
border-color: #fff;
}
header.header-v1.header-fixed {
background: #51B7E3;
}
header.header-v1 .top-info ul {
text-align: right;
}
header.header-v1 .top-info ul li {
display: inline;
}
header.header-v1 .top-info ul li span {
display: inline-block;
color: #fff;
font-size: 14px;
line-height: 40px;
margin-left: 25px;
}
header.header-v1 .mainmenu-container > ul > li.dropdown:after {
bottom: 10px;
}
header.header-v1 .top-info {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
header.header-v1.header-fixed .top-info {
display: none;
} #header-v1-banner {
padding: 320px 0 0px;
background: url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/slides/image6.html) no-repeat center center;
background-size: cover;
height: 100vh;
position: relative;
}
#header-v1-banner:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.55);
}
#header-v1-banner h1 {
font-size: 70px;
line-height: 70px;
margin: 0px;
display: inline-block;
text-transform: uppercase;
font-weight: 800;
padding: 10px 20px;
}
#header-v1-banner h1.blue {
background: #04AEEA;
color: #002431;
}
#header-v1-banner h1.red {
background: #FE5454;
color: #fff;
}
#header-v1-banner p {
font-size: 20px;
line-height: 28px;
color: #fff;
font-weight: 500;
font-style: italic;
margin: 50px 0;
}
#header-v1-banner a {
font-size: 14px;
line-height: 38px;
padding: 0 40px;
border: 1px solid #fff;
color: #fff;
display: inline-block;
} header.header-v3 .container {
position: relative;
z-index: 9999;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
header.header-v3 > .container {
margin-bottom: -25px;
}
header.header-v3.header-fixed .container {
margin-bottom: 0;
}
header.header-v3 .header-v3-top {
padding: 25px 0;
}
header.header-v3 .logo {
margin-top: 0;
}
header.header-v3 .col-lg-9 ul {
text-align: right;
}
header.header-v3 .col-lg-9 ul li {
float: right;
padding: 0 20px;
border-right: 1px solid #D3D3D3;
}
header.header-v3 .col-lg-9 ul li:first-child {
border: none;
}
header.header-v3 .col-lg-9 ul li span {
display: inline-block;
text-align: left;
color: #787D84;
font-size: 14px;
vertical-align: bottom;
}
header.header-v3 .col-lg-9 ul li span .number {
font-family: 'Fjalla One';
}
header.header-v3 .col-lg-9 ul li span b {
display: block;
color: #012C3C;
font-weight: 500;
margin-bottom: -6px;
}
header.header-v3 .col-lg-9 ul li span .fa {
font-size: 15px;
color: #787D84;
margin-right: 10px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
header.header-v3 .col-lg-9 ul li span a:hover .fa {
color: #10BEDE;
}
header.header-v3 .col-lg-9 ul li span .icon {
font-size: 30px;
line-height: 50px;
color: #0EC3FF;
vertical-align: top;
padding-right: 10px;
}
header.header-v3 .mainmenu-container {
background: #10BEDE;
border-bottom: 3px solid  #FE5454;
padding: 0;
}
header.header-v3 .mainmenu-container ul {
text-align: left;
}
header.header-v3 .mainmenu-container ul li {
line-height: 50px;
}
header.header-v3 .mainmenu-container > ul > li > a {
color: #fff;
margin-right: -5px;
position: relative;
}
header.header-v3 .mainmenu-container > ul > li:first-child > a:before {
display: none;
}
header.header-v3 .mainmenu-container > ul > li > a:before {
content: ' ';
background: #0C9AB8;
width: 1px;
height: 22px;
position: absolute;
right: 0;
top: 15px;
}
header.header-v3 .mainmenu-container > ul > li:hover > a,
header.header-v3 .mainmenu-container > ul > li.current > a {
background: #FE5454;
}
header.header-v3 .mainmenu-container > ul > li.current > a:before,
header.header-v3 .mainmenu-container > ul > li:hover > a:before,
header.header-v3 .mainmenu-container > ul > li:hover + li > a:before,
header.header-v3 .mainmenu-container > ul > li.current + li > a:before {
content: '';
background: none;
display: none;
}
header.header-v3 .mainmenu-container ul > li.dropdown:after {
bottom: 0;
color: #fff;
font-size: 13px;
}
header.header-v3 .mainmenu-container ul li.top-icons a {
margin-right: 0;
color: #fff;
}
header.header-v3 .mainmenu-container ul li.top-icons a i {
color: #fff;
}
header.header-v3 .mainmenu-container ul li.top-icons a:before {
display: none;
} #banner.header-v3 {
background: url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/slides/image7.html) center top no-repeat;
background-size: cover;
padding: 135px 0 100px;
position: relative;
z-index: 999;
}
#banner.header-v3 .container {
overflow: hidden;
}
#banner.header-v3 .col-lg-5 {
position: relative;
left: 6%;
}
h1.banner-header-v3-heading {
font-size: 35px;
line-height: 35px;
margin: 0px;
display: inline-block;
text-transform: uppercase;
font-weight: 800;
padding: 10px 20px;
}
h1.banner-header-v3-heading.blue {
background: #052733;
color: #0EC3FF;
}
h1.banner-header-v3-heading.red {
background: #FE5454;
color: #fff;
}
.banner-header-v3-txt {
margin: 25px 0;
}
.banner-header-v3-txt li,
.banner-header-v3-txt li i {
font-size: 18px;
font-weight: bold;
color: #000000;
}
.banner-header-v3-txt li span {
border-bottom: 1px solid #979797;
border-left: 1px solid #979797;
line-height: 41px;
text-transform: uppercase;
display: inline-block;
padding: 0 20px;
}
.banner-header-v3-txt li:first-child span {
border-top: 1px solid #979797;
}
.banner-header-v3-button {
font-size: 14px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
line-height: 37px;
padding: 0 20px;
background: #2CCAFF;
border-bottom: 4px solid  #376f81;
display: inline-block;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.banner-header-v3-button:hover {
background: #FE5454;
color: #fff;
}
.banner-header-v3-button:active {
position: relative;
top: 4px;
border-bottom: 1px solid  #376f81;
} header.header-v4 {
}
header.header-v4 .header-v4-top {
padding: 25px 0;
}
header.header-v4 .logo {
margin-top: 0;
}
header.header-v4 .col-lg-9 ul {
text-align: right;
}
header.header-v4 .col-lg-9 ul li {
float: right;
padding: 0 20px;
border-right: 1px solid #D3D3D3;
}
header.header-v4 .col-lg-9 ul li:first-child {
border: none;
}
header.header-v4 .col-lg-9 ul li span {
display: inline-block;
text-align: left;
color: #787D84;
font-size: 14px;
vertical-align: bottom;
}
header.header-v4 .col-lg-9 ul li span .number {
font-family: 'Fjalla One';
}
header.header-v4 .col-lg-9 ul li span b {
display: block;
color: #012C3C;
font-weight: 500;
margin-bottom: -6px;
}
header.header-v4 .col-lg-9 ul li span .fa {
font-size: 15px;
color: #787D84;
margin-right: 10px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
header.header-v4 .col-lg-9 ul li span a:hover .fa {
color: #10BEDE;
}
header.header-v4 .col-lg-9 ul li span .icon {
font-size: 30px;
line-height: 50px;
color: #0EC3FF;
vertical-align: top;
padding-right: 10px;
}
header.header-v4 .header-v4-bottom {
background: #F0F0F0;
border-top: 1px solid  #D5D5D5;
}
header.header-v4 .mainmenu-container > ul {
padding: 0;
}
header.header-v4 .mainmenu-container ul {
text-align: left;
}
header.header-v4 .mainmenu-container ul li {
line-height: 50px;
}
header.header-v4 .mainmenu-container > ul > li > a {
color: #515050;
margin-right: -5px;
position: relative;
}
header.header-v4 .mainmenu-container > ul > li > a:before {
content: ' ';
background: #CACACA;
width: 1px;
height: 22px;
position: absolute;
right: 0;
top: 15px;
}
header.header-v4 .mainmenu-container > ul > li:first-child > a:before {
display: none;
}
header.header-v4 .mainmenu-container > ul > li:hover > a,
header.header-v4 .mainmenu-container > ul > li.current > a {
color: #FE5454;
}
header.header-v4 .mainmenu-container ul > li.dropdown:after {
bottom: 0;
color: #fff;
font-size: 13px;
}
header.header-v4 .mainmenu-container ul li.top-icons a {
margin-right: 0;
color: #fff;
}
header.header-v4 .mainmenu-container ul li.top-icons a i {
color: #2DA9E9;
border-color: #CACACA;
}
header.header-v4 .mainmenu-container ul li.top-icons a:before {
display: none;
}
.header-v4-bottom .top-icons-wrap {
width: auto;
}
.header-v4-bottom .top-icons-wrap form {
height: 35px;
background: #FFFFFF;
border: 1px solid #CACACA;
padding: 0 10px;
border-radius: 5px;
position: relative;
top: 7px;
}
.header-v4-bottom .top-icons-wrap input,
.header-v4-bottom .top-icons-wrap button {
height: 35px;
border: none;
outline: none;
line-height: 35px;
background: none;
display: inline-block;
vertical-align: top;
} #banner.header-v2 {
padding: 285px 0 160px;
background: url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/slides/image4.html) right top no-repeat;
background-size: cover;
}
#banner.header-v2 h1 {
font-size: 75px;
line-height: 75px;
color: #FE5454;
text-transform: uppercase;
font-weight: 800;
}
#banner.header-v2 h1 span {
font-size: 83px;
color: #1ACCFF;
}
#banner.header-v2 .header-v2-caption {
margin-top: 40px;
background: url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/resources/header-v2-banner-lines.html) 40px 0 no-repeat;
background-size: 100% 100%;
}
#banner.header-v2 .header-v2-caption li {
padding-bottom: 40px;
}
#banner.header-v2 .header-v2-caption li:first-child {
padding-top: 40px;
}
#banner.header-v2 .header-v2-caption li .icon-holder {
background: #cf0000;
border: 5px solid #386182;
width: 85px;
height: 85px;
border-radius: 50%;
text-align: center;
margin-right: 40px;
}
#banner.header-v2 .header-v2-caption li .icon-holder .icon {
font-size: 50px;
line-height: 75px;
color: #000000;
}
#banner.header-v2 .header-v2-caption li .icon-holder img {
margin-top: 8px;
}
#banner.header-v2 .header-v2-caption li .icon-holder.plumbing {
background: #FFCA1C;
}
#banner.header-v2 .header-v2-caption li .icon-holder.heating {
background: #FE5454;
}
#banner.header-v2 .header-v2-caption li .icon-holder.handyman {
background: #53E6B0;
}
#banner.header-v2 .header-v2-caption li .info {
color: #fff;
font-size: 18px;
line-height: 26px;
}
#banner.header-v2 .header-v2-caption li .info b {
font-size: 22px;
font-weight: 800;
color: #fff;
text-transform: uppercase;
} .header-v4 .bold-pxslider-caption-header-v4 h1 {
font-size: 65px;
line-height: 65px;
color: #fff;
font-weight: 900;
text-transform: uppercase;
}
.header-v4 .bold-pxslider-caption-header-v4.red h1 {
color: #FE5454;
}  #page-404-content {
padding: 165px 0 80px;
}
#page-404-content .container {
background: url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/404/404-bg.jpg) 0 0 no-repeat;
background-size: cover;
position: relative;
padding: 60px 0;
}
#page-404-content .container .row > img {
position: absolute;
bottom: 0;
left: 45px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#page-404-content .container:hover .row > img {
opacity: .5;
}
#page-404-content .container h1 {
font-size: 45px;
line-height: 45px;
color: #000000;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 15px;    
font-family: 'Raleway', sans-serif;
}
#page-404-content .container p {
color: #6c6c6c;
font-size: 16px;
font-weight: 500;
line-height: 26px;
margin-bottom: 20px;
font-family: 'Raleway', sans-serif;
}
#page-404-content .container a.button-404 {
background: #ffbb00;
border: 1px solid transparent;
color: #313131;
display: inline-block;
font-size: 16px;
font-weight: 700;
line-height: 34px;
padding: 0 32px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
#page-404-content .container a.button-404:hover {
}
#page-404-content .container a.button-404:before {
background: #fff;
} #blog-post .search-content .section-title h1 {
margin-bottom: 0;
}
#blog-post .search-content .single-search-content {
padding: 50px 0;
border-bottom: 1px solid #E2E2E2;
margin: 0;
}
#blog-post .search-content .single-search-content:first-child {
padding-top: 0;
}
#blog-post .search-content .single-search-content:last-child {
}
#blog-post .search-content .single-search-content .img-holder {
margin: 0;
padding-left: 0;
text-align: center;
padding-right: 10px;
}
#blog-post .search-content .single-search-content .content span {
color: #c0c0c0;
font-size: 14px;
font-weight: 500;
line-height: 26px;
}
#blog-post .search-content .single-search-content .content h3 {
color: #000000;
font-size: 15px;
font-weight: 600;
line-height: 26px;
margin: 0;
margin-bottom: 2px;
}
#blog-post .search-content .single-search-content .content p {
color: #000;
font-size: 14px;
font-weight: 500;
line-height: 24px;
margin-bottom: 5px;
}
#blog-post .search-content .single-search-content .content a {
color: #eae6c2;
font-size: 14px;
font-weight: 500;
}
.suggesion-input {
margin-top: 50px;
} .cart-page {
padding: 80px 0 155px;
}
.cart-page .table {
margin: 0;
}
.cart-page table > tbody > tr > td,
.cart-page .table > thead > tr > th {
border: none;
}
.cart-page .table thead {
background: #F9F9F9;
}
.cart-page .table > thead > tr > th {
font-weight: normal;
color: #000000;
font-size: 16px;
line-height: 60px;
padding: 0 40px;
font-weight: 500;
border: 1px solid #EBEBEB;
border-bottom: 0;
}
.cart-page .table > thead > tr > th.close {
color: transparent;
}
.cart-page .table > tbody > tr > td.preview {
padding: 25px 50px;
}
.cart-page .table > tbody > tr > td {
border: 1px solid #EBEBEB;
padding: 80px 40px;
font-size: 14px;
color: #000;
font-weight: 600;
}
.cart-page .table > tbody > tr > td.del-item {
text-align: center;
}
.cart-page .table > tbody > tr > td .select-box {
padding: 0;
margin: 0;
border: 1px solid #EDEDED;
width: 95px;
overflow: hidden;
background-color: #fff;
background: #fff url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/cart/select-box-bg.html) no-repeat 80% 50%;
}
.cart-page .table > tbody > tr > td .select-box select {
padding: 5px 8px;
width: 130%;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
background-image: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.cart-page .table > tbody > tr > td .select-box select:focus {
outline: none;
}
.cart-page .table > tbody > tr > td.del-item {
color: #FE5454;
font-size: 18px;
font-weight: normal;
}
.cart-page .bottom-box {
padding: 30px 25px;
background: #F9F9F9;
margin: 0 0 50px;
}
.cart-page .bottom-box .cupon-box input {
width: 130px;
line-height: 36px;
padding: 0 20px;
border: 1px solid #EEEEEE;
outline: none;
margin-right: 10px;
}
.cart-page .bottom-box .cupon-box button {
padding: 0 20px;
color: #fff;
background: #E3E3E3;
text-transform: capitalize;
border: none;
outline: none;
font-weight: normal;
line-height: 36px;
color: #000000;
}
.cart-page .add-to-cart-wrap {
text-align: right;
}
.cart-page .add-to-cart-wrap a {
background: #FE5454;
text-transform: uppercase;
display: inline-block;
line-height: 36px;
font-weight: 700;
color: #fff;
padding: 0 40px;
}
.cart-page .add-to-cart-wrap a:before {
background: #51B7E3;
}
.cart-page .cart-total-box li {
line-height: 60px;
font-size: 16px;
font-weight: 500;
border-bottom: 1px solid #EBEBEB;
border-left: 1px solid #EBEBEB;
border-right: 1px solid #EBEBEB;
padding: 0 25px;
}
.cart-page .cart-total-box li:first-child {
border-top: 1px solid #EBEBEB;
}
.cart-page .cart-total-box li span {
margin-left: 50px;
}
.cart-page .cart-total-box .cart-total {
background: #F9F9F9;
}
.cart-page .cart-total-box .proceed-to-checkout {
text-align: right;
}
.cart-page .cart-total-box .proceed-to-checkout a {
background: #FE5454;
text-transform: uppercase;
display: inline-block;
line-height: 36px;
font-weight: 700;
color: #fff;
padding: 0 40px;
}
.cart-page .cart-total-box .proceed-to-checkout a:before {
background: #51B7E3;
} #checkout-content {
padding: 80px 0 130px;
}
#checkout-content .return-customer {
background: #F9F9F9;
border: 1px solid #EBEBEB;
padding: 25px 30px;
margin-bottom: 50px;
}
#checkout-content .return-customer p {
margin-bottom: 0;
font-size: 14px;
color: #8E8E8E;
line-height: 26px;
}
#checkout-content .return-customer a {
color: #FE5454;
}
#checkout-content label,
#checkout-content input[type="text"] {
display: block;
}
#checkout-content label {
font-size: 14px;
line-height: 26px;
color: #000;
margin-bottom: 5px;
font-weight: 500;
}
#checkout-content input[type="text"] {
width: 100%;
margin-bottom: 10px;
height: 40px;
line-height: 40px;
border: 1px solid #E2E2E2;
outline: none;
padding: 0 20px;
}
#checkout-content input[type="text"]:last-child {
margin-bottom: 0;
}
#checkout-content .left-checkout > .row {
margin-bottom: 30px;
}
#checkout-content .select-box {
padding: 0;
margin: 0;
border: 1px solid #E2E2E2;
width: 100%;
overflow: hidden;
background-color: #fff;
background: #fff url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/cart/select-box-bg.html) no-repeat 95% 50%;
}
#checkout-content .select-box select {
padding: 5px 8px;
width: 130%;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
background-image: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#checkout-content .select-box select:focus {
outline: none;
}
#checkout-content .row span {
font-size: 14px;
font-weight: 500;
color: #000;
}
#checkout-content input[type="checkbox"] {
margin: 0;
vertical-align: middle;
margin-right: 15px;
}
#checkout-content textarea {
width: 100%;
height: 100px;
border: 1px solid #E2E2E2;
padding: 10px 20px;
outline: none;
}
#checkout-content .ship-different {
margin-top: 80px;
}
#checkout-content .order-box {
border: 1px solid #D9D9D9;
padding: 30px;
}
#checkout-content .order-box ul li {
display: block;
color: #000;
font-size: 14px;
line-height: 45px;
font-weight: 600;
}
#checkout-content .order-box ul li.total {
border-top: 1px solid #E2E2E2;
border-bottom: 1px solid #E2E2E2;
}
#checkout-content .order-box ul li span {
float: right;
display: inline-block;
}
#checkout-content .order-box ul li span.bold {
font-size: 18px;
color: #000;
font-weight: 700;
}
#checkout-content .order-box ul li a span {
color: #FE5454;
}
#checkout-content .order-box ul li input[type="radio"] {
margin-right: 10px;
}
#checkout-content .order-box ul li .note {
background: #ECECEC;
padding: 25px;
color: #000;
line-height: 24px;
font-size: 14px;
font-weight: normal;
position: relative;
}
#checkout-content .order-box ul li .note .fa {
font-size: 35px;
position: absolute;
top: -25px;
left: 25px;
color: #ECECEC;
}
#checkout-content .order-box ul li a.place-order {
background: #FE5454;
text-transform: uppercase;
display: inline-block;
line-height: 36px;
font-weight: 700;
color: #fff;
padding: 0 40px;
margin-top: 30px;
} .shop-page-content .row,
.shop-page-content.row {
margin-left: -10px;
margin-right: -10px;
}
.shop-page-content .single-shop-item {
padding: 0 10px;
margin-bottom: 20px;
}
.shop-page-content .single-shop-item .meta {
background: #F8F8F8;
padding: 30px 17px;
text-align: center;
border: 1px solid #F0F0F0;
}
.shop-page-content .single-shop-item .meta h4 {
text-transform: uppercase;
font-size: 13px;
color: #000000;
line-height: 26px;
font-weight: 700;
margin-bottom: 5px;
}
.shop-page-content .single-shop-item .meta p {
font-size: 13px;
font-weight: 600;
color: #000;
line-height: 18px;
}
.shop-page-content .single-shop-item .meta span {
display: block;
font-family: 'Fjalla One', sans-serif;
font-size: 16px;
color: #7E7E7E;
}
.shop-page-content .single-shop-item .meta span b {
font-size: 20px;
line-height: 28px;
color: #E22D2D;
font-weight: 600;
}
.shop-page-content .single-shop-item a.add-to-cart {
background: #FE5454;
text-transform: uppercase;
display: inline-block;
line-height: 30px;
font-weight: 700;
color: #fff;
padding: 0 20px;
font-size: 13px;
margin-top: 25px;
}
.shop-page-content .single-shop-item a.add-to-cart:before {
background: #51B7E3;
}
.shop-page-content .best-seller {
margin-top: 80px;
margin-left: 10px;
} .product-details-box {
margin-bottom: 80px;
}
.product-details-box h3 {
color: #000000;
font-size: 20px;
line-height: 28px;
margin: 0;
margin-bottom: 0px;
font-weight: 700;
text-transform: uppercase;
}
.product-details-box p {
font-size: 14px;
color: #000;
border-top: 1px solid #EAEAEA;
border-bottom: 1px solid #EAEAEA;
padding: 20px 0;
margin: 20px 0;
font-weight: 600;
}
.product-details-box span {
display: block;
font-size: 18px;
color: #000;
font-weight: 600;
margin-bottom: 20px;
}
.product-details-box span b {
font-size: 24px;
color: #E22D2D;
font-weight: 700;
font-family: 'Fjalla One', sans-serif;
margin-left: 10px;
}
.product-details-box span input {
width: 36px;
height: 36px;
border: 1px solid #EAEAEA;
color: #000;
text-align: center;
margin-left: 10px;
}
.product-details-box a.add-to-cart {
background: #FE5454;
text-transform: uppercase;
display: inline-block;
line-height: 50px;
font-weight: 700;
color: #fff;
padding: 0 65px;
font-size: 18px;
margin-top: 25px;
}
.product-details-box img {
border: 5px solid #F4F4F4;
}
.product-details-page-content .best-seller {
margin-left: 0px;
}
.product-details-tab-title {
margin: -15px;
}
.product-details-tab-title .col-lg-12 {
padding: 0;
}
.product-details-tab-title ul li {
display: inline;
}
.product-details-tab-title ul li.active span {
background: #fff;
border: 1px solid #E6E6E6;
border-top: 2px solid #FE5454;
border-bottom: 0;
position: relative;
top: 1px;
z-index: 999;
}
.product-details-tab-title ul li span {
display: inline-block;
background: #F4F4F4;
font-size: 16px;
color: #000000;
line-height: 45px;
padding: 0 27px;
margin-right: 5px;
cursor: pointer;
}
.product-details-tab-content {
margin-bottom: 75px;
}
.product-details-tab-content .col-lg-12 {
border: 1px solid #E6E6E6;
padding: 40px;
}
.product-details-tab-content .col-lg-12 p {
font-size: 14px;
color: #000;
font-weight: 600;
} #our-projects.with-filter .gallery-filter {
margin-bottom: 50px;
text-align: center;
border-bottom: 1px solid #E2E2E2;
}
#our-projects.with-filter .gallery-filter li {
display: inline;
}
#our-projects.with-filter .gallery-filter li span {
display: inline-block;
font-size: 13px;
line-height: 45px;
color: #787878;
font-weight: 500;
text-transform: uppercase;
cursor: pointer;
padding: 0 20px;
position: relative;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#our-projects.with-filter .gallery-filter li.active span:before {
content: ' ';
display: block;
width: 100%;
height: 2px;
background: #eae6c2;
position: absolute;
bottom: -1px;
left: 0;
}
#our-projects.with-filter .gallery-filter li.active span,
#our-projects.with-filter .gallery-filter li:hover span {
color: #eae6c2;
}
#our-projects.with-filter .gallery-filter {
border: none;
}
#our-projects.with-filter .gallery-filter li span {
color: #fff;
border: 1px solid transparent;
line-height: 30px;
}
#our-projects.with-filter .gallery-filter li:hover span {
color: #eae6c2;
}
#our-projects.with-filter .gallery-filter li.active span {
border: 1px solid #eae6c2;
color: #eae6c2;
}
#our-projects.with-filter .gallery-filter li.active span:before {
display: none;
} #topbar.mover {
background: #162342;
}
#topbar.mover .social ul li a {
color: #fff;
}
#topbar.mover .social ul li a:hover {
background: #EDB005;
}
#topbar.mover .contact-info ul li:hover a, #topbar.mover .contact-info ul li a:before {
}
#topbar.mover .contact-info ul li a {
color: #ffffff;
} header.mover .mainmenu-container > ul > li > a {
color: #010101;
text-decoration: none;
}
header.mover .mainmenu-container > ul > li.current > a, 
header.mover .mainmenu-container ul > li:hover > a,
header.mover .mainmenu-container ul > li.dropdown:after,
header.mover .mainmenu-container ul > li > ul > li.dropdown:after,
header.mover nav.mainmenu-container ul > li > ul > li:hover > a,
header.mover nav.mainmenu-container ul > li > ul > li > a:hover:after,
header.mover .mainmenu-container ul > li > ul > li.dropdown:hover:after,
header.mover .mainmenu-container ul li.top-icons:hover a i,
header.mover .cart-box span {
color: #d7000d;
}
header.mover .mainmenu-container ul li a:before,
header.mover .search-box {
background: #d7000d;
}
header.mover .mainmenu-container ul > li > ul,
header.mover .mainmenu-container ul li.top-icons:hover a i {
}
header.mover .cart-box {
background: #EDB005;
} #welcome-section-mover {
background-size: cover;
padding: 40px 0 55px;
}
.single-welcome-mover {
text-align: center;
background: #fff;
max-width: 100%;
}
.single-welcome-mover .img-holder:before { }
.single-welcome-mover .img-holder img {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.single-welcome-mover:hover .img-holder img {
opacity: .45;
}
.single-welcome-mover:hover .img-holder:before, 
.single-welcome-mover:focus .img-holder:before, 
.single-welcome-mover:active .img-holder:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.single-welcome-mover .content {
padding: 20px;
border: 1px solid #d0d0d0;
min-height: 420px;
}
.single-welcome-mover .content a {
text-decoration: none;
}
.single-welcome-mover .content a h2 {
color: #000000;
font-family: "Raleway",sans-serif;
font-size: 18px;
font-weight: 800;
letter-spacing: 0.03em;
margin: 0 0 13px;
padding-bottom: 13px;
position: relative;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.single-welcome-mover .content a:hover h2 {
color: #d6000d;
}
.single-welcome-mover .content a h2:before {
content: '';
position: absolute;
bottom: 0;
width: 50px;
height: 2px;
background: #d6000d;
left: 50%;
margin-left: -25px;
}
.single-welcome-mover .content p {
color: #000000;
margin-bottom: 0;
font-family: 'Raleway', sans-serif;
}
#welcome-section-mover .get-a-qoute {
margin-top: 60px;
}
#welcome-section-mover .get-a-qoute h1 {
display: inline-block;
font-size: 40px;
color: #fff;
font-weight: 300;
letter-spacing: .03em;
text-transform: uppercase;
margin: 0;
font-family: 'Raleway', sans-serif;
}
#welcome-section-mover .get-a-qoute h1 span {
font-weight: bold;
}
#welcome-section-mover .get-a-qoute a {
border: 1px solid #fff;
color: #fff;
display: inline-block;
font-size: 18px;
font-weight: bold;
line-height: 40px;
margin-left: 70px;
padding: 0 30px;
text-transform: uppercase;
vertical-align: top;
font-family: 'Raleway', sans-serif;
}
#welcome-section-mover .get-a-qoute a:before {
background: #EDB005;
} #our-services-mover {
background:  url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/our-service-mover/bg.jpg) 0 0 no-repeat;
background-size: cover;
padding: 80px 0;
}
.single-our-service-mover a h2 {
background: #ffbb00 none repeat scroll 0 0;
color: #000000;
display: block;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.03em;
line-height: 24px;
margin: 0;
padding: 8px 20px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
.single-our-service-mover a h2:before {
background: #8100A0;
}
.single-our-service-mover p {
color: #777777;
font-size: 14px;
font-weight: 500;
margin-bottom: 0;
margin-top: 20px;
font-family: 'Fjalla One', sans-serif;
}
.single-our-service-mover a.readmore {
background: #8100A0 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 13px;
font-weight: 600;
line-height: 30px;
margin-top: 25px;
padding: 0 23px;
text-transform: capitalize;
font-family: 'Raleway', sans-serif;
}
.single-our-service-mover a.readmore:before {
background: #FFBB00;
}
.single-our-service-mover .img-holder:before {
background: #EDB005;
}
.single-our-service-mover .img-holder img {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.single-our-service-mover:hover .img-holder img {
opacity: .45;
}
.single-our-service-mover:hover .img-holder:before, 
.single-our-service-mover:focus .img-holder:before, 
.single-our-service-mover:active .img-holder:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} #welcome-to-mover {
background: #353535;
overflow: hidden;
}
#welcome-to-mover .textoCaixa {
padding: 50px;
text-align: justify;
}
#welcome-to-mover .textoCaixa h2 {
font-size: 36px;    
line-height: 36px;
color: #eae6c2;
text-transform: uppercase;
margin: 0;
margin-bottom: 27px;
margin-top: 0px;
font-family: 'Fjalla One', sans-serif;
}
#welcome-to-mover .textoCaixa p {
color: #afb0b3;
font-family: "Raleway",sans-serif;
}
#welcome-to-mover .textoCaixa h3 {
color: #fff;
font-size: 24px;
font-weight: 700;
letter-spacing: 0.03em;
line-height: 26px;
margin: 30px 0 0;
font-family: 'Raleway', sans-serif;
}
#welcome-to-mover .textoCaixa .list-box {
margin-top: 22px;
}
#welcome-to-mover .textoCaixa ul {
float: left;
width: 33.33%;
}
#welcome-to-mover .textoCaixa ul li {
color: #2cb6f2;
font-family: "Raleway",sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 40px;
text-transform: uppercase;
}
#welcome-to-mover .textoCaixa ul li .fa {
margin-right: 10px;
font-size: 15px;
}
#welcome-to-mover .thm-image-hover .img-holder:before { }
#welcome-to-mover .thm-image-hover .img-holder img {
max-width: none;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#welcome-to-mover:hover .thm-image-hover .img-holder img { }
#welcome-to-mover:hover .img-holder:before, 
#welcome-to-mover:focus .img-holder:before, 
#welcome-to-mover:active .img-holder:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} #our-specialist.mover .single-member img {
padding-top: 0;
}
#our-specialist.mover .single-member .info {
background: #8100A0;
border-top: 4px solid #FFBB00;
}
#our-specialist.mover .single-member .info:before {
background: #FFBB00;
}
#our-specialist.mover .single-member::before {
background: none;
} #our-process {
background: #f5f5f5 none repeat scroll 0 0;
padding-top: 80px;
padding-bottom: 73px;
}
#our-process .single-process .box {
width: 130px;
height: 125px;
background: #fff;
text-align: center;
line-height: 125px;
border: 1px solid #E6E6E6;
position: relative;
margin-top: 5px;
}
#our-process .single-process .box i:before {
font-size: 80px;
margin: 0;
color: #CFCFCF;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#our-process .single-process .box:hover i:before {
color: #FFBB00;
}
#our-process .single-process .box span {
background: #8100A0 none repeat scroll 0 0;
color: #fff;
font-size: 20px;
font-weight: 600;
height: 38px;
left: -38px;
line-height: 38px;
position: absolute;
text-align: center;
top: 43.5px;
width: 38px;
font-family: 'Fjalla One', sans-serif;
}
#our-process .single-process p {
color: #777777;
font-size: 14px;
font-weight: 500;
line-height: 24px;
margin-bottom: 0;
margin-top: 30px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
#our-process .single-process {
background: rgba(0, 0, 0, 0) url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/resources/arrow-our-process.png) no-repeat scroll 204px 59px;
float: left;
margin-top: -5px;
padding-left: 60px;
width: 310px;
}
#our-process .single-process:last-child {
width: 215px;
background: none;
} #testimonials-mover {
background: #000;
position: relative;
padding: 100px 0 70px;
}
#testimonials-mover:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/testimonials-mover/bg.jpg) 0 0 no-repeat;
background-size: cover;
opacity: .35;
}
#testimonials-mover:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000;
opacity: .35;
}
#testimonials-mover .container {
position: relative;
z-index: 3
}
#testimonials-mover .container .col-lg-3 .img-holder {
display: inline-block;
border-radius: 50%;
border: 6px solid #121A1D;
}
#testimonials-mover .container .col-lg-9 p {
color: #f5f4f4;
font-size: 18px;
font-style: italic;
line-height: 30px;
position: relative;
text-indent: 40px;
font-family: 'Fjalla One', sans-serif;
}
#testimonials-mover .container .col-lg-9 p .quote {
font-size: 105px;
margin-right: 10px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #FFBB00;
position: absolute;
top: 20px;
left: -45px;
}
#testimonials-mover .container .col-lg-9 p.name {
font-style: italic;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
}
#testimonials-mover .container .col-lg-9 p.name span {
font-size: 16px;
font-style: italic;
color: #FFBB00;
line-height: 20px;
}
#testimonials-mover .container .owl-controls {
position: absolute;
top: -60px;
right: 30px;
}
#testimonials-mover .container .owl-theme .owl-nav [class*=owl-] {
width: 25px;
height: 25px;
color: #192133;
text-align: center;
border-radius: 50%;
line-height: 25px;
padding: 0;
font-size: 15px;
background: #FFBB00;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#testimonials-mover .container .owl-theme .owl-nav [class*=owl-]:hover {
opacity: .55;
}
#testimonials-mover .container .owl-theme .owl-nav .owl-prev {
margin-right: 10px;
} #blog-mover {
background: #f5f5f5;
padding: 80px 0;
}
#blog-mover .single-blog-post .img-holder {
position: relative;
margin-bottom: 28px;
}
#blog-mover .single-blog-post .img-holder .date {
background: #ffbb00 none repeat scroll 0 0;
bottom: 0;
color: #333333;
display: inline-block;
font-size: 14px;
font-weight: 600;
left: 0;
line-height: 20px;
padding: 10px 15px;
position: absolute;
}
#blog-mover .single-blog-post .img-holder .date b {
font-size: 25px;
font-weight: bold;
}
#blog-mover .single-blog-post a h2 {
color: #000000;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.03em;
margin: 0;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-family: 'Raleway', sans-serif;
}
#blog-mover .single-blog-post a h2:hover {
color: #FFBB00;
}
#blog-mover .single-blog-post p {
color: #000;
font-size: 14px;
letter-spacing: 0.03em;
margin: 15px 0 0;
}
#blog-mover .single-blog-post ul {
border-top: 1px solid #DADADA;
padding-top: 15px;
margin-top: 14px;
}
#blog-mover .single-blog-post ul li {
display: inline;
}
#blog-mover .single-blog-post ul li a,
#blog-mover .single-blog-post ul li span {
display: inline-block;
font-size: 13px;
line-height: 13px;
padding: 0 12px;
color: #eae6c2;
font-weight: 500;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#blog-mover .single-blog-post ul li span {
border-right: 1px solid #9a9a99;
color: #9a9a99;
font-size: 13px;
padding-left: 0;
}
#blog-mover .single-blog-post ul li span b {
color: #4F4F4F;
}
#blog-mover .single-blog-post ul li a:hover {
color: #FFBB00;
}
#blog-mover .single-blog-post .img-holder:before {
background: #EDB005;
}
#blog-mover .single-blog-post .img-holder img {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#blog-mover .single-blog-post:hover .img-holder img {
opacity: .45;
}
#blog-mover .single-blog-post:hover .img-holder:before, 
#blog-mover .single-blog-post:focus .img-holder:before, 
#blog-mover .single-blog-post:active .img-holder:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} footer.mover {
background: #161616;
padding-top: 80px;
padding-bottom: 30px;
}
footer.mover .container {
border-top: 0;
}
footer.mover .widget h3 {
color: #eae6c2;
border-color: #262728;
}
footer.mover .widget .popular-post li,
footer.mover .widget .contact-info li {
border-color: #262728;
}
footer.mover .widget p,
footer.mover .widget .popular-post li a h5 {
color: #f3f3f3;
}
footer.mover .widget a.read-more {
color: #eae6c2;
}
footer.mover .widget .social li a.ico {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #eae6c2;
color: #eae6c2;
}
footer.mover .widget .social li a.ico:hover {
background: #FFBB00;
border: 1px solid #421088;
color: #000;
}
footer.mover .widget .social li a.ico:before {
background: #FFFFFF;
}
footer.mover .widget .popular-post li a:hover h5 {
color: #FFBB00;
}
footer .widget .contact-info li .fa {
color: #eae6c2;
} #bottom-bar.mover {
background: #0F0F0F;
}
#bottom-bar.mover .container p {
color: #b1b1b1;
font-size: 12px;
} #great-moving-team-mover {
background: #162342 url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/resources/great-moving-team-bg.jpg) no-repeat scroll center center / cover ;
padding-bottom: 45px;
padding-top: 44px;
}
#great-moving-team-mover h2 {
color: #ffbb00;
font-family: "Raleway",sans-serif;
font-size: 32px;
font-weight: 300;
letter-spacing: 0.03em;
line-height: 35px;
margin: 0 0 13px;
text-transform: uppercase;
}
#great-moving-team-mover h2 b {
font-weight: bold;
color: #fff;
}
#great-moving-team-mover p {
color: #fff;
font-size: 20px;
line-height: 26px;
margin-bottom: 27px;
}
#great-moving-team-mover p.emergency24hour {
font-style: italic;
}
#great-moving-team-mover p b {
font-size: 34px;
color: #FFBB00;
font-weight: bold;
font-family: 'Fjalla One', sans-serif;
margin-right: 10px;
}
#great-moving-team-mover p.has-btn {
font-size: 22px;
margin-bottom: 0;
text-transform: uppercase;
}
#great-moving-team-mover p.has-btn a {
font-size: 14px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
border: 1px solid #fff;
display: inline-block;
line-height: 36px;
padding: 0 27px;
position: relative;
bottom: 5px;
margin-left: 10px;
font-family: 'Raleway', sans-serif;
}
#great-moving-team-mover p.has-btn a:before {
background: #eae4af;
}
header.mover nav.mainmenu-container ul > li > ul > li > a:hover {
color: #d6d29e;
background-color: #650000 !important;
border-left: 2px solid red;
} .thm-image-hover .img-holder {
position: relative;
overflow: hidden;
border: 1px solid #d1d1d1;
border-top: 0px;
border-bottom: 0px;
}
.thm-image-hover .img-holder:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
overflow:visible;
border:0px solid rgba(0,0,0,0.7);
-webkit-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.thm-image-hover:hover .img-holder:before {
opacity: 1; }
#welcome-to-mover .thm-image-hover .img-holder {
overflow: visible;
}
#welcome-to-mover:hover .thm-image-hover .img-holder:before {
opacity: 1; }
#blog-mover .thm-image-hover:hover .img-holder:before {
opacity: 1; } #pricing-content .section-title h1 {
margin-bottom: 43px;
} #topbar.mover {
background: #171717;
}
.contact-info.pull-left {
float: left;
}
.phone-number {
overflow: hidden;
text-align: right;
}
.phone-number p {
color: #ffffff;
font-family: "Fjalla One",sans-serif;
font-size: 20px; margin: 0;
padding: 10px 0;
}
.phone-number p span {
font-size: 15px; }  .mission-left-img-holder {
position: relative;
float: left;
margin-right: 25px;
margin-bottom: 25px;
}
.mission-left-img-holder::before,
.mission-right-img-holder::before {
border: 1px solid #dbd8cf;
bottom: 10px;
content: "";
left: 10px;
position: absolute;
right: 10px;
top: 10px;
}
.mission-right {
margin-top: -7px;
padding-left: 55px;
}
#testimonial-v3-area {
background: #efefef none repeat scroll 0 0;
padding-bottom: 80px;
padding-top: 80px;
}
.testimonial-v3-author h5 {
background: #d7000d none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-family: "Raleway",sans-serif;
font-size: 14px;
font-weight: 700;
left: -50px;
margin-bottom: 13px;
margin-top: 15px;
padding: 11px 50px;
position: relative;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
.testimonial-v3-text p {
color: #777777;
font-size: 14px;
line-height: 26px;
}  .expert-text-right {
padding-left: 45px;
}
.quote-button p {
color: #01b3ed !important;
font-size: 30px !important;
font-style: italic !important;
font-weight: 700 !important;
margin: 0 !important;
display: inline-block;
float:left;
text-transform: uppercase;
}
.quote-button i {
color: #01b3ed !important;
display: inline-block;
font-size: 30px !important;
font-style: italic !important;
font-weight: 700 !important;
margin: 0 !important;
float: left;
padding-left: 20px;
}
.single-offer-service {
background: #ffffff none repeat scroll 0 0;
margin-bottom: 30px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.offer-service-text {
padding-bottom: 30px;
padding-left: 25px;
padding-right: 25px;
}
.offer-service-text h4 {
color: #242424;
font-family: "Fjalla One",sans-serif;
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
margin-top: 20px;
text-transform: uppercase;
}
.offer-service-text p {
color: #898989;
}
.offer-img-holder {
overflow: hidden;
display:inline-block;
position:relative;
}
.mission-left-img-holder img {
width: 100%;
}
.single-offer-service:hover .offer-img-holder::before{
background: rgba(20, 184, 255, 0.40) none repeat scroll 0 0;
content: " ";
left: 0;
position: absolute;
top: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 100%;
height: 100%;
display:block;
}
.offer-img-holder img {
width: 100%;
}
.single-offer-service:hover{
background:#d7000d;
}
.single-offer-service:hover .offer-service-text h4{
color:#ffffff;
}
.single-offer-service:hover .offer-service-text p{
color:#ffffff;
} #blog-post.testimonials_v2 {
padding-bottom: 30px;
padding-top: 80px;
}
.single-testimonial-item {
background: #f7f7f7 none repeat scroll 0 0;
border-left: 2px solid #d7000d;
margin-bottom: 50px;
overflow: hidden;
padding: 25px 35px 15px 23px;
}
.testimonial-img-holder {
padding-right: 35px;
}
.testimonial-img-holder .star-rating {
color: #ffa200;
cursor: pointer;
font-size: 14px;
line-height: 30px;
margin-top: 15px;
text-align: center;
}
.testimonial-content {
padding-top: 10px;
}
.testimonial-content p {
color: #898989;
font-size: 14px;
line-height: 26px;
font-family: 'Fjalla One', sans-serif;
}
.testimonial-content p .fa {
color: #d7000d;
font-size: 20px;
padding-right: 10px;
}
.testimonial-content h6 {
color: #242424;
font-size: 14px;
font-style: italic;
text-align: right;
font-family: 'Fjalla One', sans-serif;
}
#blog-post.blog-left-sidebar {
margin-bottom: 80px;
padding-top: 80px;
}
#blog-post .sidebar-widget.left-sidebar-widget {
padding-left: 0;
padding-right: 50px;
}
.post-pagination ul.right-sidebar-pagination {
text-align: center;
}
.content-wraper-text {
background: #f5f4f4 none repeat scroll 0 0;
border-top: 3px solid #d7000d;
padding-bottom: 16px;
padding-left: 30px;
padding-right: 20px;
}
.content-wraper-text h2 {
color: #000000;
font-family: "Raleway",sans-serif;
font-size: 16px;
font-weight: 700;
margin-bottom: 14px;
margin-top: 37px;
}
.content-wraper-text p {
color: #000;
font-size: 14px;
line-height: 26px;
font-family: 'Fjalla One', sans-serif;
}
.content-wraper-author {
padding-left: 20px;
padding-top: 11px;
}
.content-wraper-author ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.content-wraper-author ul li {
display: inline;
}
.content-wraper-author ul li span {
color: #000;
display: inline-block;
font-size: 13px;
padding: 0 0 0 10px; 
}
.content-wraper-author ul li span::after {
color: #ababab;
content: "|";
display: inline-block;
font-size: 13px;
margin-left: 10px;
}
.content-wraper-author ul li span b {
color: #060606;
font-size: 13px;
font-weight: 500;
}
.content-wraper-author ul li a {
color: #eae6c2;
font-size: 13px;
font-weight: 500;
padding-left: 7px;
}
.post-pagination.blog-v2-pagination {
margin-top: 60px;
}
.comment-img-wraper {
padding-left: 5px;
}
.box-padding-left {
padding-left: 30px;
}
.box-padding-right {
padding-right: 30px;
}
#blog-post.search-result-content {
padding-bottom: 80px;
padding-top: 80px;
}
#blog-post.no-search-results {
padding-bottom: 20px;
padding-top: 80px;
}
.no-search-content .section-title h1 {
margin-bottom: 44px;
}
#contact-info-area {
padding-bottom: 47px;
}
.contact-info-part ul li.clearfix {
margin-bottom: 15px;
}
.contact-info-part ul li.clearfix .contact-icon {
float: left;
margin-right: 25px;
overflow: hidden;
padding-top: 7px;
width: 30px;
}
.contact-info-part ul {
padding-top: 10px;
}
.contact-info-part ul li .content {
float: left;
overflow: hidden;
} .rev_slider_wrapper #slider1 .gardener-caption-h1 {
font-family: 'Fjalla One';
font-size: 55px;
text-transform: uppercase;
color: #fff;
line-height: 50px;
}
.rev_slider_wrapper #slider1 .gardener-caption-h1.bg-white {
background: #FFBB00;
color: #262626;
}
.rev_slider_wrapper #slider1 .gardener-caption-h1 span {
font-weight: 800 !important;
}
.rev_slider_wrapper #slider1 .gardener-caption-h1.font-light {
font-weight: 300;
}
.rev_slider_wrapper #slider1 .gardener-caption-p {
color: #fff;
font-size: 20px;
line-height: 28px;
font-weight: 300;
font-family: 'Raleway', sans-serif;
}
.rev_slider_wrapper #slider1 .banner-btn i {
margin-left: 18px;
}
.rev_slider_wrapper #slider1 .banner-btn {
height: 450px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 36px;
line-height: 1;
display: inline-block;
padding: 145px 150px 20px; display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
-o-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
background: #d6000d;
color: #FFFFFF;
text-shadow: 2px 2px 0px #9a000a;
border: 1px solid #bd0410;
-webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.27);
box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.27);
text-align: center;
}
.rev_slider_wrapper #slider1 .banner-btn:hover, .rev_slider_wrapper #slider1 .banner-btn:focus, .rev_slider_wrapper #slider1 .banner-btn:active {
color: #FFFFFF;
}
.rev_slider_wrapper #slider1 .banner-btn:hover:before, .rev_slider_wrapper #slider1 .banner-btn:focus:before, .rev_slider_wrapper #slider1 .banner-btn:active:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.clear {
clear: both;
}
h2.sidebar{
color: #000;
font-size: 24px;
font-weight: bold;
line-height: 1;
margin: 0 0 50px;
position: relative;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
h2.sidebar::before {
background: #d7000d none repeat scroll 0 0;
content: " ";
display: block;
height: 3px;
left: 0;
position: absolute;
width: 35px;
bottom: -15px;
}
.truncate {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.no-margin {
margin: 0px;
}
.uppercase {
text-transform: uppercase;
}
.m-b-55 {
margin-bottom: 55px !important;
}
.m-b-25 {
margin-bottom: 25px !important;
}
.m-b-35 {
margin-bottom: 35px !important;
}
.raleway {
font-family: 'Raleway', sans-serif;
}
.fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
width: 20%;
}
.content.content-no-border {
padding: 15px 50px;
min-height: 95px;
}
#welcome-section-mover .botao a {
padding: 15px;
text-transform: uppercase;
background-color: #ffffff;
border: 1px solid #d1d1d1;
border-top: 0px;
display: block;
font-size: 19px;
color: black;
text-decoration: none;
}
#welcome-section-mover .single-welcome-mover:hover .botao a {
color: #d6000d;   
}
li.fechar-botao {
background-color: #FFF;
}
.banner-mobile {
color: #FFF;
padding: 35px 30px;
min-height: auto;
text-align: center;
} .banner-mobile .botao-mobile a {
color: #343033;
font-size: 50px;
line-height: 1;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
}
.banner-mobile .botao-mobile.botao-2 a {
margin-top: 5px !important;
}
.banner-mobile .botao-mobile a span.nm-telefone {
font-size: 40px;
color: #343033;
display: block;
margin-bottom: 10px;
}
.banner-mobile .botao-mobile a span {
display: inline-block;
color: #d7000d;
font-size: 17px;
vertical-align: top;
}
.banner-mobile .botao-mobile i {
display: inline-block;
font-size: 33px;
margin-left: -15px;
position: relative;
vertical-align: top;
}
.banner-mobile.banner-interno {
min-height: auto;
margin-bottom: -35px;
padding-top: 0;
}
.banner-mobile .botao-mobile .detalhe {
}
.conteudo-faq p strong {
display: block;
font-size: 15px;
line-height: 1;
font-family: "Fjalla One";
text-transform: uppercase;
margin-bottom: 12px;
position: relative;
}
.conteudo-faq p {
margin-bottom: 40px;
}
.conteudo-faq p strong:before {
content: " ";
display: block;
width: 20px;
background-color: #d7000d;
bottom: -7px;
height: 2px;
position: absolute;
left: 0;
}
hr.divisioria { 
border: 0; 
height: 1px;
position: relative;
margin: 0.5em 0; width: 80%;
margin: 0 auto;
opacity: 0.4;
}
hr.divisioria:before {
top: -0.5em;
height: 1em;
}
hr.divisioria:after {
content:'';
height: 0.5em; top: 1px; }
hr.divisioria:before, hr.divisioria:after {
content: '';
position: absolute;
width: 100%;
left: 0;
}
hr.divisioria, hr.divisioria:before {
background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%,rgba(0,0,0,0.1)), color-stop(75%,rgba(0,0,0,0)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
background: -webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
background: -o-radial-gradient(center, ellipse, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
}
.width-50 {
max-width: 50%;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
margin: 0;
padding: 15px;
color: green;
background-color: #edffe2;
text-align: center;
font-size: 20px;
line-height: 1.6;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
border-color: #8c2429;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0 none;
color: #000;
}
a {
color: #d7000d;
}
a:focus, a:hover {
color: #ff001a;
}
figure {
margin: 0px !important;
}
p.detalhe {
font-size: 17px;
font-weight: 300;
letter-spacing: 0;
font-family: "Raleway";
margin-top: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.hvr-float-shadow,
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
}
.contact-form p {
margin-bottom: 10px;
}
.row-flex {
display: -webkit-box;
display: -ms-flexbox;
display:         flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.row-flex > [class*='col-'] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.resumo-celular {
padding: 15px;
border: 1px solid #ececec;
margin-top: 15px;
background-color: #efefef;
}
@media (min-width: 768px){
li#menu-item-1476 a {
color: #d6000d;
}
}
.informacao {
background-color: #feffd6;
padding: 15px;
border: 1px solid #ebecbd;
text-align: left;
word-break: break-word;
}
ul.list-roman li {
list-style: upper-roman !important;
}
#qlwapp .qlwapp-box .qlwapp-footer {
font-size: 16px;
line-height: 1.2;
}
#qlwapp .qlwapp-box .qlwapp-account:only-of-type {
padding-top: 29px;
}
#qlwapp .qlwapp-box .qlwapp-label,
#qlwapp .qlwapp-box .qlwapp-offline-text {
font-size: 28px;
line-height: 1.2;
}
span.qlwapp-label {
font-family: 'Fjalla One', sans-serif;
color: #000;
opacity: 1 !important;
}
#qlwapp .qlwapp-box.response .qlwapp-body .qlwapp-carousel { }
#qlwapp .qlwapp-box.response .qlwapp-contact {
padding: 12px 36px;
}
.d-block-inline {
display: inline-block;
}
.black {
color: black;
}
.bold {
font-weight: bold;
}
.m-b-0{margin-bottom:0}
.m-b-5{margin-bottom:5px}
a.liga-agora {
font-family: 'Fjalla One';
}
.p-t-15{padding-top:15px}
.p-t-20{padding-top:20px}
.p-t-25{padding-top:25px}
.p-t-30{padding-top:30px}
@media screen and (max-width: 791px) {
.item-banner-sliders .item-slide-hm {
height: auto;
}
}@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.parallax {
width: 150%;
}
}
@media only screen and (min-width:  769px) and (max-width: 991px) {
ul#primary-menu {
left: 0;
width: 100vw;
position: absolute;
top: 0;
right: 0;
min-width: 100vw;
height: auto;
z-index: 1;
margin-right: 0;
}
header .mainmenu-container ul.mainmenu ul {
opacity: 1;
visibility: visible;
-webkit-transition: none!important;
-o-transition: none!important;
transition: none!important;
border: none;
-webkit-box-shadow: none;
box-shadow: none
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
#welcome-section-mover .single-welcome-mover .content a h2 {
font-size: 16px;
}
#welcome-section-mover .single-welcome-mover .content p {
font-size: 14px;
}
a.liga-agora {
padding: 20px 13px;
}
span.text-p {
right: 13px;
}
.banner .banner-form {
width: 270px !important;
}
.banner .banner-form .tab-title {
margin-left: -13px;
margin-right: -13px;
}
.banner .banner-form .tab-title div {
padding: 0 13px;
}
.col-lg-6.col-md-12.large-box {
margin-bottom: 25px;
}
#who-we-are .large-box .col-lg-6 img {
height: 350px;
}
#who-we-are .single-box img {
width: 100%;
}
#who-we-are .large-box .col-lg-6:last-child {
padding: 92px 30px;
}
#our-projects .masonary-item {
height: auto;
margin-bottom: 25px;
}
#our-projects .masonary-item.height-1 {
height: auto;
}
#testimonials .single-testimonial .profile-info {
padding: 15px 15px 15px 15px;
width: 100%;
}
#testimonials .single-testimonial .profile-info img {
position: relative;
bottom: 30px;
display: block;
margin: auto;
}
#testimonials .single-testimonial .content {
width: 100%;
padding-bottom: 20px;
}
footer .widget img.positioned {
margin-top: 50px;
}
.mainmenu-container {
margin-top: 30px;
text-align: center;
}
header .mainmenu-container ul {
text-align: center;
float: none !important;
}
.service-tab-content .col-lg-4 img {
max-width: none;
width: 249px;
position: relative;
bottom: 2px;
}
#service-content .col-lg-8 button {
margin-bottom: 10px;
}
.faq .faq-content .faq-search input[type="text"] {
width: 72%;
}
#blog-post .sidebar-widget .popular-post li img {
width: 100px;
}
.testimonials_v1 .testimonials_v1_content .single_client .single_client_right::before {
left: 3px;
width: 100%;
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap .single-testimonial .profile-info {
padding: 15px;
width: auto;
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap .single-testimonial .content {
width: 75%;
}
.testimonials_v2 .testimonials_v2_content .single_client .single_client_right::before {
left: 3px;
width: 100%;
}
.testimonials_v2 #testimonials.testimonials_v2_content .single-testimoinal-wrap .single-testimonial .profile-info {
padding: 15px;
width: auto;
}
.testimonials_v2 #testimonials.testimonials_v2_content .single-testimoinal-wrap .single-testimonial .content {
margin-bottom: 0;
width: 66%;
}
#project-version-two.home-v2 .gallery-filter li span {
margin: 10px 0;
}
#our-achivement .achivement ul li span {
border: none;
border-bottom: 1px dashed #fff;
padding-bottom: 10px;
margin-bottom: 20px;
}
#our-achivement .achivement ul li span:last-child {
border: none;
}
#why-choose-us .col-lg-3 {
margin-bottom: 45px;
}
.home-v2 .blog-wrap img {
max-height: 185px;
}
.home-v2 .blog-wrap.height-big img {
max-height: 400px;
}
#subscribe-section .subscribe-form-wrap input {
width: 60%;
}
.parallax {
width: 150%;
}
header.header-v1 .mainmenu-container {
margin-top: 0;
}
header.header-v1.header-fixed .mainmenu-container > ul > li {
line-height: 65px;
}
header.header-v3 .mainmenu-container {
margin-top: 0;
}
header.header-v4 .mainmenu-container {
margin-top: 0;
}
#project-version-one .normal-gallery.gallery-v5 .single-project-item .col-lg-4 {
padding-bottom: 11px;
padding-top: 0;
}
#project-version-one .normal-gallery.gallery-v5 .single-project-item p {
margin: 11px 0;
}
.single-shop-item {
text-align: center;
}
.product-details-box .img-holder {
margin-bottom: 30px;
}
#promotional-text p {
font-size: 29px;
}
.service-tab-content p br {
display: none;
}
#service-we-provide .service-tab-content ul {
margin-top: 15px;
}
#service-we-provide .service-tab-content ul li {
margin-left: -15px;
}
.service-tab-content .col-lg-4 {
right: 70px;
}
.service-tab-content .col-lg-4 img {
width: auto;
}
#our-projects.with-filter .gallery-filter li span {
margin-bottom: 15px;
}
#blog .content-wrap {
padding-top: 48px;
}
#blog.home-v2 .blog-wrap.height-big .content-wrap p {
margin-bottom: 52px;
}
#our-mission .img-holder img {
width: 100%;
}
#blog-post .sidebar-widget .popular-post li img {
margin-right: 20px;
}
#blog-post article .administrator .administrator_text {
margin-left: 0;
}
#service-content .img-holder img {
width: 100%;
}
#featured-service .img-holder img {
width: 100%;
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap .single-testimonial .content {
width: 73%;
}
#blog-post.testimonials_v1 .sidebar-widget {
margin-bottom: 30px;
padding-left: 48px;
}
.single-welcome-mover .img-holder img {
width: 100%;
}
.single-our-service-mover .img-holder img {
width: 100%;
}
.single-our-service-mover a h2 {
font-size: 15px;
}
#welcome-to-mover .col-lg-7 {
padding-top: 65px;
padding-bottom: 65px;
}
#our-process .single-process {
width: 330px;
margin-bottom: 35px;
background: none;
}
#our-process .col-lg-12 {
padding-left: 200px;
}
#blog-mover .single-blog-post .img-holder img {
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.container {
padding: 0 15px;
}
button.navigation-toggler {
display: block;
}
.banner .banner-form {
display: none;
}
#promotional-text p {
line-height: 45px;
padding: 15px 0;
}
#who-we-are .large-box {
margin-bottom: 20px;
}
#who-we-are .large-box .col-lg-6 img {
height: 258px;
}
#who-we-are .single-box img {
width: 100%;
}
.service-tab-title ul {
margin-bottom: 25px;
}
.service-tab-title ul li {
float: left;
width: 230px;
}
.service-tab-title ul li:first-child {
border: none;
}
#our-projects .masonary-item {
width: 50%;
height: auto;
}
#our-projects .masonary-item.width-1 {
width: 50%;
}
#our-projects .masonary-item.height-1 {
height: auto;
}
#our-projects .masonary-item.width-2 {
width: 50%;
height: auto;
}
#testimonials .col-lg-4 {
margin-bottom: 45px;
}
#testimonials .single-testimonial .profile-info {
padding: 15px 15px 15px 15px;
width: 100%;
}
#testimonials .single-testimonial .profile-info img {
position: relative;
bottom: 30px;
display: block;
margin: auto;
}
#testimonials .single-testimonial .content {
width: 100%;
padding-bottom: 20px;
}
footer .footer-menu ul li a {
padding: 0 20px;
}
header nav.mainmenu ul {
text-align: center;
}
header nav.mainmenu ul.navigation {
background: #012C3C;
margin-top: 10px;
float: none !important;
display: none;
}
header nav.mainmenu ul li {
display: block;
}
header nav.mainmenu ul li a {
color: #fff;
}
.mainmenu.pull-right {
float: right !important;
width: 60%;
}
button.navigation-toggler {
margin: 0 auto;
}
#image-gallery-isotope .masonary-item {
width: 50%;
height: auto;
}
#image-gallery-isotope .masonary-item.width-1 {
width: 50%;
}
#image-gallery-isotope .masonary-item.height-1 {
height: auto;
}
#image-gallery-isotope .masonary-item.width-2 {
width: 50%;
height: auto;
}
header nav.mainmenu ul li a .fa-plus {
display: inline-block;
}
.service-tab-content .col-lg-4 img {
width: 290px;
}
.service-tab-content .col-lg-4 {
bottom: -91px;
}
button.mainmenu-toggler {
display: block;
}
header .mainmenu-container ul li {
line-height: 40px;
display: block;
}
header .mainmenu-container ul.top-icons-wrap {
margin-bottom: 30px;
}
header .mainmenu-container ul li.top-icons {
display: inline-block;
}
header .mainmenu-container ul.mainmenu {
float: none !important;
display: none;
text-align: center;
clear: both;
width: 75%;
margin: auto;
background: #0888C0;
border-radius: 5px;
}
header .mainmenu-container ul.mainmenu ul {
position: static;
opacity: 1;
visibility: visible;
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
border-top: none;
}
header .mainmenu-container ul.mainmenu li a {
text-align: left;
display: block;
color: #FFF;
line-height: 35px;
font-size: 14px;
font-weight: normal;
padding: 0 20px;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-bottom: 1px solid #04060a;
background: #141f2f;
}
header .mainmenu-container ul.mainmenu li a:after {
display: none;
}
header .mainmenu-container ul.mainmenu li:hover > a,
header .mainmenu-container ul.mainmenu li.current > a {
color: #fff;
background: #FFBB00;
padding: 0 30px;
}
.mainmenu-container ul > li:hover > ul {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
display: block;
visibility: visible;
animation-name: none;
-moz-animation-name: none;
-webkit-animation-name: none;
-o-animation-name: none;
-ms-animation-name: none;
animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-webkit-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
-ms-animation-duration: 0.6s;
animation-fill-mode: both;
-moz-animation-fill-mode: both;
-webkit-animation-fill-mode: both;
-o-animation-fill-mode: both;
-ms-animation-fill-mode: both;
}
header .mainmenu-container ul.mainmenu li ul.submenu {
display: none;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
header .mainmenu-container ul.mainmenu li:last-child a {
border-bottom: 1px solid #E4E4E4;
}
header .mainmenu-container ul.mainmenu li a:before {
content: '';
display: none;
}
header .mainmenu-container ul.mainmenu ul {
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.mainmenu-container ul li.dropdown:after {
display: none !important;
}
.mainmenu-container ul li.dropdown .fa {
position: absolute;
right: 20px;
top: 5px;
width: 35px;
height: 25px;
display: block;
color: #FFF;
line-height: 22px;
font-size: 18px;
text-align: center;
z-index: 5;
cursor: pointer;
border: 1px solid #fff;
border-radius: 5px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.mainmenu-container ul li.dropdown .fa:hover {
background: #FFBB00;
}
header .logo {
text-align: center;
}
header.header-fixed .mainmenu-container ul li {
line-height: 45px;
}
header.header-fixed .mainmenu-container {
padding-top: 15px;
}
#our-specialist .single-member {
margin-bottom: 35px;
}
#our-mission .col-lg-7 .col-xs-6 {
margin-bottom: 30px;
}
#service-content .col-lg-8 button {
margin-bottom: 10px;
}
.faq .faq-content .faq-search input[type="text"] {
width: 55%;
}
.testimonials_v1 .testimonials_v1_content .single_client .single_client_right::before {
left: 3px;
width: 100%;
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap .single-testimonial .content {
width: 100%;
}
.testimonials_v2 .testimonials_v2_content .single_client .single_client_right::before {
left: 3px;
width: 100%;
}
.testimonials_v2 #testimonials.testimonials_v2_content .single-testimoinal-wrap .single-testimonial .content {
width: 100%;
}
.parallax {
width: 250%;
}
#why-choose-us .col-lg-3 {
margin-bottom: 45px;
}
#our-achivement .achivement {
margin: 15px 0;
}
#project-version-two.home-v2 .gallery-filter li span {
margin: 15px 0;
}
#request-a-qoute-container .tab-content form ul li {
padding: 0 20px;
width: 50%;
margin: 15px 0;
}
#request-a-qoute-container {
margin-top: -55px;
}
.home-v2 .mainmenu-container ul.mainmenu li a:hover, 
.home-v2 .mainmenu-container ul.mainmenu li.current a {
background: #012C3C;
}
#page-title .title {
display: block;
float: none !important;
margin: auto;
text-align: center;
}
#page-title .page-breadcumb {
float: none !important;
margin-top: 30px;
position: static;
text-align: center;
}
header.header-v1 .mainmenu-container ul li {
line-height: 40px;
}
header.header-v1 .mainmenu-toggler {
color: #fff;
}
header.header-v1.header-fixed .mainmenu-container ul li {
line-height: 35px;
}
header.header-v1.header-fixed .mainmenu-container {
padding-top: 0;
}
header.header-v3 .logo {
margin-bottom: 30px;
}
header.header-v3.header-fixed .mainmenu-container {
padding-top: 0;
}
header.header-v3.header-fixed .header-v3-top .col-lg-9 {
display: none;
}
header.header-v3.header-fixed .header-v3-top .logo {
margin-bottom: 0;
}
header.header-v3.header-fixed .mainmenu-container ul.top-icons-wrap {
margin-bottom: 0;
}
header.header-v3 button.mainmenu-toggler {
margin-top: 9px;
}
header.header-v3 .mainmenu-container ul li.top-icons {
margin-top: 5px;
}
header.header-v3 .mainmenu-container ul li.top-icons a i {
color: #FFBB00;
}
header.header-v3 .mainmenu-container ul li.top-icons a:hover i {
color: #fff;
}
header.header-v4 .logo {
margin-bottom: 20px;
}
header.header-v4 .mainmenu-container ul.top-icons-wrap li {
float: left;
}
header.header-v4 .mainmenu-container ul.top-icons-wrap {
margin-bottom: 0;
margin-right: 10px;
}
header.header-v4 .mainmenu-container ul.mainmenu {
border-radius: 0;
padding: 0;
}
header.header-v4 button.mainmenu-toggler {
margin-top: 4px;
}
header.header-v4.header-fixed .mainmenu-container {
padding-top: 0;
}
.header-v4-bottom .top-icons-wrap form {
top: 4px;
}
#project-version-one .normal-gallery.gallery-v5 .single-project-item .col-lg-8 {
padding: 0;
}
#project-version-one .normal-gallery.gallery-v5 .single-project-item .col-lg-8 img {
width: 100%;
}
#page-404-content .container .row {
text-align: center;
}
#page-404-content .container .row .col-lg-7 {
text-align: left;
}
#page-404-content .container .row > img {
position: static;
margin-top: -200px;
margin-bottom: 20px;
}
#page-404-content .container .row {
margin: 0;
}
.single-shop-item {
text-align: center;
}
.product-details-box .img-holder {
margin-bottom: 30px;
text-align: center;
}
#blog-post .sidebar-widget .popular-post li .content-wrap {
width: 49%;
}
#who-we-are .large-box .col-lg-6:last-child {
padding: 32px 30px;
}
.service-tab-content ul li {
line-height: 31px;
}
.service-tab-content p br {
display: none;
}
#service-we-provide .container > .row {
margin: 0;
}
#bottom-bar .row {
margin: 0;
}
footer .container .row {
margin: 0;
}
#our-projects.with-filter .gallery-filter li span {
margin-bottom: 15px;
}   
#featured .container {
overflow: hidden;
}
#featured .container .row {
margin: 0;
}
#blog-post .blog-content {
margin-bottom: 35px;
}
#service-content .img-holder img {
width: 100%;
}
#featured-service .img-holder img {
width: 100%;
}
#featured-service .col-lg-3 {
text-align: center;
margin-bottom: 30px;
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap {
padding: 0 15px;
}
#blog-post.testimonials_v1 .sidebar-widget {
padding-left: 35px;
}
.single-welcome-mover {
margin-bottom: 30px;
}
.single-welcome-mover .img-holder img {
width: 100%;
}
#welcome-section-mover .get-a-qoute {
margin-top: 0;
}
#welcome-section-mover .get-a-qoute a {
margin-right: 0;
margin-top: 15px;
}
.single-our-service-mover {
margin-bottom: 30px;
}
.single-our-service-mover .img-holder {
display: block;
}
.single-our-service-mover .img-holder img {
width: 100%;
}
#our-services-mover {
margin-bottom: -30px;
}
#welcome-to-mover .col-lg-5 .img-holder img {
width: 100%;
}
#welcome-to-mover .col-lg-7 {
padding: 80px 30px 80px 20px;
}
#our-process .single-process {
width: 250px;
margin-bottom: 35px;
background: none;
}
#our-process .col-lg-12 {
padding-left: 130px;
}
#blog-mover .single-blog-post .img-holder img {
width: 100%;
}
footer.mover .widget {
margin-bottom: 30px;
}
.clearboth-tab {
clear: both;
}
}
@media only screen and (max-width: 768px) {
.form-contato-fora-horario .aviso {
line-height: 1;
bottom: 8px;
}
.m-b-15-m {
margin-bottom: 15px;
}
.form-contato-fora-horario {
margin-top: 0px;
}
.form-contato-fora-horario .contact-form {
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #a3a3a3;
padding: 15px;
margin-bottom: 15px;
border-radius: 15px;
color: #000000;
}
.form-contato-fora-horario .contact-form input,
.form-contato-fora-horario .contact-form select,
.form-contato-fora-horario .contact-form textarea {
border-radius: 15px;
}
.tel {
font-size: 20px;
}
.fs-36 {
font-size: 26px;
}
.et_social_inline.et_social_mobile_on.et_social_inline_bottom {
display: none !important;
}
.fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
width: 100%;
}
.dropdown-menu {
padding: 0;
}
.container {
padding: 0 15px;
}
button.navigation-toggler {
display: block;
}
.banner .banner-form {
display: none;
}
#promotional-text p {
line-height: 35px;
padding: 10px 0;
font-size: 17px;
}
#who-we-are .large-box .col-lg-6 img {
width: 100%;
height: 364px;
}
#who-we-are .large-box {
margin-bottom: 20px;
}
#who-we-are .single-box img {
width: 100%;
}
.service-tab-title ul {
margin-bottom: 25px;
}
.service-tab-title ul li {
float: none;
width: 100%;
}
.service-tab-title ul li:first-child {
border: none;
}
#our-projects .masonary-item {
width: 50%;
height: auto;
}
#our-projects .masonary-item.width-1 {
width: 100%;
}
#our-projects .masonary-item.height-1 {
height: auto;
}
#our-projects .masonary-item.width-2 {
width: 100%;
height: auto;
}
#our-specialist .col-lg-3 {
width: 85%;
margin: auto;
margin-bottom: 35px;
display: block;
}
#testimonials .col-lg-4 {
width: 85%;
margin: auto;
margin-bottom: 35px;
display: block;
float: none;
}
#testimonials .single-testimonial .profile-info {
padding: 15px  15px;
width: 100%;
}
#testimonials .single-testimonial .profile-info img {
position: relative;
bottom: 30px;
display: block;
margin: auto;
}
#testimonials .single-testimonial .content {
width: 100%;
padding-bottom: 20px;
}
#blog .col-lg-6.blog-wrap {
width: 100%;
margin: auto;
margin-bottom: 35px;
}
footer .widget img.positioned {
margin-top: 0px;
position: relative;
top: 35px;
float: right;
}
footer .col-xs-6.widget.no-margin-bottom {
margin-bottom: 0px;
}
footer .caixa-destaque {
padding: 45px;
background-color: #0f0f0f;
text-align: center;
border-bottom: 5px solid #080808;
border-top: 5px solid #080808;
}
footer .widget .social {
text-align: center;
}
footer .col-xs-6.widget {
width: 100%;
margin: auto;
margin-bottom: 35px;
text-align: center;
}
#who-we-are .large-box .col-lg-6 {
width: 100%;
}
.service-tab-content .col-lg-4 {
bottom: -85px;
}
#bottom-bar .container p {
line-height: 37px;
}
footer .container .col-lg-12 button {
font-size: 17px;
padding: 0px 15px;
}
#emergency .col-lg-3 {
display: none;
}
#emergency,
#emergency.team-page {
background: #4EB1DC url(//www.veradetetiveparticular.com/wp-content/themes/investigacao/assets/img/emergency/bg.html) no-repeat scroll right center / cover;
padding-top: 50px;
padding-bottom: 50px;
}
.social.pull-left,
.contact-info.pull-right {
float: none !important;
}
.social.pull-left ul,
.contact-info.pull-right ul {
text-align: center;
}
#topbar .contact-info ul li {
float: none;
display: inline;
}
#featured .col-lg-4 img {
float: none;
width: 100%;
}
#blog-post article .post-title {
width: 100%;
}
#blog-post article .post-date {
float: none;
margin: -20px auto 10px;
}
#page-title .page-breadcumb {
position: static;
margin-top: 30px;
}
#blog-post .sidebar-widget .popular-post li .content-wrap {
margin-top: 10px;
width: 100%;
}
#blog-post .sidebar-widget .tag-cloud a {
padding: 0 17px;
}
#emergency.service-page {
background-color: #FFF;
padding-top: 110px;
margin-top: -75px;
}
#emergency.project-v1,
#emergency.project-v2 {
background-color: #FFF;
padding-top: 110px;
margin-top: -75px;
}
#image-gallery-isotope .masonary-item {
width: 50%;
height: 275px;
}
#image-gallery-isotope .masonary-item.width-1 {
width: 100%;
}
#image-gallery-isotope .masonary-item.height-1 {
height: 565px;
}
#image-gallery-isotope .masonary-item.width-2 {
width: 100%;
height: 157px;
}
#image-gallery-isotope .masonary-item.width-2.height-1 {
height: 273px;
}
#why-choose-us .col-lg-3 {
margin-bottom: 35px;
}
button.mainmenu-toggler {
display: block;
}
header .mainmenu-container ul li {
line-height: 40px;
display: block;
clear: both;
}
header .mainmenu-container ul.top-icons-wrap {
margin-bottom: 30px;
}
header .mainmenu-container ul li.top-icons {
display: inline-block;
}
header .mainmenu-container ul.mainmenu {
float: none !important;
display: none;
text-align: center;
clear: both;
width: 75%;
margin: auto;
background: #0888C0;
border-radius: 5px;
}
header .mainmenu-container ul.mainmenu ul { opacity: 1;
visibility: visible;
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
header .mainmenu-container ul.mainmenu li a {
text-align: left;
display: block;
color: #FFF;
line-height: 35px;
font-size: 16px;
font-weight: normal;
padding: 10px 20px;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-bottom: 1px solid #8e0009;
background: #a9010b;
}
header nav.mainmenu-container ul > li > ul > li > a::after {
display: none;
}
header .mainmenu-container ul.mainmenu li:hover > a,
header .mainmenu-container ul.mainmenu li.current > a {
color: #ffffff;
background: #670007;
}
.mainmenu-container ul > li:hover > ul {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
display: block;
visibility: visible;
animation-name: none;
-moz-animation-name: none;
-webkit-animation-name: none;
-o-animation-name: none;
-ms-animation-name: none;
animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-webkit-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
-ms-animation-duration: 0.6s;
animation-fill-mode: both;
-moz-animation-fill-mode: both;
-webkit-animation-fill-mode: both;
-o-animation-fill-mode: both;
-ms-animation-fill-mode: both;
}
header .mainmenu-container ul.mainmenu li.current > a {
padding: 0 20px;
}
header .mainmenu-container ul.mainmenu li ul.submenu {
display: none;
}
header .mainmenu-container ul.mainmenu li:last-child a {
border-bottom: 1px solid #E4E4E4;
}
header .mainmenu-container ul.mainmenu li a:before {
content: '';
display: none;
}
header .mainmenu-container ul.mainmenu ul {
width: 100%;
}
.mainmenu-container ul li.dropdown:after {
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
display: none !important;
}
.mainmenu-container ul li.dropdown .fa {
position: absolute;
right: 20px;
top: 10px;
width: 35px;
height: 35px;
display: block;
color: #cfca99;
line-height: 33px;
font-size: 22px;
text-align: center;
z-index: 5;
cursor: pointer;
border: 1px solid #cfca99;
border-radius: 5px;
}
.mainmenu-container ul li.dropdown .fa:hover {
background: #ffffff;
color: #aa000b;
border-color: #aa000b;
}
header .logo {
text-align: left;
max-width: 80%;
float: left;
}
nav.mainmenu-container {
float: right;
width: 20%;
display: block;
padding: 30px 0;
}
header .mainmenu-container ul.mainmenu {
width: 100%;
}
header.header-fixed { }
header.header-fixed .mainmenu-container ul li {
line-height: 45px;
}
header.header-fixed .mainmenu-container { }
.service-tab-content .col-lg-4 img {
max-width: 100%;
}
#bottom-bar .copyright,
#bottom-bar .credit {
float: none !important;
width: 100%;
text-align: center;
}
footer .footer-menu ul {
background: #14aff8;
text-align: left;
display: none;
}
footer .footer-menu ul li {
display: block;
}
footer .footer-menu ul li a {
color: #fff;
display: block;
}
footer .footer-menu ul li:hover a {
background: #FFBB00;
color: #fff;
}
footer .footer-menu .footer-nav-toggler {
background: #fff;
border: none;
outline: none;
color: #FFBB00;
border: 3px solid #FFBB00;
height: 40px;
line-height: 38px;
padding: 3px 7px;
display: block;
margin: auto;
border-radius: 5px;
margin-bottom: 15px;
}
footer .footer-menu .footer-nav-toggler:before {
background: #FFBB00;
}
footer .footer-menu .footer-nav-toggler:hover,
footer .footer-menu .footer-nav-toggler:focus,
footer .footer-menu .footer-nav-toggler:active {
border-color: #fff;
color: #fff;
}
#emergency.about-page {
background-color: #51B7E3;
}
#our-mission .col-lg-7 .col-xs-6 {
width: 85%;
margin: auto;
display: block;
float: none;
margin-bottom: 30px;
}
#service-content .col-lg-8 button {
margin-bottom: 10px;
}
#service-content .col-lg-8 h1 {
margin-bottom: 30px;
}
.faq .faq-content .faq-search input[type="text"] {
width: 95%;
margin-bottom: 15px;
}
#blog-post article .general-question .panel-body .panel_body_up h2 {
font-size: 16px;
}
.general-question .panel-body .panel_body_down .panel_down_img {
float: none;
text-align: center;
}
.general-question .panel-group .panel-default .panel-title a {
display: block;
line-height: 23px;
padding-right: 35px;
position: relative;
}
#blog-post article .popular-question h2:after {
display: none;
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap .single-testimonial .content {
width: 100%;
}
.testimonials_v2 #testimonials.testimonials_v2_content .single-testimoinal-wrap .single-testimonial .content {
width: 100%;
}
#page-title .title h1 {
padding: 0 28px;
}
#blog-post .no-search-content .suggesion-input input[type="text"] {
width: 51%;
}
#request-a-qoute-container {
margin-top: 75px;
}
#request-a-qoute-container .container .request-a-qoute-with-tooltip {
display: block;
left: 4%;
top: -60px;
width: 85%;
margin: auto;
font-size: 17px;
}
#request-a-qoute-container .tab-content form ul li {
width: 100%;
margin: 10px 0;
}
#image-gallery-isotope .masonary-item,
#image-gallery-isotope .masonary-item.width-2.height-1,
#image-gallery-isotope .masonary-item.height-1 {
height: auto;
}
#our-achivement .achivement {
margin: 15px 0;
}
.parallax {
width: 600%;
}
#subscribe-section .subscribe-form-wrap input {
width: 80%;
display: block;
margin: 10px auto;
}
#subscribe-section .subscribe-form-wrap button {
display: block;
}
#request-a-qoute-container .tab-title ul li span {
padding: 0 15px;
}
.home-v2 .mainmenu-container ul.mainmenu li a:hover, 
.home-v2 .mainmenu-container ul.mainmenu li.current a {
background: #012C3C;
}
#page-title .title {
display: block;
float: none !important;
margin: auto;
text-align: center;
}
#page-title .page-breadcumb {
float: none !important;
margin-top: 30px;
position: static;
text-align: center;
}
header.header-v1 {
position: static;
background: #51B7E3;
}
header.header-v1 .top-info ul li span {
display: block;
text-align: center;
}
header.header-v1 .mainmenu-toggler {
color: #fff;
}
header.header-v1 .mainmenu-container ul li {
line-height: 40px;
}
#emergency {
overflow: hidden;
}
header.header-v3 button.mainmenu-toggler {
margin-top: 9px;
}
header.header-v3 .mainmenu-container ul li.top-icons {
margin-top: 5px;
}
header.header-v3 .mainmenu-container ul li.top-icons a i {
color: #FFBB00;
}
header.header-v3 .mainmenu-container ul li.top-icons a:hover i {
color: #fff;
}
header.header-v3 .logo {
margin-bottom: 20px;
}
header.header-v3 .col-lg-9 ul li {
float: none;
padding: 15px 20px;
text-align: center;
border: none;
border-top: 1px solid #d3d3d3;
}
header.header-v3 .mainmenu-container {
padding-top: 0;
}
.header-v4-bottom .top-icons-wrap input {
width: 85%;
}
header.header-v4 .col-lg-9 ul li {
float: none;
padding: 15px 20px;
text-align: center;
border: none;
border-top: 1px solid #d3d3d3;
}
header.header-v4 .mainmenu-container ul.mainmenu {
border-radius: 0;
padding: 0;
position: relative;
top: 50px;
z-index: 99999;
}
header.header-v4 .mainmenu-container {
padding: 0;
}
header.header-v4 button.mainmenu-toggler {
display: block;
position: absolute;
right: 0;
top: 8px;
z-index: 9999999;
}
.header-v4-bottom .top-icons-wrap {
width: 100%;
padding: 0 10px;
}
#header-v1-banner {
padding-top: 100px;
height: 500px;
}
#header-v1-banner h1 {
font-size: 30px;
line-height: 30px;
}
#header-v1-banner p {
font-size: 15px;
margin: 25px 0;
}
h1.banner-header-v3-heading {
font-size: 23px;
line-height: 23px;
}
#banner.header-v2 {
padding: 130px 0;
}
#banner.header-v2 h1,
#banner.header-v2 h1 span {
text-align: center;
font-size: 45px;
line-height: 45px;
}
#banner.header-v2 .header-v2-caption {
background: none;
margin-top: 0;
}
#banner.header-v2 .header-v2-caption li {
text-align: center;
}
#banner.header-v2 .header-v2-caption li .icon-holder {
float: none !important;
margin: auto;
margin-bottom: 15px;
}
#project-version-one .normal-gallery.gallery-v5 .single-project-item .col-lg-8 {
padding: 0;
}
#project-version-one .normal-gallery.gallery-v5 .single-project-item .col-lg-8 img {
width: 100%;
}
#page-404-content .container .row {
text-align: center;
}
#page-404-content .container .row .col-lg-7 {
padding: 0 42px;
text-align: left;
}
#page-404-content .container .row {
margin: 0;
}
#page-404-content .container .row > img {
position: static;
margin-top: -200px;
margin-bottom: 20px;
max-width: 100%;
}
#blog-post .search-content {
margin-bottom: 50px;
}
.cart-page .cupon-box {
margin-bottom: 25px;
text-align: center;
}
.cart-page .bottom-box .cupon-box input {
margin-bottom: 15px;
width: 100%;
}
.cart-page .add-to-cart-wrap {
text-align: center;
}
.cart-page .cart-total-box .proceed-to-checkout a {
padding: 0 10px;
}
.single-shop-item {
text-align: center;
}
.product-details-box .img-holder {
margin-bottom: 30px;
text-align: center;
}
#blog-post .blog-left .sidebar-widget,
#blog-post .sidebar-widget {
padding-left: 25px;
padding-right: 25px;
}
.product-details-tab-title ul li span {
margin-bottom: 15px;
}
.section-title h1 {
line-height: 30px;
}
#service-we-provide .service-tab-content ul {
margin-left: -30px;
margin-top: 30px;
}
.service-tab-content .col-lg-4 img {
max-width: none;
width: 146px;
}
footer .col-xs-6.widget:last-child {
margin-bottom: 0;
}
footer .widget img.positioned {
top: 0;
}
#our-projects.with-filter .gallery-filter li span {
margin-bottom: 15px;
}
#contact-content.home-v2 .container {
overflow: hidden;
padding: 65px 15px 50px;
background: rgba(255,255,255,.85);
}
#featured .container {
overflow: hidden;
}
#featured .container .row {
margin: 0;
}
#our-mission .img-holder img {
width: 100%;
}
#blog-post .blog-content {
margin-bottom: 35px;
}
#service-content .img-holder img {
width: 100%;
}
#featured-service .img-holder img {
width: 100%;
}
#service-content .col-lg-8 button {
font-size: 16px;
font-weight: 300;
height: auto;
margin-right: 0;
}
#featured-service .col-lg-3 {
text-align: center;
margin-bottom: 30px;
}
#blog-post.testimonials_v1 .col-lg-4 {
padding: 0;
}
.testimonials_v2 #testimonials.testimonials_v2_content {
margin: 0;
padding: 0 15px;
}
.single-welcome-mover {
margin-bottom: 30px;
}
.single-welcome-mover .img-holder img {
width: 100%;
}
#welcome-section-mover .get-a-qoute {
margin-top: 0;
}
#welcome-section-mover .get-a-qoute a {
margin-left: 0;
margin-top: 18px;
}
.single-our-service-mover {
margin-bottom: 30px;
}
.single-our-service-mover .img-holder {
display: block;
}
.single-our-service-mover .img-holder img {
width: 100%;
}
#welcome-to-mover .col-lg-7 {
padding: 80px 30px 30px 30px;
}
#welcome-to-mover .col-lg-7 ul {
float: none;
width: 100%;
}
#welcome-to-mover .col-lg-5 .img-holder img {
width: 100%;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
#our-process .single-process {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
float: none;
margin: auto auto 30px;
width: 245px;
}
#blog-mover .single-blog-post {
margin-bottom: 30px;
}
#blog-mover .single-blog-post .img-holder img {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 100%;
}
#great-moving-team-mover p.has-btn {
line-height: 43px;
}
#great-moving-team-mover p.has-btn a {
bottom: 0;
}
.single-project-item.style-v4 {
width: 100%;
float: none;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
footer .widget img.positioned {
margin-top: 10px;
}
footer .widget img.positioned {
margin-top: 0;
position: relative;
top: 53px;
}
#who-we-are .large-box {
float: none;
}
#who-we-are .large-box .col-lg-6 {
float: none;
margin: auto;
width: 85%;
display: block;
}
#who-we-are .single-box {
display: block;
width: 85%;
float: none;
margin: auto;
margin-bottom: 40px;
}
#who-we-are .single-box:last-child {
margin-bottom: 0;
}
.service-tab-title ul li {
float: left;
width: 50%;
}
#our-projects .masonary-item {
width: 100%;
height: auto;
}
#our-projects .masonary-item.width-1 {
width: 100%;
}
#our-projects .masonary-item.height-1 {
height: auto;
}
#our-projects .masonary-item.width-2 {
width: 100%;
height: auto;
}
#testimonials .col-lg-4 {
margin: auto auto 35px;
width: 85%;
float: none;
display: block;
}
#testimonials .single-testimonial {
margin-bottom: 45px;
}
#testimonials .single-testimonial .profile-info {
padding: 15px 0px 15px 15px;
width: auto;
}
#testimonials .single-testimonial .profile-info img {
position: relative;
bottom: 30px;
display: block;
margin: auto;
}
#testimonials .single-testimonial .content {
width: 63%;
padding-bottom: 20px;
}
#blog .col-lg-6.blog-wrap {
width: 85%;
margin: auto;
margin-bottom: 35px;
float: none;
display: block;
}
#bottom-bar .container p {
line-height: 45px;
}
footer .container .col-lg-12 button {
font-size: 20px;
padding: 0px 45px;
}
footer .col-xs-6.widget {
width: 50%;
margin: auto;
margin-bottom: 35px;
}
#blog-post .sidebar-widget .popular-post li .content-wrap {
width: 62%;
}
.service-tab-content {
width: 85%;
display: block;
margin: auto;
}
#our-mission .col-lg-7 .col-xs-6 {
width: 50%;
float: left;
margin-bottom: 30px;
}
#featured-service .col-xs-12 {
width: 85%;
float: none;
margin: auto;
display: block;
}
#featured-service .img-holder {
display: block;
margin: 23px auto auto;
overflow: hidden;
position: relative;
width: 270px;
}
#pricing-content .price-table-wrap .price-table {
float: none;
width: 85%;
margin: auto;
display: block;
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap .single-testimonial .content {
width: 69%;
}
.testimonials_v2 #testimonials.testimonials_v2_content .single-testimoinal-wrap .single-testimonial .content {
width: 69%;
}
#blog-post .no-search-content .suggesion-input input[type="text"] {
width: 70%;
}
#request-a-qoute-container .tab-content form ul li button {
width: 65%;
margin: auto;
display: block;
}
header.header-v1 .top-info ul li span {
display: inline-block;
}
.cart-page .add-to-cart-wrap {
display: block;
margin: auto;
text-align: left;
width: 78%;
}
.service-tab-content p br {
display: none;
}
.service-tab-content .col-lg-4 img {
width: 180px;
}
.service-tab-content .col-lg-4 {
bottom: -87px;
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap .single-testimonial .content {
width: 64%;
}
footer.mover .widget img.positioned {
margin-top: 0;
position: relative;
top: 0px;
}
#blog-mover .single-blog-post {
margin-left: auto;
width: 80%;
display: block;
margin-right: auto;
float: none;
}
#our-process .single-process {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
float: left;
margin: auto auto 30px;
width: 225px;
}
.single-welcome-mover {
float: none;
margin: auto;
width: 80%;
display: block;
margin-bottom: 30px;
}
.single-project-item.style-v4 {
width: 50%;
float: left;
}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
footer .widget img.positioned {
margin-top: 0;
position: relative;
top: 0px;
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap .single-testimonial .content {
width: 77%;
}
.testimonials_v2 #testimonials.testimonials_v2_content .single-testimoinal-wrap .single-testimonial .content {
width: 77%;
}
} @media only screen and (max-width: 991px) { .cart-page table, .cart-page thead, .cart-page tbody, .cart-page th, .cart-page td, .cart-page tr { 
display: block; 
} .cart-page thead tr { 
position: absolute;
top: -9999px;
left: -9999px;
}
.cart-page tr { border: 1px solid #ccc; }
.cart-page td { border: none;
border-bottom: 1px solid #eee; 
position: relative;
padding-left: 50%; 
}
.cart-page td:before {  position: absolute;
top: 0;
left: 0;
width: 100%;
padding-left: 40px;
white-space: nowrap;
font-size: 16px;
color: #000;
font-weight: 500;
background-color: #F9F9F9;
line-height: 60px;
text-align: left;
}
.cart-page .table > tbody > tr > td.preview {
padding: 85px 50px 25px;
}
.cart-page .table > tbody > tr > td {
padding: 80px 40px 25px;
}
.cart-page .table > tbody > tr > td.del-item {
text-align: left;
}  } @media only screen and (min-width: 992px) and (max-width: 1199px) {
#blog-post article .administrator .administrator_text {
margin-left: -30px;
}
#blog-post article .comments_area .single_comment .comment_text {
margin-left: -15px;
}
.box-padding-left {
padding-left: 15px;
}
.box-padding-right {
padding-right: 15px;
}
.comment-box-submit {
margin-left: 0;
}
#blog-post article .comment-box .comment-box-title h4 {
padding: 30px 0;
}
.content-wraper {
padding: 0;
padding-left: 15px;
}
.col-lg-8.search-content {
padding-bottom: 50px;
}
.about-right-image {
display: none;
}
#welcome-to-mover .img-holder img {
display: none;
}
footer.mover {
padding-top: 30px;
}
.caixa-destaque {
margin-bottom: 25px;
}
} @media only screen and (min-width: 768px) and (max-width: 991px) {
.fivecolumns .col-sm-6 {
width: 50%;
}    
.mission-right {
margin-top: 50px;
padding-left: 15px;
}
#service-content .section-title h1 {
line-height:30px;
}
#pricing-content .price-table-wrap .price-table .price-content {
margin-bottom: 30px;
}
#blog-post article .administrator .administrator_text {
margin-left: -115px;
}
.box-padding-left {
padding-left: 15px;
}
.box-padding-right {
padding-right: 15px;
}
.comment-box-submit {
margin-left: 0;
}
#blog-post article .comment-box .comment-box-title h4 {
padding: 30px 0;
}
.content-wraper {
padding: 0;
padding-left: 15px;
}
.col-lg-8.search-content {
padding-bottom: 50px;
}
}
@media only screen and (max-width: 767px) {
.dropdown-menu li a {
background-color: red;
}
.mission-right {
margin-top: 30px;
padding-left: 15px;
}
.testimonial-v3-single-item {
text-align: center;
}
.testimonial-v3-author h5 {
left: 0px;
margin-bottom: 10px;
margin-top: 15px;
}
.testimonial-v3-text p {
margin-bottom: 20px;
}
.general-question .panel-group .panel-default .panel-title a::after {
background: none;
border-left: medium none;
}
.general-question .panel-group .panel-default .panel-title a.collapsed::after {
background: none;
border-left: medium none;
}
#service-content .img-holder {
margin-bottom: 30px;
}
#pricing-content .price-table-wrap .price-table .price-content {
margin-bottom: 30px;
}
#blog-post article .administrator .administrator_text {
margin-left: 0;
}
#blog-post article .administrator .administrator_img {
padding-bottom: 0px;
}
.box-padding-left {
padding-left: 15px;
}
.box-padding-right {
padding-right: 15px;
}
.comment-box-submit {
margin-left: 0;
}
#blog-post article .comment-box .comment-box-title h4 {
padding: 30px 0;
}
#blog-post article .comments_area .comment_title h4 {
margin-left: -15px;
}
#blog-post article .comments_area .comment_title h4 {
margin-bottom: 30px;
}
.comment_img {
margin-bottom: 10px;
margin-left: -15px;
}
#blog-post article .expert_quote_area .col-lg-12 .expert_quote {
margin-left:0;
}
#blog-post .no-search-content .suggesion-input input[type="text"] {
width: 65%;
}
#blog-post .no-search-content .suggesion-input input[type="button"] {
margin-left: 5px;
padding: 7px 15px;
}
.phone-number {
overflow: hidden;
float: left;
}
.content-wraper {
padding: 0;
padding-left: 15px;
}
}
@media (max-width: 768px) {
#topbar
{ text-align: center;
} .tp-caption.gardener-caption-p {
display: none !important;
}
.banner-btn {
display: none !important;
}
#welcome-section-mover{ }
#welcome-section-mover h2.titulo {
margin-bottom: 25px;
}
header.mover {
padding-bottom: 0px !important;
padding-top: 0px;
}
.contact-info.pull-left,
.phone-number {
display: block;
float: left;
text-align: center;
width: 100%;
}
.contact-info i { }
footer.mover {
padding-top: 0;
}
.phone-number p {
font-size: 40px;
line-height: 1;
color: #ffffff;
}
.phone-number p span {
display: block;
font-size: 20px;
text-transform: uppercase;
line-height: 1;
color: #cdcdcd;
margin-bottom: 4px;
}
.contact-info { }
#topbar.mover {
background: #171717;
padding-top: 0px;
}
ul#primary-menu {
position: absolute;
top: 0;
right: 0;
min-width: 100vw;
height: auto;
z-index: 1;
margin-right: 0;
}
.page-breadcumb.clearfix {
display: none;
}
header .mainmenu-container ul.dropdown-menu li a {
background-color: #2f2e2e;
border-color: #404040;
border-left: 0px;
}
.mainmenu-container ul > li > ul {
position: relative;
clear: both;
}
.single-welcome-mover .content {
min-height: auto;
}
#welcome-section-mover .item-exibicao {
padding: 5px;
}
a.liga-agora {
padding: 30px 50px;
font-size: 20px;
margin-top: 45px;
border-color: #eae6c2;
color: #ffffff;
max-width: 100%;
}
#chamada-acao {
padding: 15px 0 35px;
}
#welcome-to-mover .textoCaixa {
text-align: center;
padding: 50px 45px;
}
#welcome-to-mover .textoCaixa h2 {
margin-top: 0px;
}
ul.popular-post {
padding-top: 0px;
}
#conteudo {
padding: 10px 0 0;
}
h2.sidebar::before
{
content: none;
}
h2.sidebar {
margin: 0 0 20px;
text-align: center;
}
.sidebar-box {
padding: 35px;
border-top: 1px solid #cccccc;
padding-top: 35px;
background-color: #fdfdfd;
margin-bottom: 0;
}
#welcome-section-mover .botao a {
color: #d7000d;
background-color: #eee;
}
}
@media (max-width: 970px) {
header.mover {
padding-bottom: 30px;
}
}
@media screen and (max-width: 768px) {
header .mainmenu-container ul.mainmenu li a {
text-transform: none;
font-size: 14px;
}
#welcome-section-mover .single-welcome-mover .content.content-text {
min-height: auto;
height: auto !important;
}
header .mainmenu-container ul.mainmenu li:hover > a, header .mainmenu-container ul.mainmenu li.current > a {
padding: 10px 20px;
}
.mainmenu-container ul > li > ul {
position: relative;
max-width: 100%;
}
header .mainmenu-container ul.mainmenu li:last-child a {
border-bottom: none;
}
.banner-mobile {
background-size: cover;
}
header .logo img {
max-width: 370px;
}
.banner-mobile .botao-mobile a span.nm-telefone {
font-size: 25px;
}
}
@media screen and (max-width: 767px) {
header .logo img {
max-width: 100%;
padding: 15px;
}
}
@media screen and (max-width: 320px) {
.banner-mobile .botao-mobile a span.nm-telefone {
font-size: 30px;
}
.banner-mobile .botao-mobile a {
padding: 17px 10%;
font-size: 30px;
margin-top: 0px;
border-radius: 45px;
min-width: 260px;
}
p.detalhe {
font-size: 14px;
}
.banner-mobile {
padding: 15px 30px;
}
span.big2 {
font-size: 42px;
}
}
@media all and (min-width: 992px) {
.fivecolumns .col-md-2 {
width: 20%;
}
}
@media screen and (width: 1024px) and (height: 1366px){
.fivecolumns .col-md-2 {
width: 20%;
}
}
@media screen and (min-width: 1300px) and (max-width: 1366px)
{
#welcome-to-mover .thm-image-hover {
padding: 0 !important;
padding-top: 55px !important;
}
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}