/*	Theme Name: Doodle Dog
Description: This Theme Was Created By Doodle Dog	
Author: Doodle Dog	
Author URI: http://www.Doodledog.com/	
Version: 1.0.0	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready	
Template: genesis	
Template Version: 2.0.0	License: GPL-2.0+	
License URI: http://www.opensource.org/licenses/gpl-license.php*

//*font-face START====================*/
@font-face {
	font-family: 'Helvetica';
	src: url('fonts/Helvetica.eot?#iefix') format('embedded-opentype'), url('fonts/Helvetica.woff') format('woff'), url('fonts/Helvetica.ttf') format('truetype'), url('fonts/Helvetica.svg#Helvetica') format('svg');
	font-weight: normal;
}
@font-face {
	font-family: 'Helvetica-Oblique';
	src: url('fonts/Helvetica-Oblique.eot?#iefix') format('embedded-opentype'), url('fonts/Helvetica-Oblique.woff') format('woff'), url('fonts/Helvetica-Oblique.ttf') format('truetype'), url('fonts/Helvetica-Oblique.svg#Helvetica-Oblique') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Baskerville';
	src: url('fonts/Baskerville.eot?#iefix') format('embedded-opentype'), url('fonts/Baskerville.woff') format('woff'), url('fonts/Baskerville.ttf') format('truetype'), url('fonts/Baskerville.svg#Baskerville') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica-Bold';
	src: url('fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Helvetica-Bold.woff') format('woff'), url('fonts/Helvetica-Bold.ttf') format('truetype'), url('fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*font-face END====================*/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	margin: 0;
	font-size: 13px;
	line-height: 15.16px;
	color: #231f20;
	font-family: 'Helvetica';
}
img {
	display: inline-block;
	vertical-align: middle;
}
h2 {
	font-family: 'Baskerville';
	color: #231f20;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 3.8px;
	margin: 0;
	font-weight: 600;
}
h1 {
	font-family: 'Baskerville';
	color: #231f20;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 3.8px;
	margin: 0;
	font-weight: 600;
}
p{
	font-size: 13px;
    line-height: 30px;
    color: #231f20;
    font-family: 'Helvetica';
    font-weight: 600;
    letter-spacing: 2.25px;
    margin: 0;
}
a,
a:hover {
	text-decoration: none;
	transition: all 0.4s ease;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.container {
	max-width: 1024px;
	margin: 0 auto;
}
.site-header .wrap {
	max-width: 100%;
	margin: 0 auto;
}
.mob-logo {
	display: none;
}
a.mob-menu-icon {
	display: none;
}
.site-container {
	width: 100%;
	float: left;
}
header.main-header {
	width: 100%;
	float: left;
	padding: 5px 0 20px;
}
.nav-bar {
	width: 100%;
	float: left;
	text-align: center;
}
ul#menu-primary {
	width: 100%;
	float: left;
	font-size: 0px;
	margin-top: 8px;
}
ul#menu-primary li {
	display: inline-block;
	position: relative;
	padding: 0 29px;
	transition: 0.3s ease all;
}
ul#menu-primary li a {
	display: inline-block;
	font-size: 11px;
	font-family: 'Helvetica';
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
/* 	background: none; */
	position: relative;
	overflow: hidden;
	color: #231f20;
	line-height: 48px;
	letter-spacing: 1.2px;
}
li.logo {
	margin: 0 30px;
	padding: 0 !important;
}
li.logo a {
	padding: 0 171px !important;
	background-size: 323px auto;
    /* width: 323px; 
	background-position: center center;
	*/
    background-repeat: no-repeat;
    font-size: 0px !important;
}

li.logo a {
	background-image: url('https://rddavisarchitect.com/wp-content/uploads/2020/02/RDDA-LOGO.png')!important;
}

