/*
Theme Name: 3C Creative Agency

Description: Responsive WordPress theme with all the Twitter Bootstrap elements and features.

Author: GW2D Web Develepoment 
Author URI: http://gw2d.com
Version: 1.0
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, bootstrap, twitter

Copyright (C) 2016 3C Creative Agency

CREATE CHILD THEME.
See: http://codex.wordpress.org/Child_Themes
	
CSS Rules: Sorted alphabetically for better organization.
*/

@font-face {
  font-family: "news-gothic-bt-bold";
  font-style: normal;
  font-weight: normal;
  src: url("/3c/fonts/news-gothic-bt-bold.eot?#iefix") format("embedded-opentype"), 
  url("../3c/fonts/news-gothic-bt-bold.woff") format("woff"), 
  url("../3c/fonts/news-gothic-bt-bold.ttf") format("truetype"), 
  url("../3c/fonts/news-gothic-bt-bold.svg#news-gothic-bt-bold") format("svg"); }

@font-face {
  font-family: "news-gothic-bt-light";
  font-style: normal;
  font-weight: normal;
  src: url("../3c/fonts/news-gothic-bt-light.eot?#iefix") format("embedded-opentype"), 
  url("../3c/fonts/news-gothic-bt-light.woff") format("woff"),
  url("../3c/fonts/news-gothic-bt-light.ttf") format("truetype"),
  url("../3c/fonts/news-gothic-bt-light.svg#news-gothic-bt-light") format("svg"); }
@font-face {
  font-family: "news-gothic-bt-roman";
  font-style: normal;
  font-weight: normal;
  src: url("../3c/fonts/news-gothic-bt-roman.eot?#iefix") format("embedded-opentype"), 
  url("../3c/fonts/news-gothic-bt-roman.woff") format("woff"), 
  url("../3c/fonts/news-gothic-bt-roman.ttf") format("truetype"), 
  url("../3c/fonts/news-gothic-bt-roman.svg#news-gothic-bt-roman") format("svg"); }

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../3c/fonts/playfairdisplay-regular-webfont.eot');
    src: url('../3c/fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../3c/fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('../3c/fonts/playfairdisplay-regular-webfont.woff') format('woff'),
         url('../3c/fonts/playfairdisplay-regular-webfont.ttf') format('truetype'),
         url('../3c/fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}  
  
  * {
   box-sizing: border-box; 
  }

body {
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	background-color: #ffffff;
	color: #787772;
	font-family: 'news-gothic-bt-roman', sans-serif;
	font-size: 14px;
	font-weight: normal;
}

/* Titles */
h1, h2, h3, h4, h5, h6 { color: #787772; font-family: 'playfair_displayregular', sans-serif; font-weight: normal; }

h1 { font-size: 40pt; margin-bottom: 30px; margin-top: 30px; }



.author-avatar img { -webkit-border-radius: 95px; -moz-border-radius: 95px; border-radius: 95px; }


/* Paragraph & Typographic */
p { font-size: 14pt; line-height: 1.4; margin-bottom: 20px; }

.centered { text-align: center; }

/* Links */
a {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	color: #1abc9c;
	transition: color 0.1s ease-in, background 0.1s ease-in;
	word-wrap: break-word;
}

a:hover,
a:focus { color: #7b7b7b; outline: 0; text-decoration: none; }

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

.navbar-header {
  float: left;
  width: 6%;
}

.navbar { margin-bottom: 0px; text-transform: uppercase; }

.navbar-inverse .navbar-collapse {
  float: right;
  width: 94%;
}

.navbar-inverse { border: none; background-color: #fff;  padding-top: 15px; }

.navbar-inverse .container { padding: 0 10px; padding-bottom: 12px; border-bottom: 1px solid #e3e0cf; }

.navbar-inverse .navbar-nav > li > a { color: #787772; font-size: 12pt; padding: 0 10px; line-height: 1.2; }

.navbar-inverse .navbar-nav > li > a:hover { color: #000; font-family: "news-gothic-bt-bold"; }

.navbar-brand { font-size: 20px; font-weight: 700; letter-spacing: 2px; }

.navbar-inverse .navbar-brand { color: white; }

.navbar-inverse .navbar-toggle:focus {
 outline: 0;
}
.navbar-inverse .navbar-toggle { border-color: transparent; outline: 0; }

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover { background-color: transparent; color: #000; font-family: "news-gothic-bt-bold"; }

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { background-color: transparent; color: #000; font-family: "news-gothic-bt-bold"; }

.progress-bar-theme { background-color: #1abc9c; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
}


.video-porfolio {
  max-width: 100%;
  width: 50%;
  padding: 20px 0;
}

.port-images {
	clear: both;
}
.port-images video,
.port-images iframe {
  max-width: 100%;
  width: 50%;
  height: 20vw;	
	float: left;
}

.port-images .video-small-right {
	padding-left: 10px;
}
.port-images .video-small-left {
	padding-right: 10px;
}

#wrapper {
  min-height: 77vh;
}

body {
  position: relative;
  min-height: 100vh;
  padding-bottom: 90px;
}

#menu-navigation-menu {
  float: left !important;
  margin-left: 30px;
  margin-top: 2%;
}


#content-left {
  float: left;
  width: 50%;
  text-align: left;
  min-height: 45vh;
  padding-right: 5%;
}

#content-right {
  float: right;
  width: 50%;
  text-align: right;
}

.home #content-left p {
  color: #000
}

#content-right canvas {
  max-width: 450px;
  width: 100%;
}

/* Helpers */

.mt { margin-bottom: 40px; margin-top: 40px; }

.pt { padding-bottom: 50px; padding-top: 50px; }


/* +++++ WRAP SECTIONS +++++ */

#ww { background-color: #f2f2f2; padding-bottom: 70px; padding-top: 70px; }


#footer { position: absolute; bottom: 0; width: 100%; background-color: #787772; padding-bottom: 0px; padding-top: 25px; height: 70px;  font-family: "news-gothic-bt-light" }


#footer .container {
  padding: 0;
}

#footer .menu-navigation-menu-container li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding-right: 10px;
  padding-left: 10px;
}

#footer .menu-navigation-menu-container li  a {
  color: #fff;
  font-size: 12pt;
}

#footer p { float: left; color: white; font-size: 12pt; padding-right: 15px; border-right: 1px solid #fff; }

#footer .widget_nav_menu {
  float: left;
}
#footer h4 { color: white; padding-bottom: 20px; text-transform: uppercase; }


