/*
single page style
*/
.single-post {
    background: #fff;
    margin: 10px auto;
    box-shadow: 0 0 3px #ccc;
    padding: 0;
}

/*
=ads-box
---------------------------------*/
.single-post .ads-box img {
    border:1px solid #ccc;
    margin:0 auto 10px;
}
.single-post .ads-box {
    padding-top: 10px;
    background: #f7f7f7;
border-left:1px solid #ddd;
}
/*
=main-content
---------------------------------*/
.single-post .main-content h2.title-inner-page {
    text-align: center;
    padding-top: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #a94442;
}
.single-post .content {
    border-bottom: 1px solid #999;
}
.single-post .main-content span.date-post {
    text-align: left;
    display: block;
    font-size: 12px;
    color: #666;
    float: left;
    padding-left: 10px;
}
.single-post .main-content blockquote p {
    background: #f5f5f5;
    padding: 10px;
    border-left: 2px solid #bbb;
    border-right: 2px solid #bbb;
    margin: 30px auto 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 2px;

}
.single-post .main-content img {
    border:2px solid #ccc;
}
.single-post .main-content p {
    padding: 15px;
    text-align: justify;
    color: #555;
    font-size: 13px;
}
/*
=sidebar-left
---------------------------------*/
.sidebar-left {
    padding: 0;
    background: #eee;
}
.sidebar-left .widget {
clear:both;
    margin-bottom: 15px;
}
.sidebar-left .widget .body-widget {
    padding: 10px 0;
}
.sidebar-left .widget h4.title-widget {
    font-size: 13px ;
    font-weight: 700;
    text-align: center;
    padding: 6px 0;
    background: #fafafa;
    border-right: 4px solid #75c737;
    position: relative;
    line-height:20px;
}

.sidebar-left .widget ul li {
    float: right;
    width: 100%;
    margin-bottom: 7px;
position:relative;
}
.sidebar-left .widget ul li a {
padding-right:20px;
    font-size: 13px;
    color: #555;
}
.sidebar-left .widget ul li a:hover { 
color:#333;
 }
.sidebar-left .widget ul li:before { 
content:"";
position:absolute;
width:14px;
height:13px;
background:url(../images/bullet.png) no-repeat;
right:3px;
top:5px;
 }
.sidebar-left .widget ul li .widg-list-img {
    float: right;
}
.sidebar-left .widget ul li .widg-list-img img {
    width: 58px;
    height: 58px;
    border: 1px solid #555;
    border-radius: 1px;
} 
.sidebar-left .widget .body-widget .widg-title-list {
    float: right;
    width: 70%;
    margin-right: 6px;
}
.sidebar-left .widget .body-widget .widg-title-list a {
    display: block;
    color: #555;
    font-size: 13px;
    padding-top: 10px;
}
.sidebar-left .widget .body-widget .widg-title-list a:hover {
    color: #75C737;

}
/* tag */
div.tagcloud {
    padding: 4px;
}
div.tagcloud a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #75C737;
    padding: 4px 8px;
    margin: 5px 0;
    border-radius: 4px;
    border-bottom: 3px solid #666;
}
div.tagcloud a:hover { 
    background: #666;
 }

.tagcloud a:hover {
    color: #fff;
}
div.textwidget img { 
margin:auto;
 }
.sidebar-left div.textwidget {
    padding:8px 10px;
    font-size: 12px;
    line-height: 26px;
    color: #777;
    text-align: justify;
    font-family: tahoma;
}
/*
=calendar_wrap
--------------------------------------*/
#wp-calendar {
	width:100%;
	line-height:24px;
}
#wp-calendar caption {
	text-align: center;
	font-size:18;
	font-weight:normal;
	margin-bottom:5px;
	color:#666;
}
#wp-calendar thead th {
	background:#75C737;
	width: 24px;
	color: #fff;
	text-align: center;
    padding-bottom: 5px;
}
#wp-calendar tbody td {
	color: #9f9f9f;
	border: 1px solid #ededed;
	text-align: center;
}
#wp-calendar tbody td a {
	color: red;
}
#wp-calendar tfoot td a {
	color: red;
}

/*
=comment
------------------------------------*/
#twosweb-comment h3.titlt-section-single,h3#comments {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
}
h3#comments  {
    margin-bottom: 20px;
}
#respond span {
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
}
#twosweb-comment input[type="text"]{
    border:0;
    background: #f8f8f8;
    display: block;
    padding: 0 6px;
    height: 30px;
    font-size: 12px;
    color: #666;
    border-radius: 2px;
    width: 40%;
    border-right: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#twosweb-comment input[type="text"]:focus {
    background: #fff;
/*    border: 1px solid red;*/
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#twosweb-comment input#email {
    text-align: left;
    border-left: 2px solid #ccc;
}
#twosweb-comment textarea {
     border:0;
    background: #f8f8f8;
    display: block;
    padding: 0 6px;
    height: 30px;
    font-size: 12px;
    color: #666;
    border-radius: 2px;
    width: 80%;
    height: 150px;
    border: 1px solid #ccc;
    
}
#twosweb-comment textarea:focus {
    background: #fff;
}
#twosweb-comment input[type="submit"] {
    border: 0;
    background: #75C737;
    color: #fff;
    font-family: toosweb-yekan;
    width: 20%;
    border-bottom: 4px solid #2C3E50;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
