/*
Theme Name: Mark Tirondola
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Venus Appsolution
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

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.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

/* Globle Property Start Here */
@font-face {
 font-family: 'bakersignet_btroman';
 src: url('fonts/tt1152m_-webfont.eot');
 src: url('fonts/tt1152m_-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tt1152m_-webfont.woff') format('woff'), url('fonts/tt1152m_-webfont.ttf') format('truetype'), url('fonts/tt1152m_-webfont.svg#bakersignet_btroman') format('svg');
 font-weight: normal;
 font-style: normal;
}
* {
	margin:0;
	padding:0;
}
p.empty {display:none;}
body {
	font-size:17px;
	font-family: 'bakersignet_btroman';
	color:#717171;
	line-height:22px;
}
div.satl-wrapper {
	box-shadow:0 0 1px #ccc;
}

li {
	list-style:none;
}
.alignleft {
	float:left;
	margin-right:15px;
	 border: 3px solid #FFFFFF;
    box-shadow: 0 0 1px #CCCCCC;
}
.alignright {
	float:right;
	margin-left:15px;
	 border: 3px solid #FFFFFF;
    box-shadow: 0 0 1px #CCCCCC;
}
.wp-caption-text  {
	text-align:justify;
	font-size:16px;
}
img.alignleft{
	float:left;
	margin-right:8px;
	margin-bottom:15px;
	
}
img.alignright{
	float:right;
	margin-left:15px;
	 border: 3px solid #FFFFFF;
}
img.aligncenter{
	margin:0 auto;
	margin:0 5px;
}

.clr {
	clear:both;
}
a, img {
	list-style:none;
	outline:none;
	text-decoration:none;
	color:#99022F;
}
a:hover {
	color:#000;
}
header, nav, section, footer, aside, article {
	display:block;
}
h1,h2,h3,h4,h5,h6 {
	font-family:inherit;
	font-weight:normal;
}
h1 {
    color:#99022F;
    font-size:50px;
	margin:0 0 20px;
}
h2 {
   color:#99022F;
    font-size:35px;
	margin:0 0 25px;
}
h3{
    color:#fff;
    font-size:30px;
	margin:0 0 15px;
}
h4{
    color:#000;
    font-size:25px;
	margin:0 0 15px;
}
h5{
    color:#000;
    font-size:20px;
	margin:0 0 15px;
}
h6{
    color:#333;
    font-size:17px;
	font-weight:bold;
	margin:0 0 15px;
}

p {
	color:#717171;
	font-size:17px;
	margin:0 0 15px;
	text-align:justify;
}
span {
	color:#717171;
}
hr {
  border:none;
   margin:15px 0;
    border:dashed 1px #ccc;
}
.text_center {
	text-align:center !important;
}
.pull_left {
	float:left;
}
#mainframe {
	width:100%;
}
/* Globle Property end */

/* header Property start Here */
#outer-header {
	width:100%;
}
#main-header {
	max-width:996px;
	margin:0 auto;
	overflow:hidden;
}
#main-header .header-left {
	float:left;
	max-width:770px;
	margin:25px 0;
}
.header-left .call-us {
	float:left;
	width:415px;
}
.header-left .call-us img {
	float:left;
	margin-right:10px;
}
.header-left .call-us p {
	font-size:26px;
	color:#960228;
	margin-top:30px;

}
.header-left .call-us span {
	font-size:22px;
    font-weight:normal;
    line-height:30px;
}
.header-left .logo {
	display:inline-block;	
}
.header-right {
    float: right;
    margin-top: 60px;
    width:355px;
}
.header-right .visit-button {
    background-color: #99022F;
    border-radius: 10px;
    color: #FFFFFF;
    float: right;
    font-size: 18px;
    padding: 13px 35px;
    text-align: center;
    transition: all 0.8s ease 0s;
}
.header-right .visit-button:hover {
	background-color:#3c3a3a;
	color:#fff;
}
.slide_div {
	display:none;
}
/* header Property end Here */
/* nav Property start Here */
#outer-nav {
	width:100%;
	background-color:#99022f;
	height:62px;
}
#outer-nav #mainnav {
	max-width:996px;
	margin:0 auto;
}
#outer-nav #mainnav ul {
	display:block;
}
#outer-nav #mainnav ul li {
	display:inline-block;
	font-size:20px;
	color:#fff;
}
#outer-nav #mainnav ul li a {
	display:inline-block;
	font-size:20px;
	color:#fff;
	line-height:62px;
	padding:0 28px;
	transition:all 0.8s ease 0s;
}
#outer-nav #mainnav ul li a:hover {
	background-color:#ececec;
	color:#99022f;
}
#outer-nav #mainnav ul li.current_page_item a {
	background-color:#ececec;
		color:#99022f;
}

