/*
 Theme Name:     Specular Child
 Theme URI:      http://codeless.co/specular
 Description:    Specular Child Theme
 Author:         Codeless
 Author URI:     http://www.codeless.co
 Template:       specular
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
/* Admin Bar Fix */
.admin-bar.sticky_header .top_nav {
    top: 32px;
}

/* Global */
a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
.bold {
	font-weight: bold;
}
.email-grn{
	color:#67B246;
}
.grid-center {
	display: grid;
	justify-content: center;
}
.green-posts .blog-item.dl-horizontal {
    background-color: #67B246;
	padding: 25px;
}
.green-posts .blog-item.dl-horizontal h5 a {
    font-size: 24px;
    line-height: 30px;
	font-weight: 400;
	padding-right: 20px;
}
.green-posts .recent_news.vertical .blog-item dt {
	width:90px;
	height:90px;
	margin-top: 12px;
}
.green-posts .blog-item.dl-horizontal dt {
    padding-right: 20px;
}
.green-posts .blog-item.dl-horizontal img {
    border-radius: 50px;
}
.arrow-right-icon:after {
	font-family: "fontawesome";
	font-weight: 900;
	content: "\f061";
	color: #fff;
	position: absolute;
	right: 40px;
}

/* Gravity Forms */
.gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper .gform_body select:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 56px;
	background-color: #ECF1F4;
	border: none;
	padding: 5px 25px;
	//font-weight: 700;
}
.gform_wrapper .gform_body select:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background-color: #67B246;
	color: #fff;
	padding: 5px 25px;
	//font-weight: 700;
	-webkit-appearance: none;
	appearance: none;
	margin-top: 11px;
    margin-bottom: 22px;
	float: left;
}
.gform_wrapper .ginput_container.ginput_container_select::after {
    font-family: fontawesome;
    content: '\f0dd';
    font-size: 28px;
    position: absolute;
    right: 70px;
    margin-top: 20px;
    color: #fff;
}
.gform_wrapper .gform_body textarea {
	background-color: #ECF1F4;
	border: none;
	padding: 15px 25px;
	//font-weight: 700;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
.gform_footer input.gform_button {
    background-color: #f08a20;
    border-radius: 30px;
    color: #fff;
    float: right;
    font-size: 16px;
    padding: 0 40px 0 40px;
	height: 45px;
	border: 1px solid #f08a20;
}
.gform_footer input.gform_button:hover {
    background-color: #fff;
    color: #f08a20;
    font-size: 16px;
	border: 1px solid #f08a20;
}

/* Mobile Menu */
ul#mobile-menu ul {
    display: none;
}
ul#mobile-menu li.menu-item-has-children::after {
    font-family: fontawesome;
    content: "\f067";
    position: absolute;
    right: 0;
	margin-top: 8px;
	margin-right: 30px;
	font-size: 14px;
}
ul#mobile-menu li.menu-item-has-children.menu-active::after {
    font-family: fontawesome;
    content: "\f068";
    position: absolute;
    right: 0;
	margin-top: 8px;
	margin-right: 30px;
	font-size: 14px;
}
ul#mobile-menu ul.sub-menu.menu-open {
	display: block;
}
.menu-small ul li a {
	width:auto;
}
.menu-small::before {
    position: absolute;
    background-color: #000;
    width: 15px;
    height: 100%;
    content: '';
    z-index: 999999;
    margin-top: -80px;
    padding-top: 80px;
}
ul.sub-menu li {
    padding-left: 15px;
	font-weight: bold;
}
.mobile_small_menu.close::before {
    content: "\f00d";
    color: #F08A20;
}