ul#menu-primary li:first-child {
	padding-left: 0px;
}
ul#menu-primary li:last-child {
	padding-right: 0px;
}
span.hd-phone {
	width: auto;
	float: right;
}
span.hd-phone a {
	font-family: 'Helvetica-Oblique';
	font-size: 13px;
	line-height: 15px;
	color: #231f20;
	font-weight: 600;
	letter-spacing: 2px;
}
ul.sub-menu {
	position: absolute;
	left: -29px;
	margin: 0;
	background: #231f20;
	display: none;
	width: 164px;
	z-index: 9;
}
ul#menu-primary li:hover ul {
	display: block;
	animation: fadeInRight .3s ease;
	-webkit-animation: fadeInRight .3s ease;
}
ul.sub-menu li {
	display: block !important;
	padding: 0 !important;
	text-align: center;
}
ul.sub-menu li a {
	display: block !important;
	padding: 0 !important;
	color: #fff !important;
	font-weight: normal !important;
}
ul#menu-primary>li>a:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #231f20;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px;
	transition: 0.3s ease all;
	opacity: 0;
}
ul#menu-primary>li:hover a:before {
	opacity: 1;
}
ul#menu-primary>li.current-menu-item a:before {
	opacity: 1;
}
.home-banner-pnl {
	width: 100%;
	float: left;
}
.home-banner-pnl-box {
	width: 50%;
	float: left;
}
.home-banner-pnl-box img {
	width: 100%;
	display: block;
	transition: 0.5s ease all;
}
.home-banner-pnl .home-banner-pnl-box:last-child {
	border-left: 1.5px solid #fff;
}
.home-banner-pnl .home-banner-pnl-box:first-child {
	border-right: 1.5px solid #fff;
}
.home-banner-pic {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.home-banner-pic a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	transition: 0.5s ease all;
}
.home-banner-pic a span {
	font-family: 'Baskerville';
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 7px;
	transition: 0.5s ease all;
}
.home-banner-pic.fst a span {
    font-family: 'Helvetica';
    font-size: 18px;
	line-height: 24px;
	font-weight:normal;
}
.home-banner-pnl-box:hover img {
	transform: scale(1.1);
}
.home-banner-pnl-box:hover .home-banner-pic a {
	background: rgba(0, 0, 0, 0);
}
.home-banner-pnl-box:hover .home-banner-pic a span {
	font-size: 0px;
}
.home-content {
	width: 100%;
	float: left;
	padding: 50px 0 11px;
	text-align: center;
}
.home-content h2 {
	font-family: 'Baskerville';
	color: #231f20;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 3.8px;
	margin: 0;
	font-weight: 600;
}
.home-content p {
	font-size: 13px;
	line-height: 30px;
	color: #231f20;
	font-family: 'Helvetica';
	font-weight: 600;
	letter-spacing: 2.25px;
	padding: 0 12%;
	margin: 0;
}
.dvdr {
	max-width: 300px;
	background: #231f20;
	height: 1px;
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 32px 0 17px;
}
.dvdr:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #231f20;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 50%;
	margin-left: -4px;
}
a.btn-global {
	font-family: 'Helvetica-Bold';
	color: #231f20;
	display: inline-block;
	padding: 11px 33px;
	margin-top: 42px;
	letter-spacing: 2px;
	font-size: 13px;
	transition: 0.3s ease all;
	position: relative;
	background: #fff;
}
a.btn-global:before {
    content: "";
    width: calc(100% + 7px);
    height: calc(100% + 7px);
    position: absolute;
    top: 0;
    left: 0;
    background: #231f20;
    z-index: -1;
    transition: 0.3s ease all;
}
a.btn-global:hover:before {
	top: -7px;
    left: -7px;
}
.home-logo-section {
	width: 100%;
	float: left;
	padding: 86px 0;
}
.home-logo-section ul {
	display: inline-block;
}
.home-logo-section ul li {
	display: inline-block;
	line-height: 88px;
	vertical-align: middle;
	margin: 0 33px;
}
div#toTop {
	position: fixed;
	bottom: 20px;
	background: #231f20;
	width: 50px;
	height: 50px;
	text-align: center;
	right: 20px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
}
div#toTop .fa {
	font-size: 20px;
	color: #fff;
	padding-top: 14px;
	padding-left: 2px;
}
.site-footer {
	width: 100%;
	float: left;
	background: #231f20;
	text-align: center;
	padding: 32px 0;
}
.site-footer h2 {
	font-family: 'Baskerville';
	color: #ffffff;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 3.8px;
	margin: 0;
	font-weight: normal;
}
ul.cnt-info li a {
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	font-family: 'Helvetica';
	font-weight: normal;
	letter-spacing: 2.55px;
	margin: 0;
	display: inline-block;
	padding: 0 24px;
}
ul.cnt-info li {
	display: inline-block;
	vertical-align: middle;
}
ul.cnt-info {
	display: inline-block;
	font-size: 0px;
	margin: 5px 0 0 0;
}
ul.cnt-info span {
	display: inline-block;
	color: #fff;
}
ul.cnt-info span i {
	color: #fff !important;
	font-size: 3px;
	line-height: 30px;
}
ul.social li {
	display: inline-block;
	margin: 6px 0px;
}
ul.social li a {
	color: #fff;
	display: inline-block;
	font-size: 19px;
	margin: 0 8px;
}
.ftr-btm {
	width: 100%;
	float: left;
	padding: 16px 0;
}
.ftr-btm p {
	font-size: 7px;
	line-height: 12px;
	color: #ffffff;
	font-family: 'Helvetica';
	font-weight: normal;
	letter-spacing: 1.29px;
	margin: 0;
}
.ftr-btm p a {
	color: #fff;
}
.about-banner {
	width: 100%;
	float: left;
	padding: 0;
}
.about-banner img {
	width: 100%;
	display: block;
}
.about-banner-inn {
	width: 100%;
	float: left;
	padding: 0 38px;
}
.about-content-pnl {
	width: 100%;
	float: left;
	text-align: center;
	padding: 35px 0 40px;
}
.about-content-box-left,
.about-content-box-right {
	width: 50%;
	float: left;
}
.about-content-pnl p {
	font-size: 13px;
	line-height: 30px;
	color: #231f20;
	font-family: 'Helvetica';
	font-weight: 600;
	letter-spacing: 0.57px;
	margin: 19px 0 33px;
	text-align: justify;
	text-align-last: center;
}
.about-content-box-right {
	padding-left: 50px;
}
.about-content-box-left {
	padding-right: 50px;
}
.about-content-pnl-innr {
	width: 100%;
	float: left;
	padding: 0 38px;
}
.about-logo-sec {
	width: 100%;
	float: left;
	background: #f3f3f4;
	text-align: center;
	padding: 32px 0 40px;
}
.about-logo-sec .home-logo-section {
	width: 100%;
	float: left;
	padding: 45px 0 23px;
}
.btn-pnl {
	width: 100%;
	float: left;
}
.btn-pnl a.btn-global {
	padding: 11px 50px;
}
.bio-pnl {
	width: 100%;
	float: left;
	padding: 50px 0 187px;
	text-align: center;
}
.bio-pic img {
	width: 100%;
	display: block;
}
.bio-pic {
	width: 49.5%;
	float: left;
}
.bio-cnt p {
	font-size: 13px;
	line-height: 30px;
	color: #231f20;
	font-family: 'Helvetica';
	font-weight: 600;
	letter-spacing: 0.57px;
	margin: 0;
	text-align: justify;
}
.bio-cnt {
	width: 50.5%;
	float: left;
	padding: 0 20px 0 41px;
}
.bio-pnl-innr {
	width: 100%;
	float: left;
	padding: 26px 38px 56px;
}
.about-logo-sec.awards-logo-sec {
	background: #fff;
	padding: 43px 0;
}
.about-logo-sec.awards-logo-sec .home-logo-section {
	width: 100%;
	float: left;
	padding: 45px 15% 23px;
}
.about-logo-sec.awards-logo-sec .home-logo-section ul li {
	margin: 9px 33px 72px;
}
.press-logo {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 0 95px;
}
.press-logo-section {
	width: 100%;
	float: left;
	padding: 0 96px 27px;
}
.press-logo-box {
	width: calc(33.3333% - 45px);
	float: left;
	margin: 52px 22.5px 0;
}