/* nav Property end */
/* banner Property start Here */
#banner {
    height:512px;
    width:100%;
    position: relative;
    border-bottom:4px solid #99022f;
}
#banner .inner-banner {
	max-width:1130px;
	margin: 0 auto;

}
.arrow-left {
    background: url("images/arrow-left.png") no-repeat;
    cursor: pointer;
    float: left;
    position: relative;
    top:250px;
    width:59px;
    height:58px;
}
.arrow-right {
    background: url("images/arrow-right.png") no-repeat;
    cursor: pointer;
    float: right;
    position: relative;
    top: 250px;
    width:59px;
	height:58px;
}
.inner-banner .caption {
	background: url("images/caption-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-table;
    position: absolute;
    width: 100%;
	text-align:center;
	top:513px;
}
.inner-banner .caption h5 {
	font-size:28px;
	color:#fff;
	line-height:77px;
    font-weight:normal;
	margin:0px;
}
.inner-banner span {
	color:#fff;
	font-weight:normal;
	font-size:20px;
    margin-left: 10px;
}
#banner .inner-banner .master-slider-parent .ms-info {
	background-color:rgba(0,0,0,0.7);
	text-align:center;
	padding: 12px 0px;
	margin-bottom: -11px;
}
#banner .inner-banner .master-slider-parent .ms-info h5,
.thethe-image-slider-caption-text h5 {
	font-size:28px;
	color:#fff;
	line-height:30px;
    font-weight:normal;
	margin:0px;
}
#banner .inner-banner .master-slider-parent .ms-info h5 em,
.thethe-image-slider-caption-text span {
	color:#fff;
	font-weight:normal;
	font-size:20px;
    margin-left: 10px;
	font-style:normal;
}
/* banner Property end */
/* content Property start Here */
#wrraper {
	max-width:996px;
	margin:0 auto;
	overflow:hidden;
	padding:30px 0;
}
.full-width {
	width:100%;
}
#wrraper .heading {
	float:left;
	width:100%;
	padding-bottom:45px;
}
#wrraper .heading  h1 {
    border-bottom:1px dashed #d0d0d0;
    line-height: 40px;
    text-align: center;
	padding-bottom:12px;
	text-align:center;
}
#wrraper .heading p {
    color: #717171;
    font-size: 18px;
    text-align: center;
}
#wrraper .content-left {
	float:left;
	width:659px;
	padding-left:1px;
}
#wrraper .content-left .painting-box {
	float:left;
	width:100%;

}
.content-left .painting-box ul {
	display:block;
}
.content-left .painting-box ul li {
	display:inline-block;
	width:48%;
	text-align: center;
}
.content-left .painting-box ul li:nth-child(2) {
	float:right;
}
.content-left .painting-box ul li img {
	width:100%;
	height:auto;
	border:2px solid #cfcfcf;
}
.content-left .painting-box ul li h3{
    color: #99022F;
    line-height: 40px;
}
.read_button {
    background-color:#99022F;
    color:#FFFFFF;
    display:inline-block;
    font-size:17px;
    padding:7px 25px;
	border-radius:20px;
}	
.read_button:hover {
    background-color:#3c3a3a;
    color:#FFFFFF;
}
.content-left ul:first-child {
	margin-left:0;
}
.content-left .our-gallery {
	display:inline-block;
	padding-top: 60px;
	width:100%;
}
.content-left .our-gallery .heading2 {
	width:100%;
}
.content-left .our-gallery .heading2 h3 {
	border-bottom:1px dashed #d0d0d0;
	padding-bottom:12px;
	color: #99022F;
}
.content-left .our-gallery .heading2 img {
	width:auto;
	height:auto;
}
.content-left .our-gallery ul {
	display:inline-block;
	width:100%;
	
}
.content-left .our-gallery ul li {
	float:left;
	margin-left:5px;
}
.content-left .our-gallery ul li img {
	width:auto;
	height:auto;
	border:none;
	margin-bottom:0;
}
.content-left .our-gallery ul li:first-child {
	margin-left:0;
}
.left-arrow {
	background:url(images/gallery-arrow.png) no-repeat;
	float:left;
	cursor: pointer;
    position:relative;
	margin-left:4px;
	top:-70px;
    width:16px;
    height:26px;
}
.right-arrow {
	background:url(images/gallery-arrow-right.png) no-repeat;
	float:right;
	cursor: pointer;
    position:relative;
	margin-right:4px;
	top:-70px;
    width:16px;
    height:26px;
}