/* Header and Top Nav*/
#menu-main-menu li a:hover {
    color: #F08A20;
}
#menu-main-menu .menu-item-has-children.hasSubMenu::after {
    font-family: fontawesome;
    content: "\f0dd";
    color: #F08A20;
    position: relative;
    top: 22px;
    right: 5px;
}
nav .menu > li > ul.sub-menu, nav .menu > li > ul.sub-menu ul {
	  -webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2);
	  -moz-box-shadow:0 2px 6px rgba(0,0,0,0.2);
	  box-shadow:0 2px 6px rgba(0,0,0,0.2);
}
nav .menu li > ul.sub-menu li {
    border-bottom: none;
}
#menu-main-menu .sub-menu li a:hover {
    color: #000;
    font-weight: 700;
    background-color: rgba(240,138,32,.1);
	border-radius: 50px;
}
.top_nav .pull-left {
	float: unset;
}
.top_nav #custom_html-3 {
    float: right;
	padding-right: 30px;
}
.top_nav #nav_menu-3.widget ul li {
	padding-left: 12px;
	padding-right: 12px;
}
.top_nav .footer_social_icons {
    color: #67B246;
}
.top_nav .span8 {
    border-right: 1px solid #e9e9e9;
}
.top_nav .span4 {
    margin-left: .5%;
}
.top-nav-btn.button {
    padding: 4px 15px;
    background-color: #F08A20;
    border-radius: 14px;
	color: #fff;
	font-size: 15px;
}
.btm-nav-btn.button {
	padding: 8px 16px;
	background-color: #F08A20;
	border-radius: 30px;
	position: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: 18px;
}
.btm-hov-btn:hover {
    color: #F08A20 !important;
    background-color: #fff;
    border: 1px solid #F08A20;
}
footer#footer .btm-hov-btn:hover {
    color: #F08A20 !important;
}
.top-hov-btn:hover {
    color: #F08A20;
    background-color: #fff;
    border: 1px solid #F08A20;
}
.bottom-hov-btn:hover {
    color: #F08A20;
    background-color: #fff;
    border: 1px solid #F08A20;
}
.mobile_small_menu.open::before {
	color: #F08A20;
}
.mobile_small_menu {
	right: 0;
}
.menu-small .widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.menu-small .mobile-social-widget ul li {
    height: auto;
    float: left;
    margin-right: 10px;
    opacity: 1 !important;
    position: relative;
    overflow: hidden;
	width: auto;
}
.menu-small .mobile-social-widget ul li a {
    color: #6c4a9b;
    font-size: 18px;
    padding: 0;
}
.menu-small {
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 50% 38%;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://classicpm.bigddev.com/wp-content/uploads/2021/02/who-we-are-bg.png");
    background-attachment: scroll;
	padding-bottom: 30px;
	height: 80vh;
	width: unset;
}
.mobile-nav-btn.button {
	padding: 4px 30px;
	background-color: #F08A20;
	border-radius: 25px;
	color: #fff;
	font-size: 17px;
	display: flex;
	text-align: center;
	margin: auto;
	width: 140px;
	line-height: 18px;
}
@media (min-width: 1101px) {
	.top_nav .container{
		max-width: 1440px !important;
	}
	#header .container{
		max-width: 1440px !important;
	}
}
@media (max-width: 480px) {
	#header #logo {
		float: left;
  }
}

/* Page Header Breadcrumbs */
.header_page.normal .container {
	flex-wrap: wrap;
	align-content: center;
}
.flex-line-break {
	width: 100%
}
.breadcrumbss li.home {
    padding-left: 0;
    margin-right: 15px;
}
.breadcrumbss .page_parents li.home a {
    font-weight: 400;
}
.header_page.normal .container > h1 {
  	color: #fff;
}
.breadcrumbss ul.page_parents li {
	opacity: 1;
}
.breadcrumbss ul.page_parents li a {
	font-size: 18px;
	font-family: rift;
}
.breadcrumbss ul.page_parents li a:hover {
	color: #fff;
}
.header_page.normal .container > h1 {
	margin-top: 5px;
}

/* Body */
@media (min-width: 1101px) {
	.container{
		max-width: 1150px !important;
	}
}

