/*!
Theme Name: techcpone
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: techcpone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

techcpone is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.copyrights p a {
    color: #ffb400;
}
ul#menu-footer-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
ul#menu-footer-services{
	
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;	
}
.employee_testimonials_box p {
    text-align: center;
}
.employee_testimonials_box h6 {
    text-align: center;
}
.employee_testimonials .employee_testimonials_box .icon{
    text-align:left;
}
.post-394 .tnp-field-email input.tnp-email {
    border-radius: 0 !important;
    font-size: 14px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 50px !important;
    background: transparent !important;
    border: 1px solid #ccc!important;
    color: #272626 !important;
    width: 50%;
}
.tnp-field-email input.tnp-email {
       border-radius: 0;
    font-size: 14px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 48px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}


.main_footer .widget {
    list-style: none;
}
.main_footer .widget .tnp.tnp-widget form {
    display: flex;
}
.main_footer .widget .tnp.tnp-widget form .tnp-field.tnp-field-email label {
    display: none;
}
.main_footer .widget .tnp.tnp-widget form .tnp-field.tnp-field-email {
    width: 100%;
}
.main_footer .widget .tnp.tnp-widget form .tnp-field.tnp-field-button input.tnp-submit {
    background: #ffb400;
    color: #000;
    margin-left: 10px;
        border-color: #ffb400;
}

article#post-394 {
    width: 100%;
}

article#post-394 .entry-content {
    text-align: center;
}

article#post-394 form {
    display: flex;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}
article#post-394 form .tnp-field.tnp-field-email label {
    display: none;
}
article#post-394 form .tnp-field.tnp-field-email {
    width: 100%;
}
article#post-394 form .tnp-field.tnp-field-email input.tnp-email {
    width: 100%;
}
article#post-394 form .tnp-field.tnp-field-button {
    display: flex;
}
article#post-394 form .tnp-field.tnp-field-button input.tnp-submit {
    padding: 0px 30px;
}


/*=======================================================
//////////////RESPONSIVE MEDIA QUERY START///////////////
=======================================================*/
@media (max-width: 767px) {

.main_header .ak_menu .navbar-nav .dropdown .dropdown-menu .mega_menu_ul li {
    width: 100%;
}
.main_header .ak_menu .navbar-nav .dropdown .dropdown-menu .mega_menu_ul li a {
    margin: 0px 0px;
}
.iphone_app_dev_brid .content_box_container .container .row .content_box_service p {
    margin: 15px 0px 20px 0px;
}
.video_section .home_slider .slider_row .content_slide .spacing_text {
    letter-spacing: normal;
    font-size: 11px;
}
.video_section .home_slider .slider_row .content_slide h2 {
    font-size: 20px;
}
.portfolio_popup .modal-content .modal-body .img_box .conent_position .ft_portfolio p a img {
    width: 70px;
}
.portfolio_popup .modal-content .modal-body .img_box.img_2 .overview {
    bottom: 25px;
    padding: 0px 25px;
    left: 0;
}
.portfolio_popup .modal-content .modal-body .img_box.img_2 .overview p {
    font-size: 10px;
    line-height: normal;
}
.portfolio_popup .modal-content .modal-body .img_box.img_2 .overview h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.portfolio_popup .modal-content .modal-body .img_box .conent_position .ft_portfolio h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.portfolio_popup .modal-content .modal-body .img_box .conent_position .ft_portfolio {
    position: absolute;
    bottom: 20px;
}
.portfolio_popup .modal-content .modal-body .img_box .conent_position .title_n {
    font-size: 10px;
}
.portfolio_popup .modal-content .modal-body .img_box .conent_position .title_n::before {
    width: 35px;
    margin-left: -35px;
}
.portfolio_popup .modal-content .modal-body .img_box .conent_position .title_n::after {
    width: 35px;
    margin-right: -70px;
}
.portfolio_popup .modal-content .modal-body .close {
    right: 25px;
    top: 25px;
}
.portfolio_popup .modal-content .modal-body .img_box .conent_position .category {
    font-size: 12px;
    margin-top: 40px;
}



}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
.featured_section .featured_box .overlay .overlay_content p {
    font-size: 12px;
}
.featured_section .featured_box .overlay .overlay_content h3 {
    font-size: 22px;
    margin-bottom: 8px;
}
.featured_section .featured_box .overlay .overlay_content .theme_button {
    margin-top: 0px;
    padding: 5px 25px;
    font-size: 12px;
}
.get_more_section .right .effect_img .effect_icons .effect.effect_2 {
    left: 145px;
    bottom: 100px;
}
.get_more_section .right .effect_img .effect_icons .effect.effect_3 {
    right: 110px;
    top: 130px;
}
.get_more_section .right .effect_img .effect_icons .effect.effect_1 {
    right: 150px;
    top: 42px;
}

    
}