#wrraper .content-right {
	float:right;
	width:309px;
}
.content-right .widget {
	background-color:#343434;
	float:left;
	width:100%;
	margin-bottom:20px;
	padding-bottom:20px;
}
.content-right .widget:last-child {
	margin-bottom:0px;
        text-align:center;
}
.content-right .widget h3 {
	border-bottom:1px dashed #d0d0d0;
	padding:0 0 12px 24px;
	margin-top:15px;
	color:#fff;
	font-size:30px;
	margin-bottom:20px;
}
.content-right .widget .testi-icon {
	float:left;
	margin:0 0 0 25px;
}
.content-right .widget .testi-icon img {
	width:auto;
	height:auto;
	margin: 0 !important;
}
.content-right .widget .imbox {
	margin:0 30px;
}
.content-right .widget .imbox img {
	width:100%;
	max-width: 225px;
}
.content-right .widget .testimonial {
	float:left;
	width:224px;
	margin:0 0 0 12px;
}
.widget .testimonial p {
	font-size:18px;
	color:#fff;
}
.widget .testimonial span {
	display:inline-block;
	color:#fff;
	margin-top:10px;
}
.button {
	background:url(images/read-icon.png) no-repeat scroll 75px 6px;
    color:#FFFFFF;
    float:left;
    font-size:17px;
    margin:12px 0 0 25px;
	width:100px;
}
.button:hover {
   color:#fff;
   text-decoration:underline;
}
.widget .bottom-text {
	font-size:18px;
	text-align:center;
	color:#fff;
	margin-top:10px;
}
#wrraper .award {
	display:inline-block;
	width:100%;
}
#wrraper .award ul {
	float:left;
}
#wrraper .award ul li {
	float:left;
    border:1px solid #d0d0d0;
	width:148px;
	margin-left:18px;

}
#wrraper .award ul li img {
	width:auto;
	height:auto;
}
#wrraper .award ul li:first-child {
	margin-left:0;
}
.image_slider_shadow3 {
    background: url(https://www.tirondolapainting.com/wp-content/uploads/2019/03/shadow3.png) no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    width: 100%;
    height: 60px;
	margin-top:-1px;
}


/* content Property end */
/* footer Property start Here */
#outer-footer {
	width:100%;
	height:137px;
	border-top:1px dashed #d0d0d0;
	border-bottom:1px dashed #d0d0d0;
}
#outer-footer #main-footer {
	width:996px;
	margin:0 auto;
	padding-top:10px;
	overflow:hidden;
}

