/*
 Theme Name:   Archi Child
 Theme URI:    http://archiwp.com/
 Description:  Archi Child Theme
 Author:       OceanThemes
 Author URI:   http://oceanthemes.net
 Template:     archi
 Version:      3.6.1
 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
*/

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 40px;
    padding-right: 40px; 
	}
	
	
@media only screen and (max-width: 992px){   
	h2, .h2 {
  font-size: 20px;
	}
	
	.text_box_title {
		margin-bottom: 40px;
	}

    #mainmenu .arrow {
    background-color: #000 !important;
  }
	
	#subheader h1 {
  font-size: 36px !important;
	}
	
	#subheader {
  padding: 50px 0 50px 0 !important;
}

	}