.press-logo-section .press-logo-box:nth-of-type(3n+1) {
	clear: left;
}
.press-logo-box img {
	width: 100%;
	display: block;
}
.press-logo .btn-pnl a.btn-global {
	padding: 11px 26px;
}
.service-col {
	width: 50%;
	float: left;
	min-height: 392px;
	position: relative;
}
.service-col.odd {
	float: left;
}
.service-row {
	width: 100%;
	float: left;
	padding: 0 38px;
}
.service-panel {
	width: 100%;
	float: left;
	padding: 76px 0 33px;
	position: relative;
}
.service-cnt {
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	padding: 0 26px;
	text-align: center;
}
.service-cnt p {
	font-size: 13px;
	line-height: 31px;
	color: #231f20;
	font-family: 'Helvetica';
	font-weight: 600;
	letter-spacing: 0.75px;
	margin: 0 0 30px;
	text-align: justify;
	text-align-last: center;
}
.service-col img {
	width: 100%;
}
.service-col.desk-hide {
	display: none;
}
.service-col .dvdr {
	margin: 32px 0 32px;
}
.service-panel .btn-pnl {
	text-align: center;
	padding: 54px 0;
}
.service-panel .btn-pnl a.btn-global {
	padding: 11px 24px;
}
.contact-pnl {
	width: 100%;
	float: left;
}
.conatact-left {
	width: 50%;
	float: left;
}

