/*
Theme Name: socialwetalk
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: socialwetalk
Tags:

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.

socialwetalk is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/

/* ## GENERIC ## */

html{
	max-width: 100%;
	overflow-x: hidden;
}

body{
	padding: 0 0;
	margin: 0 0;
	max-width: 100%;
	overflow-x: hidden;
}

a{
	outline: 0;
	border: 0;
}

img{
	max-width: 100%;
	height: auto;
}

h1{
	font-family: 'Montserrat', sans-serif;	
	font-size: 32px;
	font-weight: bold;
	color: #01182c;
	padding: 0 0;
	margin: 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

h2{
	font-family: 'Montserrat', sans-serif;	
	font-size: 22px;
	font-weight: bold;
	color: white;
	padding: 0 0;
	margin: 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

h3{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #01182c;	
}

p{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: lighter;	
	color: #01182c;
	padding: 0 0;
	margin: 0 0;
	padding-bottom: 20px;
}

.wrapper{
	float: left;
	width: 100%;
}

/* ## TOP BAR ## */

.top-bar-full{
	width: 100%;
	height: 38px;
	background-color: #016dad;
	border-bottom: 1px solid #1a5689;
	float: left;
}

.top-bar{
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 20px);	
	max-width: 1160px;
	margin: 0 auto;
}

.highlighted{
	background-color: #016dad;	
	color: white;
}

.top-bar-ul{
	list-style: none;
	float: right;	
	padding: 0 0;
	margin: 0 0;
}

.top-bar-ul li{
	float: left;
	border-left: 1px solid #016dad;
}

.top-bar-ul li:first-child{
	border-left: 0;
}

.top-bar-ul li a{
	display: block;
	line-height: 38px;
	height: 38px;	
	text-decoration: none;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	min-width: 25px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: lighter;
    transition: all 240ms linear;
}

.top-bar-ul li a:hover{
	background-color: #016dad;		
}

.top-bar-ul li select{
	margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: lighter;
    text-align: left;
    background-color: #016dad;
    color: white;
    height: 30px;
    margin-top: 5px;
    border-color: #016dad;	
	outline: 0;
}

.top-bar-ul li select:focus{
	outline: 0;	
}

/* ## MAIN MENU ## */

.main-menu-full{
	width: 100%;
	height: 100px;
	background-color: #016dad;
	float: left;	
}

.main-menu{
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 20px);	
	max-width: 1160px;
	margin: 0 auto;
}

.main-menu-left{
	float: left;
	width: 125px;
}

.main-menu-left a img{
    margin-top: 7px;
}

.hamburger-menu{
	display: none;
}

.main-menu-right{
	float: left;
	width: calc(100% - 125px);
	text-align: right;
}

.menu{
	float: right;
	padding: 0 0;
	margin: 0 0;
	list-style: none;	
}

.menu li{
	float: left;
}

.menu li a{
	position: relative;
	display: block;
	line-height: 30px;	
	height: 30px;
	margin-top: 35px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;	
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
	color: #fff;
}

.menu li a:hover{
	color: #fff;	
}

.menu li a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;	
}

.menu li a:hover:before{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.special-link{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #60a1d7;
	border: 1px solid #016dad; 	
	margin-top: 20px !important;
	margin-right: 0px !important;
}

.special-link:hover{
	background: #76b1e3;	
}

.special-li a{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #60a1d7;
	border: 1px solid #016dad; 	
	margin-top: 20px !important;
	margin-right: 0px !important;
}

.special-li a:hover{
	background: #76b1e3;	
}


/* ## HEADER ## */

.header-full{
	width: 100%;
	float: left;
	background: url(images/header.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 1px solid #3782c1;
}

.header{
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);	
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
}

.header-content{
	padding-bottom: 50px;	
}

.service-selector{
	width: 100%;
	position: relative;	
}

.service-selector span{
	padding-left: 20px;
	font-family: 'Montserrat', sans-serif;	
	font-size: 20px;
	font-weight: bold;
	color: white;
	float: left;
	line-height: 100px;	
}

.float-right{
	float: right;
}

.service-selector select{
	margin-top: 28px;
	height: 44px;
	line-height: 44px;
	width: 380px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: normal;	
	color: #01182c;	
	float: left;
	border: 1px solid #031c31;
	margin-right: 20px;
}

.service-selector a{
	margin-top: 28px;
	float: left;
	display: block;
	background-color: #01182c;
	color: white;	
	border: 1px solid #5fa1d7;
	height: 42px;
	width: 180px;
	line-height: 42px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: bold;		
	text-decoration: none;
	margin-right: 20px;	
    transition: all 240ms linear;	
}

.service-selector a:hover{
	background-color: #123656;	
}

.service-selector-container{
	width: 100%;
	background-color: #3782c1;
	height: 100px;	
	position: absolute;
	margin-top: -50px;	
}

/* ## AROUND THE TALK ## */

.around-the-talk-full{
	padding-top: 70px;
	padding-bottom: 50px;
	width: 100%;
	float: left;
	background-color: #f2f2f2;
}

.around-the-talk{
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);	
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
}

