/*
 Theme Name:   GoldenAura Psicologia
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       João Gouveia
 Author URI:   http://example.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:

Make sure you uncomment out this import line below if you want to include the parent CSS and the wp_enqueue_style() is not working. If you do not then you will not have any styling in your child theme from the parent theme.
*/



@import url("../twentyfourteen/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/*change body color*/

body{
	background-color: white;
}


/*REMOVE SIDEBAR AND CENTER*/
@media screen and (min-width: 783px) {
	.primary-navigation {
		 float: right;
		 margin-left: 20px;
	}

}

.site {
	margin: 0 auto;
}

@media screen and (min-width: 1110px) {
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-left: 55px;
	}


}
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content {
			max-width: 874px;
	        }
	.comments-area {
			max-width: 874px;
	        }
	.post-navigation, .image-navigation {
			max-width: 874px;
	        }
	.site:before,
	#secondary {
			width: 0;
			display: none;
		    }
	.featured-content {
			padding-left: 0;
	        }
	.site-content, .site-main .widecolumn {
			margin-left: 0;
	        }
	.hentry {
			max-width: 900px;
	        }
	.post-thumbnail img {
			width: 100%;
			}
/*FIM REMOVE SIDEBAR AND CENTER*/


/*NAVIGATION BAR FOR SITE AND IPAD*/
.site-header{

	background-color: #ffffff !important;
}

.primary-navigation {

	margin: 0 auto;
	float: none !important;
	display: table;
}

.primary-navigation li{
	line-height: 23px;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
		background-color: #fff;
		color: #fff;
}

.header-main {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar{
	background-color: white;
	border:0px;
}

#menu-principal{
	margin: 0 auto;
	display: table;
	float: none;
}

#menu-principal li{
	/*border-left: 1px solid rgb(222,222,222);*/
	border-radius: 10px;
}

#menu-principal .current-menu-item:first-child{
	/*border-left: 0px solid black;*/
 /* 	background-repeat:no-repeat;
   	width: auto;
  	height:20px;
	/background-image: url('images/menuLogo.png');*/
	background-color: white !important;
}

#menu-principal li a{
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu-principal li:first-child a{
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu-principal li a:hover strong, #menu-principal li a:hover .subtitle{
	color: rgb(91,157,217) !important;/*rgb(21,125,251) !important;*/
}

#menu-principal .current-menu-item, #menu-principal .current-page-ancestor{
	background-color: rgb(91,157,217); /*rgb(21,125,251);*/
}

#menu-principal .current-menu-item a strong, #menu-principal .current-menu-item a .subtitle,
#menu-principal .current-menu-item a:hover strong, #menu-principal .current-menu-item a:hover .subtitle,
#menu-principal .current-page-ancestor a strong, #menu-principal .current-page-ancestor a .subtitle,
#menu-principal .current-page-ancestor a:hover strong, #menu-principal .current-page-ancestor a:hover .subtitle{
	color: white !important;
}

.marginTop{
	margin-top: 40px;
}

.noMarginTop{
	margin-top: 0px;
}


@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape){

	/*IPAD LANDSCAPE*/
	/*.primary-navigation {
		margin: 0 auto;
	}

	.primary-navigation li{
		border-left: 0px solid #000;
	}*/

	#menu-principal{
		margin: 0 auto
		display:table;

	}

	#menu-principal li{
		border-left: 0px solid rgb(222,222,222);
	}

	#menu-principal li img{
		width: 90px;
		height: auto;
	}

	#menu-principal a{
		font-size: 12px !important;
	}

	.subtitle{
		/*display: none;*/
		font-size: 11px;
	}

	/*
	SERVIÇOS
	*/

	.serviceImg{
		width: 270px;
		height: auto;
	}

	.servicosnav li a {
		font-size: 10px !important;
	}

	.servnav{
		/*margin-top: 35px;*/
	}





	/*
		Artigos
	*/
	.artigosImg{
		padding-left: 0;
	}

	.artigosImg img{
		margin: 0;
		padding: 0;
		width: 265px;
		height: auto;
	}

	.artigosrow{
		/*background-color: green;*/
	}

	/*.artigosrow .col-sm-6{
		padding: 0;
		margin: 0;
	}*/

	.artigosrow h5 img{
		width: 90%;
		height: auto;
	}

	.artigosrow li a{
		font-size: 13px;
	}

	.artigosrow li p{
		font-size: 11px;
	}



}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait){
	

	/*IPAD portrait*/

	/*navbar*/
	#menu-principal li{
		margin: 0px;
		padding: 0px;
	}

	#menu-principal li img{
		width: 50px;
		height: auto;
	}

	#menu-principal a{
		font-size: 10px !important;
	}

	.subtitle{
		font-size: 7px;
	}
	/*fim navbar*/

	/*
	SERVIÇOS
	*/

	.serviceImg{
		width: 250px;
		height: auto;
	}

	.servicosnav li a {
		font-size: 9px !important;
	}

	.servnav .navbar-header .navbar-brand{
		font-size: 14px;
		height: 20px !important;
	}

	/*
		Artigos
	*/
	.artigosImg{
		
	}

	.artigosrow h5 img{
		width: 120%;
		height: auto;
	}

	.artigosrow li a{
		font-size: 13px;
	}

	.artigosrow li p{
		font-size: 11px;
	}

	.botao{
		margin-right: 5px;
	}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}

	#menu-principal{
		float: left;
		display: block;
	}

	#menu-principal li{
		border-left: 0px solid black;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

}



