	/*
Theme Name: Direct Clicks
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

.page-id-8 .wp-facebook-badge.wp-facebook-badge_left-fixed {
	display: none;
}
.page-id-8 .wp-google-badge.wp-google-badge_left-fixed {
	display: none;
}
.project-image-slider .one_fourth p {color:#ADADAD;}
.search section {
	background: none !important;
}
.error404 section {
	background: none !important;
}
.black-bg {
    background: #222;
}

.cbp-l-caption-body p {
   line-height:normal;
}


h1.orangehead {
    color: #ff6a3c;
}
.portfoloi-bg
{
	background-color:#f5f5f5 !important;
}
.black-txt p {
    color: #000 !important;
}
.container.inner-content {
	padding: 0 0 40px;
}
.inner-banner img{
    width: 100%;
}
.inner-banner h1 {
	color: #fff;
}
.three_fourth iframe {
	width: 100%;
	max-height: 800px;
}
.portfolio-video {
	margin-top: 40px;
}
.toggle-title1 {
	background: #ffffff;
	cursor: pointer;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 5px;
	display: block;
	font-size: 13px;
	text-align: center;
}
.container.inner-content p {
	font-size: 16px;
	line-height: 24px;
}
.page-id-21 #about {
    margin-top: 0px;
}
/*Menu*/
.sidenav {
    height: 100%;
    width:0;
    position: fixed;
    z-index:99999999999999;
    top: 0;
    right: 0;
    background:rgba(0,0,0,.8);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top:14px;
    max-width:70% !important;
}

.sidenav ul {
 list-style: none;
    text-align: center;
}

.sidenav li{clear: both; position: relative;
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
text-align:left;
}

.sidenav a {
    text-decoration:none !important;
    color: #fff;
    display: inline-block;
    transition: 0.3s;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    padding:8px 0;
    position: relative;
 font-weight:300;
}

.sidenav li a:hover{color:#ff6a3c;}
.sidenav li a.selected{color:#ff6a3c;}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.sidenav ul.sub-menu {
	margin-left: 20px;
}

.recentItem1 {
	position: fixed;
	background: #fff;
	z-index: 999999;
	width: 300px;
	padding: 10px;
	height: 100%;
	bottom: 0;
	display: none;
	border: 2px solid #F48000;
	border-radius: 2px;
	z-index: 9999999999999999;
}
.recentItemTxt1 {
	padding: 0px 0 0 8px;
	font-size: 1.5em;
	font-weight: 300;
}
.recentItem1 #closX1 {
	z-index: 99999999999999999;
	position: absolute;
	right: 14px;
}
#closX1 {
	float: right;
}
.btn-bricky1 {
	color: #ffffff;
	margin: 0;
	position: fixed;
	bottom: 7px;
	left: 0;
	z-index: 9999;
}
.btn-lg1, .btn-group-lg1 > .btn1 {
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33;
	padding: 15px 0px;
}
.google-partner-css {
	float: right;
	position: relative;
	bottom: 16px;
}
.copy {
	margin-bottom: 60px;
	float: left;
}
.toggle-title2 {
	background: #ffffff;
	cursor: pointer;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 5px;
	display: block;
	font-size: 13px;
	text-align: center;
}
.toggle-title2 a {
	color: #888;
	text-decoration: none;
}
.toggle-title2 a:hover {
	color: #222222;
}
.toggle-title2:hover {
	background: #EEEEEE;
}

.navbar-fixed-top.is-sticky .google-partner {
	display: block;
}

.navbar-fixed-top .google-partner {
	display: none;
}
.newave-button.medium.outline.white {
	margin-right: 6px;
}
.wp-gr .wp-google-border {
	width: 100% !important;
	height: 6px !important;
	background: #ff6a3c !important;
	border-radius: 2px 2px 0 0 !important;
}
.page-id-363 .container {
	padding: 70px 0 70px;
}
.page-id-363 .section-title {
	margin-bottom: 0;
}
.page-id-363 .section-title h1 {
	margin-bottom: 0;
}
.section-1-left ul {color: #adadad;}
.author-css {
	font-size: 16px;
}
.page-id-363 .section-1 h1 {
	margin-bottom: 10px;
}
#about .section-title h1 {font-size: 40px;}
.our_work-template-default #portfolio {
	padding-bottom: 0;
	margin-bottom: 50px;
}
.logo-link {
	float: left;
}
.port-single {
	text-align: center;
	font-size: 40px;
	margin-bottom: 60px;
}

.back-link a {
	margin-bottom: 15px !important;
	text-decoration: underline;
	font-size: 17px;
	color: #4C9ED9;
	float: left;
}
.back-link {
	width: 100%;
	float: left;
}

#grid-container2 #slider_left, #grid-container2 #slider_right{
   width: 20px!important;
   display:none;
}

#cycle-nav{
   height: auto;
    bottom: 4px;
    display:none;
}

#grid-container2:hover #slider_left{
    display:block;
}