/* Home */
.association-column .ubtn-ctn-left {
    display: inline-flex;
    margin-right: 15px;
}
.association-column .vc_column-inner {
    border-radius: 5px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
	padding-left: 35px !important;
	box-shadow: inset 0px -275px 25px -80px rgba(0,0,0,.3);
}
.test-single-light .single_testimonial dl dt img {
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
}
.test-single-light .single_testimonial dl dd p {
    color: #fff;
    font-size: 19px;
    line-height: 26px;
}
.test-single-light .single_testimonial dl dd .param {
    margin-top: 15px;
	float: left;
	display: grid;
}
.test-single-light .single_testimonial dl dd .param h6 {
    font-size: 19px;
    line-height: 26px;
}
.lh-single-test .single_testimonial {
    right: 60px;
    position: relative;
}
.btn-row {
    text-align: center;
}
.btn-row .ubtn-ctn-center {
	display: inline-flex;
    margin-right: 30px;
}
.btn-293 {
    width: 302px;
}
.our-recent-posts-bg {
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 80% 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("http://classicpm.bigddev.com/wp-content/uploads/2021/02/our-recent-posts-bg.png");
    background-attachment: scroll;
    left: 0px;
}
.green-posts .ubtn-ctn-left.blog-mobile-btn {
	display: none;
}
.home .clients_el .pagination {
	display: none;
}
.home .clients {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.home .clients .item {
    width: 112px;
}
.modal-btn-form button {
    border-radius: 30px;
    padding: 15px 30px;
    border: 1px solid #f08a20;
}
.modal-btn-form button:hover {
    color: #f08a20 !important;
}
/* Modal Home Page */
#button-click-overlay .ult_modal-body div, #button-click-overlay  .ult_modal-body p {
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
}
#gform_2 .gform_footer.top_label {
    text-align: center;
}
#gform_2 .gform_footer input.gform_button {
	float: none;
}
#gform_fields_2 .ginput_container {
    margin: 0;
}
#gform_fields_2 li {
    margin: 0;
}
#input_2_11 {
    margin-top: 0px;
    margin-bottom: 20px;
}
#input_2_2 {
    margin-bottom: 10px;
}

/* Association Management Services */
.ams-list .uavc-list-icon li {
    line-height: 1em;
}
.ams-list .uavc-list-content {
    margin-bottom: 20px;
}
.vc_inner.vc_row-fluid.rectangle-row {
    //background-image: url(http://classicpm.bigddev.com/wp-content/uploads/2021/02/Rectangle.png?id=312) !important;
    //background-position: 73% 0% !important;
    //background-repeat: no-repeat !important;
    //background-size: auto !important;
}
.asm-bottom-image .upb_row_bg {
	top:unset;
	bottom:0;
	right:unset;
	left:unset;
	height: 350px;
	box-shadow: inset 0 25px 25px 0px rgb(0, 49, 91);
}
.asm-bottom-image .upb_row_bg {
    background-image: linear-gradient(rgba(0,49,91,.5), rgba(0,49,91,.5)), url("http://classicpm.bigddev.com/wp-content/uploads/2021/02/asm-lower.jpg") !important;
}
/* Association Management Services Numbered List */
.list-wrapper {
  position:relative;
}
.list-item-wrapper {
  margin-top:10px;
  position:relative;
}
.list-bullet {
  float:left;
  margin-right:20px;
  background:#67B246;
  height:30px;
  width:30px;
  line-height:30px;
  border-radius:100px;
  font-weight:700;
  color:#fff;
  text-align:center;
}
.list-item {
  display:table-row;
  vertical-align:middle;
}
.list-title {
    font-weight:700;
}
.list-text {
    font-weight:400;
	padding: 15px 0 50px 0;
}
.green-line {
  background:#67B246;
  z-index:-1;
  width:1px;
  height:92%;
  position:absolute;
  left:14px;
}
.white-line {
  background:#FFF;
  z-index:-1;
  top:0px;
  width:1px;
  height:100%;
  position:absolute;
  left:15px;
}
/* Association Management Services Numbered List END */
.numbered-line-list h3.list-title {
    color: #00315b;
	margin-bottom: 15px;
	font-family: rift;
}
.numbered-line-list h4 {
	color: #00315b;
}
.ams-lh-menu a:hover {
    color: #f08a20;
}
.numbered-line-list .fixed-lh-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
}
.padding-grn-30 p {
	padding: 30px;
}
.ubtn-ctn-left.asm-service-btn-on {
	display: none;
}