.load_more a {
    background: #ffb400;
    color: #fff;
    padding: 7px 35px;
    display: inline-block;
    border-radius: 50px;
}
a.btn_view.visit_website {
    background: #ffb400;
    color: #fff;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 50px;
}




/*

THIS FILE IS OVERWRITTEN EVERY TIME YOU UPDATE THE PLUGIN.
USE THE CUSOTM CSS OPTION IN THE SUBSCRIPTION SETTING PANEL FOR YOUR
CUSTOM CSS RULES.

*/

.tnp-subscription {
    font-size: 13px;
    display: block;
    margin: 15px auto;
    max-width: 500px;
    width: 100%;
}

/* Generic field wrapper */
.tnp-subscription div.tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-subscription label {
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    margin: 0;
}

.tnp-subscription input[type=text], 
.tnp-subscription input[type=email], 
.tnp-subscription input[type=submit], 
.tnp-subscription select {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-subscription input[type=checkbox], 
.tnp-widget input[type=radio] {
    max-width: 20px;
    display: inline-block;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-subscription select option {
    margin-right: 10px;
}

.tnp-subscription input.tnp-submit {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
}

@media all and (max-width: 480px) {
    .tnp-subscription input[type=submit] {
        width: 100%;
    }
}


/* Profile form */

.tnp-profile form .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-profile form .tnp-field label {
    display: block;
    color: #333;
}

.tnp-profile form .tnp-field input[type=text], 
.tnp-profile form .tnp-field input[type=email], 
.tnp-profile form .tnp-field input[type=submit], 
.tnp-profile form .tnp-field textarea, 
.tnp-profile form .tnp-field select {
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 0;
    height: auto;
    float: none;
}

.tnp-profile form input[type=checkbox], .tnp-profile input[type=radio] {
    max-width: 20px;
    display: inline-block;
}

.tnp-profile form .tnp-list-label {
    margin-left: 15px;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-profile form select option {
    margin-right: 10px;
}

.tnp-profile form .tnp-field input[type=submit] {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
}

@media all and (max-width: 480px) {
    .tnp-profile input[type=submit] {
        width: 100%;
        margin: 0;
    }
}



.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-widget label {
    display: block;
    color: inherit;
    font-size: 14px;
}

.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd ;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}

.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
    width: auto;
    display: inline-block;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-widget select option {
    margin-right: 10px;
}

.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    margin: 0;
}

.tnp-field input[type="submit"] {
    position: inherit;
}

.tnp-field label {
    
}

/* Newsletter Widget Minimal */

.tnp-widget-minimal {
    width: 100%;
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0;
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* The minimal form */

.tnp-subscription-minimal {
    width: 100%;
    box-sizing: border-box;
}

.tnp-subscription-minimal form {
    margin: 0;
    padding: 0;
    border: 0;
}

.tnp-subscription-minimal input.tnp-email {
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
}

.tnp-subscription-minimal .tnp-privacy-field {
    margin-top: 10px;
}

.tnp-subscription-minimal input.tnp-submit {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin: 0;
}

/* Comments Extension */
.tnp-comments {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tnp-comments label {
    display: block;
}

.tnp-comments input[type=checkbox] {
    display: inline-block;
    width: auto!important;
}


/* Locked Content Extension */
.tnp-lock {
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.tnp-nl-checkout {
    margin-bottom: 1em;
}
