/*
 Theme Name:   Archi Child
 Theme URI:    http://demo.vegatheme.com/archi
 Description:  Archi Child Theme
 Author:       OceanThemes Team
 Author URI:   http://oceanthemes.net
 Template:     archi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  archi-child
*/

/*** Style CSS for child theme here: ***/
body {
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight:500;
    color: #ddd;
    line-height: 1.8em;
    padding: 0;
    background:#606060;
}

body.de_light, body.de_light a{
    color:#888;
}
a {
    color: #fff;
    text-decoration: none;
}

/*f*/
.side-header nav .mainmenu li a {
    opacity: 1 !important;
}
.subfooter .row > div {
    width: 100%;
}
.subfooter .row > div.col-md-6.text-right{
display: none;
}
.de_testi blockquote p {
    text-align: justify;
}
#filters a.selected {
    color: #111 !important;
}

@media (max-width: 480px)  {
	.hesperiden.tparrows{
		display: none;
	}
}

/*@media only screen and (max-width: 991px){
#main > section.wpb_row.vc_row-fluid.full-height.bg-fixed.no-padding {
    height: auto !important;
}
}*/