/*  Contact Us */
.address:before {
	font-family:  fontawesome;
	content: "\f015";
	font-size: 30px;
	position: absolute;
	left: 0;
	color: #f08a20;
}
.phone:before {
	font-family:  fontawesome;
	content: "\f095";
	font-size: 30px;
	position: absolute;
	left: 0;
	color: #f08a20;
}
.email:before {
	font-family:  fontawesome;
	content: "\f1fa";
	font-size: 30px;
	position: absolute;
	left: 0;
	color: #f08a20;
}
.address {
	margin-left: 30px;
	margin-bottom: 30px;
	width: 45%;
    display: inline-block;
}
.map-btn-cont {
	display: inline-block;
}
.map-btn {
    display: inline-block;
    border: 1px solid #67B246;
    padding: 4px 15px;
    color: #67B246;
    border-radius: 30px;
    position: relative;
    bottom: 15px;
    font-weight: bold;
}
.map-btn:hover {
    border: 1px solid #67B246;
    color: #fff;
	background-color: #67B246;
}
.phone {
    width: 42%;
    display: inline-block;
	margin-left: 30px;
	margin-bottom: 30px;
}
.email {
	margin-left: 30px;
	color: #f08a20;
	font-weight: bold;
}
.fax {
    width: 42%;
    display: inline-block;
}
.lines-bg-img:before {
	content: "";
	display: inline-block;
	width: 393px;
	height: 856px;
	background-image: url("http://classicpm.bigddev.com/wp-content/uploads/2021/02/ams-line.png");
	background-repeat: no-repeat;
	position: absolute;
	right: 260px;
	z-index: -1;
}
.contact-house-bg {
	background-size: initial;
	background-repeat: no-repeat;
	background-position: 0% 220%;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("http://classicpm.bigddev.com/wp-content/uploads/2021/02/contact-us-bg.png");
	background-attachment: scroll;
}

/* Service Areas */
.page-id-448.page_header_yes #content {
	padding-top:0;
}
.service-area-list ul {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
}
.service-area-list ul li {
	list-style: none;
	margin-bottom: 15px;
	width: 115%;
}
.service-area-icon::after {
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 10% 1%;
    background-image: url("http://classicpm.bigddev.com/wp-content/uploads/2021/02/service-areas-icon.png");
    background-attachment: scroll;
    position: absolute;
    width: 47%;
    height: 100%;
    top: 0;
    margin-top: -110px;
    right: 0;
}

/* Purpose and Values */
.culture-shape-bg .vc_column-inner {
    background-position: 120% 130% !important;
}
.succeed-shape-bg .vc_column-inner {
    background-position: 110% 125% !important;
}
.page-id-464.page_header_yes #content {
	padding-top:0;
}

/* Staff Page */
.single_staff h5 {
    color: #00315B;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
	margin-top: 15px;
	//min-height: 52px;
}
.single_staff .single-phone-detail {
	display: block;
	width: 100%;
}
.single_staff .content {
	padding-left: 0;
}
.single-email-detail {
    color: #f08a20;
}

/* Careers */
.career-icon {
	z-index: 2;
	position: relative;
	top: -91px;
}
.career-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
    width: 6em !important;
    height: 6em !important;
}
.vc_icon_element.career-icon {
    margin-bottom: 0;
}
.career-roles-col h3 {
	min-height: 52px;
}

/* Professional Excellence */
.page-id-600.page_header_yes #content {
	padding-top:0;
}
.get-started-clm {
    margin-top: -190px;
}