#main-footer .footer-logo {
	float:left;
	width:203px;
	border-right:1px solid #dfdfdf;
	height:106px;
	margin-top:5px;
}
#main-footer .address {
	float:left;
	width:420px;
	margin-top:20px;
	margin-left:40px;
}
#main-footer .address img {
	float:left;
	margin-right:16px;
	width:auto;
	height:auto;
}
#main-footer .address p {
	font-size:16px;
}
#main-footer .address span {
	color:#99022f;
}
#main-footer .copyright {
	float:left;
	width:329px;
	border-left:1px solid #dfdfdf;
	height:106px;
}
#main-footer .copyright p {
	font-size:18px;
	margin-top:40px;
	text-align:center;
}
.footer-right span {
	color:#99022f;
}
#main-footer .email {
	float:left;
	width:100%;
	margin:35px 0 15px;
}
#main-footer .email p {
	font-size:16px;
	text-align:center;
}
#main-footer .email span {
	color:#99022f;
}
.orbit-thumbnails li{
	height:105px;
	width:105px;
}
.orbit-thumbnails li.active {
    border: 2px solid #fff;
    margin: 3px;
}
#slideleft, #slideright {
    height: 100px;
    margin-top: -104px;
}
.testimonial_rotator_quote:before,
.rotated_quote {
	padding: 0 0 0 23px;
	color:#fff;
	background:url(https://www.tirondolapainting.com/wp-content/uploads/2014/03/testi-icon.png) no-repeat;
	margin:0 20px;
	content:"";
	margin: 0 8px 0 -30px;
}
.testimonial_rotator_author_info p,
.author {
	margin-top:20px;
	color:#fff;
	text-align: left;
}
.testimonial_rotator_quote {
	color:#fff;
}
.testimonial_rotator.template-default .testimonial_rotator_author_info {
    font-style: normal;
	padding:0;
	border-left:none;
	
}

.thethe-image-slider-caption-text
{
 text-align:center;
}
#banner .inner-banner .ms-skin-light-3 .ms-nav-prev,
.thethe-image-slider-controls-prev
{
 background-image:url(https://www.tirondolapainting.com/wp-content/themes/tirondola/images/arrow-left.png) !important;
 height:60px !important;
 width:59px !important;
 left:0 !important;
 background-position:0px !important;
}
#banner .inner-banner .ms-skin-light-3 .ms-nav-next,
.thethe-image-slider-controls-next
{
 background-image:url(https://www.tirondolapainting.com/wp-content/themes/tirondola/images/arrow-right.png) !important;
 height:60px !important;
 width:59px !important;
 background-position:0px !important;
 right:0 !important;
}

.btn {
    background-color: #99022F;
    border-radius: 10px;
    color: #FFFFFF;
    display: inline-table;
    font-size: 22px;
    margin-bottom: 0;
    padding: 8px 15px;
    text-align: center;
    transition: all 0.8s ease 0s;
}
.btn:hover {
	background-color:#3c3a3a;
	color:#fff;
}
.thethe-image-slider-thumbnails-thumbnails .thethe-image-slider-thumbnails-thumb .thumbnail-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 2px solid #000000;
    height: 80px !important;
    width: 90px !important;
}
.thethe-image-slider-thumbnails-thumbnails .thethe-image-slider-thumbnails-thumb .thumbnail-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 2px solid #99022F!important;
    height: 80px !important;
    width: 90px !important;
}
.thethe-image-slider-thumbnails-thumbnails .thethe-image-slider-thumbnails-currentthumb .thumbnail-img  {
  border: 2px solid #333!important;
}
  
.frame-white .thethe-image-slider-thumbnails-thumb .thumbnail-img {
    border: 1px solid #FFFFFF;
    border-radius: 0!important;
    padding: 0;
}
.thethe-image-slider-thumbnails  {
  overflow:hidden!important;
  height:85px!important;
}
#thethe_image_slider220 .thethe-image-slider-controls-prev {
    background-image: url("https://www.tirondolapainting.com/wp-content/themes/tirondola/images/arrow-left.png") !important;
    background-position: 0 center !important;
    background-size: 45% 44% !important;
    height: 60px !important;
    width: 60px !important;
}