.around-the-talk-services{
	float: left;
	width: calc(100% - 2px);
	padding-top: 30px;
	padding-bottom: 45px;
	background-color: white;
	box-shadow: 0px 0px 10px #dfdfdf;	
	border: 1px solid #dfdfdf;
}

.around-the-talk-services-container{
	width: 100%;
	float: left;
	overflow-y: hidden;
	height: 223px;	
}

.around-the-talk-service-entry{
	float: left;
	width: calc(33.33% - 20px);
	padding-left: 10px;
	padding-right: 10px;	
	text-align: center;
}

/*
.around-the-talk-services .around-the-talk-services-container .around-the-talk-service-entry:first-child{
	border-right: 1px solid #dddddd;
	padding-right: 9px;	
}

.around-the-talk-services .around-the-talk-services-container .around-the-talk-service-entry:last-child{
	border-left: 1px solid #dddddd;
	padding-left: 9px;	
}
*/

.around-the-talk-service-entry .wrapper img{
	text-align: center;
	padding-top: 15px;
	height: 46px;
	width: auto;
}

.around-the-talk-service-entry p{
	color: #b1b4b7;
	font-size: 16px;
}

.expand{
	float: left;
	width: 33.33%;
	text-align: center;
}

.expand img{
	cursor: pointer;
	margin-top: -25px;	
}


/* ## INSIDE THE TALK ## */

.inside-the-talk-full{
	padding-top: 20px;
	padding-bottom: 55px;
	width: 100%;
	float: left;
	background: url(images/cubic-background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;	
}

.inside-the-talk{
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);	
	max-width: 1160px;
	margin: 0 auto;
	text-align: left;
}

.inside-the-talk-content{
	float: left;
	max-width: 650px;	
}

.inside-the-talk p{
	color: white;	
}

.meeting-conference{
	position: absolute;
	right: 0;
	bottom: 0;	
}


.meeting-conference{
  opacity: 0;
}
/*animation element sliding left*/

.animation_element.slide-right {
  opacity: 0;
  -moz-transition: all 700ms linear;
  -webkit-transition: all 700ms linear;
  -o-transition: all 700ms linear;
  transition: all 700ms linear;
  -moz-transform: translate3d(150px, 0px, 0px);
  -webkit-transform: translate3d(150px, 0px, 0px);
  -o-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate3d(150px, 0px, 0px);
}

.animation_element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation_element.slide-left {
  opacity: 0;
  -moz-transition: all 700ms linear;
  -webkit-transition: all 700ms linear;
  -o-transition: all 700ms linear;
  transition: all 700ms linear;
  -moz-transform: translate3d(-150px, 0px, 0px);
  -webkit-transform: translate3d(-150px, 0px, 0px);
  -o-transform: translate(-150px, 0px);
  -ms-transform: translate(-150px, 0px);
  transform: translate3d(-150px, 0px, 0px);
}

.animation_element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation_element.fadein-grow {
  opacity: 0.3;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -ms-transform: scale(0.5,0.5);
  -webkit-transform: scale(0.5,0.5);
  transform: scale(0.5,0.5);
}

.animation_element.fadein-grow.in-view {
  opacity: 1;
  -ms-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}

.animation_element.fadein-grow-delayed {
  opacity: 0.3;
  -moz-transition: all 750ms linear;
  -webkit-transition: all 750ms linear;
  -o-transition: all 750ms linear;
  transition: all 750ms linear;
  -ms-transform: scale(0.3,0.3);
  -webkit-transform: scale(0.3,0.3);
  transform: scale(0.3,0.3);
}

.animation_element.fadein-grow-delayed.in-view {
  opacity: 1;
  -ms-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}