/* Blog */
article.blog-article.standard-style:first-of-type {
    width: 63%;
	-webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
}
article.blog-article.standard-style:first-of-type:hover {
	background-color: unset;
}
article.blog-article.standard-style:first-of-type:hover .post-cat-single a {
	color: unset;
}
#blog article.blog-article.standard-style:first-of-type .text {
    display: block;
}
#blog article.blog-article.standard-style:first-of-type .blog-date {
    display: block;
}
#blog article.blog-article.standard-style:first-of-type .media {
	display: none;
}
#blog article.blog-article.standard-style:first-of-type .content h2 {
	font-size: 40px;
	line-height: 48px;
	color: #00315B;
	font-weight: 400;
}
#blog article.blog-article.standard-style:first-of-type .btm-nav-btn.button.btm-hov-btn {
    display: initial;
	position: relative;
	top: 30px;
	color: #fff;
}
article.blog-article.standard-style {
    -webkit-box-shadow: 0 0 10px #E9E9E9;
    box-shadow: 0 0 10px #E9E9E9;
    padding: 20px;
	width: 323px;
    margin: 10px;
    min-height: 275px;
}
article.blog-article.standard-style:hover {
	background-color: #67B246;
}
article.blog-article.standard-style:hover .content h2, article.blog-article.standard-style:hover .post-cat-single a {
	color: #fff;
}
article.blog-article.standard-style:nth-of-type(2) {
	width: 323px;
	margin-left: 32px;
}
article.blog-article.standard-style:nth-of-type(3) {
	width: 323px;
	margin-left: 32px;
}
.blog-date {
    font-size: 19px;
    line-height: 26px;
    color: #8B91A6;
	display: none;
}
.post-cat {
    margin-top: 10px;
    margin-bottom: 30px;
	display: inline-block;
}
.post-cat-single a {
    color: #404554;
    background-color: rgba(09,09,09,.1);
    padding: 2px 8px;
}
#posts_container .blog-article.standard-style .media {
    display: inline-block;
    position: relative;
    width: 66px;
    height: 66px;
    overflow: hidden;
    border-radius: 50%;
}
article.blog-article.standard-style .media img {
    width: auto;
    height: 100%;
}
.p_pagination .pagination {
	padding-top: 65px;
	padding-bottom: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p_pagination .pagination .current,
.p_pagination .pagination a:hover {
	background:#00315B;
	background: #f08a20;
	border-radius: 30px;
	width: 40px;
	height: 40px;
}
.p_pagination .pagination .current {
	padding:0;
	color:#fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}
.p_pagination .pagination a {
	width: 40px;
	height: 40px;
	border-radius: 30px;
	padding: 0;
	border: 1px solid #f5f5f5;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
.p_pagination .pagination span,
.pagination a {
 	background-color: #fff;
}
.p_pagination .pagination .inactive.next_link {
    background: #fff;
}
.single.single-post #blog article.blog-article.standard-style:first-of-type .media {
    display: inline;
}
#posts_container .shares_container {
    display: none;
}

#blog .text, #blog .btm-nav-btn.button.btm-hov-btn {
    display: none;
}
#content #blog {
    //padding-top: 65px;
	padding-bottom: 85px;
}
.blog .breadcrumbss {
    display: none;
}
.blog ul.info {
    display: none;
}
#blogmasonry h1 a {
    color: #000;
}
/* Blog Single */
.single.single-post #content {
    padding-bottom: 85px;
}
.single.single-post .breadcrumbss {
    display: none;
}
.post_style-modern .span12 > .blog-article > .media {
    margin-left: 0;
	padding-bottom: 0;
}
.single.single-post article h1 {
    text-transform: uppercase;
    line-height: 48px;
    color: #00315B;
    font-size: 40px;
    font-display: swap;
    font-family: glacialindiff-bold;
}
.shares_container.shares-top {
}
.shares_container.shares-bottom {
    float: left;
}
.blog-article ul.shares:after {
  	display: none;
}
.blog-article ul.shares {
	margin-right: 0px;
}
#blog .blog-article ul.shares i {
    color: #fff;
}
.blog-article ul.shares {
	  background: unset;
	  padding: 0;
}
.blog-article ul.shares li.facebook {
    background-color: #1877f2;
}
.blog-article ul.shares li.twitter {
    background-color: #00a2f3;
}
.blog-article ul.shares li.google {
    background-color: #f70000;
}
.blog-article ul.shares li.tumblr {
    background-color: #3c576d;
}
.blog-article ul.shares li:last-child {
    padding-right: 8px;
	margin-right: 0;
}
.blog-article ul.shares li {
 	margin-right: 5px;
	padding: 2px 8px;
}
.back-article {
	text-align: right;
	font-size: 16px;
	position: relative;
	bottom: 30px;
}
.single-title {
    margin-top: 5px;
    color: #fff;
    height: auto;
    line-height: 30px;
    flex: 1;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 40px;
    float: left;
}

/* Privacy Policy */
.page-id-3 h3, .page-id-3 h2 {
    color: #000;
	line-height: 50px;
}
/* Disclaimer */
.page-id-781 h3, .page-id-781 h2 {
    color: #000;
	line-height: 50px;
}
/* Terms of Use */
.page-id-784 h3, .page-id-784 h2 {
    color: #000;
	line-height: 50px;
}


/* Footer */
footer#footer {
    background-image: url(http://classicpm.bigddev.com/wp-content/uploads/2021/02/footer-bg.png);
	background-color: #00315B;
	background-repeat: no-repeat;
	background-position: 7% -59%;
}
footer#footer .widget-title {
	font-family: rift;
}
#footer .span3:not(:first-child) {
    width: 20%;
    float: right;
	padding-top: 15px;
}
#footer .inner .container {
    border-bottom: 2px dotted #fff;
}
#footer #custom_html-5 {
    margin-bottom: 0;
}
footer#footer a:hover {
    color: #fff !important;
    font-weight: bold;
}
.copy-left {
	float: left;
}
.copy-right {
	float: right;
}
.copyright_text a {
    color: #67B246 !important;
}