/**
	HOME SECTION
*/



.consulta{
	color: black;
	text-align: center;
	font-family: 'Helvetica Neue UltraLight', 'HelveticaNeue-UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-weight: 100;
	margin-top: 0px; 

}

.consulta:hover a{
	color: rgb(91,157,217) !important;
	text-decoration: none;
}

.consulta a {

	color: black;
}

/*promoimages*/

#promolist{
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto;
	/*min-width: 1024px; estava a causar problemas no IPAD*/
	width: 100%;
	max-width: 1440px;
	height: 200px;
	text-align: center;
}

#promolist li{
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	margin: 0;
	/*margin-right: 5px;*/
	width: 20%;
	height: 200px;
}

#promolist li a{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#promolist li a p{
	color: white;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#promolist li a img{
	text-align: center;
	width: 100%;
	height: auto;
	padding-right: 5px;
	/*position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -182px;*/
}

#promolist li:last-child a img{
	text-align: center;
	width: 100%;
	height: auto;
	padding-right: 0px;
}

/*promoimages fim*/
#introImage{
	height: auto;
	width: 40%;
}

#homeDiv{
	margin-bottom: 20px;
}

#homeDiv a{
	text-decoration: none;
	color: black;
}

#homeDiv h4, #homeDiv h5{
	text-align: center;
	font-family: 'Helvetica Neue UltraLight', 'HelveticaNeue-UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-weight: 100; 
	 /*letter-spacing: 1px;*/
}

#homeDiv h4{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 33px;
}

#homeDiv h5{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 28px;
}

/*home page Social*/

.horizontal
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align: center;
	margin-bottom: 30px;
}

.horizontal li
{
	display:inline;
	margin-right: 20px;
}

.linkInicial{
	position: relative;
	width: 100%;
}

.ImgSec{
	width:37px; 
	height:auto;
}

/**
	FOOTER SECTION
*/
.site-footer{
	background-color: white;
	font-size: 12px;
	text-align: center;
}

.site-footer p{
	color: black;
	margin-bottom: 10px;
}

.site-footer a{
	text-decoration: none;
	font-size: 13px;
}

.site-footer span{
	font-size: 13px;
}

.site-footer .horizontal{
	margin-bottom: 15px;
}

.site-info{
	margin-bottom: 30px;
}

/*CONTACTS SECTION*/
.contactospage p{
	font-size: 14px;
}

.wpcf7-form-control-wrap input:focus{
	/*outline-color: rgb(91,157,217) !important;*/
	outline: none !important;
    border:1px solid rgb(91,157,217);
    box-shadow: 0 0 10px rgb(91,157,217);
}

/*A PSICOLOGA*/
.cvlist{
	list-style-type: none;
}

.cvlist li{
	margin-bottom: 7px;
	font-size: 14px;
}

/******
	Serviços
******/

.listaCC{
	list-style-type: none;
}

.listaCC li{
	margin-bottom: 7px;
}

.servnav{
	line-height: 1;
	padding: 0;
	margin-bottom: 10px !important;
	min-height: 0px !important;
	border-bottom: 1px solid rgb(219,219,219);
	border-radius: 0px;

}

.servnav .navbar-header .navbar-brand{
	height: 20px !important;
}

.servicosnav li{
	font-size: 14px;
}

