/*
----------------------------------------------------------
----------------------------------------------------------
#### ##    ## ########  ########    ###    ######## #### ##     ## 
 ##  ##   ##  ##     ## ##         ## ##      ##     ##  ##     ## 
 ##  ##  ##   ##     ## ##        ##   ##     ##     ##  ##     ## 
 ##  #####    ########  ######   ##     ##    ##     ##  ##     ## 
 ##  ##  ##   ##   ##   ##       #########    ##     ##   ##   ##  
 ##  ##   ##  ##    ##  ##       ##     ##    ##     ##    ## ##   
#### ##    ## ##     ## ######## ##     ##    ##    ####    ###    
   
 
 @Author: iKreativ
 @URL: http://ikreativ.com
 
 1.  Default wordpress
 2.  Base styles
 3.  Header
 4.  Logo
 5.  Navigation
 6.  Callto
 7.  Content
 8.  Slider Module
 9.  Portfolio Module
 10. Testimonial Module
 11. Social Module
 12. Posts
 13. Postmeta
 14. Postnavi
 15. Pagination
 16. Comments
 17. Sidebar
 18. Widgets
 19. Pages
 20. Contact
 21. Footer
 22. Shortcodes

*//*
----------------------------------------------------------
----------------------------------------------------------

1. Default wordpress

----------------------------------------------------------
----------------------------------------------------------
*/