/* +++++ Color Wraps / Blog Page +++++ */

#grey { background-color: #f2f2f2; padding-bottom: 60px; padding-top: 60px; }

#white { background-color: #ffffff; padding-bottom: 60px; padding-top: 60px; }



/* Blog Date*/
bd {
	color: #d2d2d2;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Blog Author*/
ba { font-size: 12px; padding-left: 5px; text-transform: uppercase; }

/* Blog Quote */
.bq { font-size: 22px; padding-top: 30px; }

/* Blog Tags */
bt { font-size: 12px; }

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom { 
    display:block; 
    position:relative; 
    overflow:hidden; 
    background:transparent url(images/loader.gif) no-repeat center;
}


.zoomOverlay {
    position:absolute;
    top:0; left:0;
    bottom:0; right:0;
    display:none;
    background-image:url(images/zoom.png);
    background-repeat:no-repeat;
    background-position:center;
}

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon { color: #1abc9c; font-size: 40px; }

/* WP User Avatar */

.wp-user-avatar {margin: 0;}


/* css Novo */

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 0;
  padding: 0 10px;
  padding-top: 3%;
}



.container .row {
  margin: 0;
}

#wrapper .container .centered {
  width: 100%;
  margin: 0;
  padding: 0;
}

#wrapper .container .alignnone {
  margin: 20px 0;
}

.image-right,
.image-left {
  max-width: 49%;
  margin: 20px 0;
}


.single-portfolio .container {
  text-align: left;
}

.single-portfolio .container h1 {
  float: left;
  font-family: "news-gothic-bt-bold"; 
  clear: right;
  color: #000;
}

.single-portfolio .container .port-left {
  clear: left;
  float: left;
  width: 40%;
  color: #000;
text-align: left;  
}

.single-portfolio .container .port-right {
  float: right;
  width: 50%;
  text-align: left;
  color: #000;  
}

.image-porfolio {
  padding: 20px 0;
  display: inline-block;
}



.image-small {
  max-width: 50%;
}

#wrapper .container .image-small-right {
 padding-left: 10px;
}

#wrapper .container .image-small-left {
  padding-right: 10px;
}


.port-content {
  text-align: left;
  padding: 0;
  padding-bottom: 40px;
}

#wrapper .container .port-content {
	padding-bottom: 15px;
}

.port-home {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  margin: 0.5%;
  position: relative;
}

.port-info a {
  display: block;
  padding-top: 12%;
  padding-left: 15px;
  width: 100%;
  height: 100%;  
}

.port-info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1,1,1,0.8);

  display: none;
}

.port-home:hover  .port-info {
  display: block;
}

.port-info a,
.port-info h2,
.port-info h3 {
  color: #fff;
}