.animation_element.rotate {
	opacity: 0.5;
	-moz-transition: all 750ms linear;
	-webkit-transition: all 750ms linear;
	-o-transition: all 750ms linear;
	transition: all 750ms linear;
	-webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.animation_element.rotate.in-view {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.cta{
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;	
	padding-bottom: 15px;
	background-color: #01182c;
	border: 1px solid #5f9fd4;
	color: white;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: bold;		
	float: left;
    transition: all 240ms linear;	
	cursor: pointer;
}

.cta:hover{
	background-color: #123656;	
}


/* ## START THE TALK ## */

.start-the-talk-full{
	padding-top: 20px;
	padding-bottom: 15px;
	width: 100%;
	float: left;
	background-color: white;
}

.start-the-talk{
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);	
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
}

.services-list{
	float: left;
	width: 100%;
	padding-top: 20px;
}

.service{
	float: left;
	width: calc(33.33% - 20px);
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: center;	
	padding-bottom: 40px;	
}

.service a{
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: bold;			
	color: #01182c;
}


/* ## PROFESSIONAL PHOTOGRAPHY ## */

.professional-photography-full{
	padding-top: 20px;
	padding-bottom: 55px;
	width: 100%;
	float: left;
	background: url(images/cubic-background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;	
}

.professional-photography{
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);	
	max-width: 1160px;
	margin: 0 auto;
	text-align: left;
}

.professional-photography-content{
	float: right;
	max-width: 650px;	
	text-align: left;
}

.professional-photography p{
	color: white;	
}

.photography-woman{
	position: absolute;
	left: 0;
	bottom: 0;	
}


/* ## JOIN THE TALK ## */

.join-the-talk-full{
	padding-top: 20px;
	padding-bottom: 45px;
	width: 100%;
	float: left;
	background-color: white;
	background-image: url(images/join-the-talk-bottom-background.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.join-the-talk{
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);	
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
}


/* ## SO SHALL WE TALK ## */

.so-shall-we-talk-full{
	padding-top: 55px;
	padding-bottom: 55px;
	width: 100%;
	float: left;
	background-color: white;
}

.so-shall-we-talk{
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);	
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
}

.so-shall-we-talk-left{
	float: left;
	width: calc(60% - 22px);
	padding: 10px 10px;
	padding-bottom: 30px;
	border: 1px solid #f0f0f0;
}

.so-shall-we-talk-right{
	float: left;
	width: calc(40% - 20px);
	padding: 10px 10px;
}

.so-shall-we-talk-left input[type=text], .so-shall-we-talk-left input[type=email], .so-shall-we-talk-left textarea{
	float: left;
	width: 100%;
	border: 0;
	height: 30px;
	line-height: 30px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: lighter;	
	color: #a3a7ab;	
	border-bottom: 1px solid #01182c;
	margin-bottom: 20px;
	outline: 0;
}

.so-shall-we-talk-left textarea{
	height: 90px;	
}

.so-shall-we-talk-right ul{
	padding: 0 0;
	margin: 0 0;
	list-style: none;
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

.so-shall-we-talk-right ul li{
	float: left;
	width: calc(33.33% - 20px);
	padding-left: 10px;
	padding-right: 10px;	
}

.so-shall-we-talk-right ul li span{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #a3a7ab;	
}

.so-shall-we-talk-right a img{
	width: 100%;
	height: auto;
}


/* ## FOOTER ## */

.footer-full{
	float: left;
	width: 100%;
	height: 70px;
	background-color: #016dad;
}

.footer{
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);	
	max-width: 1160px;
	margin: 0 auto;
	text-align: left;
}

.footer-left{
	float: left;
	width: 350px;
}

.footer-left span{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: white;			
	line-height: 70px;
}

.footer-right{
	float: left;
	width: calc(100% - 350px);	
}

.footer-right ul{
	padding: 0 0;
	margin: 0 0;
	list-style: none;
	float: right;
}

.footer-right ul li{
	float: left;
	padding-left: 15px;
}

.footer-right ul li a img{
	margin-top: 15px;
}

.video-preview{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;	
	display: none;
	padding-top: 150px;
}

.video-preview-inside{
	width: 640px;
	height: 360px;
	background: white;
	margin: 0 auto;	
}

.video-preview-img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.full-width{
	float: left;
	width: 100%;	
}

.container{
	padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 20px);
    max-width: 1160px;
    margin: 0 auto;
	min-height: calc(100vh - 240px);
}

.sharer{
	top: 25%;
	position: fixed;
	width: 42px;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 99999;
}

.sharer ul{
	list-style: none;
	padding: 0 0;
	margin: 0 0;	
	padding-left: 5px;
}

.sharer ul li{
	float: left;	
	padding: 0 0;
	margin: 0 0;
	padding-bottom: 2px;
}