.servicosnav li a{
	padding: 8px;
	color: #555 !important;
}

#menu-servicos li:last-child:hover a{
	color: rgb(255,255,255) !important;
}

.servicosnav li:hover a{
	color: rgb(91,157,217) !important;
}

#menu-servicos .current-menu-item a{
	color: #999 !important;/* rgb(91,157,217);*/
}


#menu-servicos li:last-child a{

	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-font-smoothing: antialiased;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(rgb(55, 170, 234), rgb(17, 126, 210));
	background-origin: padding-box;
	background-size: auto;
	border-bottom-color: rgb(13, 106, 178);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(19, 126, 198);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(19, 126, 198);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(25, 146, 218);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	color: rgb(255, 255, 255) !important;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
	text-rendering: optimizelegibility;
	white-space: nowrap;
	
}

.servicospage p, .servicospage ul li{
	font-size: 14px;
}

.servicospage h1, .servicospage h2,.servicospage h3,.servicospage h4,.servicospage h5,.servicospage h6{
	margin-top: 0px;
}

.servicopagecontent .row{
	margin-bottom: 25px;
}

.disabled{
	pointer-events:none;
}

.disabled:hover{
	color: #999 !important;
}


.bbr{
	font-weight: 200;
	margin-top: 7px !important;
}

/******
	Serviços MOBILE
******/

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait){
	#menu-servicos li{
		font-size: 10px;
	}

	#menu-servicos li:last-child a{
		height: 20px;
		line-height: 20px;
		font-size: 10px;
		margin-top: 8px;
	}
}

/*
	CONTACTOS
*/

#contactdata{
	list-style-type: none;
}

#contactdata li{
	margin-bottom: 10px;
}

#contactdata li:last-child{
	margin-bottom: 0px;
}

#contactdata img{
	width: 45px;
	height: auto;
}

#contactdata p{
	line-height: 45px;
	font-size: 14px;
	margin-bottom: 0px;
}

.contactosInfo h5{
	margin: 0;
}

/**
	Areas de intervenção
*/
.areasinter p, .areasinter ul li{
	font-size: 14px;
}

.noBullet{
	list-style-type: none;
	margin-bottom: 10px;
}

.areas-de-intervencaonavnav{
	line-height: 1;
	padding: 0;
	margin-bottom: 10px !important;
	min-height: 0px !important;
	border-bottom: 1px solid rgb(219,219,219);
	border-radius: 0px;

}

.areas-de-intervencaonav .navbar-header .navbar-brand{
	height: 20px !important;
}

.areas-de-intervencaonav li{
	font-size: 14px;
}

.areas-de-intervencaonav li a{
	padding: 8px;
}

.areas-de-intervencaonav li:hover a{
	color: rgb(91,157,217) !important;
}

#menu-areas-de-intervencao .current-menu-item a{
	color: #999 !important;/* rgb(91,157,217);*/
}

.required{
	color: black !important;
}

/**
	ARTIGOS
***/

#artigos li a{
	text-decoration: none;
}

#artigos{
	margin-left: 0;
}

/*#artigos{
	list-style-type: none;
}

#artigos li{
	border-bottom: 1px solid rgb(219,219,219);
}

#artigos:last-child li{
	border-bottom: 0px;
}

#artigos h5{
	font-size: 17px;
	margin-bottom: 3px;
	margin-top: 3px;
}

#artigos h5 a{
	color: black;
}

#artigos h5:hover a{
	color: rgb(91,157,217);
	text-decoration: none;
}

.date{
	font-size: 11px;
	margin-bottom: 10px;
}*/

/**
	Honorários 
*/

.honorario p{
	font-size: 14px;
}


.honorario:first-child h6{
	margin-top: 25px;
}

.honorario li p{
	margin-bottom: 0px;
}

.honorario h6{
	margin-top: 5px;
	font-weight: 500;
}

.preco{
	list-style-type: none;
}

.honorario .botao{

	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-font-smoothing: antialiased;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(rgb(55, 170, 234), rgb(17, 126, 210));
	background-origin: padding-box;
	background-size: auto;
	border-bottom-color: rgb(13, 106, 178);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(19, 126, 198);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(19, 126, 198);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(25, 146, 218);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
	text-rendering: optimizelegibility;
	white-space: nowrap;
	
}

/*
	PARCERIAS
*/
#parceiros img{
	width: 250px;
	height: auto;
}