.port-info h2 {
  font-size: 12pt;  
  margin-top: 0;
}

.port-info h3 {
  font-size: 20pt;
  margin-bottom: 10px;  
  font-family: "news-gothic-bt-light";
  text-transform: uppercase;
}



.single-portfolio h1,
.page-template-template-services h1,
.page-template-template-about-our-clients h1,
.page-template-template-contact h1,
.page-template-template-about h1 {
  font-size: 18pt;
  margin-bottom: 20px;
  margin-top: 0;
  float: left;
}

.page-template-template-services h1 {
  clear: both;
}


.page-template-template-services #content-left p,
.page-template-template-about-our-clients #content-left p,
.page-template-template-contact #content-left p,
.page-template-template-about #content-left p {
  color: #000;
  font-size: 14pt;
}

#content-right img {
  max-width: 100%;
}

.page-template-template-about-our-clients #content-left {
  min-height: 0;
  clear: left;
}

#content-left {
  clear: left;
}


#content-left a {
  color: #7f8273;
}





#wrapper .menu-about-us-container {
  margin-top: 40px;
}

#wrapper .menu-about-us-container li {
  margin-bottom: 10px;
}

.menu-services li a,
#wrapper .menu-about-us-container li a {
  font-size: 14pt;
 color: #7f8273;  
}

.menu-services {
  clear: both;
  padding-top: 10px;
}

.menu-services li {
  margin-bottom: 20px;
}
.menu-services li a {
  font-size: 14pt;
}
.menu-services li a:before,
#wrapper .menu-about-us-container li a:before {
  content:">";
  float: left;
  margin-right: 5px;
}

.single-portfolio #menu-navigation-menu #menu-item-8 a,
.page-template-template-about-our-clients #menu-navigation-menu #menu-item-9 a,
.page-template-template-about #menu-navigation-menu #menu-item-9 a ,
#wrapper .menu-services li a.active,
#wrapper .menu-services li a:hover,
#wrapper .menu-about-us-container li.current_page_item a,
#wrapper .menu-about-us-container li a:hover {
  color: #000;
  font-family: "news-gothic-bt-bold";  
}

.clients {
  clear: both;
  text-align: left;
}

.clients li {
  display: inline-block;  
  width: 24%;
  padding: 5%;
}

.page-template-template-services .description {
  position: absolute;
  left: 30%;
  top: 10%;
}

.menu-prevnext-container {
  display: none;
}

#footer-back {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 10px;
  position: relative;
  margin-bottom: 20px;
	padding-top: 0;
}

.back-top {
 float: left;
 margin-left: 0.5%;
  bottom: 0px;
  left: 0;
  color: #787772;
  font-size: 12pt;  
  display: none;
  margin-bottom: 20px;
}

.back-top.visibility {
  display: block;
}

.prev-next-links {
  float: right;
  right: 0;
  margin-right: 0.5%;
  bottom: 0px;
}

.prev-next-links a.prev:after {
  content: "/";
  color: #787772;
  font-size: 12pt;
  padding: 0 10px;
} 

.prev-next-links a {
  color: #787772;
  font-size: 12pt;
  text-transform: uppercase;
}

.prev-next-links a.disabled {
  display: none;
}

.contact-info {
  float: right;
  margin-top: 2%;
}


.telephone-mobile,
.contact-info a,
.contact-info p {
  float: left;
  margin: 0 10px;
  font-size: 12pt; 
  font-family: "news-gothic-bt-roman"; 
  color: #787772;
  line-height: 25px;
}

.telephone-mobile a {
  color: #787772;
}

.contact-info a {
  float: left;
  background: url(images/in.jpg) no-repeat;
  width: 24px;
  height: 24px;
  font-size: 0;
}
.contact-info a.pinterest {
  background: url(images/pin.jpg) no-repeat;
}

.telephone-mobile:before,
.contact-info .telephone:before {
  content: "";
  float: left;
  background: url(images/phone.png) no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: 100%;
}

.contact-info .telephone {
  background: none;
  font-size: 12pt;   
  width: auto;
}

.telephone-mobile {
  display: none;
}