.sharer ul li a{
	display: block;
	width: 32px;
	height: 32px;	
}

.sharer ul li a img{
	width: 32px;
	height: 32px;	
}

.inner-page-content{
	float: left;
	width: calc(70% - 10px);
	padding-right: 10px;	
}

#secondary{
	float: left;
	width: calc(30% - 10px);
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page .site, .single .site{
	float: left;
	width: 100%;
}

.page .site .site-content, .single .site .site-content{
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;	
}

.entry-footer{
	display: none;
}

.entry-content .so-shall-we-talk-left{
	width: calc(100% - 22px);	
}

article{
	text-align: left;
}

article .wp-post-image{
	padding-bottom: 20px;
}

.entry-meta{
	width: 100%;
	float: left;
	padding-bottom: 10px;		
}

.entry-meta span{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: lighter;	
	color: #01182c;
	padding: 0 0;
	margin: 0 0;
}

.posted-on a, .author a{
	color: #3782c1;
	text-decoration: none;	
}

.display-posts-listing{
    padding: 0 0;
    margin: 0 0;
	list-style: none;
}

.listing-item{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: lighter;	
	color: #01182c;	
	padding-top: 20px;
	padding-bottom: 20px;
    border-bottom: 1px solid #b1b4b7;	
	float: left;
}

.listing-item:first-child{
	padding-top: 0px;	
}

.listing-item .image img{
    float: left;	
    padding: 10px 10px;	
	padding-left: 0px;
    padding-top: 0px;	
}

.listing-item .title{
	color: #3782c1;
	text-decoration: none;
}

.post-navigation{
	display: none;	
}

.newsletter-box{
	float: left;
	padding: 10px 10px;
    width: calc(100% - 20px);
	background-color: #3782c1;	
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: lighter;	
	color: white;
	text-align: center;	
}

.newsletter-email{
	float: left;
    border: 0;
    height: 30px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: lighter;
    outline: 0;			
    background-color: transparent;
    color: white;
    border-bottom: 1px solid white;	
	margin-bottom: 20px;
	width: calc(100% - 40px);
    margin-left: 20px;	
}

.newsletter-submit{
	border: 0px;
    width: calc(100% - 40px);	
	display: block;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
	width: calc(100% - 40px);	
    background-color: #01182c;
    border: 1px solid #5f9fd4;
    color: white;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: bold;
    float: left;
    transition: all 240ms linear;
    cursor: pointer;	
	margin-bottom: 20px;
}

.newsletter-submit:hover{
	background-color: #123656;	
}

.newsletter-box p{
	color: white;
}

.newsletter-box span{
	font-size: 12px;	
	color: white;	
	float: left;
    width: 100%;	
}

.draggable { float: left; margin: 5px 5px 5px 5px; padding-left: 10px; padding-right: 10px; cursor: move; background-color: rgba(255,255,255,0.5); border: 1px solid black; }

.draggable p { padding-top: 10px; padding-bottom: 10px; }