.conatact-left img {
	width: 100%;
	height: auto;
}
.contact-right {
	width: 50%;
	float: left;
	background: #231f20;
	padding: 45px 18px 0;
	min-height: 529px;
}
.contact-right h2 {
	color: #ffffff;
	font-size: 16px;
	line-height: 23px;
	max-width: 319px;
	padding-left: 11px;
}
.contact-right ul {
	display: block;
	margin-top: 7px;
	padding-left: 10px;
	margin-bottom: 28px;
}
.contact-right ul li {
	display: inline-block;
	position: relative;
	padding: 0 24px 0 0;
}
.contact-right ul li a {
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	font-family: 'Helvetica';
	font-weight: normal;
	letter-spacing: 2.55px;
	display: inline-block;
}
.contact-right ul li:after {
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	position: absolute;
	right: 11px;
	top: 12px;
}
.contact-right ul li:last-child:after {
	display: none;
}
.wpcf7-form-control-wrap input {
	width: 100%;
	margin-bottom: 5px;
	height: 35px;
	border: none;
	outline: none;
	padding: 0 12px;
	font-family: 'Helvetica';
	font-weight: 600;
	letter-spacing: 1.5px;
	font-size: 12px;
	line-height: 9px;
	color: #231f20;
	    -moz-appearance: none;
	-webkit-appearance: none;
	border-radius:0px;
}
.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	float: left;
}
.wpcf7-form-control-wrap textarea {
	width: 100%;
	margin-bottom: 5px;
	height: 100px;
	border: none;
	outline: none;
	padding: 12px;
	font-family: 'Helvetica';
	font-weight: 600;
	letter-spacing: 1.5px;
	font-size: 12px;
	line-height: 9px;
	color: #231f20;
	resize: none;
	    -moz-appearance: none;
	-webkit-appearance: none;
	border-radius:0px;
}
input.wpcf7-form-control.wpcf7-submit {
	background: none;
	border: none;
	outline: none;
	float: right;
	color: #fff;
	font-family: 'Helvetica';
	font-weight: normal;
	letter-spacing: 1.6px;
	font-size: 12px;
	margin-top: 19px;
	padding: 0;
	cursor: pointer;
}
.map {
	width: 100%;
	float: left;
	padding: 10px 0;
}
.map img {
	width: 100%;
	display: block;
}
::-webkit-input-placeholder {
	/* Edge */
	color: #231f20;
}
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #231f20;
}
::placeholder {
	color: #231f20;
}
.portfolio-top-banner {
	width: 100%;
	float: left;
	padding-bottom: 18px;
}
.slider-innr {
	width: 100%;
	float: left;
	padding: 0 38px;
}
.slider-innr .owl-dots {
	display: none;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: calc(50% - 8px);
	margin: 4px;
	display: none;
	float: left;
	overflow: hidden;
}
.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	cursor: pointer;
}
.portfolio-gallery-head {
	width: 100%;
	float: left;
	text-align: center;
	background: #231f20;
	padding: 52px 0 21px;
}
div#portfoliolist {
	width: 100%;
	float: left;
	padding: 0 34px;
}
.portfolio-gallery-head h1 {
	font-family: 'Baskerville';
	color: #ffffff;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 3.8px;
	margin: 0;
	font-weight: normal;
}
.portfolio-gallery-head p {
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	font-family: 'Helvetica';
	font-weight: normal;
	letter-spacing: 2.25px;
	padding: 0 12%;
	margin: 0 0 38px;
	text-align: center;
}
.portfolio-gallery-head h3 {
	font-family: 'Baskerville';
	color: #ffffff;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 3.8px;
	margin: 0;
	font-weight: normal;
}
.portfolio-gallery-head .dvdr:before,
footer .dvdr:before {
	background: #fff;
}
.portfolio-gallery-head .dvdr,
footer .dvdr {
	background: #ffffff;
}
ul#filters {
	display: inline-block;
	font-size: 0px;
	width: 100%;
	margin: 6px 0 0;
}
ul#filters li span {
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	font-family: 'Helvetica';
	font-weight: normal;
	letter-spacing: 2.25px;
	cursor: pointer;
}
ul#filters li {
	display: inline-block;
	margin: 0 15px;
}

.page-id-991 ul#filters li {
    margin: 10px 0 0;
}

ul#filters li span.active {
	font-style: italic;
}
.portfolio-gallery-body {
	width: 100%;
	float: left;
	padding: 21px 0px 41px;
}
.portfolio-picture img {
	display: block;
	max-width: 100%;
    height: auto;
}
.portfolio-picture {
	width: 100%;
	float: left;
	max-height: 259px;
}
.portfolio-gallery-body .btn-pnl a.btn-global {
	text-transform: uppercase;
	padding: 11px 33px;
}
.portfolio-gallery-body .btn-pnl {
	text-align: center;
	padding: 20px 0 0;
}
.testipnl {
	width: 100%;
	float: left;
	background: #f2f3f3;
	padding: 54px 0 32px;
	text-align: center;
}
.testi-box h5 {
	font-size: 13px;
	line-height: 30px;
	color: #231f20;
	font-family: 'Helvetica';
	font-weight: 600;
	letter-spacing: 2.25px;
	padding: 0 12%;
	margin: 0 0 33px;
	text-align: center;
}
.testi-box h6 {
	font-size: 13px;
	line-height: 30px;
	color: #231f20;
	font-family: 'Helvetica';
	font-weight: 600;
	letter-spacing: 2.25px;
	padding: 0 12%;
	text-align: center;
	margin: 0;
}
.testi-box {
	width: 100%;
	float: left;
	position: relative;
}
.testi-box::before {
	content: "";
	width: 39px;
	height: 31px;
	background: url('images/qt-left.png') no-repeat center center/contain;
	position: absolute;
	left: 35px;
	top: 23px;
}
.testi-box::after {
	content: "";
	width: 39px;
	height: 31px;
	background: url('images/qt-left.png') no-repeat center center/contain;
	transform: rotate(180deg);
	position: absolute;
	right: 41px;
	top: 23px;
}
.insta-pnl h2 span {
	font-size: 13px;
	line-height: 30px;
	color: #231f20;
	font-family: 'Helvetica';
	font-weight: 600;
	letter-spacing: 1.8px;
	display: inline-block;
	margin-left: 4px;
}
.insta-pnl h2 {
	font-family: 'Baskerville';
	color: #231f20;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 3.8px;
	margin: 0 0 13px;
	font-weight: 600;
}
.insta-pnl {
	width: 100%;
	float: left;
	text-align: center;
	padding: 50px 0 17px;
}
.insta-pnl img {
	width: 100%;
}
.insta-pnl .container {
	padding: 0 37px;
}