#thethe_image_slider220 .thethe-image-slider-controls-next {
    background-image: url("https://www.tirondolapainting.com/wp-content/themes/tirondola/images/arrow-right.png") !important;
    background-position: 0 center !important;
     background-size: 45% 44% !important;
    height: 60px !important;
    width: 60px !important;
}
#thethe_image_slider220 .thethe-image-slider-controls-next {
    right: -20px!important;
}
#thethe_image_slider220 .thethe-image-slider-controls-pause {
   display:none !important;
}
#banner .inner-banner .master-slider-parent,
.thethe_image_slider.white-rounded {
    background: none repeat scroll 0 0 #FFFFFF!important;
    border: 2px solid #99022F!important;
    border-radius: 0px!important;
}
div.pdf_box
{
	width:287px;
	float:left;
	padding:10px 20px;
	text-align:center;
	margin-top:20px;
}

div.pdf_box p
{
	text-align:center;
}

div.pdf_box h5
{
	font-size:20px;
	text-align:center;
}
.ms-slide-info.ms-dir-h {
    min-height: auto !important;
}
.testimonial_rotator_widget_wrap {
    padding: 0 50px;
}
/* mobile responive property start */
@media(max-width:1130px) {
#banner {
	border-bottom:none;
	height:auto;
}
#banner .inner-banner {
    border-bottom: 4px solid #99022f;
}
}

@media(max-width:1000px) {
#mainframe {
	width:96%;
	padding:0 2%;
}
#banner .inner-banner .master-slider-parent .ms-info h5 {
	font-size:18px;
	line-height:26px;
	
}
#wrraper .content-left {
    width: 67%;
}
#wrraper .content-right {
    width: 28%;
}
.content-right .widget h3 {
    font-size: 28px;
}
#main-footer .footer-logo {
    width: 25%;
}
#main-footer .address {
    width: 30%;
    margin-left: 4%;
}
#main-footer .copyright {
    width: 40%;
}
#outer-footer #main-footer {
    width: 100%;
}
#outer-nav #mainnav ul li a {
    padding: 0 10px;
}
div.pdf_box {
    width: 42%;
    display: inline-block;
}
div.pdf_box h2 {
    font-size: 26px;
}
.post-141 .entry-content p a.image {
	display:inline-block;
	width:25%;
	vertical-align: top;
}
.post-141 .entry-content p a.image img {
	width:100%;
	margin:0;
	height:auto;
    border: 1px solid #ccc;
}
	
	
}
@media(max-width:768px) {
#wrraper .content-right,
#wrraper .content-left {
    width:100%;
}
#main-footer .footer-logo img {
	width:100%;
	max-width:200px;
}
#main-header .header-left {
    width: 100%;
}
.header-left .call-us {
	width:auto;
}

