/*
Theme Name: perfect-transcription
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: perfect-transcription
Tags:

j5ive
*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.hidden{
	display: none !important;
}
body, html{
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	font-size: 16px;
	color: #4D4D4D;
}
a{
	color: #76131B;
	text-decoration: underline;
}
a:hover{
	color: #DA3B00;
}
h1{
	font-size: 38px;
    margin-bottom: 30px;
	color: #76131B;
	font-weight: bold;
}	
h2{
	font-size: 30px;
	font-weight: bold;
}
h3{
    font-size: 30px;
    margin: 40px 0 15px;
}
h4{
	font-size: 25px;
}
h5{
	font-size: 20px;
	font-weight: bold;
}
p{
	margin: 0 0 20px;
	line-height: 25px;
}
ul{

}
li{
	margin: 0 0 20px;
	line-height: 25px;
}
.wpcf7 .btn-primary {
    color: #fff;
    background-color: #DA3B00;
    border-color: #DA3B00;
    border-width: 2px;
    font-size: 13.5px;
    text-decoration: none;
    padding: 12px 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}
.btn-primary {
    color: #DA3B00;
    background-color: transparent;
    border-color: #DA3B00;
    border-width: 2px;
    font-size: 13.5px;
    text-decoration: none;
    padding: 12px 23px;
    font-weight: bold;
}
	.btn-primary:hover{
		background-color: #DA3B00;
		color: #fff;
		border-color: #DA3B00;
	}
#masthead{
	/*height: 110px;*/
}
/* breadcrumbs START */
.breadcrumbs span {
    margin: 0 3px;
}
.breadcrumbs span:first-child {
margin-left: 0;
}
.breadcrumbs {
    font-size: 11px;
    text-transform: uppercase;
}
/* subheader links */
#subheader{
	background-color: #E1E1E1;
	border-bottom: 1px solid #CCCCCC;
	padding: 12px 0;
	height: 45px;
	overflow: hidden;
}
#subheader ul{
	padding: 0;
}
#subheader ul li{
	padding: 0;
	/*margin: 0 23px 0 0;*/
    margin: 0 13px 0 0;
	display: inline;
	text-transform: uppercase;
}
	#subheader ul li:last-child{
		margin-right: 0;
	}
#subheader ul li i{
	margin-right: 4px;
}
#subheader a{ 
	color: #4D4D4D;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.subheader-img{
	width: 100%;
    height: 107px;
    /* height: calc(100% - 1px); */
    background-image: url('/wordpress/wp-content/uploads/2016/06/subheader-banner.jpg');
    background-size: cover;
    max-height: 226px;
    display: block;
    position: relative;
}
.subheader-img img {
  width:100%;
}
/* top menu */
/*.main-navigation ul{
	display: none;
}
*/
.main-navigation{

}
.menu-toggle {
    position: absolute;
    right: 0;
    margin: -73px 10px 0 0;
}
.main-navigation.toggled ul {
    display: block;
}

#primary-menu{
	/*padding: 39px 0;
	text-align: right;*/
	margin: 10px 0;
}
#primary-menu > li{
	/*list-style-type: none;
	display: inline;
	padding: 0 56px 0 0;
	position: relative;*/
    display: block;
    padding: 10px 0 10px 10px;
    position: relative;
    background: #eee;
    border-bottom: 1px solid #cecece;
}
#primary-menu > li:last-child{
	padding-right: 0;
}
#primary-menu li > .sub-menu{
	/*display: none;
	position: absolute;*/
	padding: 5px 10px;
}
#primary-menu li > .sub-menu > li{
    padding: 7px 0;
    font-size: 14px;
}
#primary-menu li:hover > .sub-menu{
	display: block;
        white-space: nowrap;
}
#primary-menu a{
	color: #4D4D4D;
	text-decoration: none;
	text-transform: uppercase;
}
#primary-menu a:hover{
color: #76131B;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}


/* top menu END */

.main-logo{
	/*background: url("/wordpress/wp-content/uploads/2016/07/pt-logo.png") no-repeat;
	width: 162px;
	height: 70px;
	display: block;
	margin: 24px 0;
	text-indent: -9999px;*/
    background: url("/wordpress/wp-content/uploads/2016/07/pt-logo.png") no-repeat;
    width: 100%;
    height: 59px;
    display: block;
    margin: 24px 0;
    text-indent: -9999px;
    background-size: contain;
}

/* body content */
#content{
	padding: 50px 0 100px;
}
.comment-form-comment label {
    display: block;
}
/* body content END */

/* footer START */
.site-footer{
	background-color: #5C5C5C;
	padding: 48px 0;
	color: #fff;
}
.site-footer a{
	color: #fff;
	text-decoration: none;
}
.site-footer a:hover{
	text-decoration: underline;
	color: #fff;
}
.footer-logo{
    background: url("/wordpress/wp-content/uploads/2016/06/pt-logo-white.png") no-repeat;
    width: 152px;
    height: 65px;
    margin-bottom :24px;
    display: block;
    text-indent: -9999px;
}
.site-footer ul{
	padding: 0;
}
.site-footer ul li{
	list-style-type: none;
	margin-bottom: 23px;
}
.site-footer ul.social-links li{
	margin-bottom: 10px;
}
.site-footer ul.social-links i{
	margin-right: 8px;
	font-size: 22px;
}
/* footer END */

/* widgets */ 
.widget{
    background-color: #eee;
    padding: 26px;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 300;
}
.widget h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.widget ul{
	padding: 0 0 0 18px;
}
.widget ul li{
	padding: 0 0 15px;
}
.promo-title{
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 15px;
	display: block;
}
/* widgets END */ 

@media screen and (min-width: 37.5em){
	.subheader-img{
	    height: 226px;
	}
	.menu-toggle {
	    display: none;
	}
	.main-navigation ul {
	    display: block;
	}
	.main-logo{
		width: 208px;
	    height: 90px;
	    margin: 14px auto 0;
	}
	#primary-menu{
		padding: 39px 0;
		text-align: center;
	}
	#primary-menu > li{
		list-style-type: none;
		display: inline;
		padding: 0 25px 0 0;
		position: relative;
	    background: transparent;
    	border: none;
    	font-size: 13px;
	}
	#primary-menu li > .sub-menu{
		display: none;
		position: absolute;
	    left: -19px;
	    z-index: 9999;
	    background: #fff;
	    text-align: left;
	    border: 1px solid #cecece;
    	margin-top: -2px;
	}
	#primary-menu li > .sub-menu > li{
		padding: 10px;
		margin: 0;
	}
	#subheader ul li{
		margin: 0 23px 0 0;
	}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#primary-menu > li{
	padding-right: 16px;
	font-size: 11px;
	}
	#primary-menu{
		text-align: right;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#primary-menu > li{
	padding-right: 40px
	}
	#primary-menu{
		text-align: right;
	}
}
@media only screen and (min-width : 1200px) {
	#primary-menu > li{
	padding-right: 56px;
	font-size: 16px
	}
	#primary-menu{
		text-align: right;
	}
}