li.logo a:before {
	display: none;
}

.blog-search {
    width: 100%;
    float: left;
    background: #231f20;
    margin-top: 17px;
    padding: 60px 0 55px;
}
.blog-search-innr {
    width: 100%;
    float: left;
    padding: 0 126px;
}

.blog-serch-left {
    width: 50%;
    float: left;
    padding-right: 12.5px;
}

.blog-serch-right {
    width: 50%;
    float: left;
    padding-left: 12.5px;
    
}

.blog-serch-left input {
    width: 100%;
    float: left;
    height: 40px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 13px;
    font-family: 'Helvetica';
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.7px;
    color: #231f20;
	    -moz-appearance: none;
	-webkit-appearance: none;
	border-radius:0px;
}
.blog-listing {
    width: 100%;
    float: left;
}

.blog-listing-row {
    width: 100%;
    float: left;
    padding: 48px 38px;
    position: relative;
}

.blog-listing-image-col {
    width: 52%;
    float: left;
    position: relative;
    padding-left: 17px;
}
.blog-listing-row:after {
    content: "";
    width: calc(100% - 54px);
    height: 1px;
    background: #231f20;
    position: absolute;
    bottom: 0;
    left: 54px;
}
.blog-listing-image-col img {
    width: 100%;
    display: block;
}
span.cat {
    font-family: 'Baskerville';
    color: #231f20;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 3.8px;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    bottom: 140px;
    left: -146px;
    transform: rotate(-90deg);
    width: 300px;
}
.blog-listing .blog-box-content {
    width: 48%;
    float: left;
    text-align: center;
    position: relative;
    min-height: 393.65px;
}
.blog-listing .btn-pnl {
    width: 100%;
    float: left;
    text-align: center;
    padding: 129px 0 87px;
}
.btn-pnl a.btn-global {
    padding: 11px 69px;
}
.blog-box-content-innr {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 0 0 36px;
}

.blog-box-content-innr h1 {
    font-family: 'Baskerville';
    color: #231f20;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 3.8px;
    margin: 0;
    font-weight: 600;
}
.blog-box-content-innr h1 a{
    font-family: 'Baskerville';
    color: #231f20;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 3.8px;
    margin: 0;
    font-weight: 600;
}
.blog-box-content-innr p {
    font-size: 13px;
    line-height: 30px;
    color: #231f20;
    font-family: 'Helvetica';
    font-weight: 600;
    letter-spacing: 0.7px;
    text-align: justify;
    text-align-last: center;
    margin: 0 0 20px;
}

.social-share {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 30px;
    color: #231f20;
    font-family: 'Helvetica';
    font-weight: 600;
    letter-spacing: 2.25px;
    text-transform: uppercase;
}
.social-share a {
    color: #231f20;
    font-size: 16px;
}
.blog-box-content-innr .dvdr {
    margin: 32px 0 31px;
}

.error404 .content-sidebar-wrap {
	max-width: 1024px;
	margin: 0 auto;
}

.error404 .site-inner,
.search .site-inner {
	width: 100%;
	float: left;
}

.error404 main.content,
.search main.content {
	width: 100%;
	text-align: center;
	padding: 100px 15px;
	max-width: 750px;
	margin: 0 auto;
}

.error404 main.content h1.entry-title,
.search h1,
.search h2 a {
	    font-family: 'Baskerville';
    color: #231f20;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 3.8px;
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: uppercase;

}

.error404 main.content a {
    color: #ffffff;
    background: #231f20;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: normal;
}

form.search-form input.search-form-input {
    width: 100%;
    margin-bottom: 5px;
    height: 35px;
    border: none;
    outline: none;
    padding: 0 12px;
    font-family: 'Helvetica';
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 12px;
    line-height: 9px;
    color: #231f20;
    text-align: center;
    border: 1px solid #231f20;
    margin-top: 23px;
}

form.search-form {
	max-width: 300px;
	margin: 0 auto;
}

input.search-form-submit {
	    background: none;
    border: none;
    outline: none;
    color: #231f20;
    font-family: 'Helvetica';
    font-weight: normal;
    letter-spacing: 1.6px;
    font-size: 12px;
    margin-top: 19px;
    padding: 0;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}

.single .content, .category .content {
	max-width: 1024px;
	margin: 0 auto;
}

.single .content-sidebar-wrap, .category .content-sidebar-wrap {
	width: 100%;
	float: left;
}

.single article, .category article {
    width: 100%;
    float: left;
    text-align: justify;
    text-align-last: center;
}

.single h1.entry-title, .category h1.entry-title {
	margin: 60px 0 20px 0;
	font-family: 'Baskerville';
    color: #231f20;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 3.8px;
    font-weight: 600;
}
.single .content img {
    display: block;
    margin-bottom: 20px;
    height: auto;
}
.single footer.entry-footer{
	text-align: center;
	padding: 50px 0;
	float: left;
	width: 100%;
}

.pagination-next.alignright {
	width: auto;
	float: right;
}

.pagination-previous.alignleft {
	width: auto;
	float: left;
}