@media screen and (max-width:767px) { 

.contact-info .telephone {
  display: none;
}

body {
  padding-top: 80px;
  padding-bottom: 150px;
}

.navbar-inverse {
  background: transparent;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.navbar {
  margin: 0;
}

.contact-info {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.contact-info a {
  display: inline-block;
  float: none;

}
.contact-info a.pinterest {
  background: url(images/mobile/pin.png) no-repeat;  
  background-size: 100%;  
}

.contact-info a.linkedin {
  background: url(images/mobile/in.png) no-repeat; 
    background-size: 100%;
}

#menu-navigation-menu {
  width: 100%;
  margin: 0;
  text-align: center;
}

.navbar-inverse .navbar-nav {
  padding-top: 10px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  padding: 10px;
  font-size: 15pt;
}

.navbar-inverse .navbar-collapse {
  background-color: rgba(120,119,114,0.8);
  margin: 0;
}


.telephone-mobile {
  float: right;
  display: block;
  margin-top: 6px;
  font-size: 11pt;
  margin-right: 25px;
}

.telephone-mobile:before {
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;  
}

.telephone {
  display: none;
}
.navbar-toggle .icon-bar {
  height: 4px;
}

.navbar-inverse {
  padding-top: 0;
}

.navbar-inverse .container {
  padding: 0;
}

#logo img {
  width: 45px
}

.container>.navbar-header {
  margin: 0;
  background-color: #fff;
}

.navbar-inverse .navbar-toggle {
  padding: 0;
  margin: 0;
  margin-top: 8px;
  cursor: pointer;
  outline: none;  
}
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
    
}

.container {
  padding: 0 3%;
}

.navbar-header {
  float: none;
  width: 100%;
  padding: 10px;
}

#footer .menu-navigation-menu-container li {
  padding: 0 8px;
}

#footer .menu-navigation-menu-container li:first-child {
  border-left: 1px solid #fff;
  padding-left: 8px;
}

.navbar { margin-bottom: 0px; text-transform: uppercase; }

.navbar-inverse .navbar-collapse {
  float: none;
  width: 100%;
}

/* home */
#content-left {
  width: 100%;
  padding: 0;
}

#content-left h1 {
  font-size: 20pt;
  line-height: 1.3;
  margin-top: 0px;
  margin-bottom: 20px;
}

.home .container {
  padding: 0;
}

.home #content-right,
.home #content-left {
  padding: 0 10px;
}
.home #content-left p {
  font-size: 14pt;
}

#content-right {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  padding-top: 5px;
  text-align: center;
}

#content-right .image-home {
  margin-bottom: 10px;
}

.port-home {
  margin: 0;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.port-home img {
  width: 100%;
}

.port-info h3 {
  font-size: 16pt;
  text-align: left;
}

.port-info h2 {
 font-size: 10pt;
 text-align: left;  
}

.prev-next-links {
  right: 10px;
}

.back-top {
  left: 10px;
}

#footer {
  height: 100px;
  padding-top: 20px;
}

#footer .menu-navigation-menu-container li a {
  font-size: 11pt;
}

#footer p {
  font-size: 11pt;
  position: absolute;
  top: 40px;
  border: none;
}

.back-top {
  display: none;
}

.prev-next-links {
  bottom: 110px;
  right: 0;
  padding: 0 10px;
  width: 100%;
}

.prev-next-links a.prev:after {
  display: none;
}

.prev-next-links .next {
  float: right;
  color: #000;
}

#footer .menu-navigation-menu-container {
  
}
#footer .menu-navigation-menu-container li {
  padding-left: 0;
  margin-right: 5px;
  display: inline-block;
  float: none;
}

.single-portfolio .container h1 {
  margin-left: 10px;
  font-family: "news-gothic-bt-bold";
}
.single-portfolio .container .port-right,
.single-portfolio .container .port-left {
  width: 100%;
  padding: 0 10px;
}

.image-porfolio {
  padding: 5px 0;
}

.single-portfolio .content-project .container {
  padding: 0;
}


.clients li {
    display: inline-block;
    width: 49%;
    padding: 5%;
    text-align: center;
    vertical-align: middle;
}

.page-template-template-services .description {
  position: static;
  padding-left: 19px;
}

.page-template-template-services #content-left p {
  margin-bottom: 10px;
}

.page-template-template-services #content-right,
.page-template-template-services #content-left {
  padding: 0;
}

.page-template-template-services #content-right {
  max-width: 70%;
  display: block;
  float: none;
  margin: 0 auto;
  position: relative;
  top: -20px;  
}

.page-template-template-contact #content-right {
  margin-bottom: 0;
  position: relative;
  top: -20px;   
}

}

@media screen and (min-width:769px) and (max-width:980px) { 
.page-template-template-services #content-right {
  width: 33%;
}

#content-left {
  padding-right: 0;
}

.port-info h3 {
  font-size: 13pt;
}

.port-info h2 {
  font-size: 10pt;
}

}

@media screen and (max-width:1500px) { 
.port-images video,
.port-images iframe {
  height: 28.8vw;	
}

}