.ui-droppable-active{
	  border: 0px;  
	  background-image: url(http://socialwetalk.cleverservice.net/wp-content/uploads/2016/08/cooker-desktop-hover.jpg) !important;
}

.select-answer{
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

.select-answer span{
	display: block;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
	width: 50px;
	text-align: center;
    border: 1px solid #5f9fd4;
    color: #01182c;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    float: left;
    transition: all 240ms linear;
    cursor: pointer;		
}

.active-answer{
	background-color: #3782c1;
    color: white !important;
}

.service-finder-container p, .service-finder-container * p{
	padding-bottom: 5px;
}

.page * .entry-meta, .page .entry-meta{
	display: none;	
}


@media (min-width: 1055px) and (max-width: 1200px){

	.inside-the-talk-content, .professional-photography-content{
		max-width: 600px;
	}
	
	.photography-woman img, .meeting-conference img{
	    max-width: 460px;
		height: auto;	
	}
	
}


@media (min-width: 1025px) and (max-width: 1054px){

	.inside-the-talk-content, .professional-photography-content{
		max-width: 580px;
	}
	
	.photography-woman img, .meeting-conference img{
	    max-width: 440px;
		height: auto;	
	}
	
}

@media (min-width: 960px) and (max-width: 1024px){
	
	.menu{
		padding-right: 20px;
	}
	
	.menu li a{
		font-size: 15px;	
		margin-left: 5px;
	    margin-right: 5px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.service-selector select{
		width: 300px;	
	}
	
	.inside-the-talk-content{
	    max-width: 550px;	
	}
	
	.professional-photography-content{
		max-width: 550px;	
	}
	
	.photography-woman img, .meeting-conference img{
	    max-width: 400px;
		height: auto;	
	}
	
}

@media (min-width: 760px) and (max-width: 959px){

	.main-menu-full{
		height: auto;
	}
	
	.main-menu{
	    float: left;
	    padding-left: 0px;
    	padding-right: 0px;
	    width: 100%;	
	}
	
	.main-menu-left a img{
	    padding-left: 10px;	
	}
	
	.hamburger-menu{
		float: right;
		display: block;
		color: white;
		border: 1px solid white;
		border-radius: 5px;
		padding: 5px 10px;
		text-align: center;
		cursor: pointer;
		margin-top: 31px;
		margin-right: 10px;
	}
	
	.hamburger-menu:hover, .hamburger-menu:focus{	
	    background-color: rgb(26, 86, 137);
	}
		
	.hamburger-menu i{
		font-size: 26px;
	}

	.main-menu-right{
		display: none;
		float: left;
		width: 100%;
		text-align: center;
		background-color: white;	
	}

	.menu{
		width: 100%;
		background-color: white;
	    float: left;
	}
	
	.menu li{
		width: 100%;	
		line-height: 60px;
	    height: 60px;
	    border-bottom: 1px solid #3782c1;
	}
	
	.menu li a{
		color: #3782c1;
		line-height: 60px;
	    height: 60px;
	    margin-top: 0px;
		margin-left: 0px !important;
	    margin-right: 0px !important;		
	}
	
	.menu li a:hover{
		color: #1a5689;		
	}
	
	.special-li a{
		margin-top: 0px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		height: 60px;
		line-height: 60px;
		border: 0px;
		background-color: transparent !important;
		color: #3782c1 !important;
	}
	
	.special-li a:hover{
		color: #1a5689 !important;				
	}
	
	.service-selector span{
	    font-size: 15px;	
	}
	
	.service-selector select{
		font-size: 13px;
		width: 200px;	
	}
	
	.inside-the-talk-content, .professional-photography-content{
	    max-width: 100%;	
	}
	
	.inside-the-talk-content h2, .professional-photography-content h2{
		text-align: center;
	}	
	
	.inside-the-talk-content .cta, .professional-photography-content .cta{	
		width: calc(100% - 60px);
	    text-align: center;
	}
	
	.photography-woman img, .meeting-conference img{
		display: none;
	}
	
	.so-shall-we-talk-right ul li{
		width: calc(100% - 20px);
	    padding-bottom: 10px;
	}	
	
	.service a{
		font-size: 15px;
	}

}


@media (max-width: 759px){

	.main-menu-full{
		height: auto;
	}
	
	.main-menu{
	    float: left;
	    padding-left: 0px;
    	padding-right: 0px;
	    width: 100%;	
	}
	
	.main-menu-left a img{
	    padding-left: 10px;	
	}
	
	.hamburger-menu{
		float: right;
		display: block;
		color: white;
		border: 1px solid white;
		border-radius: 5px;
		padding: 5px 10px;
		text-align: center;
		cursor: pointer;
		margin-top: 31px;
		margin-right: 10px;
	}
	
	.hamburger-menu:hover, .hamburger-menu:focus{	
	    background-color: rgb(26, 86, 137);
	}
		
	.hamburger-menu i{
		font-size: 26px;
	}

	.main-menu-right{
		display: none;
		float: left;
		width: 100%;
		text-align: center;
		background-color: white;	
	}

	.menu{
		width: 100%;
		background-color: white;
	    float: left;
	}
	
	.menu li{
		width: 100%;	
		line-height: 60px;
	    height: 60px;
	    border-bottom: 1px solid #3782c1;
	}
	
	.menu li a{
		color: #3782c1;
		line-height: 60px;
	    height: 60px;
	    margin-top: 0px;
		margin-left: 0px !important;
	    margin-right: 0px !important;		
	}
	
	.menu li a:hover{
		color: #1a5689;		
	}
	
	.special-li a{
		margin-top: 0px !important;
		padding-top: 0px;
		padding-bottom: 0px;
		height: 60px;
		line-height: 60px;
		border: 0px;
		background-color: transparent;
		color: #3782c1 !important;
	}
	
	.special-li a:hover{
		color: #1a5689 !important;				
	}
	
	.service-selector span{
	    font-size: 15px;	
	}
	
	.service-selector select{
		font-size: 13px;
		width: 200px;	
		margin-top: 0px;
	    margin-bottom: 0px;
	}
	
	.service-selector a{
		margin-top: 10px;	
	}
	
	.inside-the-talk-content, .professional-photography-content{
	    max-width: 100%;	
	}
	
	.inside-the-talk-content h2, .professional-photography-content h2{
		text-align: center;
	}	
	
	.cta{
	    padding-left: 0px;
	    padding-right: 0px;	
		font-size: 15px;
	}
	
	.inside-the-talk-content .cta, .professional-photography-content .cta{	
		width: 100%;
	    text-align: center;
	}
	
	.meeting-conference, .photography-woman{
		float: left;
		width: 100%;
		position: relative;	
		padding-top: 10px;
	}
	
	.photography-woman img, .meeting-conference img{
		/* display: none; */
		width: 100%;
		height: auto;
	}
	
	.so-shall-we-talk-right ul li{
		width: calc(100% - 20px);
	    padding-bottom: 10px;
	}	
	
	.service{
		width: calc(100% - 20px);
	}
	
	.service:last-child{
		padding-bottom: 0px;	
	}
	
	.service a{
		font-size: 18px;
	}
	
	.header-full{
		border-bottom: 0px;
	}
	
	.header-content{
		padding-bottom: 0px;	
	}
	
	.service-selector-container{
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;	
		margin-top: 10px;
		margin-bottom: 20px;
		position: relative;
		float: left;
	}
	
	.service-selector span{
		width: 100%;
		line-height: initial;
		padding-left: 0px;	
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.service-selector a{
		float: left;
		width: calc(100% - 20px);
		margin-left: 10px;	
	}
	
	.service-selector select{
	    float: left;
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;	
	}
	
	h1, h2{
		font-size: 40px;
	}
	
	p{
		font-size: 18px;
	}
	
	.around-the-talk-services{
	    padding-top: 10px;
	    padding-bottom: 10px;	
	}
	
	.around-the-talk-services-container{
		height: auto;	
	}
	
	.around-the-talk-service-entry{
		padding-bottom: 0px;
		width: calc(100% - 20px);	
		border-bottom: 1px solid #e1e4e8;
	}
	
	.around-the-talk-service-entry:last-child{
		border-bottom: 0px;	
	}
	
	.around-the-talk-service-entry p{
		text-align: left;
	}
	
	.expand{
		display: none;
	}
	
	.top-bar-ul li{
		display: none;
	}

	.top-bar-ul li:first-child{
		display: block;
	}	

	.top-bar-ul li:last-child{
		display: block;
	}	

	.around-the-talk-full{
		padding-top: 0px;
	    padding-bottom: 20px;
	}
	
	.so-shall-we-talk-left{
		width: calc(100% - 22px);	
	}
	
	.so-shall-we-talk-left .cta{
		width: 100%;	
	}
	
	.so-shall-we-talk-right{
		width: calc(100% - 20px);
	}
	
	.footer-full{
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
	}

	.footer-left{
		width: 100%;
		text-align: center;	
		padding-top: 10px;
	    padding-bottom: 10px;
	}
	
	.footer-left span{
		line-height: initial;	
	}
	
	.footer-right{
		width: 100%;
		margin: 0 auto;	
	}
	
	.footer-right ul{
	    float: none;
		margin: 0 auto;	
		width: 290px;
		max-width: 100%;	
	}
	
	.inside-the-talk-full, .professional-photography-full, .start-the-talk-full, .join-the-talk-full, .so-shall-we-talk-full{
	    padding-top: 0px;	
		padding-bottom: 20px;
	}
	
	.inside-the-talk-full, .professional-photography-full{
		padding-bottom: 0px;	
	}
	
	.so-shall-we-talk-left{
	    padding-top: 0px;
	    padding-bottom: 0px;	
		width: calc(100% - 20px);
		border: 0px;
	}
	
	.so-shall-we-talk-right{
		padding-bottom: 0px;
	}
	
	.so-shall-we-talk-right ul{
		padding-bottom: 10px;	
	}
	
	.float-right{
		float: left;
		width: 100%;	
	}
	
	.page .site .site-content, .single .site .site-content{
		width: 100%;
		padding: 0 0;	
	}
	
	.inner-page-content{
		float: left;
		width: calc(100% - 20px);
	}
	
	#secondary{
		float: left;
		width: calc(100% - 20px);
	}	

}


img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
 
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
 
.alignright {
    float: right;
}
 
.alignleft {
    float: left;
}