#grid-container2:hover #slider_right{
    display:block;
}

#cycle-nav ul {
    list-style-type:none;
    text-align: center;
}

#cycle-nav ul li {
    border:1px solid #ffffcc;
    float:left;
    margin:4px;
    display: inline-block;
    float: none;
}

#cycle-nav ul li a {
    background:#fff;
    float:left;
    height:10px;
    margin:2px;
    width:10px;
}

#cycle-nav ul li.activeSlide {
    border:1px solid #FF8000;
}

.page-id-432 #quote{
  display:none;
}



.navbar-fixed-top .show-menu.dButton{
   margin: 7px 16px 9px 10px;
}

.navbar-fixed-top #logo{
       margin-top: 0px;
       margin-bottom: 6px;
}

.navbar-fixed-top .phonetop{
  margin-top: 16px;
}

.single-services #demo {
    background: #fff;
}

.servc{
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 35px;
}

.wp-fbrev .wp-facebook-badge_left-fixed {
	position: fixed !important;
	left: 30px !important;
	bottom: 107px !important;
	max-width: none !important;
	z-index: 2147482999 !important;
}
.wp-fbrev .wp-facebook-border {
	width: 100% !important;
	height: 6px !important;
	background: #4080ff !important;
}
.facebook-cls .widget {
	margin-bottom: 0;
	font-size: 14px;
}
.wpcf7-not-valid-tip {
	color: #ff6a3c !important;
}
.wpcf7-response-output.wpcf7-validation-errors {
	color: #ff6a3c;
}
.port-main-img img {
	width: 100%;
}

.back-link a .fa.fa-arrow-circle-o-left {
	color: #333;
	font-size: 30px;
	margin-bottom: 10px;
}
.back-link a .fa.fa-arrow-circle-o-left:hover {
	color: #ff6a3c;
}
.our_work-template-default .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
}

.text-center.one {
    width: 100%;
    text-align: center !important;
    margin: 0 auto;
    }
.g-recaptcha {
	text-align: center !important;
	width: 308px;
	margin: 0 auto !important;
}

#googlecpt.g-recaptcha {
	margin: 0 !important;
}
span.quote-img img {
    width: 21px;
    height: auto;
    padding: 10px;
    margin-bottom: 12px;
    opacity: 0.5;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok
{
display:none !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-spam-blocked {
	color: #ff6a3c;
}
div.wpcf7-validation-errors {
	border: 2px solid #ffa500;
}

section.error-404.not-found.move-up-404{
    position: absolute;
    text-align: center;
    width: 100%;
    float: left;
    background: transparent!important;
    padding: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.error-404.not-found.move-up-404 .page-content p{
   color:#fff;
}

.error404  .slide-content.light{
    display:none!important;
}

.error-404.not-found .page-header h1 {
    margin-bottom: 20px;
    font-size:40px;
    color:#fff;
    padding: 0px 10px;
}

body.error404 #navigation-sticky-wrapper {
    height: auto!important;
}


@media (min-width:320px) and (max-width:565px) {
     .error-404.not-found .page-header h1{
          font-size: 22px;
          line-height: 1.2;
          margin-bottom: 10px;
     }

     .error-404.not-found input{
          padding-left: 10px!important;
     }
   
     section.error-404.not-found.move-up-404{
         margin-top:20px;
    }
	
	#googlecpt.g-recaptcha > div{    
    width: 205px !important;
}
#googlecpt.g-recaptcha{
transform:scale(0.70);
-webkit-transform: scale(0.70);
transform-origin:0 0;
-webkit-transform-origin:0 0;
height: 60px;
}

}


@media (min-width:641px) {
.sidenav ul.sub-menu {
	margin-left: 30px;
	margin-top: 9% !important;
}
.sidenav ul {
 width: 400px;
 margin: 14% auto 0;
}
.sidenav a {
    font-size:25px;
}
.sidenav li{
margin-bottom:9%;
}
.google-partner-css {
    right: 6px;
}
.wp-gr .wp-google-badge-btn {
    padding: 10px !important;
}
  
}

@media (min-width:1025px) {
#review-id {display:none;}
}
@media (max-width:1024px) {
#to_top_scrollup {
	bottom: 80px !important;
}
#review-id {
	position: fixed;
	top: 50%;
	z-index: 99999;
	display:block;
	cursor: pointer;
}
.wp-fbrev .wp-facebook-badge_left-fixed {
	display: none;
}
.wp-gr .wp-google-badge_left-fixed {
	display: none;
}
}

@media (max-width:1023px) {
.google-partner-css {
    float: none;
    position: relative;
    bottom: 0;
    top: 10px;
}
.copy {
	float: none;
}
}


@media (min-width:768px) {
	.slide-mobile{display:none;}
}

