/*
 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;
}
a.btn-slider
{background-color: #fff !important;}
div.picframe span.project-name{display:none !important;}

.about{
overflow:hidden;
height:100%;
}
.aboutImg {
width:48% !important;
padding-left:15px !important;
padding-right:15px !important;
float:left;
}
.aboutInfo{
width:48% !important;
padding-left:15px !important;
padding-right:15px !important;
float:left;
}

@media only screen and (max-width: 768px) {
	.ultra-big-white, .big-text{
          font-size:22px !important;
         }
}
@media only screen and (max-width: 767px) {
  	.aboutImg {
        width:100% !important;
        }
        .aboutInfo{
        width:100% !important;
        }
	.ultra-big-white, .big-text{
          font-size:22px;
         }
}
@media only screen and (max-width: 600px) {
    .vc_row {
       margin-left: 0!important;
       margin-right: 0!important;
    }
}