@font-face {
	font-family: 'AlefBold';
	src: url('fonts/Alef-Bold.eot');
	src: url('fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Alef-Bold.woff') format('woff'),
		url('fonts/Alef-Bold.ttf') format('truetype'),
		url('fonts/Alef-Bold.svg#alefbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'Alef';
    src: url('fonts/Alef-Regular.eot');
    src: url('fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Alef-Regular.woff') format('woff'),
         url('fonts/Alef-Regular.ttf') format('truetype'),
         url('fonts/Alef-Regular.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.alignleft,
img .alignleft
{
	margin: 0 0 10px 10px;
	float: right;
}

.alignright,
img .alignright
{
	margin: 0 10px 10px 0;
	float: left;
}

.wp-caption img
{
	margin: 0 0 10px 10px;
}

.gallery .gallery-item
{
	float: right;
}

/*
----------------------------------------------------------
----------------------------------------------------------

2. Base styles

----------------------------------------------------------
----------------------------------------------------------
*/
body
{
	direction: rtl;
	font-family: 'Alef', sans-serif;
}

#wrapper
{
    float: right;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 3. Header

----------------------------------------------------------
----------------------------------------------------------
*/
#header
{
	float: right;
}

#header h1.tagline
{
    text-align: right;
    float: right;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 4. Logo

----------------------------------------------------------
----------------------------------------------------------
*/
#logo
{
    float: left;
	text-align: left
}

/*
----------------------------------------------------------
----------------------------------------------------------

 5. Navigation

----------------------------------------------------------
----------------------------------------------------------
*/

nav#primary
{	
	float: right;
}

nav#primary ul
{
    float: right;
}

nav#primary ul li
{
	float: right;
}

/* Second level dropdown */
nav#primary ul li ul
{
	right: -1px;
	left: auto;
}

/* responsive nav */
a.open 
{
    float: left;
    margin-left: 25px;
    margin-right: 0px;
}

#pageslide ul
{
    float: right;
}

#pageslide ul li
{
    margin-right: -20px;
    margin-left: 0px;
    padding: 8px 30px 8px 0;
}

/* dropdown */

#pageslide ul li ul li
{
    padding: 5px 15px 25px 0;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 6. Callto

----------------------------------------------------------
----------------------------------------------------------
*/
#callto, #callto:hover{
background: #ffffff!important;
cursor: default;
border-bottom: none;
float: right;
font-weight: 600;
font-size: 24px;
color: #d05545;
font-family: 'AlefBold';
font-weight: 700
}
/*
----------------------------------------------------------
----------------------------------------------------------

 7. Content

----------------------------------------------------------
----------------------------------------------------------
*/
#content
{
	float: right;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 8. Slider Module

----------------------------------------------------------
----------------------------------------------------------
*/

#slider .slides li 
{ 
    float: right; 
}

/* #slider .dots 
{
	left: 35px;
	right: auto;
}*/

/*
----------------------------------------------------------
----------------------------------------------------------

 9. Portfolio Module

----------------------------------------------------------
----------------------------------------------------------
*/
#portfolio
{
    float: right;
}

#portfolio ul li span.magnify
{
    right: 12%;
    left: auto;
}

#filters
{
    float: right;
}

nav#filter
{	
	float: left;
}

/* filter dropdown */
nav#filter ul li ul
{
	right: 0px;
	left: auto;
}

/*
----------------------------------------------------------
----------------------------------------------------------

 10. Testimonial Module

----------------------------------------------------------
----------------------------------------------------------
*/
#testimonials
{
    float: right;
}

/*
----------------------------------------------------------
----------------------------------------------------------

 11. Social Module

----------------------------------------------------------
----------------------------------------------------------
*/
#social
{
    float: right;
}

#social ul
{
    float: left;
}

/*
----------------------------------------------------------
----------------------------------------------------------

 12. Posts

----------------------------------------------------------
----------------------------------------------------------
*/

.post
{
    float: right;
}

/* single post */
.single_post
{
    float: right;
}

/*
----------------------------------------------------------
----------------------------------------------------------

 13. Postmeta

----------------------------------------------------------
----------------------------------------------------------
*/
ul.postmeta
{
	float: right;
}

ul.postmeta li
{
	float: right;
}

/*
----------------------------------------------------------
----------------------------------------------------------

 14. Postnavi

----------------------------------------------------------
----------------------------------------------------------
*/
.postnavi
{
    float: right;
}

.postnavi ul li
{
    margin-right: 5px;
    margin-left: 0px;
    float: right;
}

/*
----------------------------------------------------------
----------------------------------------------------------

 15. Pagination

----------------------------------------------------------
----------------------------------------------------------
*/
.pagination
{
    float: right;
}

#single .pagination
{
    float: right;
}

/*
----------------------------------------------------------
----------------------------------------------------------

 16. Comments

----------------------------------------------------------
----------------------------------------------------------
*/
#commentbox
{
	float: right;
}

ul#comments .comment-author
{
	float: left;
}

ul#comments img.avatar
{
    margin: 3px 0 0 15px;
	float: right;
}

ul#comments .reply a
{
	float: left;
}

#respond textarea
{
	float: right;
}

/*
----------------------------------------------------------
----------------------------------------------------------

 17. Aside

----------------------------------------------------------
----------------------------------------------------------
*/
aside
{
    float: left;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 18. Widgets

----------------------------------------------------------
----------------------------------------------------------
*/
aside .widget
{
    float: right;
}
/* tagcloud */
aside .tagcloud a
{
    float: right;
}

aside #searchform input[type="text"]
{
    padding: 9px 10px 8px 0;
}

aside #searchform input[type="submit"]
{
    left: -5px;
    right: auto;
}

/*
----------------------------------------------------------
----------------------------------------------------------

 19. Pages

----------------------------------------------------------
----------------------------------------------------------
*/
#page,
#articles,
#single
{
    float: right;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 20. Contact

----------------------------------------------------------
----------------------------------------------------------
*/

#gmap
{
    float: right;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 21. Footer

----------------------------------------------------------
----------------------------------------------------------
*/
#foot
{
    float: right;
}

/*
----------------------------------------------------------
----------------------------------------------------------

 22. Shortcodes

----------------------------------------------------------
----------------------------------------------------------
*/
/* audio player */
#standalone_player
{
    float: right;
	margin-top: -18px
}

.jp-interface
{
	float: right;
}

.jp-interface ul li
{
/*	float: right; 
	margin-right: 5px;
	margin-left: 0px;
*/	
}

.jp-play,
.jp-pause
{
	margin-right: -10px;
	margin-left: 0px;
	float: right;
}

.jp-progress
{
	direction: ltr;
/*	margin-right: 35px;
	margin-left: 0px;
*/
}

/* pricing */
 
.head
{
    border-radius: 2px 2px 0 0;
}
 
.head:after
{
    right: 50%;
    left: auto;
    margin-right: -10px;
    margin-left: 0px;
}
 
/** 
 * Alerts 
 */

.close 
{
    float: left;
}
/* @end Alerts */
/**
 * Forms
 */

legend 
{ 
	margin-right: 5px; 
	margin-left: 0px; 
}

label.blue,
label.orange,
label.red,
label.green
{
	float: right;
	margin: 0 2px 5px 0;
}

/** 
 * Colors for form validity 
 */
label.error
{
	text-align: right;
}
/* @end Forms *//**

/** 
 * Cancel margins 
 */
.nrm 
{ 
	margin-left: 0; 
}
.nlm 
{ 
	margin-right: 0; 
}

/** 
 * Positioning 
 */
.alignleft 
{ 
	float: right; 
}

.alignright 
{ 
	float: left; 
}

.textleft 
{ 
	text-align: right; 
}

.textright 
{ 
	text-align: left; 
}
/**
 * Pagination 
*/
.pagination 
{
	float: right;
}
.pagination ul 
{
  	float: right;
}
.pagination ul li 
{
	float: right;
  	margin-left: 3px;
  	margin-right: 0px;
}
.pagination ul li a 
{
 	float: right;
}
/* @end Pagination */
/* PrettyPhoto */
div.pp_default .pp_top .pp_right{background-position: -78px -93px}
div.pp_default .pp_top .pp_left{background-position: -112px -93px}
div.pp_default .pp_content_container .pp_right{background-position: -7px 0; padding-left:13px; padding-right: 0px}
div.pp_default .pp_content_container .pp_left{background-position: top right; padding-right:13px; padding-left: 0px}
div.pp_default .pp_previous:hover{background:url(..epicism/asstes/img/prettyPhoto/default/sprite_next.png) center right no-repeat}
div.pp_default .pp_next:hover{background:url(..epicism/asstes/img/prettyPhoto/default/sprite_prev.png) center left no-repeat}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background-position: -31px -3px}
div.pp_default a.pp_arrow_previous{left:52px;background-position:-82px -3px}
div.pp_default .pp_nav .currentTextHolder{font-family: Arial, Georgia; right:75px; left: auto; padding:0 10px 0 0}
div.pp_default .pp_description{margin:5px 0 5px 50px}
div.pp_default .pp_bottom .pp_right{background-position: -78px -127px}
div.pp_default .pp_bottom .pp_left{background-position:  -112px -127px}
div.pp_overlay{right:0; left: auto}
.pp_content_container{text-align:right}
.pp_content_container .pp_right{padding-left:20px; padding-right:0}
.pp_content_container .pp_left{padding-right:20px; padding-left: 0}
.pp_content_container .pp_details{float:right}
.pp_nav{clear:left;float: rightt;margin:3px 0 0 10px}
.pp_nav p{float:right}
.pp_nav .pp_play,.pp_nav .pp_pause{float: right; margin-left:4px; margin-right: 0}
a.pp_arrow_previous,a.pp_arrow_next{float:right;}
.pp_gallery{right:50%; left: auto}
.pp_gallery div{float:right}
.pp_gallery ul{float:right;margin:0 5px 0 0}
.pp_gallery ul a{float:right}
.pp_gallery li{float: right; margin:0 0 0 5px} 
.pp_gallery li.default a{background-position: 0 0}
a.pp_previous{float:right}
a.pp_next{float:left}
a.pp_expand,a.pp_contract{left:30px; right: auto}
a.pp_close{left:0; right: auto}
.pp_loaderIcon{right:50%; left: auto; margin:-12px -12px 0 0}
#pp_full_res .pp_inline{text-align: right}
div.ppt{margin:0 15px 5px 0}
.pp_top .pp_left,.pp_bottom .pp_left{right:0; left: auto}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{right:0; left: auto}
.pp_top .pp_right,.pp_bottom .pp_right{right:auto; left:0}

/* Tooltip */
.tipsy { font-family: Arial, sans-serif}
.tipsy a { font-family: Arial, sans-serif}
.tipsy-inner { text-align: right}
.tipsy-arrow { background-position: top right}
.tipsy-n .tipsy-arrow { right: 50%; left: auto; margin-right: -4px; margin-left: 0px;}
.tipsy-nw .tipsy-arrow { right: 10px; left: auto }
.tipsy-ne .tipsy-arrow { left: 10px; right: auto}
.tipsy-s .tipsy-arrow { right: 50%; left: auto; margin-right: -4px; margin-left: 0px; background-position: bottom right; }
.tipsy-sw .tipsy-arrow { right: 10px; left: auto; background-position: bottom right; }
.tipsy-se .tipsy-arrow { left: 10px; right: auto; background-position: bottom right; }
.tipsy-e .tipsy-arrow { left: 0; right: auto; background-position: top left; }
.tipsy-w .tipsy-arrow { right: 0; left: auto }

/* INPUT & TEXTAREA */
input.text,
input.email, 
input.password,
textarea.uniform {
  font-family: Arial, sans-serif; 
  background-position: 0px 0px;
  border-right: solid 1px #aaa;
  border-left: solid 1px #ccc;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  background-position: right 0px;
}

/* Select */
div.selector {
  background-position: -483px -130px;
}

div.selector span {
  background-position: left 0px;
}

div.selector select {
  right: 0px;
  left: auto;
}

div.selector:active, 
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
  background-position: left -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: left -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: left -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: left -104px;
}

/* Checkbox */



div.checker span {
  background-position: right -260px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio span {
  background-position: right -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: right -297px;
}

div.uploader span.action {
  background-position: left -409px;
}

div.uploader span.filename {
  /* change this line to adjust positioning of filename area */
  margin: 2px 2px 2px 0px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: right -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: left -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: left -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: left -493px;
}

div.uploader.disabled {
  background-position: right -325px;
}

div.uploader.disabled span.action {
  background-position: left -381px;
}

div.button {
  background-position: right -523px;
}

div.button span {
  background-position: left -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: right -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: left -673px; 
}

div.button.active,
div.button:active {
  background-position: right -583px;
}

div.button.active span,
div.button:active span {
  background-position: left -703px;
}

div.button.disabled,
div.button:disabled {
  background-position: right -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: left -733px;
}

/* Button */
div.button span {
  margin-right: 13px;
  margin-left: 0px;
  font-family: Arial, sans-serif;
  padding-right: 2px;
  padding-left: 15px;
}

/* Select */

div.selector select {
  font-family: Arial, sans-serif;
}

div.selector span {
  padding: 0px 2px 0px 25px;
}

/* Checker */
div.checker {
  margin-left: 5px;
  margin-right: 0px;
}

/* Radio */
div.radio {
  margin-left: 3px;
  margin-right: 0px;
}

/* Select */

div.selector {
  padding-right: 10px;
  padding-left: 0px;
}

div.uploader span.action {
  float: right;
}

div.uploader span.filename {
  float: right;
}

div.uploader input {
  left: 0;
  right: auto;
  float: left;
}

pre.prettyprint span
{
    font-family: Arial, monospace!important;
}

/**
 * Scaffolding
 */

.one_full
{
	float: right;
}

.one_half,
.one_third,
.two_third,
.one_quarter,
.one_fifth
{
    padding-left: 25px;
    padding-right: 0px;
	float: right;
}

/* @end Scaffolding */
/**
 * Tables
 */
table th, 
table td 
{
  	text-align: right;
}
/* @end Tables */
/**
 * Tabs 
 */
.tabs li a 
{
  	float: right;
  	margin-left: 2px;
  	margin-right: 0px;
  	-webkit-border-radius: 3px 3px 0 0;
  	-moz-border-radius: 3px 3px 0 0;
  	border-radius: 3px 3px 0 0;
}
/* @end Tabs */
/**
 * Typography
 */
html
{
	font-family: Arial, sans-serif;
}


blockquote,
blockquote p
{
	float: right;
    font-weight: bold;
	width: 100%!important;
}

span.fancyamp
{
	font-family: arial, serif;
}

pre, 
code, 
kbd, 
samp 
{ 
	font-family: arial; 
}

pre 
{
	font-family: arial; 
}

/**
 * Lists
 */

dl dd 
{ 
	margin-right: 9px; 
	margin-left: 0px; 
}

ul, ol 
{ 
	margin: 0 20px 10px 0; 
}

dd 
{ 
	margin: 0 20px 0 0; 
}

/* @end Typography */

/* Custom Styles */
nav#primary ul li a
{
	color: #000;
	font-size: 15px
}
#logo
{
	padding-top: 24px;
}
#logo img
{
	margin-top: -5px
}
#slider .slides h1, 
#slider .slides p 
{
color: #d94214;
direction: rtl
}
#slider .slides p 
{
font-size: 30px;
line-height: 34px;
padding: 25px 0 10px;
}
#slider .slides h3
{
background: #fff;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
direction: rtl
}
#slider .slides a
{
clear: both;
font-family: 'AlefBold';
border: 4px solid #d94214;
color: #362427;
font-size: 48px;
line-height: 48px;
padding: 10px 25px;
margin: 25px 0;
}
#slider .slides a:hover
{
border: 4px solid #ffffff;
color: #d94214;
}
#slider .dots li {
width: 16px;
height: 16px;
margin: 0px 6px;
border-radius: 10px;
background: #ffffff;
border: 2px solid #000;
}
#slider .dots li.active {
background: #000;
border: none;
width: 18px;
height: 18px;
filter: alpha(opacity=100);
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
#slider .slides h1 {
font-size: 48px;
line-height: 52px;
font-family: 'AlefBold'
}
.home #page
{
background: #e88645;
margin-bottom: 0
}
.home #portfolio
{
background: #b1bfb4;
padding-top: 35px!important;
padding-bottom: 10px!important
}
.home #portfolio h6
{
font-size: 20px;
color: #181f53
}
.portfolio-link
{
display: none
}
.home .portfolio-link
{
display: block;
background: #b1bfb4;
padding: 45px 0 30px 0;
text-align: center;
}
.portfolio-link
{
color: #0f4542;
font-size: 30px;
font-weight: bold
}
#foot
{
background: #d05545;
}
#foot hr {
display: none
}
#copyright,
#foot .tagcloud a,
#foot .menu a,
#foot p,
#foot,
#foot span,
#foot span a,
#foot div,
footer .widget p, 
footer .widget li, 
footer .widget li a
{
color: #ffffff;
font-size: 14px
}
#foot .tagcloud a:hover,
#foot .menu a:hover,
#foot span a:hover,
footer .widget li a:hover
{
color: #000;
}
#foot h6{color: #ffffff;}
#slider
{
direction: ltr
}
aside .widget h4
{
color: #9a0a52;
}
article h4
{
color: #9a0a52;
font-weight: bold
}
article.portfolio h4 {
color: #e6822c;
font-weight: bold;
}
ul.postmeta li.social-buttons,
div.social-buttons
{
margin-bottom: 20px
}

.pagination a.page-numbers 
{
background: #9a0a52;
font-weight: bold;
color: #ffffff
}
.pagination a.next.page-numbers, 
.pagination a.prev.page-numbers 
{
background: #eeeeee;
color: #9a0a52;
}
.postnavi ul li a
{
background: #9a0a52;
}
.postnavi ul li a:hover
{
background: #000000!important
}
#commentbox h3 {
color: #9a0a52;
}
#respond input[type="submit"] {
background: #9a0a52;
color: #ffffff!important;
border: 2px solid #9a0a52;
}
#respond input[type="submit"]:hover
{
background: #000000;
color: #ffffff!important;
border-color: #9a0a52!important;
}
.form-section,
.contact-details
{
width: 49%;
float: right
}
.contact-details h3,
.form-section h3
{
font-size: 120%;
color: #9a0a52;
}
.form-section input[type="text"],
.form-section input[type="email"]
{
height: 10px;
background: #ffffff;
background: rgba(255, 255, 255, 0.1);
margin-bottom: 0px;
padding: 8px 5px;
border-radius: 2px;
border: 1px solid rgba(0, 0, 0, 0.2);
width: 80%
}
.form-section p
{
margin-bottom: 5px
}
.home #page,
#filters
{
display: none
}
.home #portfolio h6
{
text-align: center;
font-size: 30px;
line-height: 32px;
font-family: 'AlefBold';
color: #d94214
}
#testimonials ul li p,
#testimonials ul li .person
{
font-size: 48px;
line-height: 52px;
font-family: 'AlefBold';
color: #fff2c1
}
#testimonials ul li .person
{
font-size: 36px;
line-height: 36px;
}
#testimonials
{
height: 200px
}
#portfolio ul li
{
margin: 20px 10px
}
.about-list ul li
{
margin: 10px!important
}
hr
{
display: none!important
}
.single-portfolio .cform
{
width: 305px
}
.single-portfolio .cform label {
width: 100%;
margin: 0;
text-align: right;
vertical-align: top;
color: #393e46;
}
.single-portfolio .cform input,
.single-portfolio .cform textarea,
.single-portfolio .cform li
{
margin: 0px!important;
width: 100%
}
.single-portfolio .cform li
{
margin-bottom: 10px!important
}
.single-portfolio .cform
{
margin: -10px 0 20px!important
}
.emailreqtxt,
.linklove,
.single-portfolio ul.postmeta,
.date,
.author,
.comments
{
display: none!important
}
.single-portfolio .cform input.sendbutton
{
font-family: 'AlefBold';
background: #d94214;
color: #362427;
font-size: 18px;
line-height: 18px;
padding: 10px 25px;
}
.single-portfolio .cform #li--4,
.single-portfolio .cform #li--5,
.single-portfolio .cform #li--6,
.single-portfolio .cform #li--7
{
width: 47%;
float: right;
}
.single-portfolio .cform #li--4,
.single-portfolio .cform #li--6
{
margin-left: 15px!important
}
.single-portfolio h3,
article h3
{
margin: 0 0 10px 0;
font-size: 17px
}
ul.class_for_styling
{
margin-bottom: 15px;
}
ul.class_for_styling li
{
margin-bottom: 10px;
}
ul.class_for_styling li img
{
margin-left: 10px!important;
font-size: 16px;
line-height: 16px;
}
blockquote {
display: block;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}
@media only screen and (max-width: 550px) {
#slider .slides h1{font-size: 36px; line-height: 39px}
#slider .slides h3{font-size: 21px; line-height: 24px}
#slider .slides a {font-size: 23px; line-height: 26px}
}
@media only screen and (max-width: 400px) {
#slider .slides h1{font-size: 33px; line-height: 33px; margin-top: 10px}
#slider .slides h3{font-size: 19px; line-height: 21px; margin-bottom: 0px}
#slider .slides a {font-size: 19px; line-height: 21px}
}