ACC SHELL
/*
Theme Name: Dovastex
Theme URI:
Author: Ondrej Krobot
*/
/* =========================================
MIXINS
============================================ */
.border {
border: solid 1px #000;
}
/* =========================================
CLEARFIX
============================================ */
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
/* =========================================
COLORS
============================================ */
/* =========================================
LAYOUT
============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333333;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
color: #60338b;
margin: 0;
padding: 0;
}
h1 {
font-weight: bolder;
font-size: 30px;
margin-bottom: 15px;
}
h2 {
font-size: 25px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 18px;
}
a {
color: #333;
text-decoration: underline;
}
a:hover {
color: #333;
}
p {
font-size: 14px;
font-weight: 300;
color: #333;
font-family: "Arial";
}
ul,
ol {
font-size: 14px;
font-weight: 300;
color: #333;
font-family: "Arial";
}
table {
border-collapse: collapse;
font-size: 14px;
color: #333;
}
table th,
table td {
padding: 6px 0;
font-weight: 300;
}
table th {
padding-right: 20px;
font-weight: normal;
}
table thead {
border-bottom: solid 1px #CCC;
}
table thead td {
font-weight: bolder;
}
/* =========================================
BODY
============================================ */
body {
position: relative;
font-family: 'Open Sans', sans-serif;
background: #fcfcfc url(../img/bg-slider-3.png) no-repeat center top;
}
.container {
max-width: 1070px;
}
.wrapper {
width: 1070px;
margin: 20px auto 20px auto;
-webkit-box-shadow: 0 0 2px #333;
box-shadow: 0 0 2px #333;
}
.row {
margin-left: 0;
margin-right: 0;
}
/* =========================================
HEADER
============================================ */
header {
position: relative;
min-height: 90px;
padding: 0 0 0 20px;
border-bottom: solid 5px #999999;
background: #FFF;
}
header .logo {
float: left;
width: 200px;
height: 60px;
margin: 10px 0 0 0;
padding-top: 20px;
}
header .logo a {
display: block;
width: 100%;
height: 100%;
}
header ul {
float: right;
padding: 0;
margin: 19px 0 0 0;
list-style: none;
}
header ul li {
float: left;
}
header ul li a {
display: block;
padding: 10px 20px;
text-decoration: none;
color: #333;
font-weight: 600;
}
header ul li a:hover,
header ul li a:focus {
color: #333;
text-decoration: none;
}
header ul li.current_page_item a {
color: #c22760;
}
header ul li > a:after {
color: #c22760;
content: " \f107";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
}
header ul li > a:only-child:after {
content: '';
}
header ul li ul {
position: relative;
display: none;
width: 250px;
position: absolute;
padding: 0;
margin: 0;
z-index: 1000;
background: #FFF;
-webkit-box-shadow: 0 2px 2px #333;
box-shadow: 0 2px 2px #333;
}
header ul li ul li {
display: block;
width: 100%;
min-height: 10px;
border: 0;
border-bottom: solid 1px #999999;
}
header ul li ul li a {
display: block;
font-size: 13px;
border-right: 0;
padding: 10px 20px 5px 20px;
margin-bottom: 5px;
color: #333;
}
header ul li ul li:hover {
background: #F8F8F8;
}
header ul li ul li:last-child a {
border-bottom: 0;
}
header ul li:hover > ul {
display: block;
}
/* =========================================
HEADER
============================================ */
.slider {
position: relative;
height: 400px;
background: #DDD;
}
.slider .my-slider {
height: 400px;
overflow: hidden;
border-bottom: solid 5px #999999;
}
.slider .slide-1 {
width: 100%;
min-height: 1px;
background: #999;
-webkit-background-size: cover;
background-size: cover;
}
.slider .slide-2 {
width: 100%;
min-height: 1px;
background: #999;
-webkit-background-size: cover;
background-size: cover;
}
.slider .slide-3 {
width: 100%;
min-height: 1px;
background: #999;
-webkit-background-size: cover;
background-size: cover;
}
.slider .slider-arrow-right {
position: absolute;
top: 175px;
right: -25px;
width: 50px;
height: 50px;
line-height: 45px;
background-color: #60338b;
cursor: pointer;
z-index: 100;
text-align: center;
color: #FFF;
font-size: 40px;
font-weight: bolder;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.slider .slider-arrow-left {
position: absolute;
top: 175px;
left: -25px;
width: 50px;
height: 50px;
line-height: 45px;
background-color: #60338b;
cursor: pointer;
z-index: 100;
text-align: center;
color: #FFF;
font-size: 40px;
font-weight: bolder;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.slider .slider-arrow-right:hover,
.slider .slider-arrow-left:hover {
background-color: #E2B100;
}
/* =========================================
MAIN CONTENT
============================================ */
.main-content {
position: relative;
width: 100%;
min-height: 400px;
padding: 30px 20px;
background: #FFF;
}
.main-content .main-content__title {
float: left;
width: 100%;
min-height: 10px;
border-bottom: dotted 1px #660417;
}
.main-content .main-content__title h1 {
float: left;
}
.main-content .main-content__title .breadcrumbs {
float: right;
font-size: 12px;
margin-top: 10px;
color: #c22760;
list-style: none;
}
.main-content .main-content__title .breadcrumbs li {
display: inline-block;
color: #666;
}
.main-content .main-content__title .breadcrumbs li a {
color: #333;
text-decoration: none;
}
.main-content .main-content__title .breadcrumbs li a:hover {
text-decoration: underline;
}
.main-content .main-content__title .breadcrumbs .separator {
margin: 0 5px;
color: #c22760;
}
.main-content .main-content__content {
float: left;
position: relative;
width: 100%;
min-height: 10px;
margin-top: 20px;
}
.main-content .main-content__left-col {
float: left;
width: 700px;
}
.main-content .main-content__right-col {
float: right;
width: 300px;
}
.main-content .main-content__half-col {
width: 450px;
}
.main-content .page-contact-form {
float: left;
width: 100%;
min-height: 10px;
margin-top: 20px;
padding-top: 20px;
margin-bottom: 50px;
border-top: solid 1px #666;
}
.main-content .page-contact-form .page-contact-form__left {
float: left;
width: 340px;
min-height: 10px;
}
.main-content .page-contact-form .page-contact-form__right {
float: right;
width: 340px;
min-height: 10px;
}
.main-content .page-contact-form .page-contact-form__box {
float: left;
width: 100%;
min-height: 10px;
position: relative;
}
.main-content .page-contact-form .page-contact-form__box p {
margin: 0;
}
.main-content .page-contact-form input[type="submit"] {
margin-top: 0;
}
.sidebar-box {
float: left;
width: 100%;
min-height: 10px;
-webkit-box-shadow: 0px 0px 2px #333;
box-shadow: 0px 0px 2px #333;
}
.sidebar-box .sidebar-box__title {
float: left;
width: 100%;
min-height: 10px;
text-align: left;
color: #FFF;
font-size: 14px;
padding: 10px;
font-weight: bolder;
background: #60338b url(../img/bg-footer.png) repeat-x left 1px;
margin-bottom: 3px;
}
.sidebar-box .sidebar-box__content {
float: left;
width: 100%;
min-height: 10px;
background: #F8F8F8;
}
.sidebar-box .sidebar-box__content ul {
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-box .sidebar-box__content ul li {
float: left;
width: 100%;
margin-bottom: 5px;
padding-bottom: 5px;
border-left: solid 0px #999999;
padding: 5px 10px;
}
.sidebar-box .sidebar-box__content ul li .place {
float: left;
width: 100%;
min-height: 10px;
font-weight: bold;
font-size: 13px;
}
.sidebar-box .sidebar-box__content ul li .place a {
color: #333;
}
.sidebar-box .sidebar-box__content ul li .date {
float: left;
width: 100%;
min-height: 10px;
font-size: 11px;
color: #666;
}
.sidebar-box .sidebar-box__content ul li a {
color: #c22760;
text-decoration: none;
}
.sidebar-box .sidebar-box__content ul li a:hover {
text-decoration: underline;
}
/* =========================================
HOMEPAGE BOXES
============================================ */
.homepage-boxes {
position: relative;
width: 100%;
min-height: 10px;
padding: 20px 0 30px 0;
}
.homepage-boxes .homepage-box {
float: left;
width: 247px;
min-height: 10px;
margin: 10px 14px 0 0;
-webkit-box-shadow: 0 0 2px #333;
box-shadow: 0 0 2px #333;
}
.homepage-boxes .homepage-box .homepage-box__image {
float: left;
width: 100%;
height: 150px;
background: #F8F8F8;
margin-right: 10px;
border-top: solid 5px #FFF;
border-left: solid 5px #FFF;
border-right: solid 5px #FFF;
}
.homepage-boxes .homepage-box .homepage-box__image img {
display: block;
width: 100%;
}
.homepage-boxes .homepage-box .homepage-box__content {
float: left;
width: 100%;
min-height: 10px;
background: #F8F8F8;
padding: 10px;
border-top: solid 5px #FFF;
}
.homepage-boxes .homepage-box .homepage-box__content .homepage-box__title {
float: left;
width: 100%;
min-height: 10px;
}
.homepage-boxes .homepage-box .homepage-box__content .homepage-box__title h4 {
font-size: 15px;
font-weight: bold;
padding: 0;
margin: 0;
}
.homepage-boxes .homepage-box .homepage-box__content .homepage-box__title h4 a {
text-decoration: none;
color: #333;
}
.homepage-boxes .homepage-box .homepage-box__content .homepage-box__title h4 a:hover {
text-decoration: underline;
}
.homepage-boxes .homepage-box .homepage-box__content .homepage-box__link {
float: left;
width: 100%;
min-height: 10px;
font-size: 11px;
margin-top: 5px;
}
.homepage-boxes .homepage-box .homepage-box__content .homepage-box__link a {
color: #333;
text-decoration: none;
}
.homepage-boxes .homepage-box .homepage-box__content .homepage-box__link a:hover {
text-decoration: underline;
}
.homepage-boxes .last-homepage-box {
margin: 10px 0 0 0;
}
/* =========================================
NEWS
============================================ */
.new-box {
float: left;
width: 100%;
min-height: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #E8E8E8;
}
.new-box .new-box__title {
float: left;
width: 100%;
min-height: 10px;
}
.new-box .new-box__date {
float: left;
width: 100%;
min-height: 10px;
color: #ccc;
margin-bottom: 10px;
font-size: 12px;
}
.new-box .new-box__content {
float: left;
width: 100%;
min-height: 10px;
}
/* =========================================
REFERENCES
============================================ */
.reference ul {
padding: 0 0 0 15px;
list-style: none;
}
.reference ul li {
margin-bottom: 5px;
}
.reference ul li a {
text-decoration: none;
color: #333;
}
.reference ul li a:hover {
color: #60338B;
text-decoration: underline;
}
.reference ul li > a:before {
color: #60338B;
content: "\f105 \00a0 ";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
}
.reference ul li > a:only-child:after {
content: '';
}
.reference-box {
float: left;
width: 100%;
min-height: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #E8E8E8;
}
.reference-box .reference-box__title {
float: left;
width: 100%;
min-height: 10px;
margin-bottom: 10px;
}
.reference-box .reference-box__content {
float: left;
width: 100%;
min-height: 10px;
}
/* =========================================
OFFERS
============================================ */
.offer-box {
float: left;
width: 100%;
min-height: 10px;
margin-bottom: 20px;
}
.offer-box .offer-box__image {
float: left;
width: 200px;
height: 120px;
overflow: hidden;
border: solid 3px #999999;
margin-right: 10px;
}
.offer-box .offer-box__image img {
display: block;
width: 100%;
}
.offer-box .offer-box__content {
float: left;
width: 400px;
height: 100px;
}
.offer-box .offer-box__content .offer-box__content__title {
float: left;
width: 100%;
font-size: 18px;
}
.offer-box .offer-box__content .offer-box__content__title a {
color: #c22760;
font-weight: bolder;
text-decoration: none;
}
.offer-box .offer-box__content .offer-box__content__text p {
font-size: 12px;
}
.offer-box .offer-box__content .offer-box__content__link a {
font-size: 12px;
color: #333;
text-decoration: underline;
}
/* =========================================
CONTACT MAP
============================================ */
#map-box {
float: left;
width: 100%;
height: 400px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin-top: 40px;
}
/* =========================================
FOOTER
============================================ */
footer {
position: relative;
min-height: 10px;
background: #60338b url(../img/bg-footer.png) repeat-x left 2px;
color: #FFF;
padding: 20px 0;
font-size: 12px;
}
footer a {
color: #FFF;
}
footer a:hover {
color: #FFF;
text-decoration: underline;
}
footer p {
color: #FFF;
font-size: 12px;
}
footer ul {
padding: 0;
margin: 0;
list-style: none;
color: #FFF;
}
footer ul li {
font-size: 12px;
}
footer ul li a {
text-decoration: none;
color: #FFF;
font-size: 12px;
}
footer ul li > a:before {
color: #FFF;
content: "\f105 \00a0 ";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
}
footer ul li > a:only-child:after {
content: '';
}
footer .footer-box {
float: left;
width: 227px;
min-height: 100px;
margin: 0 20px 0 20px;
}
footer .footer-box .footer-box__title {
float: left;
width: 100%;
min-height: 1px;
text-align: left;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: solid 1px #133F3D;
}
footer .footer-box .footer-box__title h6 {
padding: 0;
margin: 0;
font-size: 15px;
color: #FFF;
text-transform: uppercase;
}
footer .footer-box .footer-box__content {
float: left;
width: 100%;
min-height: 1px;
text-align: left;
}
footer .footer-box .footer-box__content a:hover {
color: #FFF;
}
footer .copyright {
float: left;
display: block;
width: 100%;
text-align: center;
font-size: 12px;
margin-top: 30px;
padding-top: 20px;
border-top: solid 1px #133F3D;
}
/* =========================================
CONTACT FORM
============================================ */
.input-box {
position: relative;
}
.input-box .input-box__info {
position: absolute;
left: 0;
top: 25px;
font-size: 13px;
}
.input-box .input-box__info span {
color: #cc0000;
}
input[type="submit"] {
float: right;
margin-top: 15px;
background: #999999;
border: 0;
color: #FFF;
text-transform: uppercase;
padding: 10px 20px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 4px;
border-radius: 4px;
font-size: 13px;
font-weight: bolder;
}
input[type="submit"]:hover {
background: #E2B100;
}
.required-star {
position: absolute;
right: 10px;
top: 5px;
font-size: 16px;
color: #cc0000;
}
input[type="text"],
input[type="email"] {
position: relative;
width: 100%;
height: 34px;
border: solid 1px #ccc;
text-indent: 10px;
margin: 0 0 15px 0;
background: #F8F8F8;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 12px;
}
input[type="text"]:focus,
input[type="email"]:focus {
background: #F8F8F8;
}
textarea {
width: 100%;
height: 180px;
border: solid 1px #ccc;
resize: none;
text-indent: 10px;
padding: 10px 0;
margin: 0;
background: #F8F8F8;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 12px;
}
textarea:focus {
background: #F8F8F8;
}
/* =========================================
GALLERY
============================================ */
#gallery-1 img {
float: left;
width: 105px;
height: 105px;
margin: 0px 12px 0px 0px;
border: 5px solid #FFF !important;
-webkit-box-shadow: 0px 0px 1px #CCC;
box-shadow: 0px 0px 1px #CCC;
background: no-repeat center center #cccccc;
overflow: hidden;
}
/* =========================================
WORDPRESS
============================================ */
img.alignright {
float: right;
margin: 0 0 15px 15px;
}
img.alignleft {
float: left;
margin: 0 15px 15px 0;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
/* =========================================
CONTACT FORM 7
============================================ */
.wpcf7-not-valid-tip {
display: none !important;
}
.wpcf7-form-control-wrap {
display: block !important;
}
.wpcf7-validation-errors {
width: 100%;
background: #cc0000;
color: #FFF;
border: 0 !important;
margin: 0 0 20px 0 !important;
padding: 10px !important;
text-align: center !important;
}
.wpcf7-mail-sent-ok {
width: 100%;
background: #398F14;
color: #FFF;
border: 0 !important;
margin: 0 0 20px 0 !important;
padding: 10px !important;
text-align: center !important;
}
.wpcf7-not-valid {
border: solid 1px #cc0000 !important;
}
.wpcf7-captchac {
position: absolute;
top: 5px;
left: 5px;
z-index: 1;
}
.wpcf7-captchar {
text-indent: 90px !important;
}
ACC SHELL 2018