/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.thumbnail {
    background: none!important;
    border: none!important;
}

body {
    line-height: 1;
    background: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.block .products-block li .product-content {
    overflow: visible !important;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/*Main Style Sheet*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

#wrapper {
    width: 100%;
    padding-top: 20px;
}

#fme_wrapper {
    width: 100%;
    background: url(../img/add_testimonial_bg.png) no-repeat;
    height: 300px;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 4px;
}

.fme_title {
    background: url(../img/add_testimonial_bg.png) no-repeat;
    height: 10%;
    background-size: cover;
}

.text-right {
    padding-left: 44%;
}


/*

=======================================================================
   Advance Testimonials 
=======================================================================
*/

.inner_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.fme_advance_testimonials {
    width: 100%;
}


/*Form*/

.fme_advance_testimonials .form {
    width: 100%;
    background: #f8f8f8;
    border-bottom: #f2f2f2 2px solid;
    border-radius: 4px;
    padding: 30px;
    box-sizing: border-box;
    display: block
}

.fme_advance_testimonials .form .form_title {
    width: 100%;
}

.fme_advance_testimonials .form .form_title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #414c52;
}


/*Fields*/

.fme_advance_testimonials .form .fields {
    width: 100%;
    padding-top: 30px;
}

.fme_advance_testimonials .form .fields ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fme_advance_testimonials .form .fields ul li {
    clear: both;
}

.fme_advance_testimonials .form .fields ul li label {
    width: 100%;
    clear: both;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

.fme_advance_testimonials .form .fields ul li input {
    width: 100%;
    background: #fff;
    border: #e8e8e8 1px solid;
    padding: 15px 12px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #5a5a5a;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 2px;
}

.fme_advance_testimonials .form .fields ul li textarea {
    width: 100%;
    background: #fff;
    border: #e8e8e8 1px solid;
    padding: 15px 12px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #5a5a5a;
    margin-top: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 2px;
}

.fme_advance_testimonials .form .fields ul li button {
    border: 0px;
    background: #3399cc;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    clear: both;
    cursor: pointer;
}

.fme_advance_testimonials .form .fields ul li button:hover {
    background: #333;
}

.fme_advance_testimonials .form .fields ul li .captcha {
    margin-top: 12px;
}


/*Add Testimonials*/

.fme_advance_testimonials .add_testimonials {
    width: 100%;
    background: url(../images/add_testimonial_bg.png) no-repeat;
    height: 300px;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 4px;
}

.fme_advance_testimonials .add_testimonials .inner_content {
    width: 70%;
    height: 300px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.fme_advance_testimonials .add_testimonials .inner_content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.fme_advance_testimonials .add_testimonials .inner_content p {
    width: 70%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    padding: 5px 0;
    padding-bottom: 35px;
}

.fme_advance_testimonials .add_testimonials .inner_content a {
    background: #3399cc;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    clear: both
}

.fme_advance_testimonials .add_testimonials .inner_content a:hover {
    background: #333;
}


/*Sidebar*/

.sidebar {
    float: left;
    margin-top: 20px;
}

.sidebar .title {
    width: 100%;
    padding: 30px 0;
    text-align: left;
}

.sidebar .title h2 {
    font-size: 22px;
    font-weight: 400;
    color: #414c52;
    text-align: center;
}

.sidebar .testimonial_container {
    width: 100%;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    background: white;
    box-sizing: border-box;
    position: relative;
}

.sidebar .testimonial_container .message_block {
    box-sizing: border-box;
    border-radius: 4px;
    padding: 25px 20px;
    padding-bottom: 15px;
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    border-bottom: #f1f1f1 2px solid;
    text-align: center;
}

.sidebar .testimonial_container .message_block .fa-quote-left {
    font-size: 26px;
    opacity: 1;
    color: #3399cc;
    padding: 10px;
    border-radius: 1px;
    text-align: center;
}

.sidebar .testimonial_container:before,
.sidebar .testimonial_container:after {
    position: absolute;
    left: 40px;
    bottom: -22px;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 27px 22px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #f1f1f1;
    content: ' ';
}

.sidebar .testimonial_container:before {
    left: 40px;
    bottom: -22px;
    border-left-color: #f1f1f1;
}

.sidebar .testimonial_container .message_block .message_title {
    font-size: 17px;
    font-weight: 600;
    color: #3399cc;
    line-height: 26px;
}

.sidebar .testimonial_container .message_block p {
    font-size: 14px;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 24px;
    padding: 10px 0
}

.sidebar .testimonial_container .message_block p a {
    font-size: 14px;
    color: #3399cc
}


/*Col Main*/

.col_main {
    width: 100%;
    float: right;
}


/*Title*/

.col_main .title {
    width: 100%;
    padding: 50px 0;
    text-align: left;
}

.col_main .title h1 {
    font-size: 24px;
    font-weight: 600;
    color: #414c52;
    text-transform: uppercase;
    text-align: center;
}


/*Testimonials List*/

.col_main .testimonials {
    width: 100%
}

.col_main .testimonials ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col_main .testimonials ul li {
    clear: both;
    margin-bottom: 40px;
}

.col_main .testimonials ul li .testimonial_container {
    width: 100%;
    padding: 3px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f5;
    box-sizing: border-box;
    border-bottom: #f1f1f1 2px solid;
}

.col_main .testimonials ul li.white .testimonial_container {
    background: #fafafa;
}

.col_main .testimonials ul li .testimonial_container .message_block {
    box-sizing: border-box;
    border-radius: 4px;
    padding: 50px 80px;
    background: #fff;
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    position: relative;
    border-bottom: #f1f1f1 2px solid;
}

.col_main .testimonials ul li .testimonial_container .message_block .fa-quote-left {
    position: absolute;
    left: -1px;
    top: -1px;
    font-size: 30px;
    opacity: 1;
    color: #3399cc;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 1px;
    width: 44px;
    height: 44px;
    text-align: center;
}

.col_main .testimonials ul li .testimonial_container .message_block .fa-quote-right {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 36px;
    opacity: 0.1;
    display: none
}

.col_main .testimonials ul li .testimonial_container .message_block:before,
.col_main .testimonials ul li .testimonial_container .message_block:after {
    position: absolute;
    left: 70px;
    bottom: -22px;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 27px 22px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
    content: ' ';
}

.col_main .testimonials ul li .testimonial_container .message_block:before {
    left: 70px;
    bottom: -22px;
    border-left-color: #fff;
}

.col_main .testimonials ul li .testimonial_container .message_block .message_title {
    font-size: 19px;
    font-weight: 600;
    color: #3399cc;
    line-height: 26px;
}

.col_main .testimonials ul li .testimonial_container .message_block p {
    font-size: 17px;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 14px;
    padding: 10px 0
}


/*Client Info*/

.col_main .testimonials ul li .testimonial_container .client_info {
    width: 100%;
    clear: both;
    padding-top: 45px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-radius: 0px;
    box-sizing: border-box;
}

.col_main .testimonials ul li .testimonial_container .client_info img {
    display: block;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 2px;
    margin-right: 20px;
    float: left;
    margin-top: -10px;
}

.col_main .testimonials ul li .testimonial_container .client_info strong {
    font-size: 14px;
    font-weight: 600;
    color: #3399cc;
    line-height: 24px;
    padding-top: 8px;
}

.col_main .testimonials ul li .testimonial_container .client_info span {
    font-size: 12px;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 24px;
}

.col_main .testimonials ul li .testimonial_container .client_info a {
    font-size: 13px;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 20px;
}

.col_main .testimonials ul li .testimonial_container .client_info a:hover {
    color: #3399cc;
}

@media (min-width: 200px) and (max-width: 500px) {
    .fme_advance_testimonials .add_testimonials .inner_content h3 {
        font-size: 24px;
    }
    .fme_advance_testimonials .add_testimonials .inner_content p {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 25px;
    }
    .fme_advance_testimonials .add_testimonials .inner_content a {
        padding: 8px 15px;
        font-size: 14px;
        margin-top: 30px;
    }
    .fme_advance_testimonials .form {
        padding: 25px 20px;
    }
    .fme_advance_testimonials .testimonials ul li .testimonial_container {
        padding: 3px;
    }
    .fme_advance_testimonials .testimonials ul li .testimonial_container .message_block {
        padding: 50px 20px;
        padding-bottom: 30px;
    }
    .fme_advance_testimonials .testimonials ul li .testimonial_container .message_block .fa-quote-left {
        font-size: 22px;
        width: 20px;
        height: 20px
    }
    .fme_advance_testimonials .testimonials ul li .testimonial_container .message_block {
        width: 100%;
        float: none;
    }
    .sidebar {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .col_main {
        width: 100%;
        float: none;
        margin-top: 0px;
    }
}

@media (min-width: 600px) and (max-width: 800px) {
    .fme_advance_testimonials .add_testimonials .inner_content h3 {
        font-size: 24px;
    }
    .fme_advance_testimonials .add_testimonials .inner_content p {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 25px;
    }
    .fme_advance_testimonials .add_testimonials .inner_content a {
        padding: 8px 15px;
        font-size: 14px;
        margin-top: 30px;
    }
    .fme_advance_testimonials .form {
        padding: 25px 20px;
    }
    .fme_advance_testimonials .testimonials ul li .testimonial_container {
        padding: 30px 20px;
        border-left: #3399cc 1px solid;
    }
}