.pagination-next.alignright a,
.pagination-previous.alignleft a {
	font-family: 'Baskerville';
    color: #231f20;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 3.8px;
    font-weight: 600;
	text-transform:uppercase;
	margin-top:30px;
	display:inline-block;
}
.service-col.right-con {
    float: left;
}
.service-col.right-img {
    float: right;
}
.category header.entry-header {
    width: 50%;
    float: left;
}
.category .entry-content {
    width: 50%;
    float: left;
	padding: 60px 30px 0;
}
.category footer.entry-footer {
    text-align: center;
    padding: 50px 0;
    float: left;
    width: 50%;
}
.category header.entry-header img {
    width: 100%;
}
.category h2 a {
	margin: 9px 0 20px 0;
	font-family: 'Baskerville';
    color: #231f20;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 3.8px;
    font-weight: 600;
	display:inline-block;
}
.category article.post {
    padding: 30px 0;
    border-bottom: 1px solid #231f20;
}
.page-template-blog-template .btn-pnl a {
    font-family: 'Helvetica-Bold';
    color: #231f20;
    display: inline-block;
    padding: 11px 69px;
    margin-top: 42px;
    letter-spacing: 2px;
    font-size: 13px;
    transition: 0.3s ease all;
    position: relative;
    background: #fff;
}
.page-template-blog-template .btn-pnl a:before {
    content: "";
    width: calc(100% + 7px);
    height: calc(100% + 7px);
    position: absolute;
    top: 0;
    left: 0;
    background: #231f20;
    z-index: -1;
    transition: 0.3s ease all;
}
.page-template-blog-template .btn-pnl a:hover:before {
    top: -7px;
    left: -7px;
}
.about-logo-sec a.btn-global {
    padding: 0;
}
.about-logo-sec a.btn-global span {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    z-index: 9;
    padding: 11px 69px;
}
.about-logo-sec a.btn-global:before{
	z-index:1;
}



.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
  }
    .custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    color: #231f20;
    line-height: 40px;
    background: #ffffff;
    border-radius: 0;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Helvetica';
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
}
      
  .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: -2px;
    right: 0;
    width: calc(100% + 4px);
    margin: 0;
    border: 2px solid #231f20;
    border-radius: 0px;
    box-sizing: border-box;
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    border-top: 0px;
    z-index: 9;
}
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }

    .custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      font-size: 13px;
    font-family: 'Helvetica';
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }



@media screen and (max-width: 1023px) and (min-width: 768px) {
	ul#menu-primary li{
		padding: 0 16px;
	}
	li.logo {
	    margin: 0 17px;
	}
	li.logo a {
	    padding: 0 125px !important;
	    background-size: 100% !important;
	}
	header.main-header {
	    padding: 5px 0 0px;
	}
		.service-col.right-con {
	    float: left;
	}
	.service-col.right-img {
	    float: right;
	}
	.contact-right ul li a{
		letter-spacing: 1px;
	}
	.blog-box-content-innr p{
		margin-bottom:6px;
	}
	.blog-box-content-innr .dvdr {
	    margin: 20px 0 20px;
	}
	.blog-listing .blog-box-content{
		min-height: 283px;
	}
	.about-logo-sec.awards-logo-sec .home-logo-section ul li {
	    margin: 9px 27px 25px;
	}
	.about-logo-sec.awards-logo-sec .home-logo-section {
	    padding: 45px 5% 23px;
	}
	.about-logo-sec.awards-logo-sec{
		padding-bottom:0px;
	}
	.press-logo-section{
		padding:0 15.5px 27px;
	}
	.single .content, .category .content{
		padding:0 15px;
	}
	.category header.entry-header img{
		height:auto;
	}
	.category footer.entry-footer{
		padding:8px 0;
	}
	.category .entry-content{
		padding-top:0px;
	}
}
@media only screen and (max-width: 767px) {
	.container {
	    padding: 0 15px;
	}
	.mob-logo {
	    display: block;
	    width: auto;
	    float: left;
	}
	header.main-header {
	    padding: 12px 0 12px;
	}
	.home-banner-pic a span{
		letter-spacing: 3px;
	}
	a.btn-global{
		margin-top: 25px;
	}
	.home-logo-section{
		padding:40px 0 25px;
	}
	.home-content{
		padding: 30px 0 10px;
	}
	a.mob-menu-icon {
	    position: absolute;
	    z-index: 9999;
	    top: 40px;
	    right: 15px;
	    height: 18px;
	    width: 26px;
	    overflow: hidden;
	    color: #231f20;
	    white-space: nowrap;
	    text-indent: 100%;
	    background: transparent;
	    text-align: right;
	    display: inline-block !important;
	}
	.mob-menu-icon span, 
	.mob-menu-icon span::before, 
	.mob-menu-icon span::after {
	    position: absolute;
	    height: 2px;
	    width: 26px;
	    background: #231f20;
	    border-radius: 0;
	}
	.mob-menu-icon span {
	    top: 50%;
	    left: inherit;
	    transform: translateY(-50%);
	    transition: background .3s;
	    right: 0;
	}
	.mob-menu-icon span::before,
	.mob-menu-icon span::after {
		content: '';
		top: 0;
		left: 0;
		transition: background .3s, transform .3s;
	}
	.mob-menu-icon span::before {
		transform: translateY(-7px);
	}
	.mob-menu-icon span::after {
		transform: translateY(7px);
	}
	.mob-menu-icon:hover span,
	.mob-menu-icon:hover span::before,
	.mob-menu-icon:hover span::after {
		background: #fff;
	}
	.nav-open .mob-menu-icon span {
		background: transparent;
	}
	.nav-open .mob-menu-icon span::before,
	.nav-open .mob-menu-icon span::after {
		background: #231f20;
	}
	.nav-open .mob-menu-icon span::before {
		transform: rotate(-45deg);
	}
	.nav-open .mob-menu-icon span::after {
		transform: rotate(45deg);
	}
	.overlay {
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #231f20;
		opacity: 0;
		visibility: hidden;
		transition: opacity .5s, visibility .5s;
	}
	.nav-open .overlay {
		opacity: .6;
		visibility: visible;
	}
	.responsive-menu {
		position: fixed;
		z-index: 999;
		top: 0;
		right: 0;
		height: 100%;
		width: 90%;
		max-width: 320px;
		padding: 46px 0;
		background: #fff;
		overflow: auto;
		transform: translateZ(0);
		transform: translateX(100%);
		transition: transform .5s cubic-bezier(.07, .23, .34, 1);
	}
	.nav-open .responsive-menu {
		transform: translateX(0);
	}
	.nav-open .menu a {
		animation: slide-in .4s .2s backwards;
	}
	.nav-open .menu li:nth-of-type(2) a {
		animation-delay: .3s;
	}
	.nav-open .menu li:nth-of-type(3) a {
		animation-delay: .4s;
	}
	.nav-open .menu li:nth-of-type(4) a {
		animation-delay: .5s;
	}
	.nav-open .menu li:nth-of-type(5) a {
		animation-delay: .6s;
	}
	.nav-open .menu li:nth-of-type(6) a {
		animation-delay: .7s;
	}
	.nav-open .menu li:nth-of-type(7) a {
		animation-delay: .8s;
	}
	.nav-open .menu li:nth-of-type(8) a {
		animation-delay: .9s;
	}
	.nav-open .menu li:nth-of-type(9) a {
		animation-delay: 1s;
	}
	.nav-open .menu li:nth-of-type(10) a {
		animation-delay: 1.1s;
	}
	.nav-open .menu li:nth-of-type(11) a {
		animation-delay: 1.2s;
	}
	.nav-open .menu li:nth-of-type(12) a {
		animation-delay: 1.3s;
	}
	.nav-open .menu li:nth-of-type(13) a {
		animation-delay: 1.4s;
	}
	.nav-open .mob-menu-icon{
		position: fixed;
	}
	
	
	li.logo {
	    margin: 0;
	    padding: 0 !important;
	    display: none !important;
	}
	ul#menu-primary li {
	    display: block;
	    padding: 0;
	}
	ul#menu-primary li a{
	    overflow: unset;
	    line-height: 40px;
	}
	.slider-innr,
	div#portfoliolist,
	.service-row,
	.about-banner-inn, 
	.blog-search-innr{
		padding:0;
	}
	.testi-box h5{
		padding:0 15%;
	}
	.service-col{
		width:100%;
		min-height: auto;
	}
	.service-cnt {
	    top: inherit;
	    left: inherit;
	    transform: inherit;
	    position: inherit;
	    padding: 20px 0;
	    text-align: center;
	}
	
	.about-content-box-right {
	    padding-left: 0;
	}
	.about-content-box-left {
	    padding-right: 0;
	}
	.about-content-box-left,
	.about-content-box-right {
	    width: 100%;
	    float: left;
	}
	.bio-pnl-innr {
	    padding: 26px 0px;
	}
	.bio-pic img {
	    width: 58%;
	    display: inline-block;
	}
	.bio-pic {
	    width: 100%;
	}
	.bio-cnt {
	    width: 100%;
	    padding: 20px 0 0;
	}
	.blog-listing-row{
		padding:20px 0;
	}
	.blog-listing-image-col {
	    width: 100%;
	}
	.blog-listing .blog-box-content {
	    width: 100%;
	    min-height: auto;
	}
	.blog-box-content-innr {
	    width: 100%;
	    height: auto;
	    position: inherit;
	    top: inherit;
	    left: inherit;
	    transform: inherit;
	    padding: 20px 0;
	}
	.blog-listing-row:after {
	    width: calc(100% - 0px);
	    left: 0;
	}
	.conatact-left img {
	    width: 100%;
	    height: auto;
	}
	.conatact-left {
	    width: 100%;
	    float: left;
	}
	.contact-right {
	    width: 100%;
	    float: left;
	    background: #231f20;
	    padding: 45px 18px 0;
	    min-height: 529px;
	}
	ul.sub-menu {
	    position: inherit;
	    left: 0;
	    width: 100%;
	    z-index: 9;
	}
	.about-logo-sec.awards-logo-sec .home-logo-section ul li {
	    margin: 9px 11px 25px;
	}
	.about-logo-sec.awards-logo-sec .home-logo-section {
	    padding: 0px 0 23px;
	}
	.about-logo-sec.awards-logo-sec{
		padding-bottom:0px;
	}
	.press-logo-section{
		padding:0 0 27px;
	}
	.single .content, .category .content{
		padding:0 15px;
	}
	.category header.entry-header img{
		height:auto;
	}
	.category footer.entry-footer{
		padding:8px 0;
	}
	.category .entry-content{
		padding-top:0px;
	}
	.category .entry-content, .category footer.entry-footer, .category header.entry-header{
		width:100%;
	}
}