@media (max-width:767px) {
.review-cls {
	display: none !important;
}
#to_top_scrollup {
	bottom: 80px !important;
	display: none !important;
}
.wp-fbrev .wp-facebook-badge_left-fixed {
	bottom: 87px !important;
}
.slide-desk{display:none;}
.slide-mobile{display:block;}
#grid-container2 #slider_left {
	display: none;
}
#grid-container2 #slider_right {
	display: none;
}
.page-id-363 .container {
    padding: 85px 0 30px;
}
 .sidenav a {
    font-size: 26px;
 }
 .sidenav li {
 margin-bottom: 8%;
}
 .sidenav ul.sub-menu {
	margin: 20px 20px !important;
}

#home {
    height: auto !important;
}
#fullscreen-slider {
	height: 100% !important;
}
div.mc-image {
	height: 100% !important;
	width: 100% !important;
}
.slide-content h1 {
	font-size: 26px !important;
}
.lead {
	font-size: 16px !important;
}
#navigation-sticky-wrapper {
	height: auto !important;
}
#slider_bottom {
	display: none;
	margin: 0 6px -6px 0 !important;
}



.wp-google-stars svg {width: 8px !important;}
.wp-google-badge-btn svg {width: 35px;}
.wp-gr .wp-google-rating {display: block;margin: 0 6px -6px 0 !important;}
.wp-gr .wp-google-stars .wp-star {padding: 0 2px 0 0 !important;}
.wp-gr .wp-google-badge-btn {padding: 0px !important;}
.wp-gr .wp-google-badge-score {
	display: inline-block;
	margin: 10px 0 0 3px !important;
	vertical-align: middle !important;
}
  .wp-gr .wp-google-badge_left-fixed {
	left: 2px !important;
   }
   .wp-google-badge-score div {
	display: none;
  }
  .wp-fbrev .wp-facebook-badge_left-fixed {
	left: 0 !important;
}
.wp-facebook-badge-score div {
	display: none;
}
.wp-facebook-stars svg {width: 8px !important;}
.wp-facebook-badge-btn svg {width: 35px;}
.wp-facebook-badge-score .wp-facebook-rating {
	display: block !important;
	margin: 0 6px -6px 0 !important;
}
.wp-fbrev .wp-facebook-badge-btn {
	padding: 2px !important;
}
.wp-fbrev.wpac .wp-facebook-stars .wp-star {
	padding: 0 1px 0 0 !important;
	line-height: 22px !important;
}
.wp-facebook-badge-btn {padding: 0px !important;}
.wp-facebook-badge-score {
	display: inline-block;
	margin: 10px 0 0 3px !important;
	vertical-align: middle !important;
}
.wp-facebook-badge-btn > svg {
	width: 31px !important;
	height: 33px !important;
	padding: 3px !important;
	border-radius: 50% !important;
}

.modal.fade {display: none;}

}


@media (max-width:640px) {

.sidenav ul {
 width: 350px;
 margin: 14% auto 0;
}
.sidenav a {
    font-size:20px;
}
.sidenav li{
margin-bottom:7%;
}
.copy {
    margin-bottom: 0px;
}
.foot-3 {
    margin-bottom: 60px;
}
}

@media (max-width:639px) {
   .sidenav a {
       font-size: 20px;
  }

  .sidenav li {
    margin-bottom: 4%;
    margin-left:4%;
  }

  .sidenav ul.sub-menu li {
	margin-left:0px !important;
  }

  .slide-content h1 {
	font-size: 26px !important;
  }

  .lead {
	font-size: 16px !important;
  }

  #cycle-nav{
    display: block!important;
  }

 #grid-container2 #slider_left, #grid-container2 #slider_right{
   display: none!important;
}


}
/*End Menu*/

/*End Ajax*/
.cbp-popup-singlePage-open {
	left: 0;
	max-width: 80%;
	right: 0;
	margin: 0 auto;
	z-index: 999999999999;
}


.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.cbp-popup-singlePage-counter {
	display: none;
}
.cbp-popup-navigation-wrap::before {
	left: 3% !important;
	margin-left: 0 !important;

}

.cbp-popup-singlePage-sticky .cbp-popup-navigation {
	width: 100% !important;
}

.cbp-popup-singlePage-counter {
	right: 3% !important;
}

.cbp-popup-singlePage-counter {
	line-height: 70px;
	font-style: italic;
	font-size: 14px;
	position: absolute;
	right: 12%;
	top: 0;
}
.cbp-popup-singlePage .cbp-popup-navigation {
	width: 100% !important;
}
/*End Ajax*/


.cbp-caption-activeWrap.hidden-phone{
   margin-top: 20px;
}

@media (max-width:480px) {
.sidenav ul.sub-menu {
    margin: 10px 10px !important;
}
.sidenav a {
    font-size: 13px;
}
.sidenav li {
    margin-bottom: 2%;
    margin-left: 2%;
}
}

@media (max-width:479px) {
.navbar-fixed-top.is-sticky .google-partner {
	display: none;
}
#bx-pager a, #bx-pager2 a {
	width: 40%;
}
}

@media (max-width:320px) {
.cbp-popup-singlePage .cbp-popup-navigation {
	left: 50px !important;
}
}
