/*
Theme Name: Architectonic
Theme URI: 
Author: Theme Palace
Author URI: 



*/
 
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Layouts and Titles
# Media
	## Captions
	## Galleries
# Header Image
# Social Icons
# Breadcrumb List
# Homepage Sections
	## Main Slider Section
	## About Us Section
	## Latest Projects Section
	## Services Section
	## Latest Posts Section
	## Call to action Section
	## Client Testimonial Slider Section
	## Our Partners Section
	## Latest Video Section
# Color Switcher
# Font Family Options
# Footer
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
@font-face {
   font-family: 'Avgardd';

   src:    url('fonts/Avgardd.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('fonts/Avgardd.woff') format('woff');
 }
body,p,h1,h2,h3 {
	margin: 0;
    font-family: 'Avgardd';
	font-weight: 400;
}
a {
    color: #ff2d00;
    text-decoration: none;
}
.arccon{
    margin-top: 280px;
}
.project_desc td{
   font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    padding-right: 10px;
    text-align: right;
}
.project_desc td strong{
    font-weight:700;
    font-size: 16px;
    display: inherit!important;
}
.showcase-a{
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 3%;
}
.mails strong{
    font-size: 20px;
    display: block;
    padding-bottom: 2px;
}

.gal-select-cso.show{
    opacity: 1!important;
}
#primary-menu li a{
	text-transform:uppercase;
}
.gal-select-cso{
       background-color: goldenrod;
    width: 100%;
    height: 100%;
    position: absolute;
    mix-blend-mode: color;
    z-index: 10;
    overflow: auto;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.mlogo img{
        width:90px!important;
    }
@media only screen and (min-width : 768px) {
    .navbar-nav li a{
        font-size: 26px;
    }

    .main-slider.home {
        height:350px;
    grid-area: nav;
    }
    .homemain{
        grid-area: nav1;
    }
    .nav2.home{
        grid-area: footer;
    }
   
    .nav1.home {
        grid-area: main;
    }
    .homenav{
        grid-area: main-slider;
    }
}
@media only screen and (max-width : 1100px){
     .toggle-custom.main {
        position: fixed;
            width: 54px;
        float: right;
        cursor: pointer;
        right: 0;
        padding-right: 5%;
        z-index: 100004;
        top:-8px;
        display: inline;
    }
}
@media only screen and (max-width : 1200px) {
    .profile-title {
        top: 62px;
    }
    .mlogo img{
        width:90px!important;
    }
       #sidebar li {
    color: white;
    font-size: 26px;
    padding: 10px;
    height: 20px;
    text-align: right;
}
      
}
@media only screen and (max-width : 992px) {
       #sidebar li {
    color: white; 
      font-size: 12px;
    padding: 10px;
    height: 12px;
    text-align: right;
}
}
@media only screen and (max-width : 767px) {
    .wpcf7-form-control.wpcf7-text,.wpcf7-form-control.wpcf7-textarea {
    width: 90%;
    color: #000!important;
    }
    
    #quicknav li {
    display: inline-block;
    font-family: 'Avgardd';
    font-size: 6px;
    font-weight: normal;
    margin-right: 2%;
    line-height: 1;
    width: 40px;
    padding-right: 2%;
}

    .home.mobile{
        display: block!important;
        margin-right: 20px;
    }
    .profile-title {
        top: 30px;
    }
       #sidebar li {
           
    color: white;
      font-size: 22px;
    padding: 6px;
    height: 12px;
    text-align: right;
}
    footer{
       
    width: 100%;
    }
    .copyright {
    position: absolute;
    bottom: 10%;
    right: 0;
    float: none;
    font-size: 0.6vw;
    margin-right: 3%;
    font-size: 9px;
    color: #fff;
    left: 0;
        text-align: center;
    margin: 0 auto;
}
    #quicknav {
    background-color: #a9afb3;
  bottom:14px;
    height: 40px;
    }
    .bold {
    font-weight: 700;
    font-size: 10px;
}
    .contact-text {
    font-family: 'Avgardd';
    line-height: 1;
    font-size: 7px;
    }
    .contact-icons {
   
    margin-bottom: 20px;
   
}
    .contact-l2 {
   
    top: -90%;
    height: 200px;
    }
    .record{
  
    position: relative;
    float: left;
    width: 100%;
    margin-left: 10px;
}
}