@media only screen and (max-width: 575px){
	span.hd-phone {
	    width: auto;
	    float: right;
	    position: absolute;
	    top: 7px;
	    left: 15px;
	}
	a.mob-menu-icon{
		top:5px;
	}
	header.main-header {
	    padding: 55px 0 12px;
	}
	.mob-logo {
	    width: 100%;
	    max-width: 320px;
	    margin: 0 auto;
	    float: none;
	}
	.mob-logo img {
	    width: 100%;
	}
	.home-banner-pnl-box {
	    width: 100%;
	    float: left;
	    border: none !important;
	    margin-top: 15px;
	}
	.home-content p, .portfolio-gallery-head p{
		padding:0;
	}
	ul#filters li {
	    display: inline-block;
	    margin: 0 9px;
	}
	#portfoliolist .portfolio{
		width: calc(50% - 8px);
	}
	.testi-box h5 {
	    padding: 0 0;
	}
.testi-box::after {
    right: 50%;
    bottom: 0px;
    top: inherit;
    margin-right: -20px;
    height: 33px;
}
	.testi-box::before {
    left: 50%;
    top: 22px;
    margin-left: -20px;
}
	.testi-box {
    padding: 60px 0 45px;
}
	.testipnl{
		padding:0;
	}
	.service-panel{
		padding:20px 0;
	}
	.service-panel .btn-pnl{
		padding:0 0 30px 0;
	}
	.about-content-pnl-innr{
		padding:0;
	}
	.bio-pic img {
   		width: 100%;
	}
	.bio-pnl{
		padding:50px 0;
	}
	.press-logo-box {
	    width: calc(50% - 20px);
	    float: left;
	    margin: 20px 10px 0;
	}
	.press-logo{
		padding:0 0 50px;
	}
	.blog-serch-right {
	    width: 100%;
	    padding-left: 0;
	    margin-top: 15px;
	}
	.blog-serch-left {
	    width: 100%;
	    padding-right: 0;
	}
	.blog-search {
	    padding: 20px 0 20px;
	}
	.blog-listing .btn-pnl {
	    padding: 20px 0 50px;
	}
	.contact-right{
		padding: 45px 18px 30px;
	    min-height: auto;
	}
	.mob-menu-icon span, .mob-menu-icon span::before, .mob-menu-icon span::after{
		background:#fff;
	}
	header.main-header:before {
		content: "";
		background: #000;
		width: 100%;
		height: 30px;
		position: absolute;
		top: 0;
		left: 0;
	}
	span.hd-phone a {
		color: #fff;
	}
}














@media only screen and (max-width: 479px){
	.press-logo-box {
	    width: calc(100% - 20px);
	    float: left;
	    margin: 20px 10px 0;
	}
	#portfoliolist .portfolio{
		width: calc(100% - 8px);
	}

}


@keyframes slide-in {
		0% {
			opacity: 0;
			transform: translateX(80px);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
.awards-logo-sec .home-logo-section ul, .about-logo-sec .home-logo-section ul {
    display: inline-block;
    font-size: 0;
}
.awards-logo-sec .home-logo-section ul li, .about-logo-sec .home-logo-section ul li {
    margin: 9px 0 72px !important;
    width: 33.3%;
    padding: 0px 16px;
    text-align: center;
}
.awards-logo-sec .home-logo-section ul li img, .about-logo-sec .home-logo-section ul li img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}

@media only screen and (max-width: 767px){
.awards-logo-sec .home-logo-section ul li, .about-logo-sec .home-logo-section ul li{
    width: 100%;
    margin: 10px 0 !important;
}
.awards-logo-sec .home-logo-section ul li img, .about-logo-sec .home-logo-section ul li img {
    max-width: 250px;
    width: 100%;
}
}
@media only screen and (max-width: 567px){
.awards-logo-sec .home-logo-section ul li img, .about-logo-sec .home-logo-section ul li img  {
    max-width: 200px;
    width: 100%;
}
	
}
@media only screen and (max-width: 475px){
	.awards-logo-sec .home-logo-section ul li img, .about-logo-sec .home-logo-section ul li img {
    max-width: 150px;
    width: 100%;
}
}
a.pinit-button.default { background-color:#231F20 !important;border: 0px solid #fff !important; border-bottom: 0px solid #fff !important;}