#twosweb-comment input[type="submit"]:hover,.wpcf7-submit:hover {
        background: #2C3E50;
        border-bottom: 4px solid #34495E;  
}
/*zoom font*/
#sizecontroldiv {
  float:right;
}
#sizecontroldiv a {
  color:#fff;
  display:inline-block;
  line-height:15px;
  text-align:center;
  padding:0 4px;
font-size:21px;
}
#sizecontroldiv #smaller {
  background:#e84037;
}
#sizecontroldiv #bigger {
  background:#0e94e9;
}
#sizecontroldiv #cancel {
  background:#ff9c00;
}
/*
=search
------------------------------------*/
#searchform {
    padding: 20px 15px 8px 3px;

}
#searchform label {
    display: none;
}
#searchform input[type="text"] {
    border: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px 2px;
    width: 65%;
}
#searchform input[type="submit"] {
    border: 0;
    border-radius: 3px;
    padding: 7px 4px 5px;
    background: #E74C3C;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 25%;
    border-left: 2px solid #fff;
    background:#75c737 url(../images/search.png) no-repeat center;
}

/*
=archive style
------------------------------------------*/
.archive .archive-count {
    float: right;
    margin-bottom: 10px;
    border-bottom: 1px dotted #888;
    padding: 5px 0;
    width: 100%;
    
}
.archive h2.title-archive {
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    position: relative;
    margin:10px 10px 10px 0;
    border-bottom: 1px solid #eee;
}
.archive h2.title-archive:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    right: -10px;
    top: 12px;
    background: url(../images/icon-archive.png) no-repeat;
    
}
.archive .archive-count .archive-img-post {
    float: right;
    
}
.archive .archive-count .archive-img-post a {
    margin-right: 0;
    padding-top: 0;
}
.archive .archive-count .archive-img-post img {
    width: 50px;
    height: 50px;
    box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    -moz-box-shadow: 0 0 3px #999;
    -o-box-shadow: 0 0 3px #999;
    border: 2px solid #fff;
    border-radius: 10px;
    
}
.archive .archive-count h4  {
    float: right;
    width: 80%;
}
.archive .archive-count h4 a {
    font-size: 12px;
    display: block;
    color: #555;
    width: 100%;
    padding-top: 7px;
    font-family: tahoma;  
    padding-right: 12px;
}
.archive .archive-count a:hover {
    color: #528d25;

}
/*
=pagenavi style
------------------------------------------------*/
.wp-pagenavi {
float:right;
 margin-top:15px;
}
.wp-pagenavi a.page, .wp-pagenavi a.larger {
    display: inline-block !important;
    padding:3px 12px !important;
    border-radius: 3px !important;
    margin: 0 2px 8px !important;
    color: #333 !important;
    background: #efefef !important;
}

.wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover {
    background: #999 !important;
    color: #fff !important;
    
}
.wp-pagenavi span.pages {
float:right;
    background: #528d25;
    color: #fff !important;
    padding: 3px 8px !important;
    border-radius: 3px !important;
}
.wp-pagenavi span.current {
    float:right;
    display: inline-block !important;
    background: #999 !important;
    color: #fff !important;
    padding: 3px 12px !important;
    margin: 0 4px;
    border-radius: 3px !important;
    
}
/*
gallery-shc
--------------------------------------------*/
.box-bottom {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
}
.gallery-shc .title-gallery h4,.gallery-archive .title-gallery h4{
    padding: 5px 25px;
    color: #fff;
    background: #75c737;
    font-size: 15px;
    position: relative;
    font-family: toosweb-yekan;
    margin-top: -7px;
    position: relative;
    z-index: 10;
   line-height:20px;
}
.gallery-shc .title-gallery,.gallery-archive .title-gallery{
    position: relative;
}

.gallery-shc .title-gallery:before,.gallery-archive .title-gallery:before{
    content: "";
    position: absolute;
    border: 7px solid #52832e;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    top: -7px;
    right: -6px;
    z-index: 1;
}
.gallery-shc .title-gallery:after,.gallery-archive .title-gallery:after{
    content: "";
    position: absolute;
    border: 7px solid #52832e;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    top: -7px;
    left: -6px;
    z-index: 1;
}
.gallery-shc .title-gallery h4:before,.gallery-archive .title-gallery h4:before{
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    right: 8px;
    top: 8px;
    background: url(../images/icon-archive.png) no-repeat;
    
}
.gallery-shc img,.gallery-archive img {
    float: right;
    margin: 15px 15px 30px;
    width: 150px;
    height: 120px;
    display: block;
    border-radius: 4px;
    border:5px solid #fff;
    box-shadow: 0 0 3px #333;
    -webkit-box-shadow: 0 0 3px #333;
    -o-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
}
.gallery-shc a,.gallery-archive a {
    float: right;
    position: relative;   
}
.gallery-archive span.span-archive,.gallery-archive span.span-archive {
     display: block;
    position: absolute;
    bottom: 40px;
    right: 21px;
    color: #fff;
    font-family: toosweb-yekan;
    padding: 3px;
    border-bottom: 1px solid #ccc;
    width: 77%;
    border-top: 1px solid #ccc;
    background: rgba(0,0,0,.4);
    font-weight:normal;
}
.gallery-shc span.span:hover,.gallery-archive span.span-archive:hover,.gallery-archive span.span-archive:hover {
    color:#F1C40F;

}
.wpcf7-submit  { 
    border: 0;
    background: #75C737;
    color: #fff;
    font-family: toosweb-yekan;
    width: 20%;
    border-bottom: 4px solid #2C3E50;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
 }