/* Mobile Breakpoints */
@media (max-width: 1638px) {
	body .top_nav{
		font-size: 14px;
	}
}
@media (max-width: 1468px) {
	#navigation nav .menu > li > a {
		font-size: 14px;
	}
}
@media (max-width: 1394px) {
	body .top_nav {
		font-size: 13px;
	}
	.top_nav #nav_menu-3.widget ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 1335px) {
	#navigation nav .menu > li > a {
		font-size: 13px;
	}
}
@media (max-width: 1314px) {
	.top_nav #nav_menu-3.widget ul li {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (max-width: 1320px) {
	article.blog-article.standard-style:first-of-type {
		width: 100%;
		margin-bottom: 60px;
	}
	article.blog-article.standard-style:nth-of-type(2) {
		width: 322px;
		margin-left: 10px;
	}
	article.blog-article.standard-style:nth-of-type(3) {
		width: 322px;
		margin-left: 10px;
	}
	article.blog-article.standard-style {
		width: 322px;
	}
}
@media (max-width: 1299px) {
	#navigation nav .menu > li > a {
		font-size: 12px;
	}
}
@media (max-width: 1227px) {
	.top_nav #nav_menu-3.widget ul li {
		padding-left: 6px;
		padding-right: 6px;
	}
}
@media (max-width: 1236px) {
	#navigation nav .menu > li > a {
		font-size: 11px;
	}
}
@media (max-width: 1200px) {
	#navigation nav .menu > li > a {
		font-size: 10px;
	}
}
@media (max-width: 1184px) {
	body .top_nav{
		font-size: 11px;
	}
}
@media (max-width: 1138px) {
	#navigation nav .menu > li > a {
		font-size: 9px;
	}
}
@media (max-width: 1073px) {
	#navigation nav .menu > li > a {
		font-size: 8px;
	}
}
@media (max-width: 1022px) {
	body .top_nav{
		font-size: 10px;
	}
	.top_nav #nav_menu-3.widget ul li {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 1011px) {
	nav #menu-main-menu.menu > li {
		padding-right: 0px;
	}
}
@media (max-width: 988px) {
	#navigation nav .menu > li > a {
		font-size: 7px;
	}
}
@media (max-width: 979px) {
	body .top_nav{
		font-size: 9px;
	}
	.top_nav #nav_menu-3.widget ul li {
		padding-left: 4px;
		padding-right: 4px;
	}
	.mobile-hero-btn {
		position: relative;
		top: 70px;
	}
	.mobile-hero-btn .ubtn-data.ubtn-text {
		font-size: 13px;
	}
	.ubtn-ctn-left.first-btn-mobile {
   		margin-bottom: 8px;
	}
	.copy-right {
    	float: left;
		text-align: center;
	}
	.copy-left {
    	text-align: center;
	}
	#gform_submit_button_1 {
		margin-bottom: 50px;
	}
	#rmp_menu_trigger-665 {
		top: 54px;
	}
	article.blog-article.standard-style:first-of-type {
		width: 100%;
		margin-bottom: 60px;
	}
	article.blog-article.standard-style:nth-of-type(2) {
		width: 100%;
		margin-left: 10px;
		margin-left: 0;
		padding-left: 30px;
		padding-right: 0px;
		min-height: -moz-max-content;
		height: -moz-max-content;
		height: max-content;
		min-height: max-content;
	}
	article.blog-article.standard-style:nth-of-type(3) {
		width: 100%;
		margin-left: 10px;
		margin-left: 0;
		padding-left: 30px;
		padding-right: 0px;
		min-height: -moz-max-content;
		height: -moz-max-content;
		height: max-content;
		min-height: max-content;
	}
	article.blog-article.standard-style {
		width: 100%;
		margin-left: 0;
		padding-left: 30px;
		padding-right: 0px;
		min-height: -moz-max-content;
		height: -moz-max-content;
		height: max-content;
		min-height: max-content;
	}
}
@media (max-width: 768px) {
	.lh-single-test .single_testimonial {
		right: 0;
	}
	#footer .span3:not(:first-child) {
		width: inherit;
		float: right;
		padding-top: 0;
	}
	.test-single-light {
    	margin-top: 120px;
	}
	.association-column .ubtn-ctn-left {
		display: block;
		text-align: center;
		position: relative;
		top: 170px;
	}
	.lh-single-test {
    	margin-top: 30px;
	}
	.property-manage-column {
    	margin-bottom: 110px !important;
	}
	.property-manage-column .ubtn-ctn-left {
  		top: 220px
	}
	.association-title {
		position: relative;
		top: 130px;
	}
	.property-title {
		position: relative;
		top: 185px;
	}
	.property-management-row {
		display: flex;
		flex-direction: column-reverse;
	}
	.dfw-title h2 {
    	font-size: 44px !important;
	}
	.home .clients .item {
    	width: 112px !important;
		margin-left: 25px;
	}
	.association-column.property-manage-column .mobile-prop-lh {
		display: inline-block;
		margin: 0;
		margin-left: -24px;
		margin-bottom: 98px;
	}
	.association-column.property-manage-column .mobile-prop-rh {
		display: inline-block;
		margin: 0;
		margin-right: -60px;
	}
	.association-column.property-manage-column a.mobile-prop-lh {
		display: unset;
		margin: unset;
		margin-left: unset;
		margin-bottom: unset;
	}
	.association-column.property-manage-column a.mobile-prop-rh {
		display: unset;
		margin: unset;
		margin-right: unset;
	}
	footer#footer {
		background-position: bottom center;
	}
	.numbered-line-list .fixed-lh-menu {
		position: relative;
		top: unset;
	}
	.ubtn-ctn-left.asm-service-btn-off {
		display: none;
	}
	.ubtn-ctn-left.asm-service-btn-on {
		display: block;
	}
	.rectangle-row .wpb_column.vc_column_container.vc_col-sm-6 {
		padding-top: 0px;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.rectangle-row .mobile-text-bottom.wpb_text_column.wpb_content_element {
		margin-bottom: 0;
	}
	.contact-house-bg {
		background-position: 75% 125%;
	}
	#gform_submit_button_1 {
		margin-bottom: 130px;
	}
	.service-area-list ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		padding-left: 5px;
	}
	.service-area-icon::after {
    	background-image: url("http://classicpm.bigddev.com/wp-content/uploads/2021/02/service-areas-icon-mobile.png");
    	background-position: 25% 1%;
    	margin-top: -58px;
	}
	.get-started-clm {
		margin-top: 0px;
	}
}
@media (max-width: 480px) {
	#content .container {
   		max-width: 330px;
	}
	.ubtn-ctn-right.mobile-hero-btn {
    	text-align: center;
	}
	.arrow-right-icon::after {
		//display: none;
	}
	.green-posts .recent_news.vertical .blog-item dt {
    	display: none;
	}
	.green-posts .recent_news.vertical .blog-item dd {
    	margin-left: 0;
	}
	.blog-desktop-btn {
		display: none !important;
	}
	.green-posts .ubtn-ctn-left.blog-mobile-btn {
		display: block;
	}
	.btn-293 {
    	width: 300px;
	}
	.home .clients .item {
		width: 100px !important;
		margin-left: 0px;
	}
	.association-column.property-manage-column .mobile-prop-lh {
		display: inline-block;
		margin: 0;
		margin-left: -38px;
		margin-bottom: 98px;
	}
	.association-column.property-manage-column .mobile-prop-rh {
		display: inline-block;
		margin: 0;
		margin-right: -60px;
	}
	.association-column.property-manage-column a.mobile-prop-lh {
		display: unset;
		margin: unset;
		margin-left: unset;
		margin-bottom: unset;
	}
	.association-column.property-manage-column a.mobile-prop-rh {
		display: unset;
		margin: unset;
		margin-right: unset;
	}
	.header_page {
		height: 80px !important;
	}
	.gform_wrapper .ginput_container.ginput_container_select::after {
    	right: 35px;
	}
	.single.single-post article h1 {
    	line-height: 24px;
	}
	.single-title {
    	font-size: 16px;
	}
}
.gridbox .content h3{color:#00315B !important;font-size:18px !important;}
.gridbox .content h3 a{color:#00315B !important;font-size:18px !important;}
.blog-article.grid-style .content{padding:10px !important;}