#wrraper .heading h1 {
    font-size: 30px;
}
#main-footer .footer-logo {
    width:50%;
}
#main-footer .address {
	width:45%;
}
#main-footer .copyright {
    width:100%;
	border-left:none;
	border-bottom: 1px dashed #ccc;
}
/* mobile navigation property start */
#outer-nav {
    display: none;
}
#wrraper {
	border-top: 2px solid #99022F !important;
}
.navigation .mobile_menu {
	right: -10;
}
.mobile_menu {
	display: inline-block;
	width: 40px;
	height: 30px;
	float: right;
	cursor: pointer;
	position:absolute;
	right:20px;
	top: 20px;
	z-index: 110;
}
.mobile_menu span {
	margin: 0 auto;
	position: relative;
	top: 12px;
}
.mobile_menu span:before, .mobile_menu span:after {
	position: absolute;
	content: '';
}
.mobile_menu span, .mobile_menu span:before, .mobile_menu span:after {
	width: 32px;
	height: 4px;
	background-color:#000;
	display: block;
}
.black span, .black span:before, .black span:after {
	background-color: #000;
	width: 28px;
}
.about_header .mobile_menu span, .about_header .mobile_menu span:before, .about_header .mobile_menu span:after {
	background-color: #fcd115;
}
.mobile_menu span:before {
	margin-top: -8px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
.mobile_menu span:after {
	margin-top: 8px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
.example5 span {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.example5.papa span {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.example5.papa span:before {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
.example5.papa span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}
.example5.papa span:after {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
.example5.papa span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
	transition-property: margin, transform;
}
.navigation .logo {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
}
.slide_div {
	margin: 0 auto;
	position: fixed;
	width: 48%;
	right: -100%;
	top: 0;
	bottom: 0;
	height: 100%;
	overflow-y: scroll;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 2px 8px #ccc;
}
.navigation nav {
	display:inline-block;
	width:100%;
}
.navigation {
	position: relative;
	z-index: 12;
	left: 0;
	color: #fff;
	height: auto;
	padding: 20px 30px 0 30px;
}
.navigation ul {
	display: block;
	text-align: left;
	list-style: none;
	padding-left: 0;
	margin: 40px 0 0 0;
	padding-top:20px;
}
.navigation ul li {
	color: #fff;
	display: block;
	font-size: 16px;
	position: relative;
	border-bottom: 2px solid #f3f3f3;
	text-align: left;
	transition:all 0.6s ease 0s;
}
.navigation ul li.contribute-li a {
	background: none !important;
	text-transform: uppercase;
	font-size: 16px !important;
	color: rgba(0, 0, 0, 0.9) !important;
}
.navigation ul li a {
	font-family: inherit;
	color: #333 !important;
	font-weight: 400;
	display: block !important;
	font-size: 15px;
	padding: 14px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.navigation ul li a i {
	margin-left: 10px;
}
.navigation ul li.menu-item-has-children a:after {
	display: none !important;
}
.navigation ul li.current_page_item a {
	color: #ec4613 !important;
	transition: color 0.2s linear 0s;
}
.navigation ul li.current_page_item ul li a {
	color: #435b1d !important;
}
.navigation ul li.current_page_item ul li a:hover {
	color: #435b1d;
}
.navigation ul li:last-child {
	border-bottom: medium none;
}
.navigation ul li ul {
    display: none;
    margin-left: 0;
    width: 100%;
    padding: 0 10px;
    margin-top: 0;
}
.navigation ul li ul li a {
	padding: 6px 0;
    text-transform: inherit;
}
.plus_me {

    display: block;
    height: 30px;
    line-height: 29px;
    position: absolute;
    left: 0px;
    text-align: center;
    top: 9px;
    width: 100%;
    z-index: 999;
    cursor: pointer;

}
/* mobile navigation property end */


}
@media(max-width:550px) {
.header-left .call-us p {
    margin:0px;
}
.header-left .logo {
    width: 36%;
}
.header-left .logo img {
	width:100%;
	max-width:219px;
}

}
@media(max-width:521px) {
div.pdf_box {
    width: 41%;
	float:none;
}
.post-141 .entry-content p a.image {
	width:32%;
}
}
@media(max-width:500px) {
#mainframe {
    width: 84%;
    padding: 0 8%;
}
.header-left .call-us p {
    font-size: 22px;
}
.header-left .call-us span {
    font-size: 20px;
}

#wrraper .heading h1 {
    font-size: 21px;
}
.header-left .call-us p,
#main-header .header-left {
	margin-top:0;
}
.header-left .call-us p {
	padding-top:16px;
}
.header-left .logo {
    display: inline-block;
    width: 100%;
	float:none;
    text-align: center;
}
.content-left .painting-box ul li {
    width:100%;
	padding-top: 26px;
	margin-top: 26px;
	border-top: 1px dashed #ccc;
}
.content-left .painting-box ul li p {
	text-align:left;
}
#main-footer .footer-logo {
    width:100%;
	text-align:center;
}
#main-footer .address {
	width:100%;
	text-align:center;
	padding:20px 0;
	border-bottom:1px dashed #ccc;
}
#wrraper .heading {
	padding-bottom:20px;
}
div.pdf_box {
    width:86%;
}
.slide_div {
	width: 100%;
}
}
@media(max-width:400px) {

img.alignleft {
	float:none;
}

}







/* mobile responive property start */
